Skip to content
Success

Console Output

Skipping 1,377 KB.. Full Log
02:01:59 E    +  where 0 = <subprocess.Popen object at 0x7f702976a2d0>.returncode
02:01:59 ______________________ CLITestCase.test_up_with_links_v1 _______________________
02:01:59 tests/acceptance/cli_test.py:844: in test_up_with_links_v1
02:01:59     self.assertEqual(len(db.containers()), 1)
02:01:59 E   AssertionError: 0 != 1
02:01:59 ___________________ CLITestCase.test_up_with_net_is_invalid ____________________
02:01:59 tests/acceptance/cli_test.py:858: in test_up_with_net_is_invalid
02:01:59     assert "Unsupported config option for services.bar: 'net'" in result.stderr
02:01:59 E   AssertionError: assert "Unsupported config option for services.bar: 'net'" in 'time="2019-08-28T02:00:09Z" level=error msg="Could not parse config for project netcontainer : Unsupported config opt...e="2019-08-28T02:00:09Z" level=fatal msg="Failed to read project: Unsupported config option for bar service: \'net\'"\n'
02:01:59 E    +  where 'time="2019-08-28T02:00:09Z" level=error msg="Could not parse config for project netcontainer : Unsupported config opt...e="2019-08-28T02:00:09Z" level=fatal msg="Failed to read project: Unsupported config option for bar service: \'net\'"\n' = ProcessResult(stdout=u'', stderr=u'time="2019-08-28T02:00:09Z" level=error msg...Failed to read project: Unsupported config option for bar service: \'net\'"\n').stderr
02:01:59 _______________________ CLITestCase.test_up_with_net_v1 ________________________
02:01:59 tests/acceptance/cli_test.py:862: in test_up_with_net_v1
02:01:59     self.dispatch(['up', '-d'], None)
02:01:59 tests/acceptance/cli_test.py:134: in dispatch
02:01:59     return wait_on_process(proc, returncode=returncode)
02:01:59 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:59     assert proc.returncode == returncode
02:01:59 E   AssertionError: assert 2 == 0
02:01:59 E    +  where 2 = <subprocess.Popen object at 0x7f7028124410>.returncode
02:01:59 __________________ CLITestCase.test_up_with_network_internal ___________________
02:01:59 tests/integration/testcases.py:55: in wrapper
02:01:59     return f(self, *args, **kwargs)
02:01:59 tests/acceptance/cli_test.py:617: in test_up_with_network_internal
02:01:59     assert networks[0]['Internal'] is True
02:01:59 E   AssertionError: assert False is True
02:01:59 ___________________ CLITestCase.test_up_with_network_labels ____________________
02:01:59 tests/integration/testcases.py:68: in wrapper
02:01:59     return f(self, *args, **kwargs)
02:01:59 tests/acceptance/cli_test.py:785: in test_up_with_network_labels
02:01:59     self.dispatch(['-f', filename, 'up', '-d'], returncode=0)
02:01:59 tests/acceptance/cli_test.py:134: in dispatch
02:01:59     return wait_on_process(proc, returncode=returncode)
02:01:59 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:59     assert proc.returncode == returncode
02:01:59 E   AssertionError: assert 1 == 0
02:01:59 E    +  where 1 = <subprocess.Popen object at 0x7f70298cc7d0>.returncode
02:01:59 ____________________ CLITestCase.test_up_with_network_mode _____________________
02:01:59 tests/integration/testcases.py:55: in wrapper
02:01:59     return f(self, *args, **kwargs)
02:01:59 tests/acceptance/cli_test.py:714: in test_up_with_network_mode
02:01:59     assert not networks
02:01:59 E   AssertionError: assert not [{'Attachable': False, 'Containers': {}, 'Created': '2019-08-28T02:01:01.373427165Z', 'Driver': 'bridge', ...}]
02:01:59 ______________ CLITestCase.test_up_with_network_static_addresses _______________
02:01:59 tests/integration/testcases.py:55: in wrapper
02:01:59     return f(self, *args, **kwargs)
02:01:59 tests/acceptance/cli_test.py:640: in test_up_with_network_static_addresses
02:01:59     assert ipv4_address in ipam_config.values()
02:01:59 E   AttributeError: 'NoneType' object has no attribute 'values'
02:01:59 ______________________ CLITestCase.test_up_with_networks _______________________
02:01:59 tests/integration/testcases.py:55: in wrapper
02:01:59     return f(self, *args, **kwargs)
02:01:59 tests/acceptance/cli_test.py:668: in test_up_with_networks
02:01:59     assert '{}:database'.format(db_container.name) in links
02:01:59 E   TypeError: argument of type 'NoneType' is not iterable
02:01:59 _______________________ CLITestCase.test_up_with_no_deps _______________________
02:01:59 tests/acceptance/cli_test.py:879: in test_up_with_no_deps
02:01:59     self.assertEqual(len(web.containers()), 1)
02:01:59 E   AssertionError: 0 != 1
02:01:59 _______________________ CLITestCase.test_up_with_timeout _______________________
02:01:59 tests/acceptance/cli_test.py:920: in test_up_with_timeout
02:01:59     self.assertEqual(len(service.containers()), 1)
02:01:59 E   AssertionError: 0 != 1
02:01:59 ____________________ CLITestCase.test_up_with_volume_labels ____________________
02:01:59 tests/integration/testcases.py:68: in wrapper
02:01:59     return f(self, *args, **kwargs)
02:01:59 tests/acceptance/cli_test.py:814: in test_up_with_volume_labels
02:01:59     assert [v['Name'] for v in volumes] == [volume_with_label]
02:01:59 E   AssertionError: assert [] == ['volumes_volume_with_label']
02:01:59 E     Right contains more items, first extra item: 'volumes_volume_with_label'
02:01:59 E     Full diff:
02:01:59 E     - []
02:01:59 E     + [u'volumes_volume_with_label']
02:01:59 =============== 79 failed, 43 passed, 1 error in 647.35 seconds ================
02:01:59 /go/src/github.com/docker/libcompose
02:01:59 ---> Making bundle: .integration-daemon-stop (in .)
02:01:59 ++++ cat ./docker.pid
02:01:59 +++ kill 25954
02:01:59 
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
02:01:59 chowning workspace
[Pipeline] sh
02:01:59 + uname -m
[Pipeline] sh
02:02:00 + pwd
02:02:00 + id -u
02:02:00 + id -g
02:02:00 + docker run --rm -v /home/ubuntu/workspace/libcompose_PR-520:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] stage
02:02:01 Using the ‘stage’ step without a block argument is deprecated
02:02:01 Entering stage build
02:02:01 Proceeding
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
02:02:01 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] sh
02:02:01 + make -e cross-binary
02:02:01 docker build -t "dockerbuildbot/libcompose:11137d37ed0f9959a75e388148d80f93b8a8e3a6" .
02:02:01 Sending build context to Docker daemon  6.587MB

02:02:01 Step 1/14 : FROM golang:1.12.7
02:02:01  ---> be63d15101cb
02:02:01 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
02:02:01  ---> Using cache
02:02:01  ---> ec314cbb8b6b
02:02:01 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
02:02:01  ---> Using cache
02:02:01  ---> e01f59c7bb20
02:02:01 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
02:02:01  ---> Using cache
02:02:01  ---> ce5650fef7f6
02:02:01 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
02:02:01  ---> Using cache
02:02:01  ---> 934411d590dc
02:02:01 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
02:02:01  ---> Using cache
02:02:01  ---> b7ec96fc5f34
02:02:01 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
02:02:01  ---> Using cache
02:02:01  ---> 8c79202128f2
02:02:01 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
02:02:01  ---> Using cache
02:02:01  ---> 61d4766fea71
02:02:01 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
02:02:01  ---> Using cache
02:02:01  ---> 83ac3628aa3c
02:02:01 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
02:02:01  ---> Using cache
02:02:01  ---> 7f6992e1f74c
02:02:01 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
02:02:01  ---> Using cache
02:02:01  ---> ec679bd3deaf
02:02:01 Step 12/14 : ENV USER root
02:02:01  ---> Using cache
02:02:01  ---> 0c722c6875e1
02:02:01 Step 13/14 : ENTRYPOINT ["hack/dind"]
02:02:01  ---> Using cache
02:02:01  ---> fa8afb011d99
02:02:01 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
02:02:01  ---> Using cache
02:02:01  ---> b7b708c716a6
02:02:01 Successfully built b7b708c716a6
02:02:01 Successfully tagged dockerbuildbot/libcompose:11137d37ed0f9959a75e388148d80f93b8a8e3a6
02:02:01 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-520/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:11137d37ed0f9959a75e388148d80f93b8a8e3a6" ./hack/make.sh cross-binary
02:02:02 ---> Making bundle: cross-binary (in .)
02:02:02 Building binary for linux/386...
02:02:02 go: finding github.com/gorilla/context v1.1.1
02:02:02 go: finding github.com/docker/docker-credential-helpers v0.6.3
02:02:02 go: finding github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
02:02:02 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
02:02:02 go: finding github.com/pkg/errors v0.8.0
02:02:02 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:02:02 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:02:02 go: finding github.com/prometheus/client_golang v1.1.0
02:02:02 go: finding gopkg.in/yaml.v2 v2.2.2
02:02:02 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:02:02 go: finding github.com/modern-go/reflect2 v1.0.1
02:02:02 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:02:02 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:02:02 go: finding github.com/Microsoft/hcsshim v0.8.6
02:02:02 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:02:02 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:02:02 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:02:03 go: finding github.com/json-iterator/go v1.1.7
02:02:03 go: finding github.com/Microsoft/go-winio v0.3.8
02:02:03 go: finding github.com/golang/protobuf v1.3.2
02:02:03 go: finding github.com/beorn7/perks v1.0.1
02:02:03 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:02:03 go: finding github.com/docker/go-units v0.4.0
02:02:03 go: finding github.com/xeipuuv/gojsonschema v1.1.0
02:02:03 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:02:03 go: finding github.com/gogo/protobuf v1.1.1
02:02:04 go: finding github.com/prometheus/procfs v0.0.3
02:02:04 go: finding github.com/docker/distribution v2.7.1+incompatible
02:02:04 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
02:02:04 go: finding github.com/stretchr/testify v1.3.0
02:02:04 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
02:02:04 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
02:02:04 go: finding github.com/sirupsen/logrus v1.2.0
02:02:05 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:02:05 go: finding github.com/prometheus/common v0.6.0
02:02:05 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
02:02:05 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
02:02:05 go: finding gotest.tools v2.2.0+incompatible
02:02:05 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:02:05 go: finding github.com/davecgh/go-spew v1.1.0
02:02:05 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:02:05 go: finding github.com/docker/go-connections v0.3.0
02:02:06 go: finding github.com/julienschmidt/httprouter v1.2.0
02:02:06 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:02:06 go: finding gopkg.in/yaml.v2 v2.2.1
02:02:06 go: finding github.com/prometheus/client_golang v1.0.0
02:02:06 go: finding github.com/pmezard/go-difflib v1.0.0
02:02:06 go: finding github.com/go-kit/kit v0.8.0
02:02:06 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
02:02:06 go: finding github.com/stretchr/objx v0.1.0
02:02:07 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223
02:02:07 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:02:07 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
02:02:07 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
02:02:07 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:02:07 go: finding github.com/davecgh/go-spew v1.1.1
02:02:07 go: finding github.com/json-iterator/go v1.1.6
02:02:08 go: finding github.com/google/gofuzz v1.0.0
02:02:08 go: finding golang.org/x/text v0.3.0
02:02:08 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6
02:02:08 go: finding google.golang.org/grpc v1.22.1
02:02:09 go: finding github.com/prometheus/procfs v0.0.2
02:02:09 go: finding github.com/golang/protobuf v1.3.1
02:02:09 go: finding github.com/prometheus/common v0.4.1
02:02:09 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:02:09 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:02:10 go: finding github.com/beorn7/perks v1.0.0
02:02:10 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5
02:02:10 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
02:02:10 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
02:02:10 go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
02:02:10 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
02:02:10 go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
02:02:10 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
02:02:10 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
02:02:11 go: finding github.com/client9/misspell v0.3.4
02:02:11 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
02:02:11 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
02:02:11 go: finding github.com/stretchr/objx v0.1.1
02:02:11 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:02:11 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
02:02:11 go: finding github.com/golang/protobuf v1.2.0
02:02:11 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
02:02:11 go: finding cloud.google.com/go v0.26.0
02:02:11 go: finding github.com/google/go-cmp v0.3.0
02:02:12 go: finding github.com/go-logfmt/logfmt v0.3.0
02:02:12 go: finding github.com/urfave/cli v1.21.0
02:02:12 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
02:02:12 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
02:02:12 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
02:02:12 go: finding google.golang.org/appengine v1.1.0
02:02:12 go: finding github.com/go-logfmt/logfmt v0.4.0
02:02:12 go: finding github.com/BurntSushi/toml v0.3.1
02:02:12 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
02:02:12 go: finding github.com/golang/mock v1.1.1
02:02:12 go: finding github.com/google/go-cmp v0.2.0
02:02:13 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd
02:02:13 go: finding github.com/stretchr/testify v1.2.2
02:02:13 go: finding github.com/prometheus/client_golang v0.9.1
02:02:13 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
02:02:13 go: finding github.com/go-stack/stack v1.8.0
02:02:17 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:02:17 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:02:17 go: downloading github.com/docker/go-connections v0.3.0
02:02:17 go: downloading github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
02:02:17 go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:02:17 go: downloading github.com/sirupsen/logrus v1.2.0
02:02:17 go: downloading gopkg.in/yaml.v2 v2.2.2
02:02:17 go: extracting github.com/docker/go-connections v0.3.0
02:02:17 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:02:17 go: extracting github.com/sirupsen/logrus v1.2.0
02:02:17 go: downloading github.com/docker/go-units v0.4.0
02:02:17 go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:02:17 go: extracting github.com/docker/go-units v0.4.0
02:02:17 go: downloading github.com/xeipuuv/gojsonschema v1.1.0
02:02:17 go: extracting gopkg.in/yaml.v2 v2.2.2
02:02:17 go: extracting github.com/xeipuuv/gojsonschema v1.1.0
02:02:18 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:02:18 go: downloading github.com/pkg/errors v0.8.0
02:02:18 go: extracting github.com/pkg/errors v0.8.0
02:02:19 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:02:19 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:02:19 go: downloading github.com/urfave/cli v1.21.0
02:02:19 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:02:19 go: extracting github.com/urfave/cli v1.21.0
02:02:19 go: downloading github.com/docker/distribution v2.7.1+incompatible
02:02:20 go: extracting github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
02:02:20 go: extracting github.com/docker/distribution v2.7.1+incompatible
02:02:20 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:02:20 go: downloading google.golang.org/grpc v1.22.1
02:02:20 go: downloading github.com/docker/docker-credential-helpers v0.6.3
02:02:20 go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:02:20 go: downloading github.com/gogo/protobuf v1.1.1
02:02:20 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:02:20 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:02:20 go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:02:20 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:02:20 go: extracting github.com/docker/docker-credential-helpers v0.6.3
02:02:20 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:02:20 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:02:20 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:02:20 go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:02:20 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:02:20 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:02:20 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:02:20 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:02:20 go: downloading github.com/gorilla/context v1.1.1
02:02:21 go: extracting github.com/gorilla/context v1.1.1
02:02:21 go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:02:21 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:02:21 go: downloading github.com/prometheus/client_golang v1.1.0
02:02:21 go: extracting github.com/prometheus/client_golang v1.1.0
02:02:21 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:02:21 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:02:21 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:02:21 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:02:21 go: downloading github.com/prometheus/common v0.6.0
02:02:21 go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:02:21 go: downloading github.com/beorn7/perks v1.0.1
02:02:21 go: extracting github.com/beorn7/perks v1.0.1
02:02:21 go: downloading github.com/prometheus/procfs v0.0.3
02:02:21 go: extracting github.com/prometheus/common v0.6.0
02:02:21 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
02:02:21 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:02:22 go: downloading github.com/golang/protobuf v1.3.2
02:02:22 go: extracting github.com/prometheus/procfs v0.0.3
02:02:22 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:02:22 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1
02:02:22 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:02:22 go: extracting google.golang.org/grpc v1.22.1
02:02:22 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:02:22 go: extracting github.com/golang/protobuf v1.3.2
02:02:23 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:02:23 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:02:23 go: extracting github.com/gogo/protobuf v1.1.1
02:02:24 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:02:50 Building binary for linux/amd64...
02:03:02 Building binary for linux/arm...
02:03:29 Building binary for windows/386...
02:03:29 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:03:29 go: downloading github.com/Microsoft/go-winio v0.3.8
02:03:29 go: downloading github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:03:29 go: downloading github.com/Microsoft/hcsshim v0.8.6
02:03:29 go: extracting github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:03:29 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:03:29 go: extracting github.com/Microsoft/go-winio v0.3.8
02:03:29 go: extracting github.com/Microsoft/hcsshim v0.8.6
02:03:51 Building binary for windows/amd64...
02:04:13 Building binary for darwin/386...
02:04:35 Building binary for darwin/amd64...
02:05:01 
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
02:05:01 chowning workspace
[Pipeline] sh
02:05:02 + uname -m
[Pipeline] sh
02:05:02 + pwd
02:05:02 + id -u
02:05:02 + id -g
02:05:02 + docker run --rm -v /home/ubuntu/workspace/libcompose_PR-520:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archive
02:05:03 The archive step is deprecated, please use archiveArtifacts instead.
02:05:03 No files found to archive for pattern "bundles"; continuing.
[Pipeline] sh
02:05:03 + docker rmi dockerbuildbot/libcompose:11137d37ed0f9959a75e388148d80f93b8a8e3a6
02:05:03 Untagged: dockerbuildbot/libcompose:11137d37ed0f9959a75e388148d80f93b8a8e3a6
02:05:03 Deleted: sha256:b7b708c716a617a42b2105dd24c3eeb6ff3405ca9e8faf16aad6056ad9d5c04c
02:05:03 Deleted: sha256:2c9324be7cd6294280b2bd356cac1010542225ba1d0693710b5e3777b4a19f10
02:05:03 Deleted: sha256:fa8afb011d99c5e117179d3ff3df06f1fcb49f3de5e9c4d38b6ec75dfaddfee8
02:05:03 Deleted: sha256:0c722c6875e1458bb3f2f160a7c5a9ce7b1545fafef3fd3537ee554bafae2f1b
02:05:03 Deleted: sha256:ec679bd3deaf3d31d433468501a392b3f6e878660022a6e850f8b767dfd8aa5c
02:05:03 Deleted: sha256:7f6992e1f74c35316098558c9d815fae234407f8f9a0a3ef70719b642384862d
02:05:03 Deleted: sha256:cf6c46aa011041b5cef7beb17ac6ba805f8fd63a8db272af3045b3eae1175d7c
02:05:03 Deleted: sha256:83ac3628aa3c851ddca12e1c4e18e0cbfc4ccf6736122f14c5975ec8e0ed286c
02:05:03 Deleted: sha256:61d4766fea717fc25b063e2c4905f17c984036f151339271c1dedcdd10fe380c
02:05:03 Deleted: sha256:40e2fec526f70720eed9ebf7d8b0bd905b2bf6c200237e82a2c61f94ce054941
02:05:03 Deleted: sha256:8c79202128f2ad2a6b247935bd4c2c012fdbf6dbca5b5a37fab38f61b6b60f4e
02:05:03 Deleted: sha256:b5ba3b2b8772e8b8885d01c2550cf403e167c8f34c861d237b3726e4fa8b0143
02:05:03 Deleted: sha256:b7ec96fc5f3412264efcbfce2ae29ace46b4afcf23d4db69acb240be1e27bbee
02:05:03 Deleted: sha256:f1c9b95874692c4645a33a08874d7cec2bc6d7e45d49745c597a5ff22af68572
02:05:03 Deleted: sha256:934411d590dcc81be422902eea9f80ffeb1899629d58e0c9c274bdde35bc1d37
02:05:03 Deleted: sha256:ce5650fef7f6fd602c82a6e6e2f9d52c4318b1a07f667d4e16fc9bebb4d53bc4
02:05:03 Deleted: sha256:e01f59c7bb20c9df3a5e1380a56671585e716e47ac5cdcfc8cb77d056336e0a0
02:05:03 Deleted: sha256:abec6c5a1e2391661e52754684c51b198cc22e36e57eb81a0db55581334e38f2
02:05:03 Deleted: sha256:ec314cbb8b6b964fc1c8ee026af50c682cebb41d3b077f8d26fd8f2a3147237f
02:05:03 Deleted: sha256:1dcba66e4bf5f091735973463adca256a38f15a17dcc1533ad7c7d50a9a9ea7a
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Terminated
Terminated

GitHub has been notified of this commit’s build result

Finished: SUCCESS