Skip to content

Instantly share code, notes, and snippets.

@koalaman
Created September 16, 2018 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koalaman/d93445b0d8abd803e11580b989a1a0a6 to your computer and use it in GitHub Desktop.
Save koalaman/d93445b0d8abd803e11580b989a1a0a6 to your computer and use it in GitHub Desktop.
Downloading the latest package list from hackage.haskell.org
[16/Sep/2018:17:18:58 +0000] "GET http://hackage.haskell.org/packages/archive/00-index.tar.gz HTTP/1.1" 301 - "-" "cabal-install/1.22.6.0 (linux; arm)"
cabal: <socket: 10>: resource vanished
Failed to run 'build': Exit code was 1.
Build failed
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/lpbuildd/target/build_snap.py", line 229, in run
self.build()
File "/usr/lib/python2.7/dist-packages/lpbuildd/target/build_snap.py", line 218, in build
env=env)
File "/usr/lib/python2.7/dist-packages/lpbuildd/target/build_snap.py", line 75, in run_build_command
return self.backend.run(args, env=full_env, **kwargs)
File "/usr/lib/python2.7/dist-packages/lpbuildd/target/lxd.py", line 460, in run
subprocess.check_call(cmd, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['lxc', 'exec', 'lp-xenial-armhf', '--env', 'LANG=C.UTF-8', '--env', 'SHELL=/bin/sh', '--env', 'SNAPCRAFT_BUILD_INFO=1', '--env', 'SNAPCRAFT_IMAGE_INFO={"build_url": "https://launchpad.net/~build.snapcraft.io/+snap/0dfd7b5345eb70630bdf6240b06280c5-xenial/+build/333372"}', '--env', 'http_proxy=http://10.10.10.1:8222/', '--env', 'https_proxy=http://10.10.10.1:8222/', '--env', 'GIT_PROXY_COMMAND=/usr/local/bin/snap-git-proxy', '--', '/bin/sh', '-c', 'cd /build/shellcheck && linux32 snapcraft']' returned non-zero exit status 2
Revoking proxy token...
RUN: /usr/share/launchpad-buildd/slavebin/in-target scan-for-processes --backend=lxd --series=xenial --arch=armhf SNAPBUILD-333372
Scanning for processes to kill in build SNAPBUILD-333372
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment