Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3713164f6485193a7db812284b98f7ee71a568b9 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-compose, mavenSettings:ci-build-images-settings, dockerImageName:edgex-compose, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[1.25.4], releaseBranchOverride:edgex-compose] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: ci-build-images-settings PROJECT: edgex-compose USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-compose DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-compose-archive.tar.gz SEMVER_BUMP_LEVEL: pre RELEASE_BRANCH_OVERRIDE: edgex-compose DOCKER_CUSTOM_TAGS: 1.25.4 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1649 in /w/workspace/ry_ci-build-images_edgex-compose [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/ci-build-images.git > git init /w/workspace/ry_ci-build-images_edgex-compose # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 Checking out Revision 3713164f6485193a7db812284b98f7ee71a568b9 (edgex-compose) > git config core.sparsecheckout # timeout=10 > git checkout -f 3713164f6485193a7db812284b98f7ee71a568b9 # timeout=10 Commit message: "Merge pull request #129 from cherrycl/issue-128" > git rev-list --no-walk 31c5007a9fd2567780236747dd9b4d53ccc62abd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:10:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:10:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:10:19 ========================================================= 05:10:19 EdgeX Global Pipelines Version Info 05:10:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:10:21 ------------------- 05:10:21 stable info: 05:10:21 ------------------- 05:10:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:10:21 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 05:10:21 Message: update stable to v1.0.89 05:10:21 ------------------- 05:10:21 experimental info: 05:10:21 ------------------- 05:10:21 Commited By: **** collab-it+edgex@linuxfoundation.org 05:10:21 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 05:10:21 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:10:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:10:25 + ls -al . 05:10:25 total 12 05:10:25 drwxrwxr-x. 3 jenkins jenkins 72 Jun 3 05:10 . 05:10:25 drwxrwxr-x. 4 jenkins jenkins 112 Jun 3 05:10 .. 05:10:25 -rw-rw-r--. 1 jenkins jenkins 1561 Jun 3 05:10 Dockerfile 05:10:25 drwxrwxr-x. 8 jenkins jenkins 162 Jun 3 05:10 .git 05:10:25 -rw-rw-r--. 1 jenkins jenkins 886 Jun 3 05:10 Jenkinsfile 05:10:25 -rw-rw-r--. 1 jenkins jenkins 1309 Jun 3 05:10 README.md [Pipeline] isUnix [Pipeline] sh 05:10:26 + docker build -t edgex-devops/edgex-compose -f Dockerfile --build-arg ARCH=amd64 --label git_sha=3713164f6485193a7db812284b98f7ee71a568b9 --label arch=amd64 . 05:10:26 Sending build context to Docker daemon 203.3kB 05:10:26 Step 1/30 : ARG DOCKER_VERSION=19.03.5 05:10:26 Step 2/30 : ARG PYTHON_VERSION=3.7.5 05:10:26 Step 3/30 : ARG BUILD_ALPINE_VERSION=3.10 05:10:26 Step 4/30 : ARG RUNTIME_ALPINE_VERSION=3.10.3 05:10:26 Step 5/30 : ARG COMPOSE_TAG=1.25.4 05:10:26 Step 6/30 : FROM docker:${DOCKER_VERSION} AS docker-cli 05:10:26 19.03.5: Pulling from library/docker 05:10:26 c9b1b535fdd9: Pulling fs layer 05:10:26 cd54125436dc: Pulling fs layer 05:10:26 70d1554c15cb: Pulling fs layer 05:10:26 79e322b40fa7: Pulling fs layer 05:10:26 fa396aa1c77a: Pulling fs layer 05:10:26 af8b1978c51e: Pulling fs layer 05:10:26 e3cc93a7c611: Pulling fs layer 05:10:26 fa396aa1c77a: Waiting 05:10:26 79e322b40fa7: Waiting 05:10:26 e3cc93a7c611: Waiting 05:10:26 af8b1978c51e: Waiting 05:10:26 70d1554c15cb: Verifying Checksum 05:10:26 70d1554c15cb: Download complete 05:10:26 cd54125436dc: Verifying Checksum 05:10:26 cd54125436dc: Download complete 05:10:26 c9b1b535fdd9: Verifying Checksum 05:10:26 c9b1b535fdd9: Download complete 05:10:26 fa396aa1c77a: Verifying Checksum 05:10:26 fa396aa1c77a: Download complete 05:10:26 af8b1978c51e: Verifying Checksum 05:10:26 af8b1978c51e: Download complete 05:10:27 e3cc93a7c611: Download complete 05:10:27 c9b1b535fdd9: Pull complete 05:10:27 cd54125436dc: Pull complete 05:10:28 79e322b40fa7: Verifying Checksum 05:10:28 79e322b40fa7: Download complete 05:10:28 70d1554c15cb: Pull complete 05:10:30 79e322b40fa7: Pull complete 05:10:30 fa396aa1c77a: Pull complete 05:10:30 af8b1978c51e: Pull complete 05:10:30 e3cc93a7c611: Pull complete 05:10:30 Digest: sha256:0b90b0aefd15794e4d5bea2debc3b761c1d3481a92ec7166f8453652d0deba95 05:10:30 Status: Downloaded newer image for docker:19.03.5 05:10:30 ---> 31c774f62a9b 05:10:30 Step 7/30 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build 05:10:31 3.7.5-alpine3.10: Pulling from library/python 05:10:31 89d9c30c1d48: Pulling fs layer 05:10:31 910c49c00810: Pulling fs layer 05:10:31 7efe415eb85a: Pulling fs layer 05:10:31 7d8d53519b81: Pulling fs layer 05:10:31 519124ac136c: Pulling fs layer 05:10:31 7d8d53519b81: Waiting 05:10:31 519124ac136c: Waiting 05:10:31 910c49c00810: Verifying Checksum 05:10:31 910c49c00810: Download complete 05:10:31 89d9c30c1d48: Verifying Checksum 05:10:31 89d9c30c1d48: Download complete 05:10:31 7d8d53519b81: Verifying Checksum 05:10:31 7d8d53519b81: Download complete 05:10:31 519124ac136c: Verifying Checksum 05:10:31 519124ac136c: Download complete 05:10:31 89d9c30c1d48: Pull complete 05:10:31 7efe415eb85a: Verifying Checksum 05:10:31 7efe415eb85a: Download complete 05:10:31 910c49c00810: Pull complete 05:10:33 7efe415eb85a: Pull complete 05:10:33 7d8d53519b81: Pull complete 05:10:34 519124ac136c: Pull complete 05:10:34 Digest: sha256:de9fc5bc46cb1a7e2222b976394ea8aa0290592e3075457d41c5f246f176b1bf 05:10:34 Status: Downloaded newer image for python:3.7.5-alpine3.10 05:10:34 ---> 8922d588eec6 05:10:34 Step 8/30 : RUN apk add --no-cache bash build-base ca-certificates curl gcc git libc-dev libffi-dev libgcc make musl-dev openssl openssl-dev python2 python2-dev zlib-dev 05:10:34 ---> Running in fa40fc4d2bfb 05:10:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 05:10:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 05:10:35 (1/34) Upgrading libcrypto1.1 (1.1.1d-r0 -> 1.1.1g-r0) 05:10:35 (2/34) Upgrading libssl1.1 (1.1.1d-r0 -> 1.1.1g-r0) 05:10:35 (3/34) Installing bash (5.0.0-r0) 05:10:35 Executing bash-5.0.0-r0.post-install 05:10:35 (4/34) Installing binutils (2.32-r0) 05:10:35 (5/34) Installing libmagic (5.37-r1) 05:10:35 (6/34) Installing file (5.37-r1) 05:10:35 (7/34) Installing gmp (6.1.2-r1) 05:10:35 (8/34) Installing isl (0.18-r0) 05:10:35 (9/34) Installing libgomp (8.3.0-r0) 05:10:35 (10/34) Installing libatomic (8.3.0-r0) 05:10:35 (11/34) Installing libgcc (8.3.0-r0) 05:10:35 (12/34) Installing mpfr3 (3.1.5-r1) 05:10:35 (13/34) Installing mpc1 (1.1.0-r0) 05:10:35 (14/34) Installing libstdc++ (8.3.0-r0) 05:10:35 (15/34) Installing gcc (8.3.0-r0) 05:10:37 Still waiting to schedule task 05:10:37 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 05:10:39 (16/34) Installing musl-dev (1.1.22-r3) 05:10:39 (17/34) Installing libc-dev (0.7.1-r0) 05:10:39 (18/34) Installing g++ (8.3.0-r0) 05:10:40 (19/34) Installing make (4.2.1-r2) 05:10:40 (20/34) Installing fortify-headers (1.1-r0) 05:10:40 (21/34) Installing build-base (0.5-r1) 05:10:40 (22/34) Installing nghttp2-libs (1.39.2-r0) 05:10:40 (23/34) Installing libcurl (7.66.0-r0) 05:10:40 (24/34) Installing curl (7.66.0-r0) 05:10:40 (25/34) Installing pcre2 (10.33-r0) 05:10:40 (26/34) Installing git (2.22.4-r0) 05:10:40 (27/34) Installing linux-headers (4.19.36-r0) 05:10:41 (28/34) Installing pkgconf (1.6.1-r1) 05:10:41 (29/34) Installing libffi-dev (3.2.1-r6) 05:10:41 (30/34) Installing openssl (1.1.1g-r0) 05:10:41 (31/34) Installing openssl-dev (1.1.1g-r0) 05:10:41 (32/34) Installing python2 (2.7.18-r0) 05:10:42 (33/34) Installing python2-dev (2.7.18-r0) 05:10:42 (34/34) Installing zlib-dev (1.2.11-r1) 05:10:42 Executing busybox-1.30.1-r2.trigger 05:10:42 Executing ca-certificates-20190108-r0.trigger 05:10:42 OK: 266 MiB in 67 packages 05:10:49 Removing intermediate container fa40fc4d2bfb 05:10:49 ---> 2962164816f1 05:10:49 Step 9/30 : ENV BUILD_BOOTLOADER=1 05:10:49 ---> Running in ffa711e5afb9 05:10:49 Removing intermediate container ffa711e5afb9 05:10:49 ---> 464c8c0bb6b9 05:10:49 Step 10/30 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker 05:10:51 ---> ed09b681d36f 05:10:51 Step 11/30 : WORKDIR /code/ 05:10:51 ---> Running in e254e3de1e41 05:10:51 Removing intermediate container e254e3de1e41 05:10:51 ---> 45a97edc1da7 05:10:51 Step 12/30 : ARG COMPOSE_TAG 05:10:51 ---> Running in 7c5c926f2512 05:10:51 Removing intermediate container 7c5c926f2512 05:10:51 ---> d9e36a7a0963 05:10:51 Step 13/30 : RUN git clone --branch ${COMPOSE_TAG} --quiet --recurse-submodules https://github.com/docker/compose.git . 05:10:51 ---> Running in 137462b43f16 05:10:53 Note: checking out '8d51620a78c25eef161cc4a49ea0acc1dbcf1f2c'. 05:10:53 05:10:53 You are in 'detached HEAD' state. You can look around, make experimental 05:10:53 changes and commit them, and you can discard any commits you make in this 05:10:53 state without impacting any branches by performing another checkout. 05:10:53 05:10:53 If you want to create a new branch to retain commits you create, you may 05:10:53 do so (now or later) by using -b with the checkout command again. Example: 05:10:53 05:10:53 git checkout -b 05:10:53 05:10:54 Removing intermediate container 137462b43f16 05:10:54 ---> ec171881033c 05:10:54 Step 14/30 : RUN pip install virtualenv==16.2.0 05:10:54 ---> Running in ecca583ed27f 05:10:56 Collecting virtualenv==16.2.0 05:10:56 Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB) 05:10:56 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.6.0) 05:10:56 Installing collected packages: virtualenv 05:10:56 Successfully installed virtualenv-16.2.0 05:10:56 WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available. 05:10:56 You should consider upgrading via the 'pip install --upgrade pip' command. 05:10:57 Removing intermediate container ecca583ed27f 05:10:57 ---> 3b10cf7ff2e8 05:10:57 Step 15/30 : RUN pip install tox==2.9.1 05:10:57 ---> Running in bccacf93245f 05:10:58 Collecting tox==2.9.1 05:10:58 Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB) 05:10:58 Requirement already satisfied: virtualenv>=1.11.2; python_version != "3.2" in /usr/local/lib/python3.7/site-packages (from tox==2.9.1) (16.2.0) 05:10:58 Collecting six 05:10:58 Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl 05:10:58 Collecting py>=1.4.17 05:10:58 Downloading https://files.pythonhosted.org/packages/99/8d/21e1767c009211a62a8e3067280bfce76e89c9f876180308515942304d2d/py-1.8.1-py2.py3-none-any.whl (83kB) 05:10:58 Collecting pluggy<1.0,>=0.3.0 05:10:58 Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl 05:10:58 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=1.11.2; python_version != "3.2"->tox==2.9.1) (41.6.0) 05:10:58 Collecting importlib-metadata>=0.12; python_version < "3.8" 05:10:58 Downloading https://files.pythonhosted.org/packages/ad/e4/891bfcaf868ccabc619942f27940c77a8a4b45fd8367098955bb7e152fb1/importlib_metadata-1.6.0-py2.py3-none-any.whl 05:10:58 Collecting zipp>=0.5 05:10:58 Downloading https://files.pythonhosted.org/packages/b2/34/bfcb43cc0ba81f527bc4f40ef41ba2ff4080e047acb0586b56b3d017ace4/zipp-3.1.0-py3-none-any.whl 05:10:58 Installing collected packages: six, py, zipp, importlib-metadata, pluggy, tox 05:10:59 Successfully installed importlib-metadata-1.6.0 pluggy-0.13.1 py-1.8.1 six-1.15.0 tox-2.9.1 zipp-3.1.0 05:10:59 WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available. 05:10:59 You should consider upgrading via the 'pip install --upgrade pip' command. 05:11:00 Removing intermediate container bccacf93245f 05:11:00 ---> 665a6c594743 05:11:00 Step 16/30 : RUN tox --notest 05:11:00 ---> Running in 04f39c9a91d5 05:11:00 py27 create: /code/.tox/py27 05:11:05 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt 05:14:27 py27 develop-inst: /code 05:14:27 py27 installed: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.4.0,attrs==19.3.0,backports.functools-lru-cache==1.6.1,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.5.1,certifi==2019.11.28,cffi==1.14.0,chardet==3.0.4,configparser==4.0.2,contextlib2==0.6.0.post1,coverage==5.0.3,cryptography==2.9.2,ddt==1.2.2,docker==4.1.0,-e git+https://github.com/docker/compose.git@8d51620a78c25eef161cc4a49ea0acc1dbcf1f2c#egg=docker_compose,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.8,importlib-metadata==1.6.0,ipaddress==1.0.23,jsonschema==3.2.0,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,packaging==20.4,paramiko==2.7.1,pathlib2==2.3.5,pluggy==0.13.1,py==1.8.1,pycodestyle==2.5.0,pycparser==2.20,pyflakes==2.1.1,PyNaCl==1.4.0,pyparsing==2.4.7,pyrsistent==0.16.0,PySocks==1.7.1,pytest==4.6.5,pytest-cov==2.8.1,PyYAML==5.3,requests==2.22.0,scandir==1.10.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.9,wcwidth==0.2.3,websocket-client==0.57.0,zipp==1.2.0 05:14:27 py37 create: /code/.tox/py37 05:14:27 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt 05:15:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1652 in /w/workspace/ry_ci-build-images_edgex-compose [Pipeline] { [Pipeline] checkout 05:15:19 using credential edgex-jenkins-ssh 05:15:19 Cloning the remote Git repository 05:15:19 Cloning with configured refspecs honoured and without tags 05:15:19 Cloning repository git@github.com:edgexfoundry/ci-build-images.git 05:15:19 > git init /w/workspace/ry_ci-build-images_edgex-compose # timeout=10 05:15:20 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 05:15:20 > git --version # timeout=10 05:15:20 using GIT_SSH to set credentials SSH Credentials for GitHub 05:15:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 05:15:20 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 05:15:21 Fetching without tags 05:15:21 Checking out Revision 3713164f6485193a7db812284b98f7ee71a568b9 (edgex-compose) 05:15:20 > git config --add remote.origin.fetch +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 05:15:20 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 05:15:21 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 05:15:21 using GIT_SSH to set credentials SSH Credentials for GitHub 05:15:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 05:15:21 > git config core.sparsecheckout # timeout=10 05:15:21 > git checkout -f 3713164f6485193a7db812284b98f7ee71a568b9 # timeout=10 05:15:26 Commit message: "Merge pull request #129 from cherrycl/issue-128" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:15:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:15:28 + ls -al . 05:15:28 total 24 05:15:28 drwxrwxr-x 3 jenkins jenkins 4096 Jun 3 05:15 . 05:15:28 drwxrwxr-x 4 jenkins jenkins 4096 Jun 3 05:15 .. 05:15:28 drwxrwxr-x 8 jenkins jenkins 4096 Jun 3 05:15 .git 05:15:28 -rw-rw-r-- 1 jenkins jenkins 1561 Jun 3 05:15 Dockerfile 05:15:28 -rw-rw-r-- 1 jenkins jenkins 886 Jun 3 05:15 Jenkinsfile 05:15:28 -rw-rw-r-- 1 jenkins jenkins 1309 Jun 3 05:15 README.md [Pipeline] isUnix [Pipeline] sh 05:15:28 + docker build -t edgex-devops/edgex-compose-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=3713164f6485193a7db812284b98f7ee71a568b9 --label arch=arm64 . 05:15:29 Sending build context to Docker daemon 203.3kB 05:15:29 Step 1/30 : ARG DOCKER_VERSION=19.03.5 05:15:29 Step 2/30 : ARG PYTHON_VERSION=3.7.5 05:15:29 Step 3/30 : ARG BUILD_ALPINE_VERSION=3.10 05:15:29 Step 4/30 : ARG RUNTIME_ALPINE_VERSION=3.10.3 05:15:29 Step 5/30 : ARG COMPOSE_TAG=1.25.4 05:15:29 Step 6/30 : FROM docker:${DOCKER_VERSION} AS docker-cli 05:15:30 19.03.5: Pulling from library/docker 05:15:30 8fa90b21c985: Pulling fs layer 05:15:30 f2917335fcb0: Pulling fs layer 05:15:30 c8d3c84c2515: Pulling fs layer 05:15:30 32738a03c1ca: Pulling fs layer 05:15:30 c36258bdcaf0: Pulling fs layer 05:15:30 149292bf8308: Pulling fs layer 05:15:30 f91f03656c52: Pulling fs layer 05:15:30 c36258bdcaf0: Waiting 05:15:30 149292bf8308: Waiting 05:15:30 32738a03c1ca: Waiting 05:15:30 f91f03656c52: Waiting 05:15:30 c8d3c84c2515: Verifying Checksum 05:15:30 c8d3c84c2515: Download complete 05:15:30 f2917335fcb0: Verifying Checksum 05:15:30 f2917335fcb0: Download complete 05:15:30 8fa90b21c985: Verifying Checksum 05:15:30 8fa90b21c985: Download complete 05:15:31 c36258bdcaf0: Verifying Checksum 05:15:31 c36258bdcaf0: Download complete 05:15:31 149292bf8308: Verifying Checksum 05:15:31 149292bf8308: Download complete 05:15:31 f91f03656c52: Verifying Checksum 05:15:31 f91f03656c52: Download complete 05:15:31 8fa90b21c985: Pull complete 05:15:33 f2917335fcb0: Pull complete 05:15:33 c8d3c84c2515: Pull complete 05:15:36 32738a03c1ca: Verifying Checksum 05:15:36 32738a03c1ca: Download complete 05:15:39 32738a03c1ca: Pull complete 05:15:39 c36258bdcaf0: Pull complete 05:15:40 149292bf8308: Pull complete 05:15:40 f91f03656c52: Pull complete 05:15:40 Digest: sha256:0b90b0aefd15794e4d5bea2debc3b761c1d3481a92ec7166f8453652d0deba95 05:15:40 Status: Downloaded newer image for docker:19.03.5 05:15:40 ---> 466581031774 05:15:40 Step 7/30 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build 05:15:40 3.7.5-alpine3.10: Pulling from library/python 05:15:40 8bfa91304040: Pulling fs layer 05:15:40 1b8b9474c28b: Pulling fs layer 05:15:40 53f4f43b0a1f: Pulling fs layer 05:15:40 34771aedd7fc: Pulling fs layer 05:15:40 65a56e15d2db: Pulling fs layer 05:15:40 34771aedd7fc: Waiting 05:15:40 65a56e15d2db: Waiting 05:15:41 1b8b9474c28b: Verifying Checksum 05:15:41 1b8b9474c28b: Download complete 05:15:41 34771aedd7fc: Verifying Checksum 05:15:41 34771aedd7fc: Download complete 05:15:41 8bfa91304040: Verifying Checksum 05:15:41 8bfa91304040: Download complete 05:15:41 65a56e15d2db: Verifying Checksum 05:15:41 65a56e15d2db: Download complete 05:15:41 53f4f43b0a1f: Retrying in 5 seconds 05:15:41 8bfa91304040: Pull complete 05:15:42 1b8b9474c28b: Pull complete 05:15:42 53f4f43b0a1f: Retrying in 4 seconds 05:15:43 53f4f43b0a1f: Retrying in 3 seconds 05:15:44 53f4f43b0a1f: Retrying in 2 seconds 05:15:45 53f4f43b0a1f: Retrying in 1 second 05:15:49 53f4f43b0a1f: Verifying Checksum 05:15:49 53f4f43b0a1f: Download complete 05:15:53 53f4f43b0a1f: Pull complete 05:15:53 34771aedd7fc: Pull complete 05:15:53 65a56e15d2db: Pull complete 05:15:53 Digest: sha256:de9fc5bc46cb1a7e2222b976394ea8aa0290592e3075457d41c5f246f176b1bf 05:15:53 Status: Downloaded newer image for python:3.7.5-alpine3.10 05:15:53 ---> 3da5450ddc50 05:15:53 Step 8/30 : RUN apk add --no-cache bash build-base ca-certificates curl gcc git libc-dev libffi-dev libgcc make musl-dev openssl openssl-dev python2 python2-dev zlib-dev 05:15:56 ---> Running in dff032873534 05:15:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 05:15:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 05:15:57 (1/34) Upgrading libcrypto1.1 (1.1.1d-r0 -> 1.1.1g-r0) 05:15:57 (2/34) Upgrading libssl1.1 (1.1.1d-r0 -> 1.1.1g-r0) 05:15:57 (3/34) Installing bash (5.0.0-r0) 05:15:57 Executing bash-5.0.0-r0.post-install 05:15:57 (4/34) Installing binutils (2.32-r0) 05:15:58 (5/34) Installing libmagic (5.37-r1) 05:15:58 (6/34) Installing file (5.37-r1) 05:15:58 (7/34) Installing gmp (6.1.2-r1) 05:15:58 (8/34) Installing isl (0.18-r0) 05:15:58 (9/34) Installing libgomp (8.3.0-r0) 05:15:58 (10/34) Installing libatomic (8.3.0-r0) 05:15:58 (11/34) Installing libgcc (8.3.0-r0) 05:15:58 (12/34) Installing mpfr3 (3.1.5-r1) 05:15:58 (13/34) Installing mpc1 (1.1.0-r0) 05:15:58 (14/34) Installing libstdc++ (8.3.0-r0) 05:15:58 (15/34) Installing gcc (8.3.0-r0) 05:16:00 (16/34) Installing musl-dev (1.1.22-r3) 05:16:00 (17/34) Installing libc-dev (0.7.1-r0) 05:16:00 (18/34) Installing g++ (8.3.0-r0) 05:16:01 (19/34) Installing make (4.2.1-r2) 05:16:01 (20/34) Installing fortify-headers (1.1-r0) 05:16:01 (21/34) Installing build-base (0.5-r1) 05:16:01 (22/34) Installing nghttp2-libs (1.39.2-r0) 05:16:01 (23/34) Installing libcurl (7.66.0-r0) 05:16:01 (24/34) Installing curl (7.66.0-r0) 05:16:01 (25/34) Installing pcre2 (10.33-r0) 05:16:01 (26/34) Installing git (2.22.4-r0) 05:16:02 (27/34) Installing linux-headers (4.19.36-r0) 05:16:03 (28/34) Installing pkgconf (1.6.1-r1) 05:16:03 (29/34) Installing libffi-dev (3.2.1-r6) 05:16:03 (30/34) Installing openssl (1.1.1g-r0) 05:16:03 (31/34) Installing openssl-dev (1.1.1g-r0) 05:16:04 (32/34) Installing python2 (2.7.18-r0) 05:16:05 (33/34) Installing python2-dev (2.7.18-r0) 05:16:06 (34/34) Installing zlib-dev (1.2.11-r1) 05:16:06 Executing busybox-1.30.1-r2.trigger 05:16:06 Executing ca-certificates-20190108-r0.trigger 05:16:06 OK: 275 MiB in 67 packages 05:16:21 Removing intermediate container dff032873534 05:16:21 ---> b04a7d4cd79a 05:16:21 Step 9/30 : ENV BUILD_BOOTLOADER=1 05:16:21 ---> Running in 53d7418760c4 05:16:21 Removing intermediate container 53d7418760c4 05:16:21 ---> 744bb0eec257 05:16:21 Step 10/30 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker 05:16:23 ---> 991c9f06a46f 05:16:23 Step 11/30 : WORKDIR /code/ 05:16:23 ---> Running in 39cd35261acc 05:16:24 Removing intermediate container 39cd35261acc 05:16:24 ---> 66d751f5a9b2 05:16:24 Step 12/30 : ARG COMPOSE_TAG 05:16:24 ---> Running in 0735a8bd4e5d 05:16:24 Removing intermediate container 0735a8bd4e5d 05:16:24 ---> 1cd51a6b03e4 05:16:24 Step 13/30 : RUN git clone --branch ${COMPOSE_TAG} --quiet --recurse-submodules https://github.com/docker/compose.git . 05:16:24 ---> Running in 31e85e691f06 05:16:28 Note: checking out '8d51620a78c25eef161cc4a49ea0acc1dbcf1f2c'. 05:16:28 05:16:28 You are in 'detached HEAD' state. You can look around, make experimental 05:16:28 changes and commit them, and you can discard any commits you make in this 05:16:28 state without impacting any branches by performing another checkout. 05:16:28 05:16:28 If you want to create a new branch to retain commits you create, you may 05:16:28 do so (now or later) by using -b with the checkout command again. Example: 05:16:28 05:16:28 git checkout -b 05:16:28 05:16:30 Removing intermediate container 31e85e691f06 05:16:30 ---> 1fda6386c477 05:16:30 Step 14/30 : RUN pip install virtualenv==16.2.0 05:16:31 ---> Running in b1cdd202e8ef 05:16:37 Collecting virtualenv==16.2.0 05:16:37 Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB) 05:16:38 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.6.0) 05:16:38 Installing collected packages: virtualenv 05:16:38 Successfully installed virtualenv-16.2.0 05:16:39 WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available. 05:16:39 You should consider upgrading via the 'pip install --upgrade pip' command. 05:16:41 Removing intermediate container b1cdd202e8ef 05:16:41 ---> e2d7977cf397 05:16:41 Step 15/30 : RUN pip install tox==2.9.1 05:16:41 ---> Running in 0e9ec6742b54 05:16:45 Collecting tox==2.9.1 05:16:45 Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB) 05:16:45 Collecting six 05:16:45 Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl 05:16:45 Collecting pluggy<1.0,>=0.3.0 05:16:45 Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl 05:16:45 Collecting py>=1.4.17 05:16:45 Downloading https://files.pythonhosted.org/packages/99/8d/21e1767c009211a62a8e3067280bfce76e89c9f876180308515942304d2d/py-1.8.1-py2.py3-none-any.whl (83kB) 05:16:46 Requirement already satisfied: virtualenv>=1.11.2; python_version != "3.2" in /usr/local/lib/python3.7/site-packages (from tox==2.9.1) (16.2.0) 05:16:46 Collecting importlib-metadata>=0.12; python_version < "3.8" 05:16:46 Downloading https://files.pythonhosted.org/packages/ad/e4/891bfcaf868ccabc619942f27940c77a8a4b45fd8367098955bb7e152fb1/importlib_metadata-1.6.0-py2.py3-none-any.whl 05:16:46 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=1.11.2; python_version != "3.2"->tox==2.9.1) (41.6.0) 05:16:46 Collecting zipp>=0.5 05:16:46 Downloading https://files.pythonhosted.org/packages/b2/34/bfcb43cc0ba81f527bc4f40ef41ba2ff4080e047acb0586b56b3d017ace4/zipp-3.1.0-py3-none-any.whl 05:16:47 Installing collected packages: six, zipp, importlib-metadata, pluggy, py, tox 05:16:48 Successfully installed importlib-metadata-1.6.0 pluggy-0.13.1 py-1.8.1 six-1.15.0 tox-2.9.1 zipp-3.1.0 05:16:48 WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available. 05:16:48 You should consider upgrading via the 'pip install --upgrade pip' command. 05:16:49 Removing intermediate container 0e9ec6742b54 05:16:49 ---> 8ac8c384efb4 05:16:49 Step 16/30 : RUN tox --notest 05:16:49 ---> Running in 9afb9bb8958c 05:16:51 py27 create: /code/.tox/py27 05:17:06 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt 05:17:49 py37 develop-inst: /code 05:17:49 py37 installed: attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.5.1,certifi==2019.11.28,cffi==1.14.0,chardet==3.0.4,coverage==5.0.3,cryptography==2.9.2,ddt==1.2.2,docker==4.1.0,-e git+https://github.com/docker/compose.git@8d51620a78c25eef161cc4a49ea0acc1dbcf1f2c#egg=docker_compose,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.8,importlib-metadata==1.6.0,ipaddress==1.0.23,jsonschema==3.2.0,mccabe==0.6.1,mock==3.0.5,more-itertools==8.3.0,packaging==20.4,paramiko==2.7.1,pluggy==0.13.1,py==1.8.1,pycodestyle==2.5.0,pycparser==2.20,pyflakes==2.1.1,PyNaCl==1.4.0,pyparsing==2.4.7,pyrsistent==0.16.0,PySocks==1.7.1,pytest==5.3.2,pytest-cov==2.8.1,PyYAML==5.3,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.9,wcwidth==0.2.3,websocket-client==0.57.0,zipp==3.1.0 05:17:49 pre-commit create: /code/.tox/pre-commit 05:17:49 pre-commit installdeps: pre-commit 05:17:53 pre-commit installed: appdirs==1.4.4,cfgv==3.1.0,distlib==0.3.0,filelock==3.0.12,identify==1.4.18,importlib-metadata==1.6.0,nodeenv==1.4.0,pre-commit==2.4.0,PyYAML==5.3.1,six==1.15.0,toml==0.10.1,virtualenv==20.0.21,zipp==3.1.0 05:17:53 ___________________________________ summary ____________________________________ 05:17:53 py27: skipped tests 05:17:53 py37: skipped tests 05:17:53 pre-commit: skipped tests 05:17:53 congratulations :) 05:18:03 Removing intermediate container 04f39c9a91d5 05:18:03 ---> b137ef3a224e 05:18:03 Step 17/30 : ARG GIT_COMMIT=unknown 05:18:03 ---> Running in 378c9751cf97 05:18:03 Removing intermediate container 378c9751cf97 05:18:03 ---> ce91cbe42b3e 05:18:03 Step 18/30 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT 05:18:03 ---> Running in ca4bc57cefe2 05:18:03 Removing intermediate container ca4bc57cefe2 05:18:03 ---> e6bb04cc5c35 05:18:03 Step 19/30 : RUN script/build/linux-entrypoint 05:18:03 ---> Running in d95aa27c804f 05:18:03 + CODE_PATH=/code 05:18:03 + VENV=/code/.tox/py37 05:18:03 + cd /code 05:18:03 + mkdir -p dist 05:18:03 + chmod 777 dist 05:18:03 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt 05:18:13 + '[' -z unknown ']' 05:18:13 + echo unknown 05:18:13 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 05:18:13 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 05:18:13 + '[' '!' -z 1 ']' 05:18:13 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller 05:18:13 Cloning into '/tmp/pyinstaller'... 05:18:17 + cd /tmp/pyinstaller/bootloader 05:18:17 + git checkout v3.6 05:18:17 Note: checking out 'v3.6'. 05:18:17 05:18:17 You are in 'detached HEAD' state. You can look around, make experimental 05:18:17 changes and commit them, and you can discard any commits you make in this 05:18:17 state without impacting any branches by performing another checkout. 05:18:17 05:18:17 If you want to create a new branch to retain commits you create, you may 05:18:17 do so (now or later) by using -b with the checkout command again. Example: 05:18:17 05:18:17 git checkout -b 05:18:17 05:18:17 HEAD is now at 6d4cce1f Release 3.6. 05:18:17 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all 05:18:17 Setting top to : /tmp/pyinstaller/bootloader 05:18:17 Setting out to : /tmp/pyinstaller/bootloader/build 05:18:17 Python Version : 3.7.5 (default, Nov 15 2019, 03:07:23) [GCC 8.3.0] 05:18:17 Checking for 'gcc' (C compiler) : /usr/bin/gcc 05:18:17 Checking size of pointer : 8 05:18:17 Platform : Linux-64bit detected based on compiler 05:18:17 Checking for compiler flags -m64 : yes 05:18:18 Checking for linker flags -m64 : yes 05:18:18 Checking for library dl : yes 05:18:18 Checking for library m : yes 05:18:18 Checking for library z : yes 05:18:18 Checking for function unsetenv : yes 05:18:18 Checking for function mkdtemp : yes 05:18:18 Checking for function strndup : yes 05:18:18 Checking for function strnlen : yes 05:18:18 Checking for compiler flags -Wl,--as-needed : yes 05:18:18 Checking for program '/usr/bin/strip' : /usr/bin/strip 05:18:18 Checking for program 'strip' : /usr/bin/strip 05:18:18 'configure' finished successfully (0.683s) 05:18:18 'all' finished successfully (0.000s) 05:18:18 'distclean' finished successfully (0.001s) 05:18:18 Setting top to : /tmp/pyinstaller/bootloader 05:18:18 Setting out to : /tmp/pyinstaller/bootloader/build 05:18:18 Python Version : 3.7.5 (default, Nov 15 2019, 03:07:23) [GCC 8.3.0] 05:18:18 Checking for 'gcc' (C compiler) : /usr/bin/gcc 05:18:18 Checking size of pointer : 8 05:18:18 Platform : Linux-64bit detected based on compiler 05:18:18 Checking for compiler flags -m64 : yes 05:18:18 Checking for linker flags -m64 : yes 05:18:18 Checking for library dl : yes 05:18:18 Checking for library m : yes 05:18:18 Checking for library z : yes 05:18:18 Checking for function unsetenv : yes 05:18:18 Checking for function mkdtemp : yes 05:18:18 Checking for function strndup : yes 05:18:19 Checking for function strnlen : yes 05:18:19 Checking for compiler flags -Wl,--as-needed : yes 05:18:19 Checking for program '/usr/bin/strip' : /usr/bin/strip 05:18:19 Checking for program 'strip' : /usr/bin/strip 05:18:19 'configure' finished successfully (0.676s) 05:18:19 'make_all' finished successfully (0.006s) 05:18:19 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' 05:18:19 [ 1/13] Compiling src/pyi_python.c 05:18:19 [ 2/13] Compiling src/pyi_global.c 05:18:19 [ 3/13] Compiling src/main.c 05:18:19 [ 4/13] Compiling src/pyi_archive.c 05:18:19 [ 5/13] Compiling src/pyi_launch.c 05:18:19 [ 6/13] Compiling src/pyi_win32_utils.c 05:18:19 [ 7/13] Compiling src/pyi_main.c 05:18:19 [ 8/13] Compiling src/pyi_pythonlib.c 05:18:19 [ 9/13] Compiling src/pyi_python27_compat.c 05:18:19 [10/13] Compiling src/pyi_utils.c 05:18:19 [11/13] Compiling src/pyi_path.c 05:18:19 [12/13] Linking build/debug/run_d 05:18:19 [13/13] Processing build/debug/run_d 05:18:19 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 05:18:19 'build_debug' finished successfully (0.497s) 05:18:19 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' 05:18:19 [ 1/13] Compiling src/pyi_python.c 05:18:19 [ 2/13] Compiling src/pyi_global.c 05:18:19 [ 3/13] Compiling src/main.c 05:18:19 [ 4/13] Compiling src/pyi_archive.c 05:18:19 [ 5/13] Compiling src/pyi_utils.c 05:18:19 [ 6/13] Compiling src/pyi_launch.c 05:18:19 [ 7/13] Compiling src/pyi_python27_compat.c 05:18:19 [ 8/13] Compiling src/pyi_pythonlib.c 05:18:19 [ 9/13] Compiling src/pyi_win32_utils.c 05:18:19 [10/13] Compiling src/pyi_path.c 05:18:19 [11/13] Compiling src/pyi_main.c 05:18:19 [12/13] Linking build/release/run 05:18:19 [13/13] Processing build/release/run 05:18:19 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 05:18:19 'build_release' finished successfully (0.391s) 05:18:19 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' 05:18:19 [14/14] Processing build/debug/run_d 05:18:19 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d) 05:18:19 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 05:18:19 'install_debug' finished successfully (0.020s) 05:18:19 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' 05:18:19 [14/14] Processing build/release/run 05:18:19 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run) 05:18:19 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 05:18:19 'install_release' finished successfully (0.019s) 05:18:19 + /code/.tox/py37/bin/pip3 install .. 05:18:20 Processing /tmp/pyinstaller 05:18:21 Installing build dependencies: started 05:18:23 Installing build dependencies: finished with status 'done' 05:18:23 Getting requirements to build wheel: started 05:18:24 Getting requirements to build wheel: finished with status 'done' 05:18:24 Preparing wheel metadata: started 05:18:24 Preparing wheel metadata: finished with status 'done' 05:18:24 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.6) (47.1.1) 05:18:24 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.6) (0.17) 05:18:24 Building wheels for collected packages: PyInstaller 05:18:24 Building wheel for PyInstaller (PEP 517): started 05:18:26 Building wheel for PyInstaller (PEP 517): finished with status 'done' 05:18:26 Created wheel for PyInstaller: filename=PyInstaller-3.6-py3-none-any.whl size=2927667 sha256=fad733d59aa34c9bd76737c6cdde800bc2c337d66d5a1f9c36154e08c41e543a 05:18:26 Stored in directory: /tmp/pip-ephem-wheel-cache-ed462nx9/wheels/c6/b5/ee/576c96234d13fcab2994cdd62b8972c815b72b3ade1d32865b 05:18:26 Successfully built PyInstaller 05:18:26 Installing collected packages: PyInstaller 05:18:26 Attempting uninstall: PyInstaller 05:18:26 Found existing installation: PyInstaller 3.6 05:18:26 Uninstalling PyInstaller-3.6: 05:18:26 Successfully uninstalled PyInstaller-3.6 05:18:28 Successfully installed PyInstaller-3.6 05:18:29 + cd /code 05:18:29 + rm -Rf /tmp/pyinstaller 05:18:29 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 05:18:29 65 INFO: PyInstaller: 3.6 05:18:29 65 INFO: Python: 3.7.5 05:18:29 69 INFO: Platform: Linux-3.10.0-862.14.4.el7.x86_64-x86_64-with 05:18:29 71 INFO: UPX is not available. 05:18:29 73 INFO: Extending PYTHONPATH with paths 05:18:29 ['/code/bin', '/code'] 05:18:29 73 INFO: checking Analysis 05:18:29 73 INFO: Building Analysis because Analysis-00.toc is non existent 05:18:29 73 INFO: Initializing module dependency graph... 05:18:29 75 INFO: Caching module graph hooks... 05:18:29 81 INFO: Analyzing base_library.zip ... 05:18:34 4621 INFO: Caching module dependency graph... 05:18:34 4756 INFO: running Analysis Analysis-00.toc 05:18:34 4777 INFO: Analyzing bin/docker-compose 05:18:34 4933 INFO: Processing pre-find module path hook distutils 05:18:34 4934 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7' 05:18:34 5266 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 05:18:36 6688 INFO: Processing pre-safe import module hook six.moves 05:18:42 12238 INFO: Processing module hooks... 05:18:42 12240 INFO: Loading module hook "hook-certifi.py"... 05:18:42 12241 INFO: Loading module hook "hook-cryptography.py"... 05:18:42 12456 INFO: Loading module hook "hook-distutils.py"... 05:18:42 12459 INFO: Loading module hook "hook-encodings.py"... 05:18:42 12519 INFO: Loading module hook "hook-importlib_metadata.py"... 05:18:42 12521 INFO: Loading module hook "hook-jsonschema.py"... 05:18:42 12524 INFO: Loading module hook "hook-nacl.py"... 05:18:42 12525 INFO: Loading module hook "hook-pkg_resources.py"... 05:18:42 12823 INFO: Processing pre-safe import module hook win32com 05:18:42 13065 INFO: Excluding import '__main__' 05:18:42 13066 INFO: Removing import of __main__ from module pkg_resources 05:18:42 13067 INFO: Loading module hook "hook-pydoc.py"... 05:18:42 13068 INFO: Loading module hook "hook-sysconfig.py"... 05:18:42 13077 INFO: Loading module hook "hook-xml.py"... 05:18:42 13184 INFO: Looking for ctypes DLLs 05:18:42 Illegal option -p 05:18:42 13237 INFO: Analyzing run-time hooks ... 05:18:42 13251 INFO: Including run-time hook 'pyi_rth_certifi.py' 05:18:42 13253 INFO: Including run-time hook 'pyi_rth_pkgres.py' 05:18:42 13254 INFO: Including run-time hook 'pyi_rth_multiprocessing.py' 05:18:42 13273 INFO: Looking for dynamic libraries 05:18:42 13695 INFO: Looking for eggs 05:18:42 13696 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 05:18:43 13712 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 05:18:43 13823 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 05:18:43 13872 INFO: checking PYZ 05:18:43 13872 INFO: Building PYZ because PYZ-00.toc is non existent 05:18:43 13872 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 05:18:44 15028 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 05:18:44 15051 INFO: checking PKG 05:18:44 15051 INFO: Building PKG because PKG-00.toc is non existent 05:18:44 15051 INFO: Building PKG (CArchive) PKG-00.pkg 05:18:56 26166 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 05:18:56 26172 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 05:18:56 26173 INFO: checking EXE 05:18:56 26173 INFO: Building EXE because EXE-00.toc is non existent 05:18:56 26173 INFO: Building EXE from EXE-00.toc 05:18:56 26173 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 05:18:56 26246 INFO: Building EXE from EXE-00.toc completed successfully. 05:18:56 + ls -la dist/ 05:18:56 total 17828 05:18:56 drwxrwxrwx 2 root root 28 Jun 3 05:18 . 05:18:56 drwxr-xr-x 1 root root 58 Jun 3 05:18 .. 05:18:56 -rwxr-xr-x 1 root root 18255320 Jun 3 05:18 docker-compose 05:18:56 + ldd dist/docker-compose 05:18:56  /lib/ld-musl-x86_64.so.1 (0x7f00ea8a8000) 05:18:56 libz.so.1 => /lib/libz.so.1 (0x7f00ea872000) 05:18:56 libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f00ea8a8000) 05:18:56 + mv dist/docker-compose /usr/local/bin 05:18:56 + docker-compose version 05:18:56 [698] Failed to execute script pyi_rth_pkgres 05:18:56 Traceback (most recent call last): 05:18:56 File "site-packages/PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 13, in 05:18:56 File "/code/.tox/py37/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module 05:18:56 exec(bytecode, module.__dict__) 05:18:56 File "site-packages/pkg_resources/__init__.py", line 86, in 05:18:56 ModuleNotFoundError: No module named 'pkg_resources.py2_warn' 05:18:56 The command '/bin/sh -c script/build/linux-entrypoint' returned a non-zero code: 255 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:18:57 Failed in branch amd64 05:25:29 py27 develop-inst: /code 05:25:35 py27 installed: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.4.0,attrs==19.3.0,backports.functools-lru-cache==1.6.1,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.5.1,certifi==2019.11.28,cffi==1.14.0,chardet==3.0.4,configparser==4.0.2,contextlib2==0.6.0.post1,coverage==5.0.3,cryptography==2.9.2,ddt==1.2.2,docker==4.1.0,-e git+https://github.com/docker/compose.git@8d51620a78c25eef161cc4a49ea0acc1dbcf1f2c#egg=docker_compose,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.8,importlib-metadata==1.6.0,ipaddress==1.0.23,jsonschema==3.2.0,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,packaging==20.4,paramiko==2.7.1,pathlib2==2.3.5,pluggy==0.13.1,py==1.8.1,pycodestyle==2.5.0,pycparser==2.20,pyflakes==2.1.1,PyNaCl==1.4.0,pyparsing==2.4.7,pyrsistent==0.16.0,PySocks==1.7.1,pytest==4.6.5,pytest-cov==2.8.1,PyYAML==5.3,requests==2.22.0,scandir==1.10.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.9,wcwidth==0.2.3,websocket-client==0.57.0,zipp==1.2.0 05:25:35 py37 create: /code/.tox/py37 05:25:54 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt 05:35:16 py37 develop-inst: /code 05:35:18 py37 installed: attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.5.1,certifi==2019.11.28,cffi==1.14.0,chardet==3.0.4,coverage==5.0.3,cryptography==2.9.2,ddt==1.2.2,docker==4.1.0,-e git+https://github.com/docker/compose.git@8d51620a78c25eef161cc4a49ea0acc1dbcf1f2c#egg=docker_compose,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.8,importlib-metadata==1.6.0,ipaddress==1.0.23,jsonschema==3.2.0,mccabe==0.6.1,mock==3.0.5,more-itertools==8.3.0,packaging==20.4,paramiko==2.7.1,pluggy==0.13.1,py==1.8.1,pycodestyle==2.5.0,pycparser==2.20,pyflakes==2.1.1,PyNaCl==1.4.0,pyparsing==2.4.7,pyrsistent==0.16.0,PySocks==1.7.1,pytest==5.3.2,pytest-cov==2.8.1,PyYAML==5.3,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.9,wcwidth==0.2.3,websocket-client==0.57.0,zipp==3.1.0 05:35:18 pre-commit create: /code/.tox/pre-commit 05:35:36 pre-commit installdeps: pre-commit 05:35:59 pre-commit installed: appdirs==1.4.4,cfgv==3.1.0,distlib==0.3.0,filelock==3.0.12,identify==1.4.18,importlib-metadata==1.6.0,nodeenv==1.4.0,pre-commit==2.4.0,PyYAML==5.3.1,six==1.15.0,toml==0.10.1,virtualenv==20.0.21,zipp==3.1.0 05:35:59 ___________________________________ summary ____________________________________ 05:35:59 py27: skipped tests 05:35:59 py37: skipped tests 05:35:59 pre-commit: skipped tests 05:35:59 congratulations :) 05:36:09 Removing intermediate container 9afb9bb8958c 05:36:09 ---> d62c98794a36 05:36:09 Step 17/30 : ARG GIT_COMMIT=unknown 05:36:09 ---> Running in 232cc4d3b911 05:36:09 Removing intermediate container 232cc4d3b911 05:36:09 ---> 08f29f5496ab 05:36:09 Step 18/30 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT 05:36:09 ---> Running in 86d733260bdc 05:36:09 Removing intermediate container 86d733260bdc 05:36:09 ---> 526a8ccfcd79 05:36:09 Step 19/30 : RUN script/build/linux-entrypoint 05:36:09 ---> Running in 760b7e981fc9 05:36:10 + CODE_PATH=/code 05:36:10 + VENV=/code/.tox/py37 05:36:10 + cd /code 05:36:10 + mkdir -p dist 05:36:10 + chmod 777 dist 05:36:10 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt 05:36:57 + '[' -z unknown ']' 05:36:57 + echo unknown 05:36:57 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 05:36:57 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 05:36:57 + '[' '!' -z 1 ']' 05:36:57 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller 05:36:57 Cloning into '/tmp/pyinstaller'... 05:36:57 + cd /tmp/pyinstaller/bootloader 05:36:57 + git checkout v3.6 05:36:57 Note: checking out 'v3.6'. 05:36:57 05:36:57 You are in 'detached HEAD' state. You can look around, make experimental 05:36:57 changes and commit them, and you can discard any commits you make in this 05:36:57 state without impacting any branches by performing another checkout. 05:36:57 05:36:57 If you want to create a new branch to retain commits you create, you may 05:36:57 do so (now or later) by using -b with the checkout command again. Example: 05:36:57 05:36:57 git checkout -b 05:36:57 05:36:57 HEAD is now at 6d4cce1f Release 3.6. 05:36:57 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all 05:36:58 Setting top to : /tmp/pyinstaller/bootloader 05:36:58 Setting out to : /tmp/pyinstaller/bootloader/build 05:36:58 Python Version : 3.7.5 (default, Nov 15 2019, 03:10:25) [GCC 8.3.0] 05:36:59 Checking for 'gcc' (C compiler) : /usr/bin/gcc 05:36:59 Checking size of pointer : 8 05:36:59 Platform : Linux-64bit detected based on compiler 05:36:59 Checking for compiler flags -m64 : no 05:36:59 Checking for linker flags -m64 : no 05:36:59 Checking for library dl : yes 05:36:59 Checking for library m : yes 05:36:59 Checking for library z : yes 05:37:00 Checking for function unsetenv : yes 05:37:00 Checking for function mkdtemp : yes 05:37:00 Checking for function strndup : yes 05:37:00 Checking for function strnlen : yes 05:37:01 Checking for compiler flags -Wl,--as-needed : yes 05:37:01 Checking for program '/usr/bin/strip' : /usr/bin/strip 05:37:01 Checking for program 'strip' : /usr/bin/strip 05:37:01 'configure' finished successfully (2.337s) 05:37:01 'all' finished successfully (0.001s) 05:37:01 'distclean' finished successfully (0.005s) 05:37:01 Setting top to : /tmp/pyinstaller/bootloader 05:37:01 Setting out to : /tmp/pyinstaller/bootloader/build 05:37:01 Python Version : 3.7.5 (default, Nov 15 2019, 03:10:25) [GCC 8.3.0] 05:37:01 Checking for 'gcc' (C compiler) : /usr/bin/gcc 05:37:01 Checking size of pointer : 8 05:37:01 Platform : Linux-64bit detected based on compiler 05:37:01 Checking for compiler flags -m64 : no 05:37:01 Checking for linker flags -m64 : no 05:37:01 Checking for library dl : yes 05:37:02 Checking for library m : yes 05:37:02 Checking for library z : yes 05:37:02 Checking for function unsetenv : yes 05:37:02 Checking for function mkdtemp : yes 05:37:02 Checking for function strndup : yes 05:37:02 Checking for function strnlen : yes 05:37:02 Checking for compiler flags -Wl,--as-needed : yes 05:37:02 Checking for program '/usr/bin/strip' : /usr/bin/strip 05:37:02 Checking for program 'strip' : /usr/bin/strip 05:37:02 'configure' finished successfully (2.091s) 05:37:03 'make_all' finished successfully (0.029s) 05:37:03 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' 05:37:03 [ 1/13] Compiling src/pyi_python.c 05:37:03 [ 2/13] Compiling src/pyi_global.c 05:37:03 [ 3/13] Compiling src/main.c 05:37:03 [ 4/13] Compiling src/pyi_archive.c 05:37:03 [ 5/13] Compiling src/pyi_utils.c 05:37:03 [ 6/13] Compiling src/pyi_launch.c 05:37:03 [ 7/13] Compiling src/pyi_python27_compat.c 05:37:03 [ 8/13] Compiling src/pyi_pythonlib.c 05:37:04 [ 9/13] Compiling src/pyi_win32_utils.c 05:37:04 [10/13] Compiling src/pyi_path.c 05:37:04 [11/13] Compiling src/pyi_main.c 05:37:04 [12/13] Linking build/debug/run_d 05:37:04 [13/13] Processing build/debug/run_d 05:37:04 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 05:37:04 'build_debug' finished successfully (1.628s) 05:37:04 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' 05:37:04 [ 1/13] Compiling src/pyi_python.c 05:37:04 [ 2/13] Compiling src/pyi_global.c 05:37:04 [ 3/13] Compiling src/main.c 05:37:04 [ 4/13] Compiling src/pyi_archive.c 05:37:05 [ 5/13] Compiling src/pyi_utils.c 05:37:05 [ 6/13] Compiling src/pyi_launch.c 05:37:05 [ 7/13] Compiling src/pyi_python27_compat.c 05:37:05 [ 8/13] Compiling src/pyi_pythonlib.c 05:37:05 [ 9/13] Compiling src/pyi_win32_utils.c 05:37:05 [10/13] Compiling src/pyi_path.c 05:37:05 [11/13] Compiling src/pyi_main.c 05:37:06 [12/13] Linking build/release/run 05:37:06 [13/13] Processing build/release/run 05:37:06 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 05:37:06 'build_release' finished successfully (1.647s) 05:37:06 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' 05:37:06 [14/14] Processing build/debug/run_d 05:37:06 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit-aarch/run_d (from build/debug/run_d) 05:37:06 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 05:37:06 'install_debug' finished successfully (0.097s) 05:37:06 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' 05:37:06 [13/14] Processing build/release/run 05:37:06 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit-aarch/run (from build/release/run) 05:37:06 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 05:37:06 'install_release' finished successfully (0.095s) 05:37:06 + /code/.tox/py37/bin/pip3 install .. 05:37:08 Processing /tmp/pyinstaller 05:37:10 Installing build dependencies: started 05:37:20 Installing build dependencies: finished with status 'done' 05:37:20 Getting requirements to build wheel: started 05:37:21 Getting requirements to build wheel: finished with status 'done' 05:37:21 Preparing wheel metadata: started 05:37:23 Preparing wheel metadata: finished with status 'done' 05:37:23 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.6) (0.17) 05:37:23 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.6) (47.1.1) 05:37:23 Building wheels for collected packages: PyInstaller 05:37:23 Building wheel for PyInstaller (PEP 517): started 05:37:28 Building wheel for PyInstaller (PEP 517): finished with status 'done' 05:37:28 Created wheel for PyInstaller: filename=PyInstaller-3.6-py3-none-any.whl size=2961966 sha256=2b46d82a3000dc1a93712739a11b89162ccc4955c991676e35b88f430a3c929b 05:37:28 Stored in directory: /tmp/pip-ephem-wheel-cache-p7hm9f8v/wheels/c6/b5/ee/576c96234d13fcab2994cdd62b8972c815b72b3ade1d32865b 05:37:28 Successfully built PyInstaller 05:37:29 Installing collected packages: PyInstaller 05:37:29 Attempting uninstall: PyInstaller 05:37:29 Found existing installation: PyInstaller 3.6 05:37:32 Uninstalling PyInstaller-3.6: 05:37:32 Successfully uninstalled PyInstaller-3.6 05:37:35 Successfully installed PyInstaller-3.6 05:37:36 + cd /code 05:37:36 + rm -Rf /tmp/pyinstaller 05:37:37 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 05:37:38 237 INFO: PyInstaller: 3.6 05:37:38 238 INFO: Python: 3.7.5 05:37:38 250 INFO: Platform: Linux-4.15.0-38-generic-aarch64-with 05:37:38 258 INFO: UPX is not available. 05:37:38 265 INFO: Extending PYTHONPATH with paths 05:37:38 ['/code/bin', '/code'] 05:37:38 266 INFO: checking Analysis 05:37:38 266 INFO: Building Analysis because Analysis-00.toc is non existent 05:37:38 267 INFO: Initializing module dependency graph... 05:37:38 275 INFO: Caching module graph hooks... 05:37:38 306 INFO: Analyzing base_library.zip ... 05:37:56 18285 INFO: Caching module dependency graph... 05:37:56 18850 INFO: running Analysis Analysis-00.toc 05:37:56 18916 INFO: Analyzing bin/docker-compose 05:37:57 19748 INFO: Processing pre-find module path hook distutils 05:37:57 19751 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7' 05:37:59 21534 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 05:38:06 28018 INFO: Processing pre-safe import module hook six.moves 05:38:32 51443 INFO: Processing module hooks... 05:38:32 51444 INFO: Loading module hook "hook-sysconfig.py"... 05:38:32 51488 INFO: Loading module hook "hook-xml.py"... 05:38:32 51801 INFO: Loading module hook "hook-nacl.py"... 05:38:32 51813 INFO: Loading module hook "hook-importlib_metadata.py"... 05:38:32 51820 INFO: Loading module hook "hook-certifi.py"... 05:38:32 51824 INFO: Loading module hook "hook-distutils.py"... 05:38:32 51828 INFO: Loading module hook "hook-cryptography.py"... 05:38:32 52623 INFO: Loading module hook "hook-pydoc.py"... 05:38:32 52626 INFO: Loading module hook "hook-encodings.py"... 05:38:32 52887 INFO: Loading module hook "hook-jsonschema.py"... 05:38:32 52906 INFO: Loading module hook "hook-pkg_resources.py"... 05:38:32 55017 INFO: Processing pre-safe import module hook win32com 05:38:32 55235 INFO: Excluding import '__main__' 05:38:32 55242 INFO: Removing import of __main__ from module pkg_resources 05:38:33 55437 INFO: Looking for ctypes DLLs 05:38:33 Illegal option -p 05:38:33 55679 INFO: Analyzing run-time hooks ... 05:38:33 55766 INFO: Including run-time hook 'pyi_rth_certifi.py' 05:38:33 55773 INFO: Including run-time hook 'pyi_rth_pkgres.py' 05:38:33 55779 INFO: Including run-time hook 'pyi_rth_multiprocessing.py' 05:38:33 55894 INFO: Looking for dynamic libraries 05:38:35 57351 INFO: Looking for eggs 05:38:35 57352 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 05:38:35 57445 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 05:38:36 58115 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 05:38:36 58269 INFO: checking PYZ 05:38:36 58270 INFO: Building PYZ because PYZ-00.toc is non existent 05:38:36 58270 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 05:38:41 63146 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 05:38:41 63237 INFO: checking PKG 05:38:41 63238 INFO: Building PKG because PKG-00.toc is non existent 05:38:41 63238 INFO: Building PKG (CArchive) PKG-00.pkg 05:39:13 93336 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 05:39:13 93366 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit-aarch/run 05:39:13 93367 INFO: checking EXE 05:39:13 93368 INFO: Building EXE because EXE-00.toc is non existent 05:39:13 93368 INFO: Building EXE from EXE-00.toc 05:39:13 93370 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 05:39:13 93590 INFO: Building EXE from EXE-00.toc completed successfully. 05:39:13 + ls -la dist/ 05:39:13 total 16932 05:39:13 drwxrwxrwx 2 root root 4096 Jun 3 05:39 . 05:39:13 drwxr-xr-x 1 root root 4096 Jun 3 05:37 .. 05:39:13 -rwxr-xr-x 1 root root 17325328 Jun 3 05:39 docker-compose 05:39:13 + ldd dist/docker-compose 05:39:13  /lib/ld-musl-aarch64.so.1 (0xffff89787000) 05:39:13 libz.so.1 => /lib/libz.so.1 (0xffff89736000) 05:39:13 libc.musl-aarch64.so.1 => /lib/ld-musl-aarch64.so.1 (0xffff89787000) 05:39:13 + mv dist/docker-compose /usr/local/bin 05:39:13 + docker-compose version 05:39:13 [1012] Failed to execute script pyi_rth_pkgres 05:39:13 Traceback (most recent call last): 05:39:13 File "site-packages/PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 13, in 05:39:13 File "/code/.tox/py37/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module 05:39:13 exec(bytecode, module.__dict__) 05:39:13 File "site-packages/pkg_resources/__init__.py", line 86, in 05:39:13 ModuleNotFoundError: No module named 'pkg_resources.py2_warn' 05:39:13 The command '/bin/sh -c script/build/linux-entrypoint' returned a non-zero code: 255 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:39:14 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:39:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:39:15 ---> package-listing.sh 05:39:15 ++ facter osfamily 05:39:15 ++ tr '[:upper:]' '[:lower:]' 05:39:15 + OS_FAMILY=redhat 05:39:15 + workspace=/w/workspace/ry_ci-build-images_edgex-compose 05:39:15 + START_PACKAGES=/tmp/packages_start.txt 05:39:15 + END_PACKAGES=/tmp/packages_end.txt 05:39:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:39:15 + PACKAGES=/tmp/packages_start.txt 05:39:15 + '[' /w/workspace/ry_ci-build-images_edgex-compose ']' 05:39:15 + PACKAGES=/tmp/packages_end.txt 05:39:15 + case "${OS_FAMILY}" in 05:39:15 + rpm -qa 05:39:15 + sort 05:39:19 + '[' -f /tmp/packages_start.txt ']' 05:39:19 + '[' -f /tmp/packages_end.txt ']' 05:39:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:39:19 + '[' /w/workspace/ry_ci-build-images_edgex-compose ']' 05:39:19 + mkdir -p /w/workspace/ry_ci-build-images_edgex-compose/archives/ 05:39:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_ci-build-images_edgex-compose/archives/ [Pipeline] isUnix [Pipeline] sh 05:39:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:39:20 05:39:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:39:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:39:20 alpine: Pulling from edgex-lftools-log-publisher 05:39:20 c9b1b535fdd9: Already exists 05:39:20 2cc5ad85d9ab: Pulling fs layer 05:39:20 756a868c4378: Pulling fs layer 05:39:20 444b2fc9a129: Pulling fs layer 05:39:20 ea15f1150254: Pulling fs layer 05:39:20 41b27a9f41bf: Pulling fs layer 05:39:20 28c525ee5125: Pulling fs layer 05:39:20 094b1ea09ed8: Pulling fs layer 05:39:20 138eaada9080: Pulling fs layer 05:39:20 0622d0fa9048: Pulling fs layer 05:39:20 ea15f1150254: Waiting 05:39:20 41b27a9f41bf: Waiting 05:39:20 28c525ee5125: Waiting 05:39:20 094b1ea09ed8: Waiting 05:39:20 138eaada9080: Waiting 05:39:20 0622d0fa9048: Waiting 05:39:20 444b2fc9a129: Verifying Checksum 05:39:20 444b2fc9a129: Download complete 05:39:20 2cc5ad85d9ab: Verifying Checksum 05:39:20 2cc5ad85d9ab: Download complete 05:39:20 ea15f1150254: Verifying Checksum 05:39:20 ea15f1150254: Download complete 05:39:21 28c525ee5125: Verifying Checksum 05:39:21 28c525ee5125: Download complete 05:39:21 2cc5ad85d9ab: Pull complete 05:39:21 756a868c4378: Verifying Checksum 05:39:21 756a868c4378: Download complete 05:39:21 138eaada9080: Verifying Checksum 05:39:21 138eaada9080: Download complete 05:39:21 094b1ea09ed8: Download complete 05:39:21 0622d0fa9048: Verifying Checksum 05:39:21 0622d0fa9048: Download complete 05:39:21 41b27a9f41bf: Verifying Checksum 05:39:21 41b27a9f41bf: Download complete 05:39:22 756a868c4378: Pull complete 05:39:22 444b2fc9a129: Pull complete 05:39:23 ea15f1150254: Pull complete 05:39:27 41b27a9f41bf: Pull complete 05:39:27 28c525ee5125: Pull complete 05:39:30 094b1ea09ed8: Pull complete 05:39:30 138eaada9080: Pull complete 05:39:31 0622d0fa9048: Pull complete 05:39:31 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 05:39:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:39:31 prd-centos7-docker-4c-2g-1649 does not seem to be running inside a container 05:39:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ry_ci-build-images_edgex-compose -v /w/workspace/ry_ci-build-images_edgex-compose:/w/workspace/ry_ci-build-images_edgex-compose:rw,z -v /w/workspace/ry_ci-build-images_edgex-compose@tmp:/w/workspace/ry_ci-build-images_edgex-compose@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:39:32 $ docker top 0915573046a949b21ea80f349917cf2e277bc90fdc2fa12a00b925f520d1af46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:39:32 provisioning config files... 05:39:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_ci-build-images_edgex-compose@tmp/config8222363552685061679tmp [Pipeline] { [Pipeline] echo 05:39:32 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:39:32 ---> create-netrc.sh [Pipeline] echo 05:39:32 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:39:32 ---> logs-deploy.sh 05:39:32 + ARCHIVE_ARTIFACTS= 05:39:32 + LOGS_SERVER=https://logs.edgexfoundry.org 05:39:32 + '[' https://logs.edgexfoundry.org == None ']' 05:39:32 + NEXUS_URL=https://nexus.edgexfoundry.org 05:39:32 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/3 05:39:32 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/ci-build-images/job/edgex-compose/3/ 05:39:32 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/3 /w/workspace/ry_ci-build-images_edgex-compose 05:39:34 Archives upload complete. 05:39:34 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/ci-build-images/job/edgex-compose/3/