Skip to content

Console Output

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

02:02:35 Step 1/14 : FROM golang:1.12.7
02:02:35  ---> be63d15101cb
02:02: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:02:35  ---> Using cache
02:02:35  ---> 7532be8ba281
02:02: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:02:35  ---> Using cache
02:02:35  ---> 9b7d124e3398
02:02:35 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
02:02:35  ---> Using cache
02:02:35  ---> 3d7c7cd54c9c
02:02:35 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
02:02:35  ---> Using cache
02:02:35  ---> 22589cb930dd
02:02: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:02:35  ---> Using cache
02:02:35  ---> e4e115362de6
02:02:35 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
02:02:35  ---> Using cache
02:02:35  ---> 773419d36da0
02:02:35 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
02:02:35  ---> Using cache
02:02:35  ---> 634c8e947437
02:02:35 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
02:02:35  ---> Using cache
02:02:35  ---> 584d5180bbc7
02:02: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:02:35  ---> Using cache
02:02:35  ---> 4aa1270a496f
02:02:35 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
02:02:35  ---> Using cache
02:02:35  ---> d8058071c567
02:02:35 Step 12/14 : ENV USER root
02:02:35  ---> Using cache
02:02:35  ---> 54858640be76
02:02:35 Step 13/14 : ENTRYPOINT ["hack/dind"]
02:02:35  ---> Using cache
02:02:35  ---> 66aaf864cbb6
02:02:35 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
02:02:35  ---> Using cache
02:02:35  ---> b373a9a3d3e2
02:02:35 Successfully built b373a9a3d3e2
02:02:35 Successfully tagged dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e
02:02: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_master/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e" ./hack/make.sh cross-binary
02:02:36 ---> Making bundle: cross-binary (in .)
02:02:36 Building binary for linux/386...
02:02:36 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:02:36 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:02:36 go: finding github.com/gogo/protobuf v1.1.1
02:02:36 go: finding github.com/modern-go/reflect2 v1.0.1
02:02:36 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:02:36 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:02:36 go: finding github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
02:02:36 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
02:02:36 go: finding gotest.tools v2.2.0+incompatible
02:02:36 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:02:36 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:02:36 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:02:36 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:02:36 go: finding github.com/xeipuuv/gojsonschema v1.1.0
02:02:36 go: finding github.com/Microsoft/hcsshim v0.8.6
02:02:37 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:02:37 go: finding github.com/docker/docker-credential-helpers v0.6.3
02:02:37 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:02:37 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
02:02:37 go: finding github.com/docker/go-units v0.4.0
02:02:37 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:02:37 go: finding google.golang.org/grpc v1.22.1
02:02:37 go: finding github.com/stretchr/testify v1.3.0
02:02:38 go: finding github.com/Microsoft/go-winio v0.3.8
02:02:38 go: finding github.com/docker/distribution v2.7.1+incompatible
02:02:38 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:02:38 go: finding gopkg.in/yaml.v2 v2.2.2
02:02:38 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:02:38 go: finding github.com/sirupsen/logrus v1.2.0
02:02:38 go: finding github.com/urfave/cli v1.21.0
02:02:39 go: finding github.com/prometheus/client_golang v1.1.0
02:02:39 go: finding github.com/client9/misspell v0.3.4
02:02:39 go: finding github.com/davecgh/go-spew v1.1.0
02:02:40 go: finding github.com/golang/mock v1.1.1
02:02:40 go: finding github.com/pkg/errors v0.8.0
02:02:40 go: finding github.com/gorilla/context v1.1.1
02:02:40 go: finding github.com/google/go-cmp v0.2.0
02:02:40 go: finding github.com/prometheus/procfs v0.0.3
02:02:40 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
02:02:40 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
02:02:40 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
02:02:40 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:02:41 go: finding github.com/json-iterator/go v1.1.7
02:02:41 go: finding github.com/beorn7/perks v1.0.1
02:02:41 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:02:41 go: finding github.com/golang/protobuf v1.2.0
02:02:41 go: finding github.com/stretchr/objx v0.1.0
02:02:41 go: finding github.com/docker/go-connections v0.3.0
02:02:41 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
02:02:41 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:02:41 go: finding github.com/BurntSushi/toml v0.3.1
02:02:42 go: finding github.com/google/go-cmp v0.3.0
02:02:42 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
02:02:42 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
02:02:42 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
02:02:42 go: finding cloud.google.com/go v0.26.0
02:02:42 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
02:02:43 go: finding github.com/stretchr/testify v1.2.2
02:02:43 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
02:02:43 go: finding google.golang.org/appengine v1.1.0
02:02:43 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd
02:02:44 go: finding github.com/prometheus/common v0.6.0
02:02:44 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
02:02:44 go: finding github.com/stretchr/objx v0.1.1
02:02:44 go: finding github.com/pmezard/go-difflib v1.0.0
02:02:45 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:02:45 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:02:45 go: finding golang.org/x/text v0.3.0
02:02:45 go: finding github.com/prometheus/client_golang v1.0.0
02:02:45 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
02:02:46 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223
02:02:46 go: finding github.com/beorn7/perks v1.0.0
02:02:46 go: finding github.com/google/gofuzz v1.0.0
02:02:47 go: finding github.com/julienschmidt/httprouter v1.2.0
02:02:47 go: finding github.com/golang/protobuf v1.3.2
02:02:47 go: finding github.com/prometheus/common v0.4.1
02:02:47 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
02:02:47 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
02:02:47 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
02:02:47 go: finding gopkg.in/yaml.v2 v2.2.1
02:02:48 go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
02:02:48 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
02:02:48 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
02:02:48 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
02:02:48 go: finding github.com/go-kit/kit v0.8.0
02:02:49 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
02:02:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
02:02:49 go: finding github.com/go-stack/stack v1.8.0
02:02:49 go: finding github.com/prometheus/client_golang v0.9.1
02:02:50 go: finding github.com/json-iterator/go v1.1.6
02:02:50 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:02:50 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5
02:02:50 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
02:02:50 go: finding github.com/go-logfmt/logfmt v0.3.0
02:02:50 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
02:02:50 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6
02:02:50 go: finding github.com/go-logfmt/logfmt v0.4.0
02:02:50 go: finding github.com/golang/protobuf v1.3.1
02:02:50 go: finding github.com/prometheus/procfs v0.0.2
02:02:50 go: finding github.com/davecgh/go-spew v1.1.1
02:02:50 go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
02:02:51 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:02:51 go: downloading github.com/urfave/cli v1.21.0
02:02:51 go: downloading github.com/sirupsen/logrus v1.2.0
02:02:51 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:02:51 go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:02:51 go: downloading github.com/docker/go-units v0.4.0
02:02:51 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:02:51 go: downloading github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
02:02:51 go: downloading gopkg.in/yaml.v2 v2.2.2
02:02:51 go: downloading github.com/docker/go-connections v0.3.0
02:02:51 go: extracting github.com/urfave/cli v1.21.0
02:02:51 go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:02:51 go: extracting github.com/docker/go-connections v0.3.0
02:02:51 go: extracting github.com/docker/go-units v0.4.0
02:02:51 go: extracting github.com/sirupsen/logrus v1.2.0
02:02:51 go: extracting gopkg.in/yaml.v2 v2.2.2
02:02:53 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:02:54 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:02:54 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:02:54 go: downloading github.com/docker/docker-credential-helpers v0.6.3
02:02:54 go: extracting github.com/docker/docker-credential-helpers v0.6.3
02:02:54 go: downloading github.com/xeipuuv/gojsonschema v1.1.0
02:02:55 go: extracting github.com/xeipuuv/gojsonschema v1.1.0
02:02:55 go: extracting github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
02:02:55 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:02:55 go: downloading github.com/pkg/errors v0.8.0
02:02:55 go: extracting github.com/pkg/errors v0.8.0
02:02:55 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:02:55 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:02:55 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:02:55 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:02:55 go: downloading github.com/docker/distribution v2.7.1+incompatible
02:02:55 go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:02:55 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:02:55 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:02:55 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:02:55 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:02:55 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:02:55 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:02:55 go: downloading google.golang.org/grpc v1.22.1
02:02:55 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:02:55 go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:02:56 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:02:56 go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:02:56 go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:02:56 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:02:56 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:02:56 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:02:56 go: downloading github.com/gogo/protobuf v1.1.1
02:02:57 go: extracting github.com/docker/distribution v2.7.1+incompatible
02:02:57 go: extracting google.golang.org/grpc v1.22.1
02:02:57 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:02:57 go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:02:57 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:02:57 go: downloading github.com/prometheus/client_golang v1.1.0
02:02:57 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:02:57 go: downloading github.com/gorilla/context v1.1.1
02:02:57 go: extracting github.com/gorilla/context v1.1.1
02:02:57 go: downloading github.com/golang/protobuf v1.3.2
02:02:57 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:02:57 go: extracting github.com/prometheus/client_golang v1.1.0
02:02:57 go: downloading github.com/prometheus/common v0.6.0
02:02:57 go: downloading github.com/prometheus/procfs v0.0.3
02:02:57 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:02:57 go: downloading github.com/beorn7/perks v1.0.1
02:02:57 go: extracting github.com/beorn7/perks v1.0.1
02:02:57 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:02:57 go: extracting github.com/prometheus/common v0.6.0
02:02:57 go: extracting github.com/prometheus/procfs v0.0.3
02:02:57 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
02:02:58 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1
02:02:58 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:02:58 go: extracting github.com/golang/protobuf v1.3.2
02:02:59 go: extracting github.com/gogo/protobuf v1.1.1
02:02:59 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:03:25 Building binary for linux/amd64...
02:03:38 Building binary for linux/arm...
02:04:04 Building binary for windows/386...
02:04:04 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:04:04 go: downloading github.com/Microsoft/go-winio v0.3.8
02:04:04 go: downloading github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:04:04 go: downloading github.com/Microsoft/hcsshim v0.8.6
02:04:04 go: extracting github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:04:04 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:04:04 go: extracting github.com/Microsoft/go-winio v0.3.8
02:04:04 go: extracting github.com/Microsoft/hcsshim v0.8.6
02:04:26 Building binary for windows/amd64...
02:04:53 Building binary for darwin/386...
02:05:15 Building binary for darwin/amd64...
02:05:37 
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
02:05:37 chowning workspace
[Pipeline] sh
02:05:38 + uname -m
[Pipeline] sh
02:05:38 + pwd
02:05:38 + id -u
02:05:38 + id -g
02:05:38 + docker run --rm -v /home/ubuntu/workspace/libcompose_master:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archive
02:05:40 The archive step is deprecated, please use archiveArtifacts instead.
02:05:40 No files found to archive for pattern "bundles"; continuing.
[Pipeline] sh
02:05:40 + docker rmi dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e
02:05:40 Untagged: dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e
02:05:40 Deleted: sha256:b373a9a3d3e23940ccba36c96f270fb70635d973a35a8abdd223a10fc560eb81
02:05:40 Deleted: sha256:b39b67b41b9b45573502d5dd53f0dea6329505792d68a283db2be162aa9f9ee7
02:05:40 Deleted: sha256:66aaf864cbb61e5c76e8a7048f0ded68251e434731ab43c4d9f47e3a7ef698ed
02:05:40 Deleted: sha256:54858640be76c4109398aa183cdc6a507ae0a4a2cde0dc5b06c348447dcda889
02:05:40 Deleted: sha256:d8058071c567922cfa8290ef12c6f90f55da61cf7ecdfdd2d2905f05f244dfb9
02:05:40 Deleted: sha256:4aa1270a496f0a5b7f5c0c993be3fb24bb505b591452ddad5341f255df18a4ab
02:05:40 Deleted: sha256:6dc0904a2232237b6ace79b0dc04bfae314fd2435e8643499fa03e96b4d169be
02:05:40 Deleted: sha256:584d5180bbc70e543d49cc5fcddb505631ca02dae74d33e8cefa51cc63894899
02:05:40 Deleted: sha256:634c8e947437e30599d83208855fb9094c6059ee55e0f07487dd5d5c3b16150f
02:05:40 Deleted: sha256:331af5329eeb15d5ffa09adb6dc762c114dcc51b453f68708838711eeeada6b4
02:05:40 Deleted: sha256:773419d36da04068e177cd3169f053e6d9de394a4cfe7004262680c42615ab54
02:05:40 Deleted: sha256:fb19afb86f6603e98eff794f75678e03e1b059df24bad09e4ec0695cc508be9f
02:05:40 Deleted: sha256:e4e115362de6aacbc2fb592773408e873866eb2f83b720193fdba988b95f2f55
02:05:40 Deleted: sha256:af3447820eed547ee07c4051eea64463f9b2e54abe5b4b8b9aa1d1301af2b997
02:05:40 Deleted: sha256:22589cb930ddf0ae4ce830c62a3895652f168216776bd4c46d88b110a074d199
02:05:40 Deleted: sha256:3d7c7cd54c9caa8e83ae9d1bd6d8c1e5e720172ce162ed1f3cccb348d342fe46
02:05:40 Deleted: sha256:9b7d124e3398f080d1db0639ef4598e55e226816124b79b0aacf60ad105f9a91
02:05:40 Deleted: sha256:de4f22648b72cd437dd3141b68090e6d9961621be81d5134bc65171fc064db85
02:05:40 Deleted: sha256:7532be8ba281fb959dcd46eb214e0dd7e839a08c36d30cdfe7ba48cb6b6214f1
02:05:40 Deleted: sha256:9f18d20aa84ed96d5a4aad3d80738eaa636baf640019ff2c595edf81a8cc7ec7
[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