Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 28123305db0c137ab4790ea21c91010b5b9f30c4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-8352’ Running on prd-centos7-docker-4c-2g-8355 in /w/workspace/_app-service-configurable_master [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/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 28123305db0c137ab4790ea21c91010b5b9f30c4 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28123305db0c137ab4790ea21c91010b5b9f30c4 # timeout=10 Commit message: "Merge pull request #73 from rsdmike/snapupdate" > git rev-list --no-walk 3c0b3bd9b80f66927426d2ebe47566559ea81682 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:07:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:07:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:07:25 ========================================================= 03:07:25 EdgeX Global Pipelines Version Info 03:07:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:07:26 ------------------- 03:07:26 stable info: 03:07:26 ------------------- 03:07:26 Commited By: Emilio Reyes emilio.reyes@intel.com 03:07:26 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 03:07:26 Message: update stable to v1.0.87 03:07:27 ------------------- 03:07:27 experimental info: 03:07:27 ------------------- 03:07:27 Commited By: **** collab-it+edgex@linuxfoundation.org 03:07:27 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 03:07:27 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 03:07:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:07:29 03:07:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:07:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:07:29 latest: Pulling from edgex-devops/git-semver 03:07:29 9123ac7c32f7: Pulling fs layer 03:07:29 b8cc5d1170e3: Pulling fs layer 03:07:29 2924cbbf6a41: Pulling fs layer 03:07:29 93b08a4f1073: Pulling fs layer 03:07:29 93b08a4f1073: Waiting 03:07:29 b8cc5d1170e3: Verifying Checksum 03:07:29 b8cc5d1170e3: Download complete 03:07:29 9123ac7c32f7: Download complete 03:07:29 93b08a4f1073: Verifying Checksum 03:07:29 93b08a4f1073: Download complete 03:07:29 2924cbbf6a41: Verifying Checksum 03:07:29 2924cbbf6a41: Download complete 03:07:30 9123ac7c32f7: Pull complete 03:07:30 b8cc5d1170e3: Pull complete 03:07:31 2924cbbf6a41: Pull complete 03:07:31 93b08a4f1073: Pull complete 03:07:31 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 03:07:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:07:31 prd-centos7-docker-4c-2g-8355 does not seem to be running inside a container 03:07:31 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:07:31 $ docker top 99489fd34aefe58caf6fdf334f8f16c676757d5004cf9974260491d29747019c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:07:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:07:32 [ssh-agent] Looking for ssh-agent implementation... 03:07:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:07:32 $ docker exec 99489fd34aefe58caf6fdf334f8f16c676757d5004cf9974260491d29747019c ssh-agent 03:07:32 SSH_AUTH_SOCK=/tmp/ssh-iVmsSISxWj9r/agent.15 03:07:32 SSH_AGENT_PID=22 03:07:32 Running ssh-add (command line suppressed) 03:07:32 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3333510808142366986.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3333510808142366986.key) 03:07:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:07:33 + git describe --exact-match --tags HEAD 03:07:33 fatal: No names found, cannot describe anything. [Pipeline] } 03:07:33 $ docker exec --env ******** --env ******** 99489fd34aefe58caf6fdf334f8f16c676757d5004cf9974260491d29747019c ssh-agent -k 03:07:33 unset SSH_AUTH_SOCK; 03:07:33 unset SSH_AGENT_PID; 03:07:33 echo Agent pid 22 killed; 03:07:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:07:33 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:07:33 This usually means this commit has not been tagged. [Pipeline] sshagent 03:07:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:07:33 [ssh-agent] Looking for ssh-agent implementation... 03:07:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:07:33 $ docker exec 99489fd34aefe58caf6fdf334f8f16c676757d5004cf9974260491d29747019c ssh-agent 03:07:34 SSH_AUTH_SOCK=/tmp/ssh-0zravpKcMIMg/agent.58 03:07:34 SSH_AGENT_PID=65 03:07:34 Running ssh-add (command line suppressed) 03:07:34 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9171462905197390337.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9171462905197390337.key) 03:07:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:07:34 + git semver init 03:07:34 # -> Open(): unable to determine branch for HEAD 03:07:34 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 03:07:34 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 03:07:34 # $SEMVER_REMOTE_NAME = origin 03:07:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:07:34 # $SEMVER_USER_NAME = edgex-jenkins 03:07:34 # $SEMVER_BRANCH = master 03:07:34 # $SEMVER_TEMP = /tmp/semver-876814172 03:07:34 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 03:07:35 # '/tmp/semver-876814172' -> '/w/workspace/_app-service-configurable_master/.semver' 03:07:35 # -> Force: false 03:07:35 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 03:07:35 $ docker exec --env ******** --env ******** 99489fd34aefe58caf6fdf334f8f16c676757d5004cf9974260491d29747019c ssh-agent -k 03:07:35 unset SSH_AUTH_SOCK; 03:07:35 unset SSH_AGENT_PID; 03:07:35 echo Agent pid 65 killed; 03:07:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:07:35 + git semver [Pipeline] } 03:07:35 $ docker stop --time=1 99489fd34aefe58caf6fdf334f8f16c676757d5004cf9974260491d29747019c 03:07:37 $ docker rm -f 99489fd34aefe58caf6fdf334f8f16c676757d5004cf9974260491d29747019c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:07:37 Stashed 45 file(s) [Pipeline] echo 03:07:37 [edgeXSemver] initialized semver on version 1.1.1-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 03:07:53 Still waiting to schedule task 03:07:53 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:07:53 Still waiting to schedule task 03:07:53 ‘prd-ubuntu18.04-docker-arm64-4c-16g-8140’ is offline 03:09:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8356 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 03:09:29 Running in /w/workspace/app-service-configurable/22 [Pipeline] { [Pipeline] checkout 03:09:35 using credential edgex-jenkins-ssh 03:09:35 Cloning the remote Git repository 03:09:35 Cloning with configured refspecs honoured and without tags 03:09:35 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 03:09:35 > git init /w/workspace/app-service-configurable/22 # timeout=10 03:09:35 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 03:09:35 > git --version # timeout=10 03:09:35 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:36 Fetching without tags 03:09:37 Checking out Revision 28123305db0c137ab4790ea21c91010b5b9f30c4 (master) 03:09:36 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 03:09:36 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:36 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 03:09:36 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 03:09:36 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:37 > git config core.sparsecheckout # timeout=10 03:09:37 > git checkout -f 28123305db0c137ab4790ea21c91010b5b9f30c4 # timeout=10 03:09:41 Commit message: "Merge pull request #73 from rsdmike/snapupdate" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:09:42 ========================================================= 03:09:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 03:09:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:09:43 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 03:09:44 Sending build context to Docker daemon 288.3kB 03:09:44 Step 1/8 : ARG BASE=golang:1.13-alpine 03:09:44 Step 2/8 : FROM ${BASE} 03:09:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:09:45 cde5963f3b93: Pulling fs layer 03:09:45 2a23fa8c16f7: Pulling fs layer 03:09:45 777b28850792: Pulling fs layer 03:09:45 8a11ddd9e578: Pulling fs layer 03:09:45 4cf88f913ddb: Pulling fs layer 03:09:45 1df406cf5192: Pulling fs layer 03:09:45 cd6300453558: Pulling fs layer 03:09:45 b9c365052c96: Pulling fs layer 03:09:45 a2d8cc88f415: Pulling fs layer 03:09:45 ea1d1ca13537: Pulling fs layer 03:09:45 3750a50a1c5e: Pulling fs layer 03:09:45 8a11ddd9e578: Waiting 03:09:45 4cf88f913ddb: Waiting 03:09:45 1df406cf5192: Waiting 03:09:45 cd6300453558: Waiting 03:09:45 b9c365052c96: Waiting 03:09:45 a2d8cc88f415: Waiting 03:09:45 ea1d1ca13537: Waiting 03:09:45 3750a50a1c5e: Waiting 03:09:45 777b28850792: Download complete 03:09:45 2a23fa8c16f7: Verifying Checksum 03:09:45 4cf88f913ddb: Verifying Checksum 03:09:45 4cf88f913ddb: Download complete 03:09:45 1df406cf5192: Verifying Checksum 03:09:45 1df406cf5192: Download complete 03:09:45 cde5963f3b93: Download complete 03:09:46 cde5963f3b93: Pull complete 03:09:46 2a23fa8c16f7: Pull complete 03:09:46 777b28850792: Pull complete 03:09:49 cd6300453558: Verifying Checksum 03:09:49 cd6300453558: Download complete 03:09:49 a2d8cc88f415: Verifying Checksum 03:09:49 a2d8cc88f415: Download complete 03:09:52 ea1d1ca13537: Verifying Checksum 03:09:52 ea1d1ca13537: Download complete 03:09:52 3750a50a1c5e: Verifying Checksum 03:09:52 3750a50a1c5e: Download complete 03:09:54 b9c365052c96: Download complete 03:09:56 8a11ddd9e578: Verifying Checksum 03:09:56 8a11ddd9e578: Download complete 03:10:09 8a11ddd9e578: Pull complete 03:10:09 4cf88f913ddb: Pull complete 03:10:09 1df406cf5192: Pull complete 03:10:13 cd6300453558: Pull complete 03:10:18 Running on prd-centos7-docker-4c-2g-8357 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 03:10:18 Running in /w/workspace/app-service-configurable/22 [Pipeline] { 03:10:18 b9c365052c96: Pull complete 03:10:18 a2d8cc88f415: Pull complete [Pipeline] checkout 03:10:20 ea1d1ca13537: Pull complete 03:10:21 3750a50a1c5e: Pull complete 03:10:21 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 03:10:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 03:10:21 ---> 78745c68409d 03:10:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:10:23 using credential edgex-jenkins-ssh 03:10:23 Cloning the remote Git repository 03:10:23 Cloning with configured refspecs honoured and without tags 03:10:23 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 03:10:23 > git init /w/workspace/app-service-configurable/22 # timeout=10 03:10:23 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 03:10:23 > git --version # timeout=10 03:10:23 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:10:24 Fetching without tags 03:10:24 ---> Running in 5c0bef7a937e 03:10:24 Removing intermediate container 5c0bef7a937e 03:10:24 ---> ab5412fbf62b 03:10:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:24 Checking out Revision 28123305db0c137ab4790ea21c91010b5b9f30c4 (master) 03:10:24 ---> Running in b0c812648993 03:10:24 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 03:10:24 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:10:24 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 03:10:24 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 03:10:24 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:10:24 > git config core.sparsecheckout # timeout=10 03:10:24 > git checkout -f 28123305db0c137ab4790ea21c91010b5b9f30c4 # timeout=10 03:10:26 Removing intermediate container b0c812648993 03:10:26 ---> 0217b4fd914c 03:10:26 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 03:10:26 ---> Running in 0848125abd2f 03:10:27 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 03:10:28 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 03:10:29 (1/6) Installing libc-dev (0.7.2-r0) 03:10:29 (2/6) Installing libsodium (1.0.18-r0) 03:10:29 (3/6) Installing pkgconf (1.6.3-r0) 03:10:29 (4/6) Installing libsodium-dev (1.0.18-r0) 03:10:29 (5/6) Installing libzmq (4.3.2-r0) 03:10:29 (6/6) Installing zeromq-dev (4.3.2-r0) 03:10:29 Executing busybox-1.31.1-r8.trigger 03:10:29 OK: 127 MiB in 45 packages 03:10:30 Commit message: "Merge pull request #73 from rsdmike/snapupdate" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 03:10:30 Removing intermediate container 0848125abd2f 03:10:30 ---> 42d074ce3b3e 03:10:30 Step 6/8 : WORKDIR /app [Pipeline] unstash 03:10:31 ---> Running in f0d8f97ffb2e [Pipeline] echo 03:10:31 ========================================================= 03:10:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 03:10:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:10:31 Removing intermediate container f0d8f97ffb2e 03:10:31 ---> 8831e66ffb26 03:10:31 Step 7/8 : COPY . . 03:10:32 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 03:10:32 ---> 38c589368aee 03:10:32 Step 8/8 : RUN go mod download 03:10:32 ---> Running in d92a10687f6a 03:10:32 Sending build context to Docker daemon 288.3kB 03:10:32 Step 1/8 : ARG BASE=golang:1.13-alpine 03:10:32 Step 2/8 : FROM ${BASE} 03:10:32 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 03:10:32 e6b0cf9c0882: Pulling fs layer 03:10:32 2848faf0eed1: Pulling fs layer 03:10:32 0f37312ad70f: Pulling fs layer 03:10:32 5788d62ee057: Pulling fs layer 03:10:32 0e6b1d234666: Pulling fs layer 03:10:32 bf5d7aec512f: Pulling fs layer 03:10:32 34c802a77dc8: Pulling fs layer 03:10:32 9eb99e56ec68: Pulling fs layer 03:10:32 27c7a5d97fbd: Pulling fs layer 03:10:32 5c102a31e300: Pulling fs layer 03:10:32 dcfb455df0a1: Pulling fs layer 03:10:32 bf5d7aec512f: Waiting 03:10:32 34c802a77dc8: Waiting 03:10:32 9eb99e56ec68: Waiting 03:10:32 27c7a5d97fbd: Waiting 03:10:32 5c102a31e300: Waiting 03:10:32 dcfb455df0a1: Waiting 03:10:32 0e6b1d234666: Waiting 03:10:32 5788d62ee057: Waiting 03:10:32 0f37312ad70f: Verifying Checksum 03:10:32 0f37312ad70f: Download complete 03:10:32 2848faf0eed1: Download complete 03:10:32 0e6b1d234666: Verifying Checksum 03:10:32 0e6b1d234666: Download complete 03:10:32 bf5d7aec512f: Verifying Checksum 03:10:32 bf5d7aec512f: Download complete 03:10:32 e6b0cf9c0882: Verifying Checksum 03:10:32 e6b0cf9c0882: Download complete 03:10:33 e6b0cf9c0882: Pull complete 03:10:33 2848faf0eed1: Pull complete 03:10:34 0f37312ad70f: Pull complete 03:10:34 34c802a77dc8: Verifying Checksum 03:10:34 34c802a77dc8: Download complete 03:10:34 27c7a5d97fbd: Verifying Checksum 03:10:34 27c7a5d97fbd: Download complete 03:10:35 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:10:35 go: finding github.com/BurntSushi/toml v0.3.1 03:10:35 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:10:35 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:10:35 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:10:35 go: finding github.com/bgentry/speakeasy v0.1.0 03:10:35 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:10:35 go: finding github.com/davecgh/go-spew v1.1.1 03:10:35 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 03:10:35 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 03:10:35 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.0 03:10:35 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 03:10:35 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:10:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:10:36 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 03:10:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 03:10:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:10:36 go: finding github.com/fatih/color v1.7.0 03:10:36 go: finding github.com/fsnotify/fsnotify v1.4.7 03:10:36 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:10:36 9eb99e56ec68: Verifying Checksum 03:10:36 9eb99e56ec68: Download complete 03:10:36 5788d62ee057: Verifying Checksum 03:10:36 5788d62ee057: Download complete 03:10:36 go: finding github.com/go-kit/kit v0.8.0 03:10:36 go: finding github.com/go-logfmt/logfmt v0.4.0 03:10:36 go: finding github.com/go-redis/redis/v7 v7.2.0 03:10:36 go: finding github.com/go-stack/stack v1.8.0 03:10:36 go: finding github.com/golang/protobuf v1.3.2 03:10:36 go: finding github.com/golang/snappy v0.0.1 03:10:36 go: finding github.com/gomodule/redigo v2.0.0+incompatible 03:10:36 5c102a31e300: Verifying Checksum 03:10:36 5c102a31e300: Download complete 03:10:36 dcfb455df0a1: Verifying Checksum 03:10:36 dcfb455df0a1: Download complete 03:10:36 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:10:36 go: finding github.com/google/go-cmp v0.4.0 03:10:36 go: finding github.com/google/uuid v1.1.1 03:10:36 go: finding github.com/gorilla/mux v1.7.4 03:10:36 go: finding github.com/hashicorp/consul/api v1.1.0 03:10:36 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:10:36 go: finding github.com/hashicorp/errwrap v1.0.0 03:10:36 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:10:36 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:10:36 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:10:37 go: finding github.com/hashicorp/go-multierror v1.0.0 03:10:37 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:10:37 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:10:37 go: finding github.com/hashicorp/go-syslog v1.0.0 03:10:37 go: finding github.com/hashicorp/go-uuid v1.0.1 03:10:37 go: finding github.com/hashicorp/go.net v0.0.1 03:10:37 go: finding github.com/hashicorp/golang-lru v0.5.0 03:10:37 go: finding github.com/hashicorp/logutils v1.0.0 03:10:37 go: finding github.com/hashicorp/mdns v1.0.0 03:10:37 go: finding github.com/hashicorp/memberlist v0.1.3 03:10:37 go: finding github.com/hashicorp/serf v0.8.2 03:10:37 go: finding github.com/hpcloud/tail v1.0.0 03:10:37 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:10:37 go: finding github.com/kr/pretty v0.1.0 03:10:37 go: finding github.com/kr/pty v1.1.1 03:10:37 go: finding github.com/kr/text v0.1.0 03:10:37 go: finding github.com/mattn/go-colorable v0.0.9 03:10:37 go: finding github.com/mattn/go-isatty v0.0.3 03:10:37 go: finding github.com/miekg/dns v1.0.14 03:10:37 go: finding github.com/mitchellh/cli v1.0.0 03:10:37 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:10:37 go: finding github.com/mitchellh/copystructure v1.0.0 03:10:37 go: finding github.com/mitchellh/go-homedir v1.0.0 03:10:37 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:10:37 go: finding github.com/mitchellh/gox v0.4.0 03:10:37 go: finding github.com/mitchellh/iochan v1.0.0 03:10:37 go: finding github.com/mitchellh/mapstructure v1.1.2 03:10:37 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:10:37 go: finding github.com/onsi/ginkgo v1.10.1 03:10:37 go: finding github.com/onsi/gomega v1.7.0 03:10:38 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:10:38 go: finding github.com/pebbe/zmq4 v1.0.0 03:10:38 go: finding github.com/pelletier/go-toml v1.2.0 03:10:38 go: finding github.com/pkg/errors v0.8.1 03:10:38 go: finding github.com/pmezard/go-difflib v1.0.0 03:10:38 go: finding github.com/posener/complete v1.1.1 03:10:38 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:10:38 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:10:38 go: finding github.com/stretchr/objx v0.2.0 03:10:38 go: finding github.com/stretchr/testify v1.5.1 03:10:38 go: finding github.com/tidwall/pretty v1.0.1 03:10:38 go: finding github.com/ugorji/go v1.1.4 03:10:38 go: finding github.com/x448/float16 v0.8.4 03:10:38 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 03:10:38 go: finding github.com/xdg/stringprep v1.0.0 03:10:38 go: finding go.mongodb.org/mongo-driver v1.1.1 03:10:38 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 03:10:38 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 03:10:38 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:10:38 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 03:10:38 go: finding golang.org/x/text v0.3.2 03:10:38 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 03:10:38 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 03:10:38 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 03:10:38 go: finding gopkg.in/fsnotify.v1 v1.4.7 03:10:38 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 03:10:38 go: finding gopkg.in/yaml.v2 v2.2.8 03:10:44 5788d62ee057: Pull complete 03:10:44 0e6b1d234666: Pull complete 03:10:44 bf5d7aec512f: Pull complete 03:10:49 34c802a77dc8: Pull complete 03:10:54 9eb99e56ec68: Pull complete 03:10:54 27c7a5d97fbd: Pull complete 03:10:55 5c102a31e300: Pull complete 03:10:55 dcfb455df0a1: Pull complete 03:10:56 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 03:10:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 03:10:56 ---> 7c70fe431013 03:10:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:10:56 ---> Running in cd9160a9d415 03:10:56 Removing intermediate container cd9160a9d415 03:10:56 ---> 7b48c969aa8d 03:10:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:56 ---> Running in 23af145ded3a 03:10:57 Removing intermediate container d92a10687f6a 03:10:57 ---> e125ae7c6ca9 03:10:57 Successfully built e125ae7c6ca9 03:10:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:10:57 Removing intermediate container 23af145ded3a 03:10:57 ---> c43967864ee4 03:10:57 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 03:10:57 + docker inspect -f . ci-base-image-arm64 03:10:58 ---> Running in 4f62be674552 03:10:58 . [Pipeline] withDockerContainer 03:10:58 prd-ubuntu18.04-docker-arm64-4c-16g-8356 does not seem to be running inside a container 03:10:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/22 -v /w/workspace/app-service-configurable/22:/w/workspace/app-service-configurable/22:rw,z -v /w/workspace/app-service-configurable/22@tmp:/w/workspace/app-service-configurable/22@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:10:59 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 03:10:59 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 03:10:59 (1/6) Installing libc-dev (0.7.2-r0) 03:11:00 $ docker top 7b795f6508e506fc45cc0cc5a0d5cd153755f72e04a6fb2cedf5e707c66c8495 -eo pid,comm 03:11:00 (2/6) Installing libsodium (1.0.18-r0) 03:11:00 (3/6) Installing pkgconf (1.6.3-r0) 03:11:00 (4/6) Installing libsodium-dev (1.0.18-r0) [Pipeline] { [Pipeline] sh 03:11:00 (5/6) Installing libzmq (4.3.2-r0) 03:11:00 (6/6) Installing zeromq-dev (4.3.2-r0) 03:11:00 Executing busybox-1.31.1-r8.trigger 03:11:00 OK: 145 MiB in 45 packages 03:11:01 + go version 03:11:01 go version go1.13.5 linux/arm64 [Pipeline] sh 03:11:01 Removing intermediate container 4f62be674552 03:11:01 ---> 1ec2c25e88cf 03:11:01 Step 6/8 : WORKDIR /app 03:11:01 ---> Running in b3b13d3292bb 03:11:01 Removing intermediate container b3b13d3292bb 03:11:01 ---> 7fea864e5f09 03:11:01 Step 7/8 : COPY . . 03:11:01 ---> 12c5226f1b16 03:11:01 Step 8/8 : RUN go mod download 03:11:01 ---> Running in 325d509ddf9c 03:11:01 + make test 03:11:01 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 03:11:05 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:11:05 go: finding github.com/BurntSushi/toml v0.3.1 03:11:05 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:11:05 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:11:05 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:11:05 go: finding github.com/bgentry/speakeasy v0.1.0 03:11:05 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:11:05 go: finding github.com/davecgh/go-spew v1.1.1 03:11:05 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 03:11:05 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 03:11:05 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.0 03:11:05 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 03:11:05 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:11:05 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:11:05 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 03:11:05 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 03:11:05 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:11:05 go: finding github.com/fatih/color v1.7.0 03:11:05 go: finding github.com/fsnotify/fsnotify v1.4.7 03:11:05 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:11:06 go: finding github.com/go-kit/kit v0.8.0 03:11:06 go: finding github.com/go-logfmt/logfmt v0.4.0 03:11:06 go: finding github.com/go-redis/redis/v7 v7.2.0 03:11:06 go: finding github.com/go-stack/stack v1.8.0 03:11:06 go: finding github.com/golang/protobuf v1.3.2 03:11:06 go: finding github.com/golang/snappy v0.0.1 03:11:06 go: finding github.com/gomodule/redigo v2.0.0+incompatible 03:11:06 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:11:06 go: finding github.com/google/go-cmp v0.4.0 03:11:06 go: finding github.com/google/uuid v1.1.1 03:11:06 go: finding github.com/gorilla/mux v1.7.4 03:11:06 go: finding github.com/hashicorp/consul/api v1.1.0 03:11:06 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:11:06 go: finding github.com/hashicorp/errwrap v1.0.0 03:11:06 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:11:06 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:11:06 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:11:06 go: finding github.com/hashicorp/go-multierror v1.0.0 03:11:06 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:11:06 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:11:06 go: finding github.com/hashicorp/go-syslog v1.0.0 03:11:06 go: finding github.com/hashicorp/go-uuid v1.0.1 03:11:06 go: finding github.com/hashicorp/go.net v0.0.1 03:11:06 go: finding github.com/hashicorp/golang-lru v0.5.0 03:11:06 go: finding github.com/hashicorp/logutils v1.0.0 03:11:07 go: finding github.com/hashicorp/mdns v1.0.0 03:11:07 go: finding github.com/hashicorp/memberlist v0.1.3 03:11:07 go: finding github.com/hashicorp/serf v0.8.2 03:11:07 go: finding github.com/hpcloud/tail v1.0.0 03:11:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:11:07 go: finding github.com/kr/pretty v0.1.0 03:11:07 go: finding github.com/kr/pty v1.1.1 03:11:07 go: finding github.com/kr/text v0.1.0 03:11:07 go: finding github.com/mattn/go-colorable v0.0.9 03:11:07 go: finding github.com/mattn/go-isatty v0.0.3 03:11:07 go: finding github.com/miekg/dns v1.0.14 03:11:07 go: finding github.com/mitchellh/cli v1.0.0 03:11:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:11:07 go: finding github.com/mitchellh/copystructure v1.0.0 03:11:07 go: finding github.com/mitchellh/go-homedir v1.0.0 03:11:07 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:11:07 go: finding github.com/mitchellh/gox v0.4.0 03:11:07 go: finding github.com/mitchellh/iochan v1.0.0 03:11:07 go: finding github.com/mitchellh/mapstructure v1.1.2 03:11:07 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:11:07 go: finding github.com/onsi/ginkgo v1.10.1 03:11:07 go: finding github.com/onsi/gomega v1.7.0 03:11:08 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:11:08 go: finding github.com/pebbe/zmq4 v1.0.0 03:11:08 go: finding github.com/pelletier/go-toml v1.2.0 03:11:08 go: finding github.com/pkg/errors v0.8.1 03:11:08 go: finding github.com/pmezard/go-difflib v1.0.0 03:11:08 go: finding github.com/posener/complete v1.1.1 03:11:08 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:11:08 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:11:08 go: finding github.com/stretchr/objx v0.2.0 03:11:08 go: finding github.com/stretchr/testify v1.5.1 03:11:08 go: finding github.com/tidwall/pretty v1.0.1 03:11:08 go: finding github.com/ugorji/go v1.1.4 03:11:08 go: finding github.com/x448/float16 v0.8.4 03:11:08 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 03:11:08 go: finding github.com/xdg/stringprep v1.0.0 03:11:08 go: finding go.mongodb.org/mongo-driver v1.1.1 03:11:08 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 03:11:08 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 03:11:08 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:11:08 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 03:11:08 go: finding golang.org/x/text v0.3.2 03:11:08 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 03:11:09 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 03:11:09 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 03:11:09 go: finding gopkg.in/fsnotify.v1 v1.4.7 03:11:09 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 03:11:09 go: finding gopkg.in/yaml.v2 v2.2.8 03:11:24 Removing intermediate container 325d509ddf9c 03:11:24 ---> 87d6c29922b1 03:11:24 Successfully built 87d6c29922b1 03:11:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:11:24 + docker inspect -f . ci-base-image-x86_64 03:11:25 . [Pipeline] withDockerContainer 03:11:25 prd-centos7-docker-4c-2g-8357 does not seem to be running inside a container 03:11:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/22 -v /w/workspace/app-service-configurable/22:/w/workspace/app-service-configurable/22:rw,z -v /w/workspace/app-service-configurable/22@tmp:/w/workspace/app-service-configurable/22@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:11:26 $ docker top 240eb5f15eb5b78a72d7bb79af408ea5aa9dfa932f1dacd5061df1c9b4e6eb19 -eo pid,comm [Pipeline] { [Pipeline] sh 03:11:26 + go version 03:11:26 go version go1.13.5 linux/amd64 [Pipeline] sh 03:11:27 + make test 03:11:27 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 03:11:48 ? github.com/edgexfoundry/app-service-configurable [no test files] 03:11:48 CGO_ENABLED=1 go vet ./... 03:11:49 ? github.com/edgexfoundry/app-service-configurable [no test files] 03:11:49 CGO_ENABLED=1 go vet ./... 03:11:52 gofmt -l . 03:11:52 [ "`gofmt -l .`" = "" ] 03:11:52 ./bin/test-go-mod-tidy.sh 03:11:53 ./bin/test-attribution-txt.sh [Pipeline] stash 03:11:54 Stashed 1 file(s) [Pipeline] } 03:11:54 $ docker stop --time=1 240eb5f15eb5b78a72d7bb79af408ea5aa9dfa932f1dacd5061df1c9b4e6eb19 03:11:55 gofmt -l . 03:11:55 [ "`gofmt -l .`" = "" ] 03:11:55 ./bin/test-go-mod-tidy.sh 03:11:55 ./bin/test-attribution-txt.sh 03:11:56 $ docker rm -f 240eb5f15eb5b78a72d7bb79af408ea5aa9dfa932f1dacd5061df1c9b4e6eb19 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] } 03:11:56 Warning: overwriting stash ‘coverage-report’ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 03:11:57 Stashed 1 file(s) [Pipeline] } 03:11:57 $ docker stop --time=1 7b795f6508e506fc45cc0cc5a0d5cd153755f72e04a6fb2cedf5e707c66c8495 03:12:00 $ docker rm -f 7b795f6508e506fc45cc0cc5a0d5cd153755f72e04a6fb2cedf5e707c66c8495 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 03:12:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 03:12:01 + ls -al . 03:12:01 total 96 03:12:01 drwxrwxr-x. 7 jenkins jenkins 4096 May 14 03:11 . 03:12:01 drwxrwxr-x. 4 jenkins jenkins 30 May 14 03:10 .. 03:12:01 -rw-rw-r--. 1 jenkins jenkins 6027 May 14 03:10 Attribution.txt 03:12:01 drwxrwxr-x. 2 jenkins jenkins 64 May 14 03:10 bin 03:12:01 -rw-r--r--. 1 jenkins jenkins 10 May 14 03:11 coverage.out 03:12:01 -rw-rw-r--. 1 jenkins jenkins 180 May 14 03:10 docker-compose.debug.yml 03:12:01 -rw-rw-r--. 1 jenkins jenkins 133 May 14 03:10 docker-compose.yml 03:12:01 -rw-rw-r--. 1 jenkins jenkins 1896 May 14 03:10 Dockerfile 03:12:01 -rw-rw-r--. 1 jenkins jenkins 966 May 14 03:10 Dockerfile.build 03:12:01 -rw-rw-r--. 1 jenkins jenkins 127 May 14 03:10 .dockerignore 03:12:01 drwxrwxr-x. 8 jenkins jenkins 162 May 14 03:10 .git 03:12:01 -rw-rw-r--. 1 jenkins jenkins 93 May 14 03:10 .gitignore 03:12:01 -rw-r--r--. 1 jenkins jenkins 126 May 14 03:11 go.mod 03:12:01 -rw-r--r--. 1 jenkins jenkins 18573 May 14 03:11 go.sum 03:12:01 -rw-rw-r--. 1 jenkins jenkins 689 May 14 03:10 Jenkinsfile 03:12:01 -rw-rw-r--. 1 jenkins jenkins 10174 May 14 03:10 LICENSE 03:12:01 -rw-rw-r--. 1 jenkins jenkins 1617 May 14 03:10 main.go 03:12:01 -rw-rw-r--. 1 jenkins jenkins 1573 May 14 03:10 makefile 03:12:01 -rw-rw-r--. 1 jenkins jenkins 481 May 14 03:10 README.md 03:12:01 drwxrwxr-x. 10 jenkins jenkins 171 May 14 03:10 res 03:12:01 drwxrwxr-x. 3 jenkins jenkins 32 May 14 03:10 .semver 03:12:01 drwxrwxr-x. 4 jenkins jenkins 71 May 14 03:10 snap 03:12:01 -rw-rw-r--. 1 jenkins jenkins 11 May 14 03:07 VERSION [Pipeline] isUnix [Pipeline] sh 03:12:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:12:01 + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=28123305db0c137ab4790ea21c91010b5b9f30c4 --label arch=amd64 --label version=1.1.1-dev.1 . 03:12:01 + ls -al . 03:12:01 total 120 03:12:01 drwxrwxr-x 7 jenkins jenkins 4096 May 14 03:11 . 03:12:01 drwxrwxr-x 4 jenkins jenkins 4096 May 14 03:09 .. 03:12:01 -rw-rw-r-- 1 jenkins jenkins 127 May 14 03:09 .dockerignore 03:12:01 drwxrwxr-x 8 jenkins jenkins 4096 May 14 03:09 .git 03:12:01 -rw-rw-r-- 1 jenkins jenkins 93 May 14 03:09 .gitignore 03:12:01 drwxrwxr-x 3 jenkins jenkins 4096 May 14 03:09 .semver 03:12:01 -rw-rw-r-- 1 jenkins jenkins 6027 May 14 03:09 Attribution.txt 03:12:01 -rw-rw-r-- 1 jenkins jenkins 1896 May 14 03:09 Dockerfile 03:12:01 -rw-rw-r-- 1 jenkins jenkins 966 May 14 03:09 Dockerfile.build 03:12:01 -rw-rw-r-- 1 jenkins jenkins 689 May 14 03:09 Jenkinsfile 03:12:01 -rw-rw-r-- 1 jenkins jenkins 10174 May 14 03:09 LICENSE 03:12:01 -rw-rw-r-- 1 jenkins jenkins 481 May 14 03:09 README.md 03:12:01 -rw-rw-r-- 1 jenkins jenkins 11 May 14 03:07 VERSION 03:12:01 drwxrwxr-x 2 jenkins jenkins 4096 May 14 03:09 bin 03:12:01 -rw-r--r-- 1 jenkins jenkins 10 May 14 03:11 coverage.out 03:12:01 -rw-rw-r-- 1 jenkins jenkins 180 May 14 03:09 docker-compose.debug.yml 03:12:01 -rw-rw-r-- 1 jenkins jenkins 133 May 14 03:09 docker-compose.yml 03:12:01 -rw-r--r-- 1 jenkins jenkins 126 May 14 03:11 go.mod 03:12:01 -rw-r--r-- 1 jenkins jenkins 18573 May 14 03:11 go.sum 03:12:01 -rw-rw-r-- 1 jenkins jenkins 1617 May 14 03:09 main.go 03:12:01 -rw-rw-r-- 1 jenkins jenkins 1573 May 14 03:09 makefile 03:12:01 drwxrwxr-x 10 jenkins jenkins 4096 May 14 03:09 res 03:12:01 drwxrwxr-x 4 jenkins jenkins 4096 May 14 03:09 snap [Pipeline] isUnix [Pipeline] sh 03:12:01 Sending build context to Docker daemon 309.8kB 03:12:01 Step 1/24 : ARG BASE=golang:1.13-alpine 03:12:01 Step 2/24 : FROM ${BASE} AS builder 03:12:01 ---> 87d6c29922b1 03:12:01 Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 03:12:01 ---> Running in 67c9107c0861 03:12:02 + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=28123305db0c137ab4790ea21c91010b5b9f30c4 --label arch=arm64 --label version=1.1.1-dev.1 . 03:12:02 Removing intermediate container 67c9107c0861 03:12:02 ---> d3fd3cc78895 03:12:02 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 03:12:02 ---> Running in 266e1f7891a1 03:12:02 Removing intermediate container 266e1f7891a1 03:12:02 ---> 548a8afa144a 03:12:02 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:12:02 ---> Running in c6d4c7dae50d 03:12:02 Removing intermediate container c6d4c7dae50d 03:12:02 ---> 18006c379d30 03:12:02 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:02 ---> Running in 0e5872a32f71 03:12:02 Sending build context to Docker daemon 309.8kB 03:12:02 Step 1/24 : ARG BASE=golang:1.13-alpine 03:12:02 Step 2/24 : FROM ${BASE} AS builder 03:12:02 ---> e125ae7c6ca9 03:12:02 Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 03:12:02 ---> Running in 75c6e11c5537 03:12:02 Removing intermediate container 75c6e11c5537 03:12:02 ---> 38d8ae02bb24 03:12:02 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 03:12:03 ---> Running in 9a36d0dc0515 03:12:03 Removing intermediate container 9a36d0dc0515 03:12:03 ---> bf64ec727f78 03:12:03 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:12:03 ---> Running in b237795db618 03:12:04 Removing intermediate container b237795db618 03:12:04 ---> d333d32883bd 03:12:04 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:04 Removing intermediate container 0e5872a32f71 03:12:04 ---> b28a85ee011f 03:12:04 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:12:04 ---> Running in c15530e322d0 03:12:04 ---> Running in fbe2240ca5aa 03:12:04 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 03:12:05 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 03:12:05 OK: 145 MiB in 45 packages 03:12:06 Removing intermediate container fbe2240ca5aa 03:12:06 ---> 586b701795b2 03:12:06 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:12:06 ---> Running in a99c72da192e 03:12:06 Removing intermediate container c15530e322d0 03:12:06 ---> 8ae82452d538 03:12:06 Step 8/24 : WORKDIR /app 03:12:06 ---> Running in 7bc96212ef68 03:12:06 Removing intermediate container 7bc96212ef68 03:12:06 ---> 73c1c3fc016b 03:12:06 Step 9/24 : COPY go.mod . 03:12:06 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 03:12:07 ---> 0d03ac26595d 03:12:07 Step 10/24 : RUN go mod download 03:12:07 ---> Running in 7ccb194141b8 03:12:07 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 03:12:08 OK: 127 MiB in 45 packages 03:12:08 Removing intermediate container 7ccb194141b8 03:12:08 ---> 5ced4ab6234a 03:12:08 Step 11/24 : COPY . . 03:12:08 ---> 5badefece047 03:12:08 Step 12/24 : ARG MAKE="make build" 03:12:08 ---> Running in 55a0f9eac0ed 03:12:08 Removing intermediate container 55a0f9eac0ed 03:12:08 ---> 8048a5569c54 03:12:08 Step 13/24 : RUN $MAKE 03:12:09 Removing intermediate container a99c72da192e 03:12:09 ---> d568c4aa9430 03:12:09 Step 8/24 : WORKDIR /app 03:12:09 ---> Running in 06a0b6dede8a 03:12:09 ---> Running in 090deb4b379f 03:12:09 Removing intermediate container 06a0b6dede8a 03:12:09 ---> 589c17205e41 03:12:09 Step 9/24 : COPY go.mod . 03:12:10 ---> 9d2b91a09a92 03:12:10 Step 10/24 : RUN go mod download 03:12:10 ---> Running in 519688935b74 03:12:10 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.1" -o app-service-configurable 03:12:12 Removing intermediate container 519688935b74 03:12:12 ---> 548f1d90f2fb 03:12:12 Step 11/24 : COPY . . 03:12:13 ---> 3105380e9644 03:12:13 Step 12/24 : ARG MAKE="make build" 03:12:13 ---> Running in e799308bc345 03:12:13 Removing intermediate container e799308bc345 03:12:13 ---> 55cace2fde13 03:12:13 Step 13/24 : RUN $MAKE 03:12:13 ---> Running in 430079a78650 03:12:14 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.1" -o app-service-configurable 03:12:37 Removing intermediate container 090deb4b379f 03:12:37 ---> 8ac48ce7bac1 03:12:37 Step 14/24 : FROM alpine:latest 03:12:37 latest: Pulling from library/alpine 03:12:37 cbdbe7a5bc2a: Pulling fs layer 03:12:37 cbdbe7a5bc2a: Verifying Checksum 03:12:37 cbdbe7a5bc2a: Download complete 03:12:37 cbdbe7a5bc2a: Pull complete 03:12:37 Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 03:12:37 Status: Downloaded newer image for alpine:latest 03:12:37 ---> f70734b6a266 03:12:37 Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:12:37 ---> Running in c5d2adfbae5b 03:12:37 Removing intermediate container c5d2adfbae5b 03:12:37 ---> 4a8b9a4466df 03:12:37 Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} 03:12:37 ---> Running in f4dbf150cfca 03:12:37 Removing intermediate container f4dbf150cfca 03:12:37 ---> bfa53244e098 03:12:37 Step 17/24 : RUN apk --no-cache add ca-certificates zeromq 03:12:37 ---> Running in 11b245fd904b 03:12:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 03:12:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 03:12:37 (1/6) Installing ca-certificates (20191127-r1) 03:12:37 (2/6) Installing libgcc (9.2.0-r4) 03:12:37 (3/6) Installing libsodium (1.0.18-r0) 03:12:37 (4/6) Installing libstdc++ (9.2.0-r4) 03:12:37 (5/6) Installing libzmq (4.3.2-r0) 03:12:37 (6/6) Installing zeromq (4.3.2-r0) 03:12:37 Executing busybox-1.31.1-r9.trigger 03:12:37 Executing ca-certificates-20191127-r1.trigger 03:12:37 OK: 9 MiB in 20 packages 03:12:37 Removing intermediate container 11b245fd904b 03:12:37 ---> a4b689203a91 03:12:37 Step 18/24 : COPY --from=builder /app/res/ /res/ 03:12:37 ---> aeef588f5976 03:12:37 Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable 03:12:38 ---> 8a7a0b6805df 03:12:38 Step 20/24 : EXPOSE 48095 03:12:38 ---> Running in 2758f5dcfc9a 03:12:39 Removing intermediate container 2758f5dcfc9a 03:12:39 ---> be9ea656ec82 03:12:39 Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:12:39 ---> Running in 815e03028951 03:12:39 Removing intermediate container 815e03028951 03:12:39 ---> b231a328b158 03:12:39 Step 22/24 : LABEL arch=amd64 03:12:39 ---> Running in 8929e7be4d9d 03:12:39 Removing intermediate container 8929e7be4d9d 03:12:39 ---> 95a9ac765bdb 03:12:39 Step 23/24 : LABEL git_sha=28123305db0c137ab4790ea21c91010b5b9f30c4 03:12:39 ---> Running in 752222d98125 03:12:39 Removing intermediate container 752222d98125 03:12:39 ---> a6d6fdac09c4 03:12:39 Step 24/24 : LABEL version=1.1.1-dev.1 03:12:39 ---> Running in f9e4c71e459f 03:12:39 Removing intermediate container f9e4c71e459f 03:12:39 ---> 5d0eb56b32fa 03:12:39 [Warning] One or more build-args [ARCH] were not consumed 03:12:39 Successfully built 5d0eb56b32fa 03:12:39 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:12:40 provisioning config files... 03:12:40 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/22@tmp/config7950344737780228017tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:12:40 nexus3.edgexfoundry.org:10001 03:12:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:12:41 Configure a credential helper to remove this warning. See 03:12:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:12:41 03:12:41 Login Succeeded 03:12:41 nexus3.edgexfoundry.org:10002 03:12:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:12:41 Configure a credential helper to remove this warning. See 03:12:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:12:41 03:12:41 Login Succeeded 03:12:41 nexus3.edgexfoundry.org:10003 03:12:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:12:41 Configure a credential helper to remove this warning. See 03:12:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:12:41 03:12:41 Login Succeeded 03:12:41 nexus3.edgexfoundry.org:10004 03:12:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:12:42 Configure a credential helper to remove this warning. See 03:12:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:12:42 03:12:42 Login Succeeded 03:12:42 docker.io 03:12:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:12:42 Configure a credential helper to remove this warning. See 03:12:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:12:42 03:12:42 Login Succeeded [Pipeline] } 03:12:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:12:43 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 03:12:43 28123305db0c137ab4790ea21c91010b5b9f30c4 03:12:43 latest 03:12:43 1.1.1-dev.1 03:12:43 28123305db0c137ab4790ea21c91010b5b9f30c4-1.1.1-dev.1 03:12:43 master 03:12:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:12:43 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:28123305db0c137ab4790ea21c91010b5b9f30c4 [Pipeline] isUnix [Pipeline] sh 03:12:43 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:28123305db0c137ab4790ea21c91010b5b9f30c4 03:12:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 03:12:43 2a8e48645882: Preparing 03:12:43 232b52734084: Preparing 03:12:43 6d9d1d47d86d: Preparing 03:12:43 3e207b409db3: Preparing 03:12:43 3e207b409db3: Layer already exists 03:12:44 232b52734084: Pushed 03:12:44 6d9d1d47d86d: Pushed 03:12:46 2a8e48645882: Pushed 03:12:46 28123305db0c137ab4790ea21c91010b5b9f30c4: digest: sha256:d76807721c508d1922182ada92bc90b6bdff41c8b43b9b5ea8086ba1ccb35533 size: 1158 [Pipeline] isUnix [Pipeline] sh 03:12:47 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 03:12:47 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 03:12:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 03:12:47 2a8e48645882: Preparing 03:12:47 232b52734084: Preparing 03:12:47 6d9d1d47d86d: Preparing 03:12:47 3e207b409db3: Preparing 03:12:47 2a8e48645882: Layer already exists 03:12:47 232b52734084: Layer already exists 03:12:47 3e207b409db3: Layer already exists 03:12:47 6d9d1d47d86d: Layer already exists 03:12:47 latest: digest: sha256:d76807721c508d1922182ada92bc90b6bdff41c8b43b9b5ea8086ba1ccb35533 size: 1158 [Pipeline] isUnix [Pipeline] sh 03:12:48 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.1.1-dev.1 [Pipeline] isUnix [Pipeline] sh 03:12:48 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.1.1-dev.1 03:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 03:12:48 2a8e48645882: Preparing 03:12:48 232b52734084: Preparing 03:12:48 6d9d1d47d86d: Preparing 03:12:48 3e207b409db3: Preparing 03:12:48 232b52734084: Layer already exists 03:12:48 2a8e48645882: Layer already exists 03:12:48 3e207b409db3: Layer already exists 03:12:48 6d9d1d47d86d: Layer already exists 03:12:48 1.1.1-dev.1: digest: sha256:d76807721c508d1922182ada92bc90b6bdff41c8b43b9b5ea8086ba1ccb35533 size: 1158 [Pipeline] isUnix [Pipeline] sh 03:12:48 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:28123305db0c137ab4790ea21c91010b5b9f30c4-1.1.1-dev.1 [Pipeline] isUnix [Pipeline] sh 03:12:48 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:28123305db0c137ab4790ea21c91010b5b9f30c4-1.1.1-dev.1 03:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 03:12:48 2a8e48645882: Preparing 03:12:48 232b52734084: Preparing 03:12:48 6d9d1d47d86d: Preparing 03:12:48 3e207b409db3: Preparing 03:12:48 232b52734084: Layer already exists 03:12:48 6d9d1d47d86d: Layer already exists 03:12:48 2a8e48645882: Layer already exists 03:12:48 3e207b409db3: Layer already exists 03:12:48 28123305db0c137ab4790ea21c91010b5b9f30c4-1.1.1-dev.1: digest: sha256:d76807721c508d1922182ada92bc90b6bdff41c8b43b9b5ea8086ba1ccb35533 size: 1158 [Pipeline] isUnix [Pipeline] sh 03:12:49 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 03:12:49 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 03:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 03:12:49 2a8e48645882: Preparing 03:12:49 232b52734084: Preparing 03:12:49 6d9d1d47d86d: Preparing 03:12:49 3e207b409db3: Preparing 03:12:49 232b52734084: Layer already exists 03:12:49 3e207b409db3: Layer already exists 03:12:49 6d9d1d47d86d: Layer already exists 03:12:49 2a8e48645882: Layer already exists 03:12:50 master: digest: sha256:d76807721c508d1922182ada92bc90b6bdff41c8b43b9b5ea8086ba1ccb35533 size: 1158 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:13:01 Removing intermediate container 430079a78650 03:13:01 ---> ef571813021e 03:13:01 Step 14/24 : FROM alpine:latest 03:13:01 latest: Pulling from library/alpine 03:13:01 29e5d40040c1: Pulling fs layer 03:13:01 29e5d40040c1: Verifying Checksum 03:13:01 29e5d40040c1: Download complete 03:13:01 29e5d40040c1: Pull complete 03:13:01 Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 03:13:01 Status: Downloaded newer image for alpine:latest 03:13:01 ---> c20d2a9ab686 03:13:01 Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:13:01 ---> Running in ac7f770e554a 03:13:01 Removing intermediate container ac7f770e554a 03:13:01 ---> c97bf0facd2c 03:13:01 Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} 03:13:01 ---> Running in 763d294e4927 03:13:01 Removing intermediate container 763d294e4927 03:13:01 ---> a6fae5a9c1be 03:13:01 Step 17/24 : RUN apk --no-cache add ca-certificates zeromq 03:13:01 ---> Running in 767d8a3e79f2 03:13:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 03:13:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 03:13:03 (1/6) Installing ca-certificates (20191127-r1) 03:13:03 (2/6) Installing libgcc (9.2.0-r4) 03:13:03 (3/6) Installing libsodium (1.0.18-r0) 03:13:03 (4/6) Installing libstdc++ (9.2.0-r4) 03:13:03 (5/6) Installing libzmq (4.3.2-r0) 03:13:03 (6/6) Installing zeromq (4.3.2-r0) 03:13:03 Executing busybox-1.31.1-r9.trigger 03:13:03 Executing ca-certificates-20191127-r1.trigger 03:13:03 OK: 9 MiB in 20 packages 03:13:06 Removing intermediate container 767d8a3e79f2 03:13:06 ---> ea5683ab96dc 03:13:06 Step 18/24 : COPY --from=builder /app/res/ /res/ 03:13:06 ---> 68e7444385a8 03:13:06 Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable 03:13:07 ---> 8cb0fa44ce64 03:13:07 Step 20/24 : EXPOSE 48095 03:13:07 ---> Running in 9a253a86c3b3 03:13:08 Removing intermediate container 9a253a86c3b3 03:13:08 ---> 5804f94ccb70 03:13:08 Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:13:08 ---> Running in 3aa4627d0c6b 03:13:08 Removing intermediate container 3aa4627d0c6b 03:13:08 ---> 829a370d6728 03:13:08 Step 22/24 : LABEL arch=arm64 03:13:08 ---> Running in b1b58fc46044 03:13:09 Removing intermediate container b1b58fc46044 03:13:09 ---> 01f7f8d61e69 03:13:09 Step 23/24 : LABEL git_sha=28123305db0c137ab4790ea21c91010b5b9f30c4 03:13:09 ---> Running in 1471a3837cbf 03:13:09 Removing intermediate container 1471a3837cbf 03:13:09 ---> 4f2e204fa3c3 03:13:09 Step 24/24 : LABEL version=1.1.1-dev.1 03:13:09 ---> Running in 851b9f1fc30f 03:13:09 Removing intermediate container 851b9f1fc30f 03:13:09 ---> d10be89e0e9f 03:13:09 [Warning] One or more build-args [ARCH] were not consumed 03:13:09 Successfully built d10be89e0e9f 03:13:09 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:13:10 provisioning config files... 03:13:10 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/22@tmp/config4020276732811782142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:13:11 nexus3.edgexfoundry.org:10001 03:13:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:11 Configure a credential helper to remove this warning. See 03:13:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:11 03:13:11 Login Succeeded 03:13:11 nexus3.edgexfoundry.org:10002 03:13:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:12 Configure a credential helper to remove this warning. See 03:13:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:12 03:13:12 Login Succeeded 03:13:12 nexus3.edgexfoundry.org:10003 03:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:13 Configure a credential helper to remove this warning. See 03:13:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:13 03:13:13 Login Succeeded 03:13:13 nexus3.edgexfoundry.org:10004 03:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:13 Configure a credential helper to remove this warning. See 03:13:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:13 03:13:13 Login Succeeded 03:13:13 docker.io 03:13:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:14 Configure a credential helper to remove this warning. See 03:13:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:14 03:13:14 Login Succeeded [Pipeline] } 03:13:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:13:14 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 03:13:14 28123305db0c137ab4790ea21c91010b5b9f30c4 03:13:14 latest 03:13:14 1.1.1-dev.1 03:13:14 28123305db0c137ab4790ea21c91010b5b9f30c4-1.1.1-dev.1 03:13:14 master 03:13:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:13:15 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:28123305db0c137ab4790ea21c91010b5b9f30c4 [Pipeline] isUnix [Pipeline] sh 03:13:16 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:28123305db0c137ab4790ea21c91010b5b9f30c4 03:13:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 03:13:16 8213449a79f5: Preparing 03:13:16 899533931e5b: Preparing 03:13:16 3246dd526ab3: Preparing 03:13:16 678a0785e7d2: Preparing 03:13:16 678a0785e7d2: Layer already exists 03:13:16 899533931e5b: Pushed 03:13:17 3246dd526ab3: Pushed 03:13:21 8213449a79f5: Pushed 03:13:21 28123305db0c137ab4790ea21c91010b5b9f30c4: digest: sha256:d8eec5e62dadf26ce8cd29fac699922eaafd3da3c36c72a3a9aff9bdadf66281 size: 1158 [Pipeline] isUnix [Pipeline] sh 03:13:22 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:13:22 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 03:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 03:13:23 8213449a79f5: Preparing 03:13:23 899533931e5b: Preparing 03:13:23 3246dd526ab3: Preparing 03:13:23 678a0785e7d2: Preparing 03:13:23 8213449a79f5: Layer already exists 03:13:23 899533931e5b: Layer already exists 03:13:23 3246dd526ab3: Layer already exists 03:13:23 678a0785e7d2: Layer already exists 03:13:23 latest: digest: sha256:d8eec5e62dadf26ce8cd29fac699922eaafd3da3c36c72a3a9aff9bdadf66281 size: 1158 [Pipeline] isUnix [Pipeline] sh 03:13:23 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.1.1-dev.1 [Pipeline] isUnix [Pipeline] sh 03:13:24 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.1.1-dev.1 03:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 03:13:24 8213449a79f5: Preparing 03:13:24 899533931e5b: Preparing 03:13:24 3246dd526ab3: Preparing 03:13:24 678a0785e7d2: Preparing 03:13:24 899533931e5b: Layer already exists 03:13:24 678a0785e7d2: Layer already exists 03:13:24 3246dd526ab3: Layer already exists 03:13:24 8213449a79f5: Layer already exists 03:13:24 1.1.1-dev.1: digest: sha256:d8eec5e62dadf26ce8cd29fac699922eaafd3da3c36c72a3a9aff9bdadf66281 size: 1158 [Pipeline] isUnix [Pipeline] sh 03:13:24 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:28123305db0c137ab4790ea21c91010b5b9f30c4-1.1.1-dev.1 [Pipeline] isUnix [Pipeline] sh 03:13:25 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:28123305db0c137ab4790ea21c91010b5b9f30c4-1.1.1-dev.1 03:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 03:13:25 8213449a79f5: Preparing 03:13:25 899533931e5b: Preparing 03:13:25 3246dd526ab3: Preparing 03:13:25 678a0785e7d2: Preparing 03:13:25 678a0785e7d2: Layer already exists 03:13:25 3246dd526ab3: Layer already exists 03:13:25 8213449a79f5: Layer already exists 03:13:25 899533931e5b: Layer already exists 03:13:25 28123305db0c137ab4790ea21c91010b5b9f30c4-1.1.1-dev.1: digest: sha256:d8eec5e62dadf26ce8cd29fac699922eaafd3da3c36c72a3a9aff9bdadf66281 size: 1158 [Pipeline] isUnix [Pipeline] sh 03:13:26 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 03:13:26 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 03:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 03:13:27 8213449a79f5: Preparing 03:13:27 899533931e5b: Preparing 03:13:27 3246dd526ab3: Preparing 03:13:27 678a0785e7d2: Preparing 03:13:27 8213449a79f5: Layer already exists 03:13:27 899533931e5b: Layer already exists 03:13:27 3246dd526ab3: Layer already exists 03:13:27 678a0785e7d2: Layer already exists 03:13:27 master: digest: sha256:d8eec5e62dadf26ce8cd29fac699922eaafd3da3c36c72a3a9aff9bdadf66281 size: 1158 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:13:28 provisioning config files... 03:13:28 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config4688389256979693843tmp [Pipeline] { [Pipeline] sh 03:13:28 + curl -s https://codecov.io/bash 03:13:28 + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config4688389256979693843tmp 03:13:28 03:13:28 _____ _ 03:13:28 / ____| | | 03:13:28 | | ___ __| | ___ ___ _____ __ 03:13:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:13:28 | |___| (_) | (_| | __/ (_| (_) \ V / 03:13:28 \_____\___/ \__,_|\___|\___\___/ \_/ 03:13:28 Bash-tbd 03:13:28 03:13:28 03:13:28 ==> Jenkins CI detected. 03:13:28 project root: . 03:13:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:13:28 ==> Running gcov in . (disable via -X gcov) 03:13:28 ==> Python coveragepy not found 03:13:28 ==> Searching for coverage reports in: 03:13:28 + . 03:13:28 -> Found 1 reports 03:13:28 ==> Detecting git/mercurial file structure 03:13:28 ==> Reading reports 03:13:28 + ./coverage.out bytes=10 03:13:28 ==> Appending adjustments 03:13:28 http://docs.codecov.io/docs/fixing-reports 03:13:28 + Found adjustments 03:13:28 ==> Gzipping contents 03:13:28 ==> Uploading reports 03:13:28 url: https://codecov.io 03:13:28 query: branch=master&commit=28123305db0c137ab4790ea21c91010b5b9f30c4&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F22%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= 03:13:28 -> Pinging Codecov 03:13:28 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=28123305db0c137ab4790ea21c91010b5b9f30c4&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F22%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= 03:13:29 -> Uploading 03:13:29 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/28123305db0c137ab4790ea21c91010b5b9f30c4 [Pipeline] } 03:13:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 03:13:30 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 03:13:30 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 03:13:30 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:13:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 03:13:30 03:13:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 03:13:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 03:13:31 1.217.3: Pulling from edgex-devops/edgex-snyk-go 03:13:31 cbdbe7a5bc2a: Pulling fs layer 03:13:31 408f87550127: Pulling fs layer 03:13:31 fe522b08c979: Pulling fs layer 03:13:31 221eaa008020: Pulling fs layer 03:13:31 2a4607e5d6b9: Pulling fs layer 03:13:31 95d3c3421fef: Pulling fs layer 03:13:31 2fec7dd152b6: Pulling fs layer 03:13:31 d65e43aa86fe: Pulling fs layer 03:13:31 10a7cc25405e: Pulling fs layer 03:13:31 d65e43aa86fe: Waiting 03:13:31 95d3c3421fef: Waiting 03:13:31 2fec7dd152b6: Waiting 03:13:31 10a7cc25405e: Waiting 03:13:31 221eaa008020: Waiting 03:13:31 2a4607e5d6b9: Waiting 03:13:31 fe522b08c979: Verifying Checksum 03:13:31 fe522b08c979: Download complete 03:13:31 408f87550127: Verifying Checksum 03:13:31 408f87550127: Download complete 03:13:31 2a4607e5d6b9: Verifying Checksum 03:13:31 2a4607e5d6b9: Download complete 03:13:31 95d3c3421fef: Verifying Checksum 03:13:31 95d3c3421fef: Download complete 03:13:31 cbdbe7a5bc2a: Verifying Checksum 03:13:31 cbdbe7a5bc2a: Download complete 03:13:31 cbdbe7a5bc2a: Pull complete 03:13:31 2fec7dd152b6: Verifying Checksum 03:13:31 2fec7dd152b6: Download complete 03:13:31 408f87550127: Pull complete 03:13:31 fe522b08c979: Pull complete 03:13:32 d65e43aa86fe: Verifying Checksum 03:13:32 d65e43aa86fe: Download complete 03:13:32 10a7cc25405e: Verifying Checksum 03:13:32 10a7cc25405e: Download complete 03:13:32 221eaa008020: Verifying Checksum 03:13:32 221eaa008020: Download complete 03:13:40 221eaa008020: Pull complete 03:13:40 2a4607e5d6b9: Pull complete 03:13:40 95d3c3421fef: Pull complete 03:13:41 2fec7dd152b6: Pull complete 03:13:45 d65e43aa86fe: Pull complete 03:13:46 10a7cc25405e: Pull complete 03:13:46 Digest: sha256:f69c3a2814e8191a177e5024c1aa2982a1df1c15a1f5ff5a42290ad3eeac8c0b 03:13:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 03:13:46 prd-centos7-docker-4c-2g-8355 does not seem to be running inside a container 03:13:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 03:13:46 $ docker top 1404a030af353322ca9d29d95c3f32b1c891afd144c71fa391e6d2675373fc08 -eo pid,comm [Pipeline] { [Pipeline] sh 03:13:47 + snyk monitor '--org=edgex-jenkins' 03:13:59 03:13:59 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 03:13:59 03:13:59 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/0b0136b8-8009-41b3-8b30-3ffa54858d64 03:13:59 03:13:59 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:13:59 03:13:59 [Pipeline] } 03:13:59 $ docker stop --time=1 1404a030af353322ca9d29d95c3f32b1c891afd144c71fa391e6d2675373fc08 03:14:01 $ docker rm -f 1404a030af353322ca9d29d95c3f32b1c891afd144c71fa391e6d2675373fc08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:14:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:14:02 03:14:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 03:14:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:14:02 latest: Pulling from edgex-devops/edgex-klar 03:14:02 e7c96db7181b: Pulling fs layer 03:14:02 1868ca2cb446: Pulling fs layer 03:14:02 136be5d0fe8e: Pulling fs layer 03:14:02 894bfe63afcb: Pulling fs layer 03:14:02 894bfe63afcb: Waiting 03:14:02 1868ca2cb446: Verifying Checksum 03:14:02 1868ca2cb446: Download complete 03:14:02 136be5d0fe8e: Download complete 03:14:02 e7c96db7181b: Verifying Checksum 03:14:02 e7c96db7181b: Download complete 03:14:02 894bfe63afcb: Verifying Checksum 03:14:02 894bfe63afcb: Download complete 03:14:03 e7c96db7181b: Pull complete 03:14:03 1868ca2cb446: Pull complete 03:14:03 136be5d0fe8e: Pull complete 03:14:03 894bfe63afcb: Pull complete 03:14:03 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 03:14:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 03:14:03 prd-centos7-docker-4c-2g-8355 does not seem to be running inside a container 03:14:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 03:14:04 $ docker top 9441b275b5f7529833fae6b7d543250214fbc4afe70241425326f12cfbe4de68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:04 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:28123305db0c137ab4790ea21c91010b5b9f30c4 03:14:04 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:14:09 $ docker stop --time=1 9441b275b5f7529833fae6b7d543250214fbc4afe70241425326f12cfbe4de68 03:14:10 $ docker rm -f 9441b275b5f7529833fae6b7d543250214fbc4afe70241425326f12cfbe4de68 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:14:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:14:11 . [Pipeline] withDockerContainer 03:14:11 prd-centos7-docker-4c-2g-8355 does not seem to be running inside a container 03:14:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 03:14:12 $ docker top ecf34c4c907df1ae9c5827fd490b51d27442287f47ae6b7c461c0c7eafb23fdc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:12 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:28123305db0c137ab4790ea21c91010b5b9f30c4 03:14:12 + tee 03:14:12 clair timeout 1m0s 03:14:12 docker timeout: 1m0s 03:14:12 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:14:13 $ docker stop --time=1 ecf34c4c907df1ae9c5827fd490b51d27442287f47ae6b7c461c0c7eafb23fdc 03:14:14 $ docker rm -f ecf34c4c907df1ae9c5827fd490b51d27442287f47ae6b7c461c0c7eafb23fdc [Pipeline] // withDockerContainer [Pipeline] sh 03:14:15 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 03:14:15 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_28123305db0c137ab4790ea21c91010b5b9f30c4.html [Pipeline] writeFile [Pipeline] step 03:14:15 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:14:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:14:15 . [Pipeline] withDockerContainer 03:14:16 prd-centos7-docker-4c-2g-8355 does not seem to be running inside a container 03:14:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 03:14:16 $ docker top db0c9b196b5ce711f5f67387acce45bf15ea57b69d9994b2136494489a45ab64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:17 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:28123305db0c137ab4790ea21c91010b5b9f30c4 03:14:17 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:14:21 $ docker stop --time=1 db0c9b196b5ce711f5f67387acce45bf15ea57b69d9994b2136494489a45ab64 03:14:22 $ docker rm -f db0c9b196b5ce711f5f67387acce45bf15ea57b69d9994b2136494489a45ab64 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:14:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:14:23 . [Pipeline] withDockerContainer 03:14:23 prd-centos7-docker-4c-2g-8355 does not seem to be running inside a container 03:14:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 03:14:24 $ docker top ec419b64daee0d629edd21474fdf985f55ac4ef30fd10bf0cbe9f488d7091c5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:24 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:28123305db0c137ab4790ea21c91010b5b9f30c4 03:14:24 + tee 03:14:24 clair timeout 1m0s 03:14:24 docker timeout: 1m0s 03:14:24 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:14:26 $ docker stop --time=1 ec419b64daee0d629edd21474fdf985f55ac4ef30fd10bf0cbe9f488d7091c5e 03:14:27 $ docker rm -f ec419b64daee0d629edd21474fdf985f55ac4ef30fd10bf0cbe9f488d7091c5e [Pipeline] // withDockerContainer [Pipeline] sh 03:14:28 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 03:14:28 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_28123305db0c137ab4790ea21c91010b5b9f30c4.html [Pipeline] writeFile [Pipeline] step 03:14:28 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 03:14:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:14:29 . [Pipeline] withDockerContainer 03:14:29 prd-centos7-docker-4c-2g-8355 does not seem to be running inside a container 03:14:29 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:14:30 $ docker top 61adc1f2d9207d15631d67430357b560c7368a4ed0023e38307ab33021098a99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:14:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:14:30 [ssh-agent] Looking for ssh-agent implementation... 03:14:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:14:30 $ docker exec 61adc1f2d9207d15631d67430357b560c7368a4ed0023e38307ab33021098a99 ssh-agent 03:14:30 SSH_AUTH_SOCK=/tmp/ssh-h7Agz1LQ4pY0/agent.15 03:14:30 SSH_AGENT_PID=22 03:14:30 Running ssh-add (command line suppressed) 03:14:30 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_601369294020931832.key (/w/workspace/_app-service-configurable_master@tmp/private_key_601369294020931832.key) 03:14:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:14:31 + git semver tag 03:14:31 # -> Open(): unable to determine branch for HEAD 03:14:31 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 03:14:31 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 03:14:31 # $SEMVER_REMOTE_NAME = origin 03:14:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:14:31 # $SEMVER_USER_NAME = edgex-jenkins 03:14:31 # $SEMVER_BRANCH = master 03:14:31 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 03:14:31 # 28123305db0c137ab4790ea21c91010b5b9f30c4 HEAD 03:14:31 # -> Force: false 03:14:31 # 721921053aa0b119910b45f6ac80d7a95be677a8 refs/tags/v1.1.1-dev.1 [Pipeline] } 03:14:31 $ docker exec --env ******** --env ******** 61adc1f2d9207d15631d67430357b560c7368a4ed0023e38307ab33021098a99 ssh-agent -k 03:14:31 unset SSH_AUTH_SOCK; 03:14:31 unset SSH_AGENT_PID; 03:14:31 echo Agent pid 22 killed; 03:14:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:14:31 + git semver [Pipeline] } 03:14:32 $ docker stop --time=1 61adc1f2d9207d15631d67430357b560c7368a4ed0023e38307ab33021098a99 03:14:33 $ docker rm -f 61adc1f2d9207d15631d67430357b560c7368a4ed0023e38307ab33021098a99 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:14:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:14:33 03:14:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:14:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:14:34 0.23.1-centos7: Pulling from edgex-lftools 03:14:34 ab5ef0e58194: Pulling fs layer 03:14:34 9712f1f96733: Pulling fs layer 03:14:34 63f879dbbcfc: Pulling fs layer 03:14:34 0d9ebad4ef96: Pulling fs layer 03:14:34 e9a5061849ea: Pulling fs layer 03:14:34 d747dcd14b5f: Pulling fs layer 03:14:34 2de7ff778b66: Pulling fs layer 03:14:34 0d9ebad4ef96: Waiting 03:14:34 e9a5061849ea: Waiting 03:14:34 d747dcd14b5f: Waiting 03:14:34 2de7ff778b66: Waiting 03:14:34 9712f1f96733: Verifying Checksum 03:14:34 9712f1f96733: Download complete 03:14:34 63f879dbbcfc: Verifying Checksum 03:14:34 63f879dbbcfc: Download complete 03:14:35 e9a5061849ea: Verifying Checksum 03:14:35 e9a5061849ea: Download complete 03:14:35 d747dcd14b5f: Verifying Checksum 03:14:35 d747dcd14b5f: Download complete 03:14:35 0d9ebad4ef96: Verifying Checksum 03:14:35 0d9ebad4ef96: Download complete 03:14:35 2de7ff778b66: Verifying Checksum 03:14:35 2de7ff778b66: Download complete 03:14:35 ab5ef0e58194: Verifying Checksum 03:14:35 ab5ef0e58194: Download complete 03:14:42 ab5ef0e58194: Pull complete 03:14:42 9712f1f96733: Pull complete 03:14:43 63f879dbbcfc: Pull complete 03:14:50 0d9ebad4ef96: Pull complete 03:14:51 e9a5061849ea: Pull complete 03:14:51 d747dcd14b5f: Pull complete 03:14:54 2de7ff778b66: Pull complete 03:14:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:14:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:14:54 prd-centos7-docker-4c-2g-8355 does not seem to be running inside a container 03:14:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:14:55 $ docker top e8ae784cbaa4fb6ceec51a10381e2e3ec58be0266ae56cd3c2b6f5e4bf7ac94b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:14:55 provisioning config files... 03:14:55 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config4427541921497875454tmp 03:14:55 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config6803490120812988680tmp 03:14:55 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config1370842866508990352tmp [Pipeline] { [Pipeline] echo 03:14:55 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:14:55 ---> sigul-configuration.sh 03:14:55 gpg: directory `/root/.gnupg' created 03:14:55 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:14:55 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:14:55 gpg: keyring `/root/.gnupg/secring.gpg' created 03:14:55 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:14:55 gpg: CAST5 encrypted data 03:14:56 gpg: encrypted with 1 passphrase 03:14:56 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:14:56 + mkdir /home/jenkins 03:14:56 + mkdir /home/jenkins/sigul [Pipeline] sh 03:14:56 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 03:14:56 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:14:56 ---> sigul-install.sh 03:15:03 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:15:03 + git tag --list 03:15:03 v1.1.1-dev.1 [Pipeline] sh 03:15:04 + lftools sign git-tag v1.1.1-dev.1 03:15:05 Signing Git tag with Sigul... 03:15:05 Signing v1.1.1-dev.1 [Pipeline] echo 03:15:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:15:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:15:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:15:06 $ docker stop --time=1 e8ae784cbaa4fb6ceec51a10381e2e3ec58be0266ae56cd3c2b6f5e4bf7ac94b 03:15:08 $ docker rm -f e8ae784cbaa4fb6ceec51a10381e2e3ec58be0266ae56cd3c2b6f5e4bf7ac94b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:15:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:15:08 . [Pipeline] withDockerContainer 03:15:09 prd-centos7-docker-4c-2g-8355 does not seem to be running inside a container 03:15:09 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:15:09 $ docker top d19b5f628556039c415713c3fc2965db1a9334bf7315ea9631ba04fcf649f843 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:15:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:15:10 [ssh-agent] Looking for ssh-agent implementation... 03:15:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:15:10 $ docker exec d19b5f628556039c415713c3fc2965db1a9334bf7315ea9631ba04fcf649f843 ssh-agent 03:15:10 SSH_AUTH_SOCK=/tmp/ssh-MrXijZfzlIBv/agent.15 03:15:10 SSH_AGENT_PID=22 03:15:10 Running ssh-add (command line suppressed) 03:15:10 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1913697126121717075.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1913697126121717075.key) 03:15:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:15:11 + git semver bump pre 03:15:11 # -> Open(): unable to determine branch for HEAD 03:15:11 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 03:15:11 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 03:15:11 # $SEMVER_REMOTE_NAME = origin 03:15:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:15:11 # $SEMVER_USER_NAME = edgex-jenkins 03:15:11 # $SEMVER_BRANCH = master 03:15:11 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 03:15:11 1.1.1-dev.2 [Pipeline] } 03:15:11 $ docker exec --env ******** --env ******** d19b5f628556039c415713c3fc2965db1a9334bf7315ea9631ba04fcf649f843 ssh-agent -k 03:15:11 unset SSH_AUTH_SOCK; 03:15:11 unset SSH_AGENT_PID; 03:15:11 echo Agent pid 22 killed; 03:15:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:15:11 + git semver [Pipeline] } 03:15:11 $ docker stop --time=1 d19b5f628556039c415713c3fc2965db1a9334bf7315ea9631ba04fcf649f843 03:15:13 $ docker rm -f d19b5f628556039c415713c3fc2965db1a9334bf7315ea9631ba04fcf649f843 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:15:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:15:13 . [Pipeline] withDockerContainer 03:15:13 prd-centos7-docker-4c-2g-8355 does not seem to be running inside a container 03:15:13 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:15:14 $ docker top acafc9e371c41daf618c12053915344e64bff8e360794df245fd34252cc8586e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:15:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:15:14 [ssh-agent] Looking for ssh-agent implementation... 03:15:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:15:14 $ docker exec acafc9e371c41daf618c12053915344e64bff8e360794df245fd34252cc8586e ssh-agent 03:15:15 SSH_AUTH_SOCK=/tmp/ssh-zuqcI4pAqnpB/agent.15 03:15:15 SSH_AGENT_PID=22 03:15:15 Running ssh-add (command line suppressed) 03:15:15 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6457773688624696501.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6457773688624696501.key) 03:15:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:15:15 + git semver push 03:15:15 # -> Open(): unable to determine branch for HEAD 03:15:15 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 03:15:15 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 03:15:15 # $SEMVER_REMOTE_NAME = origin 03:15:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:15:15 # $SEMVER_USER_NAME = edgex-jenkins 03:15:15 # $SEMVER_BRANCH = master 03:15:15 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 03:15:22 $ docker exec --env ******** --env ******** acafc9e371c41daf618c12053915344e64bff8e360794df245fd34252cc8586e ssh-agent -k 03:15:22 unset SSH_AUTH_SOCK; 03:15:22 unset SSH_AGENT_PID; 03:15:22 echo Agent pid 22 killed; 03:15:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:15:23 + git semver [Pipeline] } 03:15:23 $ docker stop --time=1 acafc9e371c41daf618c12053915344e64bff8e360794df245fd34252cc8586e 03:15:24 $ docker rm -f acafc9e371c41daf618c12053915344e64bff8e360794df245fd34252cc8586e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:15:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:15:26 ---> package-listing.sh 03:15:26 ++ facter osfamily 03:15:26 ++ tr '[:upper:]' '[:lower:]' 03:15:26 + OS_FAMILY=redhat 03:15:26 + workspace=/w/workspace/_app-service-configurable_master 03:15:26 + START_PACKAGES=/tmp/packages_start.txt 03:15:26 + END_PACKAGES=/tmp/packages_end.txt 03:15:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:15:26 + PACKAGES=/tmp/packages_start.txt 03:15:26 + '[' /w/workspace/_app-service-configurable_master ']' 03:15:26 + PACKAGES=/tmp/packages_end.txt 03:15:26 + case "${OS_FAMILY}" in 03:15:26 + rpm -qa 03:15:26 + sort 03:15:30 + '[' -f /tmp/packages_start.txt ']' 03:15:30 + '[' -f /tmp/packages_end.txt ']' 03:15:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:15:30 + '[' /w/workspace/_app-service-configurable_master ']' 03:15:30 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 03:15:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh 03:15:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:15:30 03:15:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:15:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:15:31 alpine: Pulling from edgex-lftools-log-publisher 03:15:31 c9b1b535fdd9: Pulling fs layer 03:15:31 2cc5ad85d9ab: Pulling fs layer 03:15:31 756a868c4378: Pulling fs layer 03:15:31 444b2fc9a129: Pulling fs layer 03:15:31 ea15f1150254: Pulling fs layer 03:15:31 41b27a9f41bf: Pulling fs layer 03:15:31 28c525ee5125: Pulling fs layer 03:15:31 094b1ea09ed8: Pulling fs layer 03:15:31 138eaada9080: Pulling fs layer 03:15:31 0622d0fa9048: Pulling fs layer 03:15:31 41b27a9f41bf: Waiting 03:15:31 28c525ee5125: Waiting 03:15:31 094b1ea09ed8: Waiting 03:15:31 138eaada9080: Waiting 03:15:31 0622d0fa9048: Waiting 03:15:31 444b2fc9a129: Waiting 03:15:31 ea15f1150254: Waiting 03:15:31 2cc5ad85d9ab: Verifying Checksum 03:15:31 2cc5ad85d9ab: Download complete 03:15:31 444b2fc9a129: Verifying Checksum 03:15:31 444b2fc9a129: Download complete 03:15:31 c9b1b535fdd9: Verifying Checksum 03:15:31 ea15f1150254: Verifying Checksum 03:15:31 ea15f1150254: Download complete 03:15:31 28c525ee5125: Verifying Checksum 03:15:31 28c525ee5125: Download complete 03:15:31 756a868c4378: Verifying Checksum 03:15:31 756a868c4378: Download complete 03:15:31 138eaada9080: Download complete 03:15:31 0622d0fa9048: Verifying Checksum 03:15:31 0622d0fa9048: Download complete 03:15:31 094b1ea09ed8: Verifying Checksum 03:15:31 094b1ea09ed8: Download complete 03:15:32 41b27a9f41bf: Verifying Checksum 03:15:32 41b27a9f41bf: Download complete 03:15:33 c9b1b535fdd9: Pull complete 03:15:33 2cc5ad85d9ab: Pull complete 03:15:34 756a868c4378: Pull complete 03:15:34 444b2fc9a129: Pull complete 03:15:35 ea15f1150254: Pull complete 03:15:38 41b27a9f41bf: Pull complete 03:15:38 28c525ee5125: Pull complete 03:15:40 094b1ea09ed8: Pull complete 03:15:40 138eaada9080: Pull complete 03:15:40 0622d0fa9048: Pull complete 03:15:41 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 03:15:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:15:41 prd-centos7-docker-4c-2g-8355 does not seem to be running inside a container 03:15:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:15:42 $ docker top 4e4db7f1d5a0924ab3f809b4b05df0973914afd9b91453b203c7371d6917defb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:15:42 provisioning config files... 03:15:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config9016948645591016800tmp [Pipeline] { [Pipeline] echo 03:15:42 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:15:43 ---> create-netrc.sh [Pipeline] echo 03:15:43 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:15:43 ---> logs-deploy.sh 03:15:43 + ARCHIVE_ARTIFACTS= 03:15:43 + LOGS_SERVER=https://logs.edgexfoundry.org 03:15:43 + '[' https://logs.edgexfoundry.org == None ']' 03:15:43 + NEXUS_URL=https://nexus.edgexfoundry.org 03:15:43 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/22 03:15:43 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/22/ 03:15:43 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/22 /w/workspace/_app-service-configurable_master 03:15:44 Archives upload complete. 03:15:44 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/22 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/22/