Service 'symbolicator-cleanup' failed to build

I don’t know exactly what is the most salient thing from the install log so I’m including all of it. The resulting error is:

ERROR: for symbolicator-cleanup  
Service 'symbolicator-cleanup' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends cron &&     rm -r /var/lib/apt/lists/*' returned a non-zero code: 100
Cleaning up...

I’d include the entire thing but there’s a limit on characters. There’s an interesting potential clue in the logs in this line (from sentry-onpremise-local:latest):

W: Failed to fetch http://deb.debian.org/debian/dists/stretch/InRelease  Could not resolve 'deb.debian.org'
W: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/InRelease  Could not resolve 'deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.

Reading state information...
Reading package lists...
Building dependency tree...
Reading state information...
Package cron is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Also from same build:

debconf: delaying package configuration, since apt-utils is not installed

The forum really needs attachments so one can upload a log.

Here’s my docker version:

Client:
Version: 19.03.5
API version: 1.40
Go version: go1.13.4
Git commit: 633a0ea838f10e000b7c6d6eed1623e6e988b5bb
Built: Mon Nov 25 16:06:35 2019
OS/Arch: linux/amd64
Experimental: false

Server:
Engine:
Version: 19.03.5
API version: 1.40 (minimum version 1.12)
Go version: go1.13.4
Git commit: 633a0ea838f10e000b7c6d6eed1623e6e988b5bb
Built: Fri Nov 15 10:30:46 2019
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: v1.3.3
GitCommit: d76c121f76a5fc8a462dc64594aea72fe18e1178
runc:
Version: 1.0.0-rc10
GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd
docker-init:
Version: 0.18.0
GitCommit:

cat /proc/version

Linux version 5.4.18-0-virt (buildozer@build-edge-x86_64) (gcc version 9.2.0 (Alpine 9.2.0)) #1-Alpine SMP Thu, 06 Feb 2020 09:27:36 UTC

This line from your log output seems suspicious:

Could not resolve 'deb.debian.org'

ping resolves

On the docker host that is.

Hmn, rerunning the install script now results in a different failure (one I think I can track down and solve). Perhaps this was just intermittent network failure.

I can confirm. This was an intermittent network failure. Apologies for the distraction. Perhaps this thread should just plainly be deleted.

1 Like