Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6d51720bebf870c8d3052e72161f8d66f404099d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 --version # 'git version 2.16.6' > 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 > git --version # 'git version 2.16.6' 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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, buildSnap:true] ========================================================= [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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1544 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 Fetching 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 > git --version # 'git version 2.16.5' 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 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 Checking out Revision 6d51720bebf870c8d3052e72161f8d66f404099d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6d51720bebf870c8d3052e72161f8d66f404099d # timeout=10 Commit message: "fix: Update to latest SDK so V2 APIs are available for TAF tests (#112)" > git rev-list --no-walk 414b6282f916c065fbe85db3d54f08096cf4375d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:11 ========================================================= 00:31:11 EdgeX Global Pipelines Version Info 00:31:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:13 ------------------- 00:31:13 stable info: 00:31:13 ------------------- 00:31:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:13 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 00:31:13 Message: update stable to v1.0.118 00:31:14 ------------------- 00:31:14 experimental info: 00:31:14 ------------------- 00:31:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:14 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 00:31:14 Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d51720bebf870c8d3052e72161f8d66f404099d [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d51720 [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:17 + git log --format=format:%s -1 6d51720bebf870c8d3052e72161f8d66f404099d [Pipeline] echo 00:31:17 GIT_COMMIT: 6d51720bebf870c8d3052e72161f8d66f404099d, Commit Message: fix: Update to latest SDK so V2 APIs are available for TAF tests (#112) [Pipeline] echo 00:31:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:31:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:18 00:31:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:18 latest: Pulling from edgex-devops/git-semver 00:31:18 31603596830f: Pulling fs layer 00:31:18 2a8b12db71e7: Pulling fs layer 00:31:18 6ca5941a6612: Pulling fs layer 00:31:18 ecc8261a40a4: Pulling fs layer 00:31:18 ecc8261a40a4: Waiting 00:31:18 2a8b12db71e7: Download complete 00:31:18 31603596830f: Verifying Checksum 00:31:18 31603596830f: Download complete 00:31:18 ecc8261a40a4: Verifying Checksum 00:31:18 ecc8261a40a4: Download complete 00:31:18 6ca5941a6612: Verifying Checksum 00:31:18 6ca5941a6612: Download complete 00:31:19 31603596830f: Pull complete 00:31:19 2a8b12db71e7: Pull complete 00:31:20 6ca5941a6612: Pull complete 00:31:20 ecc8261a40a4: Pull complete 00:31:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:20 prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container 00:31:20 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:22 $ docker top 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:22 [ssh-agent] Looking for ssh-agent implementation... 00:31:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:22 $ docker exec 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c ssh-agent 00:31:22 SSH_AUTH_SOCK=/tmp/ssh-LzW4o9WbmwZZ/agent.12 00:31:22 SSH_AGENT_PID=17 00:31:22 Running ssh-add (command line suppressed) 00:31:22 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8670992383052094194.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8670992383052094194.key) 00:31:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:23 + git describe --exact-match --tags HEAD 00:31:23 fatal: No names found, cannot describe anything. [Pipeline] } 00:31:23 $ docker exec --env ******** --env ******** 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c ssh-agent -k 00:31:23 unset SSH_AUTH_SOCK; 00:31:23 unset SSH_AGENT_PID; 00:31:23 echo Agent pid 17 killed; 00:31:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:31:23 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:31:23 This usually means this commit has not been tagged. [Pipeline] sshagent 00:31:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:23 [ssh-agent] Looking for ssh-agent implementation... 00:31:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:23 $ docker exec 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c ssh-agent 00:31:23 SSH_AUTH_SOCK=/tmp/ssh-0EcMzMNack02/agent.45 00:31:23 SSH_AGENT_PID=50 00:31:23 Running ssh-add (command line suppressed) 00:31:24 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8832062701851698402.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8832062701851698402.key) 00:31:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:24 + git semver init 00:31:24 # -> Open(): unable to determine branch for HEAD 00:31:24 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:31:24 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:31:24 # $SEMVER_REMOTE_NAME = origin 00:31:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:24 # $SEMVER_USER_NAME = edgex-jenkins 00:31:24 # $SEMVER_BRANCH = master 00:31:24 # $SEMVER_TEMP = /tmp/semver-823108431 00:31:24 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 00:31:24 # '/tmp/semver-823108431' -> '/w/workspace/_app-service-configurable_master/.semver' 00:31:24 # -> Force: false 00:31:24 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 00:31:24 $ docker exec --env ******** --env ******** 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c ssh-agent -k 00:31:25 unset SSH_AUTH_SOCK; 00:31:25 unset SSH_AGENT_PID; 00:31:25 echo Agent pid 50 killed; 00:31:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:25 + git semver [Pipeline] } 00:31:25 $ docker stop --time=1 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c 00:31:26 $ docker rm -f 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:31:27 Stashed 20 file(s) [Pipeline] echo 00:31:27 [edgeXSemver]: initialized semver on version 1.2.1-dev.9 [Pipeline] echo 00:31:27 Archived original version: [1.2.1-dev.9] [Pipeline] } [Pipeline] // script [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 00:31:42 Still waiting to schedule task 00:31:42 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:31:42 Still waiting to schedule task 00:31:42 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:34:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1546 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 00:34:08 Running in /w/workspace/app-service-configurable/45 [Pipeline] { [Pipeline] checkout 00:34:12 using credential edgex-jenkins-ssh 00:34:13 Cloning the remote Git repository 00:34:13 Cloning with configured refspecs honoured and without tags 00:34:13 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:34:14 Fetching without tags 00:34:13 > git init /w/workspace/app-service-configurable/45 # timeout=10 00:34:13 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:34:13 > git --version # timeout=10 00:34:13 > git --version # 'git version 2.17.1' 00:34:13 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:13 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:34:13 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:13 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:34:14 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:34:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:14 Checking out Revision 6d51720bebf870c8d3052e72161f8d66f404099d (master) 00:34:14 > git config core.sparsecheckout # timeout=10 00:34:14 > git checkout -f 6d51720bebf870c8d3052e72161f8d66f404099d # timeout=10 00:34:18 Commit message: "fix: Update to latest SDK so V2 APIs are available for TAF tests (#112)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:34:20 ========================================================= 00:34:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:34:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:21 + 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 . 00:34:22 Sending build context to Docker daemon 301.1kB 00:34:22 Step 1/8 : ARG BASE=golang:1.13-alpine 00:34:22 Step 2/8 : FROM ${BASE} 00:34:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:22 b538f80385f9: Pulling fs layer 00:34:22 74f711af9a0d: Pulling fs layer 00:34:22 99f96fe45779: Pulling fs layer 00:34:22 fd7a069fd194: Pulling fs layer 00:34:22 66aa3694b03b: Pulling fs layer 00:34:22 170f70906a0f: Pulling fs layer 00:34:22 ad7c5574e4b9: Pulling fs layer 00:34:22 e772456be8f7: Pulling fs layer 00:34:22 c890913d741a: Pulling fs layer 00:34:22 2480fcc9aa5a: Pulling fs layer 00:34:22 09adf4765672: Pulling fs layer 00:34:22 66aa3694b03b: Waiting 00:34:22 170f70906a0f: Waiting 00:34:22 ad7c5574e4b9: Waiting 00:34:22 e772456be8f7: Waiting 00:34:22 c890913d741a: Waiting 00:34:22 2480fcc9aa5a: Waiting 00:34:22 09adf4765672: Waiting 00:34:22 fd7a069fd194: Waiting 00:34:22 99f96fe45779: Verifying Checksum 00:34:22 99f96fe45779: Download complete 00:34:22 74f711af9a0d: Verifying Checksum 00:34:22 74f711af9a0d: Download complete 00:34:22 66aa3694b03b: Verifying Checksum 00:34:22 66aa3694b03b: Download complete 00:34:22 170f70906a0f: Verifying Checksum 00:34:22 b538f80385f9: Download complete 00:34:23 b538f80385f9: Pull complete 00:34:24 74f711af9a0d: Pull complete 00:34:24 99f96fe45779: Pull complete 00:34:25 ad7c5574e4b9: Verifying Checksum 00:34:25 ad7c5574e4b9: Download complete 00:34:25 c890913d741a: Verifying Checksum 00:34:25 c890913d741a: Download complete 00:34:26 2480fcc9aa5a: Verifying Checksum 00:34:26 2480fcc9aa5a: Download complete 00:34:27 09adf4765672: Verifying Checksum 00:34:27 09adf4765672: Download complete 00:34:27 e772456be8f7: Verifying Checksum 00:34:27 e772456be8f7: Download complete 00:34:28 fd7a069fd194: Verifying Checksum 00:34:28 fd7a069fd194: Download complete 00:34:30 Running on prd-centos7-docker-4c-2g-1547 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 00:34:30 Running in /w/workspace/app-service-configurable/45 [Pipeline] { [Pipeline] checkout 00:34:33 using credential edgex-jenkins-ssh 00:34:33 Cloning the remote Git repository 00:34:33 Cloning with configured refspecs honoured and without tags 00:34:33 Fetching without tags 00:34:33 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:34:33 > git init /w/workspace/app-service-configurable/45 # timeout=10 00:34:33 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:34:33 > git --version # timeout=10 00:34:33 > git --version # 'git version 2.16.5' 00:34:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:33 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:34:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:33 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:34:33 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:34:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:34 Checking out Revision 6d51720bebf870c8d3052e72161f8d66f404099d (master) 00:34:34 > git config core.sparsecheckout # timeout=10 00:34:34 > git checkout -f 6d51720bebf870c8d3052e72161f8d66f404099d # timeout=10 00:34:37 Commit message: "fix: Update to latest SDK so V2 APIs are available for TAF tests (#112)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:34:38 ========================================================= 00:34:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:34:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:39 + 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 . 00:34:40 Sending build context to Docker daemon 301.1kB 00:34:40 Step 1/8 : ARG BASE=golang:1.13-alpine 00:34:40 Step 2/8 : FROM ${BASE} 00:34:40 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:34:40 df20fa9351a1: Pulling fs layer 00:34:40 ed8968b2872e: Pulling fs layer 00:34:40 a92cc7c5fd73: Pulling fs layer 00:34:40 2dd03ba5bac4: Pulling fs layer 00:34:40 1e091d79d1de: Pulling fs layer 00:34:40 481702a1767f: Pulling fs layer 00:34:40 f64a6f60c768: Pulling fs layer 00:34:40 e78d2573fc39: Pulling fs layer 00:34:40 e876d2f968b6: Pulling fs layer 00:34:40 ce8a83651883: Pulling fs layer 00:34:40 07967f4d0e4b: Pulling fs layer 00:34:40 481702a1767f: Waiting 00:34:40 f64a6f60c768: Waiting 00:34:40 e78d2573fc39: Waiting 00:34:40 e876d2f968b6: Waiting 00:34:40 ce8a83651883: Waiting 00:34:40 07967f4d0e4b: Waiting 00:34:40 2dd03ba5bac4: Waiting 00:34:40 1e091d79d1de: Waiting 00:34:40 a92cc7c5fd73: Verifying Checksum 00:34:40 a92cc7c5fd73: Download complete 00:34:40 ed8968b2872e: Verifying Checksum 00:34:40 ed8968b2872e: Download complete 00:34:40 1e091d79d1de: Download complete 00:34:40 481702a1767f: Verifying Checksum 00:34:40 481702a1767f: Download complete 00:34:40 df20fa9351a1: Download complete 00:34:40 df20fa9351a1: Pull complete 00:34:40 ed8968b2872e: Pull complete 00:34:40 fd7a069fd194: Pull complete 00:34:40 66aa3694b03b: Pull complete 00:34:40 170f70906a0f: Pull complete 00:34:40 a92cc7c5fd73: Pull complete 00:34:42 f64a6f60c768: Verifying Checksum 00:34:42 f64a6f60c768: Download complete 00:34:42 e876d2f968b6: Verifying Checksum 00:34:42 e876d2f968b6: Download complete 00:34:43 ce8a83651883: Verifying Checksum 00:34:43 ce8a83651883: Download complete 00:34:43 07967f4d0e4b: Verifying Checksum 00:34:43 07967f4d0e4b: Download complete 00:34:43 e78d2573fc39: Verifying Checksum 00:34:43 e78d2573fc39: Download complete 00:34:43 2dd03ba5bac4: Verifying Checksum 00:34:43 2dd03ba5bac4: Download complete 00:34:44 ad7c5574e4b9: Pull complete 00:34:48 e772456be8f7: Pull complete 00:34:48 c890913d741a: Pull complete 00:34:48 2dd03ba5bac4: Pull complete 00:34:49 1e091d79d1de: Pull complete 00:34:49 481702a1767f: Pull complete 00:34:51 2480fcc9aa5a: Pull complete 00:34:51 09adf4765672: Pull complete 00:34:51 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:34:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:34:51 ---> 2248a725d1cf 00:34:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:34:55 f64a6f60c768: Pull complete 00:34:55 ---> Running in 7cf3e399d03e 00:34:56 Removing intermediate container 7cf3e399d03e 00:34:56 ---> 6234683bcb98 00:34:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:56 ---> Running in 820c4bc1f073 00:34:57 e78d2573fc39: Pull complete 00:34:57 e876d2f968b6: Pull complete 00:34:58 ce8a83651883: Pull complete 00:34:58 07967f4d0e4b: Pull complete 00:34:58 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:34:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:34:58 ---> 5d7c900382c6 00:34:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:34:59 Removing intermediate container 820c4bc1f073 00:34:59 ---> f357a98b0d38 00:34:59 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:34:59 ---> Running in 28ac29801898 00:35:00 ---> Running in e77aabb3e374 00:35:00 Removing intermediate container e77aabb3e374 00:35:00 ---> 1f072ab65802 00:35:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:01 ---> Running in f38b2a212834 00:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:02 (1/6) Installing libc-dev (0.7.2-r3) 00:35:02 (2/6) Installing libsodium (1.0.18-r0) 00:35:02 (3/6) Installing pkgconf (1.7.2-r0) 00:35:02 Removing intermediate container f38b2a212834 00:35:02 ---> 36ea32d224b2 00:35:02 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:35:02 ---> Running in 0a38fc9781d7 00:35:02 (4/6) Installing libsodium-dev (1.0.18-r0) 00:35:02 (5/6) Installing libzmq (4.3.2-r0) 00:35:02 (6/6) Installing zeromq-dev (4.3.2-r0) 00:35:02 Executing busybox-1.31.1-r16.trigger 00:35:02 OK: 143 MiB in 45 packages 00:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:04 Removing intermediate container 28ac29801898 00:35:04 ---> 6ff21d95a16d 00:35:04 Step 6/8 : WORKDIR /app 00:35:04 (1/6) Installing libc-dev (0.7.2-r3) 00:35:04 ---> Running in 0f9e0c0270d1 00:35:04 (2/6) Installing libsodium (1.0.18-r0) 00:35:04 (3/6) Installing pkgconf (1.7.2-r0) 00:35:04 (4/6) Installing libsodium-dev (1.0.18-r0) 00:35:04 (5/6) Installing libzmq (4.3.2-r0) 00:35:04 (6/6) Installing zeromq-dev (4.3.2-r0) 00:35:04 Executing busybox-1.31.1-r16.trigger 00:35:04 OK: 167 MiB in 45 packages 00:35:04 Removing intermediate container 0f9e0c0270d1 00:35:04 ---> e7077f581273 00:35:04 Step 7/8 : COPY . . 00:35:05 Removing intermediate container 0a38fc9781d7 00:35:05 ---> 63a10fc3edb5 00:35:05 Step 6/8 : WORKDIR /app 00:35:05 ---> Running in f5f752c85cb4 00:35:05 Removing intermediate container f5f752c85cb4 00:35:05 ---> 5d965f8f89ae 00:35:05 Step 7/8 : COPY . . 00:35:05 ---> 9c0a58587f04 00:35:05 Step 8/8 : RUN go mod download 00:35:05 ---> Running in 33ea7d5ba0ed 00:35:06 ---> 0db427d9f099 00:35:06 Step 8/8 : RUN go mod download 00:35:06 ---> Running in ded986de1c3c 00:35:08 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:35:08 go: finding github.com/BurntSushi/toml v0.3.1 00:35:08 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:35:08 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:35:08 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:35:08 go: finding github.com/bgentry/speakeasy v0.1.0 00:35:08 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:35:08 go: finding github.com/davecgh/go-spew v1.1.1 00:35:08 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:35:08 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:35:08 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.19 00:35:08 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:35:08 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:35:08 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:35:08 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 00:35:08 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 00:35:08 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 00:35:08 go: finding github.com/fatih/color v1.7.0 00:35:08 go: finding github.com/fsnotify/fsnotify v1.4.7 00:35:08 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:35:08 go: finding github.com/go-kit/kit v0.8.0 00:35:08 go: finding github.com/go-logfmt/logfmt v0.4.0 00:35:08 go: finding github.com/go-playground/assert/v2 v2.0.1 00:35:08 go: finding github.com/go-playground/locales v0.13.0 00:35:09 go: finding github.com/go-playground/universal-translator v0.17.0 00:35:09 go: finding github.com/go-playground/validator/v10 v10.3.0 00:35:09 go: finding github.com/go-redis/redis/v7 v7.2.0 00:35:09 go: finding github.com/go-stack/stack v1.8.0 00:35:09 go: finding github.com/golang/protobuf v1.3.2 00:35:09 go: finding github.com/golang/snappy v0.0.1 00:35:09 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:35:09 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:35:09 go: finding github.com/google/go-cmp v0.4.0 00:35:09 go: finding github.com/google/uuid v1.1.1 00:35:09 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:35:09 go: finding github.com/BurntSushi/toml v0.3.1 00:35:09 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:35:09 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:35:09 go: finding github.com/gorilla/mux v1.8.0 00:35:09 go: finding github.com/hashicorp/consul/api v1.1.0 00:35:09 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:35:09 go: finding github.com/hashicorp/errwrap v1.0.0 00:35:09 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:35:09 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:35:09 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:35:09 go: finding github.com/hashicorp/go-multierror v1.0.0 00:35:09 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:35:09 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:35:09 go: finding github.com/hashicorp/go-syslog v1.0.0 00:35:09 go: finding github.com/hashicorp/go-uuid v1.0.1 00:35:09 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:35:09 go: finding github.com/bgentry/speakeasy v0.1.0 00:35:09 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:35:09 go: finding github.com/davecgh/go-spew v1.1.1 00:35:09 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:35:09 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:35:09 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.19 00:35:09 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:35:09 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:35:09 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:35:09 go: finding github.com/hashicorp/go.net v0.0.1 00:35:09 go: finding github.com/hashicorp/golang-lru v0.5.0 00:35:09 go: finding github.com/hashicorp/logutils v1.0.0 00:35:09 go: finding github.com/hashicorp/mdns v1.0.0 00:35:09 go: finding github.com/hashicorp/memberlist v0.1.3 00:35:09 go: finding github.com/hashicorp/serf v0.8.2 00:35:09 go: finding github.com/hpcloud/tail v1.0.0 00:35:09 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:35:09 go: finding github.com/kr/pretty v0.1.0 00:35:09 go: finding github.com/kr/pty v1.1.1 00:35:09 go: finding github.com/kr/text v0.1.0 00:35:09 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 00:35:09 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 00:35:09 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 00:35:09 go: finding github.com/fatih/color v1.7.0 00:35:09 go: finding github.com/fsnotify/fsnotify v1.4.7 00:35:09 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:35:09 go: finding github.com/go-kit/kit v0.8.0 00:35:09 go: finding github.com/go-logfmt/logfmt v0.4.0 00:35:09 go: finding github.com/go-playground/assert/v2 v2.0.1 00:35:09 go: finding github.com/go-playground/locales v0.13.0 00:35:09 go: finding github.com/leodido/go-urn v1.2.0 00:35:09 go: finding github.com/mattn/go-colorable v0.0.9 00:35:09 go: finding github.com/mattn/go-isatty v0.0.3 00:35:09 go: finding github.com/miekg/dns v1.0.14 00:35:09 go: finding github.com/mitchellh/cli v1.0.0 00:35:09 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:35:09 go: finding github.com/mitchellh/copystructure v1.0.0 00:35:09 go: finding github.com/mitchellh/go-homedir v1.0.0 00:35:09 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:35:09 go: finding github.com/mitchellh/gox v0.4.0 00:35:09 go: finding github.com/mitchellh/iochan v1.0.0 00:35:09 go: finding github.com/mitchellh/mapstructure v1.1.2 00:35:10 go: finding github.com/go-playground/universal-translator v0.17.0 00:35:10 go: finding github.com/go-playground/validator/v10 v10.3.0 00:35:10 go: finding github.com/go-redis/redis/v7 v7.2.0 00:35:10 go: finding github.com/go-stack/stack v1.8.0 00:35:10 go: finding github.com/golang/protobuf v1.3.2 00:35:10 go: finding github.com/golang/snappy v0.0.1 00:35:10 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:35:10 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:35:10 go: finding github.com/google/go-cmp v0.4.0 00:35:10 go: finding github.com/google/uuid v1.1.1 00:35:10 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:35:10 go: finding github.com/onsi/ginkgo v1.10.1 00:35:10 go: finding github.com/onsi/gomega v1.7.0 00:35:10 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:35:10 go: finding github.com/pebbe/zmq4 v1.0.0 00:35:10 go: finding github.com/pelletier/go-toml v1.2.0 00:35:10 go: finding github.com/pkg/errors v0.8.1 00:35:10 go: finding github.com/pmezard/go-difflib v1.0.0 00:35:10 go: finding github.com/posener/complete v1.1.1 00:35:10 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:35:10 go: finding github.com/gorilla/mux v1.8.0 00:35:10 go: finding github.com/hashicorp/consul/api v1.1.0 00:35:10 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:35:10 go: finding github.com/hashicorp/errwrap v1.0.0 00:35:10 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:35:10 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:35:10 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:35:10 go: finding github.com/hashicorp/go-multierror v1.0.0 00:35:10 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:35:10 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:35:10 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:35:10 go: finding github.com/stretchr/objx v0.2.0 00:35:10 go: finding github.com/stretchr/testify v1.6.1 00:35:10 go: finding github.com/tidwall/pretty v1.0.1 00:35:10 go: finding github.com/ugorji/go v1.1.4 00:35:10 go: finding github.com/x448/float16 v0.8.4 00:35:10 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:35:10 go: finding github.com/xdg/stringprep v1.0.0 00:35:10 go: finding go.mongodb.org/mongo-driver v1.1.1 00:35:10 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:35:10 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:35:10 go: finding github.com/hashicorp/go-syslog v1.0.0 00:35:10 go: finding github.com/hashicorp/go-uuid v1.0.1 00:35:10 go: finding github.com/hashicorp/go.net v0.0.1 00:35:10 go: finding github.com/hashicorp/golang-lru v0.5.0 00:35:10 go: finding github.com/hashicorp/logutils v1.0.0 00:35:10 go: finding github.com/hashicorp/mdns v1.0.0 00:35:10 go: finding github.com/hashicorp/memberlist v0.1.3 00:35:10 go: finding github.com/hashicorp/serf v0.8.2 00:35:10 go: finding github.com/hpcloud/tail v1.0.0 00:35:10 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:35:10 go: finding github.com/kr/pretty v0.1.0 00:35:10 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:35:10 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:35:10 go: finding golang.org/x/text v0.3.2 00:35:10 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:35:10 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 00:35:10 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:35:10 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:35:10 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:35:10 go: finding gopkg.in/yaml.v2 v2.2.8 00:35:10 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:35:10 go: finding github.com/kr/pty v1.1.1 00:35:10 go: finding github.com/kr/text v0.1.0 00:35:10 go: finding github.com/leodido/go-urn v1.2.0 00:35:10 go: finding github.com/mattn/go-colorable v0.0.9 00:35:10 go: finding github.com/mattn/go-isatty v0.0.3 00:35:10 go: finding github.com/miekg/dns v1.0.14 00:35:10 go: finding github.com/mitchellh/cli v1.0.0 00:35:10 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:35:10 go: finding github.com/mitchellh/copystructure v1.0.0 00:35:10 go: finding github.com/mitchellh/go-homedir v1.0.0 00:35:11 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:35:11 go: finding github.com/mitchellh/gox v0.4.0 00:35:11 go: finding github.com/mitchellh/iochan v1.0.0 00:35:11 go: finding github.com/mitchellh/mapstructure v1.1.2 00:35:11 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:35:11 go: finding github.com/onsi/ginkgo v1.10.1 00:35:11 go: finding github.com/onsi/gomega v1.7.0 00:35:11 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:35:11 go: finding github.com/pebbe/zmq4 v1.0.0 00:35:11 go: finding github.com/pelletier/go-toml v1.2.0 00:35:11 go: finding github.com/pkg/errors v0.8.1 00:35:11 go: finding github.com/pmezard/go-difflib v1.0.0 00:35:11 go: finding github.com/posener/complete v1.1.1 00:35:11 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:35:11 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:35:11 go: finding github.com/stretchr/objx v0.2.0 00:35:11 go: finding github.com/stretchr/testify v1.6.1 00:35:11 go: finding github.com/tidwall/pretty v1.0.1 00:35:11 go: finding github.com/ugorji/go v1.1.4 00:35:11 go: finding github.com/x448/float16 v0.8.4 00:35:11 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:35:11 go: finding github.com/xdg/stringprep v1.0.0 00:35:11 go: finding go.mongodb.org/mongo-driver v1.1.1 00:35:11 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:35:11 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:35:11 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:35:11 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:35:11 go: finding golang.org/x/text v0.3.2 00:35:11 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:35:11 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 00:35:12 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:35:12 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:35:12 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:35:12 go: finding gopkg.in/yaml.v2 v2.2.8 00:35:12 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:35:32 Removing intermediate container ded986de1c3c 00:35:32 ---> 5067a4ef4f37 00:35:32 Successfully built 5067a4ef4f37 00:35:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 00:35:34 Removing intermediate container 33ea7d5ba0ed 00:35:34 ---> fa40923bc976 00:35:34 Successfully built fa40923bc976 00:35:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } 00:35:35 + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) 00:35:36 + ls -al . 00:35:36 total 72 00:35:36 drwxrwxr-x. 8 jenkins jenkins 4096 Sep 5 00:34 . 00:35:36 drwxrwxr-x. 4 jenkins jenkins 30 Sep 5 00:34 .. 00:35:36 -rw-rw-r--. 1 jenkins jenkins 6568 Sep 5 00:34 Attribution.txt 00:35:36 drwxrwxr-x. 2 jenkins jenkins 64 Sep 5 00:34 bin 00:35:36 -rw-rw-r--. 1 jenkins jenkins 180 Sep 5 00:34 docker-compose.debug.yml 00:35:36 -rw-rw-r--. 1 jenkins jenkins 133 Sep 5 00:34 docker-compose.yml 00:35:36 -rw-rw-r--. 1 jenkins jenkins 2002 Sep 5 00:34 Dockerfile 00:35:36 -rw-rw-r--. 1 jenkins jenkins 966 Sep 5 00:34 Dockerfile.build 00:35:36 -rw-rw-r--. 1 jenkins jenkins 119 Sep 5 00:34 .dockerignore 00:35:36 drwxrwxr-x. 8 jenkins jenkins 162 Sep 5 00:34 .git 00:35:36 drwxrwxr-x. 2 jenkins jenkins 81 Sep 5 00:34 .github 00:35:36 -rw-rw-r--. 1 jenkins jenkins 93 Sep 5 00:34 .gitignore 00:35:36 -rw-rw-r--. 1 jenkins jenkins 133 Sep 5 00:34 go.mod 00:35:36 -rw-rw-r--. 1 jenkins jenkins 710 Sep 5 00:34 Jenkinsfile 00:35:36 -rw-rw-r--. 1 jenkins jenkins 10174 Sep 5 00:34 LICENSE 00:35:36 -rw-rw-r--. 1 jenkins jenkins 1519 Sep 5 00:34 main.go 00:35:36 -rw-rw-r--. 1 jenkins jenkins 1573 Sep 5 00:34 makefile 00:35:36 -rw-rw-r--. 1 jenkins jenkins 1277 Sep 5 00:34 README.md 00:35:36 drwxrwxr-x. 10 jenkins jenkins 171 Sep 5 00:34 res 00:35:36 drwxrwxr-x. 3 jenkins jenkins 32 Sep 5 00:34 .semver 00:35:36 drwxrwxr-x. 4 jenkins jenkins 71 Sep 5 00:34 snap 00:35:36 -rw-rw-r--. 1 jenkins jenkins 11 Sep 5 00:31 VERSION [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:36 + 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=6d51720bebf870c8d3052e72161f8d66f404099d --label arch=amd64 --label version=1.2.1-dev.9 . 00:35:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:35:36 Sending build context to Docker daemon 302.1kB 00:35:36 Step 1/27 : ARG BASE=golang:1.13-alpine 00:35:36 Step 2/27 : FROM ${BASE} AS builder 00:35:36 ---> 5067a4ef4f37 00:35:36 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:35:36 ---> Running in aba0f5ff6477 00:35:37 + ls -al . 00:35:37 total 100 00:35:37 drwxrwxr-x 8 jenkins jenkins 4096 Sep 5 00:34 . 00:35:37 drwxrwxr-x 4 jenkins jenkins 4096 Sep 5 00:34 .. 00:35:37 -rw-rw-r-- 1 jenkins jenkins 119 Sep 5 00:34 .dockerignore 00:35:37 drwxrwxr-x 8 jenkins jenkins 4096 Sep 5 00:34 .git 00:35:37 drwxrwxr-x 2 jenkins jenkins 4096 Sep 5 00:34 .github 00:35:37 -rw-rw-r-- 1 jenkins jenkins 93 Sep 5 00:34 .gitignore 00:35:37 drwxrwxr-x 3 jenkins jenkins 4096 Sep 5 00:34 .semver 00:35:37 -rw-rw-r-- 1 jenkins jenkins 6568 Sep 5 00:34 Attribution.txt 00:35:37 -rw-rw-r-- 1 jenkins jenkins 2002 Sep 5 00:34 Dockerfile 00:35:37 -rw-rw-r-- 1 jenkins jenkins 966 Sep 5 00:34 Dockerfile.build 00:35:37 -rw-rw-r-- 1 jenkins jenkins 710 Sep 5 00:34 Jenkinsfile 00:35:37 -rw-rw-r-- 1 jenkins jenkins 10174 Sep 5 00:34 LICENSE 00:35:37 -rw-rw-r-- 1 jenkins jenkins 1277 Sep 5 00:34 README.md 00:35:37 -rw-rw-r-- 1 jenkins jenkins 11 Sep 5 00:31 VERSION 00:35:37 drwxrwxr-x 2 jenkins jenkins 4096 Sep 5 00:34 bin 00:35:37 -rw-rw-r-- 1 jenkins jenkins 180 Sep 5 00:34 docker-compose.debug.yml 00:35:37 -rw-rw-r-- 1 jenkins jenkins 133 Sep 5 00:34 docker-compose.yml 00:35:37 -rw-rw-r-- 1 jenkins jenkins 133 Sep 5 00:34 go.mod 00:35:37 -rw-rw-r-- 1 jenkins jenkins 1519 Sep 5 00:34 main.go 00:35:37 -rw-rw-r-- 1 jenkins jenkins 1573 Sep 5 00:34 makefile 00:35:37 drwxrwxr-x 10 jenkins jenkins 4096 Sep 5 00:34 res 00:35:37 drwxrwxr-x 4 jenkins jenkins 4096 Sep 5 00:34 snap [Pipeline] isUnix [Pipeline] sh 00:35:37 Removing intermediate container aba0f5ff6477 00:35:37 ---> 2e3a7babff1d 00:35:37 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 00:35:37 ---> Running in 8430a2fc9e7c 00:35:37 Removing intermediate container 8430a2fc9e7c 00:35:37 ---> f082c987106d 00:35:37 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:35:37 ---> Running in 293475195ceb 00:35:37 + 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=6d51720bebf870c8d3052e72161f8d66f404099d --label arch=arm64 --label version=1.2.1-dev.9 . 00:35:37 Removing intermediate container 293475195ceb 00:35:37 ---> 7f359192f8eb 00:35:37 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:37 Sending build context to Docker daemon 302.1kB 00:35:37 Step 1/27 : ARG BASE=golang:1.13-alpine 00:35:37 Step 2/27 : FROM ${BASE} AS builder 00:35:37 ---> fa40923bc976 00:35:37 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:35:38 ---> Running in 29a7b817c422 00:35:38 ---> Running in 16364d4e9297 00:35:38 Removing intermediate container 16364d4e9297 00:35:38 ---> 4e12e6e2bdbd 00:35:38 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 00:35:38 ---> Running in d40cc322f300 00:35:39 Removing intermediate container d40cc322f300 00:35:39 ---> dc3f7ba93b62 00:35:39 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:35:39 Removing intermediate container 29a7b817c422 00:35:39 ---> d68b02b1589b 00:35:39 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:35:39 ---> Running in 00ac9a319a00 00:35:39 ---> Running in 3ad931ba744d 00:35:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:39 Removing intermediate container 3ad931ba744d 00:35:39 ---> bd1099e20611 00:35:39 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:40 ---> Running in 8853329a09a4 00:35:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:40 OK: 167 MiB in 45 packages 00:35:41 Removing intermediate container 00ac9a319a00 00:35:41 ---> f166a9c68f8a 00:35:41 Step 8/27 : WORKDIR /app 00:35:41 ---> Running in 51cf7ad37699 00:35:41 Removing intermediate container 51cf7ad37699 00:35:41 ---> c0270a2e7c6f 00:35:41 Step 9/27 : COPY go.mod . 00:35:41 ---> 9c2021f13738 00:35:41 Step 10/27 : RUN go mod download 00:35:41 ---> Running in d36ad5b0b9ce 00:35:42 Removing intermediate container 8853329a09a4 00:35:42 ---> 6fea1fd1441e 00:35:42 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:35:42 ---> Running in fc605f21c3c0 00:35:42 Removing intermediate container d36ad5b0b9ce 00:35:42 ---> 8b4bdd9c1b48 00:35:42 Step 11/27 : COPY . . 00:35:43 ---> 4dccf3800129 00:35:43 Step 12/27 : ARG MAKE="make build" 00:35:43 ---> Running in 3729aab5beb0 00:35:43 Removing intermediate container 3729aab5beb0 00:35:43 ---> 82f3217af21a 00:35:43 Step 13/27 : RUN $MAKE 00:35:43 ---> Running in fefe5caeec88 00:35:44 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.9" -o app-service-configurable 00:35:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:45 OK: 143 MiB in 45 packages 00:35:46 Removing intermediate container fc605f21c3c0 00:35:46 ---> 5c2b04227127 00:35:46 Step 8/27 : WORKDIR /app 00:35:46 ---> Running in 183dbc9aacda 00:35:47 Removing intermediate container 183dbc9aacda 00:35:47 ---> 807f5cd51bb9 00:35:47 Step 9/27 : COPY go.mod . 00:35:48 ---> 7c56452be463 00:35:48 Step 10/27 : RUN go mod download 00:35:48 ---> Running in 64f5320daf80 00:35:50 Removing intermediate container 64f5320daf80 00:35:50 ---> 7e124a6a253f 00:35:50 Step 11/27 : COPY . . 00:35:51 ---> aaf09050a12e 00:35:51 Step 12/27 : ARG MAKE="make build" 00:35:51 ---> Running in e1ef6ade5558 00:35:52 Removing intermediate container e1ef6ade5558 00:35:52 ---> 7b9f95b1f509 00:35:52 Step 13/27 : RUN $MAKE 00:35:52 ---> Running in 89b6720df740 00:35:53 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.9" -o app-service-configurable 00:36:06 Removing intermediate container fefe5caeec88 00:36:06 ---> ac2efcbb8c44 00:36:06 Step 14/27 : FROM alpine:latest 00:36:06 latest: Pulling from library/alpine 00:36:06 df20fa9351a1: Already exists 00:36:06 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:36:06 Status: Downloaded newer image for alpine:latest 00:36:06 ---> a24bb4013296 00:36:06 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:36:06 ---> Running in 8a7ef7f0757a 00:36:07 Removing intermediate container 8a7ef7f0757a 00:36:07 ---> 8dbcadf63b8c 00:36:07 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 00:36:07 ---> Running in b6b8d35fc469 00:36:07 Removing intermediate container b6b8d35fc469 00:36:07 ---> 2559205d6828 00:36:07 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 00:36:07 ---> Running in 3263f8a1d283 00:36:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:08 (1/6) Installing ca-certificates (20191127-r4) 00:36:08 (2/6) Installing libgcc (9.3.0-r2) 00:36:08 (3/6) Installing libsodium (1.0.18-r0) 00:36:08 (4/6) Installing libstdc++ (9.3.0-r2) 00:36:08 (5/6) Installing libzmq (4.3.2-r0) 00:36:08 (6/6) Installing zeromq (4.3.2-r0) 00:36:08 Executing busybox-1.31.1-r16.trigger 00:36:08 Executing ca-certificates-20191127-r4.trigger 00:36:08 OK: 9 MiB in 20 packages 00:36:09 Removing intermediate container 3263f8a1d283 00:36:09 ---> fbeb92bc584a 00:36:09 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:36:09 ---> 0c04cce803ca 00:36:09 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 00:36:09 ---> 1a16e6b41642 00:36:09 Step 20/27 : COPY --from=builder /app/res/ /res/ 00:36:10 ---> 53a538622581 00:36:10 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:36:10 ---> bf324bcb6e43 00:36:10 Step 22/27 : EXPOSE 48095 00:36:11 ---> Running in 9bee56ed417b 00:36:11 Removing intermediate container 9bee56ed417b 00:36:11 ---> 072ef92bcb50 00:36:11 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 00:36:11 ---> Running in 9a7ee147839e 00:36:11 Removing intermediate container 9a7ee147839e 00:36:11 ---> 542576401d0a 00:36:11 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:11 ---> Running in 50e02d0a21e1 00:36:11 Removing intermediate container 50e02d0a21e1 00:36:11 ---> c1c28831c62c 00:36:11 Step 25/27 : LABEL arch=amd64 00:36:11 ---> Running in 8fd89a5fcfbb 00:36:11 Removing intermediate container 8fd89a5fcfbb 00:36:11 ---> f68f800ec3d8 00:36:11 Step 26/27 : LABEL git_sha=6d51720bebf870c8d3052e72161f8d66f404099d 00:36:11 ---> Running in 7cf7f478b357 00:36:12 Removing intermediate container 7cf7f478b357 00:36:12 ---> ce0ab95688c2 00:36:12 Step 27/27 : LABEL version=1.2.1-dev.9 00:36:12 ---> Running in 31f32d6691b5 00:36:12 Removing intermediate container 31f32d6691b5 00:36:12 ---> c25a83e678f2 00:36:12 [Warning] One or more build-args [ARCH] were not consumed 00:36:12 Successfully built c25a83e678f2 00:36:12 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 00:36:12 provisioning config files... 00:36:12 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/45@tmp/config8873353247748389185tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:13 ---> docker-login.sh 00:36:13 nexus3.edgexfoundry.org:10001 00:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:13 Configure a credential helper to remove this warning. See 00:36:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:13 00:36:13 Login Succeeded 00:36:13 nexus3.edgexfoundry.org:10002 00:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:13 Configure a credential helper to remove this warning. See 00:36:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:13 00:36:13 Login Succeeded 00:36:13 nexus3.edgexfoundry.org:10003 00:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:13 Configure a credential helper to remove this warning. See 00:36:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:13 00:36:13 Login Succeeded 00:36:13 nexus3.edgexfoundry.org:10004 00:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:14 Configure a credential helper to remove this warning. See 00:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:14 00:36:14 Login Succeeded 00:36:14 docker.io 00:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:14 Configure a credential helper to remove this warning. See 00:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:14 00:36:14 Login Succeeded 00:36:14 ---> docker-login.sh ends [Pipeline] } 00:36:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:36:14 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 00:36:14 6d51720bebf870c8d3052e72161f8d66f404099d 00:36:14 latest 00:36:14 1.2.1-dev.9 00:36:14 6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 00:36:14 master 00:36:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:15 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d [Pipeline] isUnix [Pipeline] sh 00:36:15 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d 00:36:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:36:15 d67efe6ab808: Preparing 00:36:15 92a2d767993c: Preparing 00:36:15 3c46ed87f46e: Preparing 00:36:15 991ebc0e2b24: Preparing 00:36:15 876dd489731a: Preparing 00:36:15 50644c29ef5a: Preparing 00:36:15 50644c29ef5a: Waiting 00:36:15 991ebc0e2b24: Pushed 00:36:15 3c46ed87f46e: Pushed 00:36:15 92a2d767993c: Pushed 00:36:15 50644c29ef5a: Layer already exists 00:36:15 876dd489731a: Pushed 00:36:17 d67efe6ab808: Pushed 00:36:17 6d51720bebf870c8d3052e72161f8d66f404099d: digest: sha256:b12418a425b6c1934ae141d0c03e2cddb4fe33881ad12b8c783af5978964f96d size: 1574 [Pipeline] isUnix [Pipeline] sh 00:36:17 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 00:36:18 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 00:36:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:36:18 d67efe6ab808: Preparing 00:36:18 92a2d767993c: Preparing 00:36:18 3c46ed87f46e: Preparing 00:36:18 991ebc0e2b24: Preparing 00:36:18 876dd489731a: Preparing 00:36:18 50644c29ef5a: Preparing 00:36:18 50644c29ef5a: Waiting 00:36:18 3c46ed87f46e: Layer already exists 00:36:18 92a2d767993c: Layer already exists 00:36:18 d67efe6ab808: Layer already exists 00:36:18 991ebc0e2b24: Layer already exists 00:36:18 876dd489731a: Layer already exists 00:36:18 50644c29ef5a: Layer already exists 00:36:18 latest: digest: sha256:b12418a425b6c1934ae141d0c03e2cddb4fe33881ad12b8c783af5978964f96d size: 1574 [Pipeline] isUnix [Pipeline] sh 00:36:18 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.9 [Pipeline] isUnix [Pipeline] sh 00:36:18 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.9 00:36:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:36:18 d67efe6ab808: Preparing 00:36:18 92a2d767993c: Preparing 00:36:18 3c46ed87f46e: Preparing 00:36:18 991ebc0e2b24: Preparing 00:36:18 876dd489731a: Preparing 00:36:18 50644c29ef5a: Preparing 00:36:18 50644c29ef5a: Waiting 00:36:18 d67efe6ab808: Layer already exists 00:36:18 92a2d767993c: Layer already exists 00:36:18 876dd489731a: Layer already exists 00:36:18 3c46ed87f46e: Layer already exists 00:36:18 991ebc0e2b24: Layer already exists 00:36:18 50644c29ef5a: Layer already exists 00:36:18 1.2.1-dev.9: digest: sha256:b12418a425b6c1934ae141d0c03e2cddb4fe33881ad12b8c783af5978964f96d size: 1574 [Pipeline] isUnix [Pipeline] sh 00:36:19 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 [Pipeline] isUnix [Pipeline] sh 00:36:19 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 00:36:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:36:19 d67efe6ab808: Preparing 00:36:19 92a2d767993c: Preparing 00:36:19 3c46ed87f46e: Preparing 00:36:19 991ebc0e2b24: Preparing 00:36:19 876dd489731a: Preparing 00:36:19 50644c29ef5a: Preparing 00:36:19 50644c29ef5a: Waiting 00:36:19 92a2d767993c: Layer already exists 00:36:19 d67efe6ab808: Layer already exists 00:36:19 876dd489731a: Layer already exists 00:36:19 991ebc0e2b24: Layer already exists 00:36:19 3c46ed87f46e: Layer already exists 00:36:19 50644c29ef5a: Layer already exists 00:36:19 6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9: digest: sha256:b12418a425b6c1934ae141d0c03e2cddb4fe33881ad12b8c783af5978964f96d size: 1574 [Pipeline] isUnix [Pipeline] sh 00:36:19 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 00:36:20 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 00:36:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:36:20 d67efe6ab808: Preparing 00:36:20 92a2d767993c: Preparing 00:36:20 3c46ed87f46e: Preparing 00:36:20 991ebc0e2b24: Preparing 00:36:20 876dd489731a: Preparing 00:36:20 50644c29ef5a: Preparing 00:36:20 50644c29ef5a: Waiting 00:36:20 d67efe6ab808: Layer already exists 00:36:20 876dd489731a: Layer already exists 00:36:20 3c46ed87f46e: Layer already exists 00:36:20 92a2d767993c: Layer already exists 00:36:20 991ebc0e2b24: Layer already exists 00:36:20 50644c29ef5a: Layer already exists 00:36:20 master: digest: sha256:b12418a425b6c1934ae141d0c03e2cddb4fe33881ad12b8c783af5978964f96d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:36:20 ===================================================== [Pipeline] echo 00:36:20 taggedImages: 00:36:20 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d 00:36:20 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 00:36:20 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.9 00:36:20 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 00:36:20 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 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] } 00:36:50 Removing intermediate container 89b6720df740 00:36:50 ---> 8d40306a8891 00:36:50 Step 14/27 : FROM alpine:latest 00:36:50 latest: Pulling from library/alpine 00:36:50 b538f80385f9: Already exists 00:36:50 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:36:50 Status: Downloaded newer image for alpine:latest 00:36:50 ---> 62ee0e9f8440 00:36:50 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:36:50 ---> Running in 86c262a726be 00:36:50 Removing intermediate container 86c262a726be 00:36:50 ---> aaf5b90fe36e 00:36:50 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 00:36:50 ---> Running in 2b8c41446f45 00:36:50 Removing intermediate container 2b8c41446f45 00:36:50 ---> ac42c9ea0524 00:36:50 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 00:36:50 ---> Running in 53607e912c04 00:36:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:50 (1/6) Installing ca-certificates (20191127-r4) 00:36:50 (2/6) Installing libgcc (9.3.0-r2) 00:36:50 (3/6) Installing libsodium (1.0.18-r0) 00:36:50 (4/6) Installing libstdc++ (9.3.0-r2) 00:36:50 (5/6) Installing libzmq (4.3.2-r0) 00:36:50 (6/6) Installing zeromq (4.3.2-r0) 00:36:50 Executing busybox-1.31.1-r16.trigger 00:36:50 Executing ca-certificates-20191127-r4.trigger 00:36:50 OK: 8 MiB in 20 packages 00:36:50 Removing intermediate container 53607e912c04 00:36:50 ---> 1024b13d32e4 00:36:50 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:36:50 ---> d8b242e2dcc5 00:36:50 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 00:36:50 ---> e1ea6dfb4724 00:36:50 Step 20/27 : COPY --from=builder /app/res/ /res/ 00:36:50 ---> 8b32b29302a8 00:36:50 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:36:52 ---> 209a7e7f870e 00:36:52 Step 22/27 : EXPOSE 48095 00:36:52 ---> Running in 0aec8a4830f0 00:36:52 Removing intermediate container 0aec8a4830f0 00:36:52 ---> 3250628de1a3 00:36:52 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 00:36:52 ---> Running in 04456d595b9a 00:36:53 Removing intermediate container 04456d595b9a 00:36:53 ---> 61281ecbd4af 00:36:53 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:53 ---> Running in 33c2495b2bf2 00:36:54 Removing intermediate container 33c2495b2bf2 00:36:54 ---> 30e8100cbae6 00:36:54 Step 25/27 : LABEL arch=arm64 00:36:54 ---> Running in 381deaf2f675 00:36:54 Removing intermediate container 381deaf2f675 00:36:54 ---> 9f0e4315bc04 00:36:54 Step 26/27 : LABEL git_sha=6d51720bebf870c8d3052e72161f8d66f404099d 00:36:54 ---> Running in 4d8aca7d1785 00:36:55 Removing intermediate container 4d8aca7d1785 00:36:55 ---> 3e60a95d7d67 00:36:55 Step 27/27 : LABEL version=1.2.1-dev.9 00:36:55 ---> Running in 7a3afdb40fb7 00:36:55 Removing intermediate container 7a3afdb40fb7 00:36:55 ---> 6880465a25b0 00:36:55 [Warning] One or more build-args [ARCH] were not consumed 00:36:55 Successfully built 6880465a25b0 00:36:55 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 00:36:56 provisioning config files... 00:36:56 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/45@tmp/config6124737720822011882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:56 ---> docker-login.sh 00:36:56 nexus3.edgexfoundry.org:10001 00:36:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:57 Configure a credential helper to remove this warning. See 00:36:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:57 00:36:57 Login Succeeded 00:36:57 nexus3.edgexfoundry.org:10002 00:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:57 Configure a credential helper to remove this warning. See 00:36:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:57 00:36:57 Login Succeeded 00:36:57 nexus3.edgexfoundry.org:10003 00:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:58 Configure a credential helper to remove this warning. See 00:36:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:58 00:36:58 Login Succeeded 00:36:58 nexus3.edgexfoundry.org:10004 00:36:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:58 Configure a credential helper to remove this warning. See 00:36:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:58 00:36:58 Login Succeeded 00:36:58 docker.io 00:36:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:59 Configure a credential helper to remove this warning. See 00:36:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:59 00:36:59 Login Succeeded 00:36:59 ---> docker-login.sh ends [Pipeline] } 00:36:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:36:59 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 00:36:59 6d51720bebf870c8d3052e72161f8d66f404099d 00:36:59 latest 00:36:59 1.2.1-dev.9 00:36:59 6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 00:36:59 master 00:36:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:00 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d [Pipeline] isUnix [Pipeline] sh 00:37:00 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d 00:37:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:37:00 4b3696dae663: Preparing 00:37:00 b57f0f79f144: Preparing 00:37:00 2a2287d53cde: Preparing 00:37:00 00faaf8e3d29: Preparing 00:37:00 7e243221a06c: Preparing 00:37:00 e2f13739ad41: Preparing 00:37:00 e2f13739ad41: Waiting 00:37:00 2a2287d53cde: Pushed 00:37:00 b57f0f79f144: Pushed 00:37:00 00faaf8e3d29: Pushed 00:37:00 e2f13739ad41: Layer already exists 00:37:01 7e243221a06c: Pushed 00:37:05 4b3696dae663: Pushed 00:37:05 6d51720bebf870c8d3052e72161f8d66f404099d: digest: sha256:b8e46c23168851034b496bc72cf9700695538723627a307639d66ac1e66bd11b size: 1574 [Pipeline] isUnix [Pipeline] sh 00:37:05 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:05 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 00:37:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:37:05 4b3696dae663: Preparing 00:37:05 b57f0f79f144: Preparing 00:37:05 2a2287d53cde: Preparing 00:37:05 00faaf8e3d29: Preparing 00:37:05 7e243221a06c: Preparing 00:37:05 e2f13739ad41: Preparing 00:37:05 e2f13739ad41: Waiting 00:37:05 b57f0f79f144: Layer already exists 00:37:05 00faaf8e3d29: Layer already exists 00:37:05 7e243221a06c: Layer already exists 00:37:05 2a2287d53cde: Layer already exists 00:37:05 4b3696dae663: Layer already exists 00:37:06 e2f13739ad41: Layer already exists 00:37:06 latest: digest: sha256:b8e46c23168851034b496bc72cf9700695538723627a307639d66ac1e66bd11b size: 1574 [Pipeline] isUnix [Pipeline] sh 00:37:06 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.9 [Pipeline] isUnix [Pipeline] sh 00:37:06 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.9 00:37:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:37:06 4b3696dae663: Preparing 00:37:06 b57f0f79f144: Preparing 00:37:06 2a2287d53cde: Preparing 00:37:06 00faaf8e3d29: Preparing 00:37:06 7e243221a06c: Preparing 00:37:06 e2f13739ad41: Preparing 00:37:06 e2f13739ad41: Waiting 00:37:06 b57f0f79f144: Layer already exists 00:37:06 00faaf8e3d29: Layer already exists 00:37:06 7e243221a06c: Layer already exists 00:37:06 4b3696dae663: Layer already exists 00:37:06 2a2287d53cde: Layer already exists 00:37:07 e2f13739ad41: Layer already exists 00:37:07 1.2.1-dev.9: digest: sha256:b8e46c23168851034b496bc72cf9700695538723627a307639d66ac1e66bd11b size: 1574 [Pipeline] isUnix [Pipeline] sh 00:37:07 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 [Pipeline] isUnix [Pipeline] sh 00:37:07 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 00:37:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:37:07 4b3696dae663: Preparing 00:37:07 b57f0f79f144: Preparing 00:37:07 2a2287d53cde: Preparing 00:37:07 00faaf8e3d29: Preparing 00:37:07 7e243221a06c: Preparing 00:37:07 e2f13739ad41: Preparing 00:37:07 e2f13739ad41: Waiting 00:37:07 b57f0f79f144: Layer already exists 00:37:07 00faaf8e3d29: Layer already exists 00:37:07 2a2287d53cde: Layer already exists 00:37:08 4b3696dae663: Layer already exists 00:37:08 7e243221a06c: Layer already exists 00:37:08 e2f13739ad41: Layer already exists 00:37:08 6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9: digest: sha256:b8e46c23168851034b496bc72cf9700695538723627a307639d66ac1e66bd11b size: 1574 [Pipeline] isUnix [Pipeline] sh 00:37:08 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 00:37:08 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 00:37:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:37:08 4b3696dae663: Preparing 00:37:08 b57f0f79f144: Preparing 00:37:08 2a2287d53cde: Preparing 00:37:08 00faaf8e3d29: Preparing 00:37:08 7e243221a06c: Preparing 00:37:08 e2f13739ad41: Preparing 00:37:08 e2f13739ad41: Waiting 00:37:08 2a2287d53cde: Layer already exists 00:37:08 b57f0f79f144: Layer already exists 00:37:08 00faaf8e3d29: Layer already exists 00:37:08 4b3696dae663: Layer already exists 00:37:08 7e243221a06c: Layer already exists 00:37:08 e2f13739ad41: Layer already exists 00:37:08 master: digest: sha256:b8e46c23168851034b496bc72cf9700695538723627a307639d66ac1e66bd11b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:37:09 ===================================================== [Pipeline] echo 00:37:09 taggedImages: 00:37:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d 00:37:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 00:37:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.9 00:37:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 00:37:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 00:37:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 00:37:11 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 00:37:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:37:11 00:37:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 00:37:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:37:12 1.317.0: Pulling from edgex-devops/edgex-snyk-go 00:37:12 cbdbe7a5bc2a: Pulling fs layer 00:37:12 408f87550127: Pulling fs layer 00:37:12 fe522b08c979: Pulling fs layer 00:37:12 221eaa008020: Pulling fs layer 00:37:12 2a4607e5d6b9: Pulling fs layer 00:37:12 8f79b27c4fd2: Pulling fs layer 00:37:12 e5c8dbe1645b: Pulling fs layer 00:37:12 23e8b3b47431: Pulling fs layer 00:37:12 5c568d65a230: Pulling fs layer 00:37:12 221eaa008020: Waiting 00:37:12 2a4607e5d6b9: Waiting 00:37:12 8f79b27c4fd2: Waiting 00:37:12 e5c8dbe1645b: Waiting 00:37:12 23e8b3b47431: Waiting 00:37:12 5c568d65a230: Waiting 00:37:12 fe522b08c979: Verifying Checksum 00:37:12 fe522b08c979: Download complete 00:37:12 408f87550127: Verifying Checksum 00:37:12 408f87550127: Download complete 00:37:12 2a4607e5d6b9: Verifying Checksum 00:37:12 2a4607e5d6b9: Download complete 00:37:12 8f79b27c4fd2: Verifying Checksum 00:37:12 8f79b27c4fd2: Download complete 00:37:12 cbdbe7a5bc2a: Download complete 00:37:12 cbdbe7a5bc2a: Pull complete 00:37:12 e5c8dbe1645b: Verifying Checksum 00:37:12 e5c8dbe1645b: Download complete 00:37:12 408f87550127: Pull complete 00:37:13 fe522b08c979: Pull complete 00:37:13 5c568d65a230: Verifying Checksum 00:37:13 5c568d65a230: Download complete 00:37:13 23e8b3b47431: Verifying Checksum 00:37:13 23e8b3b47431: Download complete 00:37:14 221eaa008020: Download complete 00:37:20 221eaa008020: Pull complete 00:37:20 2a4607e5d6b9: Pull complete 00:37:20 8f79b27c4fd2: Pull complete 00:37:22 e5c8dbe1645b: Pull complete 00:37:26 23e8b3b47431: Pull complete 00:37:27 5c568d65a230: Pull complete 00:37:27 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 00:37:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:37:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 00:37:27 prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container 00:37:27 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 00:37:28 $ docker top b796b11b1304d93a9c228de533d0327c7e5105f41f330c6d798f30ea116787b0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:29 + snyk monitor '--org=edgex-jenkins' 00:37:39 00:37:39 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 00:37:39 00:37:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/83c99667-ad88-4b9a-9441-5ee6b7cca979 00:37:39 00:37:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:37:39 00:37:39 00:37:39 Snyk CLI supports Node.js 8 and higher. 00:37:39 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 00:37:39 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 00:37:39 00:37:39 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 00:37:39 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 00:37:39 $ docker stop --time=1 b796b11b1304d93a9c228de533d0327c7e5105f41f330c6d798f30ea116787b0 00:37:43 $ docker rm -f b796b11b1304d93a9c228de533d0327c7e5105f41f330c6d798f30ea116787b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:37:44 00:37:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 00:37:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:37:45 latest: Pulling from edgex-devops/edgex-klar 00:37:45 e7c96db7181b: Pulling fs layer 00:37:45 1868ca2cb446: Pulling fs layer 00:37:45 136be5d0fe8e: Pulling fs layer 00:37:45 894bfe63afcb: Pulling fs layer 00:37:45 894bfe63afcb: Waiting 00:37:45 1868ca2cb446: Verifying Checksum 00:37:45 1868ca2cb446: Download complete 00:37:45 136be5d0fe8e: Download complete 00:37:45 e7c96db7181b: Verifying Checksum 00:37:45 e7c96db7181b: Download complete 00:37:45 894bfe63afcb: Verifying Checksum 00:37:45 894bfe63afcb: Download complete 00:37:45 e7c96db7181b: Pull complete 00:37:45 1868ca2cb446: Pull complete 00:37:45 136be5d0fe8e: Pull complete 00:37:46 894bfe63afcb: Pull complete 00:37:46 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 00:37:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:37:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 00:37:46 prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container 00:37:46 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 00:37:47 $ docker top b3f1d24b6c981adfda229339930e69f2982c8f53e8de79583c95678de2df9eba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:37:47 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d 00:37:47 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:37:52 $ docker stop --time=1 b3f1d24b6c981adfda229339930e69f2982c8f53e8de79583c95678de2df9eba 00:37:54 $ docker rm -f b3f1d24b6c981adfda229339930e69f2982c8f53e8de79583c95678de2df9eba [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:37:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:37:54 . [Pipeline] withDockerContainer 00:37:54 prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container 00:37:54 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 00:37:55 $ docker top 127c7fef8eaa8a96cafcd5c5875b47bb6b6473bff65c119450183d49ffd6e6dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:37:56 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d 00:37:56 + tee 00:37:56 clair timeout 1m0s 00:37:56 docker timeout: 1m0s 00:37:56 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:37:57 $ docker stop --time=1 127c7fef8eaa8a96cafcd5c5875b47bb6b6473bff65c119450183d49ffd6e6dd 00:37:58 $ docker rm -f 127c7fef8eaa8a96cafcd5c5875b47bb6b6473bff65c119450183d49ffd6e6dd [Pipeline] // withDockerContainer [Pipeline] sh 00:37:59 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 00:37:59 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_6d51720bebf870c8d3052e72161f8d66f404099d.html [Pipeline] writeFile [Pipeline] step 00:37:59 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 00:37:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:37:59 . [Pipeline] withDockerContainer 00:37:59 prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container 00:37: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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 00:38:00 $ docker top 6fd990bd2fe83dbccefcd5c69d7e82ae512180840985cd1e4b3d255a072cee0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:00 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d 00:38:00 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:38:06 $ docker stop --time=1 6fd990bd2fe83dbccefcd5c69d7e82ae512180840985cd1e4b3d255a072cee0b 00:38:07 $ docker rm -f 6fd990bd2fe83dbccefcd5c69d7e82ae512180840985cd1e4b3d255a072cee0b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:38:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:38:07 . [Pipeline] withDockerContainer 00:38:08 prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container 00:38:08 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 00:38:08 $ docker top 253ddb360959ab1bb2b25dfd8c7a656cc9b00a2d4012f06ff307ef6f3cf1200a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:09 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d 00:38:09 + tee 00:38:09 clair timeout 1m0s 00:38:09 docker timeout: 1m0s 00:38:09 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:38:10 $ docker stop --time=1 253ddb360959ab1bb2b25dfd8c7a656cc9b00a2d4012f06ff307ef6f3cf1200a 00:38:11 $ docker rm -f 253ddb360959ab1bb2b25dfd8c7a656cc9b00a2d4012f06ff307ef6f3cf1200a [Pipeline] // withDockerContainer [Pipeline] sh 00:38:11 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 00:38:11 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_6d51720bebf870c8d3052e72161f8d66f404099d.html [Pipeline] writeFile [Pipeline] step 00:38:12 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 00:38:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:38:12 . [Pipeline] withDockerContainer 00:38:13 prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container 00:38:13 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:38:13 $ docker top f878928215536a7153259c5959b1422e044bba6516245b192055af3b0728c0f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:38:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:38:14 [ssh-agent] Looking for ssh-agent implementation... 00:38:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:38:14 $ docker exec f878928215536a7153259c5959b1422e044bba6516245b192055af3b0728c0f2 ssh-agent 00:38:14 SSH_AUTH_SOCK=/tmp/ssh-kPdggekpjzEX/agent.11 00:38:14 SSH_AGENT_PID=16 00:38:14 Running ssh-add (command line suppressed) 00:38:14 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7750234867975090132.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7750234867975090132.key) 00:38:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:38:14 + git semver tag 00:38:14 # -> Open(): unable to determine branch for HEAD 00:38:14 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:38:14 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:38:14 # $SEMVER_REMOTE_NAME = origin 00:38:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:38:14 # $SEMVER_USER_NAME = edgex-jenkins 00:38:14 # $SEMVER_BRANCH = master 00:38:14 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 00:38:14 # 6d51720bebf870c8d3052e72161f8d66f404099d HEAD 00:38:14 # -> Force: false 00:38:14 # 4e83ac071b69b86d02bbda76700d98edd3749193 refs/tags/v1.2.1-dev.9 [Pipeline] } 00:38:14 $ docker exec --env ******** --env ******** f878928215536a7153259c5959b1422e044bba6516245b192055af3b0728c0f2 ssh-agent -k 00:38:15 unset SSH_AUTH_SOCK; 00:38:15 unset SSH_AGENT_PID; 00:38:15 echo Agent pid 16 killed; 00:38:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:38:15 + git semver [Pipeline] } 00:38:15 $ docker stop --time=1 f878928215536a7153259c5959b1422e044bba6516245b192055af3b0728c0f2 00:38:16 $ docker rm -f f878928215536a7153259c5959b1422e044bba6516245b192055af3b0728c0f2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 00:38:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:38:17 00:38:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 00:38:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:38:17 0.23.1-centos7: Pulling from edgex-lftools 00:38:17 ab5ef0e58194: Pulling fs layer 00:38:17 9712f1f96733: Pulling fs layer 00:38:17 63f879dbbcfc: Pulling fs layer 00:38:17 0d9ebad4ef96: Pulling fs layer 00:38:17 e9a5061849ea: Pulling fs layer 00:38:17 d747dcd14b5f: Pulling fs layer 00:38:17 2de7ff778b66: Pulling fs layer 00:38:17 0d9ebad4ef96: Waiting 00:38:17 e9a5061849ea: Waiting 00:38:17 d747dcd14b5f: Waiting 00:38:17 2de7ff778b66: Waiting 00:38:17 9712f1f96733: Verifying Checksum 00:38:19 63f879dbbcfc: Verifying Checksum 00:38:19 63f879dbbcfc: Download complete 00:38:19 e9a5061849ea: Verifying Checksum 00:38:19 e9a5061849ea: Download complete 00:38:19 d747dcd14b5f: Verifying Checksum 00:38:19 d747dcd14b5f: Download complete 00:38:19 2de7ff778b66: Verifying Checksum 00:38:19 2de7ff778b66: Download complete 00:38:20 0d9ebad4ef96: Verifying Checksum 00:38:20 0d9ebad4ef96: Download complete 00:38:20 ab5ef0e58194: Verifying Checksum 00:38:20 ab5ef0e58194: Download complete 00:38:24 ab5ef0e58194: Pull complete 00:38:24 9712f1f96733: Pull complete 00:38:27 63f879dbbcfc: Pull complete 00:38:33 0d9ebad4ef96: Pull complete 00:38:35 e9a5061849ea: Pull complete 00:38:35 d747dcd14b5f: Pull complete 00:38:38 2de7ff778b66: Pull complete 00:38:38 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:38:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:38:38 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 00:38:39 prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container 00:38:39 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 00:38:42 $ docker top e59d25cfd8b960d486050a5e542fc63c0aab9a90e76bc070cad148ec308400cc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:38:42 provisioning config files... 00:38:42 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5416155354415084051tmp 00:38:42 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config67326162192894806tmp 00:38:42 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config8284510347597066218tmp [Pipeline] { [Pipeline] echo 00:38:42 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:38:43 ---> sigul-configuration.sh 00:38:43 gpg: directory `/root/.gnupg' created 00:38:43 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:38:43 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:38:43 gpg: keyring `/root/.gnupg/secring.gpg' created 00:38:43 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:38:43 gpg: CAST5 encrypted data 00:38:43 gpg: encrypted with 1 passphrase 00:38:43 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:38:43 + mkdir /home/jenkins 00:38:43 + mkdir /home/jenkins/sigul [Pipeline] sh 00:38:44 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 00:38:44 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:38:44 ---> sigul-install.sh 00:38:49 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 00:38:50 + git tag --list 00:38:50 v1.2.1-dev.9 [Pipeline] sh 00:38:50 + lftools sign git-tag v1.2.1-dev.9 00:38:51 Signing Git tag with Sigul... 00:38:51 Signing v1.2.1-dev.9 [Pipeline] echo 00:38:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:38:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:38:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:38:53 $ docker stop --time=1 e59d25cfd8b960d486050a5e542fc63c0aab9a90e76bc070cad148ec308400cc 00:38:55 $ docker rm -f e59d25cfd8b960d486050a5e542fc63c0aab9a90e76bc070cad148ec308400cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 00:38:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:38:55 . [Pipeline] withDockerContainer 00:38:55 prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container 00:38:55 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:38:56 $ docker top 15afed852b1fb3bd3b5bf7badc8906a827c4a520941053b4c250f7783e3c397a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:38:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:38:56 [ssh-agent] Looking for ssh-agent implementation... 00:38:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:38:56 $ docker exec 15afed852b1fb3bd3b5bf7badc8906a827c4a520941053b4c250f7783e3c397a ssh-agent 00:38:57 SSH_AUTH_SOCK=/tmp/ssh-0qvnIYEwicFa/agent.12 00:38:57 SSH_AGENT_PID=17 00:38:57 Running ssh-add (command line suppressed) 00:38:57 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5990786872020448256.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5990786872020448256.key) 00:38:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:38:57 + git semver bump pre 00:38:57 # -> Open(): unable to determine branch for HEAD 00:38:57 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:38:57 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:38:57 # $SEMVER_REMOTE_NAME = origin 00:38:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:38:57 # $SEMVER_USER_NAME = edgex-jenkins 00:38:57 # $SEMVER_BRANCH = master 00:38:57 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 00:38:57 1.2.1-dev.10 [Pipeline] } 00:38:57 $ docker exec --env ******** --env ******** 15afed852b1fb3bd3b5bf7badc8906a827c4a520941053b4c250f7783e3c397a ssh-agent -k 00:38:57 unset SSH_AUTH_SOCK; 00:38:57 unset SSH_AGENT_PID; 00:38:57 echo Agent pid 17 killed; 00:38:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:38:58 + git semver [Pipeline] } 00:38:58 $ docker stop --time=1 15afed852b1fb3bd3b5bf7badc8906a827c4a520941053b4c250f7783e3c397a 00:38:59 $ docker rm -f 15afed852b1fb3bd3b5bf7badc8906a827c4a520941053b4c250f7783e3c397a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:39:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:39:00 . [Pipeline] withDockerContainer 00:39:00 prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container 00:39: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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:39:00 $ docker top 61560ac62209316afaeea46dba0749f7da03e8b39c487190cc5fd7006f25ae96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:39:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:39:01 [ssh-agent] Looking for ssh-agent implementation... 00:39:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:39:01 $ docker exec 61560ac62209316afaeea46dba0749f7da03e8b39c487190cc5fd7006f25ae96 ssh-agent 00:39:01 SSH_AUTH_SOCK=/tmp/ssh-GJp01mPiRpP8/agent.11 00:39:01 SSH_AGENT_PID=17 00:39:01 Running ssh-add (command line suppressed) 00:39:01 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3237737956495847885.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3237737956495847885.key) 00:39:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:39:02 + git semver push 00:39:02 # -> Open(): unable to determine branch for HEAD 00:39:02 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:39:02 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:39:02 # $SEMVER_REMOTE_NAME = origin 00:39:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:39:02 # $SEMVER_USER_NAME = edgex-jenkins 00:39:02 # $SEMVER_BRANCH = master 00:39:02 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 00:39:08 $ docker exec --env ******** --env ******** 61560ac62209316afaeea46dba0749f7da03e8b39c487190cc5fd7006f25ae96 ssh-agent -k 00:39:08 unset SSH_AUTH_SOCK; 00:39:08 unset SSH_AGENT_PID; 00:39:08 echo Agent pid 17 killed; 00:39:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:39:09 + git semver [Pipeline] } 00:39:09 $ docker stop --time=1 61560ac62209316afaeea46dba0749f7da03e8b39c487190cc5fd7006f25ae96 00:39:10 $ docker rm -f 61560ac62209316afaeea46dba0749f7da03e8b39c487190cc5fd7006f25ae96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:39:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:39:12 ---> package-listing.sh 00:39:12 ++ facter osfamily 00:39:12 ++ tr '[:upper:]' '[:lower:]' 00:39:12 + OS_FAMILY=redhat 00:39:12 + workspace=/w/workspace/_app-service-configurable_master 00:39:12 + START_PACKAGES=/tmp/packages_start.txt 00:39:12 + END_PACKAGES=/tmp/packages_end.txt 00:39:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:39:12 + PACKAGES=/tmp/packages_start.txt 00:39:12 + '[' /w/workspace/_app-service-configurable_master ']' 00:39:12 + PACKAGES=/tmp/packages_end.txt 00:39:12 + case "${OS_FAMILY}" in 00:39:12 + rpm -qa 00:39:12 + sort 00:39:16 + '[' -f /tmp/packages_start.txt ']' 00:39:16 + '[' -f /tmp/packages_end.txt ']' 00:39:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:39:16 + '[' /w/workspace/_app-service-configurable_master ']' 00:39:16 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 00:39:16 + 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 00:39:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:39:17 00:39:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:39:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:39:17 alpine: Pulling from edgex-lftools-log-publisher 00:39:17 df20fa9351a1: Pulling fs layer 00:39:17 36b3adc4ff6f: Pulling fs layer 00:39:17 8ad3a11d3b57: Pulling fs layer 00:39:17 46f8f816bc3b: Pulling fs layer 00:39:17 0dadc02b9964: Pulling fs layer 00:39:17 ce6a7cf60c04: Pulling fs layer 00:39:17 7a184a31f384: Pulling fs layer 00:39:17 0879bd2ef858: Pulling fs layer 00:39:17 0dadc02b9964: Waiting 00:39:17 46f8f816bc3b: Waiting 00:39:17 ce6a7cf60c04: Waiting 00:39:17 7a184a31f384: Waiting 00:39:17 0879bd2ef858: Waiting 00:39:17 36b3adc4ff6f: Download complete 00:39:17 46f8f816bc3b: Verifying Checksum 00:39:17 46f8f816bc3b: Download complete 00:39:17 df20fa9351a1: Verifying Checksum 00:39:17 df20fa9351a1: Download complete 00:39:17 0dadc02b9964: Verifying Checksum 00:39:17 0dadc02b9964: Download complete 00:39:17 ce6a7cf60c04: Verifying Checksum 00:39:17 ce6a7cf60c04: Download complete 00:39:17 7a184a31f384: Verifying Checksum 00:39:17 7a184a31f384: Download complete 00:39:17 8ad3a11d3b57: Verifying Checksum 00:39:18 0879bd2ef858: Verifying Checksum 00:39:18 0879bd2ef858: Download complete 00:39:18 df20fa9351a1: Pull complete 00:39:18 36b3adc4ff6f: Pull complete 00:39:19 8ad3a11d3b57: Pull complete 00:39:19 46f8f816bc3b: Pull complete 00:39:19 0dadc02b9964: Pull complete 00:39:19 ce6a7cf60c04: Pull complete 00:39:19 7a184a31f384: Pull complete 00:39:24 0879bd2ef858: Pull complete 00:39:24 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 00:39:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:39:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:39:24 prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container 00:39:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:39:27 $ docker top fab3e0092377e28a50a9acda988d45129917e03f88a4b08af1952195b380871f -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:28 + mkdir -p /var/log/sa [Pipeline] sh 00:39:28 + ls /var/log/sa-host 00:39:28 + sadf -c /var/log/sa-host/sa05 00:39:28 file_magic: OK 00:39:28 HZ: Using current value: 100 00:39:28 file_header: OK 00:39:28 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:39:28 Statistics: 00:39:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:39:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:39:28 provisioning config files... 00:39:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6578795267642357128tmp [Pipeline] { [Pipeline] echo 00:39:28 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:39:29 ---> create-netrc.sh [Pipeline] echo 00:39:29 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:39:29 ---> logs-deploy.sh 00:39:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/45 00:39:29 INFO: archiving workspace using pattern(s): 00:39:30 Archives upload complete. 00:39:30 INFO: archiving logs to Nexus 00:39:31 ---> uname -a: 00:39:31 Linux fab3e0092377 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:39:31 00:39:31 00:39:31 ---> lscpu: 00:39:31 Architecture: x86_64 00:39:31 CPU op-mode(s): 32-bit, 64-bit 00:39:31 Byte Order: Little Endian 00:39:31 Address sizes: 40 bits physical, 48 bits virtual 00:39:31 CPU(s): 4 00:39:31 On-line CPU(s) list: 0-3 00:39:31 Thread(s) per core: 1 00:39:31 Core(s) per socket: 1 00:39:31 Socket(s): 4 00:39:31 NUMA node(s): 1 00:39:31 Vendor ID: GenuineIntel 00:39:31 CPU family: 6 00:39:31 Model: 44 00:39:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:39:31 Stepping: 1 00:39:31 CPU MHz: 2933.442 00:39:31 BogoMIPS: 5866.88 00:39:31 Virtualization: VT-x 00:39:31 Hypervisor vendor: KVM 00:39:31 Virtualization type: full 00:39:31 L1d cache: 128 KiB 00:39:31 L1i cache: 128 KiB 00:39:31 L2 cache: 16 MiB 00:39:31 L3 cache: 64 MiB 00:39:31 NUMA node0 CPU(s): 0-3 00:39:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:39:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:39:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:39:31 Vulnerability Meltdown: Mitigation; PTI 00:39:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:39:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:39:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:39:31 Vulnerability Tsx async abort: Not affected 00:39:31 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:39:31 00:39:31 00:39:31 ---> nproc: 00:39:31 4 00:39:31 00:39:31 00:39:31 ---> df -h: 00:39:31 Filesystem Size Used Available Use% Mounted on 00:39:31 overlay 50.0G 8.2G 41.8G 16% / 00:39:31 tmpfs 64.0M 0 64.0M 0% /dev 00:39:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:39:31 shm 64.0M 0 64.0M 0% /dev/shm 00:39:31 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 00:39:31 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 00:39:31 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 00:39:31 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master 00:39:31 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master@tmp 00:39:31 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 00:39:31 00:39:31 00:39:31 ---> free -m: 00:39:31 total used free shared buff/cache available 00:39:31 Mem: 1837 789 119 0 927 983 00:39:31 Swap: 1023 3 1020 00:39:31 00:39:31 00:39:31 ---> ip addr: 00:39:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:39:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:39:31 inet 127.0.0.1/8 scope host lo 00:39:31 valid_lft forever preferred_lft forever 00:39:31 24: eth0@if25: mtu 1458 qdisc noqueue state UP 00:39:31 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 00:39:31 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 00:39:31 valid_lft forever preferred_lft forever 00:39:31 00:39:31 00:39:31 ---> sar -b -r -n DEV: 00:39:31 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/05/20 _x86_64_ (4 CPU) 00:39:31 00:39:31 00:30:20 LINUX RESTART (4 CPU) 00:39:31 00:39:31 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:39:31 00:32:02 49.73 14.57 35.16 0.00 4923.99 3765.61 0.00 00:39:31 00:33:01 1.54 0.00 1.54 0.00 0.00 28.79 0.00 00:39:31 00:34:01 0.32 0.00 0.32 0.00 0.00 4.68 0.00 00:39:31 00:35:01 0.18 0.00 0.18 0.00 0.00 2.01 0.00 00:39:31 00:36:01 0.23 0.00 0.23 0.00 0.00 3.28 0.00 00:39:31 00:37:01 0.33 0.00 0.33 0.00 0.00 4.23 0.00 00:39:31 00:38:01 250.40 131.55 118.85 0.00 7255.41 36299.45 0.00 00:39:31 00:39:01 210.55 75.32 135.23 0.00 4443.73 32799.78 0.00 00:39:31 Average: 64.31 27.75 36.57 0.00 2082.82 9135.51 0.00 00:39:31 00:39:31 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:39:31 00:32:02 162112 0 561672 29.85 2620 1155152 1120760 38.25 430276 1127240 20 00:39:31 00:33:01 167608 0 556172 29.56 2620 1155156 1080152 36.86 429904 1123292 8 00:39:31 00:34:01 168400 0 555372 29.52 2620 1155164 1079996 36.86 432724 1119792 12 00:39:31 00:35:01 166536 0 557236 29.62 2620 1155164 1080140 36.86 435220 1119156 16 00:39:31 00:36:01 167188 0 556580 29.58 2620 1155168 1080080 36.86 437156 1117104 16 00:39:31 00:37:01 167136 0 556624 29.58 2620 1155176 1079996 36.86 440120 1113920 12 00:39:31 00:38:01 258920 0 629488 33.46 2596 990552 1309348 44.69 556556 867460 56 00:39:31 00:39:01 202572 0 759260 40.35 1548 918176 1418032 48.39 629076 761620 24 00:39:31 Average: 182559 0 591550 31.44 2483 1104964 1156063 39.45 473879 1043698 20 00:39:31 00:39:31 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:39:31 00:32:02 eth0 315.13 200.42 686.67 76.85 0.00 0.00 0.00 0.00 00:39:31 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:32:02 docker0 1.46 1.28 0.27 2.89 0.00 0.00 0.00 0.00 00:39:31 00:33:01 eth0 2.83 1.05 2.95 0.25 0.00 0.00 0.00 0.00 00:39:31 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:34:01 eth0 0.93 0.07 0.09 0.01 0.00 0.00 0.00 0.00 00:39:31 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:35:01 eth0 1.12 0.48 0.56 0.39 0.00 0.00 0.00 0.00 00:39:31 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:36:01 eth0 0.20 0.15 0.08 0.04 0.00 0.00 0.00 0.00 00:39:31 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:37:01 eth0 0.15 0.10 0.01 0.03 0.00 0.00 0.00 0.00 00:39:31 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:38:01 eth0 510.67 437.08 4383.28 48.75 0.00 0.00 0.00 0.00 00:39:31 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:38:01 vethf95880d 0.27 0.25 0.04 0.13 0.00 0.00 0.00 0.00 00:39:31 00:38:01 docker0 56.54 59.49 4.98 408.91 0.00 0.00 0.00 0.00 00:39:31 00:39:01 veth77bd6fb 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:39:01 eth0 429.06 375.62 3458.47 67.34 0.00 0.00 0.00 0.00 00:39:31 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 00:39:01 docker0 21.32 24.93 1.37 198.56 0.00 0.00 0.00 0.00 00:39:31 Average: veth77bd6fb 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 Average: eth0 157.88 127.17 1069.07 24.27 0.00 0.00 0.00 0.00 00:39:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:39:31 Average: docker0 9.94 10.74 0.83 76.47 0.00 0.00 0.00 0.00 00:39:31 00:39:31 00:39:31 ---> sar -P ALL: 00:39:31 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/05/20 _x86_64_ (4 CPU) 00:39:31 00:39:31 00:30:20 LINUX RESTART (4 CPU) 00:39:31 00:39:31 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:39:31 00:32:02 all 6.34 0.00 2.32 1.25 0.01 90.08 00:39:31 00:32:02 0 4.96 0.00 2.75 0.17 0.02 92.10 00:39:31 00:32:02 1 7.04 0.00 1.96 0.82 0.02 90.17 00:39:31 00:32:02 2 6.35 0.00 2.31 2.24 0.02 89.08 00:39:31 00:32:02 3 7.02 0.00 2.26 1.76 0.00 88.96 00:39:31 00:33:01 all 0.21 0.00 0.05 0.00 0.00 99.74 00:39:31 00:33:01 0 0.07 0.00 0.07 0.00 0.00 99.86 00:39:31 00:33:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:39:31 00:33:01 2 0.15 0.00 0.03 0.00 0.00 99.81 00:39:31 00:33:01 3 0.56 0.00 0.05 0.00 0.00 99.39 00:39:31 00:34:01 all 0.13 0.00 0.03 0.00 0.00 99.84 00:39:31 00:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:39:31 00:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:39:31 00:34:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:39:31 00:34:01 3 0.42 0.00 0.05 0.00 0.00 99.53 00:39:31 00:35:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:39:31 00:35:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:39:31 00:35:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:39:31 00:35:01 2 0.05 0.00 0.03 0.00 0.02 99.90 00:39:31 00:35:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:39:31 00:36:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:39:31 00:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:39:31 00:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:39:31 00:36:01 2 0.07 0.00 0.10 0.00 0.00 99.83 00:39:31 00:36:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:39:31 00:37:01 all 0.15 0.00 0.04 0.00 0.00 99.81 00:39:31 00:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:39:31 00:37:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:39:31 00:37:01 2 0.03 0.00 0.12 0.00 0.00 99.85 00:39:31 00:37:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:39:31 00:38:01 all 9.91 0.00 6.48 3.38 0.04 80.20 00:39:31 00:38:01 0 10.36 0.00 6.56 3.58 0.05 79.44 00:39:31 00:38:01 1 9.25 0.00 6.21 2.47 0.03 82.04 00:39:31 00:38:01 2 9.37 0.00 6.99 5.37 0.03 78.23 00:39:31 00:38:01 3 10.68 0.00 6.14 2.08 0.03 81.07 00:39:31 00:39:01 all 10.73 0.00 7.89 3.04 0.04 78.30 00:39:31 00:39:01 0 9.55 0.00 8.00 2.10 0.03 80.33 00:39:31 00:39:01 1 12.49 0.00 8.13 4.19 0.05 75.14 00:39:31 00:39:01 2 9.69 0.00 7.09 2.88 0.03 80.31 00:39:31 00:39:01 3 11.20 0.00 8.33 3.00 0.03 77.43 00:39:31 Average: all 3.45 0.00 2.09 0.95 0.01 93.49 00:39:31 Average: 0 3.09 0.00 2.16 0.72 0.01 94.01 00:39:31 Average: 1 3.60 0.00 2.04 0.93 0.01 93.42 00:39:31 Average: 2 3.20 0.00 2.08 1.30 0.01 93.40 00:39:31 Average: 3 3.90 0.00 2.09 0.85 0.01 93.14 00:39:31 00:39:31 00:39:31