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 21:32:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:32:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:32:05 ========================================================= 21:32:05 EdgeX Global Pipelines Version Info 21:32:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:32:07 ------------------- 21:32:07 stable info: 21:32:07 ------------------- 21:32:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:32:07 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 21:32:07 Message: update stable to v1.0.89 21:32:08 ------------------- 21:32:08 experimental info: 21:32:08 ------------------- 21:32:08 Commited By: **** collab-it+edgex@linuxfoundation.org 21:32:08 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 21:32:08 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 21:32:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:32:09 21:32:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:32:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:32:09 latest: Pulling from edgex-devops/git-semver 21:32:09 9123ac7c32f7: Pulling fs layer 21:32:09 b8cc5d1170e3: Pulling fs layer 21:32:09 2924cbbf6a41: Pulling fs layer 21:32:09 93b08a4f1073: Pulling fs layer 21:32:09 93b08a4f1073: Waiting 21:32:09 b8cc5d1170e3: Verifying Checksum 21:32:09 b8cc5d1170e3: Download complete 21:32:09 9123ac7c32f7: Verifying Checksum 21:32:09 9123ac7c32f7: Download complete 21:32:10 93b08a4f1073: Verifying Checksum 21:32:10 93b08a4f1073: Download complete 21:32:10 2924cbbf6a41: Verifying Checksum 21:32:10 2924cbbf6a41: Download complete 21:32:10 9123ac7c32f7: Pull complete 21:32:10 b8cc5d1170e3: Pull complete 21:32:11 2924cbbf6a41: Pull complete 21:32:11 93b08a4f1073: Pull complete 21:32:11 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 21:32:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:32:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:32:11 prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container 21:32:11 $ 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 21:32:13 $ docker top f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:32:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:32:13 [ssh-agent] Looking for ssh-agent implementation... 21:32:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:32:14 $ docker exec f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 ssh-agent 21:32:14 SSH_AUTH_SOCK=/tmp/ssh-xFwt6diVAiET/agent.11 21:32:14 SSH_AGENT_PID=16 21:32:14 Running ssh-add (command line suppressed) 21:32:14 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7126914554125807847.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7126914554125807847.key) 21:32:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:32:14 + git describe --exact-match --tags HEAD 21:32:14 fatal: No names found, cannot describe anything. [Pipeline] } 21:32:14 $ docker exec --env ******** --env ******** f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 ssh-agent -k 21:32:15 unset SSH_AUTH_SOCK; 21:32:15 unset SSH_AGENT_PID; 21:32:15 echo Agent pid 16 killed; 21:32:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:32:15 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:32:15 This usually means this commit has not been tagged. [Pipeline] sshagent 21:32:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:32:15 [ssh-agent] Looking for ssh-agent implementation... 21:32:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:32:15 $ docker exec f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 ssh-agent 21:32:15 SSH_AUTH_SOCK=/tmp/ssh-37CayE6XhSyn/agent.46 21:32:15 SSH_AGENT_PID=51 21:32:15 Running ssh-add (command line suppressed) 21:32:15 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8633392845248879216.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8633392845248879216.key) 21:32:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:32:15 + git semver init 21:32:15 # -> Open(): unable to determine branch for HEAD 21:32:15 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:32:15 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:32:15 # $SEMVER_REMOTE_NAME = origin 21:32:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:32:15 # $SEMVER_USER_NAME = edgex-jenkins 21:32:15 # $SEMVER_BRANCH = master 21:32:15 # $SEMVER_TEMP = /tmp/semver-723062304 21:32:15 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 21:32:16 # '/tmp/semver-723062304' -> '/w/workspace/_app-service-configurable_master/.semver' 21:32:16 # -> Force: false 21:32:16 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:32:16 $ docker exec --env ******** --env ******** f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 ssh-agent -k 21:32:16 unset SSH_AUTH_SOCK; 21:32:16 unset SSH_AGENT_PID; 21:32:16 echo Agent pid 51 killed; 21:32:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:32:16 + git semver [Pipeline] } 21:32:16 $ docker stop --time=1 f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 21:32:18 $ docker rm -f f50b5cb5e95102e9834043444278eb61344c6dec2f6fdb0d4c028b13e9837020 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:32:18 Stashed 47 file(s) [Pipeline] echo 21:32:18 [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 21:32:33 Still waiting to schedule task 21:32:33 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2242’ 21:32:33 Still waiting to schedule task 21:32:33 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline 21:34:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2243 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:34:19 Running in /w/workspace/app-service-configurable/24 [Pipeline] { [Pipeline] checkout 21:34:25 using credential edgex-jenkins-ssh 21:34:25 Cloning the remote Git repository 21:34:25 Cloning with configured refspecs honoured and without tags 21:34:25 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:34:25 > git init /w/workspace/app-service-configurable/24 # timeout=10 21:34:25 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:34:25 > git --version # timeout=10 21:34:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:34:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:34:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:34:26 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:34:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:34:26 Fetching without tags 21:34:26 Checking out Revision 18accf3c2bb4fad263732182d293380b7016bd36 (master) 21:34:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:34:26 using GIT_SSH to set credentials SSH Credentials for GitHub 21:34:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:34:26 > git config core.sparsecheckout # timeout=10 21:34:26 > git checkout -f 18accf3c2bb4fad263732182d293380b7016bd36 # timeout=10 21:34:31 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 21:34:32 ========================================================= 21:34:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 21:34:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:34:33 + 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 . 21:34:34 Sending build context to Docker daemon 289.8kB 21:34:34 Step 1/8 : ARG BASE=golang:1.13-alpine 21:34:34 Step 2/8 : FROM ${BASE} 21:34:34 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:34:34 cde5963f3b93: Pulling fs layer 21:34:34 2a23fa8c16f7: Pulling fs layer 21:34:34 777b28850792: Pulling fs layer 21:34:34 8a11ddd9e578: Pulling fs layer 21:34:34 4cf88f913ddb: Pulling fs layer 21:34:34 1df406cf5192: Pulling fs layer 21:34:34 cd6300453558: Pulling fs layer 21:34:34 b9c365052c96: Pulling fs layer 21:34:34 a2d8cc88f415: Pulling fs layer 21:34:34 ea1d1ca13537: Pulling fs layer 21:34:34 3750a50a1c5e: Pulling fs layer 21:34:34 cd6300453558: Waiting 21:34:34 b9c365052c96: Waiting 21:34:34 a2d8cc88f415: Waiting 21:34:34 ea1d1ca13537: Waiting 21:34:34 3750a50a1c5e: Waiting 21:34:34 4cf88f913ddb: Waiting 21:34:34 8a11ddd9e578: Waiting 21:34:34 1df406cf5192: Waiting 21:34:34 777b28850792: Verifying Checksum 21:34:34 777b28850792: Download complete 21:34:34 2a23fa8c16f7: Verifying Checksum 21:34:34 2a23fa8c16f7: Download complete 21:34:34 4cf88f913ddb: Download complete 21:34:34 1df406cf5192: Verifying Checksum 21:34:34 1df406cf5192: Download complete 21:34:34 cde5963f3b93: Verifying Checksum 21:34:34 cde5963f3b93: Download complete 21:34:35 cde5963f3b93: Pull complete 21:34:36 2a23fa8c16f7: Pull complete 21:34:36 777b28850792: Pull complete 21:34:37 cd6300453558: Verifying Checksum 21:34:37 cd6300453558: Download complete 21:34:37 a2d8cc88f415: Verifying Checksum 21:34:37 a2d8cc88f415: Download complete 21:34:39 ea1d1ca13537: Verifying Checksum 21:34:39 ea1d1ca13537: Download complete 21:34:39 b9c365052c96: Verifying Checksum 21:34:39 b9c365052c96: Download complete 21:34:39 3750a50a1c5e: Download complete 21:34:39 8a11ddd9e578: Verifying Checksum 21:34:39 8a11ddd9e578: Download complete 21:34:50 8a11ddd9e578: Pull complete 21:34:50 4cf88f913ddb: Pull complete 21:34:50 1df406cf5192: Pull complete 21:34:56 cd6300453558: Pull complete 21:35:00 b9c365052c96: Pull complete 21:35:00 a2d8cc88f415: Pull complete 21:35:01 ea1d1ca13537: Pull complete 21:35:02 3750a50a1c5e: Pull complete 21:35:02 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 21:35:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 21:35:02 ---> 78745c68409d 21:35:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:35:07 ---> Running in 93c51273fb5e 21:35:07 Removing intermediate container 93c51273fb5e 21:35:07 ---> 0f4b82ad84f1 21:35:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:35:07 ---> Running in f3ba779a040f 21:35:10 Removing intermediate container f3ba779a040f 21:35:10 ---> d61c0c2cc201 21:35:10 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:35:10 ---> Running in d9a9f62ffdb8 21:35:11 Running on prd-centos7-docker-4c-2g-2244 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:35:11 Running in /w/workspace/app-service-configurable/24 [Pipeline] { [Pipeline] checkout 21:35:12 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 21:35:13 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 21:35:13 (1/6) Installing libc-dev (0.7.2-r0) 21:35:13 (2/6) Installing libsodium (1.0.18-r0) 21:35:13 (3/6) Installing pkgconf (1.6.3-r0) 21:35:13 (4/6) Installing libsodium-dev (1.0.18-r0) 21:35:13 (5/6) Installing libzmq (4.3.2-r0) 21:35:13 (6/6) Installing zeromq-dev (4.3.2-r0) 21:35:14 Executing busybox-1.31.1-r8.trigger 21:35:14 OK: 127 MiB in 45 packages 21:35:14 using credential edgex-jenkins-ssh 21:35:14 Cloning the remote Git repository 21:35:14 Cloning with configured refspecs honoured and without tags 21:35:15 Fetching without tags 21:35:14 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:35:14 > git init /w/workspace/app-service-configurable/24 # timeout=10 21:35:15 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:35:15 > git --version # timeout=10 21:35:15 using GIT_SSH to set credentials SSH Credentials for GitHub 21:35:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:35:15 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:35:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:35:15 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:35:15 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:35:15 using GIT_SSH to set credentials SSH Credentials for GitHub 21:35:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:35:15 Removing intermediate container d9a9f62ffdb8 21:35:15 ---> b718fef5f727 21:35:15 Step 6/8 : WORKDIR /app 21:35:15 ---> Running in a8797fc5faad 21:35:15 Checking out Revision 18accf3c2bb4fad263732182d293380b7016bd36 (master) 21:35:16 Removing intermediate container a8797fc5faad 21:35:16 ---> b3dec418054b 21:35:16 Step 7/8 : COPY . . 21:35:15 > git config core.sparsecheckout # timeout=10 21:35:15 > git checkout -f 18accf3c2bb4fad263732182d293380b7016bd36 # timeout=10 21:35:17 ---> d95dd3cfda54 21:35:17 Step 8/8 : RUN go mod download 21:35:17 ---> Running in 330f462e8424 21:35:20 Commit message: "feat: Add ability to Filter functions to reverse the logic to filter out specified names (#78)" 21:35:20 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:35:20 go: finding github.com/BurntSushi/toml v0.3.1 21:35:20 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:35:20 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:35:20 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:35:20 go: finding github.com/bgentry/speakeasy v0.1.0 21:35:20 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:35:20 go: finding github.com/davecgh/go-spew v1.1.1 21:35:20 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:35:20 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:35:20 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 21:35:20 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 21:35:20 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:35:20 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:35:20 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 21:35:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:35:20 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:35:20 go: finding github.com/fatih/color v1.7.0 21:35:20 go: finding github.com/fsnotify/fsnotify v1.4.7 21:35:20 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:35:20 go: finding github.com/go-kit/kit v0.8.0 21:35:20 go: finding github.com/go-logfmt/logfmt v0.4.0 21:35:20 go: finding github.com/go-redis/redis/v7 v7.2.0 21:35:20 go: finding github.com/go-stack/stack v1.8.0 21:35:20 go: finding github.com/golang/protobuf v1.3.2 21:35:20 go: finding github.com/golang/snappy v0.0.1 21:35:20 go: finding github.com/gomodule/redigo v2.0.0+incompatible 21:35:20 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:35:20 go: finding github.com/google/go-cmp v0.4.0 21:35:20 go: finding github.com/google/uuid v1.1.1 21:35:20 go: finding github.com/gorilla/mux v1.7.4 21:35:20 go: finding github.com/hashicorp/consul/api v1.1.0 21:35:20 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:35:20 go: finding github.com/hashicorp/errwrap v1.0.0 21:35:20 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:35:20 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:35:20 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:35:20 go: finding github.com/hashicorp/go-multierror v1.0.0 [Pipeline] echo 21:35:20 ========================================================= 21:35:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 21:35:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:35:21 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:35:21 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:35:21 go: finding github.com/hashicorp/go-syslog v1.0.0 21:35:21 go: finding github.com/hashicorp/go-uuid v1.0.1 21:35:21 go: finding github.com/hashicorp/go.net v0.0.1 21:35:21 go: finding github.com/hashicorp/golang-lru v0.5.0 21:35:21 go: finding github.com/hashicorp/logutils v1.0.0 21:35:21 go: finding github.com/hashicorp/mdns v1.0.0 21:35:21 go: finding github.com/hashicorp/memberlist v0.1.3 21:35:21 go: finding github.com/hashicorp/serf v0.8.2 21:35:21 go: finding github.com/hpcloud/tail v1.0.0 21:35:21 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:35:21 go: finding github.com/kr/pretty v0.1.0 21:35:21 go: finding github.com/kr/pty v1.1.1 21:35:21 go: finding github.com/kr/text v0.1.0 21:35:21 go: finding github.com/mattn/go-colorable v0.0.9 21:35:21 go: finding github.com/mattn/go-isatty v0.0.3 21:35:21 go: finding github.com/miekg/dns v1.0.14 21:35:21 go: finding github.com/mitchellh/cli v1.0.0 21:35:21 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:35:21 go: finding github.com/mitchellh/copystructure v1.0.0 21:35:21 go: finding github.com/mitchellh/go-homedir v1.0.0 21:35:21 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:35:21 go: finding github.com/mitchellh/gox v0.4.0 21:35:21 go: finding github.com/mitchellh/iochan v1.0.0 21:35:21 go: finding github.com/mitchellh/mapstructure v1.1.2 21:35:21 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:35:21 go: finding github.com/onsi/ginkgo v1.10.1 21:35:21 go: finding github.com/onsi/gomega v1.7.0 21:35:21 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:35:21 go: finding github.com/pebbe/zmq4 v1.0.0 21:35:21 go: finding github.com/pelletier/go-toml v1.2.0 21:35:21 go: finding github.com/pkg/errors v0.8.1 21:35:21 go: finding github.com/pmezard/go-difflib v1.0.0 21:35:21 go: finding github.com/posener/complete v1.1.1 21:35:21 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:35:21 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:35:21 go: finding github.com/stretchr/objx v0.2.0 21:35:21 go: finding github.com/stretchr/testify v1.5.1 21:35:21 go: finding github.com/tidwall/pretty v1.0.1 21:35:21 go: finding github.com/ugorji/go v1.1.4 21:35:21 go: finding github.com/x448/float16 v0.8.4 21:35:21 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:35:21 go: finding github.com/xdg/stringprep v1.0.0 21:35:21 go: finding go.mongodb.org/mongo-driver v1.1.1 21:35:21 + 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 . 21:35:21 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:35:21 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:35:21 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:35:21 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 21:35:21 go: finding golang.org/x/text v0.3.2 21:35:21 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 21:35:21 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 21:35:21 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 21:35:21 go: finding gopkg.in/fsnotify.v1 v1.4.7 21:35:21 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 21:35:21 go: finding gopkg.in/yaml.v2 v2.2.8 21:35:21 Sending build context to Docker daemon 289.8kB 21:35:21 Step 1/8 : ARG BASE=golang:1.13-alpine 21:35:21 Step 2/8 : FROM ${BASE} 21:35:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 21:35:21 e6b0cf9c0882: Pulling fs layer 21:35:21 2848faf0eed1: Pulling fs layer 21:35:21 0f37312ad70f: Pulling fs layer 21:35:21 5788d62ee057: Pulling fs layer 21:35:21 0e6b1d234666: Pulling fs layer 21:35:21 bf5d7aec512f: Pulling fs layer 21:35:21 34c802a77dc8: Pulling fs layer 21:35:21 9eb99e56ec68: Pulling fs layer 21:35:21 27c7a5d97fbd: Pulling fs layer 21:35:21 5c102a31e300: Pulling fs layer 21:35:21 dcfb455df0a1: Pulling fs layer 21:35:21 34c802a77dc8: Waiting 21:35:21 9eb99e56ec68: Waiting 21:35:21 27c7a5d97fbd: Waiting 21:35:21 5788d62ee057: Waiting 21:35:21 5c102a31e300: Waiting 21:35:21 dcfb455df0a1: Waiting 21:35:21 0e6b1d234666: Waiting 21:35:21 bf5d7aec512f: Waiting 21:35:21 0f37312ad70f: Verifying Checksum 21:35:21 0f37312ad70f: Download complete 21:35:21 2848faf0eed1: Verifying Checksum 21:35:21 2848faf0eed1: Download complete 21:35:21 0e6b1d234666: Verifying Checksum 21:35:21 0e6b1d234666: Download complete 21:35:21 bf5d7aec512f: Verifying Checksum 21:35:21 bf5d7aec512f: Download complete 21:35:21 e6b0cf9c0882: Verifying Checksum 21:35:21 e6b0cf9c0882: Download complete 21:35:22 e6b0cf9c0882: Pull complete 21:35:22 34c802a77dc8: Verifying Checksum 21:35:22 34c802a77dc8: Download complete 21:35:22 27c7a5d97fbd: Verifying Checksum 21:35:22 27c7a5d97fbd: Download complete 21:35:23 5c102a31e300: Verifying Checksum 21:35:23 5c102a31e300: Download complete 21:35:23 5788d62ee057: Verifying Checksum 21:35:23 5788d62ee057: Download complete 21:35:23 dcfb455df0a1: Verifying Checksum 21:35:23 dcfb455df0a1: Download complete 21:35:23 9eb99e56ec68: Verifying Checksum 21:35:23 9eb99e56ec68: Download complete 21:35:24 2848faf0eed1: Pull complete 21:35:24 0f37312ad70f: Pull complete 21:35:30 5788d62ee057: Pull complete 21:35:30 0e6b1d234666: Pull complete 21:35:30 bf5d7aec512f: Pull complete 21:35:36 34c802a77dc8: Pull complete 21:35:38 9eb99e56ec68: Pull complete 21:35:38 27c7a5d97fbd: Pull complete 21:35:39 5c102a31e300: Pull complete 21:35:39 dcfb455df0a1: Pull complete 21:35:39 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 21:35:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 21:35:39 Removing intermediate container 330f462e8424 21:35:39 ---> 3535e2aac61d 21:35:39 Successfully built 3535e2aac61d 21:35:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 21:35:40 ---> 7c70fe431013 21:35:40 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 21:35:40 + docker inspect -f . ci-base-image-arm64 21:35:40 . [Pipeline] withDockerContainer 21:35:40 ---> Running in 15619d19cfcc 21:35:40 Removing intermediate container 15619d19cfcc 21:35:40 ---> f49dca39d102 21:35:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:35:40 prd-ubuntu18.04-docker-arm64-4c-16g-2243 does not seem to be running inside a container 21:35:40 $ 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 21:35:40 ---> Running in 65a543fb51fa 21:35:41 Removing intermediate container 65a543fb51fa 21:35:41 ---> 86fec040a224 21:35:41 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:35:41 ---> Running in ce954e6d7ff8 21:35:42 $ docker top 8aa732532e5f3170b329525e9b09725ea856501ce911ca77365dad6488293be9 -eo pid,comm 21:35:42 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 21:35:43 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 21:35:43 (1/6) Installing libc-dev (0.7.2-r0) 21:35:43 (2/6) Installing libsodium (1.0.18-r0) 21:35:44 + go version 21:35:44 go version go1.13.5 linux/arm64 [Pipeline] sh 21:35:44 (3/6) Installing pkgconf (1.6.3-r0) 21:35:44 (4/6) Installing libsodium-dev (1.0.18-r0) 21:35:44 (5/6) Installing libzmq (4.3.2-r0) 21:35:44 (6/6) Installing zeromq-dev (4.3.2-r0) 21:35:44 Executing busybox-1.31.1-r8.trigger 21:35:44 OK: 145 MiB in 45 packages 21:35:44 Removing intermediate container ce954e6d7ff8 21:35:44 ---> 854d55376458 21:35:44 Step 6/8 : WORKDIR /app 21:35:45 + make test 21:35:45 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:35:45 ---> Running in 9c117f991c9e 21:35:45 Removing intermediate container 9c117f991c9e 21:35:45 ---> fd4729746473 21:35:45 Step 7/8 : COPY . . 21:35:46 ---> 86339e696209 21:35:46 Step 8/8 : RUN go mod download 21:35:46 ---> Running in 14aaf1ec146c 21:35:48 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:35:48 go: finding github.com/BurntSushi/toml v0.3.1 21:35:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:35:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:35:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:35:48 go: finding github.com/bgentry/speakeasy v0.1.0 21:35:48 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:35:48 go: finding github.com/davecgh/go-spew v1.1.1 21:35:48 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:35:48 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:35:48 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 21:35:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 21:35:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:35:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:35:48 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 21:35:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:35:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:35:48 go: finding github.com/fatih/color v1.7.0 21:35:48 go: finding github.com/fsnotify/fsnotify v1.4.7 21:35:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:35:48 go: finding github.com/go-kit/kit v0.8.0 21:35:48 go: finding github.com/go-logfmt/logfmt v0.4.0 21:35:48 go: finding github.com/go-redis/redis/v7 v7.2.0 21:35:48 go: finding github.com/go-stack/stack v1.8.0 21:35:48 go: finding github.com/golang/protobuf v1.3.2 21:35:48 go: finding github.com/golang/snappy v0.0.1 21:35:48 go: finding github.com/gomodule/redigo v2.0.0+incompatible 21:35:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:35:48 go: finding github.com/google/go-cmp v0.4.0 21:35:48 go: finding github.com/google/uuid v1.1.1 21:35:48 go: finding github.com/gorilla/mux v1.7.4 21:35:48 go: finding github.com/hashicorp/consul/api v1.1.0 21:35:48 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:35:48 go: finding github.com/hashicorp/errwrap v1.0.0 21:35:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:35:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:35:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:35:48 go: finding github.com/hashicorp/go-multierror v1.0.0 21:35:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:35:48 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:35:48 go: finding github.com/hashicorp/go-syslog v1.0.0 21:35:48 go: finding github.com/hashicorp/go-uuid v1.0.1 21:35:48 go: finding github.com/hashicorp/go.net v0.0.1 21:35:48 go: finding github.com/hashicorp/golang-lru v0.5.0 21:35:48 go: finding github.com/hashicorp/logutils v1.0.0 21:35:48 go: finding github.com/hashicorp/mdns v1.0.0 21:35:48 go: finding github.com/hashicorp/memberlist v0.1.3 21:35:48 go: finding github.com/hashicorp/serf v0.8.2 21:35:48 go: finding github.com/hpcloud/tail v1.0.0 21:35:48 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:35:48 go: finding github.com/kr/pretty v0.1.0 21:35:48 go: finding github.com/kr/pty v1.1.1 21:35:48 go: finding github.com/kr/text v0.1.0 21:35:48 go: finding github.com/mattn/go-colorable v0.0.9 21:35:48 go: finding github.com/mattn/go-isatty v0.0.3 21:35:48 go: finding github.com/miekg/dns v1.0.14 21:35:48 go: finding github.com/mitchellh/cli v1.0.0 21:35:48 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:35:48 go: finding github.com/mitchellh/copystructure v1.0.0 21:35:48 go: finding github.com/mitchellh/go-homedir v1.0.0 21:35:48 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:35:48 go: finding github.com/mitchellh/gox v0.4.0 21:35:48 go: finding github.com/mitchellh/iochan v1.0.0 21:35:48 go: finding github.com/mitchellh/mapstructure v1.1.2 21:35:48 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:35:48 go: finding github.com/onsi/ginkgo v1.10.1 21:35:48 go: finding github.com/onsi/gomega v1.7.0 21:35:48 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:35:48 go: finding github.com/pebbe/zmq4 v1.0.0 21:35:48 go: finding github.com/pelletier/go-toml v1.2.0 21:35:48 go: finding github.com/pkg/errors v0.8.1 21:35:48 go: finding github.com/pmezard/go-difflib v1.0.0 21:35:48 go: finding github.com/posener/complete v1.1.1 21:35:48 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:35:48 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:35:48 go: finding github.com/stretchr/objx v0.2.0 21:35:48 go: finding github.com/stretchr/testify v1.5.1 21:35:48 go: finding github.com/tidwall/pretty v1.0.1 21:35:48 go: finding github.com/ugorji/go v1.1.4 21:35:48 go: finding github.com/x448/float16 v0.8.4 21:35:48 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:35:48 go: finding github.com/xdg/stringprep v1.0.0 21:35:48 go: finding go.mongodb.org/mongo-driver v1.1.1 21:35:48 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:35:48 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:35:48 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:35:48 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 21:35:48 go: finding golang.org/x/text v0.3.2 21:35:48 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 21:35:48 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 21:35:48 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 21:35:48 go: finding gopkg.in/fsnotify.v1 v1.4.7 21:35:48 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 21:35:48 go: finding gopkg.in/yaml.v2 v2.2.8 21:36:03 Removing intermediate container 14aaf1ec146c 21:36:03 ---> 056a4da5ba13 21:36:03 Successfully built 056a4da5ba13 21:36:03 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 21:36:04 + docker inspect -f . ci-base-image-x86_64 21:36:04 . [Pipeline] withDockerContainer 21:36:04 prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container 21:36:04 $ 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 21:36:05 $ docker top f7aa5d16d6e046ad4921a2b6f816adcb5340fb091654d2625cce920b31fd0203 -eo pid,comm [Pipeline] { [Pipeline] sh 21:36:06 + go version 21:36:06 go version go1.13.5 linux/amd64 [Pipeline] sh 21:36:06 + make test 21:36:06 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:36:25 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:36:25 CGO_ENABLED=1 go vet ./... 21:36:26 gofmt -l . 21:36:26 [ "`gofmt -l .`" = "" ] 21:36:26 ./bin/test-go-mod-tidy.sh 21:36:27 ./bin/test-attribution-txt.sh [Pipeline] stash 21:36:28 Stashed 1 file(s) [Pipeline] } 21:36:28 $ docker stop --time=1 f7aa5d16d6e046ad4921a2b6f816adcb5340fb091654d2625cce920b31fd0203 21:36:30 $ docker rm -f f7aa5d16d6e046ad4921a2b6f816adcb5340fb091654d2625cce920b31fd0203 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:36:32 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:36:32 CGO_ENABLED=1 go vet ./... 21:36:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:36:32 + ls -al . 21:36:32 total 96 21:36:32 drwxrwxr-x. 7 jenkins jenkins 4096 Jun 8 21:36 . 21:36:32 drwxrwxr-x. 4 jenkins jenkins 30 Jun 8 21:35 .. 21:36:32 -rw-rw-r--. 1 jenkins jenkins 6027 Jun 8 21:35 Attribution.txt 21:36:32 drwxrwxr-x. 2 jenkins jenkins 64 Jun 8 21:35 bin 21:36:32 -rw-r--r--. 1 jenkins jenkins 10 Jun 8 21:36 coverage.out 21:36:32 -rw-rw-r--. 1 jenkins jenkins 180 Jun 8 21:35 docker-compose.debug.yml 21:36:32 -rw-rw-r--. 1 jenkins jenkins 133 Jun 8 21:35 docker-compose.yml 21:36:32 -rw-rw-r--. 1 jenkins jenkins 1896 Jun 8 21:35 Dockerfile 21:36:32 -rw-rw-r--. 1 jenkins jenkins 966 Jun 8 21:35 Dockerfile.build 21:36:32 -rw-rw-r--. 1 jenkins jenkins 127 Jun 8 21:35 .dockerignore 21:36:32 drwxrwxr-x. 8 jenkins jenkins 162 Jun 8 21:35 .git 21:36:32 -rw-rw-r--. 1 jenkins jenkins 93 Jun 8 21:35 .gitignore 21:36:32 -rw-r--r--. 1 jenkins jenkins 132 Jun 8 21:36 go.mod 21:36:32 -rw-r--r--. 1 jenkins jenkins 18585 Jun 8 21:36 go.sum 21:36:32 -rw-rw-r--. 1 jenkins jenkins 689 Jun 8 21:35 Jenkinsfile 21:36:32 -rw-rw-r--. 1 jenkins jenkins 10174 Jun 8 21:35 LICENSE 21:36:32 -rw-rw-r--. 1 jenkins jenkins 1617 Jun 8 21:35 main.go 21:36:32 -rw-rw-r--. 1 jenkins jenkins 1573 Jun 8 21:35 makefile 21:36:32 -rw-rw-r--. 1 jenkins jenkins 481 Jun 8 21:35 README.md 21:36:32 drwxrwxr-x. 10 jenkins jenkins 171 Jun 8 21:35 res 21:36:32 drwxrwxr-x. 3 jenkins jenkins 32 Jun 8 21:35 .semver 21:36:32 drwxrwxr-x. 4 jenkins jenkins 71 Jun 8 21:35 snap 21:36:32 -rw-rw-r--. 1 jenkins jenkins 11 Jun 8 21:32 VERSION [Pipeline] isUnix [Pipeline] sh 21:36:32 + 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 . 21:36:32 Sending build context to Docker daemon 311.3kB 21:36:32 Step 1/24 : ARG BASE=golang:1.13-alpine 21:36:32 Step 2/24 : FROM ${BASE} AS builder 21:36:32 ---> 056a4da5ba13 21:36:32 Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:36:33 ---> Running in d0cc88313fdc 21:36:33 Removing intermediate container d0cc88313fdc 21:36:33 ---> 767bf40344b9 21:36:33 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 21:36:33 ---> Running in af24032ee50d 21:36:33 Removing intermediate container af24032ee50d 21:36:33 ---> 966d951f80fc 21:36:33 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:36:33 ---> Running in b306ca97e3cf 21:36:33 Removing intermediate container b306ca97e3cf 21:36:33 ---> 74c0b4a29b40 21:36:33 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:36:33 ---> Running in 0f5b87de2784 21:36:34 Removing intermediate container 0f5b87de2784 21:36:34 ---> 60476b3219ca 21:36:34 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:36:34 ---> Running in 0952cb6a52e7 21:36:35 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 21:36:36 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 21:36:36 OK: 145 MiB in 45 packages 21:36:36 Removing intermediate container 0952cb6a52e7 21:36:36 ---> 65557b28ee40 21:36:36 Step 8/24 : WORKDIR /app 21:36:36 ---> Running in 14212b0f573b 21:36:36 Removing intermediate container 14212b0f573b 21:36:36 ---> e40488e943ec 21:36:36 Step 9/24 : COPY go.mod . 21:36:37 ---> 1485b96a2e70 21:36:37 Step 10/24 : RUN go mod download 21:36:37 ---> Running in 1f4f38571508 21:36:38 Removing intermediate container 1f4f38571508 21:36:38 ---> a22fadbc1dbe 21:36:38 Step 11/24 : COPY . . 21:36:38 ---> 1542f66271f1 21:36:38 Step 12/24 : ARG MAKE="make build" 21:36:38 ---> Running in 0ec6c4cf236d 21:36:38 Removing intermediate container 0ec6c4cf236d 21:36:38 ---> 0beb23aa4b32 21:36:38 Step 13/24 : RUN $MAKE 21:36:38 ---> Running in 9760eb0fec7c 21:36:38 gofmt -l . 21:36:38 [ "`gofmt -l .`" = "" ] 21:36:38 ./bin/test-go-mod-tidy.sh 21:36:39 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 21:36:39 ./bin/test-attribution-txt.sh [Pipeline] stash 21:36:40 Warning: overwriting stash ‘coverage-report’ 21:36:40 Stashed 1 file(s) [Pipeline] } 21:36:40 $ docker stop --time=1 8aa732532e5f3170b329525e9b09725ea856501ce911ca77365dad6488293be9 21:36:43 $ docker rm -f 8aa732532e5f3170b329525e9b09725ea856501ce911ca77365dad6488293be9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:36:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:36:44 + ls -al . 21:36:44 total 120 21:36:44 drwxrwxr-x 7 jenkins jenkins 4096 Jun 8 21:36 . 21:36:44 drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 21:34 .. 21:36:44 -rw-rw-r-- 1 jenkins jenkins 127 Jun 8 21:34 .dockerignore 21:36:44 drwxrwxr-x 8 jenkins jenkins 4096 Jun 8 21:34 .git 21:36:44 -rw-rw-r-- 1 jenkins jenkins 93 Jun 8 21:34 .gitignore 21:36:44 drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 21:34 .semver 21:36:44 -rw-rw-r-- 1 jenkins jenkins 6027 Jun 8 21:34 Attribution.txt 21:36:44 -rw-rw-r-- 1 jenkins jenkins 1896 Jun 8 21:34 Dockerfile 21:36:44 -rw-rw-r-- 1 jenkins jenkins 966 Jun 8 21:34 Dockerfile.build 21:36:44 -rw-rw-r-- 1 jenkins jenkins 689 Jun 8 21:34 Jenkinsfile 21:36:44 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 8 21:34 LICENSE 21:36:44 -rw-rw-r-- 1 jenkins jenkins 481 Jun 8 21:34 README.md 21:36:44 -rw-rw-r-- 1 jenkins jenkins 11 Jun 8 21:32 VERSION 21:36:44 drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 21:34 bin 21:36:44 -rw-r--r-- 1 jenkins jenkins 10 Jun 8 21:35 coverage.out 21:36:44 -rw-rw-r-- 1 jenkins jenkins 180 Jun 8 21:34 docker-compose.debug.yml 21:36:44 -rw-rw-r-- 1 jenkins jenkins 133 Jun 8 21:34 docker-compose.yml 21:36:44 -rw-r--r-- 1 jenkins jenkins 132 Jun 8 21:36 go.mod 21:36:44 -rw-r--r-- 1 jenkins jenkins 18585 Jun 8 21:36 go.sum 21:36:44 -rw-rw-r-- 1 jenkins jenkins 1617 Jun 8 21:34 main.go 21:36:44 -rw-rw-r-- 1 jenkins jenkins 1573 Jun 8 21:34 makefile 21:36:44 drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 21:34 res 21:36:44 drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 21:34 snap [Pipeline] isUnix [Pipeline] sh 21:36:44 + 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 . 21:36:45 Sending build context to Docker daemon 311.3kB 21:36:45 Step 1/24 : ARG BASE=golang:1.13-alpine 21:36:45 Step 2/24 : FROM ${BASE} AS builder 21:36:45 ---> 3535e2aac61d 21:36:45 Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:36:45 ---> Running in b126abefa0c6 21:36:45 Removing intermediate container b126abefa0c6 21:36:45 ---> 17c3adfa13f0 21:36:45 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 21:36:45 ---> Running in ada1f5f994e3 21:36:46 Removing intermediate container ada1f5f994e3 21:36:46 ---> 3d9b7c3a9355 21:36:46 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:36:46 ---> Running in d32ec4f2f88a 21:36:47 Removing intermediate container d32ec4f2f88a 21:36:47 ---> 689eceb781f8 21:36:47 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:36:47 ---> Running in f0e0eaa73b5b 21:36:49 Removing intermediate container f0e0eaa73b5b 21:36:49 ---> 40df54787fec 21:36:49 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:36:49 ---> Running in 8089dc112f25 21:36:51 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 21:36:51 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 21:36:52 OK: 127 MiB in 45 packages 21:36:53 Removing intermediate container 8089dc112f25 21:36:53 ---> 8b83790afefd 21:36:53 Step 8/24 : WORKDIR /app 21:36:53 ---> Running in a4aa51e73d94 21:36:54 Removing intermediate container a4aa51e73d94 21:36:54 ---> 73a03a65155e 21:36:54 Step 9/24 : COPY go.mod . 21:36:55 ---> d6ac86010187 21:36:55 Step 10/24 : RUN go mod download 21:36:55 ---> Running in 8e98054c6eec 21:36:57 Removing intermediate container 8e98054c6eec 21:36:57 ---> 979d0048a872 21:36:57 Step 11/24 : COPY . . 21:36:58 ---> 2d6807314ad7 21:36:58 Step 12/24 : ARG MAKE="make build" 21:36:58 ---> Running in 936a569df228 21:36:59 Removing intermediate container 936a569df228 21:36:59 ---> ce632ed664ae 21:36:59 Step 13/24 : RUN $MAKE 21:36:59 ---> Running in b7428adff5a3 21:37:00 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 21:37:01 Removing intermediate container 9760eb0fec7c 21:37:01 ---> 5d77d3f5726f 21:37:01 Step 14/24 : FROM alpine:latest 21:37:01 latest: Pulling from library/alpine 21:37:01 df20fa9351a1: Pulling fs layer 21:37:01 df20fa9351a1: Verifying Checksum 21:37:01 df20fa9351a1: Download complete 21:37:01 df20fa9351a1: Pull complete 21:37:01 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:37:01 Status: Downloaded newer image for alpine:latest 21:37:01 ---> a24bb4013296 21:37:01 Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:37:01 ---> Running in 2d7afb03569e 21:37:01 Removing intermediate container 2d7afb03569e 21:37:01 ---> 9a2988fe4021 21:37:01 Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} 21:37:01 ---> Running in d0045ebb656e 21:37:01 Removing intermediate container d0045ebb656e 21:37:01 ---> d106e8828c97 21:37:01 Step 17/24 : RUN apk --no-cache add ca-certificates zeromq 21:37:01 ---> Running in fb3b4243c743 21:37:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:37:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:37:01 (1/6) Installing ca-certificates (20191127-r3) 21:37:01 (2/6) Installing libgcc (9.3.0-r2) 21:37:01 (3/6) Installing libsodium (1.0.18-r0) 21:37:01 (4/6) Installing libstdc++ (9.3.0-r2) 21:37:01 (5/6) Installing libzmq (4.3.2-r0) 21:37:01 (6/6) Installing zeromq (4.3.2-r0) 21:37:01 Executing busybox-1.31.1-r16.trigger 21:37:01 Executing ca-certificates-20191127-r3.trigger 21:37:01 OK: 9 MiB in 20 packages 21:37:01 Removing intermediate container fb3b4243c743 21:37:01 ---> 61c5d1d3227a 21:37:01 Step 18/24 : COPY --from=builder /app/res/ /res/ 21:37:01 ---> 74dd179f8b01 21:37:01 Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:37:02 ---> 7b6dc0b90e4e 21:37:02 Step 20/24 : EXPOSE 48095 21:37:02 ---> Running in f5630dbb0fe3 21:37:02 Removing intermediate container f5630dbb0fe3 21:37:02 ---> 3e649c216c5d 21:37:02 Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:37:02 ---> Running in f2a9503e3547 21:37:03 Removing intermediate container f2a9503e3547 21:37:03 ---> e7151f7611dd 21:37:03 Step 22/24 : LABEL arch=amd64 21:37:03 ---> Running in fd46ed9fce86 21:37:03 Removing intermediate container fd46ed9fce86 21:37:03 ---> dce7212005a2 21:37:03 Step 23/24 : LABEL git_sha=18accf3c2bb4fad263732182d293380b7016bd36 21:37:03 ---> Running in be72673d9c44 21:37:03 Removing intermediate container be72673d9c44 21:37:03 ---> 07ac04381235 21:37:03 Step 24/24 : LABEL version=1.1.1-dev.3 21:37:03 ---> Running in 3157e42c970a 21:37:03 Removing intermediate container 3157e42c970a 21:37:03 ---> 1bc6142ef059 21:37:03 [Warning] One or more build-args [ARCH] were not consumed 21:37:03 Successfully built 1bc6142ef059 21:37:03 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 21:37:03 provisioning config files... 21:37:03 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/24@tmp/config9077016675870818383tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:37:04 nexus3.edgexfoundry.org:10001 21:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:37:04 Configure a credential helper to remove this warning. See 21:37:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:37:04 21:37:04 Login Succeeded 21:37:04 nexus3.edgexfoundry.org:10002 21:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:37:04 Configure a credential helper to remove this warning. See 21:37:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:37:04 21:37:04 Login Succeeded 21:37:04 nexus3.edgexfoundry.org:10003 21:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:37:04 Configure a credential helper to remove this warning. See 21:37:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:37:04 21:37:04 Login Succeeded 21:37:04 nexus3.edgexfoundry.org:10004 21:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:37:05 Configure a credential helper to remove this warning. See 21:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:37:05 21:37:05 Login Succeeded 21:37:05 docker.io 21:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:37:06 Configure a credential helper to remove this warning. See 21:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:37:06 21:37:06 Login Succeeded [Pipeline] } 21:37:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:37:06 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 21:37:06 18accf3c2bb4fad263732182d293380b7016bd36 21:37:06 latest 21:37:06 1.1.1-dev.3 21:37:06 18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3 21:37:06 master 21:37:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:37:06 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:18accf3c2bb4fad263732182d293380b7016bd36 [Pipeline] isUnix [Pipeline] sh 21:37:06 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:18accf3c2bb4fad263732182d293380b7016bd36 21:37:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:37:06 6729c246d91f: Preparing 21:37:06 7f720538d786: Preparing 21:37:06 af29c160c9e2: Preparing 21:37:06 50644c29ef5a: Preparing 21:37:06 50644c29ef5a: Layer already exists 21:37:06 7f720538d786: Pushed 21:37:07 af29c160c9e2: Pushed 21:37:09 6729c246d91f: Pushed 21:37:09 18accf3c2bb4fad263732182d293380b7016bd36: digest: sha256:e205a04dc2f7b57870287ce8368176286eb2ccbda533e591e461ac8b00403316 size: 1158 [Pipeline] isUnix [Pipeline] sh 21:37:09 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 21:37:09 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:37:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:37:09 6729c246d91f: Preparing 21:37:09 7f720538d786: Preparing 21:37:09 af29c160c9e2: Preparing 21:37:09 50644c29ef5a: Preparing 21:37:09 50644c29ef5a: Layer already exists 21:37:09 6729c246d91f: Layer already exists 21:37:09 7f720538d786: Layer already exists 21:37:09 af29c160c9e2: Layer already exists 21:37:09 latest: digest: sha256:e205a04dc2f7b57870287ce8368176286eb2ccbda533e591e461ac8b00403316 size: 1158 [Pipeline] isUnix [Pipeline] sh 21:37:09 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.1.1-dev.3 [Pipeline] isUnix [Pipeline] sh 21:37:10 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.1.1-dev.3 21:37:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:37:10 6729c246d91f: Preparing 21:37:10 7f720538d786: Preparing 21:37:10 af29c160c9e2: Preparing 21:37:10 50644c29ef5a: Preparing 21:37:10 50644c29ef5a: Layer already exists 21:37:10 6729c246d91f: Layer already exists 21:37:10 af29c160c9e2: Layer already exists 21:37:10 7f720538d786: Layer already exists 21:37:10 1.1.1-dev.3: digest: sha256:e205a04dc2f7b57870287ce8368176286eb2ccbda533e591e461ac8b00403316 size: 1158 [Pipeline] isUnix [Pipeline] sh 21:37:10 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3 [Pipeline] isUnix [Pipeline] sh 21:37:10 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3 21:37:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:37:10 6729c246d91f: Preparing 21:37:10 7f720538d786: Preparing 21:37:10 af29c160c9e2: Preparing 21:37:10 50644c29ef5a: Preparing 21:37:10 7f720538d786: Layer already exists 21:37:10 6729c246d91f: Layer already exists 21:37:10 50644c29ef5a: Layer already exists 21:37:10 af29c160c9e2: Layer already exists 21:37:10 18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3: digest: sha256:e205a04dc2f7b57870287ce8368176286eb2ccbda533e591e461ac8b00403316 size: 1158 [Pipeline] isUnix [Pipeline] sh 21:37:11 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 21:37:11 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 21:37:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:37:11 6729c246d91f: Preparing 21:37:11 7f720538d786: Preparing 21:37:11 af29c160c9e2: Preparing 21:37:11 50644c29ef5a: Preparing 21:37:11 af29c160c9e2: Layer already exists 21:37:11 50644c29ef5a: Layer already exists 21:37:11 7f720538d786: Layer already exists 21:37:11 6729c246d91f: Layer already exists 21:37:11 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] } 21:37:47 Removing intermediate container b7428adff5a3 21:37:47 ---> 71cc94eb5933 21:37:47 Step 14/24 : FROM alpine:latest 21:37:47 latest: Pulling from library/alpine 21:37:47 b538f80385f9: Pulling fs layer 21:37:47 b538f80385f9: Download complete 21:37:47 b538f80385f9: Pull complete 21:37:47 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:37:47 Status: Downloaded newer image for alpine:latest 21:37:47 ---> 62ee0e9f8440 21:37:47 Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:37:47 ---> Running in 86d4856fed3a 21:37:47 Removing intermediate container 86d4856fed3a 21:37:47 ---> 636ecac26b7b 21:37:47 Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} 21:37:47 ---> Running in af14440f9255 21:37:48 Removing intermediate container af14440f9255 21:37:48 ---> 1e54919f129c 21:37:48 Step 17/24 : RUN apk --no-cache add ca-certificates zeromq 21:37:48 ---> Running in 52a94a6aeb4f 21:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:37:50 (1/6) Installing ca-certificates (20191127-r3) 21:37:50 (2/6) Installing libgcc (9.3.0-r2) 21:37:50 (3/6) Installing libsodium (1.0.18-r0) 21:37:50 (4/6) Installing libstdc++ (9.3.0-r2) 21:37:50 (5/6) Installing libzmq (4.3.2-r0) 21:37:50 (6/6) Installing zeromq (4.3.2-r0) 21:37:50 Executing busybox-1.31.1-r16.trigger 21:37:50 Executing ca-certificates-20191127-r3.trigger 21:37:50 OK: 8 MiB in 20 packages 21:37:52 Removing intermediate container 52a94a6aeb4f 21:37:52 ---> 4b10f420d522 21:37:52 Step 18/24 : COPY --from=builder /app/res/ /res/ 21:37:53 ---> ebc85b6c7680 21:37:53 Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:37:55 ---> 54051f174d5b 21:37:55 Step 20/24 : EXPOSE 48095 21:37:56 ---> Running in c0ba76435caf 21:37:56 Removing intermediate container c0ba76435caf 21:37:56 ---> f36033913782 21:37:56 Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:37:56 ---> Running in 9518b496cd9f 21:37:57 Removing intermediate container 9518b496cd9f 21:37:57 ---> 0a009a3e565f 21:37:57 Step 22/24 : LABEL arch=arm64 21:37:57 ---> Running in ae0f9b875119 21:37:57 Removing intermediate container ae0f9b875119 21:37:57 ---> 3706f915cddc 21:37:57 Step 23/24 : LABEL git_sha=18accf3c2bb4fad263732182d293380b7016bd36 21:37:57 ---> Running in dae34db29730 21:37:58 Removing intermediate container dae34db29730 21:37:58 ---> b611f5d38267 21:37:58 Step 24/24 : LABEL version=1.1.1-dev.3 21:37:58 ---> Running in cae90ec6d5f8 21:37:59 Removing intermediate container cae90ec6d5f8 21:37:59 ---> 2b9881b55d11 21:37:59 [Warning] One or more build-args [ARCH] were not consumed 21:37:59 Successfully built 2b9881b55d11 21:37:59 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 21:37:59 provisioning config files... 21:37:59 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/24@tmp/config2297744486212429985tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:37:59 nexus3.edgexfoundry.org:10001 21:37:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:38:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:38:00 Configure a credential helper to remove this warning. See 21:38:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:38:00 21:38:00 Login Succeeded 21:38:00 nexus3.edgexfoundry.org:10002 21:38:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:38:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:38:00 Configure a credential helper to remove this warning. See 21:38:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:38:00 21:38:00 Login Succeeded 21:38:00 nexus3.edgexfoundry.org:10003 21:38:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:38:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:38:01 Configure a credential helper to remove this warning. See 21:38:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:38:01 21:38:01 Login Succeeded 21:38:01 nexus3.edgexfoundry.org:10004 21:38:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:38:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:38:01 Configure a credential helper to remove this warning. See 21:38:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:38:01 21:38:01 Login Succeeded 21:38:01 docker.io 21:38:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:38:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:38:02 Configure a credential helper to remove this warning. See 21:38:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:38:02 21:38:02 Login Succeeded [Pipeline] } 21:38:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:38:02 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 21:38:02 18accf3c2bb4fad263732182d293380b7016bd36 21:38:02 latest 21:38:02 1.1.1-dev.3 21:38:02 18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3 21:38:02 master 21:38:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:38:03 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:18accf3c2bb4fad263732182d293380b7016bd36 [Pipeline] isUnix [Pipeline] sh 21:38:03 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:18accf3c2bb4fad263732182d293380b7016bd36 21:38:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:38:03 faa217894c56: Preparing 21:38:03 0435ea862a6a: Preparing 21:38:03 dfa91d22f7e1: Preparing 21:38:03 e2f13739ad41: Preparing 21:38:03 e2f13739ad41: Layer already exists 21:38:03 0435ea862a6a: Pushed 21:38:04 dfa91d22f7e1: Pushed 21:38:07 faa217894c56: Pushed 21:38:08 18accf3c2bb4fad263732182d293380b7016bd36: digest: sha256:451991a5b40f54e41c041f31aabec7db3d7f0d691c37b3d60bf79f28fa23858a size: 1158 [Pipeline] isUnix [Pipeline] sh 21:38:08 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:38:08 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:38:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:38:08 faa217894c56: Preparing 21:38:08 0435ea862a6a: Preparing 21:38:08 dfa91d22f7e1: Preparing 21:38:08 e2f13739ad41: Preparing 21:38:08 faa217894c56: Layer already exists 21:38:08 0435ea862a6a: Layer already exists 21:38:08 dfa91d22f7e1: Layer already exists 21:38:08 e2f13739ad41: Layer already exists 21:38:09 latest: digest: sha256:451991a5b40f54e41c041f31aabec7db3d7f0d691c37b3d60bf79f28fa23858a size: 1158 [Pipeline] isUnix [Pipeline] sh 21:38:09 + 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 21:38:09 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.1.1-dev.3 21:38:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:38:09 faa217894c56: Preparing 21:38:09 0435ea862a6a: Preparing 21:38:09 dfa91d22f7e1: Preparing 21:38:09 e2f13739ad41: Preparing 21:38:09 0435ea862a6a: Layer already exists 21:38:09 faa217894c56: Layer already exists 21:38:09 dfa91d22f7e1: Layer already exists 21:38:09 e2f13739ad41: Layer already exists 21:38:09 1.1.1-dev.3: digest: sha256:451991a5b40f54e41c041f31aabec7db3d7f0d691c37b3d60bf79f28fa23858a size: 1158 [Pipeline] isUnix [Pipeline] sh 21:38:10 + 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 21:38:10 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3 21:38:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:38:10 faa217894c56: Preparing 21:38:10 0435ea862a6a: Preparing 21:38:10 dfa91d22f7e1: Preparing 21:38:10 e2f13739ad41: Preparing 21:38:10 dfa91d22f7e1: Layer already exists 21:38:10 faa217894c56: Layer already exists 21:38:10 0435ea862a6a: Layer already exists 21:38:10 e2f13739ad41: Layer already exists 21:38:10 18accf3c2bb4fad263732182d293380b7016bd36-1.1.1-dev.3: digest: sha256:451991a5b40f54e41c041f31aabec7db3d7f0d691c37b3d60bf79f28fa23858a size: 1158 [Pipeline] isUnix [Pipeline] sh 21:38:11 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 21:38:11 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 21:38:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:38:11 faa217894c56: Preparing 21:38:11 0435ea862a6a: Preparing 21:38:11 dfa91d22f7e1: Preparing 21:38:11 e2f13739ad41: Preparing 21:38:11 dfa91d22f7e1: Layer already exists 21:38:11 0435ea862a6a: Layer already exists 21:38:11 e2f13739ad41: Layer already exists 21:38:11 faa217894c56: Layer already exists 21:38:11 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 21:38:12 provisioning config files... 21:38:12 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8802187878229716875tmp [Pipeline] { [Pipeline] sh 21:38:12 + curl -s https://codecov.io/bash 21:38:12 + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config8802187878229716875tmp 21:38:13 21:38:13 _____ _ 21:38:13 / ____| | | 21:38:13 | | ___ __| | ___ ___ _____ __ 21:38:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:38:13 | |___| (_) | (_| | __/ (_| (_) \ V / 21:38:13 \_____\___/ \__,_|\___|\___\___/ \_/ 21:38:13 Bash-20200602-f809a24 21:38:13 21:38:13 21:38:13 ==> Jenkins CI detected. 21:38:13 project root: . 21:38:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:38:13 ==> Running gcov in . (disable via -X gcov) 21:38:13 ==> Python coveragepy not found 21:38:13 ==> Searching for coverage reports in: 21:38:13 + . 21:38:13 -> Found 1 reports 21:38:13 ==> Detecting git/mercurial file structure 21:38:13 ==> Reading reports 21:38:13 + ./coverage.out bytes=10 21:38:13 ==> Appending adjustments 21:38:13 https://docs.codecov.io/docs/fixing-reports 21:38:13 + Found adjustments 21:38:13 ==> Gzipping contents 21:38:13 ==> Uploading reports 21:38:13 url: https://codecov.io 21:38:13 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= 21:38:13 -> Pinging Codecov 21:38:13 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= 21:38:14 -> Uploading 21:38:14 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/18accf3c2bb4fad263732182d293380b7016bd36 [Pipeline] } 21:38:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:38:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 21:38:14 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 21:38:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:38:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:38:15 21:38:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 21:38:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:38:15 1.317.0: Pulling from edgex-devops/edgex-snyk-go 21:38:15 cbdbe7a5bc2a: Pulling fs layer 21:38:15 408f87550127: Pulling fs layer 21:38:15 fe522b08c979: Pulling fs layer 21:38:15 221eaa008020: Pulling fs layer 21:38:15 2a4607e5d6b9: Pulling fs layer 21:38:15 8f79b27c4fd2: Pulling fs layer 21:38:15 e5c8dbe1645b: Pulling fs layer 21:38:15 23e8b3b47431: Pulling fs layer 21:38:15 5c568d65a230: Pulling fs layer 21:38:15 8f79b27c4fd2: Waiting 21:38:15 e5c8dbe1645b: Waiting 21:38:15 23e8b3b47431: Waiting 21:38:15 5c568d65a230: Waiting 21:38:15 221eaa008020: Waiting 21:38:15 2a4607e5d6b9: Waiting 21:38:15 fe522b08c979: Verifying Checksum 21:38:15 fe522b08c979: Download complete 21:38:15 408f87550127: Verifying Checksum 21:38:15 408f87550127: Download complete 21:38:15 2a4607e5d6b9: Verifying Checksum 21:38:15 2a4607e5d6b9: Download complete 21:38:15 cbdbe7a5bc2a: Verifying Checksum 21:38:15 8f79b27c4fd2: Download complete 21:38:16 e5c8dbe1645b: Verifying Checksum 21:38:16 e5c8dbe1645b: Download complete 21:38:16 cbdbe7a5bc2a: Pull complete 21:38:16 23e8b3b47431: Verifying Checksum 21:38:16 23e8b3b47431: Download complete 21:38:16 408f87550127: Pull complete 21:38:16 5c568d65a230: Verifying Checksum 21:38:16 5c568d65a230: Download complete 21:38:16 fe522b08c979: Pull complete 21:38:17 221eaa008020: Download complete 21:38:22 221eaa008020: Pull complete 21:38:22 2a4607e5d6b9: Pull complete 21:38:22 8f79b27c4fd2: Pull complete 21:38:24 e5c8dbe1645b: Pull complete 21:38:27 23e8b3b47431: Pull complete 21:38:28 5c568d65a230: Pull complete 21:38:28 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 21:38:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:38:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 21:38:28 prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container 21:38:28 $ 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 21:38:29 $ docker top 12b3db812d77d1b8f93ee31316de1a2fc5b5b81e1afcc93c67a1512446d90886 -eo pid,comm [Pipeline] { [Pipeline] sh 21:38:29 + snyk monitor '--org=edgex-jenkins' 21:38:44 21:38:44 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 21:38:44 21:38:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/b4a40c19-1648-47f3-9df9-e5a83afaf20a 21:38:44 21:38:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:38:44 21:38:44 [Pipeline] } 21:38:44 $ docker stop --time=1 12b3db812d77d1b8f93ee31316de1a2fc5b5b81e1afcc93c67a1512446d90886 21:38:49 $ docker rm -f 12b3db812d77d1b8f93ee31316de1a2fc5b5b81e1afcc93c67a1512446d90886 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:38:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:38:50 21:38:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 21:38:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:38:50 latest: Pulling from edgex-devops/edgex-klar 21:38:50 e7c96db7181b: Pulling fs layer 21:38:50 1868ca2cb446: Pulling fs layer 21:38:50 136be5d0fe8e: Pulling fs layer 21:38:50 894bfe63afcb: Pulling fs layer 21:38:50 894bfe63afcb: Waiting 21:38:50 136be5d0fe8e: Verifying Checksum 21:38:50 136be5d0fe8e: Download complete 21:38:50 1868ca2cb446: Verifying Checksum 21:38:50 1868ca2cb446: Download complete 21:38:50 e7c96db7181b: Verifying Checksum 21:38:50 e7c96db7181b: Download complete 21:38:50 894bfe63afcb: Verifying Checksum 21:38:50 894bfe63afcb: Download complete 21:38:51 e7c96db7181b: Pull complete 21:38:51 1868ca2cb446: Pull complete 21:38:51 136be5d0fe8e: Pull complete 21:38:51 894bfe63afcb: Pull complete 21:38:51 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 21:38:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:38:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 21:38:51 prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container 21:38:51 $ 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 21:38:52 $ docker top 505d41354d5bc9115cd4514d16591899620677f4a095acfb21c4dde55804e934 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:38:53 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:18accf3c2bb4fad263732182d293380b7016bd36 21:38:53 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:38:57 $ docker stop --time=1 505d41354d5bc9115cd4514d16591899620677f4a095acfb21c4dde55804e934 21:38:58 $ docker rm -f 505d41354d5bc9115cd4514d16591899620677f4a095acfb21c4dde55804e934 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:38:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:38:59 . [Pipeline] withDockerContainer 21:38:59 prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container 21:38:59 $ 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 21:39:00 $ docker top 692dde21bd9da42d9908fa36b683185684fe0b9cef2a490c0b315dc0a7ad05d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:39:00 + + /klartee nexus3.edgexfoundry.org:10004/docker-app-service-configurable:18accf3c2bb4fad263732182d293380b7016bd36 21:39:00 21:39:00 clair timeout 1m0s 21:39:00 docker timeout: 1m0s 21:39:00 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:39:01 $ docker stop --time=1 692dde21bd9da42d9908fa36b683185684fe0b9cef2a490c0b315dc0a7ad05d2 21:39:02 $ docker rm -f 692dde21bd9da42d9908fa36b683185684fe0b9cef2a490c0b315dc0a7ad05d2 [Pipeline] // withDockerContainer [Pipeline] sh 21:39:02 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 21:39:02 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 21:39:02 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 21:39:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:39:03 . [Pipeline] withDockerContainer 21:39:03 prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container 21:39:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 21:39:03 $ docker top 73306596b53c74242d54cc2df9064355c5ddc0c783acad7151916348d4f9e131 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:39:04 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:18accf3c2bb4fad263732182d293380b7016bd36 21:39:04 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:39:08 $ docker stop --time=1 73306596b53c74242d54cc2df9064355c5ddc0c783acad7151916348d4f9e131 21:39:10 $ docker rm -f 73306596b53c74242d54cc2df9064355c5ddc0c783acad7151916348d4f9e131 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:39:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:39:10 . [Pipeline] withDockerContainer 21:39:10 prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container 21:39:10 $ 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 21:39:11 $ docker top a9763801ab283488f4619df6da90a8902083e7062f62512f955fa183f5c666e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:39:11 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:18accf3c2bb4fad263732182d293380b7016bd36 21:39:11 + tee 21:39:11 clair timeout 1m0s 21:39:11 docker timeout: 1m0s 21:39:11 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:39:12 $ docker stop --time=1 a9763801ab283488f4619df6da90a8902083e7062f62512f955fa183f5c666e1 21:39:13 $ docker rm -f a9763801ab283488f4619df6da90a8902083e7062f62512f955fa183f5c666e1 [Pipeline] // withDockerContainer [Pipeline] sh 21:39:13 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 21:39:13 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 21:39:14 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 21:39:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:39:14 . [Pipeline] withDockerContainer 21:39:14 prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container 21:39:14 $ 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 21:39:15 $ docker top 4b3b8e8b671c6557da4361c683a16944372ed7c77bdb4b52ab0b317aad8ba7fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:39:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:39:15 [ssh-agent] Looking for ssh-agent implementation... 21:39:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:39:15 $ docker exec 4b3b8e8b671c6557da4361c683a16944372ed7c77bdb4b52ab0b317aad8ba7fc ssh-agent 21:39:15 SSH_AUTH_SOCK=/tmp/ssh-aWaho27IpR1N/agent.11 21:39:15 SSH_AGENT_PID=16 21:39:15 Running ssh-add (command line suppressed) 21:39:16 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3803145558045678119.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3803145558045678119.key) 21:39:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:39:16 + git semver tag 21:39:16 # -> Open(): unable to determine branch for HEAD 21:39:16 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:39:16 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:39:16 # $SEMVER_REMOTE_NAME = origin 21:39:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:39:16 # $SEMVER_USER_NAME = edgex-jenkins 21:39:16 # $SEMVER_BRANCH = master 21:39:16 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:39:16 # 18accf3c2bb4fad263732182d293380b7016bd36 HEAD 21:39:16 # -> Force: false 21:39:16 # 3ae83236e95dc2667fe419421e18e971926e347d refs/tags/v1.1.1-dev.3 [Pipeline] } 21:39:16 $ docker exec --env ******** --env ******** 4b3b8e8b671c6557da4361c683a16944372ed7c77bdb4b52ab0b317aad8ba7fc ssh-agent -k 21:39:16 unset SSH_AUTH_SOCK; 21:39:16 unset SSH_AGENT_PID; 21:39:16 echo Agent pid 16 killed; 21:39:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:39:17 + git semver [Pipeline] } 21:39:17 $ docker stop --time=1 4b3b8e8b671c6557da4361c683a16944372ed7c77bdb4b52ab0b317aad8ba7fc 21:39:18 $ docker rm -f 4b3b8e8b671c6557da4361c683a16944372ed7c77bdb4b52ab0b317aad8ba7fc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:39:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:39:18 21:39:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:39:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:39:19 0.23.1-centos7: Pulling from edgex-lftools 21:39:19 ab5ef0e58194: Pulling fs layer 21:39:19 9712f1f96733: Pulling fs layer 21:39:19 63f879dbbcfc: Pulling fs layer 21:39:19 0d9ebad4ef96: Pulling fs layer 21:39:19 e9a5061849ea: Pulling fs layer 21:39:19 d747dcd14b5f: Pulling fs layer 21:39:19 2de7ff778b66: Pulling fs layer 21:39:19 e9a5061849ea: Waiting 21:39:19 d747dcd14b5f: Waiting 21:39:19 2de7ff778b66: Waiting 21:39:19 0d9ebad4ef96: Waiting 21:39:19 9712f1f96733: Verifying Checksum 21:39:19 9712f1f96733: Download complete 21:39:19 63f879dbbcfc: Verifying Checksum 21:39:19 63f879dbbcfc: Download complete 21:39:19 e9a5061849ea: Verifying Checksum 21:39:19 e9a5061849ea: Download complete 21:39:19 d747dcd14b5f: Verifying Checksum 21:39:19 d747dcd14b5f: Download complete 21:39:20 ab5ef0e58194: Verifying Checksum 21:39:20 ab5ef0e58194: Download complete 21:39:20 2de7ff778b66: Verifying Checksum 21:39:20 2de7ff778b66: Download complete 21:39:20 0d9ebad4ef96: Verifying Checksum 21:39:20 0d9ebad4ef96: Download complete 21:39:24 ab5ef0e58194: Pull complete 21:39:24 9712f1f96733: Pull complete 21:39:27 63f879dbbcfc: Pull complete 21:39:33 0d9ebad4ef96: Pull complete 21:39:33 e9a5061849ea: Pull complete 21:39:33 d747dcd14b5f: Pull complete 21:39:37 2de7ff778b66: Pull complete 21:39:37 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:39:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:39:37 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:39:37 prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container 21:39:38 $ 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 21:39:42 $ docker top e10927fc5484dca6dedeb1280ada51a389abd4ca7f1ff74858052317fb2fd370 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:39:42 provisioning config files... 21:39:42 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config2460398286912714850tmp 21:39:42 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config5528567738387311130tmp 21:39:42 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6115172497063094392tmp [Pipeline] { [Pipeline] echo 21:39:42 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:39:42 ---> sigul-configuration.sh 21:39:42 gpg: directory `/root/.gnupg' created 21:39:42 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:39:42 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:39:42 gpg: keyring `/root/.gnupg/secring.gpg' created 21:39:42 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:39:42 gpg: CAST5 encrypted data 21:39:42 gpg: encrypted with 1 passphrase 21:39:42 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:39:43 + mkdir /home/jenkins 21:39:43 + mkdir /home/jenkins/sigul [Pipeline] sh 21:39:43 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 21:39:43 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:39:43 ---> sigul-install.sh 21:39:50 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:39:50 + git tag --list 21:39:50 v1.1.1-dev.3 [Pipeline] sh 21:39:50 + lftools sign git-tag v1.1.1-dev.3 21:39:52 Signing Git tag with Sigul... 21:39:52 Signing v1.1.1-dev.3 [Pipeline] echo 21:39:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:39:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:39:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:39:53 $ docker stop --time=1 e10927fc5484dca6dedeb1280ada51a389abd4ca7f1ff74858052317fb2fd370 21:39:55 $ docker rm -f e10927fc5484dca6dedeb1280ada51a389abd4ca7f1ff74858052317fb2fd370 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:39:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:39:56 . [Pipeline] withDockerContainer 21:39:56 prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container 21:39:56 $ 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 21:39:56 $ docker top 0dce12643866dbd177798c3f9fbc2335bc4e177fd810ebe4bc8483921087b297 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:39:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:39:57 [ssh-agent] Looking for ssh-agent implementation... 21:39:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:39:57 $ docker exec 0dce12643866dbd177798c3f9fbc2335bc4e177fd810ebe4bc8483921087b297 ssh-agent 21:39:57 SSH_AUTH_SOCK=/tmp/ssh-7YF1NtTICL9F/agent.11 21:39:57 SSH_AGENT_PID=16 21:39:57 Running ssh-add (command line suppressed) 21:39:57 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1408563347169038072.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1408563347169038072.key) 21:39:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:39:57 + git semver bump pre 21:39:57 # -> Open(): unable to determine branch for HEAD 21:39:57 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:39:57 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:39:57 # $SEMVER_REMOTE_NAME = origin 21:39:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:39:57 # $SEMVER_USER_NAME = edgex-jenkins 21:39:57 # $SEMVER_BRANCH = master 21:39:57 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:39:57 1.1.1-dev.4 [Pipeline] } 21:39:57 $ docker exec --env ******** --env ******** 0dce12643866dbd177798c3f9fbc2335bc4e177fd810ebe4bc8483921087b297 ssh-agent -k 21:39:57 unset SSH_AUTH_SOCK; 21:39:57 unset SSH_AGENT_PID; 21:39:57 echo Agent pid 16 killed; 21:39:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:39:58 + git semver [Pipeline] } 21:39:58 $ docker stop --time=1 0dce12643866dbd177798c3f9fbc2335bc4e177fd810ebe4bc8483921087b297 21:39:59 $ docker rm -f 0dce12643866dbd177798c3f9fbc2335bc4e177fd810ebe4bc8483921087b297 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:40:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:00 . [Pipeline] withDockerContainer 21:40:00 prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container 21:40:00 $ 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 21:40:00 $ docker top 67afb521a106d2c0222745fbb7b28f7652a9ad914c6f542a205eb717debc8d79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:40:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:40:01 [ssh-agent] Looking for ssh-agent implementation... 21:40:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:40:01 $ docker exec 67afb521a106d2c0222745fbb7b28f7652a9ad914c6f542a205eb717debc8d79 ssh-agent 21:40:01 SSH_AUTH_SOCK=/tmp/ssh-shozzBhcpOBl/agent.11 21:40:01 SSH_AGENT_PID=16 21:40:01 Running ssh-add (command line suppressed) 21:40:01 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2511886345184171012.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2511886345184171012.key) 21:40:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:40:01 + git semver push 21:40:01 # -> Open(): unable to determine branch for HEAD 21:40:01 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:40:01 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:40:01 # $SEMVER_REMOTE_NAME = origin 21:40:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:40:01 # $SEMVER_USER_NAME = edgex-jenkins 21:40:01 # $SEMVER_BRANCH = master 21:40:01 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:40:10 $ docker exec --env ******** --env ******** 67afb521a106d2c0222745fbb7b28f7652a9ad914c6f542a205eb717debc8d79 ssh-agent -k 21:40:10 unset SSH_AUTH_SOCK; 21:40:10 unset SSH_AGENT_PID; 21:40:10 echo Agent pid 16 killed; 21:40:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:40:10 + git semver [Pipeline] } 21:40:10 $ docker stop --time=1 67afb521a106d2c0222745fbb7b28f7652a9ad914c6f542a205eb717debc8d79 21:40:11 $ 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 21:40:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:40:13 ---> package-listing.sh 21:40:13 ++ facter osfamily 21:40:13 ++ tr '[:upper:]' '[:lower:]' 21:40:13 + OS_FAMILY=redhat 21:40:13 + workspace=/w/workspace/_app-service-configurable_master 21:40:13 + START_PACKAGES=/tmp/packages_start.txt 21:40:13 + END_PACKAGES=/tmp/packages_end.txt 21:40:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:40:13 + PACKAGES=/tmp/packages_start.txt 21:40:13 + '[' /w/workspace/_app-service-configurable_master ']' 21:40:13 + PACKAGES=/tmp/packages_end.txt 21:40:13 + case "${OS_FAMILY}" in 21:40:13 + rpm -qa 21:40:13 + sort 21:40:17 + '[' -f /tmp/packages_start.txt ']' 21:40:17 + '[' -f /tmp/packages_end.txt ']' 21:40:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:40:17 + '[' /w/workspace/_app-service-configurable_master ']' 21:40:17 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 21:40:17 + 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 21:40:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:40:18 21:40:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:40:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:40:18 alpine: Pulling from edgex-lftools-log-publisher 21:40:18 c9b1b535fdd9: Pulling fs layer 21:40:18 2cc5ad85d9ab: Pulling fs layer 21:40:18 756a868c4378: Pulling fs layer 21:40:18 444b2fc9a129: Pulling fs layer 21:40:18 ea15f1150254: Pulling fs layer 21:40:18 41b27a9f41bf: Pulling fs layer 21:40:18 28c525ee5125: Pulling fs layer 21:40:18 094b1ea09ed8: Pulling fs layer 21:40:18 138eaada9080: Pulling fs layer 21:40:18 0622d0fa9048: Pulling fs layer 21:40:18 41b27a9f41bf: Waiting 21:40:18 ea15f1150254: Waiting 21:40:18 444b2fc9a129: Waiting 21:40:18 28c525ee5125: Waiting 21:40:18 094b1ea09ed8: Waiting 21:40:18 138eaada9080: Waiting 21:40:18 0622d0fa9048: Waiting 21:40:18 2cc5ad85d9ab: Download complete 21:40:18 444b2fc9a129: Verifying Checksum 21:40:18 444b2fc9a129: Download complete 21:40:18 c9b1b535fdd9: Verifying Checksum 21:40:18 c9b1b535fdd9: Download complete 21:40:18 ea15f1150254: Verifying Checksum 21:40:18 ea15f1150254: Download complete 21:40:18 28c525ee5125: Verifying Checksum 21:40:18 28c525ee5125: Download complete 21:40:18 756a868c4378: Verifying Checksum 21:40:18 756a868c4378: Download complete 21:40:19 138eaada9080: Verifying Checksum 21:40:19 138eaada9080: Download complete 21:40:19 0622d0fa9048: Verifying Checksum 21:40:19 0622d0fa9048: Download complete 21:40:19 094b1ea09ed8: Verifying Checksum 21:40:19 094b1ea09ed8: Download complete 21:40:19 c9b1b535fdd9: Pull complete 21:40:19 41b27a9f41bf: Verifying Checksum 21:40:19 41b27a9f41bf: Download complete 21:40:19 2cc5ad85d9ab: Pull complete 21:40:21 756a868c4378: Pull complete 21:40:21 444b2fc9a129: Pull complete 21:40:21 ea15f1150254: Pull complete 21:40:24 41b27a9f41bf: Pull complete 21:40:24 28c525ee5125: Pull complete 21:40:27 094b1ea09ed8: Pull complete 21:40:27 138eaada9080: Pull complete 21:40:27 0622d0fa9048: Pull complete 21:40:27 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 21:40:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:40:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:40:27 prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container 21:40:27 $ 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 21:40:31 $ docker top 7d0cd797d92422c56554ecef3ff059ef1f16383a9b8e4786f745fc60461b89b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:40:31 provisioning config files... 21:40:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7675304781438711345tmp [Pipeline] { [Pipeline] echo 21:40:31 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:40:31 ---> create-netrc.sh [Pipeline] echo 21:40:31 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:40:31 ---> logs-deploy.sh 21:40:31 + ARCHIVE_ARTIFACTS= 21:40:31 + LOGS_SERVER=https://logs.edgexfoundry.org 21:40:31 + '[' https://logs.edgexfoundry.org == None ']' 21:40:31 + NEXUS_URL=https://nexus.edgexfoundry.org 21:40:31 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/24 21:40:31 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/24/ 21:40:31 + 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 21:40:32 Archives upload complete. 21:40:33 + 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/