Skip to content
Failed

Console Output

Push event to branch ndeloof
22:08:11 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 0436e897f678dad68ede32f4a53bb54f66a96be6
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-00481cbce3a8fb6f0) in /home/ubuntu/workspace/compose_ndeloof
[Pipeline] {
[Pipeline] checkout
using credential sf-release-bot.github.ssh
Fetching changes from the remote Git repository
Fetching without tags
Checking out Revision 0436e897f678dad68ede32f4a53bb54f66a96be6 (ndeloof)
Commit message: "WiP"
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/heads/ndeloof:refs/remotes/origin/ndeloof
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0436e897f678dad68ede32f4a53bb54f66a96be6
 > git rev-list --no-walk ec7682915183b11e64a14af9aeb7f9ae7c072ba3 # timeout=10
[Pipeline] sh
+ docker build -t compose:debian --target build --build-arg BUILD_PLATFORM=debian .
#2 [internal] load .dockerignore
#2 transferring context: 151B done
#2 DONE 0.0s

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.06kB done
#1 DONE 0.0s

#4 [internal] load metadata for docker.io/library/python:3.7.4-slim-stretch
#4 DONE 0.2s

#3 [internal] load metadata for docker.io/library/docker:18.09.7
#3 DONE 0.1s

#5 [build-debian 1/2] FROM docker.io/library/python:3.7.4-slim-stretch@sha2...
#5 DONE 0.0s

#9 [docker-cli 1/1] FROM docker.io/library/docker:18.09.7@sha256:310156c950...
#9 DONE 0.0s

#7 [internal] load build context
#7 transferring context: 1.58MB 0.1s done
#7 DONE 0.1s

#8 [build 1/15] COPY docker-compose-entrypoint.sh /usr/local/bin/
#8 CACHED

#11 [build 3/15] WORKDIR /code/
#11 CACHED

#17 [build 9/15] COPY tox.ini .
#17 CACHED

#16 [build 8/15] COPY .pre-commit-config.yaml .
#16 CACHED

#13 [build 5/15] RUN pip install tox==2.9.1
#13 CACHED

#14 [build 6/15] COPY requirements.txt .
#14 CACHED

#12 [build 4/15] RUN pip install virtualenv==16.2.0
#12 CACHED

#18 [build 10/15] COPY setup.py .
#18 CACHED

#19 [build 11/15] COPY README.md .
#19 CACHED

#6 [build-debian 2/2] RUN apt-get update && apt-get install --no-install-re...
#6 CACHED

#20 [build 12/15] COPY compose compose/
#20 CACHED

#10 [build 2/15] COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin...
#10 CACHED

#15 [build 7/15] COPY requirements-dev.txt .
#15 CACHED

#21 [build 13/15] RUN tox --notest
#21 CACHED

#22 [build 14/15] COPY . .
#22 DONE 0.1s

#23 [build 15/15] RUN script/build/linux-entrypoint
#23 0.611 + CODE_PATH=/code
#23 0.611 + VENV=/code/.tox/py37
#23 0.611 + cd /code
#23 0.611 + mkdir -p dist
#23 0.615 + chmod 777 dist
#23 0.615 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
#23 18.64 + '[' -z unknown ']'
#23 18.64 + echo unknown
#23 18.64 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#23 18.64 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#23 18.64 + '[' '!' -z '' ']'
#23 18.64 NOT compiling bootloader!!!
#23 18.64 + echo 'NOT compiling bootloader!!!'
#23 18.64 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
#23 18.79 36 INFO: PyInstaller: 3.5
#23 18.79 36 INFO: Python: 3.7.4
#23 18.79 37 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
#23 18.79 38 INFO: UPX is not available.
#23 18.79 39 INFO: Extending PYTHONPATH with paths
#23 18.79 ['/code/bin', '/code']
#23 18.79 39 INFO: checking Analysis
#23 18.79 40 INFO: Building Analysis because Analysis-00.toc is non existent
#23 18.79 40 INFO: Initializing module dependency graph...
#23 18.79 41 INFO: Initializing module graph hooks...
#23 18.79 42 INFO: Analyzing base_library.zip ...
#23 21.24 2487 INFO: running Analysis Analysis-00.toc
#23 21.26 2505 INFO: Caching module hooks...
#23 21.26 2509 INFO: Analyzing bin/docker-compose
#23 21.34 2592 INFO: Processing pre-find module path hook   distutils
#23 21.34 2592 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
#23 21.51 2762 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
#23 22.37 3620 INFO: Processing pre-safe import module hook   six.moves
#23 24.71 5962 INFO: Loading module hooks...
#23 24.72 5963 INFO: Loading module hook "hook-certifi.py"...
#23 24.72 5964 INFO: Loading module hook "hook-jsonschema.py"...
#23 24.72 5965 INFO: Loading module hook "hook-xml.py"...
#23 24.76 6004 INFO: Loading module hook "hook-nacl.py"...
#23 24.76 6005 INFO: Loading module hook "hook-distutils.py"...
#23 24.76 6007 INFO: Loading module hook "hook-pkg_resources.py"...
#23 24.93 6181 INFO: Processing pre-safe import module hook   win32com
#23 25.09 6341 INFO: Loading module hook "hook-pydoc.py"...
#23 25.09 6341 INFO: Loading module hook "hook-sysconfig.py"...
#23 25.10 6349 INFO: Loading module hook "hook-encodings.py"...
#23 25.14 6392 INFO: Loading module hook "hook-cryptography.py"...
#23 25.29 6541 INFO: Looking for ctypes DLLs
#23 25.32 6570 INFO: Analyzing run-time hooks ...
#23 25.33 6578 INFO: Including run-time hook 'pyi_rth_certifi.py'
#23 25.33 6579 INFO: Including run-time hook 'pyi_rth_pkgres.py'
#23 25.34 6588 INFO: Looking for dynamic libraries
#23 25.88 7125 INFO: Looking for eggs
#23 25.88 7125 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
#23 25.89 7135 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
#23 25.94 7187 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
#23 25.96 7209 INFO: checking PYZ
#23 25.96 7209 INFO: Building PYZ because PYZ-00.toc is non existent
#23 25.96 7210 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
#23 26.65 7895 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
#23 26.66 7906 INFO: checking PKG
#23 26.66 7906 INFO: Building PKG because PKG-00.toc is non existent
#23 26.66 7906 INFO: Building PKG (CArchive) PKG-00.pkg
#23 36.39 17638 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
#23 36.39 17641 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
#23 36.39 17641 INFO: checking EXE
#23 36.39 17641 INFO: Building EXE because EXE-00.toc is non existent
#23 36.39 17641 INFO: Building EXE from EXE-00.toc
#23 36.39 17642 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
#23 36.44 17687 INFO: Building EXE from EXE-00.toc completed successfully.
#23 36.50 + ls -la dist/
#23 36.50 total 16648
#23 36.50 drwxrwxrwx 2 root root     4096 Dec  2 22:08 .
#23 36.50 drwxr-xr-x 1 root root     4096 Dec  2 22:08 ..
#23 36.50 -rwxr-xr-x 1 root root 17034168 Dec  2 22:08 docker-compose
#23 36.50 + ldd dist/docker-compose
#23 36.51 	linux-vdso.so.1 (0x00007fffeaa72000)
#23 36.51 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f74b50c5000)
#23 36.51 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f74b4eab000)
#23 36.51 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f74b4b0c000)
#23 36.51 	/lib64/ld-linux-x86-64.so.2 (0x00007f74b52c9000)
#23 36.51 + mv dist/docker-compose /usr/local/bin
#23 36.51 + docker-compose version
#23 37.00 docker-compose version 1.26.0dev, build unknown
#23 37.00 docker-py version: 4.1.0
#23 37.00 CPython version: 3.7.4
#23 37.00 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
#23 DONE 37.2s

#24 exporting to image
#24 exporting layers
#24 exporting layers 0.4s done
#24 writing image sha256:4eaf426ee0f6ca4636eeeabb079bb75dcc730552079658217342071bf50a005e done
#24 naming to docker.io/library/compose:debian done
#24 DONE 0.5s
[Pipeline] sh
+ docker save -o debian.tar compose:debian
[Pipeline] stash
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/compose/ndeloof/22/stashes/debian.tgz
[Pipeline] sh
+ docker build -t compose:alpine --target build --build-arg BUILD_PLATFORM=alpine .
#2 [internal] load .dockerignore
#2 transferring context: 34B done
#2 DONE 0.0s

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 38B done
#1 DONE 0.0s

#3 [internal] load metadata for docker.io/library/python:3.7.4-alpine3.10
#3 DONE 0.1s

#4 [internal] load metadata for docker.io/library/docker:18.09.7
#4 DONE 0.1s

#5 [build-alpine 1/2] FROM docker.io/library/python:3.7.4-alpine3.10@sha256...
#5 DONE 0.0s

#9 [docker-cli 1/1] FROM docker.io/library/docker:18.09.7@sha256:310156c950...
#9 DONE 0.0s

#7 [internal] load build context
#7 transferring context: 616.74MB 5.0s
#7 transferring context: 671.47MB 5.4s done
#7 DONE 5.5s

#19 [build 11/15] COPY README.md .
#19 CACHED

#13 [build 5/15] RUN pip install tox==2.9.1
#13 CACHED

#6 [build-alpine 2/2] RUN apk add --no-cache     bash     build-base     ca...
#6 CACHED

#20 [build 12/15] COPY compose compose/
#20 CACHED

#16 [build 8/15] COPY .pre-commit-config.yaml .
#16 CACHED

#18 [build 10/15] COPY setup.py .
#18 CACHED

#11 [build 3/15] WORKDIR /code/
#11 CACHED

#12 [build 4/15] RUN pip install virtualenv==16.2.0
#12 CACHED

#14 [build 6/15] COPY requirements.txt .
#14 CACHED

#15 [build 7/15] COPY requirements-dev.txt .
#15 CACHED

#8 [build 1/15] COPY docker-compose-entrypoint.sh /usr/local/bin/
#8 CACHED

#10 [build 2/15] COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin...
#10 CACHED

#17 [build 9/15] COPY tox.ini .
#17 CACHED

#21 [build 13/15] RUN tox --notest
#21 CACHED

#22 [build 14/15] COPY . .
#22 DONE 4.4s

#23 [build 15/15] RUN script/build/linux-entrypoint
#23 0.602 + CODE_PATH=/code
#23 0.602 + VENV=/code/.tox/py37
#23 0.602 + cd /code
#23 0.602 + mkdir -p dist
#23 0.604 + chmod 777 dist
#23 0.609 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
#23 18.64 + '[' -z unknown ']'
#23 18.64 + echo unknown
#23 18.64 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#23 18.64 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#23 18.64 + '[' '!' -z 1 ']'
#23 18.64 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
#23 18.64 Cloning into '/tmp/pyinstaller'...
#23 21.96 + cd /tmp/pyinstaller/bootloader
#23 21.96 + git checkout v3.5
#23 22.06 Note: checking out 'v3.5'.
#23 22.06 
#23 22.06 You are in 'detached HEAD' state. You can look around, make experimental
#23 22.06 changes and commit them, and you can discard any commits you make in this
#23 22.06 state without impacting any branches by performing another checkout.
#23 22.06 
#23 22.06 If you want to create a new branch to retain commits you create, you may
#23 22.06 do so (now or later) by using -b with the checkout command again. Example:
#23 22.06 
#23 22.06   git checkout -b <new-branch-name>
#23 22.06 
#23 22.06 HEAD is now at 498e6ee0 Release 3.5.
#23 22.07 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
#23 22.26 Setting top to                           : /tmp/pyinstaller/bootloader 
#23 22.26 Setting out to                           : /tmp/pyinstaller/bootloader/build 
#23 22.26 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
#23 22.26 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
#23 22.34 Checking size of pointer                 : 8 
#23 22.38 Platform                                 : Linux-64bit detected based on compiler 
#23 22.38 Checking for flags -m64                  : yes 
#23 22.41 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
#23 22.42 Checking for program 'strip'             : /usr/bin/strip 
#23 22.42 Checking for library dl                  : yes 
#23 22.45 Checking for library m                   : yes 
#23 22.48 Checking for library z                   : yes 
#23 22.51 Checking for function unsetenv           : yes 
#23 22.55 Checking for function mkdtemp            : yes 
#23 22.58 Checking for flags -Wl,--as-needed       : yes 
#23 22.61 'configure' finished successfully (0.351s)
#23 22.61 'all' finished successfully (0.000s)
#23 22.61 'distclean' finished successfully (0.001s)
#23 22.61 Setting top to                           : /tmp/pyinstaller/bootloader 
#23 22.62 Setting out to                           : /tmp/pyinstaller/bootloader/build 
#23 22.62 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
#23 22.62 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
#23 22.65 Checking size of pointer                 : 8 
#23 22.70 Platform                                 : Linux-64bit detected based on compiler 
#23 22.70 Checking for flags -m64                  : yes 
#23 22.73 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
#23 22.73 Checking for program 'strip'             : /usr/bin/strip 
#23 22.73 Checking for library dl                  : yes 
#23 22.76 Checking for library m                   : yes 
#23 22.79 Checking for library z                   : yes 
#23 22.82 Checking for function unsetenv           : yes 
#23 22.86 Checking for function mkdtemp            : yes 
#23 22.89 Checking for flags -Wl,--as-needed       : yes 
#23 22.92 'configure' finished successfully (0.309s)
#23 22.93 'make_all' finished successfully (0.003s)
#23 22.93 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
#23 22.94 [ 1/13] Compiling src/pyi_python.c
#23 22.94 [ 2/13] Compiling src/pyi_global.c
#23 23.01 [ 3/13] Compiling src/main.c
#23 23.05 [ 4/13] Compiling src/pyi_utils.c
#23 23.05 [ 5/13] Compiling src/pyi_main.c
#23 23.13 [ 6/13] Compiling src/pyi_pythonlib.c
#23 23.26 [ 7/13] Compiling src/pyi_python27_compat.c
#23 23.31 [ 8/13] Compiling src/pyi_win32_utils.c
#23 23.32 [ 9/13] Compiling src/pyi_path.c
#23 23.34 [10/13] Compiling src/pyi_archive.c
#23 23.45 [11/13] Compiling src/pyi_launch.c
#23 23.62 [12/13] Linking build/debug/run_d
#23 23.63 [13/13] Processing build/debug/run_d
#23 23.63 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
#23 23.63 'build_debug' finished successfully (0.708s)
#23 23.64 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
#23 23.64 [ 1/13] Compiling src/pyi_python.c
#23 23.65 [ 2/13] Compiling src/pyi_global.c
#23 23.73 [ 3/13] Compiling src/main.c
#23 23.75 [ 4/13] Compiling src/pyi_archive.c
#23 23.78 [ 5/13] Compiling src/pyi_launch.c
#23 23.93 [ 6/13] Compiling src/pyi_win32_utils.c
#23 23.95 [ 7/13] Compiling src/pyi_main.c
#23 23.98 [ 8/13] Compiling src/pyi_pythonlib.c
#23 24.03 [ 9/13] Compiling src/pyi_python27_compat.c
#23 24.07 [10/13] Compiling src/pyi_utils.c
#23 24.16 [11/13] Compiling src/pyi_path.c
#23 24.28 [12/13] Linking build/release/run
#23 24.30 [13/13] Processing build/release/run
#23 24.30 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
#23 24.30 'build_release' finished successfully (0.664s)
#23 24.30 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
#23 24.31 [13/14] Processing build/debug/run_d
#23 24.31 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
#23 24.31 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
#23 24.31 'install_debug' finished successfully (0.014s)
#23 24.32 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
#23 24.32 [13/14] Processing build/release/run
#23 24.32 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
#23 24.33 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
#23 24.33 'install_release' finished successfully (0.012s)
#23 24.34 + /code/.tox/py37/bin/pip3 install ..
#23 24.60 Processing /tmp/pyinstaller
#23 24.81   Installing build dependencies: started
#23 29.92   Installing build dependencies: finished with status 'done'
#23 29.93   Getting requirements to build wheel: started
#23 30.24   Getting requirements to build wheel: finished with status 'done'
#23 30.24     Preparing wheel metadata: started
#23 30.52     Preparing wheel metadata: finished with status 'done'
#23 30.53 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (42.0.2)
#23 30.53 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
#23 30.53 Building wheels for collected packages: PyInstaller
#23 30.53   Building wheel for PyInstaller (PEP 517): started
#23 31.33   Building wheel for PyInstaller (PEP 517): finished with status 'done'
#23 31.34   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=5f2ead73588abe17bbcf1313689a7249b55187603ee317e69d7cdc00279d830b
#23 31.34   Stored in directory: /tmp/pip-ephem-wheel-cache-fm4w8g03/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
#23 31.48 Successfully built PyInstaller
#23 31.61 Installing collected packages: PyInstaller
#23 31.61   Found existing installation: PyInstaller 3.5
#23 31.76     Uninstalling PyInstaller-3.5:
#23 31.77       Successfully uninstalled PyInstaller-3.5
#23 32.11 Successfully installed PyInstaller-3.5
#23 32.18 + cd /code
#23 32.18 + rm -Rf /tmp/pyinstaller
#23 32.21 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
#23 32.38 40 INFO: PyInstaller: 3.5
#23 32.38 40 INFO: Python: 3.7.4
#23 32.38 43 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
#23 32.38 45 INFO: UPX is not available.
#23 32.38 46 INFO: Extending PYTHONPATH with paths
#23 32.38 ['/code/bin', '/code']
#23 32.38 46 INFO: checking Analysis
#23 32.38 46 INFO: Building Analysis because Analysis-00.toc is non existent
#23 32.38 47 INFO: Initializing module dependency graph...
#23 32.38 48 INFO: Initializing module graph hooks...
#23 32.39 49 INFO: Analyzing base_library.zip ...
#23 34.87 2534 INFO: running Analysis Analysis-00.toc
#23 34.88 2544 INFO: Caching module hooks...
#23 34.88 2549 INFO: Analyzing bin/docker-compose
#23 34.97 2629 INFO: Processing pre-find module path hook   distutils
#23 34.97 2630 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
#23 35.13 2799 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
#23 35.98 3648 INFO: Processing pre-safe import module hook   six.moves
#23 38.36 6028 INFO: Loading module hooks...
#23 38.36 6028 INFO: Loading module hook "hook-certifi.py"...
#23 38.37 6029 INFO: Loading module hook "hook-jsonschema.py"...
#23 38.37 6031 INFO: Loading module hook "hook-xml.py"...
#23 38.41 6069 INFO: Loading module hook "hook-nacl.py"...
#23 38.41 6071 INFO: Loading module hook "hook-distutils.py"...
#23 38.41 6072 INFO: Loading module hook "hook-pkg_resources.py"...
#23 38.55 6212 INFO: Processing pre-safe import module hook   win32com
#23 38.74 6401 INFO: Loading module hook "hook-pydoc.py"...
#23 38.74 6401 INFO: Loading module hook "hook-sysconfig.py"...
#23 38.74 6408 INFO: Loading module hook "hook-encodings.py"...
#23 38.78 6444 INFO: Loading module hook "hook-cryptography.py"...
#23 38.93 6594 INFO: Looking for ctypes DLLs
#23 38.96 Illegal option -p
#23 38.96 6626 INFO: Analyzing run-time hooks ...
#23 38.97 6635 INFO: Including run-time hook 'pyi_rth_certifi.py'
#23 38.97 6636 INFO: Including run-time hook 'pyi_rth_pkgres.py'
#23 38.98 6647 INFO: Looking for dynamic libraries
#23 39.19 6853 INFO: Looking for eggs
#23 39.19 6854 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
#23 39.20 6863 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
#23 39.25 6914 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
#23 39.27 6937 INFO: checking PYZ
#23 39.27 6937 INFO: Building PYZ because PYZ-00.toc is non existent
#23 39.27 6937 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
#23 39.99 7649 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
#23 40.00 7663 INFO: checking PKG
#23 40.00 7663 INFO: Building PKG because PKG-00.toc is non existent
#23 40.00 7663 INFO: Building PKG (CArchive) PKG-00.pkg
#23 51.08 18749 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
#23 51.09 18752 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
#23 51.09 18752 INFO: checking EXE
#23 51.09 18752 INFO: Building EXE because EXE-00.toc is non existent
#23 51.09 18753 INFO: Building EXE from EXE-00.toc
#23 51.09 18753 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
#23 51.14 18804 INFO: Building EXE from EXE-00.toc completed successfully.
#23 51.20 + ls -la dist/
#23 51.20 total 17120
#23 51.20 drwxrwxrwx    2 root     root          4096 Dec  2 22:10 .
#23 51.20 drwxr-xr-x    1 root     root          4096 Dec  2 22:10 ..
#23 51.20 -rwxr-xr-x    1 root     root      17516720 Dec  2 22:10 docker-compose
#23 51.20 + ldd dist/docker-compose
#23 51.21 	/lib/ld-musl-x86_64.so.1 (0x7f74efd92000)
#23 51.21 	libz.so.1 => /lib/libz.so.1 (0x7f74efd5c000)
#23 51.21 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f74efd92000)
#23 51.21 + mv dist/docker-compose /usr/local/bin
#23 51.21 + docker-compose version
#23 51.73 docker-compose version 1.26.0dev, build unknown
#23 51.73 docker-py version: 4.1.0
#23 51.73 CPython version: 3.7.4
#23 51.73 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
#23 DONE 51.9s

#24 exporting to image
#24 exporting layers
#24 exporting layers 3.5s done
#24 writing image sha256:4bca12fe67c8a720b02e7af7c9886d93573cad26a0d4fae8905c5ba22ba6d7a2 done
#24 naming to docker.io/library/compose:alpine done
#24 DONE 3.5s
[Pipeline] sh
+ docker save -o alpine.tar compose:alpine
[Pipeline] stash
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/compose/ndeloof/22/stashes/alpine.tgz
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ curl https://api.github.com/repos/docker/docker-ce/tags
+ grep ^v[0-9\.]*$
+ jq -r .[].name
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13723  100 13723    0     0   131k      0 --:--:-- --:--:-- --:--:--  131k
+ cut -f1 -d. /tmp/versions.txt
+ uniq
+ grep -m 1 v19 /tmp/versions.txt
+ grep -m 1 v18 /tmp/versions.txt
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (test)
Stage "test" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

groovy.lang.MissingPropertyException: No such property: dockerVersion for class: groovy.lang.Binding
	at groovy.lang.Binding.getVariable(Binding.java:63)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:270)
	at org.kohsuke.groovy.sandbox.impl.Checker$6.call(Checker.java:291)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:295)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:271)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:271)
	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.getProperty(SandboxInvoker.java:29)
	at com.cloudbees.groovy.cps.impl.PropertyAccessBlock.rawGet(PropertyAccessBlock.java:20)
	at WorkflowScript.run(WorkflowScript:41)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.delegateAndExecute(ModelInterpreter.groovy:138)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.executeSingleStage(ModelInterpreter.groovy:684)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.catchRequiredContextForNode(ModelInterpreter.groovy:418)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.catchRequiredContextForNode(ModelInterpreter.groovy:416)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.executeSingleStage(ModelInterpreter.groovy:682)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:281)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.toolsBlock(ModelInterpreter.groovy:567)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.toolsBlock(ModelInterpreter.groovy:566)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:271)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.withEnvBlock(ModelInterpreter.groovy:466)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.withEnvBlock(ModelInterpreter.groovy:465)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:270)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.withCredentialsBlock(ModelInterpreter.groovy:504)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.withCredentialsBlock(ModelInterpreter.groovy:503)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:269)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:316)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.inDeclarativeAgent(ModelInterpreter.groovy:612)
	at org.jenkinsci.plugins.pipeline.modeldefinition.agent.CheckoutScript.checkoutAndRun(CheckoutScript.groovy:64)
	at org.jenkinsci.plugins.pipeline.modeldefinition.agent.CheckoutScript.doCheckout(CheckoutScript.groovy:40)
	at org.jenkinsci.plugins.pipeline.modeldefinition.agent.impl.LabelScript.run(LabelScript.groovy:43)
	at ___cps.transform___(Native Method)
	at com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.get(PropertyishBlock.java:74)
	at com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30)
	at com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.fixName(PropertyishBlock.java:66)
	at sun.reflect.GeneratedMethodAccessor520.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
	at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:129)
	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:268)
	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:186)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:370)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:93)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:282)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:270)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:66)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Finished: FAILURE