Skip to content
Success

Console Output

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

22:39:06 Step 1/14 : FROM golang:1.12.7
22:39:06  ---> be63d15101cb
22:39:06 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
22:39:06  ---> Using cache
22:39:06  ---> 51746b8e8533
22:39:06 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
22:39:06  ---> Using cache
22:39:06  ---> 7095d87c937c
22:39:06 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
22:39:06  ---> Using cache
22:39:06  ---> 378421d8a3b1
22:39:06 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
22:39:06  ---> Using cache
22:39:06  ---> 93bfe8dbd30e
22:39:06 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
22:39:06  ---> Using cache
22:39:06  ---> f9aa59dcb74c
22:39:06 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
22:39:06  ---> Using cache
22:39:06  ---> aa4646319136
22:39:06 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
22:39:06  ---> Using cache
22:39:06  ---> 8eef62337f4b
22:39:06 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
22:39:06  ---> Using cache
22:39:06  ---> ace1da8c0627
22:39:06 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
22:39:06  ---> Using cache
22:39:06  ---> e70b7859d423
22:39:06 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
22:39:06  ---> Using cache
22:39:06  ---> ec7e4dada394
22:39:06 Step 12/14 : ENV USER root
22:39:06  ---> Using cache
22:39:06  ---> e06a94040c94
22:39:06 Step 13/14 : ENTRYPOINT ["hack/dind"]
22:39:06  ---> Using cache
22:39:06  ---> 72a992b2cf33
22:39:06 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
22:39:06  ---> Using cache
22:39:06  ---> 1d9265ff9573
22:39:06 Successfully built 1d9265ff9573
22:39:06 Successfully tagged dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e
22:39:06 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_master/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e" ./hack/make.sh cross-binary
22:39:07 ---> Making bundle: cross-binary (in .)
22:39:07 Building binary for linux/386...
22:39:07 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
22:39:07 go: finding github.com/gogo/protobuf v1.1.1
22:39:07 go: finding github.com/docker/go-units v0.4.0
22:39:07 go: finding github.com/Microsoft/hcsshim v0.8.6
22:39:07 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
22:39:07 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
22:39:07 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
22:39:07 go: finding github.com/Microsoft/go-winio v0.3.8
22:39:07 go: finding github.com/modern-go/reflect2 v1.0.1
22:39:08 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
22:39:08 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
22:39:08 go: finding google.golang.org/grpc v1.22.1
22:39:08 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
22:39:08 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
22:39:08 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
22:39:08 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
22:39:08 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
22:39:08 go: finding github.com/docker/docker-credential-helpers v0.6.3
22:39:08 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
22:39:08 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
22:39:08 go: finding gotest.tools v2.2.0+incompatible
22:39:09 go: finding github.com/xeipuuv/gojsonschema v1.1.0
22:39:09 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
22:39:09 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
22:39:09 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:39:09 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
22:39:09 go: finding github.com/gorilla/context v1.1.1
22:39:09 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
22:39:09 go: finding github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
22:39:10 go: finding github.com/stretchr/testify v1.3.0
22:39:10 go: finding github.com/urfave/cli v1.21.0
22:39:10 go: finding github.com/client9/misspell v0.3.4
22:39:10 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
22:39:11 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
22:39:12 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
22:39:12 go: finding github.com/sirupsen/logrus v1.2.0
22:39:12 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
22:39:12 go: finding github.com/docker/go-connections v0.3.0
22:39:12 go: finding github.com/google/go-cmp v0.2.0
22:39:13 go: finding github.com/golang/mock v1.1.1
22:39:13 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
22:39:13 go: finding github.com/pmezard/go-difflib v1.0.0
22:39:13 go: finding github.com/golang/protobuf v1.2.0
22:39:14 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
22:39:14 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
22:39:14 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
22:39:14 go: finding github.com/stretchr/objx v0.1.1
22:39:15 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
22:39:15 go: finding github.com/docker/distribution v2.7.1+incompatible
22:39:15 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
22:39:15 go: finding github.com/stretchr/testify v1.2.2
22:39:16 go: finding golang.org/x/text v0.3.0
22:39:16 go: finding gopkg.in/yaml.v2 v2.2.2
22:39:16 go: finding github.com/prometheus/client_golang v1.1.0
22:39:16 go: finding github.com/davecgh/go-spew v1.1.1
22:39:16 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:39:17 go: finding github.com/pkg/errors v0.8.0
22:39:17 go: finding github.com/davecgh/go-spew v1.1.0
22:39:17 go: finding github.com/stretchr/objx v0.1.0
22:39:17 go: finding github.com/beorn7/perks v1.0.1
22:39:18 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
22:39:18 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
22:39:18 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
22:39:18 go: finding github.com/prometheus/common v0.6.0
22:39:18 go: finding google.golang.org/appengine v1.1.0
22:39:19 go: finding github.com/json-iterator/go v1.1.7
22:39:19 go: finding github.com/prometheus/procfs v0.0.3
22:39:19 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223
22:39:19 go: finding cloud.google.com/go v0.26.0
22:39:19 go: finding github.com/golang/protobuf v1.3.2
22:39:20 go: finding github.com/go-kit/kit v0.8.0
22:39:20 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
22:39:20 go: finding github.com/BurntSushi/toml v0.3.1
22:39:20 go: finding github.com/go-logfmt/logfmt v0.4.0
22:39:20 go: finding github.com/prometheus/client_golang v1.0.0
22:39:21 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
22:39:21 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
22:39:21 go: finding github.com/prometheus/procfs v0.0.2
22:39:21 go: finding github.com/golang/protobuf v1.3.1
22:39:21 go: finding github.com/prometheus/common v0.4.1
22:39:21 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6
22:39:22 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd
22:39:22 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5
22:39:22 go: finding github.com/google/gofuzz v1.0.0
22:39:22 go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
22:39:22 go: finding github.com/beorn7/perks v1.0.0
22:39:22 go: finding github.com/prometheus/client_golang v0.9.1
22:39:22 go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
22:39:22 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
22:39:22 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:39:22 go: finding github.com/google/go-cmp v0.3.0
22:39:22 go: finding github.com/julienschmidt/httprouter v1.2.0
22:39:22 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
22:39:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
22:39:22 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
22:39:22 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
22:39:22 go: finding github.com/go-logfmt/logfmt v0.3.0
22:39:22 go: finding github.com/go-stack/stack v1.8.0
22:39:22 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
22:39:22 go: finding github.com/json-iterator/go v1.1.6
22:39:22 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
22:39:22 go: finding gopkg.in/yaml.v2 v2.2.1
22:39:23 go: downloading github.com/urfave/cli v1.21.0
22:39:23 go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
22:39:23 go: downloading gopkg.in/yaml.v2 v2.2.2
22:39:23 go: downloading github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
22:39:23 go: downloading github.com/docker/go-connections v0.3.0
22:39:23 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
22:39:23 go: downloading github.com/docker/go-units v0.4.0
22:39:23 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
22:39:23 go: downloading github.com/sirupsen/logrus v1.2.0
22:39:23 go: extracting github.com/docker/go-connections v0.3.0
22:39:23 go: extracting github.com/docker/go-units v0.4.0
22:39:23 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:39:23 go: extracting github.com/urfave/cli v1.21.0
22:39:23 go: extracting gopkg.in/yaml.v2 v2.2.2
22:39:23 go: extracting github.com/sirupsen/logrus v1.2.0
22:39:23 go: downloading github.com/pkg/errors v0.8.0
22:39:23 go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
22:39:23 go: downloading github.com/xeipuuv/gojsonschema v1.1.0
22:39:23 go: extracting github.com/pkg/errors v0.8.0
22:39:23 go: extracting github.com/xeipuuv/gojsonschema v1.1.0
22:39:23 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
22:39:23 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
22:39:24 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:39:25 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
22:39:26 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
22:39:27 go: extracting github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
22:39:27 go: downloading github.com/docker/docker-credential-helpers v0.6.3
22:39:27 go: downloading github.com/docker/distribution v2.7.1+incompatible
22:39:27 go: downloading google.golang.org/grpc v1.22.1
22:39:27 go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
22:39:27 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
22:39:27 go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
22:39:27 go: extracting github.com/docker/docker-credential-helpers v0.6.3
22:39:27 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
22:39:27 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
22:39:28 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
22:39:28 go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
22:39:28 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:39:28 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:39:28 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
22:39:28 go: downloading github.com/gogo/protobuf v1.1.1
22:39:28 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
22:39:28 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
22:39:28 go: extracting google.golang.org/grpc v1.22.1
22:39:28 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
22:39:28 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
22:39:28 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
22:39:28 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
22:39:28 go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
22:39:28 go: downloading github.com/golang/protobuf v1.3.2
22:39:28 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
22:39:29 go: extracting github.com/docker/distribution v2.7.1+incompatible
22:39:29 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
22:39:29 go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
22:39:29 go: extracting github.com/golang/protobuf v1.3.2
22:39:29 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
22:39:29 go: downloading github.com/gorilla/context v1.1.1
22:39:29 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
22:39:29 go: downloading github.com/prometheus/client_golang v1.1.0
22:39:29 go: extracting github.com/gorilla/context v1.1.1
22:39:29 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
22:39:30 go: extracting github.com/prometheus/client_golang v1.1.0
22:39:30 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
22:39:30 go: downloading github.com/prometheus/common v0.6.0
22:39:30 go: downloading github.com/prometheus/procfs v0.0.3
22:39:30 go: downloading github.com/beorn7/perks v1.0.1
22:39:30 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
22:39:30 go: extracting github.com/beorn7/perks v1.0.1
22:39:30 go: extracting github.com/prometheus/common v0.6.0
22:39:30 go: extracting github.com/prometheus/procfs v0.0.3
22:39:30 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
22:39:30 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1
22:39:30 go: extracting github.com/gogo/protobuf v1.1.1
22:39:31 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
22:39:57 Building binary for linux/amd64...
22:40:12 Building binary for linux/arm...
22:40:34 Building binary for windows/386...
22:40:34 go: downloading github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
22:40:34 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:40:34 go: downloading github.com/Microsoft/go-winio v0.3.8
22:40:34 go: downloading github.com/Microsoft/hcsshim v0.8.6
22:40:34 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:40:34 go: extracting github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
22:40:34 go: extracting github.com/Microsoft/go-winio v0.3.8
22:40:34 go: extracting github.com/Microsoft/hcsshim v0.8.6
22:41:00 Building binary for windows/amd64...
22:41:22 Building binary for darwin/386...
22:41:49 Building binary for darwin/amd64...
22:42:11 
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
22:42:11 chowning workspace
[Pipeline] sh
22:42:11 + uname -m
[Pipeline] sh
22:42:11 + pwd
22:42:11 + id -u
22:42:11 + id -g
22:42:11 + docker run --rm -v /home/ubuntu/workspace/libcompose_master:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archive
22:42:12 The archive step is deprecated, please use archiveArtifacts instead.
22:42:12 No files found to archive for pattern "bundles"; continuing.
[Pipeline] sh
22:42:13 + docker rmi dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e
22:42:13 Untagged: dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e
22:42:13 Deleted: sha256:1d9265ff9573451f4cab5649cf677c88fb618464cb1f45addc4a0cd94c04aac8
22:42:13 Deleted: sha256:597f64167b83d858db72721c56b9cf386088d08475a4c189a2b396b6cec7d1b8
22:42:13 Deleted: sha256:72a992b2cf337877966b805c03b7b395b5a6d576a8ec08dcd636737f6a8cf562
22:42:13 Deleted: sha256:e06a94040c94bc8dcedd81f45c64fa8b9e5c0bbbbea019e005807be95602949e
22:42:13 Deleted: sha256:ec7e4dada39473381fa0573e810234ec3ca040691e91e4d17a8e2ececfc1cf56
22:42:13 Deleted: sha256:e70b7859d423395572ff74e3cc9a49e7d7701e74900c0741f1ccd4b36e30fe01
22:42:13 Deleted: sha256:795a5be55e9a363cb39b137b7f0485aab2f0129b605267f6bf6d8f480b6fdf01
22:42:13 Deleted: sha256:ace1da8c06272eaf6135f0b58c9b7ccffe388cca9f065e9edd656619a9811fa6
22:42:13 Deleted: sha256:8eef62337f4b806fbda70eac04dab5e5f3106cb1e4834a77815cef4034a6784e
22:42:13 Deleted: sha256:5021a725c73a639e306d0aa93a7202032608908f4f22cef82f61ff36e976d3c4
22:42:13 Deleted: sha256:aa4646319136c850595e6a2f0f2d99d40b515288ad2a6a1bc1afac0ea5e00cb9
22:42:13 Deleted: sha256:39f0c977fcda15c4f3e6aa070990903bc5ac23aed9587cde358f642507c83b3b
22:42:13 Deleted: sha256:f9aa59dcb74c1743995044fa728c65bac141c66a086af50ea74df71b31e1a8a5
22:42:13 Deleted: sha256:661555caa52659a4091ee337ed569a28b3e99ca944f6ce615c0b552e215eec70
22:42:13 Deleted: sha256:93bfe8dbd30e4a3655ef66fb128b379155996b9935959dc92fc67f5a8879c955
22:42:13 Deleted: sha256:378421d8a3b1629e498d9322544502d23c5372b5b69b98b069cda9c99a9e007f
22:42:13 Deleted: sha256:7095d87c937c2fd290c5494c43c518d1b98e42c47014d1d8ce95a4a7d6b04a1e
22:42:13 Deleted: sha256:c368fe5f5c4fa8b24051c39a52098de8f861d73a6d2f6c7eb4a05bc7c13944aa
22:42:13 Deleted: sha256:51746b8e8533de95b00af5c4e87cb0fc39811bf23daba9ae4d52378edaf7363b
22:42:13 Deleted: sha256:2d40af0eb89da1c479d0c99f37cec45f2a7120ce968c99c5cd8c55b04e3eeebc
[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