Skip to content
Failed

Console Output

Push event to branch ndeloof
21:13:58 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 456613ee2f73f9ca6025a2469dff4f6bc0946de3
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 456613ee2f73f9ca6025a2469dff4f6bc0946de3 (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 456613ee2f73f9ca6025a2469dff4f6bc0946de3
 > git rev-list --no-walk 000fe93a3340abb9eca7449b938cecd3b05b74ce # timeout=10
[Pipeline] sh
+ docker build -t compose:debian --target build --build-arg BUILD_PLATFORM=debian .
#1 [internal] load .dockerignore
#1 transferring context: 34B done
#1 DONE 0.0s

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

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

#3 [internal] load metadata for docker.io/library/python:3.7.4-slim-stretch
#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: 25.75kB 0.0s done
#7 DONE 0.0s

#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

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

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

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

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

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

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

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

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

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

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

#12 [build 4/15] RUN pip install virtualenv==16.2.0
#12 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.610 + CODE_PATH=/code
#23 0.610 + VENV=/code/.tox/py37
#23 0.610 + cd /code
#23 0.610 + mkdir -p dist
#23 0.612 + chmod 777 dist
#23 0.613 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
#23 18.67 + '[' -z unknown ']'
#23 18.67 + echo unknown
#23 18.67 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#23 18.67 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#23 18.67 + '[' '!' -z '' ']'
#23 18.67 + echo 'NOT compiling bootloader!!!'
#23 18.67 NOT compiling bootloader!!!
#23 18.67 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
#23 18.81 36 INFO: PyInstaller: 3.5
#23 18.81 37 INFO: Python: 3.7.4
#23 18.81 37 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
#23 18.82 39 INFO: UPX is not available.
#23 18.82 40 INFO: Extending PYTHONPATH with paths
#23 18.82 ['/code/bin', '/code']
#23 18.82 40 INFO: checking Analysis
#23 18.82 40 INFO: Building Analysis because Analysis-00.toc is non existent
#23 18.82 40 INFO: Initializing module dependency graph...
#23 18.82 42 INFO: Initializing module graph hooks...
#23 18.82 43 INFO: Analyzing base_library.zip ...
#23 21.31 2529 INFO: running Analysis Analysis-00.toc
#23 21.32 2547 INFO: Caching module hooks...
#23 21.33 2551 INFO: Analyzing bin/docker-compose
#23 21.41 2631 INFO: Processing pre-find module path hook   distutils
#23 21.41 2631 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
#23 21.58 2804 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
#23 22.43 3649 INFO: Processing pre-safe import module hook   six.moves
#23 24.76 5983 INFO: Loading module hooks...
#23 24.76 5984 INFO: Loading module hook "hook-certifi.py"...
#23 24.76 5985 INFO: Loading module hook "hook-jsonschema.py"...
#23 24.76 5986 INFO: Loading module hook "hook-xml.py"...
#23 24.80 6025 INFO: Loading module hook "hook-nacl.py"...
#23 24.80 6027 INFO: Loading module hook "hook-distutils.py"...
#23 24.81 6028 INFO: Loading module hook "hook-pkg_resources.py"...
#23 24.96 6182 INFO: Processing pre-safe import module hook   win32com
#23 25.14 6361 INFO: Loading module hook "hook-pydoc.py"...
#23 25.14 6362 INFO: Loading module hook "hook-sysconfig.py"...
#23 25.15 6368 INFO: Loading module hook "hook-encodings.py"...
#23 25.18 6406 INFO: Loading module hook "hook-cryptography.py"...
#23 25.34 6564 INFO: Looking for ctypes DLLs
#23 25.37 6594 INFO: Analyzing run-time hooks ...
#23 25.38 6602 INFO: Including run-time hook 'pyi_rth_certifi.py'
#23 25.38 6603 INFO: Including run-time hook 'pyi_rth_pkgres.py'
#23 25.39 6612 INFO: Looking for dynamic libraries
#23 25.91 7131 INFO: Looking for eggs
#23 25.91 7131 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
#23 25.92 7141 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
#23 25.97 7193 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
#23 25.99 7216 INFO: checking PYZ
#23 25.99 7216 INFO: Building PYZ because PYZ-00.toc is non existent
#23 25.99 7216 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
#23 26.68 7906 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
#23 26.70 7918 INFO: checking PKG
#23 26.70 7918 INFO: Building PKG because PKG-00.toc is non existent
#23 26.70 7918 INFO: Building PKG (CArchive) PKG-00.pkg
#23 36.43 17652 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
#23 36.43 17656 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
#23 36.43 17656 INFO: checking EXE
#23 36.43 17656 INFO: Building EXE because EXE-00.toc is non existent
#23 36.43 17656 INFO: Building EXE from EXE-00.toc
#23 36.43 17656 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
#23 36.48 17703 INFO: Building EXE from EXE-00.toc completed successfully.
#23 36.54 + ls -la dist/
#23 36.54 total 16648
#23 36.54 drwxrwxrwx 2 root root     4096 Dec  2 21:14 .
#23 36.54 drwxr-xr-x 1 root root     4096 Dec  2 21:14 ..
#23 36.54 -rwxr-xr-x 1 root root 17032328 Dec  2 21:14 docker-compose
#23 36.54 + ldd dist/docker-compose
#23 36.55 	linux-vdso.so.1 (0x00007fffc691d000)
#23 36.55 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f67559b2000)
#23 36.55 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f6755798000)
#23 36.55 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f67553f9000)
#23 36.55 	/lib64/ld-linux-x86-64.so.2 (0x00007f6755bb6000)
#23 36.55 + mv dist/docker-compose /usr/local/bin
#23 36.55 + docker-compose version
#23 37.05 docker-compose version 1.26.0dev, build unknown
#23 37.05 docker-py version: 4.1.0
#23 37.05 CPython version: 3.7.4
#23 37.05 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
#23 DONE 37.3s

#24 exporting to image
#24 exporting layers
#24 exporting layers 0.4s done
#24 writing image sha256:f6da6bfff320de7faa7862fe454260e985c72d19d3f5304f234043e09d8833f4 done
#24 naming to docker.io/library/compose:debian done
#24 DONE 0.5s
[Pipeline] sh
+ docker build -t compose:alpine --target build --build-arg BUILD_PLATFORM=alpine .
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 38B done
#2 DONE 0.0s

#1 [internal] load .dockerignore
#1 transferring context: 34B done
#1 DONE 0.0s

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

#4 [internal] load metadata for docker.io/library/python:3.7.4-alpine3.10
#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: 23.29kB 0.0s done
#7 DONE 0.0s

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

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

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

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

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

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

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

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

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

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

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

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

#8 [build 1/15] COPY docker-compose-entrypoint.sh /usr/local/bin/
#8 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.609 + CODE_PATH=/code
#23 0.609 + VENV=/code/.tox/py37
#23 0.609 + cd /code
#23 0.609 + mkdir -p dist
#23 0.609 + chmod 777 dist
#23 0.612 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
#23 18.73 + '[' -z unknown ']'
#23 18.73 + echo unknown
#23 18.73 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#23 18.73 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#23 18.73 + '[' '!' -z 1 ']'
#23 18.73 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
#23 18.74 Cloning into '/tmp/pyinstaller'...
#23 22.26 + cd /tmp/pyinstaller/bootloader
#23 22.26 + git checkout v3.5
#23 22.35 Note: checking out 'v3.5'.
#23 22.35 
#23 22.35 You are in 'detached HEAD' state. You can look around, make experimental
#23 22.35 changes and commit them, and you can discard any commits you make in this
#23 22.35 state without impacting any branches by performing another checkout.
#23 22.35 
#23 22.35 If you want to create a new branch to retain commits you create, you may
#23 22.35 do so (now or later) by using -b with the checkout command again. Example:
#23 22.35 
#23 22.35   git checkout -b <new-branch-name>
#23 22.35 
#23 22.35 HEAD is now at 498e6ee0 Release 3.5.
#23 22.35 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
#23 22.57 Setting top to                           : /tmp/pyinstaller/bootloader 
#23 22.57 Setting out to                           : /tmp/pyinstaller/bootloader/build 
#23 22.57 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
#23 22.57 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
#23 22.64 Checking size of pointer                 : 8 
#23 22.69 Platform                                 : Linux-64bit detected based on compiler 
#23 22.69 Checking for flags -m64                  : yes 
#23 22.72 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.359s)
#23 22.92 'all' finished successfully (0.000s)
#23 22.92 'distclean' finished successfully (0.002s)
#23 22.93 Setting top to                           : /tmp/pyinstaller/bootloader 
#23 22.93 Setting out to                           : /tmp/pyinstaller/bootloader/build 
#23 22.93 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
#23 22.93 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
#23 22.97 Checking size of pointer                 : 8 
#23 23.02 Platform                                 : Linux-64bit detected based on compiler 
#23 23.02 Checking for flags -m64                  : yes 
#23 23.05 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
#23 23.05 Checking for program 'strip'             : /usr/bin/strip 
#23 23.05 Checking for library dl                  : yes 
#23 23.08 Checking for library m                   : yes 
#23 23.11 Checking for library z                   : yes 
#23 23.14 Checking for function unsetenv           : yes 
#23 23.18 Checking for function mkdtemp            : yes 
#23 23.22 Checking for flags -Wl,--as-needed       : yes 
#23 23.25 'configure' finished successfully (0.322s)
#23 23.25 'make_all' finished successfully (0.003s)
#23 23.26 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
#23 23.26 [ 1/13] Compiling src/pyi_python.c
#23 23.27 [ 2/13] Compiling src/pyi_global.c
#23 23.34 [ 3/13] Compiling src/main.c
#23 23.36 [ 4/13] Compiling src/pyi_utils.c
#23 23.38 [ 5/13] Compiling src/pyi_python27_compat.c
#23 23.43 [ 6/13] Compiling src/pyi_win32_utils.c
#23 23.46 [ 7/13] Compiling src/pyi_main.c
#23 23.55 [ 8/13] Compiling src/pyi_pythonlib.c
#23 23.59 [ 9/13] Compiling src/pyi_path.c
#23 23.72 [10/13] Compiling src/pyi_archive.c
#23 23.75 [11/13] Compiling src/pyi_launch.c
#23 23.94 [12/13] Linking build/debug/run_d
#23 23.96 [13/13] Processing build/debug/run_d
#23 23.96 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
#23 23.96 'build_debug' finished successfully (0.711s)
#23 23.97 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
#23 23.97 [ 1/13] Compiling src/pyi_python.c
#23 23.97 [ 2/13] Compiling src/pyi_global.c
#23 24.06 [ 3/13] Compiling src/main.c
#23 24.09 [ 4/13] Compiling src/pyi_archive.c
#23 24.10 [ 5/13] Compiling src/pyi_launch.c
#23 24.27 [ 6/13] Compiling src/pyi_win32_utils.c
#23 24.30 [ 7/13] Compiling src/pyi_main.c
#23 24.30 [ 8/13] Compiling src/pyi_pythonlib.c
#23 24.37 [ 9/13] Compiling src/pyi_python27_compat.c
#23 24.42 [10/13] Compiling src/pyi_utils.c
#23 24.49 [11/13] Compiling src/pyi_path.c
#23 24.65 [12/13] Linking build/release/run
#23 24.66 [13/13] Processing build/release/run
#23 24.66 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
#23 24.66 'build_release' finished successfully (0.701s)
#23 24.67 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
#23 24.68 [13/14] Processing build/debug/run_d
#23 24.68 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
#23 24.68 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
#23 24.68 'install_debug' finished successfully (0.015s)
#23 24.68 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
#23 24.69 [14/14] Processing build/release/run
#23 24.69 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
#23 24.69 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
#23 24.69 'install_release' finished successfully (0.013s)
#23 24.71 + /code/.tox/py37/bin/pip3 install ..
#23 24.96 Processing /tmp/pyinstaller
#23 25.17   Installing build dependencies: started
#23 30.29   Installing build dependencies: finished with status 'done'
#23 30.29   Getting requirements to build wheel: started
#23 30.60   Getting requirements to build wheel: finished with status 'done'
#23 30.61     Preparing wheel metadata: started
#23 30.87     Preparing wheel metadata: finished with status 'done'
#23 30.88 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (42.0.2)
#23 30.89 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
#23 30.89 Building wheels for collected packages: PyInstaller
#23 30.89   Building wheel for PyInstaller (PEP 517): started
#23 31.70   Building wheel for PyInstaller (PEP 517): finished with status 'done'
#23 31.71   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=87569724d9ecebd4828254b3389e2f690f72c5f6c543cb1c6ee1507564b224c4
#23 31.71   Stored in directory: /tmp/pip-ephem-wheel-cache-e7qce89l/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
#23 31.86 Successfully built PyInstaller
#23 31.99 Installing collected packages: PyInstaller
#23 31.99   Found existing installation: PyInstaller 3.5
#23 32.16     Uninstalling PyInstaller-3.5:
#23 32.16       Successfully uninstalled PyInstaller-3.5
#23 32.50 Successfully installed PyInstaller-3.5
#23 32.57 + cd /code
#23 32.58 + rm -Rf /tmp/pyinstaller
#23 32.61 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
#23 32.75 36 INFO: PyInstaller: 3.5
#23 32.75 36 INFO: Python: 3.7.4
#23 32.75 39 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
#23 32.76 41 INFO: UPX is not available.
#23 32.76 42 INFO: Extending PYTHONPATH with paths
#23 32.76 ['/code/bin', '/code']
#23 32.76 42 INFO: checking Analysis
#23 32.76 42 INFO: Building Analysis because Analysis-00.toc is non existent
#23 32.76 42 INFO: Initializing module dependency graph...
#23 32.76 43 INFO: Initializing module graph hooks...
#23 32.76 44 INFO: Analyzing base_library.zip ...
#23 35.22 2501 INFO: running Analysis Analysis-00.toc
#23 35.23 2512 INFO: Caching module hooks...
#23 35.23 2516 INFO: Analyzing bin/docker-compose
#23 35.31 2595 INFO: Processing pre-find module path hook   distutils
#23 35.31 2595 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
#23 35.48 2766 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
#23 36.33 3618 INFO: Processing pre-safe import module hook   six.moves
#23 38.65 5939 INFO: Loading module hooks...
#23 38.66 5939 INFO: Loading module hook "hook-certifi.py"...
#23 38.66 5940 INFO: Loading module hook "hook-jsonschema.py"...
#23 38.66 5942 INFO: Loading module hook "hook-xml.py"...
#23 38.70 5982 INFO: Loading module hook "hook-nacl.py"...
#23 38.70 5983 INFO: Loading module hook "hook-distutils.py"...
#23 38.70 5985 INFO: Loading module hook "hook-pkg_resources.py"...
#23 39.02 6309 INFO: Processing pre-safe import module hook   win32com
#23 39.03 6311 INFO: Loading module hook "hook-pydoc.py"...
#23 39.03 6311 INFO: Loading module hook "hook-sysconfig.py"...
#23 39.03 6318 INFO: Loading module hook "hook-encodings.py"...
#23 39.07 6354 INFO: Loading module hook "hook-cryptography.py"...
#23 39.22 6501 INFO: Looking for ctypes DLLs
#23 39.24 Illegal option -p
#23 39.25 6530 INFO: Analyzing run-time hooks ...
#23 39.25 6538 INFO: Including run-time hook 'pyi_rth_certifi.py'
#23 39.25 6539 INFO: Including run-time hook 'pyi_rth_pkgres.py'
#23 39.26 6548 INFO: Looking for dynamic libraries
#23 39.47 6752 INFO: Looking for eggs
#23 39.47 6752 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
#23 39.48 6762 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
#23 39.53 6813 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
#23 39.55 6836 INFO: checking PYZ
#23 39.55 6836 INFO: Building PYZ because PYZ-00.toc is non existent
#23 39.55 6836 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
#23 40.26 7547 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
#23 40.27 7558 INFO: checking PKG
#23 40.27 7558 INFO: Building PKG because PKG-00.toc is non existent
#23 40.27 7558 INFO: Building PKG (CArchive) PKG-00.pkg
#23 51.32 18609 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
#23 51.33 18613 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
#23 51.33 18613 INFO: checking EXE
#23 51.33 18613 INFO: Building EXE because EXE-00.toc is non existent
#23 51.33 18613 INFO: Building EXE from EXE-00.toc
#23 51.33 18613 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
#23 51.51 18790 INFO: Building EXE from EXE-00.toc completed successfully.
#23 51.57 + ls -la dist/
#23 51.57 total 17124
#23 51.57 drwxrwxrwx    2 root     root          4096 Dec  2 21:15 .
#23 51.57 drwxr-xr-x    1 root     root          4096 Dec  2 21:15 ..
#23 51.57 -rwxr-xr-x    1 root     root      17520536 Dec  2 21:15 docker-compose
#23 51.57 + ldd dist/docker-compose
#23 51.57 	/lib/ld-musl-x86_64.so.1 (0x7f3c19805000)
#23 51.57 	libz.so.1 => /lib/libz.so.1 (0x7f3c197cf000)
#23 51.57 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f3c19805000)
#23 51.57 + mv dist/docker-compose /usr/local/bin
#23 51.57 + docker-compose version
#23 52.09 docker-compose version 1.26.0dev, build unknown
#23 52.09 docker-py version: 4.1.0
#23 52.09 CPython version: 3.7.4
#23 52.09 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
#23 DONE 52.4s

#24 exporting to image
#24 exporting layers
#24 exporting layers 0.4s done
#24 writing image sha256:d2a0bfabec3a3f45169cdedd41b7b61b320f5b6ae84860a9c8b79f4819fb0f31 done
#24 naming to docker.io/library/compose:alpine done
#24 DONE 0.5s
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ curl https://api.github.com/repos/docker/docker-ce/tags
+ jq -r .[].name
+ grep ^v[0-9\.]*$
  % 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   174k      0 --:--:-- --:--:-- --:--:--  174k
+ 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)
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

java.lang.NoSuchMethodError: No such DSL method 'runTests' found among steps [SumoPipelineLogCollection, addEmbeddableBadgeConfiguration, ansiColor, archive, awaitDeploymentCompletion, awsIdentity, bat, build, catchError, cfInvalidate, cfnCreateChangeSet, cfnDelete, cfnDeleteStackSet, cfnDescribe, cfnExecuteChangeSet, cfnExports, cfnUpdate, cfnUpdateStackSet, cfnValidate, checkout, container, containerLog, deleteDir, deployAPI, dir, dockerFingerprintFrom, dockerFingerprintRun, ec2, ec2ShareAmi, echo, ecrDeleteImage, ecrListImages, ecrLogin, emailext, emailextrecipients, envVarsForTool, error, fileExists, findFiles, getContext, git, githubNotify, input, invokeLambda, isUnix, jiraComment, jiraIssueSelector, jiraSearch, junit, library, libraryResource, listAWSAccounts, load, mail, milestone, node, nodesByLabel, parallel, podTemplate, powershell, properties, publishHTML, pwd, readCSV, readFile, readJSON, readManifest, readMavenPom, readProperties, readTrusted, readYaml, resolveScm, retry, s3Copy, s3Delete, s3DoesObjectExist, s3Download, s3FindFiles, s3PresignURL, s3Upload, script, setAccountAlias, sh, sha1, slackSend, sleep, snsPublish, sshagent, stage, stash, step, svn, tee, timeout, timestamps, tm, tool, touch, triggerRemoteJob, unarchive, unstable, unstash, unzip, updateIdP, updateTrustPolicy, validateDeclarativePipeline, waitUntil, warnError, withAWS, withContext, withCredentials, withDockerContainer, withDockerRegistry, withDockerServer, withEnv, wrap, writeCSV, writeFile, writeJSON, writeMavenPom, writeYaml, ws, zip] or symbols [CredentialsAuth, NoneAuth, NullAuth, TokenAuth, all, allOf, always, any, anyOf, apiToken, architecture, archiveArtifacts, artifactManager, authorizationMatrix, aws, awsCredentials, azureServicePrincipal, azureVMCloudRetentionStrategy, batchFile, bitbucket, booleanParam, branch, brokenBuildSuspects, brokenTestsSuspects, buildButton, buildDiscarder, buildingTag, caseInsensitive, caseSensitive, certificate, changeRequest, changelog, changeset, checkoutToSubdirectory, choice, choiceParam, clock, cloud, command, configMapVolume, containerEnvVar, containerLivenessProbe, containerTemplate, credentials, cron, crumb, culprits, default, defaultView, demand, developers, disableConcurrentBuilds, disableResume, docker, dockerCert, dockerfile, downloadSettings, downstream, dumb, durabilityHint, emptyDirVolume, emptyDirWorkspaceVolume, envVar, envVars, environment, equals, expression, extendedChoice, file, fileParam, filePath, fingerprint, frameOptions, freeStyle, freeStyleJob, fromScm, fromSource, git, gitHubBranchDiscovery, gitHubBranchHeadAuthority, gitHubForkDiscovery, gitHubSshCheckout, gitHubTagDiscovery, gitHubTrustContributors, gitHubTrustEveryone, gitHubTrustNobody, gitHubTrustPermissions, github, githubAccessToken, githubPush, headRegexFilter, headWildcardFilter, hostPathVolume, hostPathWorkspaceVolume, hyperlink, hyperlinkToModels, inheriting, inheritingGlobal, installSource, isRestartedRun, jclouds, jdk, jdkInstaller, jgit, jgitapache, jnlp, jobDsl, jobName, kubernetes, label, lastDuration, lastFailure, lastGrantedAuthorities, lastStable, lastSuccess, legacy, legacySCM, list, local, location, logRotator, loggedInUsersCanDoAnything, masterBuild, maven, maven3Mojos, mavenErrors, mavenMojos, mavenWarnings, merge, modernSCM, myView, never, newContainerPerStage, nfsVolume, nfsWorkspaceVolume, node, nodeProperties, nonInheriting, none, not, onFailure, override, overrideIndexTriggers, paneStatus, parallelsAlwaysFailFast, parameters, password, pattern, permanent, persistentVolumeClaim, persistentVolumeClaimWorkspaceVolume, pipeline-model, pipelineTriggers, plainText, plugin, podAnnotation, podEnvVar, podLabel, pollSCM, portMapping, preserveStashes, projectNamingStrategy, proxy, queueItemAuthenticator, quietPeriod, rateLimitBuilds, recipients, requestor, run, runParam, s3, sSHLauncher, schedule, scmRetryCount, script, scriptApproval, scriptApprovalLink, search, secretEnvVar, secretVolume, security, shell, skipDefaultCheckout, skipStagesAfterUnstable, slackNotifier, slave, sourceRegexFilter, sourceWildcardFilter, ssh, sshUserPrivateKey, stackTrace, standard, status, string, stringParam, swapSpace, tag, text, textParam, tmpSpace, toolLocation, triggeredBy, unsecured, upstream, upstreamDevelopers, url, userSeed, usernameColonPassword, usernamePassword, viewsTabBar, weather, zfs, zip] or globals [codecov, currentBuild, docker, dockerImageTagToDigest, documentationChecker, env, getCommitSha, getNodeNamesByPrefix, getRepoUrl, gitCommit, golangTester, matrixTest, params, petMinder, pipeline, s3Archive, s3Fetch, scm, sonarScan, testSummary, withChownWorkspace, withGithubStatus, withTool, withVpn, wrappedNode]
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:202)
	at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:122)
	at sun.reflect.GeneratedMethodAccessor612.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1213)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1022)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:42)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:160)
	at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:157)
	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:158)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:162)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:132)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:132)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:132)
	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
	at WorkflowScript.runTests(WorkflowScript:53)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2030)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2015)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2056)
	at WorkflowScript.runTests(WorkflowScript:52)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2030)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:1890)
	at WorkflowScript.runTests(WorkflowScript:51)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2030)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2015)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2056)
	at WorkflowScript.runTests(WorkflowScript:50)
	at WorkflowScript.run(WorkflowScript:39)
	at ___cps.transform___(Native Method)
	at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:84)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:113)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83)
	at sun.reflect.GeneratedMethodAccessor515.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.LocalVariableBlock$LocalVariable.get(LocalVariableBlock.java:39)
	at com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30)
	at com.cloudbees.groovy.cps.impl.LocalVariableBlock.evalLValue(LocalVariableBlock.java:28)
	at com.cloudbees.groovy.cps.LValueBlock$BlockImpl.eval(LValueBlock.java:55)
	at com.cloudbees.groovy.cps.LValueBlock.eval(LValueBlock.java:16)
	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