Pull request #532 opened 11:54:58 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0+143e0f3f1ab9caa587b9821028c60d41d203de3e (b5504987f942b54e9ac75a6192d21e7dcfc36eba) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/libcompose_PR-532@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task All nodes of label ‘linux&&x86_64’ are offline Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c173efbbb148117b) in /home/ubuntu/workspace/libcompose_PR-532 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/libcompose_PR-532@tmp/bdafd8e6-1fdc-4089-8f35-32a967981c3f/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] deleteDir [Pipeline] checkout 11:56:11 The recommended git tool is: git 11:56:13 using credential docker-jenkins-github-credentials 11:56:13 Cloning the remote Git repository 11:56:13 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/libcompose.git > git init /home/ubuntu/workspace/libcompose_PR-532 # timeout=10 Fetching upstream changes from https://github.com/docker/libcompose.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/libcompose.git +refs/pull/532/head:refs/remotes/origin/PR-532 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:56:15 Fetching without tags 11:56:15 Merging remotes/origin/master commit 143e0f3f1ab9caa587b9821028c60d41d203de3e into PR head commit d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0 11:56:15 Merge succeeded, producing d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0 11:56:15 Checking out Revision d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0 (PR-532) > git config remote.origin.url https://github.com/docker/libcompose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/532/head:refs/remotes/origin/PR-532 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/libcompose.git # timeout=10 Fetching upstream changes from https://github.com/docker/libcompose.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/libcompose.git +refs/pull/532/head:refs/remotes/origin/PR-532 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 143e0f3f1ab9caa587b9821028c60d41d203de3e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0 # timeout=10 11:56:19 Commit message: "Add deprecation notice" 11:56:19 First time build. Skipping changelog. [Pipeline] stage 11:56:19 Using the ‘stage’ step without a block argument is deprecated 11:56:19 Entering stage build image 11:56:19 Proceeding [Pipeline] sh > git --version # timeout=10 > git --version # 'git version 2.17.1' fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 11:56:20 + git rev-parse HEAD [Pipeline] isUnix [Pipeline] sh 11:56:21 + docker build -t dockerbuildbot/libcompose:d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0 . 11:56:21 Sending build context to Docker daemon 6.578MB 11:56:21 Step 1/14 : FROM golang:1.12.7 11:56:22 1.12.7: Pulling from library/golang 11:56:22 5ae19949497e: Pulling fs layer 11:56:22 ed3d96a2798e: Pulling fs layer 11:56:22 f12136850781: Pulling fs layer 11:56:22 1a9ad5d5550b: Pulling fs layer 11:56:22 efbd5496b163: Pulling fs layer 11:56:22 c01c378f53ca: Pulling fs layer 11:56:22 c7aef280980d: Pulling fs layer 11:56:22 1a9ad5d5550b: Waiting 11:56:22 efbd5496b163: Waiting 11:56:22 c01c378f53ca: Waiting 11:56:22 c7aef280980d: Waiting 11:56:22 f12136850781: Verifying Checksum 11:56:22 f12136850781: Download complete 11:56:22 ed3d96a2798e: Verifying Checksum 11:56:22 ed3d96a2798e: Download complete 11:56:23 5ae19949497e: Verifying Checksum 11:56:23 5ae19949497e: Download complete 11:56:23 1a9ad5d5550b: Verifying Checksum 11:56:23 1a9ad5d5550b: Download complete 11:56:23 c7aef280980d: Verifying Checksum 11:56:23 c7aef280980d: Download complete 11:56:24 efbd5496b163: Verifying Checksum 11:56:24 efbd5496b163: Download complete 11:56:27 c01c378f53ca: Verifying Checksum 11:56:27 c01c378f53ca: Download complete 11:56:29 5ae19949497e: Pull complete 11:56:30 ed3d96a2798e: Pull complete 11:56:30 f12136850781: Pull complete 11:56:35 1a9ad5d5550b: Pull complete 11:56:39 efbd5496b163: Pull complete 11:56:47 c01c378f53ca: Pull complete 11:56:47 c7aef280980d: Pull complete 11:56:47 Digest: sha256:f5486a917b57f8b14be4345604bc4654147416a327d6d63271a0c52c907001c4 11:56:47 Status: Downloaded newer image for golang:1.12.7 11:56:47 ---> be63d15101cb 11:56:47 Step 2/14 : RUN apt-get update && apt-get install -y iptables build-essential --no-install-recommends && apt-get install -y python-pip && pip install virtualenv 11:56:50 ---> Running in 43a20ec9d0c5 11:56:52 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] 11:56:52 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] 11:56:52 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] 11:56:52 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] 11:56:52 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] 11:56:52 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] 11:56:54 Fetched 8449 kB in 3s (3329 kB/s) 11:56:55 Reading package lists... 11:56:56 Reading package lists... 11:56:56 Building dependency tree... 11:56:56 Reading state information... 11:56:56 The following additional packages will be installed: 11:56:56 bzip2 dpkg-dev libbz2-1.0 libip4tc0 libip6tc0 libiptc0 11:56:56 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 patch xz-utils 11:56:56 Suggested packages: 11:56:56 bzip2-doc debian-keyring kmod ed diffutils-doc 11:56:56 Recommended packages: 11:56:56 fakeroot libalgorithm-merge-perl nftables 11:56:56 The following NEW packages will be installed: 11:56:56 build-essential bzip2 dpkg-dev iptables libip4tc0 libip6tc0 libiptc0 11:56:56 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 patch xz-utils 11:56:56 The following packages will be upgraded: 11:56:56 libbz2-1.0 11:56:56 1 upgraded, 12 newly installed, 0 to remove and 67 not upgraded. 11:56:56 Need to get 2895 kB of archives. 11:56:56 After this operation, 6404 kB of additional disk space will be used. 11:56:56 Get:1 http://deb.debian.org/debian buster/main amd64 libbz2-1.0 amd64 1.0.6-9.2~deb10u1 [45.3 kB] 11:56:56 Get:2 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] 11:56:56 Get:3 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] 11:56:56 Get:4 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] 11:56:56 Get:5 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] 11:56:56 Get:6 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] 11:56:56 Get:7 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] 11:56:56 Get:8 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] 11:56:56 Get:9 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] 11:56:56 Get:10 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] 11:56:56 Get:11 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] 11:56:56 Get:12 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB] 11:56:56 Get:13 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B] 11:56:57 debconf: delaying package configuration, since apt-utils is not installed 11:56:57 Fetched 2895 kB in 0s (9469 kB/s) 11:56:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15394 files and directories currently installed.) 11:56:57 Preparing to unpack .../libbz2-1.0_1.0.6-9.2~deb10u1_amd64.deb ... 11:56:57 Unpacking libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) over (1.0.6-9.1) ... 11:56:57 Setting up libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) ... 11:56:57 Selecting previously unselected package libip4tc0:amd64. 11:56:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15394 files and directories currently installed.) 11:56:57 Preparing to unpack .../00-libip4tc0_1.8.2-4_amd64.deb ... 11:56:57 Unpacking libip4tc0:amd64 (1.8.2-4) ... 11:56:57 Selecting previously unselected package libip6tc0:amd64. 11:56:57 Preparing to unpack .../01-libip6tc0_1.8.2-4_amd64.deb ... 11:56:57 Unpacking libip6tc0:amd64 (1.8.2-4) ... 11:56:57 Selecting previously unselected package libiptc0:amd64. 11:56:57 Preparing to unpack .../02-libiptc0_1.8.2-4_amd64.deb ... 11:56:57 Unpacking libiptc0:amd64 (1.8.2-4) ... 11:56:57 Selecting previously unselected package libnfnetlink0:amd64. 11:56:57 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_amd64.deb ... 11:56:57 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... 11:56:57 Selecting previously unselected package libnetfilter-conntrack3:amd64. 11:56:57 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... 11:56:57 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... 11:56:57 Selecting previously unselected package libnftnl11:amd64. 11:56:57 Preparing to unpack .../05-libnftnl11_1.1.2-2_amd64.deb ... 11:56:57 Unpacking libnftnl11:amd64 (1.1.2-2) ... 11:56:57 Selecting previously unselected package iptables. 11:56:57 Preparing to unpack .../06-iptables_1.8.2-4_amd64.deb ... 11:56:57 Unpacking iptables (1.8.2-4) ... 11:56:57 Selecting previously unselected package bzip2. 11:56:57 Preparing to unpack .../07-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... 11:56:57 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... 11:56:58 Selecting previously unselected package xz-utils. 11:56:58 Preparing to unpack .../08-xz-utils_5.2.4-1_amd64.deb ... 11:56:58 Unpacking xz-utils (5.2.4-1) ... 11:56:58 Selecting previously unselected package patch. 11:56:58 Preparing to unpack .../09-patch_2.7.6-3+deb10u1_amd64.deb ... 11:56:58 Unpacking patch (2.7.6-3+deb10u1) ... 11:56:58 Selecting previously unselected package dpkg-dev. 11:56:58 Preparing to unpack .../10-dpkg-dev_1.19.7_all.deb ... 11:56:58 Unpacking dpkg-dev (1.19.7) ... 11:56:58 Selecting previously unselected package build-essential. 11:56:58 Preparing to unpack .../11-build-essential_12.6_amd64.deb ... 11:56:58 Unpacking build-essential (12.6) ... 11:56:58 Setting up libip6tc0:amd64 (1.8.2-4) ... 11:56:58 Setting up libip4tc0:amd64 (1.8.2-4) ... 11:56:58 Setting up libnftnl11:amd64 (1.1.2-2) ... 11:56:58 Setting up bzip2 (1.0.6-9.2~deb10u1) ... 11:56:58 Setting up libiptc0:amd64 (1.8.2-4) ... 11:56:58 Setting up xz-utils (5.2.4-1) ... 11:56:58 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 11:56:58 Setting up patch (2.7.6-3+deb10u1) ... 11:56:58 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... 11:56:58 Setting up dpkg-dev (1.19.7) ... 11:56:58 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... 11:56:58 Setting up build-essential (12.6) ... 11:56:58 Setting up iptables (1.8.2-4) ... 11:56:58 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode 11:56:58 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode 11:56:58 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode 11:56:58 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode 11:56:58 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode 11:56:58 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode 11:56:58 Processing triggers for libc-bin (2.28-10) ... 11:56:59 Reading package lists... 11:56:59 Building dependency tree... 11:56:59 Reading state information... 11:56:59 The following additional packages will be installed: 11:56:59 dbus gir1.2-glib-2.0 javascript-common libapparmor1 libdbus-1-3 libexpat1 11:56:59 libexpat1-dev libgirepository-1.0-1 libjs-jquery libjs-sphinxdoc 11:56:59 libjs-underscore libpython-all-dev libpython-dev libpython2-dev libpython2.7 11:56:59 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib python-all 11:56:59 python-all-dev python-asn1crypto python-cffi-backend python-configparser 11:56:59 python-crypto python-cryptography python-dbus python-dev python-entrypoints 11:56:59 python-enum34 python-gi python-ipaddress python-keyring python-keyrings.alt 11:56:59 python-pip-whl python-pkg-resources python-secretstorage python-setuptools 11:56:59 python-six python-wheel python-xdg python2-dev python2.7 python2.7-dev 11:56:59 python2.7-minimal 11:56:59 Suggested packages: 11:56:59 default-dbus-session-bus | dbus-session-bus apache2 | lighttpd | httpd 11:56:59 python-crypto-doc python-cryptography-doc python-cryptography-vectors 11:56:59 python-dbus-dbg python-dbus-doc python-enum34-doc python-gi-cairo 11:56:59 gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-gdata 11:56:59 python-keyczar python-secretstorage-doc python-setuptools-doc python2.7-doc 11:56:59 binfmt-support 11:57:00 The following NEW packages will be installed: 11:57:00 dbus gir1.2-glib-2.0 javascript-common libapparmor1 libdbus-1-3 11:57:00 libexpat1-dev libgirepository-1.0-1 libjs-jquery libjs-sphinxdoc 11:57:00 libjs-underscore libpython-all-dev libpython-dev libpython2-dev libpython2.7 11:57:00 libpython2.7-dev python-all python-all-dev python-asn1crypto 11:57:00 python-cffi-backend python-configparser python-crypto python-cryptography 11:57:00 python-dbus python-dev python-entrypoints python-enum34 python-gi 11:57:00 python-ipaddress python-keyring python-keyrings.alt python-pip 11:57:00 python-pip-whl python-pkg-resources python-secretstorage python-setuptools 11:57:00 python-six python-wheel python-xdg python2-dev python2.7-dev 11:57:00 The following packages will be upgraded: 11:57:00 libexpat1 libpython2.7-minimal libpython2.7-stdlib python2.7 11:57:00 python2.7-minimal 11:57:00 5 upgraded, 40 newly installed, 0 to remove and 62 not upgraded. 11:57:00 Need to get 42.1 MB of archives. 11:57:00 After this operation, 74.6 MB of additional disk space will be used. 11:57:00 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libjs-underscore all 1.9.1~dfsg-1+deb10u1 [100.0 kB] 11:57:00 Get:2 http://deb.debian.org/debian buster/main amd64 python2.7 amd64 2.7.16-2+deb10u1 [305 kB] 11:57:00 Get:3 http://deb.debian.org/debian buster/main amd64 python2.7-minimal amd64 2.7.16-2+deb10u1 [1369 kB] 11:57:00 Get:4 http://deb.debian.org/debian buster/main amd64 libpython2.7-stdlib amd64 2.7.16-2+deb10u1 [1912 kB] 11:57:00 Get:5 http://deb.debian.org/debian buster/main amd64 libpython2.7-minimal amd64 2.7.16-2+deb10u1 [395 kB] 11:57:00 Get:6 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u1 [106 kB] 11:57:00 Get:7 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] 11:57:00 Get:8 http://deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] 11:57:00 Get:9 http://deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] 11:57:00 Get:10 http://deb.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB] 11:57:00 Get:11 http://deb.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB] 11:57:00 Get:12 http://deb.debian.org/debian buster/main amd64 javascript-common all 11 [6120 B] 11:57:00 Get:13 http://deb.debian.org/debian buster/main amd64 libexpat1-dev amd64 2.2.6-2+deb10u1 [153 kB] 11:57:00 Get:14 http://deb.debian.org/debian buster/main amd64 libjs-jquery all 3.3.1~dfsg-3+deb10u1 [332 kB] 11:57:00 Get:15 http://deb.debian.org/debian buster/main amd64 libjs-sphinxdoc all 1.8.4-1 [95.9 kB] 11:57:00 Get:16 http://deb.debian.org/debian buster/main amd64 libpython2.7 amd64 2.7.16-2+deb10u1 [1036 kB] 11:57:00 Get:17 http://deb.debian.org/debian buster/main amd64 libpython2.7-dev amd64 2.7.16-2+deb10u1 [31.6 MB] 11:57:01 Get:18 http://deb.debian.org/debian buster/main amd64 libpython2-dev amd64 2.7.16-1 [20.9 kB] 11:57:01 Get:19 http://deb.debian.org/debian buster/main amd64 libpython-dev amd64 2.7.16-1 [20.9 kB] 11:57:01 Get:20 http://deb.debian.org/debian buster/main amd64 libpython-all-dev amd64 2.7.16-1 [1064 B] 11:57:01 Get:21 http://deb.debian.org/debian buster/main amd64 python-all amd64 2.7.16-1 [1044 B] 11:57:01 Get:22 http://deb.debian.org/debian buster/main amd64 python2.7-dev amd64 2.7.16-2+deb10u1 [294 kB] 11:57:01 Get:23 http://deb.debian.org/debian buster/main amd64 python2-dev amd64 2.7.16-1 [1212 B] 11:57:01 Get:24 http://deb.debian.org/debian buster/main amd64 python-dev amd64 2.7.16-1 [1192 B] 11:57:01 Get:25 http://deb.debian.org/debian buster/main amd64 python-all-dev amd64 2.7.16-1 [1068 B] 11:57:01 Get:26 http://deb.debian.org/debian buster/main amd64 python-asn1crypto all 0.24.0-1 [78.1 kB] 11:57:01 Get:27 http://deb.debian.org/debian buster/main amd64 python-cffi-backend amd64 1.12.2-1 [78.8 kB] 11:57:01 Get:28 http://deb.debian.org/debian buster/main amd64 python-configparser all 3.5.0b2-1 [59.2 kB] 11:57:01 Get:29 http://deb.debian.org/debian buster/main amd64 python-crypto amd64 2.6.1-9+b1 [259 kB] 11:57:01 Get:30 http://deb.debian.org/debian buster/main amd64 python-enum34 all 1.1.6-2 [35.3 kB] 11:57:01 Get:31 http://deb.debian.org/debian buster/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB] 11:57:01 Get:32 http://deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] 11:57:01 Get:33 http://deb.debian.org/debian buster/main amd64 python-cryptography amd64 2.6.1-3+deb10u2 [218 kB] 11:57:01 Get:34 http://deb.debian.org/debian buster/main amd64 python-dbus amd64 1.2.8-3 [103 kB] 11:57:01 Get:35 http://deb.debian.org/debian buster/main amd64 python-entrypoints all 0.3-1 [5444 B] 11:57:01 Get:36 http://deb.debian.org/debian buster/main amd64 python-gi amd64 3.30.4-1 [227 kB] 11:57:01 Get:37 http://deb.debian.org/debian buster/main amd64 python-secretstorage all 2.3.1-2 [13.8 kB] 11:57:01 Get:38 http://deb.debian.org/debian buster/main amd64 python-keyring all 17.1.1-1 [47.1 kB] 11:57:01 Get:39 http://deb.debian.org/debian buster/main amd64 python-keyrings.alt all 3.1.1-1 [18.3 kB] 11:57:01 Get:40 http://deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] 11:57:01 Get:41 http://deb.debian.org/debian buster/main amd64 python-pip all 18.1-5 [215 kB] 11:57:01 Get:42 http://deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] 11:57:01 Get:43 http://deb.debian.org/debian buster/main amd64 python-setuptools all 40.8.0-1 [382 kB] 11:57:01 Get:44 http://deb.debian.org/debian buster/main amd64 python-wheel all 0.32.3-2 [19.3 kB] 11:57:01 Get:45 http://deb.debian.org/debian buster/main amd64 python-xdg all 0.25-5 [35.9 kB] 11:57:01 debconf: delaying package configuration, since apt-utils is not installed 11:57:01 Fetched 42.1 MB in 1s (30.7 MB/s) 11:57:01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15958 files and directories currently installed.) 11:57:01 Preparing to unpack .../00-python2.7_2.7.16-2+deb10u1_amd64.deb ... 11:57:01 Unpacking python2.7 (2.7.16-2+deb10u1) over (2.7.16-2) ... 11:57:02 Preparing to unpack .../01-python2.7-minimal_2.7.16-2+deb10u1_amd64.deb ... 11:57:02 Unpacking python2.7-minimal (2.7.16-2+deb10u1) over (2.7.16-2) ... 11:57:02 Preparing to unpack .../02-libpython2.7-stdlib_2.7.16-2+deb10u1_amd64.deb ... 11:57:02 Unpacking libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) over (2.7.16-2) ... 11:57:03 Preparing to unpack .../03-libpython2.7-minimal_2.7.16-2+deb10u1_amd64.deb ... 11:57:03 Unpacking libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) over (2.7.16-2) ... 11:57:04 Preparing to unpack .../04-libexpat1_2.2.6-2+deb10u1_amd64.deb ... 11:57:04 Unpacking libexpat1:amd64 (2.2.6-2+deb10u1) over (2.2.6-2) ... 11:57:04 Selecting previously unselected package libapparmor1:amd64. 11:57:04 Preparing to unpack .../05-libapparmor1_2.13.2-10_amd64.deb ... 11:57:04 Unpacking libapparmor1:amd64 (2.13.2-10) ... 11:57:04 Selecting previously unselected package libdbus-1-3:amd64. 11:57:04 Preparing to unpack .../06-libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... 11:57:04 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... 11:57:04 Selecting previously unselected package dbus. 11:57:04 Preparing to unpack .../07-dbus_1.12.20-0+deb10u1_amd64.deb ... 11:57:04 Unpacking dbus (1.12.20-0+deb10u1) ... 11:57:04 Selecting previously unselected package libgirepository-1.0-1:amd64. 11:57:04 Preparing to unpack .../08-libgirepository-1.0-1_1.58.3-2_amd64.deb ... 11:57:04 Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ... 11:57:05 Selecting previously unselected package gir1.2-glib-2.0:amd64. 11:57:05 Preparing to unpack .../09-gir1.2-glib-2.0_1.58.3-2_amd64.deb ... 11:57:05 Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ... 11:57:05 Selecting previously unselected package javascript-common. 11:57:05 Preparing to unpack .../10-javascript-common_11_all.deb ... 11:57:05 Unpacking javascript-common (11) ... 11:57:05 Selecting previously unselected package libexpat1-dev:amd64. 11:57:05 Preparing to unpack .../11-libexpat1-dev_2.2.6-2+deb10u1_amd64.deb ... 11:57:05 Unpacking libexpat1-dev:amd64 (2.2.6-2+deb10u1) ... 11:57:05 Selecting previously unselected package libjs-jquery. 11:57:05 Preparing to unpack .../12-libjs-jquery_3.3.1~dfsg-3+deb10u1_all.deb ... 11:57:05 Unpacking libjs-jquery (3.3.1~dfsg-3+deb10u1) ... 11:57:05 Selecting previously unselected package libjs-underscore. 11:57:05 Preparing to unpack .../13-libjs-underscore_1.9.1~dfsg-1+deb10u1_all.deb ... 11:57:05 Unpacking libjs-underscore (1.9.1~dfsg-1+deb10u1) ... 11:57:05 Selecting previously unselected package libjs-sphinxdoc. 11:57:05 Preparing to unpack .../14-libjs-sphinxdoc_1.8.4-1_all.deb ... 11:57:05 Unpacking libjs-sphinxdoc (1.8.4-1) ... 11:57:05 Selecting previously unselected package libpython2.7:amd64. 11:57:05 Preparing to unpack .../15-libpython2.7_2.7.16-2+deb10u1_amd64.deb ... 11:57:05 Unpacking libpython2.7:amd64 (2.7.16-2+deb10u1) ... 11:57:05 Selecting previously unselected package libpython2.7-dev:amd64. 11:57:05 Preparing to unpack .../16-libpython2.7-dev_2.7.16-2+deb10u1_amd64.deb ... 11:57:05 Unpacking libpython2.7-dev:amd64 (2.7.16-2+deb10u1) ... 11:57:08 Selecting previously unselected package libpython2-dev:amd64. 11:57:08 Preparing to unpack .../17-libpython2-dev_2.7.16-1_amd64.deb ... 11:57:08 Unpacking libpython2-dev:amd64 (2.7.16-1) ... 11:57:08 Selecting previously unselected package libpython-dev:amd64. 11:57:08 Preparing to unpack .../18-libpython-dev_2.7.16-1_amd64.deb ... 11:57:08 Unpacking libpython-dev:amd64 (2.7.16-1) ... 11:57:08 Selecting previously unselected package libpython-all-dev:amd64. 11:57:08 Preparing to unpack .../19-libpython-all-dev_2.7.16-1_amd64.deb ... 11:57:08 Unpacking libpython-all-dev:amd64 (2.7.16-1) ... 11:57:08 Selecting previously unselected package python-all. 11:57:08 Preparing to unpack .../20-python-all_2.7.16-1_amd64.deb ... 11:57:08 Unpacking python-all (2.7.16-1) ... 11:57:08 Selecting previously unselected package python2.7-dev. 11:57:08 Preparing to unpack .../21-python2.7-dev_2.7.16-2+deb10u1_amd64.deb ... 11:57:08 Unpacking python2.7-dev (2.7.16-2+deb10u1) ... 11:57:08 Selecting previously unselected package python2-dev. 11:57:08 Preparing to unpack .../22-python2-dev_2.7.16-1_amd64.deb ... 11:57:08 Unpacking python2-dev (2.7.16-1) ... 11:57:08 Selecting previously unselected package python-dev. 11:57:08 Preparing to unpack .../23-python-dev_2.7.16-1_amd64.deb ... 11:57:08 Unpacking python-dev (2.7.16-1) ... 11:57:08 Selecting previously unselected package python-all-dev. 11:57:08 Preparing to unpack .../24-python-all-dev_2.7.16-1_amd64.deb ... 11:57:08 Unpacking python-all-dev (2.7.16-1) ... 11:57:08 Selecting previously unselected package python-asn1crypto. 11:57:08 Preparing to unpack .../25-python-asn1crypto_0.24.0-1_all.deb ... 11:57:08 Unpacking python-asn1crypto (0.24.0-1) ... 11:57:08 Selecting previously unselected package python-cffi-backend. 11:57:08 Preparing to unpack .../26-python-cffi-backend_1.12.2-1_amd64.deb ... 11:57:08 Unpacking python-cffi-backend (1.12.2-1) ... 11:57:08 Selecting previously unselected package python-configparser. 11:57:08 Preparing to unpack .../27-python-configparser_3.5.0b2-1_all.deb ... 11:57:08 Unpacking python-configparser (3.5.0b2-1) ... 11:57:08 Selecting previously unselected package python-crypto. 11:57:08 Preparing to unpack .../28-python-crypto_2.6.1-9+b1_amd64.deb ... 11:57:08 Unpacking python-crypto (2.6.1-9+b1) ... 11:57:08 Selecting previously unselected package python-enum34. 11:57:08 Preparing to unpack .../29-python-enum34_1.1.6-2_all.deb ... 11:57:08 Unpacking python-enum34 (1.1.6-2) ... 11:57:08 Selecting previously unselected package python-ipaddress. 11:57:08 Preparing to unpack .../30-python-ipaddress_1.0.17-1_all.deb ... 11:57:08 Unpacking python-ipaddress (1.0.17-1) ... 11:57:08 Selecting previously unselected package python-six. 11:57:08 Preparing to unpack .../31-python-six_1.12.0-1_all.deb ... 11:57:08 Unpacking python-six (1.12.0-1) ... 11:57:08 Selecting previously unselected package python-cryptography. 11:57:08 Preparing to unpack .../32-python-cryptography_2.6.1-3+deb10u2_amd64.deb ... 11:57:08 Unpacking python-cryptography (2.6.1-3+deb10u2) ... 11:57:08 Selecting previously unselected package python-dbus. 11:57:08 Preparing to unpack .../33-python-dbus_1.2.8-3_amd64.deb ... 11:57:08 Unpacking python-dbus (1.2.8-3) ... 11:57:08 Selecting previously unselected package python-entrypoints. 11:57:08 Preparing to unpack .../34-python-entrypoints_0.3-1_all.deb ... 11:57:08 Unpacking python-entrypoints (0.3-1) ... 11:57:08 Selecting previously unselected package python-gi. 11:57:08 Preparing to unpack .../35-python-gi_3.30.4-1_amd64.deb ... 11:57:08 Unpacking python-gi (3.30.4-1) ... 11:57:08 Selecting previously unselected package python-secretstorage. 11:57:08 Preparing to unpack .../36-python-secretstorage_2.3.1-2_all.deb ... 11:57:08 Unpacking python-secretstorage (2.3.1-2) ... 11:57:08 Selecting previously unselected package python-keyring. 11:57:08 Preparing to unpack .../37-python-keyring_17.1.1-1_all.deb ... 11:57:08 Unpacking python-keyring (17.1.1-1) ... 11:57:08 Selecting previously unselected package python-keyrings.alt. 11:57:08 Preparing to unpack .../38-python-keyrings.alt_3.1.1-1_all.deb ... 11:57:08 Unpacking python-keyrings.alt (3.1.1-1) ... 11:57:08 Selecting previously unselected package python-pip-whl. 11:57:08 Preparing to unpack .../39-python-pip-whl_18.1-5_all.deb ... 11:57:08 Unpacking python-pip-whl (18.1-5) ... 11:57:08 Selecting previously unselected package python-pip. 11:57:08 Preparing to unpack .../40-python-pip_18.1-5_all.deb ... 11:57:08 Unpacking python-pip (18.1-5) ... 11:57:09 Selecting previously unselected package python-pkg-resources. 11:57:09 Preparing to unpack .../41-python-pkg-resources_40.8.0-1_all.deb ... 11:57:09 Unpacking python-pkg-resources (40.8.0-1) ... 11:57:09 Selecting previously unselected package python-setuptools. 11:57:09 Preparing to unpack .../42-python-setuptools_40.8.0-1_all.deb ... 11:57:09 Unpacking python-setuptools (40.8.0-1) ... 11:57:09 Selecting previously unselected package python-wheel. 11:57:09 Preparing to unpack .../43-python-wheel_0.32.3-2_all.deb ... 11:57:09 Unpacking python-wheel (0.32.3-2) ... 11:57:09 Selecting previously unselected package python-xdg. 11:57:09 Preparing to unpack .../44-python-xdg_0.25-5_all.deb ... 11:57:09 Unpacking python-xdg (0.25-5) ... 11:57:09 Setting up libexpat1:amd64 (2.2.6-2+deb10u1) ... 11:57:09 Setting up javascript-common (11) ... 11:57:09 Setting up python-enum34 (1.1.6-2) ... 11:57:10 Setting up python-crypto (2.6.1-9+b1) ... 11:57:10 Setting up libapparmor1:amd64 (2.13.2-10) ... 11:57:10 Setting up python-wheel (0.32.3-2) ... 11:57:11 Setting up python-pkg-resources (40.8.0-1) ... 11:57:12 Setting up python-asn1crypto (0.24.0-1) ... 11:57:12 Setting up python-six (1.12.0-1) ... 11:57:13 Setting up python-xdg (0.25-5) ... 11:57:13 Setting up libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ... 11:57:13 Setting up libexpat1-dev:amd64 (2.2.6-2+deb10u1) ... 11:57:13 Setting up python2.7-minimal (2.7.16-2+deb10u1) ... 11:57:13 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... 11:57:14 Setting up dbus (1.12.20-0+deb10u1) ... 11:57:14 invoke-rc.d: could not determine current runlevel 11:57:14 invoke-rc.d: policy-rc.d denied execution of start. 11:57:14 Setting up python-setuptools (40.8.0-1) ... 11:57:14 Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ... 11:57:14 Setting up python-pip-whl (18.1-5) ... 11:57:14 Setting up libjs-jquery (3.3.1~dfsg-3+deb10u1) ... 11:57:14 Setting up python-ipaddress (1.0.17-1) ... 11:57:15 Setting up libjs-underscore (1.9.1~dfsg-1+deb10u1) ... 11:57:15 Setting up python-cffi-backend (1.12.2-1) ... 11:57:15 Setting up python-keyrings.alt (3.1.1-1) ... 11:57:15 Setting up python-cryptography (2.6.1-3+deb10u2) ... 11:57:16 Setting up libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ... 11:57:16 Setting up python-dbus (1.2.8-3) ... 11:57:17 Setting up python-pip (18.1-5) ... 11:57:17 Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ... 11:57:17 Setting up libjs-sphinxdoc (1.8.4-1) ... 11:57:17 Setting up python-gi (3.30.4-1) ... 11:57:18 Setting up libpython2.7:amd64 (2.7.16-2+deb10u1) ... 11:57:18 Setting up libpython2.7-dev:amd64 (2.7.16-2+deb10u1) ... 11:57:18 Setting up python-secretstorage (2.3.1-2) ... 11:57:18 Setting up python2.7 (2.7.16-2+deb10u1) ... 11:57:19 Setting up python-all (2.7.16-1) ... 11:57:19 Setting up python-configparser (3.5.0b2-1) ... 11:57:19 Setting up libpython2-dev:amd64 (2.7.16-1) ... 11:57:19 Setting up python2.7-dev (2.7.16-2+deb10u1) ... 11:57:20 Setting up python2-dev (2.7.16-1) ... 11:57:20 Setting up python-entrypoints (0.3-1) ... 11:57:20 Setting up libpython-dev:amd64 (2.7.16-1) ... 11:57:20 Setting up python-dev (2.7.16-1) ... 11:57:20 Setting up libpython-all-dev:amd64 (2.7.16-1) ... 11:57:20 Setting up python-keyring (17.1.1-1) ... 11:57:21 Setting up python-all-dev (2.7.16-1) ... 11:57:21 Processing triggers for libc-bin (2.28-10) ... 11:57:21 Processing triggers for mime-support (3.62) ... 11:57:21 Collecting virtualenv 11:57:27 Downloading https://files.pythonhosted.org/packages/03/08/f819421002e85a71d58368f7bffbe0b1921325e0e8ca7857cb5fb0e1f7c1/virtualenv-20.4.7-py2.py3-none-any.whl (7.2MB) 11:57:27 Collecting importlib-metadata>=0.12; python_version < "3.8" (from virtualenv) 11:57:27 Downloading https://files.pythonhosted.org/packages/98/b8/8ec57a8ef46fbe7f185318c7ff7df9a06c9df451d9a59a067bfa851bb828/importlib_metadata-2.1.1-py2.py3-none-any.whl 11:57:27 Collecting filelock<4,>=3.0.0 (from virtualenv) 11:57:27 Downloading https://files.pythonhosted.org/packages/14/ec/6ee2168387ce0154632f856d5cc5592328e9cf93127c5c9aeca92c8c16cb/filelock-3.0.12.tar.gz 11:57:28 Collecting distlib<1,>=0.3.1 (from virtualenv) 11:57:28 Downloading https://files.pythonhosted.org/packages/87/26/f6a23dd3e578132cf924e0dd5d4e055af0cd4ab43e2a9f10b7568bfb39d9/distlib-0.3.2-py2.py3-none-any.whl (338kB) 11:57:28 Collecting importlib-resources>=1.0; python_version < "3.7" (from virtualenv) 11:57:28 Downloading https://files.pythonhosted.org/packages/8d/94/2f6ceee0c4e63bff0177c07e68d27c937a19f6bc77c4739755b49f5adb04/importlib_resources-3.3.1-py2.py3-none-any.whl 11:57:28 Collecting appdirs<2,>=1.4.3 (from virtualenv) 11:57:28 Downloading https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl 11:57:28 Collecting pathlib2<3,>=2.3.3; python_version < "3.4" and sys_platform != "win32" (from virtualenv) 11:57:28 Downloading https://files.pythonhosted.org/packages/e9/45/9c82d3666af4ef9f221cbb954e1d77ddbb513faf552aea6df5f37f1a4859/pathlib2-2.3.5-py2.py3-none-any.whl 11:57:28 Requirement already satisfied: six<2,>=1.9.0 in /usr/lib/python2.7/dist-packages (from virtualenv) (1.12.0) 11:57:28 Collecting configparser>=3.5; python_version < "3" (from importlib-metadata>=0.12; python_version < "3.8"->virtualenv) 11:57:28 Downloading https://files.pythonhosted.org/packages/7a/2a/95ed0501cf5d8709490b1d3a3f9b5cf340da6c433f896bbe9ce08dbe6785/configparser-4.0.2-py2.py3-none-any.whl 11:57:28 Collecting contextlib2; python_version < "3" (from importlib-metadata>=0.12; python_version < "3.8"->virtualenv) 11:57:28 Downloading https://files.pythonhosted.org/packages/85/60/370352f7ef6aa96c52fb001831622f50f923c1d575427d021b8ab3311236/contextlib2-0.6.0.post1-py2.py3-none-any.whl 11:57:28 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->virtualenv) 11:57:28 Downloading https://files.pythonhosted.org/packages/96/0a/67556e9b7782df7118c1f49bdc494da5e5e429c93aa77965f33e81287c8c/zipp-1.2.0-py2.py3-none-any.whl 11:57:28 Collecting typing; python_version < "3.5" (from importlib-resources>=1.0; python_version < "3.7"->virtualenv) 11:57:28 Downloading https://files.pythonhosted.org/packages/0b/cb/da856e81731833b94da70a08712f658416266a5fb2a9d9e426c8061becef/typing-3.10.0.0-py2-none-any.whl 11:57:28 Collecting singledispatch; python_version < "3.4" (from importlib-resources>=1.0; python_version < "3.7"->virtualenv) 11:57:28 Downloading https://files.pythonhosted.org/packages/cd/d1/6a9e922826e03f5af7bf348cfb75bcb0bc4c67e19c36805c2545f34427e5/singledispatch-3.6.2-py2.py3-none-any.whl 11:57:28 Collecting scandir; python_version < "3.5" (from pathlib2<3,>=2.3.3; python_version < "3.4" and sys_platform != "win32"->virtualenv) 11:57:28 Downloading https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz 11:57:28 Building wheels for collected packages: filelock, scandir 11:57:28 Running setup.py bdist_wheel for filelock: started 11:57:29 Running setup.py bdist_wheel for filelock: finished with status 'done' 11:57:29 Stored in directory: /root/.cache/pip/wheels/66/13/60/ef107438d90e4aad6320e3424e50cfce5e16d1e9aad6d38294 11:57:29 Running setup.py bdist_wheel for scandir: started 11:57:29 Running setup.py bdist_wheel for scandir: finished with status 'done' 11:57:29 Stored in directory: /root/.cache/pip/wheels/91/95/75/19c98a91239878abbc7c59970abd3b4e0438a7dd5b61778335 11:57:29 Successfully built filelock scandir 11:57:29 Installing collected packages: configparser, contextlib2, scandir, pathlib2, zipp, importlib-metadata, filelock, distlib, typing, singledispatch, importlib-resources, appdirs, virtualenv 11:57:29 Found existing installation: configparser 3.5.0b2 11:57:29 Not uninstalling configparser at /usr/lib/python2.7/dist-packages, outside environment /usr 11:57:29 Can't uninstall 'configparser'. No files were found to uninstall. 11:57:29 Successfully installed appdirs-1.4.4 configparser-4.0.2 contextlib2-0.6.0.post1 distlib-0.3.2 filelock-3.0.12 importlib-metadata-2.1.1 importlib-resources-3.3.1 pathlib2-2.3.5 scandir-1.10.0 singledispatch-3.6.2 typing-3.10.0.0 virtualenv-20.4.7 zipp-1.2.0 11:57:34 Removing intermediate container 43a20ec9d0c5 11:57:34 ---> 4b698cf52dce 11:57:34 Step 3/14 : RUN GO111MODULE=off go get github.com/aktau/github-release && GO111MODULE=off go get golang.org/x/tools/cmd/cover && GO111MODULE=off go get golang.org/x/lint/golint 11:57:34 ---> Running in 853f0b1c4a1d 11:57:52 Removing intermediate container 853f0b1c4a1d 11:57:52 ---> 64d1e7b9bc13 11:57:52 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 11:57:52 ---> Running in 0d79847da1fa 11:57:52 Removing intermediate container 0d79847da1fa 11:57:52 ---> 120ee170468b 11:57:52 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2 11:57:52 ---> Running in e75ed0f423e8 11:57:52 Removing intermediate container e75ed0f423e8 11:57:52 ---> 55195e7a3552 11:57:52 Step 6/14 : RUN set -e; set -x; for v in $(echo ${DOCKER_VERSIONS} | cut -f1); do if test "${v}" = "1.9.1" || test "${v}" = "1.10.3"; then mkdir -p /usr/local/bin/docker-${v}/; curl https://get.docker.com/builds/Linux/x86_64/docker-${v} -o /usr/local/bin/docker-${v}/docker; chmod +x /usr/local/bin/docker-${v}/docker; elif test "${v}" = "1.13.1"; then curl https://get.docker.com/builds/Linux/x86_64/docker-${v}.tgz -o docker-${v}.tgz; tar xzf docker-${v}.tgz -C /usr/local/bin/; mv /usr/local/bin/docker /usr/local/bin/docker-${v}; rm docker-${v}.tgz; else curl https://download.docker.com/linux/static/stable/x86_64/docker-${v}-ce.tgz -o docker-${v}.tgz; tar xzf docker-${v}.tgz -C /usr/local/bin/; mv /usr/local/bin/docker /usr/local/bin/docker-${v}; rm docker-${v}.tgz; fi done 11:57:52 ---> Running in b113006e8e87 11:57:52 + echo 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 11:57:52 + cut -f1 11:57:52 + test 1.9.1 = 1.9.1 11:57:52 + mkdir -p /usr/local/bin/docker-1.9.1/ 11:57:52 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.9.1 -o /usr/local/bin/docker-1.9.1/docker 11:57:52  % Total % Received % Xferd Average Speed Time Time Time Current 11:57:52 Dload Upload Total Spent Left Speed 11:57:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 28.8M 27 8190k 0 0 14.0M 0 0:00:02 --:--:-- 0:00:02 13.9M 100 28.8M 100 28.8M 0 0 26.5M 0 0:00:01 0:00:01 --:--:-- 26.5M 11:57:52 + chmod +x /usr/local/bin/docker-1.9.1/docker 11:57:52 + test 1.10.3 = 1.9.1 11:57:52 + test 1.10.3 = 1.10.3 11:57:52 + mkdir -p /usr/local/bin/docker-1.10.3/ 11:57:52 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 -o /usr/local/bin/docker-1.10.3/docker 11:57:52  % Total % Received % Xferd Average Speed Time Time Time Current 11:57:52 Dload Upload Total Spent Left Speed 11:57:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33.2M 100 33.2M 0  0 97.5M 0 --:--:-- --:--:-- --:--:-- 97.5M 11:57:52 + chmod +x /usr/local/bin/docker-1.10.3/docker 11:57:52 + test 1.13.1 = 1.9.1 11:57:52 + test 1.13.1 = 1.10.3 11:57:52 + test 1.13.1 = 1.13.1 11:57:52 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.13.1.tgz -o docker-1.13.1.tgz 11:57:52  % Total % Received % Xferd Average Speed Time Time Time  Current 11:57:52  Dload Upload Total Spent Left  Speed 11:57:52 0 0  0 0 0 0 0 0 --:--:-- --:--:-- --:--:--  0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26.5M 100 26.5M 0 0 63.8M 0 --:--:-- --:--:-- --:--:-- 63.6M 11:57:52 + tar xzf docker-1.13.1.tgz -C /usr/local/bin/ 11:57:52 + mv /usr/local/bin/docker /usr/local/bin/docker-1.13.1 11:57:52 + rm docker-1.13.1.tgz 11:57:52 + test 17.03.2 = 1.9.1 11:57:52 + test 17.03.2 = 1.10.3 11:57:52 + test 17.03.2 = 1.13.1 11:57:52 + curl https://download.docker.com/linux/static/stable/x86_64/docker-17.03.2-ce.tgz -o docker-17.03.2.tgz 11:57:52  % Total % Received % Xferd Average Speed Time Time  Time Current 11:57:52   Dload Upload Total Spent Left Speed 11:57:53  0 0 0 0 0  0 0   0 --:--:-- --:--:-- --:--:-- 0 0 0 0  0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26.5M 100 26.5M 0 0 47.6M  0 --:--:-- --:--:-- --:--:-- 47.5M 11:57:53 + tar xzf docker-17.03.2.tgz -C /usr/local/bin/ 11:57:53 + mv /usr/local/bin/docker /usr/local/bin/docker-17.03.2 11:57:53 + rm docker-17.03.2.tgz 11:57:53 + test 17.06.0 = 1.9.1 11:57:53 + test 17.06.0 = 1.10.3 11:57:53 + test 17.06.0 = 1.13.1 11:57:53 + curl https://download.docker.com/linux/static/stable/x86_64/docker-17.06.0-ce.tgz -o docker-17.06.0.tgz 11:57:53   % Total % Received % Xferd Average Speed Time  Time Time Current 11:57:53              Dload  Upload   Total  Spent  Left  Speed 11:57:54  0     0  0  0  0   0      0  0 --:--:-- --:--:-- --:--:--     0 100 28.2M 100 28.2M 0 0 40.6M 0 --:--:-- --:--:-- --:--:-- 40.6M 11:57:54 + tar xzf docker-17.06.0.tgz -C /usr/local/bin/ 11:57:55 + mv /usr/local/bin/docker /usr/local/bin/docker-17.06.0 11:57:55 + rm docker-17.06.0.tgz 11:58:03 Removing intermediate container b113006e8e87 11:58:03 ---> 4072185992e9 11:58:03 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker 11:58:03 ---> Running in b8e96a07c923 11:58:03 Removing intermediate container b8e96a07c923 11:58:03 ---> dff4d6d9b7a8 11:58:03 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose 11:58:03 ---> Running in 298c1578ab2e 11:58:03 Removing intermediate container 298c1578ab2e 11:58:03 ---> 40fe1b6c1989 11:58:03 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0 11:58:03 ---> Running in 4b70ef3ca05b 11:58:03 Removing intermediate container 4b70ef3ca05b 11:58:03 ---> e8ec60959278 11:58:03 Step 10/14 : RUN virtualenv venv && git clone https://github.com/docker/compose.git venv/compose && cd venv/compose && git checkout -q "$COMPOSE_COMMIT" && ../bin/pip install -r requirements.txt -r requirements-dev.txt 11:58:03 ---> Running in d2bceb677b9c 11:58:05 created virtual environment CPython2.7.16.final.0-64 in 598ms 11:58:05 creator CPython2Posix(dest=/go/src/github.com/docker/libcompose/venv, clear=False, no_vcs_ignore=False, global=False) 11:58:05 seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv) 11:58:05 added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.36.2 11:58:05 activators PythonActivator,CShellActivator,FishActivator,PowerShellActivator,BashActivator 11:58:05 Cloning into 'venv/compose'... 11:58:08 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 11:58:08 Ignoring pypiwin32: markers 'sys_platform == "win32"' don't match your environment 11:58:12 Collecting PyYAML==3.11 11:58:13 Downloading PyYAML-3.11.tar.gz (248 kB) 11:58:13 Collecting backports.ssl-match-hostname==3.5.0.1 11:58:13 Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) 11:58:13 Collecting cached-property==1.2.0 11:58:13 Downloading cached_property-1.2.0-py2.py3-none-any.whl (8.3 kB) 11:58:13 Collecting docker-py==1.10.6 11:58:13 Downloading docker_py-1.10.6-py2.py3-none-any.whl (50 kB) 11:58:13 Collecting dockerpty==0.4.1 11:58:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 11:58:14 Collecting docopt==0.6.1 11:58:14 Downloading docopt-0.6.1.tar.gz (25 kB) 11:58:14 Collecting enum34==1.0.4 11:58:14 Downloading enum34-1.0.4.tar.gz (32 kB) 11:58:14 Collecting functools32==3.2.3.post2 11:58:14 Downloading functools32-3.2.3-2.tar.gz (31 kB) 11:58:14 Collecting ipaddress==1.0.16 11:58:14 Downloading ipaddress-1.0.16-py27-none-any.whl (17 kB) 11:58:14 Collecting jsonschema==2.5.1 11:58:14 Downloading jsonschema-2.5.1-py2.py3-none-any.whl (38 kB) 11:58:14 Collecting requests==2.11.1 11:58:14 Downloading requests-2.11.1-py2.py3-none-any.whl (514 kB) 11:58:14 Collecting six==1.10.0 11:58:14 Downloading six-1.10.0-py2.py3-none-any.whl (10 kB) 11:58:14 Collecting texttable==0.8.4 11:58:14 Downloading texttable-0.8.4.tar.gz (9.7 kB) 11:58:15 Collecting websocket-client==0.32.0 11:58:15 Downloading websocket_client-0.32.0.tar.gz (192 kB) 11:58:15 Collecting coverage==3.7.1 11:58:15 Downloading coverage-3.7.1.tar.gz (284 kB) 11:58:15 Collecting mock>=1.0.1 11:58:16 Downloading mock-3.0.5-py2.py3-none-any.whl (25 kB) 11:58:16 Collecting pytest==2.7.2 11:58:16 Downloading pytest-2.7.2-py2.py3-none-any.whl (127 kB) 11:58:16 Collecting pytest-cov==2.1.0 11:58:16 Downloading pytest_cov-2.1.0-py2.py3-none-any.whl (16 kB) 11:58:16 Collecting docker-pycreds>=0.2.1 11:58:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 11:58:16 Collecting funcsigs>=1; python_version < "3.3" 11:58:16 Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB) 11:58:16 Collecting py>=1.4.29 11:58:16 Downloading py-1.10.0-py2.py3-none-any.whl (97 kB) 11:58:16 Building wheels for collected packages: PyYAML, backports.ssl-match-hostname, dockerpty, docopt, enum34, functools32, texttable, websocket-client, coverage 11:58:16 Building wheel for PyYAML (setup.py): started 11:58:16 Building wheel for PyYAML (setup.py): finished with status 'done' 11:58:16 Created wheel for PyYAML: filename=PyYAML-3.11-cp27-cp27mu-linux_x86_64.whl size=43798 sha256=487c61c79b0035e06fd778905bcc65e1ef4a1da993eee20ceef6413e8ec84a44 11:58:16 Stored in directory: /root/.cache/pip/wheels/49/4a/a0/82418a772ad2d883345e7b8d84b41eef459defb9d7cb8cf87f 11:58:16 Building wheel for backports.ssl-match-hostname (setup.py): started 11:58:16 Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' 11:58:16 Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5210 sha256=3a8877994c66b7b729cdf557a118122694fde073e6bc857f3bb31bf9a89a8e4b 11:58:16 Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f 11:58:16 Building wheel for dockerpty (setup.py): started 11:58:16 Building wheel for dockerpty (setup.py): finished with status 'done' 11:58:16 Created wheel for dockerpty: filename=dockerpty-0.4.1-py2-none-any.whl size=16605 sha256=2d3c355596fc21edb90d082e3d48731f7e6f1a03dcf7d0cd70176b3b33f35543 11:58:16 Stored in directory: /root/.cache/pip/wheels/2c/8d/0b/b44b8a42ff445c282dd42fee40cf93afb2b0325ba996695506 11:58:16 Building wheel for docopt (setup.py): started 11:58:17 Building wheel for docopt (setup.py): finished with status 'done' 11:58:17 Created wheel for docopt: filename=docopt-0.6.1-py2-none-any.whl size=13679 sha256=cfe5d498bb4657c9717239ff977aefd2c619656ecb8644b9d22f769a441f8334 11:58:17 Stored in directory: /root/.cache/pip/wheels/0a/ab/01/3cb99bbaa0662465dc448e56f0130ff49b9006a95793397c3a 11:58:17 Building wheel for enum34 (setup.py): started 11:58:17 Building wheel for enum34 (setup.py): finished with status 'done' 11:58:17 Created wheel for enum34: filename=enum34-1.0.4-py2-none-any.whl size=42883 sha256=cac4e800f00e8e76ce453c36c3670aff106f72c8c0ddb959132ec4b8839b9e54 11:58:17 Stored in directory: /root/.cache/pip/wheels/a6/b9/2c/46c4c9c528819485a1b2e7d2781ac0e94b360f29b010aa6983 11:58:17 Building wheel for functools32 (setup.py): started 11:58:17 Building wheel for functools32 (setup.py): finished with status 'done' 11:58:17 Created wheel for functools32: filename=functools32-3.2.3.post2-py2-none-any.whl size=14556 sha256=34787a34316869e9cbf99fe5eedba5527eb4bd75c335d230fa62dbd4dc38e898 11:58:17 Stored in directory: /root/.cache/pip/wheels/c2/ea/a3/25af52265fad6418a74df0b8d9ca8b89e0b3735dbd4d0d3794 11:58:17 Building wheel for texttable (setup.py): started 11:58:17 Building wheel for texttable (setup.py): finished with status 'done' 11:58:17 Created wheel for texttable: filename=texttable-0.8.4-py2-none-any.whl size=9558 sha256=e9ff9561cca7186e90cf75074d2862612de94140a47815294ce74321ee091518 11:58:17 Stored in directory: /root/.cache/pip/wheels/77/73/95/d3c99a9620dc6aef1de5f708915ffafa9cc2c022ea852cc657 11:58:17 Building wheel for websocket-client (setup.py): started 11:58:17 Building wheel for websocket-client (setup.py): finished with status 'done' 11:58:17 Created wheel for websocket-client: filename=websocket_client-0.32.0-py2-none-any.whl size=195670 sha256=c1a573128508b148ef908dff53384fa091e7883d67b96df2ef895fa93f5f89ac 11:58:17 Stored in directory: /root/.cache/pip/wheels/95/6a/21/6ae43920d58661faa1751bc5469183517853bb8936fb284ba7 11:58:17 Building wheel for coverage (setup.py): started 11:58:17 Building wheel for coverage (setup.py): finished with status 'done' 11:58:17 Created wheel for coverage: filename=coverage-3.7.1-cp27-cp27mu-linux_x86_64.whl size=128033 sha256=d6d99cd0f552dfbd1e5a8c37717b5b0c09badfa9d6c1477bb163b96d5dae6e47 11:58:17 Stored in directory: /root/.cache/pip/wheels/a0/7c/11/ea29ce2c4f2d0c8e4d0f5f09ca6a333da532ae1e4641f29d04 11:58:17 Successfully built PyYAML backports.ssl-match-hostname dockerpty docopt enum34 functools32 texttable websocket-client coverage 11:58:18 Installing collected packages: PyYAML, backports.ssl-match-hostname, cached-property, six, ipaddress, requests, docker-pycreds, websocket-client, docker-py, dockerpty, docopt, enum34, functools32, jsonschema, texttable, coverage, funcsigs, mock, py, pytest, pytest-cov 11:58:18 Successfully installed PyYAML-3.11 backports.ssl-match-hostname-3.5.0.1 cached-property-1.2.0 coverage-3.7.1 docker-py-1.10.6 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.1 enum34-1.0.4 funcsigs-1.0.2 functools32-3.2.3.post2 ipaddress-1.0.16 jsonschema-2.5.1 mock-3.0.5 py-1.10.0 pytest-2.7.2 pytest-cov-2.1.0 requests-2.11.1 six-1.10.0 texttable-0.8.4 websocket-client-0.32.0 11:58:25 Removing intermediate container d2bceb677b9c 11:58:25 ---> 53873f023f24 11:58:25 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli 11:58:25 ---> Running in 46f143618592 11:58:25 Removing intermediate container 46f143618592 11:58:25 ---> 4a4691026707 11:58:25 Step 12/14 : ENV USER root 11:58:25 ---> Running in 63453ce3d3fd 11:58:25 Removing intermediate container 63453ce3d3fd 11:58:25 ---> f2c73b56a043 11:58:25 Step 13/14 : ENTRYPOINT ["hack/dind"] 11:58:25 ---> Running in 765610d8f6b9 11:58:25 Removing intermediate container 765610d8f6b9 11:58:25 ---> 444136355419 11:58:25 Step 14/14 : COPY . /go/src/github.com/docker/libcompose 11:58:25 ---> 82806e1f0d35 11:58:25 Successfully built 82806e1f0d35 11:58:25 Successfully tagged dockerbuildbot/libcompose:d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0 [Pipeline] stage 11:58:25 Using the ‘stage’ step without a block argument is deprecated 11:58:25 Entering stage validate 11:58:25 Proceeding [Pipeline] withEnv [Pipeline] { [Pipeline] timeout 11:58:25 Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] sh 11:58:25 + make -e validate 11:58:25 mkdir bundles 11:58:25 docker build -t "dockerbuildbot/libcompose:d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0" . 11:58:25 Sending build context to Docker daemon 6.578MB 11:58:25 Step 1/14 : FROM golang:1.12.7 11:58:25 ---> be63d15101cb 11:58:25 Step 2/14 : RUN apt-get update && apt-get install -y iptables build-essential --no-install-recommends && apt-get install -y python-pip && pip install virtualenv 11:58:25 ---> Using cache 11:58:25 ---> 4b698cf52dce 11:58:25 Step 3/14 : RUN GO111MODULE=off go get github.com/aktau/github-release && GO111MODULE=off go get golang.org/x/tools/cmd/cover && GO111MODULE=off go get golang.org/x/lint/golint 11:58:25 ---> Using cache 11:58:25 ---> 64d1e7b9bc13 11:58:25 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 11:58:25 ---> Using cache 11:58:25 ---> 120ee170468b 11:58:25 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2 11:58:25 ---> Using cache 11:58:25 ---> 55195e7a3552 11:58:25 Step 6/14 : RUN set -e; set -x; for v in $(echo ${DOCKER_VERSIONS} | cut -f1); do if test "${v}" = "1.9.1" || test "${v}" = "1.10.3"; then mkdir -p /usr/local/bin/docker-${v}/; curl https://get.docker.com/builds/Linux/x86_64/docker-${v} -o /usr/local/bin/docker-${v}/docker; chmod +x /usr/local/bin/docker-${v}/docker; elif test "${v}" = "1.13.1"; then curl https://get.docker.com/builds/Linux/x86_64/docker-${v}.tgz -o docker-${v}.tgz; tar xzf docker-${v}.tgz -C /usr/local/bin/; mv /usr/local/bin/docker /usr/local/bin/docker-${v}; rm docker-${v}.tgz; else curl https://download.docker.com/linux/static/stable/x86_64/docker-${v}-ce.tgz -o docker-${v}.tgz; tar xzf docker-${v}.tgz -C /usr/local/bin/; mv /usr/local/bin/docker /usr/local/bin/docker-${v}; rm docker-${v}.tgz; fi done 11:58:25 ---> Using cache 11:58:25 ---> 4072185992e9 11:58:25 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker 11:58:25 ---> Using cache 11:58:25 ---> dff4d6d9b7a8 11:58:25 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose 11:58:25 ---> Using cache 11:58:25 ---> 40fe1b6c1989 11:58:25 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0 11:58:25 ---> Using cache 11:58:25 ---> e8ec60959278 11:58:25 Step 10/14 : RUN virtualenv venv && git clone https://github.com/docker/compose.git venv/compose && cd venv/compose && git checkout -q "$COMPOSE_COMMIT" && ../bin/pip install -r requirements.txt -r requirements-dev.txt 11:58:25 ---> Using cache 11:58:25 ---> 53873f023f24 11:58:25 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli 11:58:25 ---> Using cache 11:58:25 ---> 4a4691026707 11:58:25 Step 12/14 : ENV USER root 11:58:25 ---> Using cache 11:58:25 ---> f2c73b56a043 11:58:25 Step 13/14 : ENTRYPOINT ["hack/dind"] 11:58:25 ---> Using cache 11:58:25 ---> 444136355419 11:58:25 Step 14/14 : COPY . /go/src/github.com/docker/libcompose 11:58:25 ---> Using cache 11:58:25 ---> 82806e1f0d35 11:58:25 Successfully built 82806e1f0d35 11:58:25 Successfully tagged dockerbuildbot/libcompose:d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0 11:58:25 docker run --rm -i --privileged -e DAEMON_VERSION=""default"" -e OS_PLATFORM_ARG -e OS_ARCH_ARG -e DOCKER_TEST_HOST -e TESTDIRS -e TESTFLAGS -e SHOWWARNING -e TESTVERBOSE -v "/home/ubuntu/workspace/libcompose_PR-532/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0" ./hack/make.sh validate-dco validate-git-marks validate-gofmt validate-lint validate-vet 11:58:26 ---> Making bundle: validate-dco (in .) 11:58:26 These commits do not have a proper 'Signed-off-by:' marker: 11:58:26 - d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0 11:58:26 11:58:26 Please amend each commit to include a properly formatted DCO marker. 11:58:26 11:58:26 Visit the following URL for information about the Docker DCO: 11:58:26 https://github.com/docker/docker/blob/master/CONTRIBUTING.md#sign-your-work 11:58:26 11:58:26 Makefile:48: recipe for target 'validate' failed 11:58:26 make: *** [validate] Error 1 [Pipeline] } [Pipeline] // timeout [Pipeline] echo 11:58:26 chowning workspace [Pipeline] sh 11:58:27 + pwd 11:58:27 + id -u 11:58:27 + id -g 11:58:27 + docker run --rm -v /home/ubuntu/workspace/libcompose_PR-532:/workspace busybox chown -R 1000:1000 /workspace 11:58:27 Unable to find image 'busybox:latest' locally 11:58:27 latest: Pulling from library/busybox 11:58:27 b71f96345d44: Pulling fs layer 11:58:27 b71f96345d44: Verifying Checksum 11:58:27 b71f96345d44: Download complete 11:58:27 b71f96345d44: Pull complete 11:58:27 Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d 11:58:27 Status: Downloaded newer image for busybox:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] archive 11:58:28 The archive step is deprecated, please use archiveArtifacts instead. 11:58:28 No files found to archive for pattern "bundles"; continuing. [Pipeline] sh 11:58:28 + docker rmi dockerbuildbot/libcompose:d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0 11:58:28 Untagged: dockerbuildbot/libcompose:d40bf4c4cf940e69cbed0a759ba018eff7c1b2e0 11:58:28 Deleted: sha256:82806e1f0d35f2b03b43ed28c3ec1b44448b61290ab5fbf20ce87470fed56252 11:58:28 Deleted: sha256:bc6173883bc4448e58260811d6e3e7083a0f5babc916bd073a3a90f74b56fdce 11:58:28 Deleted: sha256:4441363554197a54b4ed0bfcd8e5055afaafb3b5ae1c483dbfc26040249f650b 11:58:28 Deleted: sha256:f2c73b56a0439e711bbdaddeb89fad4c3c264f6321ce4aaf5d11f4b569c2de5b 11:58:28 Deleted: sha256:4a4691026707f41ac81f25ca3beff64baac1f6563d12792671efde2d9614ac97 11:58:28 Deleted: sha256:53873f023f24bbf4a89605478b4e454336381da474a0b53dbf9f9fc649d7e5d9 11:58:28 Deleted: sha256:b0b74f203618a786d0bbe34ac3b2bb4b7ff789d5ebf1c46d98244753703f2cd8 11:58:28 Deleted: sha256:e8ec60959278de54a8105ea5d6417d92705d730e65a524be6bf847ab89e70220 11:58:28 Deleted: sha256:40fe1b6c198981b30aec02c2879914f534a839298671e3ef72b5307af0de2f8e 11:58:28 Deleted: sha256:a0857a4285eec2f53079cb683adac9dc78974093c1c7ed5b9a3cbecf8a68cef3 11:58:28 Deleted: sha256:dff4d6d9b7a89e69b632d54580290fb3d2cee6bf54472cbfa2369914df50746d 11:58:28 Deleted: sha256:e4d7f73dcb8c02b475d1368d6228bab0f852ca2f8624730b21741ced84b04b29 11:58:28 Deleted: sha256:4072185992e91261e9591cbe3fd04664554cb956b1d0aa9550a6f183fddd8672 11:58:28 Deleted: sha256:14f6c80ea432015c389be6e0e461ccadb6c7e6109403b588c58a1fe985c39fc5 11:58:28 Deleted: sha256:55195e7a35525a0fc6a6f6612538bdc24bfd7896ec4d92dd46c2c12c45b4f7cf 11:58:28 Deleted: sha256:120ee170468bd642e22a9f03b4d22a98b9f939653e206f26380cef6e9cfb7c1d 11:58:28 Deleted: sha256:64d1e7b9bc1349975b47ab1f5fe5e35ae455aed000e118f6728a8512791591ae 11:58:28 Deleted: sha256:cda097a98c18e92247077f10f1bb96e6dea23c7dc0c8f95c58f543678e73e0f0 11:58:28 Deleted: sha256:4b698cf52dce3339b504a2749449b2814380097412dcd34fa1f36021453a4d0f 11:58:28 Deleted: sha256:aebb5a2bf63ae0017ea0b6801f4f78614e982e4c316f950a0f0428f7f42e1467 [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 2 Finished: FAILURE