Skip to content
Success

Console Output

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

02:03:35 Step 1/14 : FROM golang:1.12.7
02:03:35  ---> be63d15101cb
02:03:35 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:03:35  ---> Using cache
02:03:35  ---> 7fb1f08c77e7
02:03:35 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:03:35  ---> Using cache
02:03:35  ---> 0d4f176a8b42
02:03:35 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
02:03:35  ---> Using cache
02:03:35  ---> 738c9de38839
02:03:35 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
02:03:35  ---> Using cache
02:03:35  ---> 5b3b3ce4fa40
02:03:35 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:03:35  ---> Using cache
02:03:35  ---> 9bc0aaa0ab42
02:03:35 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
02:03:35  ---> Using cache
02:03:35  ---> 5b84f272554c
02:03:35 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
02:03:35  ---> Using cache
02:03:35  ---> a652c940ec81
02:03:35 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
02:03:35  ---> Using cache
02:03:35  ---> 7903b376f051
02:03:35 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:03:35  ---> Using cache
02:03:35  ---> a8f99332c790
02:03:35 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
02:03:35  ---> Using cache
02:03:35  ---> 845647c449a2
02:03:35 Step 12/14 : ENV USER root
02:03:35  ---> Using cache
02:03:35  ---> 36018d5e6133
02:03:35 Step 13/14 : ENTRYPOINT ["hack/dind"]
02:03:35  ---> Using cache
02:03:35  ---> 1728d07920dd
02:03:35 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
02:03:35  ---> Using cache
02:03:35  ---> f3560cc95e6a
02:03:35 Successfully built f3560cc95e6a
02:03:35 Successfully tagged dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6
02:03:35 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-531/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6" ./hack/make.sh cross-binary
02:03:36 ---> Making bundle: cross-binary (in .)
02:03:36 Building binary for linux/386...
02:03:36 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:03:36 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:03:36 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
02:03:36 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
02:03:36 go: finding github.com/docker/go-connections v0.3.0
02:03:36 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:03:36 go: finding github.com/sirupsen/logrus v1.2.0
02:03:36 go: finding github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
02:03:36 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:03:36 go: finding gotest.tools v2.2.0+incompatible
02:03:37 go: finding github.com/modern-go/reflect2 v1.0.1
02:03:37 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:03:37 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:03:37 go: finding github.com/xeipuuv/gojsonschema v1.1.0
02:03:37 go: finding github.com/Microsoft/hcsshim v0.8.6
02:03:37 go: finding github.com/docker/distribution v2.7.1+incompatible
02:03:37 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:03:37 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:03:37 go: finding github.com/Microsoft/go-winio v0.3.8
02:03:38 go: finding github.com/davecgh/go-spew v1.1.1
02:03:38 go: finding github.com/pkg/errors v0.8.0
02:03:38 go: finding github.com/docker/docker-credential-helpers v0.6.3
02:03:38 go: finding github.com/docker/go-units v0.4.0
02:03:38 go: finding github.com/prometheus/client_golang v1.1.0
02:03:39 go: finding github.com/stretchr/objx v0.1.1
02:03:39 go: finding github.com/urfave/cli v1.21.0
02:03:39 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
02:03:39 go: finding github.com/stretchr/testify v1.2.2
02:03:39 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
02:03:39 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:03:39 go: finding gopkg.in/yaml.v2 v2.2.2
02:03:39 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:03:39 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
02:03:40 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:03:40 go: finding github.com/pmezard/go-difflib v1.0.0
02:03:40 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:03:40 go: finding github.com/golang/protobuf v1.3.2
02:03:40 go: finding github.com/stretchr/testify v1.3.0
02:03:40 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:03:40 go: finding github.com/prometheus/procfs v0.0.3
02:03:41 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:03:41 go: finding github.com/stretchr/objx v0.1.0
02:03:41 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:03:41 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:03:41 go: finding github.com/BurntSushi/toml v0.3.1
02:03:41 go: finding github.com/gorilla/context v1.1.1
02:03:41 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:03:41 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
02:03:42 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
02:03:42 go: finding github.com/gogo/protobuf v1.1.1
02:03:42 go: finding github.com/golang/protobuf v1.2.0
02:03:42 go: finding google.golang.org/grpc v1.22.1
02:03:42 go: finding github.com/beorn7/perks v1.0.1
02:03:42 go: finding github.com/json-iterator/go v1.1.7
02:03:43 go: finding github.com/prometheus/common v0.6.0
02:03:43 go: finding github.com/google/go-cmp v0.3.0
02:03:43 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
02:03:43 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
02:03:43 go: finding github.com/davecgh/go-spew v1.1.0
02:03:43 go: finding gopkg.in/yaml.v2 v2.2.1
02:03:43 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
02:03:44 go: finding github.com/julienschmidt/httprouter v1.2.0
02:03:44 go: finding github.com/google/gofuzz v1.0.0
02:03:44 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
02:03:44 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
02:03:44 go: finding github.com/golang/protobuf v1.3.1
02:03:44 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
02:03:44 go: finding github.com/google/go-cmp v0.2.0
02:03:45 go: finding github.com/golang/mock v1.1.1
02:03:45 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6
02:03:45 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
02:03:45 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:03:45 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223
02:03:45 go: finding github.com/go-logfmt/logfmt v0.4.0
02:03:45 go: finding github.com/prometheus/client_golang v1.0.0
02:03:45 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
02:03:45 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
02:03:45 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
02:03:45 go: finding github.com/client9/misspell v0.3.4
02:03:45 go: finding google.golang.org/appengine v1.1.0
02:03:46 go: finding golang.org/x/text v0.3.0
02:03:46 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5
02:03:46 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
02:03:46 go: finding github.com/prometheus/procfs v0.0.2
02:03:46 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:03:46 go: finding cloud.google.com/go v0.26.0
02:03:46 go: finding github.com/beorn7/perks v1.0.0
02:03:46 go: finding github.com/prometheus/common v0.4.1
02:03:46 go: finding github.com/json-iterator/go v1.1.6
02:03:47 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd
02:03:47 go: finding github.com/go-kit/kit v0.8.0
02:03:47 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
02:03:47 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
02:03:47 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
02:03:47 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
02:03:47 go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
02:03:47 go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
02:03:48 go: finding github.com/go-stack/stack v1.8.0
02:03:48 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
02:03:48 go: finding github.com/go-logfmt/logfmt v0.3.0
02:03:48 go: finding github.com/prometheus/client_golang v0.9.1
02:03:52 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:03:52 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:03:52 go: downloading github.com/urfave/cli v1.21.0
02:03:52 go: downloading github.com/docker/go-connections v0.3.0
02:03:52 go: downloading github.com/sirupsen/logrus v1.2.0
02:03:52 go: downloading github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
02:03:52 go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:03:52 go: downloading github.com/xeipuuv/gojsonschema v1.1.0
02:03:52 go: downloading github.com/docker/go-units v0.4.0
02:03:52 go: extracting github.com/docker/go-connections v0.3.0
02:03:52 go: extracting github.com/docker/go-units v0.4.0
02:03:52 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:03:52 go: extracting github.com/sirupsen/logrus v1.2.0
02:03:52 go: extracting github.com/urfave/cli v1.21.0
02:03:52 go: extracting github.com/xeipuuv/gojsonschema v1.1.0
02:03:53 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:03:53 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:03:53 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:03:53 go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:03:55 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:03:55 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:03:55 go: downloading gopkg.in/yaml.v2 v2.2.2
02:03:55 go: extracting gopkg.in/yaml.v2 v2.2.2
02:03:55 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:03:55 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:03:55 go: extracting github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
02:03:56 go: downloading github.com/docker/distribution v2.7.1+incompatible
02:03:56 go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:03:56 go: downloading github.com/pkg/errors v0.8.0
02:03:56 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:03:56 go: downloading google.golang.org/grpc v1.22.1
02:03:56 go: downloading github.com/docker/docker-credential-helpers v0.6.3
02:03:56 go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:03:56 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:03:56 go: extracting github.com/pkg/errors v0.8.0
02:03:56 go: extracting github.com/docker/docker-credential-helpers v0.6.3
02:03:56 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:03:56 go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:03:56 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:03:56 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:03:56 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:03:57 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:03:57 go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:03:57 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:03:57 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:03:57 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:03:57 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:03:57 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:03:57 go: downloading github.com/gogo/protobuf v1.1.1
02:03:57 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:03:57 go: extracting google.golang.org/grpc v1.22.1
02:03:57 go: downloading github.com/golang/protobuf v1.3.2
02:03:57 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:03:57 go: extracting github.com/docker/distribution v2.7.1+incompatible
02:03:57 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:03:57 go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:03:58 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:03:58 go: downloading github.com/gorilla/context v1.1.1
02:03:58 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:03:58 go: downloading github.com/prometheus/client_golang v1.1.0
02:03:58 go: extracting github.com/gorilla/context v1.1.1
02:03:58 go: extracting github.com/golang/protobuf v1.3.2
02:03:58 go: extracting github.com/prometheus/client_golang v1.1.0
02:03:58 go: downloading github.com/prometheus/common v0.6.0
02:03:58 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:03:58 go: downloading github.com/prometheus/procfs v0.0.3
02:03:58 go: downloading github.com/beorn7/perks v1.0.1
02:03:58 go: extracting github.com/beorn7/perks v1.0.1
02:03:58 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:03:58 go: extracting github.com/prometheus/common v0.6.0
02:03:58 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
02:03:58 go: extracting github.com/prometheus/procfs v0.0.3
02:03:58 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1
02:03:59 go: extracting github.com/gogo/protobuf v1.1.1
02:03:59 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:04:26 Building binary for linux/amd64...
02:04:41 Building binary for linux/arm...
02:05:02 Building binary for windows/386...
02:05:02 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:05:02 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:05:02 go: downloading github.com/Microsoft/go-winio v0.3.8
02:05:02 go: downloading github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:05:02 go: downloading github.com/Microsoft/hcsshim v0.8.6
02:05:02 go: extracting github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:05:02 go: extracting github.com/Microsoft/go-winio v0.3.8
02:05:03 go: extracting github.com/Microsoft/hcsshim v0.8.6
02:05:29 Building binary for windows/amd64...
02:05:51 Building binary for darwin/386...
02:06:18 Building binary for darwin/amd64...
02:06:40 
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
02:06:40 chowning workspace
[Pipeline] sh
02:06:40 + uname -m
[Pipeline] sh
02:06:40 + pwd
02:06:40 + id -u
02:06:40 + id -g
02:06:40 + docker run --rm -v /home/ubuntu/workspace/libcompose_PR-531:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archive
02:06:42 The archive step is deprecated, please use archiveArtifacts instead.
02:06:42 No files found to archive for pattern "bundles"; continuing.
[Pipeline] sh
02:06:42 + docker rmi dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6
02:06:42 Untagged: dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6
02:06:42 Deleted: sha256:f3560cc95e6ae6ce4584693ccf2a5a5f42ea04b7333cf56885202fe8ac83a28e
02:06:42 Deleted: sha256:17bfd39eb830b5cd16226f95b5f26b4d20c702511c79cfc96c8f4d28bd17dcc1
02:06:42 Deleted: sha256:1728d07920dde5ffbae670a044d0735495a663f972b553cdc50cd7798fe9e71f
02:06:42 Deleted: sha256:36018d5e6133adc2138d4e1b85a8da8105183b3f2dbd3738a8e211f26cc4405c
02:06:42 Deleted: sha256:845647c449a20e0752affc35e2c5e7914d19d4f6af68e25d41273ee2c7675856
02:06:42 Deleted: sha256:a8f99332c790e2c85aa624efb36703c9a6b49ac4293357fabfb88a7ec0226fca
02:06:42 Deleted: sha256:8f866f9dbb7c437e2305da4d03535b043787711a6032fe236f6e1703c9474e28
02:06:42 Deleted: sha256:7903b376f051472e4acf1a76066053f60fb304cde63b821248c803b9ae15f506
02:06:42 Deleted: sha256:a652c940ec810df87ab0292dd0623402e4802fb3b19a1c43d2f3f4e5d45bd053
02:06:42 Deleted: sha256:cab915590725038780aceb4b1e5763a23e136e250e49d482afb360a0e4257255
02:06:42 Deleted: sha256:5b84f272554cd9aa6d616a47b07942ae79e672092f2c792ba1778f8d89311eca
02:06:42 Deleted: sha256:90d2bdf8b3f6b7b35c944b3990202d9291e1bb29b3e6ad06b244d4f9c67ee2bc
02:06:42 Deleted: sha256:9bc0aaa0ab420b6ff25e34dfbdfde3c876f4231db0d2477ec3b92617a96a3a2b
02:06:42 Deleted: sha256:164d73b132ad209e9a592288cf00c1b9488f204ada441b1a435c05fd0e4ef817
02:06:42 Deleted: sha256:5b3b3ce4fa40562ae65a6bbf5cb24234ab35d3aebea96dafb6e1d1682d2bf664
02:06:42 Deleted: sha256:738c9de38839d533e23e854f9d37c0c5378f8403dd5cb317d33bbd18f336f39b
02:06:42 Deleted: sha256:0d4f176a8b424b201efe209b6581746dc38fca642ea6ab01e2ee17bf401281f5
02:06:42 Deleted: sha256:c487974767d665c8c44612db87a76ce5bf37c74edefccd40303846b3ce327cd5
02:06:42 Deleted: sha256:7fb1f08c77e78efe649e6f14670e02f03a4814f877102bdd33ff75dedd447249
02:06:42 Deleted: sha256:23a6c936e149b06d8e3df108202d9a09418924fcf4f33cadae825350eef14653
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Terminated
Terminated
Terminated

GitHub has been notified of this commit’s build result

Finished: SUCCESS