Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7658dde2fa5f0df1322b53e9d399e0259178d9cc 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11948 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 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 --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" > git rev-list --no-walk ba8dc87efb7c15b1c13874cc84483e41de2fa468 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:05:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:05:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:05:04 ========================================================= 14:05:04 EdgeX Global Pipelines Version Info 14:05:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:05:07 ------------------- 14:05:07 stable info: 14:05:07 ------------------- 14:05:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:05:07 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 14:05:07 Message: update stable to v1.0.162 14:05:08 ------------------- 14:05:08 experimental info: 14:05:08 ------------------- 14:05:08 Commited By: **** collab-it+edgex@linuxfoundation.org 14:05:08 Commit SHA: 385afd1d63b7490d49b292b4c1950ab3fd942460 14:05:08 Message: update experimental to v1.0.163 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 14:05:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 14:05:09 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 14:05:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:05:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:05:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:05:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:05:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:05:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:05:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:05:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:05:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:05:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 14:05:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:05:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:05:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:05:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:05:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:05:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:05:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:05:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:05:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:05:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:05:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:05:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:05:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:05:12 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 14:05:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 14:05:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 14:05:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 14:05:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] echo 14:05:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7658dde [Pipeline] echo 14:05:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:05:13 provisioning config files... 14:05:13 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config438296487891011557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:05:13 ---> docker-login.sh 14:05:13 nexus3.edgexfoundry.org:10001 14:05:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:05:14 Configure a credential helper to remove this warning. See 14:05:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:05:14 14:05:14 Login Succeeded 14:05:14 nexus3.edgexfoundry.org:10002 14:05:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:05:14 Configure a credential helper to remove this warning. See 14:05:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:05:14 14:05:14 Login Succeeded 14:05:14 nexus3.edgexfoundry.org:10003 14:05:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:05:14 Configure a credential helper to remove this warning. See 14:05:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:05:14 14:05:14 Login Succeeded 14:05:14 nexus3.edgexfoundry.org:10004 14:05:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:05:15 Configure a credential helper to remove this warning. See 14:05:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:05:15 14:05:15 Login Succeeded 14:05:15 docker.io 14:05:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:05:15 Configure a credential helper to remove this warning. See 14:05:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:05:15 14:05:15 Login Succeeded 14:05:15 ---> docker-login.sh ends [Pipeline] } 14:05:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:05:16 + git log --format=format:%s -1 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] echo 14:05:16 GIT_COMMIT: 7658dde2fa5f0df1322b53e9d399e0259178d9cc, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141) [Pipeline] echo 14:05:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:05:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:05:17 14:05:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:05:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:05:18 latest: Pulling from edgex-devops/git-semver 14:05:18 31603596830f: Pulling fs layer 14:05:18 2a8b12db71e7: Pulling fs layer 14:05:18 6ca5941a6612: Pulling fs layer 14:05:18 ecc8261a40a4: Pulling fs layer 14:05:18 ecc8261a40a4: Waiting 14:05:18 2a8b12db71e7: Verifying Checksum 14:05:18 2a8b12db71e7: Download complete 14:05:18 31603596830f: Verifying Checksum 14:05:18 31603596830f: Download complete 14:05:19 ecc8261a40a4: Verifying Checksum 14:05:19 ecc8261a40a4: Download complete 14:05:19 6ca5941a6612: Verifying Checksum 14:05:19 6ca5941a6612: Download complete 14:05:19 31603596830f: Pull complete 14:05:19 2a8b12db71e7: Pull complete 14:05:20 6ca5941a6612: Pull complete 14:05:20 ecc8261a40a4: Pull complete 14:05:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:05:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:05:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:05:21 prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container 14:05:21 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:05:24 $ docker top 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:05:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:05:24 [ssh-agent] Looking for ssh-agent implementation... 14:05:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:05:25 $ docker exec 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 ssh-agent 14:05:25 SSH_AUTH_SOCK=/tmp/ssh-z61j1L6y0KSJ/agent.12 14:05:25 SSH_AGENT_PID=17 14:05:25 Running ssh-add (command line suppressed) 14:05:25 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4097016106818433142.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4097016106818433142.key) 14:05:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:05:26 + git tag --points-at HEAD [Pipeline] } 14:05:26 $ docker exec --env ******** --env ******** 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 ssh-agent -k 14:05:26 unset SSH_AUTH_SOCK; 14:05:26 unset SSH_AGENT_PID; 14:05:26 echo Agent pid 17 killed; 14:05:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:05:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:05:26 [ssh-agent] Looking for ssh-agent implementation... 14:05:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:05:27 $ docker exec 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 ssh-agent 14:05:27 SSH_AUTH_SOCK=/tmp/ssh-LVsASZsIbUVa/agent.46 14:05:27 SSH_AGENT_PID=51 14:05:27 Running ssh-add (command line suppressed) 14:05:27 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2211731516545463440.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2211731516545463440.key) 14:05:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:05:28 + git semver init 14:05:28 # -> Open(): unable to determine branch for HEAD 14:05:28 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 14:05:28 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 14:05:28 # $SEMVER_REMOTE_NAME = origin 14:05:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:05:28 # $SEMVER_USER_NAME = edgex-jenkins 14:05:28 # $SEMVER_BRANCH = master 14:05:28 # $SEMVER_TEMP = /tmp/semver-379808451 14:05:28 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 14:05:28 # '/tmp/semver-379808451' -> '/w/workspace/_app-service-configurable_master/.semver' 14:05:28 # -> Force: false 14:05:28 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 14:05:28 $ docker exec --env ******** --env ******** 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 ssh-agent -k 14:05:28 unset SSH_AUTH_SOCK; 14:05:28 unset SSH_AGENT_PID; 14:05:28 echo Agent pid 51 killed; 14:05:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:05:29 + git semver [Pipeline] } 14:05:29 $ docker stop --time=1 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 14:05:30 $ docker rm -f 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 [Pipeline] // withDockerContainer [Pipeline] sh 14:05:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:05:32 Stashed 1 file(s) [Pipeline] echo 14:05:32 [edgeXSemver]: initialized semver on version 1.2.1-dev.23 [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 14:05:47 Still waiting to schedule task 14:05:47 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11948’ 14:05:47 Still waiting to schedule task 14:05:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:07:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11949 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 14:07:42 Running in /w/workspace/app-service-configurable/61 [Pipeline] { [Pipeline] checkout 14:07:47 using credential edgex-jenkins-ssh 14:07:47 Cloning the remote Git repository 14:07:47 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 14:07:47 > git init /w/workspace/app-service-configurable/61 # timeout=10 14:07:48 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 14:07:48 > git --version # timeout=10 14:07:48 > git --version # 'git version 2.17.1' 14:07:48 using GIT_SSH to set credentials SSH Credentials for GitHub 14:07:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:07:48 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 14:07:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:07:48 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 14:07:48 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 14:07:48 using GIT_SSH to set credentials SSH Credentials for GitHub 14:07:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:07:49 Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (master) 14:07:49 > git config core.sparsecheckout # timeout=10 14:07:49 > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 14:07:53 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:07:54 provisioning config files... 14:07:54 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/61@tmp/config6689565106258533320tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:07:55 ---> docker-login.sh 14:07:55 nexus3.edgexfoundry.org:10001 14:07:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:07:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:07:56 Configure a credential helper to remove this warning. See 14:07:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:07:56 14:07:56 Login Succeeded 14:07:56 nexus3.edgexfoundry.org:10002 14:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:07:57 Configure a credential helper to remove this warning. See 14:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:07:57 14:07:57 Login Succeeded 14:07:57 nexus3.edgexfoundry.org:10003 14:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:07:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:07:58 Configure a credential helper to remove this warning. See 14:07:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:07:58 14:07:58 Login Succeeded 14:07:58 nexus3.edgexfoundry.org:10004 14:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:07:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:07:58 Configure a credential helper to remove this warning. See 14:07:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:07:58 14:07:58 Login Succeeded 14:07:58 docker.io 14:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:07:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:07:59 Configure a credential helper to remove this warning. See 14:07:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:07:59 14:07:59 Login Succeeded 14:07:59 ---> docker-login.sh ends [Pipeline] } 14:07:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:08:01 ========================================================= 14:08:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:08:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:08:01 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 14:08:01 Sending build context to Docker daemon 98.82kB 14:08:01 Step 1/8 : ARG BASE=golang:1.15-alpine 14:08:01 Step 2/8 : FROM ${BASE} 14:08:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:08:02 b538f80385f9: Pulling fs layer 14:08:02 74f711af9a0d: Pulling fs layer 14:08:02 99f96fe45779: Pulling fs layer 14:08:02 8529a6b9a6be: Pulling fs layer 14:08:02 45590311c82a: Pulling fs layer 14:08:02 69ca0ff8b7b3: Pulling fs layer 14:08:02 209524e5b208: Pulling fs layer 14:08:02 8529a6b9a6be: Waiting 14:08:02 45590311c82a: Waiting 14:08:02 69ca0ff8b7b3: Waiting 14:08:02 209524e5b208: Waiting 14:08:02 99f96fe45779: Verifying Checksum 14:08:02 99f96fe45779: Download complete 14:08:02 74f711af9a0d: Verifying Checksum 14:08:02 74f711af9a0d: Download complete 14:08:02 45590311c82a: Verifying Checksum 14:08:02 45590311c82a: Download complete 14:08:03 69ca0ff8b7b3: Download complete 14:08:03 b538f80385f9: Verifying Checksum 14:08:03 b538f80385f9: Download complete 14:08:04 b538f80385f9: Pull complete 14:08:04 74f711af9a0d: Pull complete 14:08:04 99f96fe45779: Pull complete 14:08:06 209524e5b208: Verifying Checksum 14:08:06 209524e5b208: Download complete 14:08:08 8529a6b9a6be: Verifying Checksum 14:08:08 8529a6b9a6be: Download complete 14:08:19 8529a6b9a6be: Pull complete 14:08:19 45590311c82a: Pull complete 14:08:19 69ca0ff8b7b3: Pull complete 14:08:22 Running on prd-centos7-docker-4c-2g-11950 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 14:08:23 Running in /w/workspace/app-service-configurable/61 [Pipeline] { [Pipeline] checkout 14:08:24 209524e5b208: Pull complete 14:08:24 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 14:08:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:08:24 ---> 5bddaf1c2fca 14:08:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:08:26 using credential edgex-jenkins-ssh 14:08:26 Cloning the remote Git repository 14:08:26 ---> Running in 2674a2e34d87 14:08:26 Removing intermediate container 2674a2e34d87 14:08:26 ---> 451d0cfaaabd 14:08:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:08:26 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 14:08:26 > git init /w/workspace/app-service-configurable/61 # timeout=10 14:08:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 14:08:26 > git --version # timeout=10 14:08:26 > git --version # 'git version 2.16.5' 14:08:26 using GIT_SSH to set credentials SSH Credentials for GitHub 14:08:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:08:26 ---> Running in 5f130ae8dba9 14:08:27 Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (master) 14:08:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 14:08:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:08:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 14:08:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 14:08:26 using GIT_SSH to set credentials SSH Credentials for GitHub 14:08:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:08:27 > git config core.sparsecheckout # timeout=10 14:08:27 > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 14:08:29 Removing intermediate container 5f130ae8dba9 14:08:29 ---> 98eb79355982 14:08:29 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 14:08:29 ---> Running in d8b64f03c768 14:08:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:08:31 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 14:08:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:08:31 provisioning config files... 14:08:31 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/61@tmp/config476504410140249243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:08:32 (1/6) Installing libc-dev (0.7.2-r3) 14:08:32 (2/6) Installing libsodium (1.0.18-r0) 14:08:32 (3/6) Installing pkgconf (1.7.2-r0) 14:08:32 (4/6) Installing libsodium-dev (1.0.18-r0) 14:08:32 (5/6) Installing libzmq (4.3.3-r0) 14:08:32 (6/6) Installing zeromq-dev (4.3.3-r0) 14:08:32 Executing busybox-1.31.1-r16.trigger 14:08:32 ---> docker-login.sh 14:08:32 nexus3.edgexfoundry.org:10001 14:08:32 OK: 144 MiB in 45 packages 14:08:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:08:33 Configure a credential helper to remove this warning. See 14:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:08:33 14:08:33 Login Succeeded 14:08:33 nexus3.edgexfoundry.org:10002 14:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:08:33 Configure a credential helper to remove this warning. See 14:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:08:33 14:08:33 Login Succeeded 14:08:33 nexus3.edgexfoundry.org:10003 14:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:08:33 Configure a credential helper to remove this warning. See 14:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:08:33 14:08:33 Login Succeeded 14:08:33 nexus3.edgexfoundry.org:10004 14:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:08:33 Configure a credential helper to remove this warning. See 14:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:08:33 14:08:33 Login Succeeded 14:08:33 docker.io 14:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:08:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:08:34 Configure a credential helper to remove this warning. See 14:08:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:08:34 14:08:34 Login Succeeded 14:08:34 ---> docker-login.sh ends [Pipeline] } 14:08:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:08:34 ========================================================= 14:08:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:08:34 ========================================================= 14:08:34 Removing intermediate container d8b64f03c768 14:08:34 ---> e746f2aca8de 14:08:34 Step 6/8 : WORKDIR /app 14:08:34 ---> Running in fae310cbdb8b [Pipeline] isUnix [Pipeline] sh 14:08:34 Removing intermediate container fae310cbdb8b 14:08:34 ---> 4d7b7c0779df 14:08:34 Step 7/8 : COPY . . 14:08:34 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 14:08:34 Sending build context to Docker daemon 98.82kB 14:08:34 Step 1/8 : ARG BASE=golang:1.15-alpine 14:08:34 Step 2/8 : FROM ${BASE} 14:08:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:08:34 df20fa9351a1: Pulling fs layer 14:08:34 ed8968b2872e: Pulling fs layer 14:08:34 a92cc7c5fd73: Pulling fs layer 14:08:34 e871e8e8d7a9: Pulling fs layer 14:08:34 e73272ec9a57: Pulling fs layer 14:08:34 1e910a182e73: Pulling fs layer 14:08:34 4e634b169226: Pulling fs layer 14:08:34 e73272ec9a57: Waiting 14:08:34 1e910a182e73: Waiting 14:08:34 e871e8e8d7a9: Waiting 14:08:34 4e634b169226: Waiting 14:08:34 a92cc7c5fd73: Verifying Checksum 14:08:34 a92cc7c5fd73: Download complete 14:08:34 ed8968b2872e: Download complete 14:08:34 e73272ec9a57: Verifying Checksum 14:08:34 e73272ec9a57: Download complete 14:08:34 1e910a182e73: Verifying Checksum 14:08:34 1e910a182e73: Download complete 14:08:34 df20fa9351a1: Verifying Checksum 14:08:34 df20fa9351a1: Download complete 14:08:35 df20fa9351a1: Pull complete 14:08:35 ed8968b2872e: Pull complete 14:08:35 a92cc7c5fd73: Pull complete 14:08:35 ---> dc5a5d05323b 14:08:35 Step 8/8 : RUN go mod download 14:08:35 ---> Running in e9e8ca5afa5c 14:08:37 4e634b169226: Download complete 14:08:37 e871e8e8d7a9: Verifying Checksum 14:08:37 e871e8e8d7a9: Download complete 14:08:44 e871e8e8d7a9: Pull complete 14:08:44 e73272ec9a57: Pull complete 14:08:44 1e910a182e73: Pull complete 14:08:48 4e634b169226: Pull complete 14:08:48 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 14:08:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:08:48 ---> f7629b54cfaa 14:08:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:08:48 ---> Running in 9b0a1c3cfb67 14:08:48 Removing intermediate container 9b0a1c3cfb67 14:08:48 ---> 299823175c24 14:08:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:08:48 ---> Running in 327a0f1000bf 14:08:49 Removing intermediate container 327a0f1000bf 14:08:49 ---> a75882c1780c 14:08:49 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 14:08:49 ---> Running in e9771654caf6 14:08:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:08:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:08:52 (1/6) Installing libc-dev (0.7.2-r3) 14:08:52 (2/6) Installing libsodium (1.0.18-r0) 14:08:52 (3/6) Installing pkgconf (1.7.2-r0) 14:08:52 (4/6) Installing libsodium-dev (1.0.18-r0) 14:08:52 (5/6) Installing libzmq (4.3.3-r0) 14:08:52 (6/6) Installing zeromq-dev (4.3.3-r0) 14:08:52 Executing busybox-1.31.1-r16.trigger 14:08:52 OK: 167 MiB in 45 packages 14:08:53 Removing intermediate container e9771654caf6 14:08:53 ---> b1cfdb48bbab 14:08:53 Step 6/8 : WORKDIR /app 14:08:53 ---> Running in 8a0f29c5a143 14:08:53 Removing intermediate container 8a0f29c5a143 14:08:53 ---> 1c2c61f2a535 14:08:53 Step 7/8 : COPY . . 14:08:54 ---> f1a369de8510 14:08:54 Step 8/8 : RUN go mod download 14:08:54 ---> Running in efd68a8b286c 14:09:02 Removing intermediate container e9e8ca5afa5c 14:09:02 ---> cfa598e6fec6 14:09:02 Successfully built cfa598e6fec6 14:09:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:09:03 + docker inspect -f . ci-base-image-arm64 14:09:03 . [Pipeline] withDockerContainer 14:09:03 prd-ubuntu18.04-docker-arm64-4c-16g-11949 does not seem to be running inside a container 14:09:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/61 -v /w/workspace/app-service-configurable/61:/w/workspace/app-service-configurable/61:rw,z -v /w/workspace/app-service-configurable/61@tmp:/w/workspace/app-service-configurable/61@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:09:05 $ docker top 952933a5af4964370e58ba4400e9a7e3258f83eb9923d16c207e7427fc207326 -eo pid,comm [Pipeline] { [Pipeline] sh 14:09:06 + go version 14:09:06 go version go1.15.2 linux/arm64 [Pipeline] } 14:09:06 $ docker stop --time=1 952933a5af4964370e58ba4400e9a7e3258f83eb9923d16c207e7427fc207326 14:09:08 $ docker rm -f 952933a5af4964370e58ba4400e9a7e3258f83eb9923d16c207e7427fc207326 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:09:09 + docker inspect -f . ci-base-image-arm64 14:09:09 . [Pipeline] withDockerContainer 14:09:09 prd-ubuntu18.04-docker-arm64-4c-16g-11949 does not seem to be running inside a container 14:09:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/61 -v /w/workspace/app-service-configurable/61:/w/workspace/app-service-configurable/61:rw,z -v /w/workspace/app-service-configurable/61@tmp:/w/workspace/app-service-configurable/61@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:09:11 $ docker top 8b07f4c28e6dc2b227f798d84a599228a32e5a567347f324be1bbc63613ebb65 -eo pid,comm [Pipeline] { [Pipeline] sh 14:09:13 + make test 14:09:13 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 14:09:21 Removing intermediate container efd68a8b286c 14:09:21 ---> bd093135d387 14:09:21 Successfully built bd093135d387 14:09:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:09:21 + docker inspect -f . ci-base-image-x86_64 14:09:21 . [Pipeline] withDockerContainer 14:09:21 prd-centos7-docker-4c-2g-11950 does not seem to be running inside a container 14:09:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/61 -v /w/workspace/app-service-configurable/61:/w/workspace/app-service-configurable/61:rw,z -v /w/workspace/app-service-configurable/61@tmp:/w/workspace/app-service-configurable/61@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:09:22 $ docker top 4dc29d1624fd8dc1fe4346833c665e0d68c77498504fb9bd4b6afbbd080939d7 -eo pid,comm [Pipeline] { [Pipeline] sh 14:09:23 + go version 14:09:23 go version go1.15.2 linux/amd64 [Pipeline] } 14:09:23 $ docker stop --time=1 4dc29d1624fd8dc1fe4346833c665e0d68c77498504fb9bd4b6afbbd080939d7 14:09:24 $ docker rm -f 4dc29d1624fd8dc1fe4346833c665e0d68c77498504fb9bd4b6afbbd080939d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:09:25 + docker inspect -f . ci-base-image-x86_64 14:09:25 . [Pipeline] withDockerContainer 14:09:25 prd-centos7-docker-4c-2g-11950 does not seem to be running inside a container 14:09:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/61 -v /w/workspace/app-service-configurable/61:/w/workspace/app-service-configurable/61:rw,z -v /w/workspace/app-service-configurable/61@tmp:/w/workspace/app-service-configurable/61@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:09:26 $ docker top 66290fabf2108eca27f68ee45e9aa5b9a6a7adb13a859bb64db5b9f95a145687 -eo pid,comm [Pipeline] { [Pipeline] sh 14:09:26 + make test 14:09:26 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 14:09:45 ? github.com/edgexfoundry/app-service-configurable [no test files] 14:09:45 CGO_ENABLED=1 go vet ./... 14:09:48 gofmt -l . 14:09:48 [ "`gofmt -l .`" = "" ] 14:09:48 ./bin/test-go-mod-tidy.sh 14:09:48 ./bin/test-attribution-txt.sh [Pipeline] } 14:09:49 $ docker stop --time=1 66290fabf2108eca27f68ee45e9aa5b9a6a7adb13a859bb64db5b9f95a145687 14:09:50 $ docker rm -f 66290fabf2108eca27f68ee45e9aa5b9a6a7adb13a859bb64db5b9f95a145687 [Pipeline] // withDockerContainer [Pipeline] sh 14:09:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:09:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:09:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:09:54 + ls -al . 14:09:54 total 96 14:09:54 drwxrwxr-x. 7 jenkins jenkins 4096 Nov 12 14:09 . 14:09:54 drwxrwxr-x. 4 jenkins jenkins 30 Nov 12 14:08 .. 14:09:54 -rw-rw-r--. 1 jenkins jenkins 6568 Nov 12 14:08 Attribution.txt 14:09:54 drwxrwxr-x. 2 jenkins jenkins 64 Nov 12 14:08 bin 14:09:54 -rw-r--r--. 1 jenkins jenkins 10 Nov 12 14:09 coverage.out 14:09:54 -rw-rw-r--. 1 jenkins jenkins 180 Nov 12 14:08 docker-compose.debug.yml 14:09:54 -rw-rw-r--. 1 jenkins jenkins 133 Nov 12 14:08 docker-compose.yml 14:09:54 -rw-rw-r--. 1 jenkins jenkins 2002 Nov 12 14:08 Dockerfile 14:09:54 -rw-rw-r--. 1 jenkins jenkins 966 Nov 12 14:08 Dockerfile.build 14:09:54 -rw-rw-r--. 1 jenkins jenkins 119 Nov 12 14:08 .dockerignore 14:09:54 drwxrwxr-x. 8 jenkins jenkins 162 Nov 12 14:08 .git 14:09:54 drwxrwxr-x. 2 jenkins jenkins 81 Nov 12 14:08 .github 14:09:54 -rw-rw-r--. 1 jenkins jenkins 93 Nov 12 14:08 .gitignore 14:09:54 -rw-r--r--. 1 jenkins jenkins 126 Nov 12 14:09 go.mod 14:09:54 -rw-r--r--. 1 jenkins jenkins 19551 Nov 12 14:09 go.sum 14:09:54 -rw-rw-r--. 1 jenkins jenkins 687 Nov 12 14:08 Jenkinsfile 14:09:54 -rw-rw-r--. 1 jenkins jenkins 10174 Nov 12 14:08 LICENSE 14:09:54 -rw-rw-r--. 1 jenkins jenkins 1519 Nov 12 14:08 main.go 14:09:54 -rw-rw-r--. 1 jenkins jenkins 1573 Nov 12 14:08 makefile 14:09:54 -rw-rw-r--. 1 jenkins jenkins 1277 Nov 12 14:08 README.md 14:09:54 drwxrwxr-x. 10 jenkins jenkins 171 Nov 12 14:08 res 14:09:54 drwxrwxr-x. 4 jenkins jenkins 71 Nov 12 14:08 snap 14:09:54 -rw-rw-r--. 1 jenkins jenkins 12 Nov 12 14:05 VERSION [Pipeline] isUnix [Pipeline] sh 14:09:54 + 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=7658dde2fa5f0df1322b53e9d399e0259178d9cc --label arch=amd64 --label version=1.2.1-dev.23 . 14:09:54 Sending build context to Docker daemon 121.3kB 14:09:55 Step 1/27 : ARG BASE=golang:1.15-alpine 14:09:55 Step 2/27 : FROM ${BASE} AS builder 14:09:55 ---> bd093135d387 14:09:55 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 14:09:55 ---> Running in 7cfd1c2d85c9 14:09:55 Removing intermediate container 7cfd1c2d85c9 14:09:55 ---> 35ff051c8081 14:09:55 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 14:09:55 ---> Running in b651c9e53bf9 14:09:55 Removing intermediate container b651c9e53bf9 14:09:55 ---> 2e4703643794 14:09:55 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:09:55 ---> Running in b6e109fd662f 14:09:55 Removing intermediate container b6e109fd662f 14:09:55 ---> 905a6bf2edee 14:09:55 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:09:55 ---> Running in cc409a41e07d 14:09:57 Removing intermediate container cc409a41e07d 14:09:57 ---> 040f0fec0d48 14:09:57 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:09:57 ---> Running in fd82db1cc4b0 14:09:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:09:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:09:58 OK: 167 MiB in 45 packages 14:09:59 Removing intermediate container fd82db1cc4b0 14:09:59 ---> 714142e34d6b 14:09:59 Step 8/27 : WORKDIR /app 14:09:59 ---> Running in e712726469b2 14:09:59 Removing intermediate container e712726469b2 14:09:59 ---> 5c2a3bb32143 14:09:59 Step 9/27 : COPY go.mod . 14:09:59 ---> 0a0c3f9f3041 14:09:59 Step 10/27 : RUN go mod download 14:09:59 ---> Running in 589cd2a71f22 14:10:00 ? github.com/edgexfoundry/app-service-configurable [no test files] 14:10:00 CGO_ENABLED=1 go vet ./... 14:10:00 Removing intermediate container 589cd2a71f22 14:10:00 ---> 5a783345297c 14:10:00 Step 11/27 : COPY . . 14:10:00 ---> 628e202b98cb 14:10:00 Step 12/27 : ARG MAKE="make build" 14:10:01 ---> Running in d4f644f773e2 14:10:01 Removing intermediate container d4f644f773e2 14:10:01 ---> 6e8b135f380a 14:10:01 Step 13/27 : RUN $MAKE 14:10:01 ---> Running in 953fc212c75c 14:10:01 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.23" -o app-service-configurable 14:10:10 gofmt -l . 14:10:10 [ "`gofmt -l .`" = "" ] 14:10:10 ./bin/test-go-mod-tidy.sh 14:10:11 ./bin/test-attribution-txt.sh [Pipeline] } 14:10:12 $ docker stop --time=1 8b07f4c28e6dc2b227f798d84a599228a32e5a567347f324be1bbc63613ebb65 14:10:14 $ docker rm -f 8b07f4c28e6dc2b227f798d84a599228a32e5a567347f324be1bbc63613ebb65 [Pipeline] // withDockerContainer [Pipeline] sh 14:10:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:10:15 Warning: overwriting stash ‘coverage-report’ 14:10:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:10:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:10:17 + ls -al . 14:10:17 total 120 14:10:17 drwxrwxr-x 7 jenkins jenkins 4096 Nov 12 14:10 . 14:10:17 drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 14:07 .. 14:10:17 -rw-rw-r-- 1 jenkins jenkins 119 Nov 12 14:07 .dockerignore 14:10:17 drwxrwxr-x 8 jenkins jenkins 4096 Nov 12 14:07 .git 14:10:17 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 14:07 .github 14:10:17 -rw-rw-r-- 1 jenkins jenkins 93 Nov 12 14:07 .gitignore 14:10:17 -rw-rw-r-- 1 jenkins jenkins 6568 Nov 12 14:07 Attribution.txt 14:10:17 -rw-rw-r-- 1 jenkins jenkins 2002 Nov 12 14:07 Dockerfile 14:10:17 -rw-rw-r-- 1 jenkins jenkins 966 Nov 12 14:07 Dockerfile.build 14:10:17 -rw-rw-r-- 1 jenkins jenkins 687 Nov 12 14:07 Jenkinsfile 14:10:17 -rw-rw-r-- 1 jenkins jenkins 10174 Nov 12 14:07 LICENSE 14:10:17 -rw-rw-r-- 1 jenkins jenkins 1277 Nov 12 14:07 README.md 14:10:17 -rw-rw-r-- 1 jenkins jenkins 12 Nov 12 14:05 VERSION 14:10:17 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 14:07 bin 14:10:17 -rw-r--r-- 1 jenkins jenkins 10 Nov 12 14:09 coverage.out 14:10:17 -rw-rw-r-- 1 jenkins jenkins 180 Nov 12 14:07 docker-compose.debug.yml 14:10:17 -rw-rw-r-- 1 jenkins jenkins 133 Nov 12 14:07 docker-compose.yml 14:10:17 -rw-r--r-- 1 jenkins jenkins 126 Nov 12 14:10 go.mod 14:10:17 -rw-r--r-- 1 jenkins jenkins 19551 Nov 12 14:10 go.sum 14:10:17 -rw-rw-r-- 1 jenkins jenkins 1519 Nov 12 14:07 main.go 14:10:17 -rw-rw-r-- 1 jenkins jenkins 1573 Nov 12 14:07 makefile 14:10:17 drwxrwxr-x 10 jenkins jenkins 4096 Nov 12 14:07 res 14:10:17 drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 14:07 snap [Pipeline] isUnix [Pipeline] sh 14:10:17 + 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=7658dde2fa5f0df1322b53e9d399e0259178d9cc --label arch=arm64 --label version=1.2.1-dev.23 . 14:10:17 Sending build context to Docker daemon 121.3kB 14:10:18 Step 1/27 : ARG BASE=golang:1.15-alpine 14:10:18 Step 2/27 : FROM ${BASE} AS builder 14:10:18 ---> cfa598e6fec6 14:10:18 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 14:10:18 ---> Running in f29e990921d0 14:10:19 Removing intermediate container f29e990921d0 14:10:19 ---> 4976fc93c86f 14:10:19 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 14:10:19 ---> Running in b6b26fa4d206 14:10:19 Removing intermediate container b6b26fa4d206 14:10:19 ---> 0dedb6eb26aa 14:10:19 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:10:19 ---> Running in 54c58eb6cfe4 14:10:19 Removing intermediate container 54c58eb6cfe4 14:10:19 ---> 643cc193f60c 14:10:19 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:10:20 Removing intermediate container 953fc212c75c 14:10:20 ---> 1bfce600813d 14:10:20 Step 14/27 : FROM alpine:latest 14:10:20 latest: Pulling from library/alpine 14:10:20 188c0c94c7c5: Pulling fs layer 14:10:20 188c0c94c7c5: Verifying Checksum 14:10:20 188c0c94c7c5: Download complete 14:10:20 188c0c94c7c5: Pull complete 14:10:20 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 14:10:20 Status: Downloaded newer image for alpine:latest 14:10:20 ---> d6e46aa2470d 14:10:20 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:10:20 ---> Running in 6a893d7259c5 14:10:20 ---> Running in ac2f20495b93 14:10:20 Removing intermediate container 6a893d7259c5 14:10:20 ---> 3b18b4127c64 14:10:20 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 14:10:20 ---> Running in 6068ec99a050 14:10:20 Removing intermediate container 6068ec99a050 14:10:20 ---> 85781e98b946 14:10:20 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 14:10:20 ---> Running in 12eae40234a4 14:10:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:10:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:10:21 (1/6) Installing ca-certificates (20191127-r4) 14:10:21 (2/6) Installing libgcc (9.3.0-r2) 14:10:21 (3/6) Installing libsodium (1.0.18-r0) 14:10:21 (4/6) Installing libstdc++ (9.3.0-r2) 14:10:21 (5/6) Installing libzmq (4.3.3-r0) 14:10:21 (6/6) Installing zeromq (4.3.3-r0) 14:10:21 Executing busybox-1.31.1-r19.trigger 14:10:21 Executing ca-certificates-20191127-r4.trigger 14:10:21 OK: 9 MiB in 20 packages 14:10:22 Removing intermediate container ac2f20495b93 14:10:22 ---> b49c2a2a5877 14:10:22 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:10:22 ---> Running in d51d21727bcb 14:10:23 Removing intermediate container 12eae40234a4 14:10:23 ---> 2941ac44524b 14:10:23 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:10:23 ---> 70d2a9fcf2af 14:10:23 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 14:10:23 ---> f5b296695121 14:10:23 Step 20/27 : COPY --from=builder /app/res/ /res/ 14:10:23 ---> ec99a62d56a1 14:10:23 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 14:10:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:10:24 ---> cfc4c2f11b26 14:10:24 Step 22/27 : EXPOSE 48095 14:10:24 ---> Running in b1f866d433ae 14:10:24 Removing intermediate container b1f866d433ae 14:10:24 ---> d490a47b4aab 14:10:24 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 14:10:24 ---> Running in c567a8330a2f 14:10:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:10:25 Removing intermediate container c567a8330a2f 14:10:25 ---> bd091ab5112d 14:10:25 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:10:25 ---> Running in a31eaf403302 14:10:25 Removing intermediate container a31eaf403302 14:10:25 ---> 1ea9dc6d5bf2 14:10:25 Step 25/27 : LABEL arch=amd64 14:10:25 ---> Running in 2115458eae30 14:10:25 Removing intermediate container 2115458eae30 14:10:25 ---> 2c7bd868cf97 14:10:25 Step 26/27 : LABEL git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc 14:10:25 ---> Running in 66d76575771a 14:10:25 Removing intermediate container 66d76575771a 14:10:25 ---> 5719a18d5ec3 14:10:25 Step 27/27 : LABEL version=1.2.1-dev.23 14:10:25 ---> Running in db95a91ce61b 14:10:25 OK: 144 MiB in 45 packages 14:10:25 Removing intermediate container db95a91ce61b 14:10:25 ---> c1d13db3725a 14:10:25 [Warning] One or more build-args [ARCH] were not consumed 14:10:25 Successfully built c1d13db3725a 14:10:25 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:10:26 provisioning config files... 14:10:26 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/61@tmp/config282410551389523138tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:10:26 ---> docker-login.sh 14:10:26 nexus3.edgexfoundry.org:10001 14:10:26 Removing intermediate container d51d21727bcb 14:10:26 ---> 76cbb9f17f84 14:10:26 Step 8/27 : WORKDIR /app 14:10:26 ---> Running in d6cc82f17343 14:10:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:10:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:10:26 Configure a credential helper to remove this warning. See 14:10:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:10:26 14:10:26 Login Succeeded 14:10:26 nexus3.edgexfoundry.org:10002 14:10:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:10:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:10:27 Configure a credential helper to remove this warning. See 14:10:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:10:27 14:10:27 Login Succeeded 14:10:27 nexus3.edgexfoundry.org:10003 14:10:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:10:27 Removing intermediate container d6cc82f17343 14:10:27 ---> dfd19293ba8d 14:10:27 Step 9/27 : COPY go.mod . 14:10:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:10:27 Configure a credential helper to remove this warning. See 14:10:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:10:27 14:10:27 Login Succeeded 14:10:27 nexus3.edgexfoundry.org:10004 14:10:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:10:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:10:27 Configure a credential helper to remove this warning. See 14:10:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:10:27 14:10:27 Login Succeeded 14:10:27 docker.io 14:10:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:10:27 ---> e7a8f6e49116 14:10:27 Step 10/27 : RUN go mod download 14:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:10:28 Configure a credential helper to remove this warning. See 14:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:10:28 14:10:28 Login Succeeded 14:10:28 ---> docker-login.sh ends [Pipeline] } 14:10:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:10:28 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 14:10:28 7658dde2fa5f0df1322b53e9d399e0259178d9cc 14:10:28 latest 14:10:28 1.2.1-dev.23 14:10:28 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 14:10:28 master 14:10:28 ===================================================== 14:10:28 ---> Running in c18c3b8814ae [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:10:28 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh 14:10:29 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc 14:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 14:10:29 99941d7681bf: Preparing 14:10:29 c7feec8438d3: Preparing 14:10:29 b44dcb69afc9: Preparing 14:10:29 3eb447120f83: Preparing 14:10:29 005271c88ce6: Preparing 14:10:29 ace0eda3e3be: Preparing 14:10:29 ace0eda3e3be: Waiting 14:10:29 c7feec8438d3: Pushed 14:10:29 b44dcb69afc9: Pushed 14:10:29 3eb447120f83: Pushed 14:10:29 ace0eda3e3be: Layer already exists 14:10:29 005271c88ce6: Pushed 14:10:30 Removing intermediate container c18c3b8814ae 14:10:30 ---> 11aa8a8f4c87 14:10:30 Step 11/27 : COPY . . 14:10:30 99941d7681bf: Pushed 14:10:31 7658dde2fa5f0df1322b53e9d399e0259178d9cc: digest: sha256:6f1683181dc3f45c9a02ab08755d097718b1a51e1e82f7edb2922fdd1213da8b size: 1574 [Pipeline] isUnix [Pipeline] sh 14:10:31 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 14:10:31 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 14:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 14:10:31 99941d7681bf: Preparing 14:10:31 c7feec8438d3: Preparing 14:10:31 b44dcb69afc9: Preparing 14:10:31 3eb447120f83: Preparing 14:10:31 005271c88ce6: Preparing 14:10:31 ace0eda3e3be: Preparing 14:10:31 ace0eda3e3be: Waiting 14:10:31 c7feec8438d3: Layer already exists 14:10:31 005271c88ce6: Layer already exists 14:10:31 b44dcb69afc9: Layer already exists 14:10:31 3eb447120f83: Layer already exists 14:10:31 99941d7681bf: Layer already exists 14:10:31 ace0eda3e3be: Layer already exists 14:10:31 ---> 80a03b435594 14:10:31 Step 12/27 : ARG MAKE="make build" 14:10:31 ---> Running in e78d845fd888 14:10:32 latest: digest: sha256:6f1683181dc3f45c9a02ab08755d097718b1a51e1e82f7edb2922fdd1213da8b size: 1574 [Pipeline] isUnix [Pipeline] sh 14:10:32 Removing intermediate container e78d845fd888 14:10:32 ---> a9ece8e2b921 14:10:32 Step 13/27 : RUN $MAKE 14:10:32 ---> Running in e7b3d08bda47 14:10:32 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.23 [Pipeline] isUnix [Pipeline] sh 14:10:32 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.23 14:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 14:10:32 99941d7681bf: Preparing 14:10:32 c7feec8438d3: Preparing 14:10:32 b44dcb69afc9: Preparing 14:10:32 3eb447120f83: Preparing 14:10:32 005271c88ce6: Preparing 14:10:32 ace0eda3e3be: Preparing 14:10:32 ace0eda3e3be: Waiting 14:10:32 99941d7681bf: Layer already exists 14:10:32 b44dcb69afc9: Layer already exists 14:10:32 005271c88ce6: Layer already exists 14:10:32 3eb447120f83: Layer already exists 14:10:32 c7feec8438d3: Layer already exists 14:10:32 ace0eda3e3be: Layer already exists 14:10:32 1.2.1-dev.23: digest: sha256:6f1683181dc3f45c9a02ab08755d097718b1a51e1e82f7edb2922fdd1213da8b size: 1574 [Pipeline] isUnix [Pipeline] sh 14:10:33 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 [Pipeline] isUnix [Pipeline] sh 14:10:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 14:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 14:10:33 99941d7681bf: Preparing 14:10:33 c7feec8438d3: Preparing 14:10:33 b44dcb69afc9: Preparing 14:10:33 3eb447120f83: Preparing 14:10:33 005271c88ce6: Preparing 14:10:33 ace0eda3e3be: Preparing 14:10:33 ace0eda3e3be: Waiting 14:10:33 b44dcb69afc9: Layer already exists 14:10:33 3eb447120f83: Layer already exists 14:10:33 99941d7681bf: Layer already exists 14:10:33 005271c88ce6: Layer already exists 14:10:33 c7feec8438d3: Layer already exists 14:10:33 ace0eda3e3be: Layer already exists 14:10:33 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23: digest: sha256:6f1683181dc3f45c9a02ab08755d097718b1a51e1e82f7edb2922fdd1213da8b size: 1574 [Pipeline] isUnix [Pipeline] sh 14:10:33 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 14:10:33 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.23" -o app-service-configurable 14:10:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 14:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 14:10:33 99941d7681bf: Preparing 14:10:33 c7feec8438d3: Preparing 14:10:33 b44dcb69afc9: Preparing 14:10:33 3eb447120f83: Preparing 14:10:33 005271c88ce6: Preparing 14:10:33 ace0eda3e3be: Preparing 14:10:33 ace0eda3e3be: Waiting 14:10:33 b44dcb69afc9: Layer already exists 14:10:33 3eb447120f83: Layer already exists 14:10:33 99941d7681bf: Layer already exists 14:10:33 005271c88ce6: Layer already exists 14:10:33 c7feec8438d3: Layer already exists 14:10:33 ace0eda3e3be: Layer already exists 14:10:33 master: digest: sha256:6f1683181dc3f45c9a02ab08755d097718b1a51e1e82f7edb2922fdd1213da8b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:10:34 ===================================================== [Pipeline] echo 14:10:34 taggedImages: 14:10:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc 14:10:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 14:10:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.23 14:10:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 14:10:34 - 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] } 14:11:20 Removing intermediate container e7b3d08bda47 14:11:20 ---> 2705d7498f32 14:11:20 Step 14/27 : FROM alpine:latest 14:11:20 latest: Pulling from library/alpine 14:11:20 5f621e34cdf4: Pulling fs layer 14:11:20 5f621e34cdf4: Verifying Checksum 14:11:20 5f621e34cdf4: Download complete 14:11:21 5f621e34cdf4: Pull complete 14:11:21 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 14:11:21 Status: Downloaded newer image for alpine:latest 14:11:21 ---> 2e77e061c27f 14:11:21 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:11:21 ---> Running in 36a8c5f1bb51 14:11:22 Removing intermediate container 36a8c5f1bb51 14:11:22 ---> fa818debcdea 14:11:22 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 14:11:22 ---> Running in 0bcbf7ec4ca2 14:11:22 Removing intermediate container 0bcbf7ec4ca2 14:11:22 ---> 3f0a550bfbb2 14:11:22 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 14:11:22 ---> Running in 897b94fea1c3 14:11:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:11:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:11:25 (1/6) Installing ca-certificates (20191127-r4) 14:11:25 (2/6) Installing libgcc (9.3.0-r2) 14:11:25 (3/6) Installing libsodium (1.0.18-r0) 14:11:25 (4/6) Installing libstdc++ (9.3.0-r2) 14:11:25 (5/6) Installing libzmq (4.3.3-r0) 14:11:25 (6/6) Installing zeromq (4.3.3-r0) 14:11:25 Executing busybox-1.31.1-r19.trigger 14:11:25 Executing ca-certificates-20191127-r4.trigger 14:11:25 OK: 9 MiB in 20 packages 14:11:27 Removing intermediate container 897b94fea1c3 14:11:27 ---> 07c57a010957 14:11:27 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:11:27 ---> 47163a4ae6dd 14:11:27 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 14:11:28 ---> 9fa3ed0248b8 14:11:28 Step 20/27 : COPY --from=builder /app/res/ /res/ 14:11:29 ---> 7bf0513188cb 14:11:29 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 14:11:30 ---> 6832de6e902a 14:11:30 Step 22/27 : EXPOSE 48095 14:11:30 ---> Running in d84cc42c1e11 14:11:31 Removing intermediate container d84cc42c1e11 14:11:31 ---> f33793c49846 14:11:31 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 14:11:31 ---> Running in 69a8b08c7046 14:11:31 Removing intermediate container 69a8b08c7046 14:11:31 ---> a53507ccf32a 14:11:31 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:11:31 ---> Running in bac75e5544b6 14:11:32 Removing intermediate container bac75e5544b6 14:11:32 ---> ea132e75b039 14:11:32 Step 25/27 : LABEL arch=arm64 14:11:32 ---> Running in 832e28589d37 14:11:32 Removing intermediate container 832e28589d37 14:11:32 ---> 4434225e650a 14:11:32 Step 26/27 : LABEL git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc 14:11:33 ---> Running in bef0b8716328 14:11:33 Removing intermediate container bef0b8716328 14:11:33 ---> 8a16e7985076 14:11:33 Step 27/27 : LABEL version=1.2.1-dev.23 14:11:33 ---> Running in 4abd6eacce0a 14:11:34 Removing intermediate container 4abd6eacce0a 14:11:34 ---> ddeadacf01aa 14:11:34 [Warning] One or more build-args [ARCH] were not consumed 14:11:34 Successfully built ddeadacf01aa 14:11:34 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 14:11:34 provisioning config files... 14:11:34 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/61@tmp/config7852809533871491572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:11:35 ---> docker-login.sh 14:11:35 nexus3.edgexfoundry.org:10001 14:11:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:11:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:11:35 Configure a credential helper to remove this warning. See 14:11:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:11:35 14:11:35 Login Succeeded 14:11:35 nexus3.edgexfoundry.org:10002 14:11:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:11:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:11:36 Configure a credential helper to remove this warning. See 14:11:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:11:36 14:11:36 Login Succeeded 14:11:36 nexus3.edgexfoundry.org:10003 14:11:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:11:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:11:36 Configure a credential helper to remove this warning. See 14:11:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:11:36 14:11:36 Login Succeeded 14:11:36 nexus3.edgexfoundry.org:10004 14:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:11:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:11:37 Configure a credential helper to remove this warning. See 14:11:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:11:37 14:11:37 Login Succeeded 14:11:37 docker.io 14:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:11:38 Configure a credential helper to remove this warning. See 14:11:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:11:38 14:11:38 Login Succeeded 14:11:38 ---> docker-login.sh ends [Pipeline] } 14:11:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:11:38 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 14:11:38 7658dde2fa5f0df1322b53e9d399e0259178d9cc 14:11:38 latest 14:11:38 1.2.1-dev.23 14:11:38 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 14:11:38 master 14:11:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:11:38 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh 14:11:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc 14:11:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 14:11:39 c55397c2bc87: Preparing 14:11:39 80fc85d56f43: Preparing 14:11:39 f13c9992b6dd: Preparing 14:11:39 b929c84ea956: Preparing 14:11:39 82080617a7fe: Preparing 14:11:39 cd3761cfa1d9: Preparing 14:11:39 cd3761cfa1d9: Waiting 14:11:39 80fc85d56f43: Pushed 14:11:39 b929c84ea956: Pushed 14:11:39 f13c9992b6dd: Pushed 14:11:39 cd3761cfa1d9: Layer already exists 14:11:40 82080617a7fe: Pushed 14:11:43 c55397c2bc87: Pushed 14:11:43 7658dde2fa5f0df1322b53e9d399e0259178d9cc: digest: sha256:5af8bf3652620916d00b60d325243ca05a939fcc41e3ab005858f33b65131f15 size: 1574 [Pipeline] isUnix [Pipeline] sh 14:11:44 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:11:44 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 14:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 14:11:44 c55397c2bc87: Preparing 14:11:44 80fc85d56f43: Preparing 14:11:44 f13c9992b6dd: Preparing 14:11:44 b929c84ea956: Preparing 14:11:44 82080617a7fe: Preparing 14:11:44 cd3761cfa1d9: Preparing 14:11:44 cd3761cfa1d9: Waiting 14:11:44 c55397c2bc87: Layer already exists 14:11:44 82080617a7fe: Layer already exists 14:11:44 80fc85d56f43: Layer already exists 14:11:44 b929c84ea956: Layer already exists 14:11:44 f13c9992b6dd: Layer already exists 14:11:44 cd3761cfa1d9: Layer already exists 14:11:44 latest: digest: sha256:5af8bf3652620916d00b60d325243ca05a939fcc41e3ab005858f33b65131f15 size: 1574 [Pipeline] isUnix [Pipeline] sh 14:11:45 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.23 [Pipeline] isUnix [Pipeline] sh 14:11:45 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.23 14:11:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 14:11:45 c55397c2bc87: Preparing 14:11:45 80fc85d56f43: Preparing 14:11:45 f13c9992b6dd: Preparing 14:11:45 b929c84ea956: Preparing 14:11:45 82080617a7fe: Preparing 14:11:45 cd3761cfa1d9: Preparing 14:11:45 cd3761cfa1d9: Waiting 14:11:45 80fc85d56f43: Layer already exists 14:11:45 c55397c2bc87: Layer already exists 14:11:45 f13c9992b6dd: Layer already exists 14:11:45 82080617a7fe: Layer already exists 14:11:45 b929c84ea956: Layer already exists 14:11:45 cd3761cfa1d9: Layer already exists 14:11:45 1.2.1-dev.23: digest: sha256:5af8bf3652620916d00b60d325243ca05a939fcc41e3ab005858f33b65131f15 size: 1574 [Pipeline] isUnix [Pipeline] sh 14:11:45 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 [Pipeline] isUnix [Pipeline] sh 14:11:46 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 14:11:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 14:11:46 c55397c2bc87: Preparing 14:11:46 80fc85d56f43: Preparing 14:11:46 f13c9992b6dd: Preparing 14:11:46 b929c84ea956: Preparing 14:11:46 82080617a7fe: Preparing 14:11:46 cd3761cfa1d9: Preparing 14:11:46 cd3761cfa1d9: Waiting 14:11:46 b929c84ea956: Layer already exists 14:11:46 c55397c2bc87: Layer already exists 14:11:46 82080617a7fe: Layer already exists 14:11:46 80fc85d56f43: Layer already exists 14:11:46 f13c9992b6dd: Layer already exists 14:11:46 cd3761cfa1d9: Layer already exists 14:11:46 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23: digest: sha256:5af8bf3652620916d00b60d325243ca05a939fcc41e3ab005858f33b65131f15 size: 1574 [Pipeline] isUnix [Pipeline] sh 14:11:46 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 14:11:47 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 14:11:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 14:11:47 c55397c2bc87: Preparing 14:11:47 80fc85d56f43: Preparing 14:11:47 f13c9992b6dd: Preparing 14:11:47 b929c84ea956: Preparing 14:11:47 82080617a7fe: Preparing 14:11:47 cd3761cfa1d9: Preparing 14:11:47 82080617a7fe: Layer already exists 14:11:47 c55397c2bc87: Layer already exists 14:11:47 80fc85d56f43: Layer already exists 14:11:47 b929c84ea956: Layer already exists 14:11:47 f13c9992b6dd: Layer already exists 14:11:47 cd3761cfa1d9: Layer already exists 14:11:47 master: digest: sha256:5af8bf3652620916d00b60d325243ca05a939fcc41e3ab005858f33b65131f15 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:11:47 ===================================================== [Pipeline] echo 14:11:47 taggedImages: 14:11:47 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc 14:11:47 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 14:11:47 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.23 14:11:47 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 14:11:47 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 14:11:49 provisioning config files... 14:11:49 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8594349177016929431tmp [Pipeline] { [Pipeline] sh 14:11:49 + set +x 14:11:49 + curl -s https://codecov.io/bash 14:11:49 + bash -s -- 14:11:50 14:11:50 _____ _ 14:11:50 / ____| | | 14:11:50 | | ___ __| | ___ ___ _____ __ 14:11:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:11:50 | |___| (_) | (_| | __/ (_| (_) \ V / 14:11:50 \_____\___/ \__,_|\___|\___\___/ \_/ 14:11:50 Bash-20201106-81372f2 14:11:50 14:11:50 14:11:50 ==> Jenkins CI detected. 14:11:50 project root: . 14:11:50 --> token set from env 14:11:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:11:50 ==> Running gcov in . (disable via -X gcov) 14:11:50 ==> Python coveragepy not found 14:11:50 ==> Searching for coverage reports in: 14:11:50 + . 14:11:50 -> Found 1 reports 14:11:50 ==> Detecting git/mercurial file structure 14:11:50 ==> Reading reports 14:11:50 + ./coverage.out bytes=10 14:11:50 ==> Appending adjustments 14:11:50 https://docs.codecov.io/docs/fixing-reports 14:11:50 + Found adjustments 14:11:50 ==> Gzipping contents 14:11:50 ==> Uploading reports 14:11:50 url: https://codecov.io 14:11:50 query: branch=master&commit=7658dde2fa5f0df1322b53e9d399e0259178d9cc&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F61%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 14:11:50 -> Pinging Codecov 14:11:50 https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=7658dde2fa5f0df1322b53e9d399e0259178d9cc&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F61%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 14:11:50 -> Uploading to 14:11:50 https://storage.googleapis.com/codecov/v4/raw/2020-11-12/A97CA9966030D2A3747ED39772930CCE/7658dde2fa5f0df1322b53e9d399e0259178d9cc/5737b886-29e9-4069-b0aa-2653fe7ec8e7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201112T141150Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6d3ed7f81416fc604b496abdfe62552e2cb7404d85ef17f69468419167920ed9 14:11:50 % Total % Received % Xferd Average Speed Time Time Time Current 14:11:50 Dload Upload Total Spent Left Speed 14:11:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 919 --:--:-- --:--:-- --:--:-- 919 14:11:51 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] } 14:11:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:11:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:11:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:11:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:11:52 14:11:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 14:11:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:11:53 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:11:53 188c0c94c7c5: Pulling fs layer 14:11:53 0ef7d3d256c8: Pulling fs layer 14:11:53 de9db76c5a1d: Pulling fs layer 14:11:53 0eba1c9be4d2: Pulling fs layer 14:11:53 0d57e429df01: Pulling fs layer 14:11:53 4e4be7b47b0d: Pulling fs layer 14:11:53 e1f770b5df2f: Pulling fs layer 14:11:53 85a0685a4137: Pulling fs layer 14:11:53 0eba1c9be4d2: Waiting 14:11:53 0d57e429df01: Waiting 14:11:53 4e4be7b47b0d: Waiting 14:11:53 e1f770b5df2f: Waiting 14:11:53 de9db76c5a1d: Verifying Checksum 14:11:53 de9db76c5a1d: Download complete 14:11:53 0ef7d3d256c8: Download complete 14:11:53 0d57e429df01: Verifying Checksum 14:11:53 0d57e429df01: Download complete 14:11:53 188c0c94c7c5: Download complete 14:11:53 4e4be7b47b0d: Verifying Checksum 14:11:53 4e4be7b47b0d: Download complete 14:11:53 188c0c94c7c5: Pull complete 14:11:54 0ef7d3d256c8: Pull complete 14:11:54 de9db76c5a1d: Pull complete 14:11:55 e1f770b5df2f: Verifying Checksum 14:11:55 e1f770b5df2f: Download complete 14:12:00 0eba1c9be4d2: Verifying Checksum 14:12:00 0eba1c9be4d2: Download complete 14:12:01 85a0685a4137: Verifying Checksum 14:12:01 85a0685a4137: Download complete 14:12:08 0eba1c9be4d2: Pull complete 14:12:08 0d57e429df01: Pull complete 14:12:08 4e4be7b47b0d: Pull complete 14:12:11 e1f770b5df2f: Pull complete 14:12:19 85a0685a4137: Pull complete 14:12:19 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 14:12:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:12:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 14:12:20 prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container 14:12:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 14:12:21 $ docker top d466bb2d03c8ba65fbffe653607915a4747f7dae3f4cb875150d0fcffd774bea -eo pid,comm [Pipeline] { [Pipeline] echo 14:12:22 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 14:12:22 + set -o pipefail 14:12:22 + snyk monitor '--org=edgex-jenkins' 14:12:44 14:12:44 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 14:12:44 14:12:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/b39b3fcc-7cd8-4f64-93f6-b5a2986cf50b 14:12:44 14:12:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:12:44 14:12:44 [Pipeline] } 14:12:44 $ docker stop --time=1 d466bb2d03c8ba65fbffe653607915a4747f7dae3f4cb875150d0fcffd774bea 14:12:46 $ docker rm -f d466bb2d03c8ba65fbffe653607915a4747f7dae3f4cb875150d0fcffd774bea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 14:12:47 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc, dockerFile=Dockerfile [Pipeline] echo 14:12:47 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 14:12:48 + set -o pipefail 14:12:48 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 14:12:48 + tee .snyk 14:12:48 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 14:12:48 version: v1.14.1 14:12:48 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 14:12:48 # ignore: 14:12:48 # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. 14:12:48 # - '*': 14:12:48 # reason: does not apply # justification for ignoring 14:12:48 # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) 14:12:48 # patch: {} [Pipeline] withCredentials 14:12:48 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:12:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:12:48 . [Pipeline] withDockerContainer 14:12:49 prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container 14:12:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 14:12:50 $ docker top 0241fa1c47e94acdc05de1afc202b69649947d063924dc58ec5dab664c1b1fed -eo pid,comm [Pipeline] { [Pipeline] sh 14:12:50 + rm -f snykReport.html [Pipeline] echo 14:12:50 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 14:12:51 + set -o pipefail 14:12:51 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 14:12:51 + snyk-to-html -o snykReport.html 14:13:01 Vulnerability snapshot saved at snykReport.html [Pipeline] } 14:13:01 $ docker stop --time=1 0241fa1c47e94acdc05de1afc202b69649947d063924dc58ec5dab664c1b1fed 14:13:02 $ docker rm -f 0241fa1c47e94acdc05de1afc202b69649947d063924dc58ec5dab664c1b1fed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [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] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:13:04 + git log --format=format:%s -1 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh 14:13:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:13:05 . [Pipeline] withDockerContainer 14:13:05 prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container 14:13:05 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:13:06 $ docker top 75285fd9ffb9b623cb37fbc36c1afe93eca581d63796a1391ff9e394afddf55d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:13:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:13:07 [ssh-agent] Looking for ssh-agent implementation... 14:13:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:13:07 $ docker exec 75285fd9ffb9b623cb37fbc36c1afe93eca581d63796a1391ff9e394afddf55d ssh-agent 14:13:08 SSH_AUTH_SOCK=/tmp/ssh-N3Jt58KIkozI/agent.12 14:13:08 SSH_AGENT_PID=18 14:13:08 Running ssh-add (command line suppressed) 14:13:08 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1834598222514577584.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1834598222514577584.key) 14:13:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:13:08 + git semver tag 14:13:09 # -> Open(): unable to determine branch for HEAD 14:13:09 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 14:13:09 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 14:13:09 # $SEMVER_REMOTE_NAME = origin 14:13:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:13:09 # $SEMVER_USER_NAME = edgex-jenkins 14:13:09 # $SEMVER_BRANCH = master 14:13:09 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 14:13:09 # 7658dde2fa5f0df1322b53e9d399e0259178d9cc HEAD 14:13:09 # -> Force: false 14:13:09 # c77bde168e6fabffc996302201b9ea237be1f77e refs/tags/v1.2.1-dev.23 [Pipeline] } 14:13:09 $ docker exec --env ******** --env ******** 75285fd9ffb9b623cb37fbc36c1afe93eca581d63796a1391ff9e394afddf55d ssh-agent -k 14:13:09 unset SSH_AUTH_SOCK; 14:13:09 unset SSH_AGENT_PID; 14:13:09 echo Agent pid 18 killed; 14:13:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:13:09 + git semver [Pipeline] } 14:13:10 $ docker stop --time=1 75285fd9ffb9b623cb37fbc36c1afe93eca581d63796a1391ff9e394afddf55d 14:13:11 $ docker rm -f 75285fd9ffb9b623cb37fbc36c1afe93eca581d63796a1391ff9e394afddf55d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 14:13:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:13:12 14:13:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 14:13:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:13:12 0.23.1-centos7: Pulling from edgex-lftools 14:13:12 ab5ef0e58194: Pulling fs layer 14:13:12 9712f1f96733: Pulling fs layer 14:13:12 63f879dbbcfc: Pulling fs layer 14:13:12 0d9ebad4ef96: Pulling fs layer 14:13:12 e9a5061849ea: Pulling fs layer 14:13:12 d747dcd14b5f: Pulling fs layer 14:13:12 2de7ff778b66: Pulling fs layer 14:13:12 e9a5061849ea: Waiting 14:13:12 d747dcd14b5f: Waiting 14:13:12 0d9ebad4ef96: Waiting 14:13:12 2de7ff778b66: Waiting 14:13:12 9712f1f96733: Verifying Checksum 14:13:12 9712f1f96733: Download complete 14:13:16 63f879dbbcfc: Download complete 14:13:17 e9a5061849ea: Verifying Checksum 14:13:17 e9a5061849ea: Download complete 14:13:17 d747dcd14b5f: Verifying Checksum 14:13:17 d747dcd14b5f: Download complete 14:13:18 2de7ff778b66: Verifying Checksum 14:13:18 2de7ff778b66: Download complete 14:13:18 0d9ebad4ef96: Verifying Checksum 14:13:18 0d9ebad4ef96: Download complete 14:13:19 ab5ef0e58194: Verifying Checksum 14:13:19 ab5ef0e58194: Download complete 14:13:25 ab5ef0e58194: Pull complete 14:13:26 9712f1f96733: Pull complete 14:13:29 63f879dbbcfc: Pull complete 14:13:37 0d9ebad4ef96: Pull complete 14:13:38 e9a5061849ea: Pull complete 14:13:39 d747dcd14b5f: Pull complete 14:13:42 2de7ff778b66: Pull complete 14:13:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:13:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:13:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 14:13:42 prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container 14:13:42 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 14:13:46 $ docker top 71099d874580e531d417b9f858fa12412892a8772a9253e4e5ab294b0c5be356 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:13:46 provisioning config files... 14:13:46 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config3539676958983799613tmp 14:13:46 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config3118925655695263517tmp 14:13:46 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config3013763327340248932tmp [Pipeline] { [Pipeline] echo 14:13:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:13:46 ---> sigul-configuration.sh 14:13:47 gpg: directory `/root/.gnupg' created 14:13:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:13:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:13:47 gpg: keyring `/root/.gnupg/secring.gpg' created 14:13:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:13:47 gpg: CAST5 encrypted data 14:13:47 gpg: encrypted with 1 passphrase 14:13:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:13:47 + mkdir /home/jenkins 14:13:47 + mkdir /home/jenkins/sigul [Pipeline] sh 14:13:47 + 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 14:13:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:13:48 ---> sigul-install.sh 14:13:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 14:13:55 + git tag --list 14:13:55 v1.0.0 14:13:55 v1.1.0 14:13:55 v1.2.0 14:13:55 v1.2.1-dev.1 14:13:55 v1.2.1-dev.10 14:13:55 v1.2.1-dev.11 14:13:55 v1.2.1-dev.12 14:13:55 v1.2.1-dev.13 14:13:55 v1.2.1-dev.14 14:13:55 v1.2.1-dev.15 14:13:55 v1.2.1-dev.16 14:13:55 v1.2.1-dev.17 14:13:55 v1.2.1-dev.18 14:13:55 v1.2.1-dev.19 14:13:55 v1.2.1-dev.2 14:13:55 v1.2.1-dev.20 14:13:55 v1.2.1-dev.21 14:13:55 v1.2.1-dev.22 14:13:55 v1.2.1-dev.23 14:13:55 v1.2.1-dev.3 14:13:55 v1.2.1-dev.4 14:13:55 v1.2.1-dev.5 14:13:55 v1.2.1-dev.6 14:13:55 v1.2.1-dev.7 14:13:55 v1.2.1-dev.8 14:13:55 v1.2.1-dev.9 [Pipeline] sh 14:13:55 + lftools sign git-tag v1.2.1-dev.23 14:13:56 Signing Git tag with Sigul... 14:13:56 Signing v1.2.1-dev.23 [Pipeline] echo 14:13:58 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:13:58 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:13:58 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:13:59 $ docker stop --time=1 71099d874580e531d417b9f858fa12412892a8772a9253e4e5ab294b0c5be356 14:14:01 $ docker rm -f 71099d874580e531d417b9f858fa12412892a8772a9253e4e5ab294b0c5be356 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 14:14:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:14:03 . [Pipeline] withDockerContainer 14:14:03 prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container 14:14:03 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:14:04 $ docker top 91a03cba061e64088971b20eccf17c0039ad2f1f957e168c1bab43da4bec452a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:14:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:14:05 [ssh-agent] Looking for ssh-agent implementation... 14:14:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:14:05 $ docker exec 91a03cba061e64088971b20eccf17c0039ad2f1f957e168c1bab43da4bec452a ssh-agent 14:14:06 SSH_AUTH_SOCK=/tmp/ssh-sfRQEGDRr6g5/agent.11 14:14:06 SSH_AGENT_PID=17 14:14:06 Running ssh-add (command line suppressed) 14:14:06 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9016722480077474567.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9016722480077474567.key) 14:14:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:14:06 + git semver bump pre 14:14:07 # -> Open(): unable to determine branch for HEAD 14:14:07 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 14:14:07 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 14:14:07 # $SEMVER_REMOTE_NAME = origin 14:14:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:14:07 # $SEMVER_USER_NAME = edgex-jenkins 14:14:07 # $SEMVER_BRANCH = master 14:14:07 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 14:14:07 1.2.1-dev.24 [Pipeline] } 14:14:07 $ docker exec --env ******** --env ******** 91a03cba061e64088971b20eccf17c0039ad2f1f957e168c1bab43da4bec452a ssh-agent -k 14:14:07 unset SSH_AUTH_SOCK; 14:14:07 unset SSH_AGENT_PID; 14:14:07 echo Agent pid 17 killed; 14:14:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:14:08 + git semver [Pipeline] } 14:14:08 $ docker stop --time=1 91a03cba061e64088971b20eccf17c0039ad2f1f957e168c1bab43da4bec452a 14:14:09 $ docker rm -f 91a03cba061e64088971b20eccf17c0039ad2f1f957e168c1bab43da4bec452a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 14:14:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:14:10 . [Pipeline] withDockerContainer 14:14:10 prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container 14:14:10 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:14:11 $ docker top 4cc1aad50cc25365ff4bcc53bf6edf6955df2c4fca040176d1001c326b829893 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:14:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:14:12 [ssh-agent] Looking for ssh-agent implementation... 14:14:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:14:12 $ docker exec 4cc1aad50cc25365ff4bcc53bf6edf6955df2c4fca040176d1001c326b829893 ssh-agent 14:14:12 SSH_AUTH_SOCK=/tmp/ssh-JwOtxX1q1VGg/agent.13 14:14:12 SSH_AGENT_PID=18 14:14:12 Running ssh-add (command line suppressed) 14:14:13 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1693391243629947986.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1693391243629947986.key) 14:14:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:14:13 + git semver push 14:14:13 # -> Open(): unable to determine branch for HEAD 14:14:13 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 14:14:13 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 14:14:13 # $SEMVER_REMOTE_NAME = origin 14:14:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:14:13 # $SEMVER_USER_NAME = edgex-jenkins 14:14:13 # $SEMVER_BRANCH = master 14:14:13 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 14:14:20 $ docker exec --env ******** --env ******** 4cc1aad50cc25365ff4bcc53bf6edf6955df2c4fca040176d1001c326b829893 ssh-agent -k 14:14:20 unset SSH_AUTH_SOCK; 14:14:20 unset SSH_AGENT_PID; 14:14:20 echo Agent pid 18 killed; 14:14:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:14:21 + git semver [Pipeline] } 14:14:21 $ docker stop --time=1 4cc1aad50cc25365ff4bcc53bf6edf6955df2c4fca040176d1001c326b829893 14:14:23 $ docker rm -f 4cc1aad50cc25365ff4bcc53bf6edf6955df2c4fca040176d1001c326b829893 [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 14:14:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:14:25 ---> package-listing.sh 14:14:25 ++ facter osfamily 14:14:25 ++ tr '[:upper:]' '[:lower:]' 14:14:25 + OS_FAMILY=redhat 14:14:25 + workspace=/w/workspace/_app-service-configurable_master 14:14:25 + START_PACKAGES=/tmp/packages_start.txt 14:14:25 + END_PACKAGES=/tmp/packages_end.txt 14:14:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:14:25 + PACKAGES=/tmp/packages_start.txt 14:14:25 + '[' /w/workspace/_app-service-configurable_master ']' 14:14:25 + PACKAGES=/tmp/packages_end.txt 14:14:25 + case "${OS_FAMILY}" in 14:14:25 + rpm -qa 14:14:25 + sort 14:14:29 + '[' -f /tmp/packages_start.txt ']' 14:14:29 + '[' -f /tmp/packages_end.txt ']' 14:14:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:14:29 + '[' /w/workspace/_app-service-configurable_master ']' 14:14:29 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 14:14:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 14:14:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:14:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:14:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:14:30 14:14:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:14:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:14:30 alpine: Pulling from edgex-lftools-log-publisher 14:14:30 df20fa9351a1: Pulling fs layer 14:14:30 36b3adc4ff6f: Pulling fs layer 14:14:30 8ad3a11d3b57: Pulling fs layer 14:14:30 46f8f816bc3b: Pulling fs layer 14:14:30 93b61091891f: Pulling fs layer 14:14:30 93b9cdb0e59b: Pulling fs layer 14:14:30 5e14af77c1be: Pulling fs layer 14:14:30 01666e4c0597: Pulling fs layer 14:14:30 aa168da1d23b: Pulling fs layer 14:14:30 5e14af77c1be: Waiting 14:14:30 46f8f816bc3b: Waiting 14:14:30 93b61091891f: Waiting 14:14:30 93b9cdb0e59b: Waiting 14:14:30 01666e4c0597: Waiting 14:14:30 aa168da1d23b: Waiting 14:14:30 36b3adc4ff6f: Verifying Checksum 14:14:30 36b3adc4ff6f: Download complete 14:14:30 46f8f816bc3b: Verifying Checksum 14:14:30 46f8f816bc3b: Download complete 14:14:30 df20fa9351a1: Verifying Checksum 14:14:30 df20fa9351a1: Download complete 14:14:30 93b9cdb0e59b: Download complete 14:14:30 5e14af77c1be: Verifying Checksum 14:14:30 5e14af77c1be: Download complete 14:14:30 93b61091891f: Download complete 14:14:30 01666e4c0597: Verifying Checksum 14:14:30 01666e4c0597: Download complete 14:14:31 df20fa9351a1: Pull complete 14:14:31 36b3adc4ff6f: Pull complete 14:14:32 8ad3a11d3b57: Verifying Checksum 14:14:32 8ad3a11d3b57: Download complete 14:14:33 8ad3a11d3b57: Pull complete 14:14:33 46f8f816bc3b: Pull complete 14:14:34 93b61091891f: Pull complete 14:14:34 93b9cdb0e59b: Pull complete 14:14:35 5e14af77c1be: Pull complete 14:14:35 01666e4c0597: Pull complete 14:14:35 aa168da1d23b: Verifying Checksum 14:14:35 aa168da1d23b: Download complete 14:14:45 aa168da1d23b: Pull complete 14:14:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:14:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:14:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:14:46 prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container 14:14:46 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:14:49 $ docker top fd9ec28b1320cae574c6efc4f9be068245abd7d0a1161d6e64afe10708ad20d2 -eo pid,comm [Pipeline] { [Pipeline] sh 14:14:49 + touch /tmp/pre-build-complete [Pipeline] sh 14:14:50 + mkdir -p /var/log/sa [Pipeline] sh 14:14:50 + ls /var/log/sa-host 14:14:50 + sadf -c /var/log/sa-host/sa05 14:14:50 file_magic: OK 14:14:50 HZ: Using current value: 100 14:14:50 file_header: OK 14:14:50 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 14:14:50 Statistics: 14:14:50 Hnuu...uuuununununu...Hnuu...uuuununununu... 14:14:50 File successfully converted to sysstat format version 12.2.1 14:14:50 + sadf -c /var/log/sa-host/sa12 14:14:50 file_magic: OK 14:14:50 HZ: Using current value: 100 14:14:50 file_header: OK 14:14:50 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 14:14:50 Statistics: 14:14:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:14:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:14:50 provisioning config files... 14:14:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2881902058636369748tmp [Pipeline] { [Pipeline] echo 14:14:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:14:51 ---> create-netrc.sh [Pipeline] } 14:14:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:14:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:14:51 ---> python-tools-install.sh [Pipeline] echo 14:14:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:14:52 ---> sudo-logs.sh 14:14:52 Archiving 'sudo' log.. [Pipeline] echo 14:14:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:14:52 ---> job-cost.sh 14:14:53 lf-activate-venv: SKIPPING 14:14:53 INFO: No Stack... 14:14:55 INFO: Retrieving Pricing Info for: v1-standard-2 14:14:55 INFO: Archiving Costs [Pipeline] echo 14:14:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:14:55 ---> logs-deploy.sh 14:14:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/61 14:14:55 INFO: archiving workspace using pattern(s): 14:14:58 Archives upload complete. 14:14:58 INFO: archiving logs to Nexus 14:15:00 ---> uname -a: 14:15:00 Linux prd-centos7-docker-4c-2g-11948.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 14:15:00 14:15:00 14:15:00 ---> lscpu: 14:15:00 Architecture: x86_64 14:15:00 CPU op-mode(s): 32-bit, 64-bit 14:15:00 Byte Order: Little Endian 14:15:00 Address sizes: 40 bits physical, 48 bits virtual 14:15:00 CPU(s): 4 14:15:00 On-line CPU(s) list: 0-3 14:15:00 Thread(s) per core: 1 14:15:00 Core(s) per socket: 1 14:15:00 Socket(s): 4 14:15:00 NUMA node(s): 1 14:15:00 Vendor ID: GenuineIntel 14:15:00 CPU family: 6 14:15:00 Model: 44 14:15:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:15:00 Stepping: 1 14:15:00 CPU MHz: 2933.438 14:15:00 BogoMIPS: 5866.87 14:15:00 Virtualization: VT-x 14:15:00 Hypervisor vendor: KVM 14:15:00 Virtualization type: full 14:15:00 L1d cache: 128 KiB 14:15:00 L1i cache: 128 KiB 14:15:00 L2 cache: 16 MiB 14:15:00 L3 cache: 64 MiB 14:15:00 NUMA node0 CPU(s): 0-3 14:15:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:15:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:15:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:15:00 Vulnerability Meltdown: Mitigation; PTI 14:15:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:15:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:15:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:15:00 Vulnerability Tsx async abort: Not affected 14:15:00 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 14:15:00 14:15:00 14:15:00 ---> nproc: 14:15:00 4 14:15:00 14:15:00 14:15:00 ---> df -h: 14:15:00 Filesystem Size Used Available Use% Mounted on 14:15:00 overlay 50.0G 8.5G 41.5G 17% / 14:15:00 tmpfs 64.0M 0 64.0M 0% /dev 14:15:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:15:00 shm 64.0M 0 64.0M 0% /dev/shm 14:15:00 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 14:15:00 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 14:15:00 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 14:15:00 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 14:15:00 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master 14:15:00 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master@tmp 14:15:00 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 14:15:00 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 14:15:00 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 14:15:00 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 14:15:00 14:15:00 14:15:00 ---> free -m: 14:15:00 total used free shared buff/cache available 14:15:00 Mem: 1837 818 126 0 892 962 14:15:00 Swap: 1023 3 1020 14:15:00 14:15:00 14:15:00 ---> ip addr: 14:15:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:15:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:15:00 inet 127.0.0.1/8 scope host lo 14:15:00 valid_lft forever preferred_lft forever 14:15:00 inet6 ::1/128 scope host 14:15:00 valid_lft forever preferred_lft forever 14:15:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:15:00 link/ether fa:16:3e:e0:52:56 brd ff:ff:ff:ff:ff:ff 14:15:00 inet 10.30.123.29/23 brd 10.30.123.255 scope global dynamic eth0 14:15:00 valid_lft 85761sec preferred_lft 85761sec 14:15:00 inet6 fe80::f816:3eff:fee0:5256/64 scope link 14:15:00 valid_lft forever preferred_lft forever 14:15:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:15:00 link/ether 02:42:63:1a:9d:b3 brd ff:ff:ff:ff:ff:ff 14:15:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:15:00 valid_lft forever preferred_lft forever 14:15:00 inet6 fe80::42:63ff:fe1a:9db3/64 scope link 14:15:00 valid_lft forever preferred_lft forever 14:15:00 14:15:00 14:15:00 ---> sar -b -r -n DEV: 14:15:00 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/12/20 _x86_64_ (4 CPU) 14:15:00 14:15:00 14:04:00 LINUX RESTART (4 CPU) 14:15:00 14:15:00 14:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:15:00 14:06:01 30.22 11.25 18.97 0.00 4511.90 2013.25 0.00 14:15:00 14:07:01 1.65 0.00 1.65 0.00 0.00 32.92 0.00 14:15:00 14:08:01 0.18 0.00 0.18 0.00 0.00 2.30 0.00 14:15:00 14:09:01 0.30 0.00 0.30 0.00 0.00 3.68 0.00 14:15:00 14:10:01 0.28 0.00 0.28 0.00 0.00 4.13 0.00 14:15:00 14:11:02 0.28 0.00 0.28 0.00 0.00 3.25 0.00 14:15:00 14:12:01 12.27 2.13 10.14 0.00 320.76 6376.91 0.00 14:15:00 14:13:01 370.76 222.11 148.65 0.00 10177.89 32925.25 0.00 14:15:00 14:14:01 202.04 70.58 131.46 0.00 4110.11 30891.20 0.00 14:15:00 Average: 68.85 34.10 34.75 0.00 2129.51 8041.42 0.00 14:15:00 14:15:00 14:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:15:00 14:06:01 175072 0 585292 31.11 2620 1118572 1135360 38.75 452952 1094292 8 14:15:00 14:07:01 185684 0 574672 30.54 2620 1118580 1063864 36.31 445608 1092416 8 14:15:00 14:08:01 184884 0 575464 30.58 2620 1118588 1063972 36.31 446308 1092416 8 14:15:00 14:09:01 183608 0 576740 30.65 2620 1118588 1064020 36.31 455232 1084848 8 14:15:00 14:10:01 184288 0 576052 30.62 2620 1118596 1063852 36.31 454520 1084624 8 14:15:00 14:11:02 185124 0 575212 30.57 2620 1118600 1063768 36.30 453980 1084624 8 14:15:00 14:12:01 76684 0 660352 35.10 2620 1141900 1505808 51.39 504180 1130156 91352 14:15:00 14:13:01 373604 0 647936 34.44 2596 857420 1262692 43.09 550728 747232 52 14:15:00 14:14:01 121484 0 785252 41.73 1492 973328 1391780 47.50 673076 779464 8 14:15:00 Average: 185604 0 617441 32.82 2492 1076019 1179457 40.25 492954 1021119 10162 14:15:00 14:15:00 14:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:15:00 14:06:01 eth0 89.47 76.80 449.64 37.50 0.00 0.00 0.00 0.00 14:15:00 14:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:06:01 docker0 1.50 1.35 0.36 3.42 0.00 0.00 0.00 0.00 14:15:00 14:07:01 eth0 3.81 2.30 3.04 0.15 0.00 0.00 0.00 0.00 14:15:00 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:08:01 eth0 1.05 0.50 0.38 0.21 0.00 0.00 0.00 0.00 14:15:00 14:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:09:01 eth0 0.48 0.40 0.27 0.21 0.00 0.00 0.00 0.00 14:15:00 14:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:10:01 eth0 0.33 0.23 0.14 0.08 0.00 0.00 0.00 0.00 14:15:00 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:11:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:12:01 eth0 423.77 376.03 4059.47 28.91 0.00 0.00 0.00 0.00 14:15:00 14:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:13:01 veth3412b7c 0.50 0.63 0.11 0.19 0.00 0.00 0.00 0.00 14:15:00 14:13:01 eth0 113.78 97.22 683.67 19.75 0.00 0.00 0.00 0.00 14:15:00 14:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:13:01 docker0 56.11 60.17 4.57 407.95 0.00 0.00 0.00 0.00 14:15:00 14:14:01 eth0 411.59 340.41 3350.76 91.04 0.00 0.00 0.00 0.00 14:15:00 14:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 14:14:01 docker0 14.78 17.75 0.87 125.00 0.00 0.00 0.00 0.00 14:15:00 Average: eth0 115.60 98.93 945.15 19.77 0.00 0.00 0.00 0.00 14:15:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:00 Average: docker0 8.07 8.83 0.65 59.77 0.00 0.00 0.00 0.00 14:15:00 14:15:00 14:15:00 ---> sar -P ALL: 14:15:00 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/12/20 _x86_64_ (4 CPU) 14:15:00 14:15:00 14:04:00 LINUX RESTART (4 CPU) 14:15:00 14:15:00 14:05:01 CPU %user %nice %system %iowait %steal %idle 14:15:00 14:06:01 all 2.70 0.00 2.10 0.88 3.75 90.57 14:15:00 14:06:01 0 2.47 0.00 1.78 1.81 4.48 89.46 14:15:00 14:06:01 1 3.10 0.00 2.67 1.13 3.60 89.50 14:15:00 14:06:01 2 2.64 0.00 1.97 0.47 3.13 91.79 14:15:00 14:06:01 3 2.59 0.00 1.99 0.10 3.76 91.56 14:15:00 14:07:01 all 0.10 0.00 0.09 0.00 0.27 99.53 14:15:00 14:07:01 0 0.05 0.00 0.12 0.00 0.47 99.37 14:15:00 14:07:01 1 0.25 0.00 0.07 0.00 0.32 99.37 14:15:00 14:07:01 2 0.07 0.00 0.10 0.00 0.15 99.68 14:15:00 14:07:01 3 0.05 0.00 0.07 0.00 0.17 99.72 14:15:00 14:08:01 all 0.13 0.00 0.03 0.00 0.16 99.68 14:15:00 14:08:01 0 0.08 0.00 0.05 0.00 0.15 99.72 14:15:00 14:08:01 1 0.33 0.00 0.02 0.00 0.18 99.47 14:15:00 14:08:01 2 0.05 0.00 0.03 0.00 0.15 99.77 14:15:00 14:08:01 3 0.05 0.00 0.02 0.00 0.15 99.78 14:15:00 14:09:01 all 0.11 0.00 0.05 0.00 0.15 99.69 14:15:00 14:09:01 0 0.05 0.00 0.03 0.00 0.13 99.78 14:15:00 14:09:01 1 0.33 0.00 0.12 0.00 0.30 99.25 14:15:00 14:09:01 2 0.02 0.00 0.02 0.00 0.07 99.90 14:15:00 14:09:01 3 0.03 0.00 0.03 0.00 0.12 99.82 14:15:00 14:10:01 all 0.11 0.00 0.09 0.00 0.12 99.68 14:15:00 14:10:01 0 0.07 0.00 0.05 0.00 0.12 99.77 14:15:00 14:10:01 1 0.08 0.00 0.20 0.00 0.12 99.60 14:15:00 14:10:01 2 0.28 0.00 0.05 0.00 0.17 99.50 14:15:00 14:10:01 3 0.02 0.00 0.05 0.00 0.07 99.87 14:15:00 14:11:02 all 0.11 0.00 0.04 0.00 0.20 99.65 14:15:00 14:11:02 0 0.02 0.00 0.02 0.00 0.13 99.83 14:15:00 14:11:02 1 0.03 0.00 0.05 0.00 0.33 99.58 14:15:00 14:11:02 2 0.35 0.00 0.05 0.00 0.23 99.37 14:15:00 14:11:02 3 0.03 0.00 0.03 0.00 0.12 99.82 14:15:00 14:12:01 all 1.55 0.00 1.02 0.02 2.89 94.51 14:15:00 14:12:01 0 1.77 0.00 0.93 0.05 2.97 94.29 14:15:00 14:12:01 1 1.63 0.00 0.92 0.02 3.11 94.33 14:15:00 14:12:01 2 1.38 0.00 1.12 0.00 2.61 94.89 14:15:00 14:12:01 3 1.43 0.00 1.12 0.02 2.89 94.55 14:15:00 14:13:01 all 9.27 0.00 7.04 3.72 7.04 72.92 14:15:00 14:13:01 0 7.87 0.00 5.69 4.29 7.75 74.40 14:15:00 14:13:01 1 9.19 0.00 6.93 4.04 7.01 72.83 14:15:00 14:13:01 2 10.75 0.00 8.01 2.87 6.89 71.49 14:15:00 14:13:01 3 9.31 0.00 7.58 3.68 6.51 72.93 14:15:00 14:14:01 all 8.22 0.00 6.72 1.98 10.98 72.09 14:15:00 14:14:01 0 7.63 0.00 6.36 2.85 11.54 71.62 14:15:00 14:14:01 1 6.81 0.00 6.66 0.84 10.73 74.95 14:15:00 14:14:01 2 6.89 0.00 6.38 1.19 10.84 74.70 14:15:00 14:14:01 3 11.60 0.00 7.51 3.05 10.80 67.04 14:15:00 Average: all 2.43 0.00 1.87 0.72 2.79 92.19 14:15:00 Average: 0 2.19 0.00 1.64 0.99 3.04 92.14 14:15:00 Average: 1 2.37 0.00 1.92 0.65 2.81 92.24 14:15:00 Average: 2 2.44 0.00 1.93 0.49 2.65 92.48 14:15:00 Average: 3 2.72 0.00 1.99 0.74 2.68 91.88 14:15:00 14:15:00 14:15:00