Push event to branch edgex-compose Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ddfed388a3b16120cdfe7b2187972fd634322871 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.24.1], 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.24.1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-4794 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 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 Fetching without tags Checking out Revision ddfed388a3b16120cdfe7b2187972fd634322871 (edgex-compose) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f ddfed388a3b16120cdfe7b2187972fd634322871 # timeout=10 Commit message: "Merge pull request #139 from cherrycl/issue-134" > git rev-list --no-walk 096526f1b019795818746a30d244e95847e3d969 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-29T15:14:23.699Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-29T15:14:23.812Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-29T15:14:23.846Z] ========================================================= [2020-06-29T15:14:23.846Z] EdgeX Global Pipelines Version Info [2020-06-29T15:14:23.846Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-29T15:14:25.255Z] ------------------- [2020-06-29T15:14:25.255Z] stable info: [2020-06-29T15:14:25.255Z] ------------------- [2020-06-29T15:14:25.255Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-29T15:14:25.255Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-29T15:14:25.255Z] Message: update stable to v1.0.89 [2020-06-29T15:14:26.197Z] ------------------- [2020-06-29T15:14:26.197Z] experimental info: [2020-06-29T15:14:26.197Z] ------------------- [2020-06-29T15:14:26.197Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-29T15:14:26.197Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-29T15:14:26.197Z] Message: update experimental to v1.0.90 [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 [2020-06-29T15:14:28.687Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-29T15:14:28.979Z] + ls -al . [2020-06-29T15:14:28.980Z] total 12 [2020-06-29T15:14:28.980Z] drwxrwxr-x. 3 jenkins jenkins 72 Jun 29 15:14 . [2020-06-29T15:14:28.980Z] drwxrwxr-x. 4 jenkins jenkins 112 Jun 29 15:14 .. [2020-06-29T15:14:28.980Z] -rw-rw-r--. 1 jenkins jenkins 444 Jun 29 15:14 Dockerfile [2020-06-29T15:14:28.980Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 29 15:14 .git [2020-06-29T15:14:28.980Z] -rw-rw-r--. 1 jenkins jenkins 886 Jun 29 15:14 Jenkinsfile [2020-06-29T15:14:28.980Z] -rw-rw-r--. 1 jenkins jenkins 1309 Jun 29 15:14 README.md [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:14:29.568Z] + docker build -t edgex-devops/edgex-compose -f Dockerfile --build-arg ARCH=amd64 --label git_sha=ddfed388a3b16120cdfe7b2187972fd634322871 --label arch=amd64 . [2020-06-29T15:14:29.829Z] Sending build context to Docker daemon 205.8kB [2020-06-29T15:14:29.829Z] Step 1/8 : ARG DOCKER_VERSION=19.03.11 [2020-06-29T15:14:29.829Z] Step 2/8 : FROM docker:${DOCKER_VERSION} AS docker-cli [2020-06-29T15:14:30.089Z] 19.03.11: Pulling from library/docker [2020-06-29T15:14:30.351Z] df20fa9351a1: Pulling fs layer [2020-06-29T15:14:30.351Z] 25ad7478873d: Pulling fs layer [2020-06-29T15:14:30.351Z] 4684f6177b5d: Pulling fs layer [2020-06-29T15:14:30.351Z] 1d105a01b85c: Pulling fs layer [2020-06-29T15:14:30.351Z] d87316014961: Pulling fs layer [2020-06-29T15:14:30.351Z] ae7f709568fa: Pulling fs layer [2020-06-29T15:14:30.351Z] 63f9e63bc2f8: Pulling fs layer [2020-06-29T15:14:30.351Z] d87316014961: Waiting [2020-06-29T15:14:30.351Z] ae7f709568fa: Waiting [2020-06-29T15:14:30.351Z] 63f9e63bc2f8: Waiting [2020-06-29T15:14:30.351Z] 1d105a01b85c: Waiting [2020-06-29T15:14:30.351Z] 4684f6177b5d: Verifying Checksum [2020-06-29T15:14:30.351Z] 4684f6177b5d: Download complete [2020-06-29T15:14:30.351Z] 25ad7478873d: Download complete [2020-06-29T15:14:30.351Z] df20fa9351a1: Download complete [2020-06-29T15:14:30.617Z] d87316014961: Verifying Checksum [2020-06-29T15:14:30.617Z] d87316014961: Download complete [2020-06-29T15:14:30.617Z] ae7f709568fa: Verifying Checksum [2020-06-29T15:14:30.617Z] ae7f709568fa: Download complete [2020-06-29T15:14:30.617Z] 63f9e63bc2f8: Verifying Checksum [2020-06-29T15:14:30.617Z] 63f9e63bc2f8: Download complete [2020-06-29T15:14:30.617Z] df20fa9351a1: Pull complete [2020-06-29T15:14:30.878Z] 25ad7478873d: Pull complete [2020-06-29T15:14:31.140Z] 4684f6177b5d: Pull complete [2020-06-29T15:14:31.402Z] 1d105a01b85c: Verifying Checksum [2020-06-29T15:14:31.402Z] 1d105a01b85c: Download complete [2020-06-29T15:14:33.318Z] 1d105a01b85c: Pull complete [2020-06-29T15:14:33.581Z] d87316014961: Pull complete [2020-06-29T15:14:33.581Z] ae7f709568fa: Pull complete [2020-06-29T15:14:33.842Z] 63f9e63bc2f8: Pull complete [2020-06-29T15:14:33.842Z] Digest: sha256:570ef5728b5cc945f29cf2049bcd87c9d76b7826850c75729aaa7d1802837232 [2020-06-29T15:14:33.842Z] Status: Downloaded newer image for docker:19.03.11 [2020-06-29T15:14:33.842Z] ---> 0bfe00e7bcd5 [2020-06-29T15:14:33.842Z] Step 3/8 : FROM alpine:3.11 [2020-06-29T15:14:34.102Z] 3.11: Pulling from library/alpine [2020-06-29T15:14:34.102Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-29T15:14:34.363Z] cbdbe7a5bc2a: Verifying Checksum [2020-06-29T15:14:34.363Z] cbdbe7a5bc2a: Download complete [2020-06-29T15:14:34.933Z] cbdbe7a5bc2a: Pull complete [2020-06-29T15:14:34.933Z] Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 [2020-06-29T15:14:34.933Z] Status: Downloaded newer image for alpine:3.11 [2020-06-29T15:14:34.933Z] ---> f70734b6a266 [2020-06-29T15:14:34.933Z] Step 4/8 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker [2020-06-29T15:14:36.321Z] ---> a7430f891527 [2020-06-29T15:14:36.321Z] Step 5/8 : RUN apk add --update --no-cache docker-compose py-pip python-dev libffi-dev openssl-dev gcc libc-dev make unzip bash curl [2020-06-29T15:14:36.321Z] ---> Running in 63805d874168 [2020-06-29T15:14:36.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-29T15:14:36.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-29T15:14:36.898Z] (1/72) Installing ncurses-terminfo-base (6.1_p20200118-r4) [2020-06-29T15:14:36.898Z] (2/72) Installing ncurses-libs (6.1_p20200118-r4) [2020-06-29T15:14:36.898Z] (3/72) Installing readline (8.0.1-r0) [2020-06-29T15:14:36.898Z] (4/72) Installing bash (5.0.11-r1) [2020-06-29T15:14:37.158Z] Executing bash-5.0.11-r1.post-install [2020-06-29T15:14:37.158Z] (5/72) Installing ca-certificates (20191127-r2) [2020-06-29T15:14:37.158Z] (6/72) Installing nghttp2-libs (1.40.0-r1) [2020-06-29T15:14:37.158Z] (7/72) Installing libcurl (7.67.0-r0) [2020-06-29T15:14:37.158Z] (8/72) Installing curl (7.67.0-r0) [2020-06-29T15:14:37.158Z] (9/72) Installing libbz2 (1.0.8-r1) [2020-06-29T15:14:37.158Z] (10/72) Installing expat (2.2.9-r1) [2020-06-29T15:14:37.158Z] (11/72) Installing libffi (3.2.1-r6) [2020-06-29T15:14:37.158Z] (12/72) Installing gdbm (1.13-r1) [2020-06-29T15:14:37.158Z] (13/72) Installing xz-libs (5.2.4-r0) [2020-06-29T15:14:37.158Z] (14/72) Installing sqlite-libs (3.30.1-r2) [2020-06-29T15:14:37.158Z] (15/72) Installing python3 (3.8.2-r0) [2020-06-29T15:14:38.562Z] (16/72) Installing py3-setuptools (42.0.2-r0) [2020-06-29T15:14:38.562Z] (17/72) Installing py3-six (1.13.0-r0) [2020-06-29T15:14:38.562Z] (18/72) Installing dockerpy-creds (0.4.0-r2) [2020-06-29T15:14:38.562Z] (19/72) Installing py3-cparser (2.19-r4) [2020-06-29T15:14:38.562Z] (20/72) Installing py3-cffi (1.13.2-r0) [2020-06-29T15:14:38.562Z] (21/72) Installing py3-idna (2.8-r3) [2020-06-29T15:14:38.562Z] (22/72) Installing py3-asn1crypto (1.2.0-r1) [2020-06-29T15:14:38.562Z] (23/72) Installing py3-cryptography (2.8-r1) [2020-06-29T15:14:38.562Z] (24/72) Installing py3-ipaddress (1.0.23-r1) [2020-06-29T15:14:38.562Z] (25/72) Installing py3-parsing (2.4.5-r1) [2020-06-29T15:14:38.562Z] (26/72) Installing py3-packaging (19.2-r2) [2020-06-29T15:14:38.562Z] (27/72) Installing py3-chardet (3.0.4-r3) [2020-06-29T15:14:38.562Z] (28/72) Installing py3-certifi (2019.9.11-r2) [2020-06-29T15:14:38.562Z] (29/72) Installing py3-urllib3 (1.25.7-r1) [2020-06-29T15:14:38.562Z] (30/72) Installing py3-requests (2.22.0-r0) [2020-06-29T15:14:38.562Z] (31/72) Installing py3-websocket-client (0.56.0-r3) [2020-06-29T15:14:38.562Z] (32/72) Installing docker-py (4.1.0-r1) [2020-06-29T15:14:38.848Z] (33/72) Installing py3-cached-property (1.5.1-r1) [2020-06-29T15:14:38.848Z] (34/72) Installing py3-dockerpty (0.4.1-r2) [2020-06-29T15:14:38.848Z] (35/72) Installing py3-docopt (0.6.2-r5) [2020-06-29T15:14:38.848Z] (36/72) Installing py3-more-itertools (8.0.2-r0) [2020-06-29T15:14:38.848Z] (37/72) Installing py3-zipp (0.6.0-r1) [2020-06-29T15:14:38.848Z] (38/72) Installing py3-importlib-metadata (0.23-r1) [2020-06-29T15:14:38.848Z] (39/72) Installing py3-pyrsistent (0.15.6-r0) [2020-06-29T15:14:38.848Z] (40/72) Installing py3-attrs (19.3.0-r0) [2020-06-29T15:14:38.848Z] (41/72) Installing py3-jsonschema (3.2.0-r0) [2020-06-29T15:14:38.848Z] (42/72) Installing py3-asn1 (0.4.7-r2) [2020-06-29T15:14:39.422Z] (43/72) Installing py3-bcrypt (3.1.7-r2) [2020-06-29T15:14:39.422Z] (44/72) Installing py3-pynacl (1.3.0-r4) [2020-06-29T15:14:39.422Z] (45/72) Installing py3-paramiko (2.7.1-r0) [2020-06-29T15:14:39.422Z] (46/72) Installing py3-pysocks (1.7.1-r1) [2020-06-29T15:14:39.422Z] (47/72) Installing py3-texttable (1.6.2-r1) [2020-06-29T15:14:39.422Z] (48/72) Installing yaml (0.2.2-r1) [2020-06-29T15:14:39.422Z] (49/72) Installing py3-yaml (5.3.1-r0) [2020-06-29T15:14:39.422Z] (50/72) Installing docker-compose (1.24.1-r3) [2020-06-29T15:14:39.422Z] (51/72) Installing libgcc (9.2.0-r4) [2020-06-29T15:14:39.422Z] (52/72) Installing libstdc++ (9.2.0-r4) [2020-06-29T15:14:39.422Z] (53/72) Installing binutils (2.33.1-r0) [2020-06-29T15:14:39.682Z] (54/72) Installing gmp (6.1.2-r1) [2020-06-29T15:14:39.682Z] (55/72) Installing isl (0.18-r0) [2020-06-29T15:14:39.682Z] (56/72) Installing libgomp (9.2.0-r4) [2020-06-29T15:14:39.682Z] (57/72) Installing libatomic (9.2.0-r4) [2020-06-29T15:14:39.682Z] (58/72) Installing mpfr4 (4.0.2-r1) [2020-06-29T15:14:39.682Z] (59/72) Installing mpc1 (1.1.0-r1) [2020-06-29T15:14:39.682Z] (60/72) Installing gcc (9.2.0-r4) [2020-06-29T15:14:41.899Z] Still waiting to schedule task [2020-06-29T15:14:41.899Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-29T15:14:42.228Z] (61/72) Installing musl-dev (1.1.24-r2) [2020-06-29T15:14:42.228Z] (62/72) Installing libc-dev (0.7.2-r0) [2020-06-29T15:14:42.228Z] (63/72) Installing linux-headers (4.19.36-r0) [2020-06-29T15:14:42.228Z] (64/72) Installing pkgconf (1.6.3-r0) [2020-06-29T15:14:42.228Z] (65/72) Installing libffi-dev (3.2.1-r6) [2020-06-29T15:14:42.228Z] (66/72) Installing make (4.2.1-r2) [2020-06-29T15:14:42.228Z] (67/72) Installing openssl-dev (1.1.1g-r0) [2020-06-29T15:14:42.228Z] (68/72) Installing python2 (2.7.18-r0) [2020-06-29T15:14:44.140Z] (69/72) Installing py-setuptools (42.0.2-r0) [2020-06-29T15:14:44.140Z] (70/72) Installing py2-pip (18.1-r0) [2020-06-29T15:14:44.140Z] (71/72) Installing python2-dev (2.7.18-r0) [2020-06-29T15:14:44.400Z] (72/72) Installing unzip (6.0-r6) [2020-06-29T15:14:44.400Z] Executing busybox-1.31.1-r9.trigger [2020-06-29T15:14:44.400Z] Executing ca-certificates-20191127-r2.trigger [2020-06-29T15:14:44.400Z] OK: 267 MiB in 86 packages [2020-06-29T15:15:06.380Z] Removing intermediate container 63805d874168 [2020-06-29T15:15:06.380Z] ---> 52d0da437373 [2020-06-29T15:15:06.380Z] Step 6/8 : ENTRYPOINT ["/usr/bin/docker-compose"] [2020-06-29T15:15:06.380Z] ---> Running in 7937d43bf019 [2020-06-29T15:15:06.380Z] Removing intermediate container 7937d43bf019 [2020-06-29T15:15:06.380Z] ---> 676023fb8c4a [2020-06-29T15:15:06.380Z] Step 7/8 : LABEL arch=amd64 [2020-06-29T15:15:06.380Z] ---> Running in e63d7876f96d [2020-06-29T15:15:06.380Z] Removing intermediate container e63d7876f96d [2020-06-29T15:15:06.380Z] ---> b2d105c35d00 [2020-06-29T15:15:06.380Z] Step 8/8 : LABEL git_sha=ddfed388a3b16120cdfe7b2187972fd634322871 [2020-06-29T15:15:06.380Z] ---> Running in 9b5585d7592d [2020-06-29T15:15:06.380Z] Removing intermediate container 9b5585d7592d [2020-06-29T15:15:06.380Z] ---> 360bccc3ab07 [2020-06-29T15:15:06.380Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-29T15:15:06.380Z] Successfully built 360bccc3ab07 [2020-06-29T15:15:06.380Z] Successfully tagged edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-29T15:15:06.602Z] provisioning config files... [2020-06-29T15:15:06.662Z] copy managed file [ci-build-images-settings] to file:/w/workspace/ry_ci-build-images_edgex-compose@tmp/config8677149951230101355tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-29T15:15:06.986Z] nexus3.edgexfoundry.org:10001 [2020-06-29T15:15:06.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-29T15:15:07.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-29T15:15:07.247Z] Configure a credential helper to remove this warning. See [2020-06-29T15:15:07.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-29T15:15:07.247Z] [2020-06-29T15:15:07.247Z] Login Succeeded [2020-06-29T15:15:07.247Z] nexus3.edgexfoundry.org:10002 [2020-06-29T15:15:07.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-29T15:15:07.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-29T15:15:07.247Z] Configure a credential helper to remove this warning. See [2020-06-29T15:15:07.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-29T15:15:07.247Z] [2020-06-29T15:15:07.247Z] Login Succeeded [2020-06-29T15:15:07.508Z] nexus3.edgexfoundry.org:10003 [2020-06-29T15:15:07.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-29T15:15:07.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-29T15:15:07.508Z] Configure a credential helper to remove this warning. See [2020-06-29T15:15:07.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-29T15:15:07.508Z] [2020-06-29T15:15:07.508Z] Login Succeeded [2020-06-29T15:15:07.508Z] nexus3.edgexfoundry.org:10004 [2020-06-29T15:15:07.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-29T15:15:07.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-29T15:15:07.768Z] Configure a credential helper to remove this warning. See [2020-06-29T15:15:07.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-29T15:15:07.768Z] [2020-06-29T15:15:07.768Z] Login Succeeded [2020-06-29T15:15:07.768Z] docker.io [2020-06-29T15:15:07.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-29T15:15:08.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-29T15:15:08.029Z] Configure a credential helper to remove this warning. See [2020-06-29T15:15:08.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-29T15:15:08.029Z] [2020-06-29T15:15:08.029Z] Login Succeeded [Pipeline] } [2020-06-29T15:15:08.039Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-29T15:15:08.122Z] [edgeXDocker.push] Tagging docker image edgex-devops/edgex-compose with the following tags: [2020-06-29T15:15:08.122Z] ddfed388a3b16120cdfe7b2187972fd634322871 [2020-06-29T15:15:08.122Z] latest [2020-06-29T15:15:08.122Z] edgex-compose [2020-06-29T15:15:08.122Z] 1.24.1 [2020-06-29T15:15:08.122Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:15:08.480Z] + docker tag edgex-devops/edgex-compose nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:ddfed388a3b16120cdfe7b2187972fd634322871 [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:15:08.773Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:ddfed388a3b16120cdfe7b2187972fd634322871 [2020-06-29T15:15:08.773Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose] [2020-06-29T15:15:08.773Z] d4a265824f2d: Preparing [2020-06-29T15:15:08.773Z] 4d9377340ef1: Preparing [2020-06-29T15:15:08.773Z] 3e207b409db3: Preparing [2020-06-29T15:15:08.773Z] 3e207b409db3: Layer already exists [2020-06-29T15:15:14.073Z] 4d9377340ef1: Pushed [2020-06-29T15:15:28.979Z] d4a265824f2d: Pushed [2020-06-29T15:15:28.979Z] ddfed388a3b16120cdfe7b2187972fd634322871: digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 size: 952 [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:15:29.280Z] + docker tag edgex-devops/edgex-compose nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:15:29.575Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-06-29T15:15:29.575Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose] [2020-06-29T15:15:29.575Z] d4a265824f2d: Preparing [2020-06-29T15:15:29.575Z] 4d9377340ef1: Preparing [2020-06-29T15:15:29.575Z] 3e207b409db3: Preparing [2020-06-29T15:15:29.575Z] 3e207b409db3: Layer already exists [2020-06-29T15:15:29.575Z] 4d9377340ef1: Layer already exists [2020-06-29T15:15:29.575Z] d4a265824f2d: Layer already exists [2020-06-29T15:15:29.575Z] latest: digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 size: 952 [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:15:29.876Z] + docker tag edgex-devops/edgex-compose nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:edgex-compose [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:15:30.168Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:edgex-compose [2020-06-29T15:15:30.168Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose] [2020-06-29T15:15:30.168Z] d4a265824f2d: Preparing [2020-06-29T15:15:30.168Z] 4d9377340ef1: Preparing [2020-06-29T15:15:30.168Z] 3e207b409db3: Preparing [2020-06-29T15:15:30.168Z] 4d9377340ef1: Layer already exists [2020-06-29T15:15:30.168Z] 3e207b409db3: Layer already exists [2020-06-29T15:15:30.168Z] d4a265824f2d: Layer already exists [2020-06-29T15:15:30.168Z] edgex-compose: digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 size: 952 [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:15:30.466Z] + docker tag edgex-devops/edgex-compose nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:1.24.1 [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:15:30.759Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:1.24.1 [2020-06-29T15:15:30.759Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose] [2020-06-29T15:15:30.759Z] d4a265824f2d: Preparing [2020-06-29T15:15:30.759Z] 4d9377340ef1: Preparing [2020-06-29T15:15:30.759Z] 3e207b409db3: Preparing [2020-06-29T15:15:30.759Z] 3e207b409db3: Layer already exists [2020-06-29T15:15:30.759Z] d4a265824f2d: Layer already exists [2020-06-29T15:15:30.759Z] 4d9377340ef1: Layer already exists [2020-06-29T15:15:30.759Z] 1.24.1: digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 size: 952 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-29T15:16:24.700Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4795 in /w/workspace/ry_ci-build-images_edgex-compose [Pipeline] { [Pipeline] checkout [2020-06-29T15:16:29.339Z] using credential edgex-jenkins-ssh [2020-06-29T15:16:29.382Z] Cloning the remote Git repository [2020-06-29T15:16:29.382Z] Cloning with configured refspecs honoured and without tags [2020-06-29T15:16:29.429Z] Cloning repository git@github.com:edgexfoundry/ci-build-images.git [2020-06-29T15:16:29.540Z] > git init /w/workspace/ry_ci-build-images_edgex-compose # timeout=10 [2020-06-29T15:16:29.612Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2020-06-29T15:16:29.613Z] > git --version # timeout=10 [2020-06-29T15:16:29.632Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-29T15:16:29.706Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 [2020-06-29T15:16:30.397Z] Fetching without tags [2020-06-29T15:16:30.932Z] Checking out Revision ddfed388a3b16120cdfe7b2187972fd634322871 (edgex-compose) [2020-06-29T15:16:30.305Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2020-06-29T15:16:30.328Z] > git config --add remote.origin.fetch +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 [2020-06-29T15:16:30.355Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2020-06-29T15:16:30.384Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2020-06-29T15:16:30.385Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-29T15:16:30.397Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 [2020-06-29T15:16:30.926Z] > git config core.sparsecheckout # timeout=10 [2020-06-29T15:16:30.943Z] > git checkout -f ddfed388a3b16120cdfe7b2187972fd634322871 # timeout=10 [2020-06-29T15:16:35.344Z] Commit message: "Merge pull request #139 from cherrycl/issue-134" [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 [2020-06-29T15:16:36.848Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-29T15:16:37.279Z] + ls -al . [2020-06-29T15:16:37.279Z] total 24 [2020-06-29T15:16:37.279Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 29 15:16 . [2020-06-29T15:16:37.279Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 29 15:16 .. [2020-06-29T15:16:37.279Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 29 15:16 .git [2020-06-29T15:16:37.279Z] -rw-rw-r-- 1 jenkins jenkins 444 Jun 29 15:16 Dockerfile [2020-06-29T15:16:37.279Z] -rw-rw-r-- 1 jenkins jenkins 886 Jun 29 15:16 Jenkinsfile [2020-06-29T15:16:37.279Z] -rw-rw-r-- 1 jenkins jenkins 1309 Jun 29 15:16 README.md [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:16:37.630Z] + docker build -t edgex-devops/edgex-compose-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=ddfed388a3b16120cdfe7b2187972fd634322871 --label arch=arm64 . [2020-06-29T15:16:38.227Z] Sending build context to Docker daemon 205.8kB [2020-06-29T15:16:38.501Z] Step 1/8 : ARG DOCKER_VERSION=19.03.11 [2020-06-29T15:16:38.501Z] Step 2/8 : FROM docker:${DOCKER_VERSION} AS docker-cli [2020-06-29T15:16:39.096Z] 19.03.11: Pulling from library/docker [2020-06-29T15:16:39.393Z] b538f80385f9: Pulling fs layer [2020-06-29T15:16:39.393Z] 259a493cd78d: Pulling fs layer [2020-06-29T15:16:39.393Z] b8e66b5100f5: Pulling fs layer [2020-06-29T15:16:39.393Z] f0cde32c2ffd: Pulling fs layer [2020-06-29T15:16:39.393Z] 6136a3ea7bbc: Pulling fs layer [2020-06-29T15:16:39.393Z] 8310feb2719a: Pulling fs layer [2020-06-29T15:16:39.393Z] 37f79010e7d8: Pulling fs layer [2020-06-29T15:16:39.393Z] 6136a3ea7bbc: Waiting [2020-06-29T15:16:39.393Z] f0cde32c2ffd: Waiting [2020-06-29T15:16:39.393Z] 37f79010e7d8: Waiting [2020-06-29T15:16:39.393Z] b8e66b5100f5: Verifying Checksum [2020-06-29T15:16:39.393Z] b8e66b5100f5: Download complete [2020-06-29T15:16:39.393Z] 259a493cd78d: Verifying Checksum [2020-06-29T15:16:39.393Z] 259a493cd78d: Download complete [2020-06-29T15:16:39.393Z] b538f80385f9: Download complete [2020-06-29T15:16:39.665Z] 6136a3ea7bbc: Verifying Checksum [2020-06-29T15:16:39.665Z] 6136a3ea7bbc: Download complete [2020-06-29T15:16:39.665Z] 8310feb2719a: Verifying Checksum [2020-06-29T15:16:39.665Z] 8310feb2719a: Download complete [2020-06-29T15:16:39.665Z] 37f79010e7d8: Verifying Checksum [2020-06-29T15:16:39.665Z] 37f79010e7d8: Download complete [2020-06-29T15:16:40.262Z] b538f80385f9: Pull complete [2020-06-29T15:16:40.857Z] 259a493cd78d: Pull complete [2020-06-29T15:16:40.857Z] f0cde32c2ffd: Verifying Checksum [2020-06-29T15:16:40.857Z] f0cde32c2ffd: Download complete [2020-06-29T15:16:41.129Z] b8e66b5100f5: Pull complete [2020-06-29T15:16:44.582Z] f0cde32c2ffd: Pull complete [2020-06-29T15:16:44.857Z] 6136a3ea7bbc: Pull complete [2020-06-29T15:16:45.130Z] 8310feb2719a: Pull complete [2020-06-29T15:16:45.403Z] 37f79010e7d8: Pull complete [2020-06-29T15:16:45.675Z] Digest: sha256:570ef5728b5cc945f29cf2049bcd87c9d76b7826850c75729aaa7d1802837232 [2020-06-29T15:16:45.675Z] Status: Downloaded newer image for docker:19.03.11 [2020-06-29T15:16:45.675Z] ---> 58760348d720 [2020-06-29T15:16:45.675Z] Step 3/8 : FROM alpine:3.11 [2020-06-29T15:16:45.947Z] 3.11: Pulling from library/alpine [2020-06-29T15:16:45.947Z] 29e5d40040c1: Pulling fs layer [2020-06-29T15:16:46.221Z] 29e5d40040c1: Download complete [2020-06-29T15:16:46.816Z] 29e5d40040c1: Pull complete [2020-06-29T15:16:46.816Z] Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 [2020-06-29T15:16:46.816Z] Status: Downloaded newer image for alpine:3.11 [2020-06-29T15:16:46.816Z] ---> c20d2a9ab686 [2020-06-29T15:16:46.816Z] Step 4/8 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker [2020-06-29T15:16:51.132Z] ---> b8ec3514bf24 [2020-06-29T15:16:51.132Z] Step 5/8 : RUN apk add --update --no-cache docker-compose py-pip python-dev libffi-dev openssl-dev gcc libc-dev make unzip bash curl [2020-06-29T15:16:51.132Z] ---> Running in 9f63951a84ff [2020-06-29T15:16:52.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-29T15:16:52.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-29T15:16:52.969Z] (1/72) Installing ncurses-terminfo-base (6.1_p20200118-r4) [2020-06-29T15:16:52.969Z] (2/72) Installing ncurses-libs (6.1_p20200118-r4) [2020-06-29T15:16:52.969Z] (3/72) Installing readline (8.0.1-r0) [2020-06-29T15:16:52.969Z] (4/72) Installing bash (5.0.11-r1) [2020-06-29T15:16:53.243Z] Executing bash-5.0.11-r1.post-install [2020-06-29T15:16:53.243Z] (5/72) Installing ca-certificates (20191127-r2) [2020-06-29T15:16:53.243Z] (6/72) Installing nghttp2-libs (1.40.0-r1) [2020-06-29T15:16:53.243Z] (7/72) Installing libcurl (7.67.0-r0) [2020-06-29T15:16:53.513Z] (8/72) Installing curl (7.67.0-r0) [2020-06-29T15:16:53.513Z] (9/72) Installing libbz2 (1.0.8-r1) [2020-06-29T15:16:53.513Z] (10/72) Installing expat (2.2.9-r1) [2020-06-29T15:16:53.513Z] (11/72) Installing libffi (3.2.1-r6) [2020-06-29T15:16:53.513Z] (12/72) Installing gdbm (1.13-r1) [2020-06-29T15:16:53.513Z] (13/72) Installing xz-libs (5.2.4-r0) [2020-06-29T15:16:53.513Z] (14/72) Installing sqlite-libs (3.30.1-r2) [2020-06-29T15:16:53.513Z] (15/72) Installing python3 (3.8.2-r0) [2020-06-29T15:16:56.130Z] (16/72) Installing py3-setuptools (42.0.2-r0) [2020-06-29T15:16:56.130Z] (17/72) Installing py3-six (1.13.0-r0) [2020-06-29T15:16:56.130Z] (18/72) Installing dockerpy-creds (0.4.0-r2) [2020-06-29T15:16:56.130Z] (19/72) Installing py3-cparser (2.19-r4) [2020-06-29T15:16:56.130Z] (20/72) Installing py3-cffi (1.13.2-r0) [2020-06-29T15:16:56.130Z] (21/72) Installing py3-idna (2.8-r3) [2020-06-29T15:16:56.130Z] (22/72) Installing py3-asn1crypto (1.2.0-r1) [2020-06-29T15:16:56.401Z] (23/72) Installing py3-cryptography (2.8-r1) [2020-06-29T15:16:56.401Z] (24/72) Installing py3-ipaddress (1.0.23-r1) [2020-06-29T15:16:56.401Z] (25/72) Installing py3-parsing (2.4.5-r1) [2020-06-29T15:16:56.401Z] (26/72) Installing py3-packaging (19.2-r2) [2020-06-29T15:16:56.683Z] (27/72) Installing py3-chardet (3.0.4-r3) [2020-06-29T15:16:56.683Z] (28/72) Installing py3-certifi (2019.9.11-r2) [2020-06-29T15:16:56.683Z] (29/72) Installing py3-urllib3 (1.25.7-r1) [2020-06-29T15:16:56.683Z] (30/72) Installing py3-requests (2.22.0-r0) [2020-06-29T15:16:56.683Z] (31/72) Installing py3-websocket-client (0.56.0-r3) [2020-06-29T15:16:56.957Z] (32/72) Installing docker-py (4.1.0-r1) [2020-06-29T15:16:56.957Z] (33/72) Installing py3-cached-property (1.5.1-r1) [2020-06-29T15:16:56.957Z] (34/72) Installing py3-dockerpty (0.4.1-r2) [2020-06-29T15:16:56.957Z] (35/72) Installing py3-docopt (0.6.2-r5) [2020-06-29T15:16:56.957Z] (36/72) Installing py3-more-itertools (8.0.2-r0) [2020-06-29T15:16:56.957Z] (37/72) Installing py3-zipp (0.6.0-r1) [2020-06-29T15:16:57.227Z] (38/72) Installing py3-importlib-metadata (0.23-r1) [2020-06-29T15:16:57.227Z] (39/72) Installing py3-pyrsistent (0.15.6-r0) [2020-06-29T15:16:57.227Z] (40/72) Installing py3-attrs (19.3.0-r0) [2020-06-29T15:16:57.495Z] (41/72) Installing py3-jsonschema (3.2.0-r0) [2020-06-29T15:16:57.495Z] (42/72) Installing py3-asn1 (0.4.7-r2) [2020-06-29T15:16:57.767Z] (43/72) Installing py3-bcrypt (3.1.7-r2) [2020-06-29T15:16:57.767Z] (44/72) Installing py3-pynacl (1.3.0-r4) [2020-06-29T15:16:57.767Z] (45/72) Installing py3-paramiko (2.7.1-r0) [2020-06-29T15:16:57.767Z] (46/72) Installing py3-pysocks (1.7.1-r1) [2020-06-29T15:16:57.767Z] (47/72) Installing py3-texttable (1.6.2-r1) [2020-06-29T15:16:58.038Z] (48/72) Installing yaml (0.2.2-r1) [2020-06-29T15:16:58.038Z] (49/72) Installing py3-yaml (5.3.1-r0) [2020-06-29T15:16:58.038Z] (50/72) Installing docker-compose (1.24.1-r3) [2020-06-29T15:16:58.038Z] (51/72) Installing libgcc (9.2.0-r4) [2020-06-29T15:16:58.038Z] (52/72) Installing libstdc++ (9.2.0-r4) [2020-06-29T15:16:58.038Z] (53/72) Installing binutils (2.33.1-r0) [2020-06-29T15:16:58.629Z] (54/72) Installing gmp (6.1.2-r1) [2020-06-29T15:16:58.629Z] (55/72) Installing isl (0.18-r0) [2020-06-29T15:16:58.629Z] (56/72) Installing libgomp (9.2.0-r4) [2020-06-29T15:16:58.629Z] (57/72) Installing libatomic (9.2.0-r4) [2020-06-29T15:16:58.629Z] (58/72) Installing mpfr4 (4.0.2-r1) [2020-06-29T15:16:58.629Z] (59/72) Installing mpc1 (1.1.0-r1) [2020-06-29T15:16:58.629Z] (60/72) Installing gcc (9.2.0-r4) [2020-06-29T15:17:00.057Z] (61/72) Installing musl-dev (1.1.24-r2) [2020-06-29T15:17:00.331Z] (62/72) Installing libc-dev (0.7.2-r0) [2020-06-29T15:17:00.331Z] (63/72) Installing linux-headers (4.19.36-r0) [2020-06-29T15:17:00.922Z] (64/72) Installing pkgconf (1.6.3-r0) [2020-06-29T15:17:00.922Z] (65/72) Installing libffi-dev (3.2.1-r6) [2020-06-29T15:17:00.922Z] (66/72) Installing make (4.2.1-r2) [2020-06-29T15:17:00.922Z] (67/72) Installing openssl-dev (1.1.1g-r0) [2020-06-29T15:17:00.922Z] (68/72) Installing python2 (2.7.18-r0) [2020-06-29T15:17:02.349Z] (69/72) Installing py-setuptools (42.0.2-r0) [2020-06-29T15:17:02.620Z] (70/72) Installing py2-pip (18.1-r0) [2020-06-29T15:17:02.892Z] (71/72) Installing python2-dev (2.7.18-r0) [2020-06-29T15:17:03.164Z] (72/72) Installing unzip (6.0-r6) [2020-06-29T15:17:03.439Z] Executing busybox-1.31.1-r9.trigger [2020-06-29T15:17:03.439Z] Executing ca-certificates-20191127-r2.trigger [2020-06-29T15:17:03.439Z] OK: 253 MiB in 86 packages [2020-06-29T15:17:21.721Z] Removing intermediate container 9f63951a84ff [2020-06-29T15:17:21.721Z] ---> 37b031d331ef [2020-06-29T15:17:21.721Z] Step 6/8 : ENTRYPOINT ["/usr/bin/docker-compose"] [2020-06-29T15:17:21.721Z] ---> Running in 93b6c98a2f95 [2020-06-29T15:17:21.721Z] Removing intermediate container 93b6c98a2f95 [2020-06-29T15:17:21.721Z] ---> 114786e2e509 [2020-06-29T15:17:21.721Z] Step 7/8 : LABEL arch=arm64 [2020-06-29T15:17:21.721Z] ---> Running in 748eab2e1167 [2020-06-29T15:17:21.721Z] Removing intermediate container 748eab2e1167 [2020-06-29T15:17:21.721Z] ---> 75f921ae02fc [2020-06-29T15:17:21.721Z] Step 8/8 : LABEL git_sha=ddfed388a3b16120cdfe7b2187972fd634322871 [2020-06-29T15:17:21.721Z] ---> Running in ff1b828c6fb0 [2020-06-29T15:17:22.315Z] Removing intermediate container ff1b828c6fb0 [2020-06-29T15:17:22.316Z] ---> 57ef9ed57663 [2020-06-29T15:17:22.316Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-29T15:17:22.316Z] Successfully built 57ef9ed57663 [2020-06-29T15:17:22.316Z] Successfully tagged edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-29T15:17:22.475Z] provisioning config files... [2020-06-29T15:17:22.518Z] copy managed file [ci-build-images-settings] to file:/w/workspace/ry_ci-build-images_edgex-compose@tmp/config5812162988742153616tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-29T15:17:22.888Z] nexus3.edgexfoundry.org:10001 [2020-06-29T15:17:23.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-29T15:17:23.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-29T15:17:23.434Z] Configure a credential helper to remove this warning. See [2020-06-29T15:17:23.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-29T15:17:23.434Z] [2020-06-29T15:17:23.434Z] Login Succeeded [2020-06-29T15:17:23.434Z] nexus3.edgexfoundry.org:10002 [2020-06-29T15:17:23.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-29T15:17:23.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-29T15:17:23.980Z] Configure a credential helper to remove this warning. See [2020-06-29T15:17:23.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-29T15:17:23.980Z] [2020-06-29T15:17:23.980Z] Login Succeeded [2020-06-29T15:17:23.980Z] nexus3.edgexfoundry.org:10003 [2020-06-29T15:17:24.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-29T15:17:24.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-29T15:17:24.522Z] Configure a credential helper to remove this warning. See [2020-06-29T15:17:24.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-29T15:17:24.522Z] [2020-06-29T15:17:24.522Z] Login Succeeded [2020-06-29T15:17:24.522Z] nexus3.edgexfoundry.org:10004 [2020-06-29T15:17:24.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-29T15:17:25.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-29T15:17:25.068Z] Configure a credential helper to remove this warning. See [2020-06-29T15:17:25.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-29T15:17:25.068Z] [2020-06-29T15:17:25.068Z] Login Succeeded [2020-06-29T15:17:25.068Z] docker.io [2020-06-29T15:17:25.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-29T15:17:25.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-29T15:17:25.932Z] Configure a credential helper to remove this warning. See [2020-06-29T15:17:25.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-29T15:17:25.932Z] [2020-06-29T15:17:25.932Z] Login Succeeded [Pipeline] } [2020-06-29T15:17:25.948Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-29T15:17:26.020Z] [edgeXDocker.push] Tagging docker image edgex-devops/edgex-compose-arm64 with the following tags: [2020-06-29T15:17:26.020Z] ddfed388a3b16120cdfe7b2187972fd634322871 [2020-06-29T15:17:26.020Z] latest [2020-06-29T15:17:26.020Z] edgex-compose [2020-06-29T15:17:26.020Z] 1.24.1 [2020-06-29T15:17:26.020Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:17:26.406Z] + docker tag edgex-devops/edgex-compose-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:ddfed388a3b16120cdfe7b2187972fd634322871 [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:17:26.749Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:ddfed388a3b16120cdfe7b2187972fd634322871 [2020-06-29T15:17:26.749Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64] [2020-06-29T15:17:26.749Z] 5b3c6ac47877: Preparing [2020-06-29T15:17:26.749Z] 573077079704: Preparing [2020-06-29T15:17:26.749Z] 678a0785e7d2: Preparing [2020-06-29T15:17:26.749Z] 678a0785e7d2: Layer already exists [2020-06-29T15:17:39.150Z] 573077079704: Pushed [2020-06-29T15:18:18.115Z] 5b3c6ac47877: Pushed [2020-06-29T15:18:18.115Z] ddfed388a3b16120cdfe7b2187972fd634322871: digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 size: 952 [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:18:18.445Z] + docker tag edgex-devops/edgex-compose-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:18:18.771Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-06-29T15:18:18.771Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64] [2020-06-29T15:18:18.771Z] 5b3c6ac47877: Preparing [2020-06-29T15:18:18.771Z] 573077079704: Preparing [2020-06-29T15:18:18.771Z] 678a0785e7d2: Preparing [2020-06-29T15:18:18.771Z] 678a0785e7d2: Layer already exists [2020-06-29T15:18:18.771Z] 573077079704: Layer already exists [2020-06-29T15:18:18.771Z] 5b3c6ac47877: Layer already exists [2020-06-29T15:18:19.039Z] latest: digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 size: 952 [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:18:19.367Z] + docker tag edgex-devops/edgex-compose-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:edgex-compose [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:18:19.692Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:edgex-compose [2020-06-29T15:18:19.692Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64] [2020-06-29T15:18:19.692Z] 5b3c6ac47877: Preparing [2020-06-29T15:18:19.692Z] 573077079704: Preparing [2020-06-29T15:18:19.692Z] 678a0785e7d2: Preparing [2020-06-29T15:18:19.692Z] 5b3c6ac47877: Layer already exists [2020-06-29T15:18:19.692Z] 573077079704: Layer already exists [2020-06-29T15:18:19.692Z] 678a0785e7d2: Layer already exists [2020-06-29T15:18:19.960Z] edgex-compose: digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 size: 952 [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:18:20.295Z] + docker tag edgex-devops/edgex-compose-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:1.24.1 [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:18:20.626Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:1.24.1 [2020-06-29T15:18:20.626Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64] [2020-06-29T15:18:20.626Z] 5b3c6ac47877: Preparing [2020-06-29T15:18:20.626Z] 573077079704: Preparing [2020-06-29T15:18:20.626Z] 678a0785e7d2: Preparing [2020-06-29T15:18:20.626Z] 573077079704: Layer already exists [2020-06-29T15:18:20.626Z] 5b3c6ac47877: Layer already exists [2020-06-29T15:18:20.626Z] 678a0785e7d2: Layer already exists [2020-06-29T15:18:20.899Z] 1.24.1: digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 size: 952 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:18:21.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-29T15:18:21.915Z] [2020-06-29T15:18:21.915Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:18:22.244Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-29T15:18:22.244Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-29T15:18:22.244Z] e7c96db7181b: Pulling fs layer [2020-06-29T15:18:22.244Z] 1868ca2cb446: Pulling fs layer [2020-06-29T15:18:22.244Z] 136be5d0fe8e: Pulling fs layer [2020-06-29T15:18:22.244Z] 894bfe63afcb: Pulling fs layer [2020-06-29T15:18:22.244Z] 894bfe63afcb: Waiting [2020-06-29T15:18:22.244Z] 1868ca2cb446: Verifying Checksum [2020-06-29T15:18:22.244Z] 136be5d0fe8e: Download complete [2020-06-29T15:18:22.244Z] e7c96db7181b: Verifying Checksum [2020-06-29T15:18:22.244Z] e7c96db7181b: Download complete [2020-06-29T15:18:22.244Z] 894bfe63afcb: Verifying Checksum [2020-06-29T15:18:22.244Z] 894bfe63afcb: Download complete [2020-06-29T15:18:22.505Z] e7c96db7181b: Pull complete [2020-06-29T15:18:22.765Z] 1868ca2cb446: Pull complete [2020-06-29T15:18:23.027Z] 136be5d0fe8e: Pull complete [2020-06-29T15:18:23.027Z] 894bfe63afcb: Pull complete [2020-06-29T15:18:23.287Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-29T15:18:23.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-29T15:18:23.287Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-29T15:18:23.397Z] prd-centos7-docker-4c-2g-4794 does not seem to be running inside a container [2020-06-29T15:18:23.442Z] $ docker run -t -d -u 1001:1001 --entrypoint= -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-devops/edgex-klar:latest cat [2020-06-29T15:18:24.678Z] $ docker top 3f279f8739b823427cf9e3017126295b7b8ad15e8c3d37c974c5b549bf9cb602 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-29T15:18:25.137Z] + /klar nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:ddfed388a3b16120cdfe7b2187972fd634322871 [2020-06-29T15:18:25.137Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-29T15:18:31.829Z] $ docker stop --time=1 3f279f8739b823427cf9e3017126295b7b8ad15e8c3d37c974c5b549bf9cb602 [2020-06-29T15:18:33.141Z] $ docker rm -f 3f279f8739b823427cf9e3017126295b7b8ad15e8c3d37c974c5b549bf9cb602 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:18:33.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-29T15:18:33.544Z] . [Pipeline] withDockerContainer [2020-06-29T15:18:33.634Z] prd-centos7-docker-4c-2g-4794 does not seem to be running inside a container [2020-06-29T15:18:33.674Z] $ docker run -t -d -u 1001:1001 --entrypoint= -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-devops/edgex-klar:latest cat [2020-06-29T15:18:34.264Z] $ docker top 57fcd41dda56b6ad8765848ba8b852e159b824e63888d120835f623eee1761c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-29T15:18:34.702Z] + /klar nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:ddfed388a3b16120cdfe7b2187972fd634322871 [2020-06-29T15:18:34.702Z] + tee [2020-06-29T15:18:34.702Z] clair timeout 1m0s [2020-06-29T15:18:34.702Z] docker timeout: 1m0s [2020-06-29T15:18:34.702Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-29T15:18:35.320Z] $ docker stop --time=1 57fcd41dda56b6ad8765848ba8b852e159b824e63888d120835f623eee1761c2 [2020-06-29T15:18:36.693Z] $ docker rm -f 57fcd41dda56b6ad8765848ba8b852e159b824e63888d120835f623eee1761c2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-29T15:18:37.115Z] + mkdir -p /w/workspace/ry_ci-build-images_edgex-compose/clair-reports [Pipeline] echo [2020-06-29T15:18:37.128Z] Generated HTML Table Report. Writing to /w/workspace/ry_ci-build-images_edgex-compose/clair-reports/clair_results_edgex-compose_ddfed388a3b16120cdfe7b2187972fd634322871.html [Pipeline] writeFile [Pipeline] step [2020-06-29T15:18:37.151Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:18:37.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-29T15:18:37.702Z] . [Pipeline] withDockerContainer [2020-06-29T15:18:37.799Z] prd-centos7-docker-4c-2g-4794 does not seem to be running inside a container [2020-06-29T15:18:37.840Z] $ docker run -t -d -u 1001:1001 --entrypoint= -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-devops/edgex-klar:latest cat [2020-06-29T15:18:38.486Z] $ docker top 19d8e9c6a50b336a2222aa3898a1fd0243c1b0fb1d08bdcc017b5e1cb8277229 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-29T15:18:38.925Z] + /klar nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:ddfed388a3b16120cdfe7b2187972fd634322871 [2020-06-29T15:18:38.925Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-29T15:18:45.585Z] $ docker stop --time=1 19d8e9c6a50b336a2222aa3898a1fd0243c1b0fb1d08bdcc017b5e1cb8277229 [2020-06-29T15:18:46.966Z] $ docker rm -f 19d8e9c6a50b336a2222aa3898a1fd0243c1b0fb1d08bdcc017b5e1cb8277229 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:18:47.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-29T15:18:47.373Z] . [Pipeline] withDockerContainer [2020-06-29T15:18:47.469Z] prd-centos7-docker-4c-2g-4794 does not seem to be running inside a container [2020-06-29T15:18:47.513Z] $ docker run -t -d -u 1001:1001 --entrypoint= -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-devops/edgex-klar:latest cat [2020-06-29T15:18:48.122Z] $ docker top 593b7a0219f7ca90c46e52a96dc88a3a68c25204af23ec3301c6ccf7da663f9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-29T15:18:48.550Z] + /klar nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:ddfed388a3b16120cdfe7b2187972fd634322871 [2020-06-29T15:18:48.550Z] + tee [2020-06-29T15:18:48.550Z] clair timeout 1m0s [2020-06-29T15:18:48.550Z] docker timeout: 1m0s [2020-06-29T15:18:48.550Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-29T15:18:49.170Z] $ docker stop --time=1 593b7a0219f7ca90c46e52a96dc88a3a68c25204af23ec3301c6ccf7da663f9e [2020-06-29T15:18:50.519Z] $ docker rm -f 593b7a0219f7ca90c46e52a96dc88a3a68c25204af23ec3301c6ccf7da663f9e [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-29T15:18:50.922Z] + mkdir -p /w/workspace/ry_ci-build-images_edgex-compose/clair-reports [Pipeline] echo [2020-06-29T15:18:50.934Z] Generated HTML Table Report. Writing to /w/workspace/ry_ci-build-images_edgex-compose/clair-reports/clair_results_edgex-compose-arm64_ddfed388a3b16120cdfe7b2187972fd634322871.html [Pipeline] writeFile [Pipeline] step [2020-06-29T15:18:50.956Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-29T15:18:51.595Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-29T15:18:52.157Z] ---> package-listing.sh [2020-06-29T15:18:52.157Z] ++ facter osfamily [2020-06-29T15:18:52.157Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-29T15:18:52.157Z] + OS_FAMILY=redhat [2020-06-29T15:18:52.157Z] + workspace=/w/workspace/ry_ci-build-images_edgex-compose [2020-06-29T15:18:52.157Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-29T15:18:52.157Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-29T15:18:52.157Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-29T15:18:52.157Z] + PACKAGES=/tmp/packages_start.txt [2020-06-29T15:18:52.157Z] + '[' /w/workspace/ry_ci-build-images_edgex-compose ']' [2020-06-29T15:18:52.157Z] + PACKAGES=/tmp/packages_end.txt [2020-06-29T15:18:52.157Z] + case "${OS_FAMILY}" in [2020-06-29T15:18:52.157Z] + rpm -qa [2020-06-29T15:18:52.157Z] + sort [2020-06-29T15:18:56.365Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-29T15:18:56.365Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-29T15:18:56.365Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-29T15:18:56.365Z] + '[' /w/workspace/ry_ci-build-images_edgex-compose ']' [2020-06-29T15:18:56.365Z] + mkdir -p /w/workspace/ry_ci-build-images_edgex-compose/archives/ [2020-06-29T15:18:56.365Z] + 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 [2020-06-29T15:18:56.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-29T15:18:56.987Z] [2020-06-29T15:18:56.987Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-29T15:18:57.296Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-29T15:18:57.296Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-29T15:18:57.296Z] c9b1b535fdd9: Pulling fs layer [2020-06-29T15:18:57.296Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-29T15:18:57.296Z] 756a868c4378: Pulling fs layer [2020-06-29T15:18:57.296Z] 444b2fc9a129: Pulling fs layer [2020-06-29T15:18:57.296Z] ea15f1150254: Pulling fs layer [2020-06-29T15:18:57.296Z] 41b27a9f41bf: Pulling fs layer [2020-06-29T15:18:57.296Z] 28c525ee5125: Pulling fs layer [2020-06-29T15:18:57.296Z] 094b1ea09ed8: Pulling fs layer [2020-06-29T15:18:57.296Z] 138eaada9080: Pulling fs layer [2020-06-29T15:18:57.296Z] 0622d0fa9048: Pulling fs layer [2020-06-29T15:18:57.296Z] 444b2fc9a129: Waiting [2020-06-29T15:18:57.296Z] ea15f1150254: Waiting [2020-06-29T15:18:57.296Z] 41b27a9f41bf: Waiting [2020-06-29T15:18:57.296Z] 28c525ee5125: Waiting [2020-06-29T15:18:57.296Z] 094b1ea09ed8: Waiting [2020-06-29T15:18:57.296Z] 138eaada9080: Waiting [2020-06-29T15:18:57.296Z] 0622d0fa9048: Waiting [2020-06-29T15:18:57.296Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-29T15:18:57.296Z] 2cc5ad85d9ab: Download complete [2020-06-29T15:18:57.296Z] 444b2fc9a129: Download complete [2020-06-29T15:18:57.296Z] c9b1b535fdd9: Verifying Checksum [2020-06-29T15:18:57.296Z] ea15f1150254: Download complete [2020-06-29T15:18:57.563Z] 28c525ee5125: Verifying Checksum [2020-06-29T15:18:57.563Z] 28c525ee5125: Download complete [2020-06-29T15:18:57.825Z] 756a868c4378: Verifying Checksum [2020-06-29T15:18:57.825Z] 756a868c4378: Download complete [2020-06-29T15:18:57.825Z] 094b1ea09ed8: Verifying Checksum [2020-06-29T15:18:57.825Z] 094b1ea09ed8: Download complete [2020-06-29T15:18:57.825Z] 138eaada9080: Verifying Checksum [2020-06-29T15:18:57.825Z] 138eaada9080: Download complete [2020-06-29T15:18:57.825Z] 0622d0fa9048: Download complete [2020-06-29T15:18:57.825Z] c9b1b535fdd9: Pull complete [2020-06-29T15:18:58.400Z] 2cc5ad85d9ab: Pull complete [2020-06-29T15:18:58.400Z] 41b27a9f41bf: Verifying Checksum [2020-06-29T15:18:58.400Z] 41b27a9f41bf: Download complete [2020-06-29T15:18:59.784Z] 756a868c4378: Pull complete [2020-06-29T15:18:59.784Z] 444b2fc9a129: Pull complete [2020-06-29T15:19:00.044Z] ea15f1150254: Pull complete [2020-06-29T15:19:05.341Z] 41b27a9f41bf: Pull complete [2020-06-29T15:19:05.341Z] 28c525ee5125: Pull complete [2020-06-29T15:19:07.893Z] 094b1ea09ed8: Pull complete [2020-06-29T15:19:07.893Z] 138eaada9080: Pull complete [2020-06-29T15:19:07.893Z] 0622d0fa9048: Pull complete [2020-06-29T15:19:07.893Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-29T15:19:07.893Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-29T15:19:07.893Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-29T15:19:08.038Z] prd-centos7-docker-4c-2g-4794 does not seem to be running inside a container [2020-06-29T15:19:08.079Z] $ 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 [2020-06-29T15:19:11.025Z] $ docker top e5565cd52b1eeadfb66821055d26fa43712ee0b6e1fd3397008666c48379a04f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-29T15:19:11.211Z] provisioning config files... [2020-06-29T15:19:11.225Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_ci-build-images_edgex-compose@tmp/config2893698788182985359tmp [Pipeline] { [Pipeline] echo [2020-06-29T15:19:11.250Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-29T15:19:11.541Z] ---> create-netrc.sh [Pipeline] echo [2020-06-29T15:19:11.550Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-29T15:19:11.930Z] ---> logs-deploy.sh [2020-06-29T15:19:11.930Z] + ARCHIVE_ARTIFACTS= [2020-06-29T15:19:11.930Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-29T15:19:11.930Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-29T15:19:11.930Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-29T15:19:11.930Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/6 [2020-06-29T15:19:11.930Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/ci-build-images/job/edgex-compose/6/ [2020-06-29T15:19:11.930Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/6 /w/workspace/ry_ci-build-images_edgex-compose [2020-06-29T15:19:12.958Z] Archives upload complete. [2020-06-29T15:19:13.218Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/ci-build-images/job/edgex-compose/6/