Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 18accf3c2bb4fad263732182d293380b7016bd36 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2242 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 18accf3c2bb4fad263732182d293380b7016bd36 (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 18accf3c2bb4fad263732182d293380b7016bd36 # timeout=10 Commit message: "feat: Add ability to Filter functions to reverse the logic to filter out specified names (#78)" > git rev-list --no-walk ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-08T21:32:05.573Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-08T21:32:05.693Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-08T21:32:05.735Z] ========================================================= [2020-06-08T21:32:05.735Z] EdgeX Global Pipelines Version Info [2020-06-08T21:32:05.735Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-08T21:32:07.570Z] ------------------- [2020-06-08T21:32:07.570Z] stable info: [2020-06-08T21:32:07.570Z] ------------------- [2020-06-08T21:32:07.570Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-08T21:32:07.570Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-08T21:32:07.570Z] Message: update stable to v1.0.89 [2020-06-08T21:32:08.142Z] ------------------- [2020-06-08T21:32:08.142Z] experimental info: [2020-06-08T21:32:08.142Z] ------------------- [2020-06-08T21:32:08.142Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-08T21:32:08.142Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-08T21:32:08.142Z] 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 [2020-06-08T21:32:09.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-08T21:32:09.626Z] [2020-06-08T21:32:09.626Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:32:09.946Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-08T21:32:09.947Z] latest: Pulling from edgex-devops/git-semver [2020-06-08T21:32:09.947Z] 9123ac7c32f7: Pulling fs layer [2020-06-08T21:32:09.947Z] b8cc5d1170e3: Pulling fs layer [2020-06-08T21:32:09.947Z] 2924cbbf6a41: Pulling fs layer [2020-06-08T21:32:09.947Z] 93b08a4f1073: Pulling fs layer [2020-06-08T21:32:09.947Z] 93b08a4f1073: Waiting [2020-06-08T21:32:09.947Z] b8cc5d1170e3: Verifying Checksum [2020-06-08T21:32:09.947Z] b8cc5d1170e3: Download complete [2020-06-08T21:32:09.947Z] 9123ac7c32f7: Verifying Checksum [2020-06-08T21:32:09.947Z] 9123ac7c32f7: Download complete [2020-06-08T21:32:10.217Z] 93b08a4f1073: Verifying Checksum [2020-06-08T21:32:10.217Z] 93b08a4f1073: Download complete [2020-06-08T21:32:10.217Z] 2924cbbf6a41: Verifying Checksum [2020-06-08T21:32:10.217Z] 2924cbbf6a41: Download complete [2020-06-08T21:32:10.482Z] 9123ac7c32f7: Pull complete [2020-06-08T21:32:10.482Z] b8cc5d1170e3: Pull complete [2020-06-08T21:32:11.436Z] 2924cbbf6a41: Pull complete [2020-06-08T21:32:11.436Z] 93b08a4f1073: Pull complete [2020-06-08T21:32:11.436Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-08T21:32:11.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-08T21:32:11.436Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-08T21:32:11.540Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-06-08T21:32:11.582Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-08T21:32:13.713Z] $ docker top f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-08T21:32:13.888Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-08T21:32:13.888Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-08T21:32:14.085Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-08T21:32:14.088Z] $ docker exec f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 ssh-agent [2020-06-08T21:32:14.259Z] SSH_AUTH_SOCK=/tmp/ssh-xFwt6diVAiET/agent.11 [2020-06-08T21:32:14.259Z] SSH_AGENT_PID=16 [2020-06-08T21:32:14.269Z] Running ssh-add (command line suppressed) [2020-06-08T21:32:14.383Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7126914554125807847.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7126914554125807847.key) [2020-06-08T21:32:14.432Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-08T21:32:14.742Z] + git describe --exact-match --tags HEAD [2020-06-08T21:32:14.742Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-08T21:32:14.893Z] $ docker exec --env ******** --env ******** f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 ssh-agent -k [2020-06-08T21:32:15.008Z] unset SSH_AUTH_SOCK; [2020-06-08T21:32:15.009Z] unset SSH_AGENT_PID; [2020-06-08T21:32:15.009Z] echo Agent pid 16 killed; [2020-06-08T21:32:15.054Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-08T21:32:15.093Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-08T21:32:15.093Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-08T21:32:15.138Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-08T21:32:15.138Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-08T21:32:15.302Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-08T21:32:15.305Z] $ docker exec f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 ssh-agent [2020-06-08T21:32:15.468Z] SSH_AUTH_SOCK=/tmp/ssh-37CayE6XhSyn/agent.46 [2020-06-08T21:32:15.468Z] SSH_AGENT_PID=51 [2020-06-08T21:32:15.474Z] Running ssh-add (command line suppressed) [2020-06-08T21:32:15.597Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8633392845248879216.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8633392845248879216.key) [2020-06-08T21:32:15.644Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-08T21:32:15.952Z] + git semver init [2020-06-08T21:32:15.952Z] # -> Open(): unable to determine branch for HEAD [2020-06-08T21:32:15.952Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-08T21:32:15.952Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-08T21:32:15.952Z] # $SEMVER_REMOTE_NAME = origin [2020-06-08T21:32:15.952Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-08T21:32:15.952Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-08T21:32:15.952Z] # $SEMVER_BRANCH = master [2020-06-08T21:32:15.952Z] # $SEMVER_TEMP = /tmp/semver-723062304 [2020-06-08T21:32:15.952Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-06-08T21:32:16.213Z] # '/tmp/semver-723062304' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-06-08T21:32:16.213Z] # -> Force: false [2020-06-08T21:32:16.213Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-06-08T21:32:16.224Z] $ docker exec --env ******** --env ******** f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 ssh-agent -k [2020-06-08T21:32:16.348Z] unset SSH_AUTH_SOCK; [2020-06-08T21:32:16.348Z] unset SSH_AGENT_PID; [2020-06-08T21:32:16.348Z] echo Agent pid 51 killed; [2020-06-08T21:32:16.389Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-08T21:32:16.740Z] + git semver [Pipeline] } [2020-06-08T21:32:16.755Z] $ docker stop --time=1 f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 [2020-06-08T21:32:18.174Z] $ docker rm -f f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-08T21:32:18.634Z] Stashed 47 file(s) [Pipeline] echo [2020-06-08T21:32:18.636Z] [edgeXSemver] initialized semver on version 1.1.1-dev.3 [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 [2020-06-08T21:32:33.786Z] Still waiting to schedule task [2020-06-08T21:32:33.786Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2242’ [2020-06-08T21:32:33.787Z] Still waiting to schedule task [2020-06-08T21:32:33.787Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline [2020-06-08T21:34:19.780Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2243 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-06-08T21:34:19.803Z] Running in /w/workspace/app-service-configurable/24 [Pipeline] { [Pipeline] checkout [2020-06-08T21:34:25.000Z] using credential edgex-jenkins-ssh [2020-06-08T21:34:25.035Z] Cloning the remote Git repository [2020-06-08T21:34:25.035Z] Cloning with configured refspecs honoured and without tags [2020-06-08T21:34:25.074Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-06-08T21:34:25.196Z] > git init /w/workspace/app-service-configurable/24 # timeout=10 [2020-06-08T21:34:25.266Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-08T21:34:25.268Z] > git --version # timeout=10 [2020-06-08T21:34:25.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-08T21:34:25.391Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-08T21:34:26.018Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-08T21:34:26.037Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-08T21:34:26.062Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-08T21:34:26.125Z] Fetching without tags [2020-06-08T21:34:26.593Z] Checking out Revision 18accf3c2bb4fad263732182d293380b7016bd36 (master) [2020-06-08T21:34:26.113Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-08T21:34:26.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-08T21:34:26.130Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-08T21:34:26.589Z] > git config core.sparsecheckout # timeout=10 [2020-06-08T21:34:26.610Z] > git checkout -f 18accf3c2bb4fad263732182d293380b7016bd36 # timeout=10 [2020-06-08T21:34:31.350Z] Commit message: "feat: Add ability to Filter functions to reverse the logic to filter out specified names (#78)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-08T21:34:32.341Z] ========================================================= [2020-06-08T21:34:32.341Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-08T21:34:32.341Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:34:33.414Z] + 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 . [2020-06-08T21:34:34.433Z] Sending build context to Docker daemon 289.8kB [2020-06-08T21:34:34.433Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-08T21:34:34.433Z] Step 2/8 : FROM ${BASE} [2020-06-08T21:34:34.714Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-08T21:34:34.714Z] cde5963f3b93: Pulling fs layer [2020-06-08T21:34:34.714Z] 2a23fa8c16f7: Pulling fs layer [2020-06-08T21:34:34.714Z] 777b28850792: Pulling fs layer [2020-06-08T21:34:34.714Z] 8a11ddd9e578: Pulling fs layer [2020-06-08T21:34:34.714Z] 4cf88f913ddb: Pulling fs layer [2020-06-08T21:34:34.714Z] 1df406cf5192: Pulling fs layer [2020-06-08T21:34:34.714Z] cd6300453558: Pulling fs layer [2020-06-08T21:34:34.714Z] b9c365052c96: Pulling fs layer [2020-06-08T21:34:34.714Z] a2d8cc88f415: Pulling fs layer [2020-06-08T21:34:34.714Z] ea1d1ca13537: Pulling fs layer [2020-06-08T21:34:34.714Z] 3750a50a1c5e: Pulling fs layer [2020-06-08T21:34:34.714Z] cd6300453558: Waiting [2020-06-08T21:34:34.714Z] b9c365052c96: Waiting [2020-06-08T21:34:34.714Z] a2d8cc88f415: Waiting [2020-06-08T21:34:34.714Z] ea1d1ca13537: Waiting [2020-06-08T21:34:34.714Z] 3750a50a1c5e: Waiting [2020-06-08T21:34:34.714Z] 4cf88f913ddb: Waiting [2020-06-08T21:34:34.714Z] 8a11ddd9e578: Waiting [2020-06-08T21:34:34.714Z] 1df406cf5192: Waiting [2020-06-08T21:34:34.714Z] 777b28850792: Verifying Checksum [2020-06-08T21:34:34.714Z] 777b28850792: Download complete [2020-06-08T21:34:34.714Z] 2a23fa8c16f7: Verifying Checksum [2020-06-08T21:34:34.714Z] 2a23fa8c16f7: Download complete [2020-06-08T21:34:34.714Z] 4cf88f913ddb: Download complete [2020-06-08T21:34:34.714Z] 1df406cf5192: Verifying Checksum [2020-06-08T21:34:34.714Z] 1df406cf5192: Download complete [2020-06-08T21:34:34.714Z] cde5963f3b93: Verifying Checksum [2020-06-08T21:34:34.714Z] cde5963f3b93: Download complete [2020-06-08T21:34:35.707Z] cde5963f3b93: Pull complete [2020-06-08T21:34:36.385Z] 2a23fa8c16f7: Pull complete [2020-06-08T21:34:36.664Z] 777b28850792: Pull complete [2020-06-08T21:34:37.647Z] cd6300453558: Verifying Checksum [2020-06-08T21:34:37.647Z] cd6300453558: Download complete [2020-06-08T21:34:37.647Z] a2d8cc88f415: Verifying Checksum [2020-06-08T21:34:37.647Z] a2d8cc88f415: Download complete [2020-06-08T21:34:39.637Z] ea1d1ca13537: Verifying Checksum [2020-06-08T21:34:39.637Z] ea1d1ca13537: Download complete [2020-06-08T21:34:39.637Z] b9c365052c96: Verifying Checksum [2020-06-08T21:34:39.637Z] b9c365052c96: Download complete [2020-06-08T21:34:39.637Z] 3750a50a1c5e: Download complete [2020-06-08T21:34:39.913Z] 8a11ddd9e578: Verifying Checksum [2020-06-08T21:34:39.913Z] 8a11ddd9e578: Download complete [2020-06-08T21:34:50.087Z] 8a11ddd9e578: Pull complete [2020-06-08T21:34:50.087Z] 4cf88f913ddb: Pull complete [2020-06-08T21:34:50.687Z] 1df406cf5192: Pull complete [2020-06-08T21:34:56.137Z] cd6300453558: Pull complete [2020-06-08T21:35:00.450Z] b9c365052c96: Pull complete [2020-06-08T21:35:00.450Z] a2d8cc88f415: Pull complete [2020-06-08T21:35:01.891Z] ea1d1ca13537: Pull complete [2020-06-08T21:35:02.504Z] 3750a50a1c5e: Pull complete [2020-06-08T21:35:02.504Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-08T21:35:02.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-08T21:35:02.504Z] ---> 78745c68409d [2020-06-08T21:35:02.504Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-08T21:35:07.918Z] ---> Running in 93c51273fb5e [2020-06-08T21:35:07.918Z] Removing intermediate container 93c51273fb5e [2020-06-08T21:35:07.918Z] ---> 0f4b82ad84f1 [2020-06-08T21:35:07.918Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-08T21:35:07.918Z] ---> Running in f3ba779a040f [2020-06-08T21:35:10.593Z] Removing intermediate container f3ba779a040f [2020-06-08T21:35:10.593Z] ---> d61c0c2cc201 [2020-06-08T21:35:10.593Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-06-08T21:35:10.593Z] ---> Running in d9a9f62ffdb8 [2020-06-08T21:35:11.928Z] Running on prd-centos7-docker-4c-2g-2244 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-06-08T21:35:11.954Z] Running in /w/workspace/app-service-configurable/24 [Pipeline] { [Pipeline] checkout [2020-06-08T21:35:12.036Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-08T21:35:13.008Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-08T21:35:13.601Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-06-08T21:35:13.601Z] (2/6) Installing libsodium (1.0.18-r0) [2020-06-08T21:35:13.601Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-06-08T21:35:13.871Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-06-08T21:35:13.871Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-08T21:35:13.871Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-06-08T21:35:14.143Z] Executing busybox-1.31.1-r8.trigger [2020-06-08T21:35:14.143Z] OK: 127 MiB in 45 packages [2020-06-08T21:35:14.811Z] using credential edgex-jenkins-ssh [2020-06-08T21:35:14.847Z] Cloning the remote Git repository [2020-06-08T21:35:14.847Z] Cloning with configured refspecs honoured and without tags [2020-06-08T21:35:15.540Z] Fetching without tags [2020-06-08T21:35:14.878Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-06-08T21:35:14.958Z] > git init /w/workspace/app-service-configurable/24 # timeout=10 [2020-06-08T21:35:15.016Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-08T21:35:15.016Z] > git --version # timeout=10 [2020-06-08T21:35:15.025Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-08T21:35:15.066Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-08T21:35:15.509Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-08T21:35:15.515Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-08T21:35:15.526Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-08T21:35:15.545Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-08T21:35:15.546Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-08T21:35:15.550Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-08T21:35:15.573Z] Removing intermediate container d9a9f62ffdb8 [2020-06-08T21:35:15.573Z] ---> b718fef5f727 [2020-06-08T21:35:15.573Z] Step 6/8 : WORKDIR /app [2020-06-08T21:35:15.573Z] ---> Running in a8797fc5faad [2020-06-08T21:35:15.931Z] Checking out Revision 18accf3c2bb4fad263732182d293380b7016bd36 (master) [2020-06-08T21:35:16.167Z] Removing intermediate container a8797fc5faad [2020-06-08T21:35:16.167Z] ---> b3dec418054b [2020-06-08T21:35:16.167Z] Step 7/8 : COPY . . [2020-06-08T21:35:15.940Z] > git config core.sparsecheckout # timeout=10 [2020-06-08T21:35:15.949Z] > git checkout -f 18accf3c2bb4fad263732182d293380b7016bd36 # timeout=10 [2020-06-08T21:35:17.143Z] ---> d95dd3cfda54 [2020-06-08T21:35:17.144Z] Step 8/8 : RUN go mod download [2020-06-08T21:35:17.144Z] ---> Running in 330f462e8424 [2020-06-08T21:35:20.240Z] Commit message: "feat: Add ability to Filter functions to reverse the logic to filter out specified names (#78)" [2020-06-08T21:35:20.521Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-08T21:35:20.521Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-08T21:35:20.521Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-08T21:35:20.521Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-08T21:35:20.521Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-08T21:35:20.521Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-08T21:35:20.521Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-08T21:35:20.521Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-08T21:35:20.521Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-08T21:35:20.521Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-08T21:35:20.521Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-08T21:35:20.521Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-08T21:35:20.521Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-08T21:35:20.521Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-08T21:35:20.521Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-08T21:35:20.794Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-08T21:35:20.794Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-08T21:35:20.794Z] go: finding github.com/fatih/color v1.7.0 [2020-06-08T21:35:20.794Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-06-08T21:35:20.794Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-08T21:35:20.794Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-08T21:35:20.794Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-08T21:35:20.794Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-08T21:35:20.794Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-08T21:35:20.794Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-08T21:35:20.794Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-08T21:35:20.794Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-08T21:35:20.794Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-08T21:35:20.794Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-08T21:35:20.794Z] go: finding github.com/google/uuid v1.1.1 [2020-06-08T21:35:20.794Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-08T21:35:20.794Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-08T21:35:20.794Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-08T21:35:20.794Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-08T21:35:20.794Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-08T21:35:20.794Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-08T21:35:20.794Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-08T21:35:20.794Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [Pipeline] echo [2020-06-08T21:35:20.831Z] ========================================================= [2020-06-08T21:35:20.831Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-08T21:35:20.831Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:35:21.066Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-08T21:35:21.066Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-08T21:35:21.066Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-08T21:35:21.066Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-08T21:35:21.066Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-08T21:35:21.066Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-08T21:35:21.066Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-08T21:35:21.066Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-08T21:35:21.066Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-08T21:35:21.066Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-08T21:35:21.066Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-06-08T21:35:21.066Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-08T21:35:21.066Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-08T21:35:21.066Z] go: finding github.com/kr/pty v1.1.1 [2020-06-08T21:35:21.066Z] go: finding github.com/kr/text v0.1.0 [2020-06-08T21:35:21.066Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-08T21:35:21.066Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-08T21:35:21.066Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-08T21:35:21.066Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-08T21:35:21.066Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-08T21:35:21.066Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-08T21:35:21.066Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-08T21:35:21.066Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-08T21:35:21.066Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-08T21:35:21.066Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-08T21:35:21.066Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-08T21:35:21.066Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-08T21:35:21.066Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-06-08T21:35:21.066Z] go: finding github.com/onsi/gomega v1.7.0 [2020-06-08T21:35:21.339Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-08T21:35:21.339Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-08T21:35:21.339Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-08T21:35:21.339Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-08T21:35:21.339Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-08T21:35:21.339Z] go: finding github.com/posener/complete v1.1.1 [2020-06-08T21:35:21.339Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-08T21:35:21.339Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-08T21:35:21.339Z] go: finding github.com/stretchr/objx v0.2.0 [2020-06-08T21:35:21.339Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-08T21:35:21.339Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-06-08T21:35:21.339Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-08T21:35:21.339Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-08T21:35:21.339Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-08T21:35:21.339Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-08T21:35:21.339Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-08T21:35:21.454Z] + 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 . [2020-06-08T21:35:21.613Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-08T21:35:21.613Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-08T21:35:21.613Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-08T21:35:21.613Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-06-08T21:35:21.613Z] go: finding golang.org/x/text v0.3.2 [2020-06-08T21:35:21.613Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-08T21:35:21.613Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-08T21:35:21.613Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-08T21:35:21.613Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-06-08T21:35:21.613Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-06-08T21:35:21.613Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-08T21:35:21.725Z] Sending build context to Docker daemon 289.8kB [2020-06-08T21:35:21.725Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-08T21:35:21.725Z] Step 2/8 : FROM ${BASE} [2020-06-08T21:35:21.725Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-08T21:35:21.725Z] e6b0cf9c0882: Pulling fs layer [2020-06-08T21:35:21.725Z] 2848faf0eed1: Pulling fs layer [2020-06-08T21:35:21.725Z] 0f37312ad70f: Pulling fs layer [2020-06-08T21:35:21.725Z] 5788d62ee057: Pulling fs layer [2020-06-08T21:35:21.725Z] 0e6b1d234666: Pulling fs layer [2020-06-08T21:35:21.725Z] bf5d7aec512f: Pulling fs layer [2020-06-08T21:35:21.725Z] 34c802a77dc8: Pulling fs layer [2020-06-08T21:35:21.725Z] 9eb99e56ec68: Pulling fs layer [2020-06-08T21:35:21.725Z] 27c7a5d97fbd: Pulling fs layer [2020-06-08T21:35:21.725Z] 5c102a31e300: Pulling fs layer [2020-06-08T21:35:21.725Z] dcfb455df0a1: Pulling fs layer [2020-06-08T21:35:21.725Z] 34c802a77dc8: Waiting [2020-06-08T21:35:21.725Z] 9eb99e56ec68: Waiting [2020-06-08T21:35:21.725Z] 27c7a5d97fbd: Waiting [2020-06-08T21:35:21.725Z] 5788d62ee057: Waiting [2020-06-08T21:35:21.725Z] 5c102a31e300: Waiting [2020-06-08T21:35:21.725Z] dcfb455df0a1: Waiting [2020-06-08T21:35:21.725Z] 0e6b1d234666: Waiting [2020-06-08T21:35:21.725Z] bf5d7aec512f: Waiting [2020-06-08T21:35:21.725Z] 0f37312ad70f: Verifying Checksum [2020-06-08T21:35:21.725Z] 0f37312ad70f: Download complete [2020-06-08T21:35:21.725Z] 2848faf0eed1: Verifying Checksum [2020-06-08T21:35:21.725Z] 2848faf0eed1: Download complete [2020-06-08T21:35:21.725Z] 0e6b1d234666: Verifying Checksum [2020-06-08T21:35:21.725Z] 0e6b1d234666: Download complete [2020-06-08T21:35:21.993Z] bf5d7aec512f: Verifying Checksum [2020-06-08T21:35:21.993Z] bf5d7aec512f: Download complete [2020-06-08T21:35:21.993Z] e6b0cf9c0882: Verifying Checksum [2020-06-08T21:35:21.993Z] e6b0cf9c0882: Download complete [2020-06-08T21:35:22.276Z] e6b0cf9c0882: Pull complete [2020-06-08T21:35:22.884Z] 34c802a77dc8: Verifying Checksum [2020-06-08T21:35:22.884Z] 34c802a77dc8: Download complete [2020-06-08T21:35:22.884Z] 27c7a5d97fbd: Verifying Checksum [2020-06-08T21:35:22.884Z] 27c7a5d97fbd: Download complete [2020-06-08T21:35:23.842Z] 5c102a31e300: Verifying Checksum [2020-06-08T21:35:23.842Z] 5c102a31e300: Download complete [2020-06-08T21:35:23.842Z] 5788d62ee057: Verifying Checksum [2020-06-08T21:35:23.842Z] 5788d62ee057: Download complete [2020-06-08T21:35:23.842Z] dcfb455df0a1: Verifying Checksum [2020-06-08T21:35:23.842Z] dcfb455df0a1: Download complete [2020-06-08T21:35:23.842Z] 9eb99e56ec68: Verifying Checksum [2020-06-08T21:35:23.842Z] 9eb99e56ec68: Download complete [2020-06-08T21:35:24.103Z] 2848faf0eed1: Pull complete [2020-06-08T21:35:24.103Z] 0f37312ad70f: Pull complete [2020-06-08T21:35:30.707Z] 5788d62ee057: Pull complete [2020-06-08T21:35:30.707Z] 0e6b1d234666: Pull complete [2020-06-08T21:35:30.707Z] bf5d7aec512f: Pull complete [2020-06-08T21:35:36.002Z] 34c802a77dc8: Pull complete [2020-06-08T21:35:38.574Z] 9eb99e56ec68: Pull complete [2020-06-08T21:35:38.838Z] 27c7a5d97fbd: Pull complete [2020-06-08T21:35:39.795Z] 5c102a31e300: Pull complete [2020-06-08T21:35:39.795Z] dcfb455df0a1: Pull complete [2020-06-08T21:35:39.795Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-08T21:35:39.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-08T21:35:39.973Z] Removing intermediate container 330f462e8424 [2020-06-08T21:35:39.973Z] ---> 3535e2aac61d [2020-06-08T21:35:39.973Z] Successfully built 3535e2aac61d [2020-06-08T21:35:39.973Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [2020-06-08T21:35:40.062Z] ---> 7c70fe431013 [2020-06-08T21:35:40.062Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:35:40.516Z] + docker inspect -f . ci-base-image-arm64 [2020-06-08T21:35:40.516Z] . [Pipeline] withDockerContainer [2020-06-08T21:35:40.633Z] ---> Running in 15619d19cfcc [2020-06-08T21:35:40.633Z] Removing intermediate container 15619d19cfcc [2020-06-08T21:35:40.633Z] ---> f49dca39d102 [2020-06-08T21:35:40.633Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-08T21:35:40.804Z] prd-ubuntu18.04-docker-arm64-4c-16g-2243 does not seem to be running inside a container [2020-06-08T21:35:40.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/24 -v /w/workspace/app-service-configurable/24:/w/workspace/app-service-configurable/24:rw,z -v /w/workspace/app-service-configurable/24@tmp:/w/workspace/app-service-configurable/24@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 [2020-06-08T21:35:40.895Z] ---> Running in 65a543fb51fa [2020-06-08T21:35:41.838Z] Removing intermediate container 65a543fb51fa [2020-06-08T21:35:41.838Z] ---> 86fec040a224 [2020-06-08T21:35:41.838Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-06-08T21:35:41.838Z] ---> Running in ce954e6d7ff8 [2020-06-08T21:35:42.688Z] $ docker top 8aa732532e5f3170b329525e9b09725ea856501ce911ca77365dad6488293be9 -eo pid,comm [2020-06-08T21:35:42.781Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-06-08T21:35:43.351Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-08T21:35:43.611Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-06-08T21:35:43.875Z] (2/6) Installing libsodium (1.0.18-r0) [2020-06-08T21:35:44.062Z] + go version [2020-06-08T21:35:44.062Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-08T21:35:44.135Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-06-08T21:35:44.135Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-06-08T21:35:44.395Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-08T21:35:44.395Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-06-08T21:35:44.395Z] Executing busybox-1.31.1-r8.trigger [2020-06-08T21:35:44.395Z] OK: 145 MiB in 45 packages [2020-06-08T21:35:44.967Z] Removing intermediate container ce954e6d7ff8 [2020-06-08T21:35:44.968Z] ---> 854d55376458 [2020-06-08T21:35:44.968Z] Step 6/8 : WORKDIR /app [2020-06-08T21:35:45.112Z] + make test [2020-06-08T21:35:45.112Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-06-08T21:35:45.229Z] ---> Running in 9c117f991c9e [2020-06-08T21:35:45.229Z] Removing intermediate container 9c117f991c9e [2020-06-08T21:35:45.229Z] ---> fd4729746473 [2020-06-08T21:35:45.229Z] Step 7/8 : COPY . . [2020-06-08T21:35:46.172Z] ---> 86339e696209 [2020-06-08T21:35:46.172Z] Step 8/8 : RUN go mod download [2020-06-08T21:35:46.172Z] ---> Running in 14aaf1ec146c [2020-06-08T21:35:48.091Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-08T21:35:48.091Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-08T21:35:48.091Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-08T21:35:48.091Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-08T21:35:48.091Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-08T21:35:48.091Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-08T21:35:48.091Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-08T21:35:48.091Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-08T21:35:48.091Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-08T21:35:48.091Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-08T21:35:48.091Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-08T21:35:48.353Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-08T21:35:48.353Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-08T21:35:48.353Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-08T21:35:48.353Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-08T21:35:48.353Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-08T21:35:48.353Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-08T21:35:48.353Z] go: finding github.com/fatih/color v1.7.0 [2020-06-08T21:35:48.353Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-06-08T21:35:48.353Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-08T21:35:48.353Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-08T21:35:48.353Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-08T21:35:48.353Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-08T21:35:48.353Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-08T21:35:48.353Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-08T21:35:48.353Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-08T21:35:48.353Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-08T21:35:48.353Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-08T21:35:48.353Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-08T21:35:48.353Z] go: finding github.com/google/uuid v1.1.1 [2020-06-08T21:35:48.353Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-08T21:35:48.353Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-08T21:35:48.614Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-08T21:35:48.614Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-06-08T21:35:48.614Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-08T21:35:48.614Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-08T21:35:48.614Z] go: finding github.com/kr/pty v1.1.1 [2020-06-08T21:35:48.614Z] go: finding github.com/kr/text v0.1.0 [2020-06-08T21:35:48.614Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-08T21:35:48.614Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-08T21:35:48.614Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-08T21:35:48.614Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-08T21:35:48.614Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-08T21:35:48.614Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-08T21:35:48.614Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-08T21:35:48.614Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-08T21:35:48.614Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-08T21:35:48.614Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-08T21:35:48.614Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-08T21:35:48.614Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-08T21:35:48.614Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-06-08T21:35:48.614Z] go: finding github.com/onsi/gomega v1.7.0 [2020-06-08T21:35:48.614Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-08T21:35:48.614Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-08T21:35:48.614Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-08T21:35:48.614Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-08T21:35:48.614Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-08T21:35:48.614Z] go: finding github.com/posener/complete v1.1.1 [2020-06-08T21:35:48.614Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-08T21:35:48.884Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-08T21:35:48.884Z] go: finding github.com/stretchr/objx v0.2.0 [2020-06-08T21:35:48.884Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-08T21:35:48.884Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-06-08T21:35:48.884Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-08T21:35:48.884Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-08T21:35:48.884Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-08T21:35:48.884Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-08T21:35:48.884Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-08T21:35:48.884Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-08T21:35:48.884Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-08T21:35:48.884Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-08T21:35:48.884Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-06-08T21:35:48.884Z] go: finding golang.org/x/text v0.3.2 [2020-06-08T21:35:48.884Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-08T21:35:48.884Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-08T21:35:48.884Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-08T21:35:48.884Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-06-08T21:35:48.884Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-06-08T21:35:48.884Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-08T21:36:03.818Z] Removing intermediate container 14aaf1ec146c [2020-06-08T21:36:03.818Z] ---> 056a4da5ba13 [2020-06-08T21:36:03.818Z] Successfully built 056a4da5ba13 [2020-06-08T21:36:03.818Z] 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 [2020-06-08T21:36:04.385Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-08T21:36:04.385Z] . [Pipeline] withDockerContainer [2020-06-08T21:36:04.525Z] prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container [2020-06-08T21:36:04.568Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/24 -v /w/workspace/app-service-configurable/24:/w/workspace/app-service-configurable/24:rw,z -v /w/workspace/app-service-configurable/24@tmp:/w/workspace/app-service-configurable/24@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 [2020-06-08T21:36:05.975Z] $ docker top f7aa5d16d6e046ad4921a2b6f816adcb5340fb091654d2625cce920b31fd0203 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-08T21:36:06.398Z] + go version [2020-06-08T21:36:06.398Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-08T21:36:06.706Z] + make test [2020-06-08T21:36:06.706Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-06-08T21:36:25.008Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-06-08T21:36:25.008Z] CGO_ENABLED=1 go vet ./... [2020-06-08T21:36:26.964Z] gofmt -l . [2020-06-08T21:36:26.964Z] [ "`gofmt -l .`" = "" ] [2020-06-08T21:36:26.964Z] ./bin/test-go-mod-tidy.sh [2020-06-08T21:36:27.538Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-08T21:36:28.064Z] Stashed 1 file(s) [Pipeline] } [2020-06-08T21:36:28.069Z] $ docker stop --time=1 f7aa5d16d6e046ad4921a2b6f816adcb5340fb091654d2625cce920b31fd0203 [2020-06-08T21:36:30.426Z] $ docker rm -f f7aa5d16d6e046ad4921a2b6f816adcb5340fb091654d2625cce920b31fd0203 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-08T21:36:32.094Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-06-08T21:36:32.095Z] CGO_ENABLED=1 go vet ./... [2020-06-08T21:36:32.264Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-08T21:36:32.558Z] + ls -al . [2020-06-08T21:36:32.558Z] total 96 [2020-06-08T21:36:32.558Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jun 8 21:36 . [2020-06-08T21:36:32.558Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 8 21:35 .. [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 6027 Jun 8 21:35 Attribution.txt [2020-06-08T21:36:32.558Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 8 21:35 bin [2020-06-08T21:36:32.558Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 8 21:36 coverage.out [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 180 Jun 8 21:35 docker-compose.debug.yml [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 133 Jun 8 21:35 docker-compose.yml [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 1896 Jun 8 21:35 Dockerfile [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 966 Jun 8 21:35 Dockerfile.build [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 127 Jun 8 21:35 .dockerignore [2020-06-08T21:36:32.558Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 8 21:35 .git [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 93 Jun 8 21:35 .gitignore [2020-06-08T21:36:32.558Z] -rw-r--r--. 1 jenkins jenkins 132 Jun 8 21:36 go.mod [2020-06-08T21:36:32.558Z] -rw-r--r--. 1 jenkins jenkins 18585 Jun 8 21:36 go.sum [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 689 Jun 8 21:35 Jenkinsfile [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jun 8 21:35 LICENSE [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 1617 Jun 8 21:35 main.go [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jun 8 21:35 makefile [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 481 Jun 8 21:35 README.md [2020-06-08T21:36:32.558Z] drwxrwxr-x. 10 jenkins jenkins 171 Jun 8 21:35 res [2020-06-08T21:36:32.558Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 8 21:35 .semver [2020-06-08T21:36:32.558Z] drwxrwxr-x. 4 jenkins jenkins 71 Jun 8 21:35 snap [2020-06-08T21:36:32.558Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 8 21:32 VERSION [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:36:32.859Z] + 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=18accf3c2bb4fad263732182d293380b7016bd36 --label arch=amd64 --label version=1.1.1-dev.3 . [2020-06-08T21:36:32.859Z] Sending build context to Docker daemon 311.3kB [2020-06-08T21:36:32.859Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-08T21:36:32.859Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-08T21:36:32.859Z] ---> 056a4da5ba13 [2020-06-08T21:36:32.859Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-06-08T21:36:33.123Z] ---> Running in d0cc88313fdc [2020-06-08T21:36:33.123Z] Removing intermediate container d0cc88313fdc [2020-06-08T21:36:33.123Z] ---> 767bf40344b9 [2020-06-08T21:36:33.123Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-08T21:36:33.123Z] ---> Running in af24032ee50d [2020-06-08T21:36:33.385Z] Removing intermediate container af24032ee50d [2020-06-08T21:36:33.385Z] ---> 966d951f80fc [2020-06-08T21:36:33.385Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-08T21:36:33.385Z] ---> Running in b306ca97e3cf [2020-06-08T21:36:33.648Z] Removing intermediate container b306ca97e3cf [2020-06-08T21:36:33.648Z] ---> 74c0b4a29b40 [2020-06-08T21:36:33.648Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-08T21:36:33.648Z] ---> Running in 0f5b87de2784 [2020-06-08T21:36:34.593Z] Removing intermediate container 0f5b87de2784 [2020-06-08T21:36:34.593Z] ---> 60476b3219ca [2020-06-08T21:36:34.593Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-08T21:36:34.593Z] ---> Running in 0952cb6a52e7 [2020-06-08T21:36:35.164Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-08T21:36:36.104Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-08T21:36:36.365Z] OK: 145 MiB in 45 packages [2020-06-08T21:36:36.936Z] Removing intermediate container 0952cb6a52e7 [2020-06-08T21:36:36.936Z] ---> 65557b28ee40 [2020-06-08T21:36:36.936Z] Step 8/24 : WORKDIR /app [2020-06-08T21:36:36.936Z] ---> Running in 14212b0f573b [2020-06-08T21:36:36.936Z] Removing intermediate container 14212b0f573b [2020-06-08T21:36:36.936Z] ---> e40488e943ec [2020-06-08T21:36:36.936Z] Step 9/24 : COPY go.mod . [2020-06-08T21:36:37.205Z] ---> 1485b96a2e70 [2020-06-08T21:36:37.205Z] Step 10/24 : RUN go mod download [2020-06-08T21:36:37.205Z] ---> Running in 1f4f38571508 [2020-06-08T21:36:38.149Z] Removing intermediate container 1f4f38571508 [2020-06-08T21:36:38.149Z] ---> a22fadbc1dbe [2020-06-08T21:36:38.149Z] Step 11/24 : COPY . . [2020-06-08T21:36:38.728Z] ---> 1542f66271f1 [2020-06-08T21:36:38.728Z] Step 12/24 : ARG MAKE="make build" [2020-06-08T21:36:38.728Z] ---> Running in 0ec6c4cf236d [2020-06-08T21:36:38.728Z] Removing intermediate container 0ec6c4cf236d [2020-06-08T21:36:38.728Z] ---> 0beb23aa4b32 [2020-06-08T21:36:38.728Z] Step 13/24 : RUN $MAKE [2020-06-08T21:36:38.728Z] ---> Running in 9760eb0fec7c [2020-06-08T21:36:38.862Z] gofmt -l . [2020-06-08T21:36:38.862Z] [ "`gofmt -l .`" = "" ] [2020-06-08T21:36:38.862Z] ./bin/test-go-mod-tidy.sh [2020-06-08T21:36:39.306Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.3" -o app-service-configurable [2020-06-08T21:36:39.465Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-08T21:36:40.477Z] Warning: overwriting stash ‘coverage-report’ [2020-06-08T21:36:40.851Z] Stashed 1 file(s) [Pipeline] } [2020-06-08T21:36:40.828Z] $ docker stop --time=1 8aa732532e5f3170b329525e9b09725ea856501ce911ca77365dad6488293be9 [2020-06-08T21:36:43.032Z] $ docker rm -f 8aa732532e5f3170b329525e9b09725ea856501ce911ca77365dad6488293be9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-08T21:36:44.104Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-08T21:36:44.432Z] + ls -al . [2020-06-08T21:36:44.432Z] total 120 [2020-06-08T21:36:44.432Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 8 21:36 . [2020-06-08T21:36:44.432Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 21:34 .. [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 127 Jun 8 21:34 .dockerignore [2020-06-08T21:36:44.432Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 8 21:34 .git [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 93 Jun 8 21:34 .gitignore [2020-06-08T21:36:44.432Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 21:34 .semver [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 6027 Jun 8 21:34 Attribution.txt [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 1896 Jun 8 21:34 Dockerfile [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 966 Jun 8 21:34 Dockerfile.build [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 689 Jun 8 21:34 Jenkinsfile [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 8 21:34 LICENSE [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 481 Jun 8 21:34 README.md [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 8 21:32 VERSION [2020-06-08T21:36:44.432Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 21:34 bin [2020-06-08T21:36:44.432Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 8 21:35 coverage.out [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 180 Jun 8 21:34 docker-compose.debug.yml [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 133 Jun 8 21:34 docker-compose.yml [2020-06-08T21:36:44.432Z] -rw-r--r-- 1 jenkins jenkins 132 Jun 8 21:36 go.mod [2020-06-08T21:36:44.432Z] -rw-r--r-- 1 jenkins jenkins 18585 Jun 8 21:36 go.sum [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 1617 Jun 8 21:34 main.go [2020-06-08T21:36:44.432Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jun 8 21:34 makefile [2020-06-08T21:36:44.432Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 21:34 res [2020-06-08T21:36:44.432Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 21:34 snap [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:36:44.769Z] + 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=18accf3c2bb4fad263732182d293380b7016bd36 --label arch=arm64 --label version=1.1.1-dev.3 . [2020-06-08T21:36:45.049Z] Sending build context to Docker daemon 311.3kB [2020-06-08T21:36:45.049Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-08T21:36:45.049Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-08T21:36:45.049Z] ---> 3535e2aac61d [2020-06-08T21:36:45.049Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-06-08T21:36:45.322Z] ---> Running in b126abefa0c6 [2020-06-08T21:36:45.916Z] Removing intermediate container b126abefa0c6 [2020-06-08T21:36:45.916Z] ---> 17c3adfa13f0 [2020-06-08T21:36:45.916Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-08T21:36:45.916Z] ---> Running in ada1f5f994e3 [2020-06-08T21:36:46.189Z] Removing intermediate container ada1f5f994e3 [2020-06-08T21:36:46.189Z] ---> 3d9b7c3a9355 [2020-06-08T21:36:46.189Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-08T21:36:46.467Z] ---> Running in d32ec4f2f88a [2020-06-08T21:36:47.059Z] Removing intermediate container d32ec4f2f88a [2020-06-08T21:36:47.060Z] ---> 689eceb781f8 [2020-06-08T21:36:47.060Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-08T21:36:47.060Z] ---> Running in f0e0eaa73b5b [2020-06-08T21:36:49.681Z] Removing intermediate container f0e0eaa73b5b [2020-06-08T21:36:49.681Z] ---> 40df54787fec [2020-06-08T21:36:49.681Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-08T21:36:49.956Z] ---> Running in 8089dc112f25 [2020-06-08T21:36:51.385Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-08T21:36:51.979Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-08T21:36:52.573Z] OK: 127 MiB in 45 packages [2020-06-08T21:36:53.548Z] Removing intermediate container 8089dc112f25 [2020-06-08T21:36:53.548Z] ---> 8b83790afefd [2020-06-08T21:36:53.548Z] Step 8/24 : WORKDIR /app [2020-06-08T21:36:53.821Z] ---> Running in a4aa51e73d94 [2020-06-08T21:36:54.413Z] Removing intermediate container a4aa51e73d94 [2020-06-08T21:36:54.413Z] ---> 73a03a65155e [2020-06-08T21:36:54.413Z] Step 9/24 : COPY go.mod . [2020-06-08T21:36:55.011Z] ---> d6ac86010187 [2020-06-08T21:36:55.011Z] Step 10/24 : RUN go mod download [2020-06-08T21:36:55.011Z] ---> Running in 8e98054c6eec [2020-06-08T21:36:57.633Z] Removing intermediate container 8e98054c6eec [2020-06-08T21:36:57.633Z] ---> 979d0048a872 [2020-06-08T21:36:57.633Z] Step 11/24 : COPY . . [2020-06-08T21:36:58.612Z] ---> 2d6807314ad7 [2020-06-08T21:36:58.612Z] Step 12/24 : ARG MAKE="make build" [2020-06-08T21:36:58.887Z] ---> Running in 936a569df228 [2020-06-08T21:36:59.159Z] Removing intermediate container 936a569df228 [2020-06-08T21:36:59.159Z] ---> ce632ed664ae [2020-06-08T21:36:59.159Z] Step 13/24 : RUN $MAKE [2020-06-08T21:36:59.436Z] ---> Running in b7428adff5a3 [2020-06-08T21:37:00.868Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.3" -o app-service-configurable [2020-06-08T21:37:01.375Z] Removing intermediate container 9760eb0fec7c [2020-06-08T21:37:01.375Z] ---> 5d77d3f5726f [2020-06-08T21:37:01.375Z] Step 14/24 : FROM alpine:latest [2020-06-08T21:37:01.375Z] latest: Pulling from library/alpine [2020-06-08T21:37:01.375Z] df20fa9351a1: Pulling fs layer [2020-06-08T21:37:01.375Z] df20fa9351a1: Verifying Checksum [2020-06-08T21:37:01.375Z] df20fa9351a1: Download complete [2020-06-08T21:37:01.375Z] df20fa9351a1: Pull complete [2020-06-08T21:37:01.375Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-08T21:37:01.375Z] Status: Downloaded newer image for alpine:latest [2020-06-08T21:37:01.375Z] ---> a24bb4013296 [2020-06-08T21:37:01.375Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-08T21:37:01.375Z] ---> Running in 2d7afb03569e [2020-06-08T21:37:01.375Z] Removing intermediate container 2d7afb03569e [2020-06-08T21:37:01.375Z] ---> 9a2988fe4021 [2020-06-08T21:37:01.375Z] Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} [2020-06-08T21:37:01.375Z] ---> Running in d0045ebb656e [2020-06-08T21:37:01.375Z] Removing intermediate container d0045ebb656e [2020-06-08T21:37:01.375Z] ---> d106e8828c97 [2020-06-08T21:37:01.375Z] Step 17/24 : RUN apk --no-cache add ca-certificates zeromq [2020-06-08T21:37:01.375Z] ---> Running in fb3b4243c743 [2020-06-08T21:37:01.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-06-08T21:37:01.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-06-08T21:37:01.375Z] (1/6) Installing ca-certificates (20191127-r3) [2020-06-08T21:37:01.375Z] (2/6) Installing libgcc (9.3.0-r2) [2020-06-08T21:37:01.375Z] (3/6) Installing libsodium (1.0.18-r0) [2020-06-08T21:37:01.375Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-06-08T21:37:01.375Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-08T21:37:01.375Z] (6/6) Installing zeromq (4.3.2-r0) [2020-06-08T21:37:01.375Z] Executing busybox-1.31.1-r16.trigger [2020-06-08T21:37:01.375Z] Executing ca-certificates-20191127-r3.trigger [2020-06-08T21:37:01.375Z] OK: 9 MiB in 20 packages [2020-06-08T21:37:01.636Z] Removing intermediate container fb3b4243c743 [2020-06-08T21:37:01.636Z] ---> 61c5d1d3227a [2020-06-08T21:37:01.636Z] Step 18/24 : COPY --from=builder /app/res/ /res/ [2020-06-08T21:37:01.899Z] ---> 74dd179f8b01 [2020-06-08T21:37:01.899Z] Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-06-08T21:37:02.841Z] ---> 7b6dc0b90e4e [2020-06-08T21:37:02.841Z] Step 20/24 : EXPOSE 48095 [2020-06-08T21:37:02.841Z] ---> Running in f5630dbb0fe3 [2020-06-08T21:37:02.841Z] Removing intermediate container f5630dbb0fe3 [2020-06-08T21:37:02.841Z] ---> 3e649c216c5d [2020-06-08T21:37:02.841Z] Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-08T21:37:02.841Z] ---> Running in f2a9503e3547 [2020-06-08T21:37:03.101Z] Removing intermediate container f2a9503e3547 [2020-06-08T21:37:03.101Z] ---> e7151f7611dd [2020-06-08T21:37:03.101Z] Step 22/24 : LABEL arch=amd64 [2020-06-08T21:37:03.101Z] ---> Running in fd46ed9fce86 [2020-06-08T21:37:03.362Z] Removing intermediate container fd46ed9fce86 [2020-06-08T21:37:03.362Z] ---> dce7212005a2 [2020-06-08T21:37:03.362Z] Step 23/24 : LABEL git_sha=18accf3c2bb4fad263732182d293380b7016bd36 [2020-06-08T21:37:03.362Z] ---> Running in be72673d9c44 [2020-06-08T21:37:03.362Z] Removing intermediate container be72673d9c44 [2020-06-08T21:37:03.362Z] ---> 07ac04381235 [2020-06-08T21:37:03.362Z] Step 24/24 : LABEL version=1.1.1-dev.3 [2020-06-08T21:37:03.629Z] ---> Running in 3157e42c970a [2020-06-08T21:37:03.629Z] Removing intermediate container 3157e42c970a [2020-06-08T21:37:03.629Z] ---> 1bc6142ef059 [2020-06-08T21:37:03.629Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-08T21:37:03.629Z] Successfully built 1bc6142ef059 [2020-06-08T21:37:03.629Z] 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 [2020-06-08T21:37:03.850Z] provisioning config files... [2020-06-08T21:37:03.884Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/24@tmp/config9077016675870818383tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-08T21:37:04.212Z] nexus3.edgexfoundry.org:10001 [2020-06-08T21:37:04.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-08T21:37:04.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-08T21:37:04.478Z] Configure a credential helper to remove this warning. See [2020-06-08T21:37:04.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-08T21:37:04.478Z] [2020-06-08T21:37:04.478Z] Login Succeeded [2020-06-08T21:37:04.478Z] nexus3.edgexfoundry.org:10002 [2020-06-08T21:37:04.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-08T21:37:04.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-08T21:37:04.478Z] Configure a credential helper to remove this warning. See [2020-06-08T21:37:04.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-08T21:37:04.478Z] [2020-06-08T21:37:04.478Z] Login Succeeded [2020-06-08T21:37:04.478Z] nexus3.edgexfoundry.org:10003 [2020-06-08T21:37:04.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-08T21:37:04.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-08T21:37:04.745Z] Configure a credential helper to remove this warning. See [2020-06-08T21:37:04.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-08T21:37:04.745Z] [2020-06-08T21:37:04.745Z] Login Succeeded [2020-06-08T21:37:04.745Z] nexus3.edgexfoundry.org:10004 [2020-06-08T21:37:05.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-08T21:37:05.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-08T21:37:05.006Z] Configure a credential helper to remove this warning. See [2020-06-08T21:37:05.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-08T21:37:05.006Z] [2020-06-08T21:37:05.576Z] Login Succeeded [2020-06-08T21:37:05.576Z] docker.io [2020-06-08T21:37:05.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-08T21:37:06.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-08T21:37:06.096Z] Configure a credential helper to remove this warning. See [2020-06-08T21:37:06.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-08T21:37:06.096Z] [2020-06-08T21:37:06.096Z] Login Succeeded [Pipeline] } [2020-06-08T21:37:06.107Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-08T21:37:06.192Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-06-08T21:37:06.192Z] 18accf3c2bb4fad263732182d293380b7016bd36 [2020-06-08T21:37:06.192Z] latest [2020-06-08T21:37:06.192Z] 1.1.1-dev.3 [2020-06-08T21:37:06.192Z] 18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3 [2020-06-08T21:37:06.192Z] master [2020-06-08T21:37:06.192Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:37:06.562Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:18accf3c2bb4fad263732182d293380b7016bd36 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:37:06.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:18accf3c2bb4fad263732182d293380b7016bd36 [2020-06-08T21:37:06.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-08T21:37:06.858Z] 6729c246d91f: Preparing [2020-06-08T21:37:06.858Z] 7f720538d786: Preparing [2020-06-08T21:37:06.858Z] af29c160c9e2: Preparing [2020-06-08T21:37:06.858Z] 50644c29ef5a: Preparing [2020-06-08T21:37:06.858Z] 50644c29ef5a: Layer already exists [2020-06-08T21:37:06.858Z] 7f720538d786: Pushed [2020-06-08T21:37:07.121Z] af29c160c9e2: Pushed [2020-06-08T21:37:09.046Z] 6729c246d91f: Pushed [2020-06-08T21:37:09.046Z] 18accf3c2bb4fad263732182d293380b7016bd36: digest: sha256:e205a04dc2f7b57870287ce8368176286eb2ccbda533e591e461ac8b00403316 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:37:09.345Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:37:09.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-06-08T21:37:09.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-08T21:37:09.642Z] 6729c246d91f: Preparing [2020-06-08T21:37:09.642Z] 7f720538d786: Preparing [2020-06-08T21:37:09.642Z] af29c160c9e2: Preparing [2020-06-08T21:37:09.642Z] 50644c29ef5a: Preparing [2020-06-08T21:37:09.642Z] 50644c29ef5a: Layer already exists [2020-06-08T21:37:09.642Z] 6729c246d91f: Layer already exists [2020-06-08T21:37:09.642Z] 7f720538d786: Layer already exists [2020-06-08T21:37:09.642Z] af29c160c9e2: Layer already exists [2020-06-08T21:37:09.642Z] latest: digest: sha256:e205a04dc2f7b57870287ce8368176286eb2ccbda533e591e461ac8b00403316 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:37:09.940Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.1.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:37:10.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.1.1-dev.3 [2020-06-08T21:37:10.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-08T21:37:10.234Z] 6729c246d91f: Preparing [2020-06-08T21:37:10.234Z] 7f720538d786: Preparing [2020-06-08T21:37:10.234Z] af29c160c9e2: Preparing [2020-06-08T21:37:10.235Z] 50644c29ef5a: Preparing [2020-06-08T21:37:10.235Z] 50644c29ef5a: Layer already exists [2020-06-08T21:37:10.235Z] 6729c246d91f: Layer already exists [2020-06-08T21:37:10.235Z] af29c160c9e2: Layer already exists [2020-06-08T21:37:10.235Z] 7f720538d786: Layer already exists [2020-06-08T21:37:10.235Z] 1.1.1-dev.3: digest: sha256:e205a04dc2f7b57870287ce8368176286eb2ccbda533e591e461ac8b00403316 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:37:10.536Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:37:10.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3 [2020-06-08T21:37:10.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-08T21:37:10.830Z] 6729c246d91f: Preparing [2020-06-08T21:37:10.830Z] 7f720538d786: Preparing [2020-06-08T21:37:10.830Z] af29c160c9e2: Preparing [2020-06-08T21:37:10.830Z] 50644c29ef5a: Preparing [2020-06-08T21:37:10.830Z] 7f720538d786: Layer already exists [2020-06-08T21:37:10.830Z] 6729c246d91f: Layer already exists [2020-06-08T21:37:10.830Z] 50644c29ef5a: Layer already exists [2020-06-08T21:37:10.830Z] af29c160c9e2: Layer already exists [2020-06-08T21:37:10.830Z] 18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3: digest: sha256:e205a04dc2f7b57870287ce8368176286eb2ccbda533e591e461ac8b00403316 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:37:11.130Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:37:11.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-06-08T21:37:11.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-08T21:37:11.431Z] 6729c246d91f: Preparing [2020-06-08T21:37:11.431Z] 7f720538d786: Preparing [2020-06-08T21:37:11.431Z] af29c160c9e2: Preparing [2020-06-08T21:37:11.431Z] 50644c29ef5a: Preparing [2020-06-08T21:37:11.431Z] af29c160c9e2: Layer already exists [2020-06-08T21:37:11.431Z] 50644c29ef5a: Layer already exists [2020-06-08T21:37:11.431Z] 7f720538d786: Layer already exists [2020-06-08T21:37:11.431Z] 6729c246d91f: Layer already exists [2020-06-08T21:37:11.431Z] master: digest: sha256:e205a04dc2f7b57870287ce8368176286eb2ccbda533e591e461ac8b00403316 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] } [2020-06-08T21:37:47.850Z] Removing intermediate container b7428adff5a3 [2020-06-08T21:37:47.850Z] ---> 71cc94eb5933 [2020-06-08T21:37:47.850Z] Step 14/24 : FROM alpine:latest [2020-06-08T21:37:47.850Z] latest: Pulling from library/alpine [2020-06-08T21:37:47.850Z] b538f80385f9: Pulling fs layer [2020-06-08T21:37:47.850Z] b538f80385f9: Download complete [2020-06-08T21:37:47.850Z] b538f80385f9: Pull complete [2020-06-08T21:37:47.850Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-08T21:37:47.850Z] Status: Downloaded newer image for alpine:latest [2020-06-08T21:37:47.850Z] ---> 62ee0e9f8440 [2020-06-08T21:37:47.850Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-08T21:37:47.850Z] ---> Running in 86d4856fed3a [2020-06-08T21:37:47.850Z] Removing intermediate container 86d4856fed3a [2020-06-08T21:37:47.850Z] ---> 636ecac26b7b [2020-06-08T21:37:47.850Z] Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} [2020-06-08T21:37:47.850Z] ---> Running in af14440f9255 [2020-06-08T21:37:48.126Z] Removing intermediate container af14440f9255 [2020-06-08T21:37:48.126Z] ---> 1e54919f129c [2020-06-08T21:37:48.126Z] Step 17/24 : RUN apk --no-cache add ca-certificates zeromq [2020-06-08T21:37:48.410Z] ---> Running in 52a94a6aeb4f [2020-06-08T21:37:50.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-06-08T21:37:50.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-06-08T21:37:50.666Z] (1/6) Installing ca-certificates (20191127-r3) [2020-06-08T21:37:50.940Z] (2/6) Installing libgcc (9.3.0-r2) [2020-06-08T21:37:50.940Z] (3/6) Installing libsodium (1.0.18-r0) [2020-06-08T21:37:50.940Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-06-08T21:37:50.940Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-08T21:37:50.940Z] (6/6) Installing zeromq (4.3.2-r0) [2020-06-08T21:37:50.941Z] Executing busybox-1.31.1-r16.trigger [2020-06-08T21:37:50.941Z] Executing ca-certificates-20191127-r3.trigger [2020-06-08T21:37:50.941Z] OK: 8 MiB in 20 packages [2020-06-08T21:37:52.915Z] Removing intermediate container 52a94a6aeb4f [2020-06-08T21:37:52.915Z] ---> 4b10f420d522 [2020-06-08T21:37:52.915Z] Step 18/24 : COPY --from=builder /app/res/ /res/ [2020-06-08T21:37:53.898Z] ---> ebc85b6c7680 [2020-06-08T21:37:53.898Z] Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-06-08T21:37:55.873Z] ---> 54051f174d5b [2020-06-08T21:37:55.873Z] Step 20/24 : EXPOSE 48095 [2020-06-08T21:37:56.146Z] ---> Running in c0ba76435caf [2020-06-08T21:37:56.740Z] Removing intermediate container c0ba76435caf [2020-06-08T21:37:56.740Z] ---> f36033913782 [2020-06-08T21:37:56.740Z] Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-08T21:37:56.740Z] ---> Running in 9518b496cd9f [2020-06-08T21:37:57.335Z] Removing intermediate container 9518b496cd9f [2020-06-08T21:37:57.335Z] ---> 0a009a3e565f [2020-06-08T21:37:57.335Z] Step 22/24 : LABEL arch=arm64 [2020-06-08T21:37:57.335Z] ---> Running in ae0f9b875119 [2020-06-08T21:37:57.609Z] Removing intermediate container ae0f9b875119 [2020-06-08T21:37:57.610Z] ---> 3706f915cddc [2020-06-08T21:37:57.610Z] Step 23/24 : LABEL git_sha=18accf3c2bb4fad263732182d293380b7016bd36 [2020-06-08T21:37:57.885Z] ---> Running in dae34db29730 [2020-06-08T21:37:58.159Z] Removing intermediate container dae34db29730 [2020-06-08T21:37:58.159Z] ---> b611f5d38267 [2020-06-08T21:37:58.159Z] Step 24/24 : LABEL version=1.1.1-dev.3 [2020-06-08T21:37:58.434Z] ---> Running in cae90ec6d5f8 [2020-06-08T21:37:59.026Z] Removing intermediate container cae90ec6d5f8 [2020-06-08T21:37:59.026Z] ---> 2b9881b55d11 [2020-06-08T21:37:59.026Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-08T21:37:59.026Z] Successfully built 2b9881b55d11 [2020-06-08T21:37:59.026Z] 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 [2020-06-08T21:37:59.204Z] provisioning config files... [2020-06-08T21:37:59.244Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/24@tmp/config2297744486212429985tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-08T21:37:59.626Z] nexus3.edgexfoundry.org:10001 [2020-06-08T21:37:59.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-08T21:38:00.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-08T21:38:00.173Z] Configure a credential helper to remove this warning. See [2020-06-08T21:38:00.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-08T21:38:00.173Z] [2020-06-08T21:38:00.173Z] Login Succeeded [2020-06-08T21:38:00.173Z] nexus3.edgexfoundry.org:10002 [2020-06-08T21:38:00.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-08T21:38:00.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-08T21:38:00.718Z] Configure a credential helper to remove this warning. See [2020-06-08T21:38:00.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-08T21:38:00.718Z] [2020-06-08T21:38:00.718Z] Login Succeeded [2020-06-08T21:38:00.718Z] nexus3.edgexfoundry.org:10003 [2020-06-08T21:38:00.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-08T21:38:01.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-08T21:38:01.262Z] Configure a credential helper to remove this warning. See [2020-06-08T21:38:01.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-08T21:38:01.263Z] [2020-06-08T21:38:01.263Z] Login Succeeded [2020-06-08T21:38:01.263Z] nexus3.edgexfoundry.org:10004 [2020-06-08T21:38:01.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-08T21:38:01.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-08T21:38:01.858Z] Configure a credential helper to remove this warning. See [2020-06-08T21:38:01.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-08T21:38:01.858Z] [2020-06-08T21:38:01.858Z] Login Succeeded [2020-06-08T21:38:01.858Z] docker.io [2020-06-08T21:38:02.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-08T21:38:02.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-08T21:38:02.722Z] Configure a credential helper to remove this warning. See [2020-06-08T21:38:02.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-08T21:38:02.722Z] [2020-06-08T21:38:02.722Z] Login Succeeded [Pipeline] } [2020-06-08T21:38:02.738Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-08T21:38:02.827Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-06-08T21:38:02.827Z] 18accf3c2bb4fad263732182d293380b7016bd36 [2020-06-08T21:38:02.827Z] latest [2020-06-08T21:38:02.827Z] 1.1.1-dev.3 [2020-06-08T21:38:02.827Z] 18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3 [2020-06-08T21:38:02.827Z] master [2020-06-08T21:38:02.827Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:03.230Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:18accf3c2bb4fad263732182d293380b7016bd36 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:03.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:18accf3c2bb4fad263732182d293380b7016bd36 [2020-06-08T21:38:03.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-08T21:38:03.577Z] faa217894c56: Preparing [2020-06-08T21:38:03.577Z] 0435ea862a6a: Preparing [2020-06-08T21:38:03.577Z] dfa91d22f7e1: Preparing [2020-06-08T21:38:03.577Z] e2f13739ad41: Preparing [2020-06-08T21:38:03.853Z] e2f13739ad41: Layer already exists [2020-06-08T21:38:03.853Z] 0435ea862a6a: Pushed [2020-06-08T21:38:04.457Z] dfa91d22f7e1: Pushed [2020-06-08T21:38:07.832Z] faa217894c56: Pushed [2020-06-08T21:38:08.103Z] 18accf3c2bb4fad263732182d293380b7016bd36: digest: sha256:451991a5b40f54e41c041f31aabec7db3d7f0d691c37b3d60bf79f28fa23858a size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:08.441Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:08.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-06-08T21:38:08.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-08T21:38:08.778Z] faa217894c56: Preparing [2020-06-08T21:38:08.778Z] 0435ea862a6a: Preparing [2020-06-08T21:38:08.778Z] dfa91d22f7e1: Preparing [2020-06-08T21:38:08.778Z] e2f13739ad41: Preparing [2020-06-08T21:38:08.778Z] faa217894c56: Layer already exists [2020-06-08T21:38:08.778Z] 0435ea862a6a: Layer already exists [2020-06-08T21:38:08.778Z] dfa91d22f7e1: Layer already exists [2020-06-08T21:38:08.778Z] e2f13739ad41: Layer already exists [2020-06-08T21:38:09.048Z] latest: digest: sha256:451991a5b40f54e41c041f31aabec7db3d7f0d691c37b3d60bf79f28fa23858a size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:09.385Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.1.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:09.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.1.1-dev.3 [2020-06-08T21:38:09.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-08T21:38:09.721Z] faa217894c56: Preparing [2020-06-08T21:38:09.721Z] 0435ea862a6a: Preparing [2020-06-08T21:38:09.721Z] dfa91d22f7e1: Preparing [2020-06-08T21:38:09.721Z] e2f13739ad41: Preparing [2020-06-08T21:38:09.993Z] 0435ea862a6a: Layer already exists [2020-06-08T21:38:09.993Z] faa217894c56: Layer already exists [2020-06-08T21:38:09.993Z] dfa91d22f7e1: Layer already exists [2020-06-08T21:38:09.993Z] e2f13739ad41: Layer already exists [2020-06-08T21:38:09.993Z] 1.1.1-dev.3: digest: sha256:451991a5b40f54e41c041f31aabec7db3d7f0d691c37b3d60bf79f28fa23858a size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:10.334Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:10.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3 [2020-06-08T21:38:10.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-08T21:38:10.676Z] faa217894c56: Preparing [2020-06-08T21:38:10.676Z] 0435ea862a6a: Preparing [2020-06-08T21:38:10.676Z] dfa91d22f7e1: Preparing [2020-06-08T21:38:10.676Z] e2f13739ad41: Preparing [2020-06-08T21:38:10.676Z] dfa91d22f7e1: Layer already exists [2020-06-08T21:38:10.676Z] faa217894c56: Layer already exists [2020-06-08T21:38:10.676Z] 0435ea862a6a: Layer already exists [2020-06-08T21:38:10.676Z] e2f13739ad41: Layer already exists [2020-06-08T21:38:10.949Z] 18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3: digest: sha256:451991a5b40f54e41c041f31aabec7db3d7f0d691c37b3d60bf79f28fa23858a size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:11.287Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:11.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-06-08T21:38:11.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-08T21:38:11.619Z] faa217894c56: Preparing [2020-06-08T21:38:11.619Z] 0435ea862a6a: Preparing [2020-06-08T21:38:11.619Z] dfa91d22f7e1: Preparing [2020-06-08T21:38:11.619Z] e2f13739ad41: Preparing [2020-06-08T21:38:11.619Z] dfa91d22f7e1: Layer already exists [2020-06-08T21:38:11.619Z] 0435ea862a6a: Layer already exists [2020-06-08T21:38:11.619Z] e2f13739ad41: Layer already exists [2020-06-08T21:38:11.619Z] faa217894c56: Layer already exists [2020-06-08T21:38:11.896Z] master: digest: sha256:451991a5b40f54e41c041f31aabec7db3d7f0d691c37b3d60bf79f28fa23858a 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 [2020-06-08T21:38:12.590Z] provisioning config files... [2020-06-08T21:38:12.604Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8802187878229716875tmp [Pipeline] { [Pipeline] sh [2020-06-08T21:38:12.926Z] + curl -s https://codecov.io/bash [2020-06-08T21:38:12.926Z] + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config8802187878229716875tmp [2020-06-08T21:38:13.186Z] [2020-06-08T21:38:13.186Z] _____ _ [2020-06-08T21:38:13.186Z] / ____| | | [2020-06-08T21:38:13.186Z] | | ___ __| | ___ ___ _____ __ [2020-06-08T21:38:13.186Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-08T21:38:13.186Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-08T21:38:13.186Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-08T21:38:13.186Z] Bash-20200602-f809a24 [2020-06-08T21:38:13.186Z] [2020-06-08T21:38:13.186Z] [2020-06-08T21:38:13.186Z] ==> Jenkins CI detected. [2020-06-08T21:38:13.186Z] project root: . [2020-06-08T21:38:13.186Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-08T21:38:13.186Z] ==> Running gcov in . (disable via -X gcov) [2020-06-08T21:38:13.186Z] ==> Python coveragepy not found [2020-06-08T21:38:13.186Z] ==> Searching for coverage reports in: [2020-06-08T21:38:13.186Z] + . [2020-06-08T21:38:13.186Z] -> Found 1 reports [2020-06-08T21:38:13.186Z] ==> Detecting git/mercurial file structure [2020-06-08T21:38:13.186Z] ==> Reading reports [2020-06-08T21:38:13.186Z] + ./coverage.out bytes=10 [2020-06-08T21:38:13.186Z] ==> Appending adjustments [2020-06-08T21:38:13.186Z] https://docs.codecov.io/docs/fixing-reports [2020-06-08T21:38:13.186Z] + Found adjustments [2020-06-08T21:38:13.186Z] ==> Gzipping contents [2020-06-08T21:38:13.186Z] ==> Uploading reports [2020-06-08T21:38:13.186Z] url: https://codecov.io [2020-06-08T21:38:13.186Z] query: branch=master&commit=18accf3c2bb4fad263732182d293380b7016bd36&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F24%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= [2020-06-08T21:38:13.186Z] -> Pinging Codecov [2020-06-08T21:38:13.186Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=18accf3c2bb4fad263732182d293380b7016bd36&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F24%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= [2020-06-08T21:38:14.128Z] -> Uploading [2020-06-08T21:38:14.388Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/18accf3c2bb4fad263732182d293380b7016bd36 [Pipeline] } [2020-06-08T21:38:14.396Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-08T21:38:14.859Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-08T21:38:14.860Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-08T21:38:14.894Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:15.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-08T21:38:15.202Z] [2020-06-08T21:38:15.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:15.523Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-08T21:38:15.523Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-08T21:38:15.523Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-08T21:38:15.523Z] 408f87550127: Pulling fs layer [2020-06-08T21:38:15.523Z] fe522b08c979: Pulling fs layer [2020-06-08T21:38:15.523Z] 221eaa008020: Pulling fs layer [2020-06-08T21:38:15.523Z] 2a4607e5d6b9: Pulling fs layer [2020-06-08T21:38:15.523Z] 8f79b27c4fd2: Pulling fs layer [2020-06-08T21:38:15.523Z] e5c8dbe1645b: Pulling fs layer [2020-06-08T21:38:15.523Z] 23e8b3b47431: Pulling fs layer [2020-06-08T21:38:15.523Z] 5c568d65a230: Pulling fs layer [2020-06-08T21:38:15.523Z] 8f79b27c4fd2: Waiting [2020-06-08T21:38:15.523Z] e5c8dbe1645b: Waiting [2020-06-08T21:38:15.523Z] 23e8b3b47431: Waiting [2020-06-08T21:38:15.523Z] 5c568d65a230: Waiting [2020-06-08T21:38:15.523Z] 221eaa008020: Waiting [2020-06-08T21:38:15.523Z] 2a4607e5d6b9: Waiting [2020-06-08T21:38:15.523Z] fe522b08c979: Verifying Checksum [2020-06-08T21:38:15.523Z] fe522b08c979: Download complete [2020-06-08T21:38:15.523Z] 408f87550127: Verifying Checksum [2020-06-08T21:38:15.523Z] 408f87550127: Download complete [2020-06-08T21:38:15.523Z] 2a4607e5d6b9: Verifying Checksum [2020-06-08T21:38:15.523Z] 2a4607e5d6b9: Download complete [2020-06-08T21:38:15.523Z] cbdbe7a5bc2a: Verifying Checksum [2020-06-08T21:38:15.523Z] 8f79b27c4fd2: Download complete [2020-06-08T21:38:16.107Z] e5c8dbe1645b: Verifying Checksum [2020-06-08T21:38:16.107Z] e5c8dbe1645b: Download complete [2020-06-08T21:38:16.107Z] cbdbe7a5bc2a: Pull complete [2020-06-08T21:38:16.375Z] 23e8b3b47431: Verifying Checksum [2020-06-08T21:38:16.375Z] 23e8b3b47431: Download complete [2020-06-08T21:38:16.638Z] 408f87550127: Pull complete [2020-06-08T21:38:16.638Z] 5c568d65a230: Verifying Checksum [2020-06-08T21:38:16.638Z] 5c568d65a230: Download complete [2020-06-08T21:38:16.638Z] fe522b08c979: Pull complete [2020-06-08T21:38:17.213Z] 221eaa008020: Download complete [2020-06-08T21:38:22.527Z] 221eaa008020: Pull complete [2020-06-08T21:38:22.527Z] 2a4607e5d6b9: Pull complete [2020-06-08T21:38:22.527Z] 8f79b27c4fd2: Pull complete [2020-06-08T21:38:24.460Z] e5c8dbe1645b: Pull complete [2020-06-08T21:38:27.796Z] 23e8b3b47431: Pull complete [2020-06-08T21:38:28.380Z] 5c568d65a230: Pull complete [2020-06-08T21:38:28.643Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-08T21:38:28.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-08T21:38:28.643Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-08T21:38:28.778Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-06-08T21:38:28.822Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-08T21:38:29.486Z] $ docker top 12b3db812d77d1b8f93ee31316de1a2fc5b5b81e1afcc93c67a1512446d90886 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-08T21:38:29.897Z] + snyk monitor '--org=edgex-jenkins' [2020-06-08T21:38:44.812Z] [2020-06-08T21:38:44.812Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-06-08T21:38:44.812Z] [2020-06-08T21:38:44.812Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/b4a40c19-1648-47f3-9df9-e5a83afaf20a [2020-06-08T21:38:44.812Z] [2020-06-08T21:38:44.812Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-08T21:38:44.812Z] [2020-06-08T21:38:44.812Z] [Pipeline] } [2020-06-08T21:38:44.824Z] $ docker stop --time=1 12b3db812d77d1b8f93ee31316de1a2fc5b5b81e1afcc93c67a1512446d90886 [2020-06-08T21:38:49.672Z] $ docker rm -f 12b3db812d77d1b8f93ee31316de1a2fc5b5b81e1afcc93c67a1512446d90886 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:50.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-08T21:38:50.665Z] [2020-06-08T21:38:50.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:50.982Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-08T21:38:50.982Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-08T21:38:50.982Z] e7c96db7181b: Pulling fs layer [2020-06-08T21:38:50.982Z] 1868ca2cb446: Pulling fs layer [2020-06-08T21:38:50.982Z] 136be5d0fe8e: Pulling fs layer [2020-06-08T21:38:50.982Z] 894bfe63afcb: Pulling fs layer [2020-06-08T21:38:50.982Z] 894bfe63afcb: Waiting [2020-06-08T21:38:50.982Z] 136be5d0fe8e: Verifying Checksum [2020-06-08T21:38:50.982Z] 136be5d0fe8e: Download complete [2020-06-08T21:38:50.982Z] 1868ca2cb446: Verifying Checksum [2020-06-08T21:38:50.982Z] 1868ca2cb446: Download complete [2020-06-08T21:38:50.982Z] e7c96db7181b: Verifying Checksum [2020-06-08T21:38:50.982Z] e7c96db7181b: Download complete [2020-06-08T21:38:50.982Z] 894bfe63afcb: Verifying Checksum [2020-06-08T21:38:50.982Z] 894bfe63afcb: Download complete [2020-06-08T21:38:51.244Z] e7c96db7181b: Pull complete [2020-06-08T21:38:51.508Z] 1868ca2cb446: Pull complete [2020-06-08T21:38:51.508Z] 136be5d0fe8e: Pull complete [2020-06-08T21:38:51.770Z] 894bfe63afcb: Pull complete [2020-06-08T21:38:51.770Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-08T21:38:51.770Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-08T21:38:51.770Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-08T21:38:51.862Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-06-08T21:38:51.898Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-08T21:38:52.930Z] $ docker top 505d41354d5bc9115cd4514d16591899620677f4a095acfb21c4dde55804e934 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-08T21:38:53.367Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:18accf3c2bb4fad263732182d293380b7016bd36 [2020-06-08T21:38:53.367Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-08T21:38:57.639Z] $ docker stop --time=1 505d41354d5bc9115cd4514d16591899620677f4a095acfb21c4dde55804e934 [2020-06-08T21:38:58.976Z] $ docker rm -f 505d41354d5bc9115cd4514d16591899620677f4a095acfb21c4dde55804e934 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:38:59.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-08T21:38:59.389Z] . [Pipeline] withDockerContainer [2020-06-08T21:38:59.483Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-06-08T21:38:59.520Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-08T21:39:00.039Z] $ docker top 692dde21bd9da42d9908fa36b683185684fe0b9cef2a490c0b315dc0a7ad05d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-08T21:39:00.477Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-app-service-configurable:18accf3c2bb4fad263732182d293380b7016bd36 [2020-06-08T21:39:00.477Z] [2020-06-08T21:39:00.477Z] clair timeout 1m0s [2020-06-08T21:39:00.477Z] docker timeout: 1m0s [2020-06-08T21:39:00.477Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-08T21:39:01.099Z] $ docker stop --time=1 692dde21bd9da42d9908fa36b683185684fe0b9cef2a490c0b315dc0a7ad05d2 [2020-06-08T21:39:02.439Z] $ docker rm -f 692dde21bd9da42d9908fa36b683185684fe0b9cef2a490c0b315dc0a7ad05d2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-08T21:39:02.848Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-06-08T21:39:02.861Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_18accf3c2bb4fad263732182d293380b7016bd36.html [Pipeline] writeFile [Pipeline] step [2020-06-08T21:39:02.901Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:39:03.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-08T21:39:03.220Z] . [Pipeline] withDockerContainer [2020-06-08T21:39:03.312Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-06-08T21:39:03.347Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-08T21:39:03.863Z] $ docker top 73306596b53c74242d54cc2df9064355c5ddc0c783acad7151916348d4f9e131 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-08T21:39:04.291Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:18accf3c2bb4fad263732182d293380b7016bd36 [2020-06-08T21:39:04.292Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-08T21:39:08.638Z] $ docker stop --time=1 73306596b53c74242d54cc2df9064355c5ddc0c783acad7151916348d4f9e131 [2020-06-08T21:39:10.000Z] $ docker rm -f 73306596b53c74242d54cc2df9064355c5ddc0c783acad7151916348d4f9e131 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:39:10.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-08T21:39:10.412Z] . [Pipeline] withDockerContainer [2020-06-08T21:39:10.506Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-06-08T21:39:10.546Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-08T21:39:11.161Z] $ docker top a9763801ab283488f4619df6da90a8902083e7062f62512f955fa183f5c666e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-08T21:39:11.612Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:18accf3c2bb4fad263732182d293380b7016bd36 [2020-06-08T21:39:11.612Z] + tee [2020-06-08T21:39:11.612Z] clair timeout 1m0s [2020-06-08T21:39:11.612Z] docker timeout: 1m0s [2020-06-08T21:39:11.612Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-08T21:39:12.232Z] $ docker stop --time=1 a9763801ab283488f4619df6da90a8902083e7062f62512f955fa183f5c666e1 [2020-06-08T21:39:13.574Z] $ docker rm -f a9763801ab283488f4619df6da90a8902083e7062f62512f955fa183f5c666e1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-08T21:39:13.982Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-06-08T21:39:13.994Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_18accf3c2bb4fad263732182d293380b7016bd36.html [Pipeline] writeFile [Pipeline] step [2020-06-08T21:39:14.021Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:39:14.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-08T21:39:14.592Z] . [Pipeline] withDockerContainer [2020-06-08T21:39:14.685Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-06-08T21:39:14.724Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-08T21:39:15.367Z] $ docker top 4b3b8e8b671c6557da4361c683a16944372ed7c77bdb4b52ab0b317aad8ba7fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-08T21:39:15.580Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-08T21:39:15.580Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-08T21:39:15.799Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-08T21:39:15.801Z] $ docker exec 4b3b8e8b671c6557da4361c683a16944372ed7c77bdb4b52ab0b317aad8ba7fc ssh-agent [2020-06-08T21:39:15.978Z] SSH_AUTH_SOCK=/tmp/ssh-aWaho27IpR1N/agent.11 [2020-06-08T21:39:15.978Z] SSH_AGENT_PID=16 [2020-06-08T21:39:15.985Z] Running ssh-add (command line suppressed) [2020-06-08T21:39:16.110Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3803145558045678119.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3803145558045678119.key) [2020-06-08T21:39:16.166Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-08T21:39:16.476Z] + git semver tag [2020-06-08T21:39:16.476Z] # -> Open(): unable to determine branch for HEAD [2020-06-08T21:39:16.476Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-08T21:39:16.476Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-08T21:39:16.476Z] # $SEMVER_REMOTE_NAME = origin [2020-06-08T21:39:16.476Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-08T21:39:16.476Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-08T21:39:16.476Z] # $SEMVER_BRANCH = master [2020-06-08T21:39:16.476Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-06-08T21:39:16.476Z] # 18accf3c2bb4fad263732182d293380b7016bd36 HEAD [2020-06-08T21:39:16.476Z] # -> Force: false [2020-06-08T21:39:16.476Z] # 3ae83236e95dc2667fe419421e18e971926e347d refs/tags/v1.1.1-dev.3 [Pipeline] } [2020-06-08T21:39:16.485Z] $ docker exec --env ******** --env ******** 4b3b8e8b671c6557da4361c683a16944372ed7c77bdb4b52ab0b317aad8ba7fc ssh-agent -k [2020-06-08T21:39:16.603Z] unset SSH_AUTH_SOCK; [2020-06-08T21:39:16.604Z] unset SSH_AGENT_PID; [2020-06-08T21:39:16.604Z] echo Agent pid 16 killed; [2020-06-08T21:39:16.655Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-08T21:39:17.024Z] + git semver [Pipeline] } [2020-06-08T21:39:17.036Z] $ docker stop --time=1 4b3b8e8b671c6557da4361c683a16944372ed7c77bdb4b52ab0b317aad8ba7fc [2020-06-08T21:39:18.383Z] $ docker rm -f 4b3b8e8b671c6557da4361c683a16944372ed7c77bdb4b52ab0b317aad8ba7fc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:39:18.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-08T21:39:18.869Z] [2020-06-08T21:39:18.869Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:39:19.189Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-08T21:39:19.189Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-08T21:39:19.189Z] ab5ef0e58194: Pulling fs layer [2020-06-08T21:39:19.189Z] 9712f1f96733: Pulling fs layer [2020-06-08T21:39:19.189Z] 63f879dbbcfc: Pulling fs layer [2020-06-08T21:39:19.189Z] 0d9ebad4ef96: Pulling fs layer [2020-06-08T21:39:19.189Z] e9a5061849ea: Pulling fs layer [2020-06-08T21:39:19.189Z] d747dcd14b5f: Pulling fs layer [2020-06-08T21:39:19.189Z] 2de7ff778b66: Pulling fs layer [2020-06-08T21:39:19.189Z] e9a5061849ea: Waiting [2020-06-08T21:39:19.189Z] d747dcd14b5f: Waiting [2020-06-08T21:39:19.189Z] 2de7ff778b66: Waiting [2020-06-08T21:39:19.189Z] 0d9ebad4ef96: Waiting [2020-06-08T21:39:19.189Z] 9712f1f96733: Verifying Checksum [2020-06-08T21:39:19.189Z] 9712f1f96733: Download complete [2020-06-08T21:39:19.776Z] 63f879dbbcfc: Verifying Checksum [2020-06-08T21:39:19.776Z] 63f879dbbcfc: Download complete [2020-06-08T21:39:19.776Z] e9a5061849ea: Verifying Checksum [2020-06-08T21:39:19.776Z] e9a5061849ea: Download complete [2020-06-08T21:39:19.776Z] d747dcd14b5f: Verifying Checksum [2020-06-08T21:39:19.776Z] d747dcd14b5f: Download complete [2020-06-08T21:39:20.037Z] ab5ef0e58194: Verifying Checksum [2020-06-08T21:39:20.037Z] ab5ef0e58194: Download complete [2020-06-08T21:39:20.037Z] 2de7ff778b66: Verifying Checksum [2020-06-08T21:39:20.037Z] 2de7ff778b66: Download complete [2020-06-08T21:39:20.298Z] 0d9ebad4ef96: Verifying Checksum [2020-06-08T21:39:20.298Z] 0d9ebad4ef96: Download complete [2020-06-08T21:39:24.514Z] ab5ef0e58194: Pull complete [2020-06-08T21:39:24.514Z] 9712f1f96733: Pull complete [2020-06-08T21:39:27.056Z] 63f879dbbcfc: Pull complete [2020-06-08T21:39:33.656Z] 0d9ebad4ef96: Pull complete [2020-06-08T21:39:33.656Z] e9a5061849ea: Pull complete [2020-06-08T21:39:33.656Z] d747dcd14b5f: Pull complete [2020-06-08T21:39:37.863Z] 2de7ff778b66: Pull complete [2020-06-08T21:39:37.863Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-08T21:39:37.863Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-08T21:39:37.863Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-08T21:39:37.991Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-06-08T21:39:38.049Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-08T21:39:42.127Z] $ docker top e10927fc5484dca6dedeb1280ada51a389abd4ca7f1ff74858052317fb2fd370 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-08T21:39:42.298Z] provisioning config files... [2020-06-08T21:39:42.311Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config2460398286912714850tmp [2020-06-08T21:39:42.327Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config5528567738387311130tmp [2020-06-08T21:39:42.344Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6115172497063094392tmp [Pipeline] { [Pipeline] echo [2020-06-08T21:39:42.375Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-08T21:39:42.674Z] ---> sigul-configuration.sh [2020-06-08T21:39:42.674Z] gpg: directory `/root/.gnupg' created [2020-06-08T21:39:42.674Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-08T21:39:42.674Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-08T21:39:42.674Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-08T21:39:42.674Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-08T21:39:42.674Z] gpg: CAST5 encrypted data [2020-06-08T21:39:42.935Z] gpg: encrypted with 1 passphrase [2020-06-08T21:39:42.935Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-08T21:39:43.223Z] + mkdir /home/jenkins [2020-06-08T21:39:43.224Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-08T21:39:43.515Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-08T21:39:43.523Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-08T21:39:43.815Z] ---> sigul-install.sh [2020-06-08T21:39:50.410Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-08T21:39:50.701Z] + git tag --list [2020-06-08T21:39:50.701Z] v1.1.1-dev.3 [Pipeline] sh [2020-06-08T21:39:50.993Z] + lftools sign git-tag v1.1.1-dev.3 [2020-06-08T21:39:52.378Z] Signing Git tag with Sigul... [2020-06-08T21:39:52.378Z] Signing v1.1.1-dev.3 [Pipeline] echo [2020-06-08T21:39:53.328Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-08T21:39:53.627Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-08T21:39:53.635Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-08T21:39:53.677Z] $ docker stop --time=1 e10927fc5484dca6dedeb1280ada51a389abd4ca7f1ff74858052317fb2fd370 [2020-06-08T21:39:55.456Z] $ docker rm -f e10927fc5484dca6dedeb1280ada51a389abd4ca7f1ff74858052317fb2fd370 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:39:56.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-08T21:39:56.020Z] . [Pipeline] withDockerContainer [2020-06-08T21:39:56.187Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-06-08T21:39:56.222Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-08T21:39:56.830Z] $ docker top 0dce12643866dbd177798c3f9fbc2335bc4e177fd810ebe4bc8483921087b297 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-08T21:39:57.020Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-08T21:39:57.020Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-08T21:39:57.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-08T21:39:57.209Z] $ docker exec 0dce12643866dbd177798c3f9fbc2335bc4e177fd810ebe4bc8483921087b297 ssh-agent [2020-06-08T21:39:57.379Z] SSH_AUTH_SOCK=/tmp/ssh-7YF1NtTICL9F/agent.11 [2020-06-08T21:39:57.379Z] SSH_AGENT_PID=16 [2020-06-08T21:39:57.385Z] Running ssh-add (command line suppressed) [2020-06-08T21:39:57.509Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1408563347169038072.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1408563347169038072.key) [2020-06-08T21:39:57.565Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-08T21:39:57.869Z] + git semver bump pre [2020-06-08T21:39:57.869Z] # -> Open(): unable to determine branch for HEAD [2020-06-08T21:39:57.869Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-08T21:39:57.869Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-08T21:39:57.869Z] # $SEMVER_REMOTE_NAME = origin [2020-06-08T21:39:57.869Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-08T21:39:57.869Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-08T21:39:57.869Z] # $SEMVER_BRANCH = master [2020-06-08T21:39:57.869Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-06-08T21:39:57.869Z] 1.1.1-dev.4 [Pipeline] } [2020-06-08T21:39:57.879Z] $ docker exec --env ******** --env ******** 0dce12643866dbd177798c3f9fbc2335bc4e177fd810ebe4bc8483921087b297 ssh-agent -k [2020-06-08T21:39:57.997Z] unset SSH_AUTH_SOCK; [2020-06-08T21:39:57.998Z] unset SSH_AGENT_PID; [2020-06-08T21:39:57.998Z] echo Agent pid 16 killed; [2020-06-08T21:39:58.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-08T21:39:58.405Z] + git semver [Pipeline] } [2020-06-08T21:39:58.419Z] $ docker stop --time=1 0dce12643866dbd177798c3f9fbc2335bc4e177fd810ebe4bc8483921087b297 [2020-06-08T21:39:59.740Z] $ docker rm -f 0dce12643866dbd177798c3f9fbc2335bc4e177fd810ebe4bc8483921087b297 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:40:00.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-08T21:40:00.171Z] . [Pipeline] withDockerContainer [2020-06-08T21:40:00.260Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-06-08T21:40:00.295Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-08T21:40:00.846Z] $ docker top 67afb521a106d2c0222745fbb7b28f7652a9ad914c6f542a205eb717debc8d79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-08T21:40:01.036Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-08T21:40:01.036Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-08T21:40:01.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-08T21:40:01.220Z] $ docker exec 67afb521a106d2c0222745fbb7b28f7652a9ad914c6f542a205eb717debc8d79 ssh-agent [2020-06-08T21:40:01.396Z] SSH_AUTH_SOCK=/tmp/ssh-shozzBhcpOBl/agent.11 [2020-06-08T21:40:01.396Z] SSH_AGENT_PID=16 [2020-06-08T21:40:01.403Z] Running ssh-add (command line suppressed) [2020-06-08T21:40:01.529Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2511886345184171012.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2511886345184171012.key) [2020-06-08T21:40:01.584Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-08T21:40:01.897Z] + git semver push [2020-06-08T21:40:01.897Z] # -> Open(): unable to determine branch for HEAD [2020-06-08T21:40:01.897Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-08T21:40:01.897Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-08T21:40:01.897Z] # $SEMVER_REMOTE_NAME = origin [2020-06-08T21:40:01.897Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-08T21:40:01.897Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-08T21:40:01.897Z] # $SEMVER_BRANCH = master [2020-06-08T21:40:01.897Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-06-08T21:40:10.035Z] $ docker exec --env ******** --env ******** 67afb521a106d2c0222745fbb7b28f7652a9ad914c6f542a205eb717debc8d79 ssh-agent -k [2020-06-08T21:40:10.170Z] unset SSH_AUTH_SOCK; [2020-06-08T21:40:10.170Z] unset SSH_AGENT_PID; [2020-06-08T21:40:10.170Z] echo Agent pid 16 killed; [2020-06-08T21:40:10.226Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-08T21:40:10.598Z] + git semver [Pipeline] } [2020-06-08T21:40:10.614Z] $ docker stop --time=1 67afb521a106d2c0222745fbb7b28f7652a9ad914c6f542a205eb717debc8d79 [2020-06-08T21:40:11.957Z] $ docker rm -f 67afb521a106d2c0222745fbb7b28f7652a9ad914c6f542a205eb717debc8d79 [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 [2020-06-08T21:40:12.587Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-08T21:40:13.148Z] ---> package-listing.sh [2020-06-08T21:40:13.148Z] ++ facter osfamily [2020-06-08T21:40:13.148Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-08T21:40:13.148Z] + OS_FAMILY=redhat [2020-06-08T21:40:13.148Z] + workspace=/w/workspace/_app-service-configurable_master [2020-06-08T21:40:13.148Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-08T21:40:13.148Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-08T21:40:13.148Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-08T21:40:13.148Z] + PACKAGES=/tmp/packages_start.txt [2020-06-08T21:40:13.148Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-06-08T21:40:13.148Z] + PACKAGES=/tmp/packages_end.txt [2020-06-08T21:40:13.149Z] + case "${OS_FAMILY}" in [2020-06-08T21:40:13.149Z] + rpm -qa [2020-06-08T21:40:13.149Z] + sort [2020-06-08T21:40:17.360Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-08T21:40:17.360Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-08T21:40:17.360Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-08T21:40:17.360Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-06-08T21:40:17.360Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-06-08T21:40:17.360Z] + 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 [2020-06-08T21:40:18.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-08T21:40:18.018Z] [2020-06-08T21:40:18.018Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-08T21:40:18.333Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-08T21:40:18.333Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-08T21:40:18.333Z] c9b1b535fdd9: Pulling fs layer [2020-06-08T21:40:18.333Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-08T21:40:18.333Z] 756a868c4378: Pulling fs layer [2020-06-08T21:40:18.334Z] 444b2fc9a129: Pulling fs layer [2020-06-08T21:40:18.334Z] ea15f1150254: Pulling fs layer [2020-06-08T21:40:18.334Z] 41b27a9f41bf: Pulling fs layer [2020-06-08T21:40:18.334Z] 28c525ee5125: Pulling fs layer [2020-06-08T21:40:18.334Z] 094b1ea09ed8: Pulling fs layer [2020-06-08T21:40:18.334Z] 138eaada9080: Pulling fs layer [2020-06-08T21:40:18.334Z] 0622d0fa9048: Pulling fs layer [2020-06-08T21:40:18.334Z] 41b27a9f41bf: Waiting [2020-06-08T21:40:18.334Z] ea15f1150254: Waiting [2020-06-08T21:40:18.334Z] 444b2fc9a129: Waiting [2020-06-08T21:40:18.334Z] 28c525ee5125: Waiting [2020-06-08T21:40:18.334Z] 094b1ea09ed8: Waiting [2020-06-08T21:40:18.334Z] 138eaada9080: Waiting [2020-06-08T21:40:18.334Z] 0622d0fa9048: Waiting [2020-06-08T21:40:18.334Z] 2cc5ad85d9ab: Download complete [2020-06-08T21:40:18.334Z] 444b2fc9a129: Verifying Checksum [2020-06-08T21:40:18.334Z] 444b2fc9a129: Download complete [2020-06-08T21:40:18.334Z] c9b1b535fdd9: Verifying Checksum [2020-06-08T21:40:18.334Z] c9b1b535fdd9: Download complete [2020-06-08T21:40:18.334Z] ea15f1150254: Verifying Checksum [2020-06-08T21:40:18.334Z] ea15f1150254: Download complete [2020-06-08T21:40:18.594Z] 28c525ee5125: Verifying Checksum [2020-06-08T21:40:18.594Z] 28c525ee5125: Download complete [2020-06-08T21:40:18.859Z] 756a868c4378: Verifying Checksum [2020-06-08T21:40:18.859Z] 756a868c4378: Download complete [2020-06-08T21:40:19.131Z] 138eaada9080: Verifying Checksum [2020-06-08T21:40:19.131Z] 138eaada9080: Download complete [2020-06-08T21:40:19.131Z] 0622d0fa9048: Verifying Checksum [2020-06-08T21:40:19.131Z] 0622d0fa9048: Download complete [2020-06-08T21:40:19.131Z] 094b1ea09ed8: Verifying Checksum [2020-06-08T21:40:19.131Z] 094b1ea09ed8: Download complete [2020-06-08T21:40:19.131Z] c9b1b535fdd9: Pull complete [2020-06-08T21:40:19.391Z] 41b27a9f41bf: Verifying Checksum [2020-06-08T21:40:19.391Z] 41b27a9f41bf: Download complete [2020-06-08T21:40:19.652Z] 2cc5ad85d9ab: Pull complete [2020-06-08T21:40:21.589Z] 756a868c4378: Pull complete [2020-06-08T21:40:21.589Z] 444b2fc9a129: Pull complete [2020-06-08T21:40:21.589Z] ea15f1150254: Pull complete [2020-06-08T21:40:24.913Z] 41b27a9f41bf: Pull complete [2020-06-08T21:40:24.913Z] 28c525ee5125: Pull complete [2020-06-08T21:40:27.456Z] 094b1ea09ed8: Pull complete [2020-06-08T21:40:27.456Z] 138eaada9080: Pull complete [2020-06-08T21:40:27.456Z] 0622d0fa9048: Pull complete [2020-06-08T21:40:27.456Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-08T21:40:27.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-08T21:40:27.456Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-08T21:40:27.556Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-06-08T21:40:27.594Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-08T21:40:31.136Z] $ docker top 7d0cd797d92422c56554ecef3ff059ef1f16383a9b8e4786f745fc60461b89b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-08T21:40:31.291Z] provisioning config files... [2020-06-08T21:40:31.309Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7675304781438711345tmp [Pipeline] { [Pipeline] echo [2020-06-08T21:40:31.337Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-08T21:40:31.633Z] ---> create-netrc.sh [Pipeline] echo [2020-06-08T21:40:31.641Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-08T21:40:31.934Z] ---> logs-deploy.sh [2020-06-08T21:40:31.934Z] + ARCHIVE_ARTIFACTS= [2020-06-08T21:40:31.934Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-08T21:40:31.934Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-08T21:40:31.934Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-08T21:40:31.934Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/24 [2020-06-08T21:40:31.934Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/24/ [2020-06-08T21:40:31.934Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/24 /w/workspace/_app-service-configurable_master [2020-06-08T21:40:32.879Z] Archives upload complete. [2020-06-08T21:40:33.142Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/24 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/24/