Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1037 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*: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 --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 # timeout=10 Commit message: "Merge pull request #234 from soda480/US149" > git rev-list --no-walk 7b79720c7baecc45e512545009760e44417542fc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:57:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:57:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:57:07 ========================================================= 23:57:07 EdgeX Global Pipelines Version Info 23:57:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:57:08 ------------------- 23:57:08 stable info: 23:57:08 ------------------- 23:57:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:57:08 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 23:57:08 Message: update stable to v1.0.186 23:57:09 ------------------- 23:57:09 experimental info: 23:57:09 ------------------- 23:57:09 Commited By: **** collab-it+edgex@linuxfoundation.org 23:57:09 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 23:57:09 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5e7cb76 [Pipeline] echo 23:57:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:57:11 provisioning config files... 23:57:11 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3051937619078588533tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:57:11 ---> docker-login.sh 23:57:11 nexus3.edgexfoundry.org:10001 23:57:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:11 Configure a credential helper to remove this warning. See 23:57:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:11 23:57:11 Login Succeeded 23:57:11 nexus3.edgexfoundry.org:10002 23:57:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:11 Configure a credential helper to remove this warning. See 23:57:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:11 23:57:11 Login Succeeded 23:57:11 nexus3.edgexfoundry.org:10003 23:57:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:12 Configure a credential helper to remove this warning. See 23:57:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:12 23:57:12 Login Succeeded 23:57:12 nexus3.edgexfoundry.org:10004 23:57:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:12 Configure a credential helper to remove this warning. See 23:57:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:12 23:57:12 Login Succeeded 23:57:12 docker.io 23:57:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:12 Configure a credential helper to remove this warning. See 23:57:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:12 23:57:12 Login Succeeded 23:57:12 ---> docker-login.sh ends [Pipeline] } 23:57:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:57:13 + git log --format=format:%s -1 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [Pipeline] echo 23:57:13 GIT_COMMIT: 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6, Commit Message: Merge pull request #234 from soda480/US149 [Pipeline] echo 23:57:13 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:57:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:57:14 23:57:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:57:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:57:14 latest: Pulling from edgex-devops/git-semver 23:57:14 31603596830f: Pulling fs layer 23:57:14 2a8b12db71e7: Pulling fs layer 23:57:14 6ca5941a6612: Pulling fs layer 23:57:14 ecc8261a40a4: Pulling fs layer 23:57:14 ecc8261a40a4: Waiting 23:57:14 2a8b12db71e7: Verifying Checksum 23:57:14 2a8b12db71e7: Download complete 23:57:14 31603596830f: Verifying Checksum 23:57:14 31603596830f: Download complete 23:57:15 ecc8261a40a4: Verifying Checksum 23:57:15 ecc8261a40a4: Download complete 23:57:15 6ca5941a6612: Verifying Checksum 23:57:15 6ca5941a6612: Download complete 23:57:15 31603596830f: Pull complete 23:57:15 2a8b12db71e7: Pull complete 23:57:16 6ca5941a6612: Pull complete 23:57:16 ecc8261a40a4: Pull complete 23:57:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:57:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:57:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:57:16 prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container 23:57:16 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:57:18 $ docker top 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:57:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:57:18 [ssh-agent] Looking for ssh-agent implementation... 23:57:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:57:18 $ docker exec 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b ssh-agent 23:57:19 SSH_AUTH_SOCK=/tmp/ssh-QRcNk08Zdqv8/agent.11 23:57:19 SSH_AGENT_PID=16 23:57:19 Running ssh-add (command line suppressed) 23:57:19 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6419872603157344336.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6419872603157344336.key) 23:57:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:57:19 + git tag --points-at HEAD [Pipeline] } 23:57:19 $ docker exec --env ******** --env ******** 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b ssh-agent -k 23:57:19 unset SSH_AUTH_SOCK; 23:57:19 unset SSH_AGENT_PID; 23:57:19 echo Agent pid 16 killed; 23:57:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:57:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:57:19 [ssh-agent] Looking for ssh-agent implementation... 23:57:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:57:20 $ docker exec 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b ssh-agent 23:57:20 SSH_AUTH_SOCK=/tmp/ssh-4nV1KrWET0Lt/agent.44 23:57:20 SSH_AGENT_PID=49 23:57:20 Running ssh-add (command line suppressed) 23:57:20 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5889851899355274518.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5889851899355274518.key) 23:57:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:57:20 + git semver init 23:57:20 # -> Open(): unable to determine branch for HEAD 23:57:20 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 23:57:20 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 23:57:20 # $SEMVER_REMOTE_NAME = origin 23:57:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:57:20 # $SEMVER_USER_NAME = edgex-jenkins 23:57:20 # $SEMVER_BRANCH = master 23:57:20 # $SEMVER_TEMP = /tmp/semver-246323096 23:57:20 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 23:57:21 # '/tmp/semver-246323096' -> '/w/workspace/_app-service-configurable_master/.semver' 23:57:21 # -> Force: false 23:57:21 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 23:57:21 $ docker exec --env ******** --env ******** 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b ssh-agent -k 23:57:21 unset SSH_AUTH_SOCK; 23:57:21 unset SSH_AGENT_PID; 23:57:21 echo Agent pid 49 killed; 23:57:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:57:21 + git semver [Pipeline] } 23:57:21 $ docker stop --time=1 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b 23:57:23 $ docker rm -f 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b [Pipeline] // withDockerContainer [Pipeline] sh 23:57:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:57:23 Stashed 1 file(s) [Pipeline] echo 23:57:23 [edgeXSemver]: initialized semver on version 2.0.0-dev.31 [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 23:57:39 Still waiting to schedule task 23:57:39 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1037’ 23:57:39 Still waiting to schedule task 23:57:39 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:59:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1038 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 23:59:33 Running in /w/workspace/app-service-configurable/101 [Pipeline] { [Pipeline] checkout 23:59:39 using credential edgex-jenkins-ssh 23:59:39 Cloning the remote Git repository 23:59:39 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:59:39 > git init /w/workspace/app-service-configurable/101 # timeout=10 23:59:39 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:59:39 > git --version # timeout=10 23:59:39 > git --version # 'git version 2.17.1' 23:59:39 using GIT_SSH to set credentials SSH Credentials for GitHub 23:59:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:59:41 Checking out Revision 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 (master) 23:59:40 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:59:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:59:40 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:59:40 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:59:40 using GIT_SSH to set credentials SSH Credentials for GitHub 23:59:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:59:41 > git config core.sparsecheckout # timeout=10 23:59:41 > git checkout -f 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 # timeout=10 23:59:45 Commit message: "Merge pull request #234 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:59:46 Running on prd-centos7-docker-4c-2g-1039 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 23:59:46 Running in /w/workspace/app-service-configurable/101 [Pipeline] { [Pipeline] checkout 23:59:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:59:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:59:47 + sudo service docker restart 23:59:47 + true 23:59:49 using credential edgex-jenkins-ssh 23:59:49 Cloning the remote Git repository 23:59:49 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:59:49 > git init /w/workspace/app-service-configurable/101 # timeout=10 23:59:49 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:59:49 > git --version # timeout=10 23:59:49 > git --version # 'git version 2.24.3' 23:59:49 using GIT_SSH to set credentials SSH Credentials for GitHub 23:59:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:59:50 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:59:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:59:50 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:59:50 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:59:50 using GIT_SSH to set credentials SSH Credentials for GitHub 23:59:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:59:50 provisioning config files... 23:59:50 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/101@tmp/config973892057383966463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:59:50 Checking out Revision 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 (master) 23:59:50 ---> docker-login.sh 23:59:50 nexus3.edgexfoundry.org:10001 23:59:50 > git config core.sparsecheckout # timeout=10 23:59:50 > git checkout -f 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 # timeout=10 23:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:52 Configure a credential helper to remove this warning. See 23:59:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:52 23:59:52 Login Succeeded 23:59:52 nexus3.edgexfoundry.org:10002 23:59:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:52 Configure a credential helper to remove this warning. See 23:59:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:52 23:59:52 Login Succeeded 23:59:52 nexus3.edgexfoundry.org:10003 23:59:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:53 Configure a credential helper to remove this warning. See 23:59:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:53 23:59:53 Login Succeeded 23:59:53 nexus3.edgexfoundry.org:10004 23:59:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:53 Configure a credential helper to remove this warning. See 23:59:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:53 23:59:53 Login Succeeded 23:59:53 docker.io 23:59:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:54 Commit message: "Merge pull request #234 from soda480/US149" 23:59:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:54 Configure a credential helper to remove this warning. See 23:59:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:54 23:59:54 Login Succeeded 23:59:54 ---> docker-login.sh ends [Pipeline] } 23:59:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] echo 23:59:55 ========================================================= 23:59:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:59:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:59:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:59:55 + 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 . 23:59:55 Sending build context to Docker daemon 99.33kB 23:59:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:59:55 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:59:55 Step 2/8 : FROM ${BASE} 23:59:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:59:55 5f621e34cdf4: Pulling fs layer 23:59:55 a4357932f1b6: Pulling fs layer 23:59:55 18c013af1878: Pulling fs layer 23:59:55 00ac8860ef70: Pulling fs layer 23:59:55 63d7cb157983: Pulling fs layer 23:59:55 b116817d02f9: Pulling fs layer 23:59:55 745a02a5169b: Pulling fs layer 23:59:55 00ac8860ef70: Waiting 23:59:55 63d7cb157983: Waiting 23:59:55 b116817d02f9: Waiting 23:59:55 745a02a5169b: Waiting 23:59:55 a4357932f1b6: Verifying Checksum 23:59:55 a4357932f1b6: Download complete 23:59:55 18c013af1878: Verifying Checksum 23:59:55 18c013af1878: Download complete 23:59:55 63d7cb157983: Verifying Checksum 23:59:55 63d7cb157983: Download complete 23:59:55 b116817d02f9: Verifying Checksum 23:59:55 b116817d02f9: Download complete 23:59:55 5f621e34cdf4: Verifying Checksum 23:59:55 5f621e34cdf4: Download complete 23:59:56 + sudo service docker restart 23:59:56 + true 23:59:56 Redirecting to /bin/systemctl restart docker.service 23:59:56 5f621e34cdf4: Pull complete 23:59:57 a4357932f1b6: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:59:57 provisioning config files... 23:59:57 18c013af1878: Pull complete 23:59:57 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/101@tmp/config4527584193314473060tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:59:57 ---> docker-login.sh 23:59:57 nexus3.edgexfoundry.org:10001 23:59:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:58 Configure a credential helper to remove this warning. See 23:59:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:58 23:59:58 Login Succeeded 23:59:58 nexus3.edgexfoundry.org:10002 23:59:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:58 Configure a credential helper to remove this warning. See 23:59:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:58 23:59:58 Login Succeeded 23:59:58 nexus3.edgexfoundry.org:10003 23:59:58 745a02a5169b: Download complete 23:59:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:58 Configure a credential helper to remove this warning. See 23:59:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:58 23:59:58 Login Succeeded 23:59:58 nexus3.edgexfoundry.org:10004 23:59:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:58 Configure a credential helper to remove this warning. See 23:59:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:58 23:59:58 Login Succeeded 23:59:58 docker.io 23:59:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:59 Configure a credential helper to remove this warning. See 23:59:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:59 23:59:59 Login Succeeded 23:59:59 ---> docker-login.sh ends [Pipeline] } 23:59:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:59:59 ========================================================= 23:59:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:59:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:59:59 00ac8860ef70: Verifying Checksum 23:59:59 00ac8860ef70: Download complete 23:59:59 + 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 . 23:59:59 Sending build context to Docker daemon 99.33kB 23:59:59 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:59:59 Step 2/8 : FROM ${BASE} 23:59:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:59:59 188c0c94c7c5: Pulling fs layer 23:59:59 0ef7d3d256c8: Pulling fs layer 23:59:59 de9db76c5a1d: Pulling fs layer 23:59:59 bca2f99d35d6: Pulling fs layer 23:59:59 93359f2a8cfa: Pulling fs layer 23:59:59 7c6f9722023f: Pulling fs layer 23:59:59 a35cf1a2eb13: Pulling fs layer 23:59:59 93359f2a8cfa: Waiting 23:59:59 bca2f99d35d6: Waiting 23:59:59 a35cf1a2eb13: Waiting 23:59:59 7c6f9722023f: Waiting 23:59:59 de9db76c5a1d: Verifying Checksum 23:59:59 de9db76c5a1d: Download complete 23:59:59 0ef7d3d256c8: Verifying Checksum 23:59:59 0ef7d3d256c8: Download complete 23:59:59 93359f2a8cfa: Verifying Checksum 23:59:59 93359f2a8cfa: Download complete 23:59:59 7c6f9722023f: Verifying Checksum 23:59:59 7c6f9722023f: Download complete 23:59:59 188c0c94c7c5: Verifying Checksum 23:59:59 188c0c94c7c5: Download complete 00:00:00 188c0c94c7c5: Pull complete 00:00:00 0ef7d3d256c8: Pull complete 00:00:00 de9db76c5a1d: Pull complete 00:00:01 a35cf1a2eb13: Verifying Checksum 00:00:01 a35cf1a2eb13: Download complete 00:00:01 bca2f99d35d6: Verifying Checksum 00:00:01 bca2f99d35d6: Download complete 00:00:08 bca2f99d35d6: Pull complete 00:00:08 93359f2a8cfa: Pull complete 00:00:08 7c6f9722023f: Pull complete 00:00:09 00ac8860ef70: Pull complete 00:00:09 63d7cb157983: Pull complete 00:00:10 b116817d02f9: Pull complete 00:00:12 a35cf1a2eb13: Pull complete 00:00:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:00:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:00:12 ---> a62c8e92a672 00:00:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:00:12 ---> Running in 115cd3f04631 00:00:13 Removing intermediate container 115cd3f04631 00:00:13 ---> 3457bd934853 00:00:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:00:13 ---> Running in c707e226cf81 00:00:14 Removing intermediate container c707e226cf81 00:00:14 ---> 5e1105ce21dc 00:00:14 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:00:14 ---> Running in 2511c19b2f6c 00:00:14 745a02a5169b: Pull complete 00:00:14 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:00:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:00:14 ---> b7e6874047d6 00:00:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:00:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:00:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:00:16 (1/6) Installing libc-dev (0.7.2-r3) 00:00:16 (2/6) Installing libsodium (1.0.18-r0) 00:00:16 (3/6) Installing pkgconf (1.7.2-r0) 00:00:16 (4/6) Installing libsodium-dev (1.0.18-r0) 00:00:16 (5/6) Installing libzmq (4.3.3-r0) 00:00:16 (6/6) Installing zeromq-dev (4.3.3-r0) 00:00:17 Executing busybox-1.31.1-r19.trigger 00:00:17 OK: 167 MiB in 45 packages 00:00:17 ---> Running in 0a47493b2608 00:00:17 Removing intermediate container 0a47493b2608 00:00:17 ---> cf24b72f28d5 00:00:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:00:17 ---> Running in d4d4d210f3da 00:00:17 Removing intermediate container 2511c19b2f6c 00:00:17 ---> 43887e7fa8d1 00:00:17 Step 6/8 : WORKDIR /app 00:00:17 ---> Running in e33820d29530 00:00:17 Removing intermediate container e33820d29530 00:00:17 ---> e87b329c087c 00:00:17 Step 7/8 : COPY . . 00:00:18 ---> ccca719fb990 00:00:18 Step 8/8 : RUN go mod download 00:00:18 ---> Running in 827393057d8a 00:00:20 Removing intermediate container d4d4d210f3da 00:00:20 ---> b62f24077747 00:00:20 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:00:20 ---> Running in 6e5dfba835d9 00:00:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:00:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:00:22 (1/6) Installing libc-dev (0.7.2-r3) 00:00:22 (2/6) Installing libsodium (1.0.18-r0) 00:00:22 (3/6) Installing pkgconf (1.7.2-r0) 00:00:22 (4/6) Installing libsodium-dev (1.0.18-r0) 00:00:22 (5/6) Installing libzmq (4.3.3-r0) 00:00:22 (6/6) Installing zeromq-dev (4.3.3-r0) 00:00:22 Executing busybox-1.31.1-r19.trigger 00:00:22 OK: 144 MiB in 45 packages 00:00:24 Removing intermediate container 6e5dfba835d9 00:00:24 ---> 40996f43e5a8 00:00:24 Step 6/8 : WORKDIR /app 00:00:24 ---> Running in 282d79b92e72 00:00:24 Removing intermediate container 282d79b92e72 00:00:24 ---> 121c172449ce 00:00:24 Step 7/8 : COPY . . 00:00:25 ---> 4eedaa9500ba 00:00:25 Step 8/8 : RUN go mod download 00:00:25 ---> Running in 364a26820270 00:00:45 Removing intermediate container 827393057d8a 00:00:45 ---> 89baf22c96be 00:00:45 Successfully built 89baf22c96be 00:00:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:00:45 + docker inspect -f . ci-base-image-x86_64 00:00:45 . [Pipeline] withDockerContainer 00:00:45 prd-centos7-docker-4c-2g-1039 does not seem to be running inside a container 00:00:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/101 -v /w/workspace/app-service-configurable/101:/w/workspace/app-service-configurable/101:rw,z -v /w/workspace/app-service-configurable/101@tmp:/w/workspace/app-service-configurable/101@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 00:00:46 $ docker top 8bd71a2721a5b22aa0b908213c2f87f90d40a47ff916b3a0adc16b0a1792a89d -eo pid,comm [Pipeline] { [Pipeline] sh 00:00:47 + go version 00:00:47 go version go1.15.5 linux/amd64 [Pipeline] } 00:00:47 $ docker stop --time=1 8bd71a2721a5b22aa0b908213c2f87f90d40a47ff916b3a0adc16b0a1792a89d 00:00:48 $ docker rm -f 8bd71a2721a5b22aa0b908213c2f87f90d40a47ff916b3a0adc16b0a1792a89d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:00:48 + docker inspect -f . ci-base-image-x86_64 00:00:48 . [Pipeline] withDockerContainer 00:00:49 prd-centos7-docker-4c-2g-1039 does not seem to be running inside a container 00:00:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/101 -v /w/workspace/app-service-configurable/101:/w/workspace/app-service-configurable/101:rw,z -v /w/workspace/app-service-configurable/101@tmp:/w/workspace/app-service-configurable/101@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 00:00:49 $ docker top 31a7e2fa4787041c5c40f7ce96df5f30d32b61b2e06924dfc27e1d4a8913bd4b -eo pid,comm [Pipeline] { [Pipeline] sh 00:00:50 + make test 00:00:50 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 00:00:52 Removing intermediate container 364a26820270 00:00:52 ---> 85ee1a502a15 00:00:52 Successfully built 85ee1a502a15 00:00:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:00:52 + docker inspect -f . ci-base-image-arm64 00:00:52 . [Pipeline] withDockerContainer 00:00:53 prd-ubuntu18.04-docker-arm64-4c-16g-1038 does not seem to be running inside a container 00:00:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/101 -v /w/workspace/app-service-configurable/101:/w/workspace/app-service-configurable/101:rw,z -v /w/workspace/app-service-configurable/101@tmp:/w/workspace/app-service-configurable/101@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 00:00:54 $ docker top 25569f2293b1762fe2f7c892d6b2874bbe55d7198e4c2bd28c2d5f1073637685 -eo pid,comm [Pipeline] { [Pipeline] sh 00:00:55 + go version 00:00:55 go version go1.15.5 linux/arm64 [Pipeline] } 00:00:55 $ docker stop --time=1 25569f2293b1762fe2f7c892d6b2874bbe55d7198e4c2bd28c2d5f1073637685 00:00:57 $ docker rm -f 25569f2293b1762fe2f7c892d6b2874bbe55d7198e4c2bd28c2d5f1073637685 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:00:58 + docker inspect -f . ci-base-image-arm64 00:00:58 . [Pipeline] withDockerContainer 00:00:58 prd-ubuntu18.04-docker-arm64-4c-16g-1038 does not seem to be running inside a container 00:00:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/101 -v /w/workspace/app-service-configurable/101:/w/workspace/app-service-configurable/101:rw,z -v /w/workspace/app-service-configurable/101@tmp:/w/workspace/app-service-configurable/101@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 00:01:00 $ docker top 8e38584eee777441fc3d6d11f5341e07d32e137dd99d4108aa99866878e9713a -eo pid,comm [Pipeline] { [Pipeline] sh 00:01:00 + make test 00:01:00 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 00:01:05 ? github.com/edgexfoundry/app-service-configurable [no test files] 00:01:05 CGO_ENABLED=1 go vet ./... 00:01:06 gofmt -l . 00:01:06 [ "`gofmt -l .`" = "" ] 00:01:06 ./bin/test-go-mod-tidy.sh 00:01:07 ./bin/test-attribution-txt.sh [Pipeline] } 00:01:07 $ docker stop --time=1 31a7e2fa4787041c5c40f7ce96df5f30d32b61b2e06924dfc27e1d4a8913bd4b 00:01:09 $ docker rm -f 31a7e2fa4787041c5c40f7ce96df5f30d32b61b2e06924dfc27e1d4a8913bd4b [Pipeline] // withDockerContainer [Pipeline] sh 00:01:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:01:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:01:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:01:14 + ls -al . 00:01:14 total 92 00:01:14 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 20 00:01 . 00:01:14 drwxrwxr-x. 4 jenkins jenkins 32 Apr 19 23:59 .. 00:01:14 -rw-rw-r--. 1 jenkins jenkins 7306 Apr 19 23:59 Attribution.txt 00:01:14 drwxrwxr-x. 2 jenkins jenkins 64 Apr 19 23:59 bin 00:01:14 -rw-r--r--. 1 jenkins jenkins 10 Apr 20 00:00 coverage.out 00:01:14 -rw-rw-r--. 1 jenkins jenkins 2032 Apr 19 23:59 Dockerfile 00:01:14 -rw-rw-r--. 1 jenkins jenkins 970 Apr 19 23:59 Dockerfile.build 00:01:14 -rw-rw-r--. 1 jenkins jenkins 119 Apr 19 23:59 .dockerignore 00:01:14 drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 23:59 .git 00:01:14 drwxrwxr-x. 2 jenkins jenkins 81 Apr 19 23:59 .github 00:01:14 -rw-rw-r--. 1 jenkins jenkins 111 Apr 19 23:59 .gitignore 00:01:14 -rw-r--r--. 1 jenkins jenkins 136 Apr 20 00:01 go.mod 00:01:14 -rw-r--r--. 1 jenkins jenkins 21228 Apr 20 00:01 go.sum 00:01:14 -rw-rw-r--. 1 jenkins jenkins 687 Apr 19 23:59 Jenkinsfile 00:01:14 -rw-rw-r--. 1 jenkins jenkins 10174 Apr 19 23:59 LICENSE 00:01:14 -rw-rw-r--. 1 jenkins jenkins 1460 Apr 19 23:59 main.go 00:01:14 -rw-rw-r--. 1 jenkins jenkins 1582 Apr 19 23:59 makefile 00:01:14 -rw-rw-r--. 1 jenkins jenkins 3230 Apr 19 23:59 README.md 00:01:14 drwxrwxr-x. 10 jenkins jenkins 173 Apr 19 23:59 res 00:01:14 drwxrwxr-x. 4 jenkins jenkins 71 Apr 19 23:59 snap 00:01:14 -rw-rw-r--. 1 jenkins jenkins 12 Apr 19 23:57 VERSION [Pipeline] isUnix [Pipeline] sh 00:01:14 + 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=5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 --label arch=amd64 --label version=2.0.0-dev.31 . 00:01:14 Sending build context to Docker daemon 123.4kB 00:01:14 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 00:01:14 Step 2/27 : FROM ${BASE} AS builder 00:01:14 ---> 89baf22c96be 00:01:14 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:01:14 ---> Running in e75111923875 00:01:15 Removing intermediate container e75111923875 00:01:15 ---> a0b654226ecd 00:01:15 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 00:01:15 ---> Running in 8062efec72e2 00:01:15 Removing intermediate container 8062efec72e2 00:01:15 ---> 1ba87123ae4e 00:01:15 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 00:01:15 ---> Running in a3b1f13233db 00:01:15 Removing intermediate container a3b1f13233db 00:01:15 ---> cb6c55dc6c98 00:01:15 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:01:15 ---> Running in 6dfab46ae455 00:01:16 Removing intermediate container 6dfab46ae455 00:01:16 ---> a77ed72fae85 00:01:16 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:01:16 ---> Running in 5aa8dfc4c9d1 00:01:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:01:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:01:18 OK: 167 MiB in 45 packages 00:01:18 Removing intermediate container 5aa8dfc4c9d1 00:01:18 ---> 4cd920aa62bf 00:01:18 Step 8/27 : WORKDIR /app 00:01:18 ---> Running in 4ef8a5ae0772 00:01:18 Removing intermediate container 4ef8a5ae0772 00:01:18 ---> 1aaf35faa293 00:01:18 Step 9/27 : COPY go.mod . 00:01:19 ---> 7903fa6fc2b2 00:01:19 Step 10/27 : RUN go mod download 00:01:19 ---> Running in 52da8252f057 00:01:20 Removing intermediate container 52da8252f057 00:01:20 ---> d8fdf1db70ea 00:01:20 Step 11/27 : COPY . . 00:01:20 ---> 265c3fd5e7f0 00:01:20 Step 12/27 : ARG MAKE="make build" 00:01:20 ---> Running in 59bcb96d8e20 00:01:20 Removing intermediate container 59bcb96d8e20 00:01:20 ---> 1455f323d476 00:01:20 Step 13/27 : RUN $MAKE 00:01:20 ---> Running in e4505e370d21 00:01:21 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.31" -o app-service-configurable 00:01:36 Removing intermediate container e4505e370d21 00:01:36 ---> bd43b7401ca4 00:01:36 Step 14/27 : FROM alpine:3.12 00:01:36 3.12: Pulling from library/alpine 00:01:36 339de151aab4: Pulling fs layer 00:01:36 339de151aab4: Verifying Checksum 00:01:36 339de151aab4: Download complete 00:01:36 339de151aab4: Pull complete 00:01:36 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 00:01:36 Status: Downloaded newer image for alpine:3.12 00:01:36 ---> 13621d1b12d4 00:01:36 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 00:01:36 ---> Running in dbf13d02e710 00:01:36 Removing intermediate container dbf13d02e710 00:01:36 ---> 580ae7f53fa6 00:01:36 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 00:01:36 ---> Running in 46d01d3f3f54 00:01:36 Removing intermediate container 46d01d3f3f54 00:01:36 ---> 5d6d8093f592 00:01:36 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 00:01:36 ---> Running in 2faf5a77e942 00:01:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:01:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:01:37 (1/7) Installing ca-certificates (20191127-r4) 00:01:37 (2/7) Installing dumb-init (1.2.2-r1) 00:01:37 (3/7) Installing libgcc (9.3.0-r2) 00:01:37 (4/7) Installing libsodium (1.0.18-r0) 00:01:37 (5/7) Installing libstdc++ (9.3.0-r2) 00:01:37 (6/7) Installing libzmq (4.3.3-r0) 00:01:37 (7/7) Installing zeromq (4.3.3-r0) 00:01:37 Executing busybox-1.31.1-r20.trigger 00:01:37 Executing ca-certificates-20191127-r4.trigger 00:01:37 OK: 9 MiB in 21 packages 00:01:39 Removing intermediate container 2faf5a77e942 00:01:39 ---> 6e064281623c 00:01:39 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:01:39 ---> 2831e2319df8 00:01:39 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 00:01:39 ---> 0fc4df9b5527 00:01:39 Step 20/27 : COPY --from=builder /app/res/ /res/ 00:01:39 ---> 666c32e0420b 00:01:39 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:01:40 ---> a266687f7167 00:01:40 Step 22/27 : EXPOSE 48095 00:01:40 ---> Running in bfef56379991 00:01:40 ? github.com/edgexfoundry/app-service-configurable [no test files] 00:01:40 Removing intermediate container bfef56379991 00:01:40 ---> ba873774d75b 00:01:40 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 00:01:40 ---> Running in b67e7bc69398 00:01:40 Removing intermediate container b67e7bc69398 00:01:40 ---> 83debf68a7a8 00:01:40 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:01:40 ---> Running in 6bcce28475ae 00:01:40 CGO_ENABLED=1 go vet ./... 00:01:40 Removing intermediate container 6bcce28475ae 00:01:40 ---> f0aba2716cd9 00:01:40 Step 25/27 : LABEL arch=amd64 00:01:40 ---> Running in 826627ce33da 00:01:40 Removing intermediate container 826627ce33da 00:01:40 ---> a4bc3ff2b48a 00:01:40 Step 26/27 : LABEL git_sha=5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 00:01:41 ---> Running in 09734ff55cf8 00:01:41 Removing intermediate container 09734ff55cf8 00:01:41 ---> 5039347b09fd 00:01:41 Step 27/27 : LABEL version=2.0.0-dev.31 00:01:41 ---> Running in 2ad5a99e82a6 00:01:41 Removing intermediate container 2ad5a99e82a6 00:01:41 ---> fbcdd9e3bb41 00:01:41 [Warning] One or more build-args [ARCH] were not consumed 00:01:41 Successfully built fbcdd9e3bb41 00:01:41 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:01:41 provisioning config files... 00:01:41 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/101@tmp/config5264500511200730356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:01:41 ---> docker-login.sh 00:01:41 nexus3.edgexfoundry.org:10001 00:01:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:01:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:01:42 Configure a credential helper to remove this warning. See 00:01:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:01:42 00:01:42 Login Succeeded 00:01:42 nexus3.edgexfoundry.org:10002 00:01:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:01:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:01:42 Configure a credential helper to remove this warning. See 00:01:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:01:42 00:01:42 Login Succeeded 00:01:42 nexus3.edgexfoundry.org:10003 00:01:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:01:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:01:42 Configure a credential helper to remove this warning. See 00:01:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:01:42 00:01:42 Login Succeeded 00:01:42 nexus3.edgexfoundry.org:10004 00:01:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:01:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:01:42 Configure a credential helper to remove this warning. See 00:01:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:01:42 00:01:42 Login Succeeded 00:01:42 docker.io 00:01:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:01:43 Configure a credential helper to remove this warning. See 00:01:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:01:43 00:01:43 Login Succeeded 00:01:43 ---> docker-login.sh ends [Pipeline] } 00:01:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:01:43 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 00:01:43 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 00:01:43 latest 00:01:43 2.0.0-dev.31 00:01:43 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 00:01:43 master 00:01:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:01:43 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [Pipeline] isUnix [Pipeline] sh 00:01:43 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 00:01:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:01:43 1b5a6c98b729: Preparing 00:01:43 4b206027bea3: Preparing 00:01:43 dcb39373bb79: Preparing 00:01:43 2827974d889a: Preparing 00:01:43 99aaa1f567c0: Preparing 00:01:43 32f366d666a5: Preparing 00:01:43 32f366d666a5: Waiting 00:01:44 dcb39373bb79: Pushed 00:01:44 2827974d889a: Pushed 00:01:44 4b206027bea3: Pushed 00:01:44 32f366d666a5: Layer already exists 00:01:44 99aaa1f567c0: Pushed 00:01:45 1b5a6c98b729: Pushed 00:01:45 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6: digest: sha256:c46c4f1ef544b12615d5b1cc169d83142c77918845f3bb31880cebe0b502c89a size: 1574 [Pipeline] isUnix [Pipeline] sh 00:01:45 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 00:01:46 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 00:01:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:01:46 1b5a6c98b729: Preparing 00:01:46 4b206027bea3: Preparing 00:01:46 dcb39373bb79: Preparing 00:01:46 2827974d889a: Preparing 00:01:46 99aaa1f567c0: Preparing 00:01:46 32f366d666a5: Preparing 00:01:46 32f366d666a5: Waiting 00:01:46 dcb39373bb79: Layer already exists 00:01:46 1b5a6c98b729: Layer already exists 00:01:46 4b206027bea3: Layer already exists 00:01:46 99aaa1f567c0: Layer already exists 00:01:46 2827974d889a: Layer already exists 00:01:46 32f366d666a5: Layer already exists 00:01:46 latest: digest: sha256:c46c4f1ef544b12615d5b1cc169d83142c77918845f3bb31880cebe0b502c89a size: 1574 [Pipeline] isUnix [Pipeline] sh 00:01:46 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh 00:01:47 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.31 00:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:01:47 1b5a6c98b729: Preparing 00:01:47 4b206027bea3: Preparing 00:01:47 dcb39373bb79: Preparing 00:01:47 2827974d889a: Preparing 00:01:47 99aaa1f567c0: Preparing 00:01:47 32f366d666a5: Preparing 00:01:47 32f366d666a5: Waiting 00:01:47 99aaa1f567c0: Layer already exists 00:01:47 2827974d889a: Layer already exists 00:01:47 dcb39373bb79: Layer already exists 00:01:47 4b206027bea3: Layer already exists 00:01:47 1b5a6c98b729: Layer already exists 00:01:47 32f366d666a5: Layer already exists 00:01:47 2.0.0-dev.31: digest: sha256:c46c4f1ef544b12615d5b1cc169d83142c77918845f3bb31880cebe0b502c89a size: 1574 [Pipeline] isUnix [Pipeline] sh 00:01:47 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh 00:01:47 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 00:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:01:47 1b5a6c98b729: Preparing 00:01:47 4b206027bea3: Preparing 00:01:47 dcb39373bb79: Preparing 00:01:47 2827974d889a: Preparing 00:01:47 99aaa1f567c0: Preparing 00:01:47 32f366d666a5: Preparing 00:01:47 32f366d666a5: Waiting 00:01:47 dcb39373bb79: Layer already exists 00:01:47 4b206027bea3: Layer already exists 00:01:47 2827974d889a: Layer already exists 00:01:47 99aaa1f567c0: Layer already exists 00:01:47 1b5a6c98b729: Layer already exists 00:01:47 32f366d666a5: Layer already exists 00:01:47 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31: digest: sha256:c46c4f1ef544b12615d5b1cc169d83142c77918845f3bb31880cebe0b502c89a size: 1574 [Pipeline] isUnix [Pipeline] sh 00:01:48 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 00:01:48 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 00:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:01:48 1b5a6c98b729: Preparing 00:01:48 4b206027bea3: Preparing 00:01:48 dcb39373bb79: Preparing 00:01:48 2827974d889a: Preparing 00:01:48 99aaa1f567c0: Preparing 00:01:48 32f366d666a5: Preparing 00:01:48 32f366d666a5: Waiting 00:01:48 dcb39373bb79: Layer already exists 00:01:48 99aaa1f567c0: Layer already exists 00:01:48 2827974d889a: Layer already exists 00:01:48 1b5a6c98b729: Layer already exists 00:01:48 4b206027bea3: Layer already exists 00:01:48 32f366d666a5: Layer already exists 00:01:48 master: digest: sha256:c46c4f1ef544b12615d5b1cc169d83142c77918845f3bb31880cebe0b502c89a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:01:48 ===================================================== [Pipeline] echo 00:01:48 taggedImages: 00:01:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 00:01:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 00:01:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.31 00:01:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 00:01:48 - 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 Post stage [Pipeline] libraryResource [Pipeline] sh 00:01:49 ---> job-cost.sh 00:01:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tNhM 00:01:49 gofmt -l . 00:01:49 [ "`gofmt -l .`" = "" ] 00:01:49 ./bin/test-go-mod-tidy.sh 00:01:49 ./bin/test-attribution-txt.sh [Pipeline] } 00:01:51 $ docker stop --time=1 8e38584eee777441fc3d6d11f5341e07d32e137dd99d4108aa99866878e9713a 00:01:53 $ docker rm -f 8e38584eee777441fc3d6d11f5341e07d32e137dd99d4108aa99866878e9713a [Pipeline] // withDockerContainer [Pipeline] sh 00:01:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:01:54 Warning: overwriting stash ‘coverage-report’ 00:01:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:01:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:01:55 + ls -al . 00:01:55 total 116 00:01:55 drwxrwxr-x 7 jenkins jenkins 4096 Apr 20 00:01 . 00:01:55 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 23:59 .. 00:01:55 -rw-rw-r-- 1 jenkins jenkins 119 Apr 19 23:59 .dockerignore 00:01:55 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 23:59 .git 00:01:55 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 23:59 .github 00:01:55 -rw-rw-r-- 1 jenkins jenkins 111 Apr 19 23:59 .gitignore 00:01:55 -rw-rw-r-- 1 jenkins jenkins 7306 Apr 19 23:59 Attribution.txt 00:01:55 -rw-rw-r-- 1 jenkins jenkins 2032 Apr 19 23:59 Dockerfile 00:01:55 -rw-rw-r-- 1 jenkins jenkins 970 Apr 19 23:59 Dockerfile.build 00:01:55 -rw-rw-r-- 1 jenkins jenkins 687 Apr 19 23:59 Jenkinsfile 00:01:55 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 19 23:59 LICENSE 00:01:55 -rw-rw-r-- 1 jenkins jenkins 3230 Apr 19 23:59 README.md 00:01:55 -rw-rw-r-- 1 jenkins jenkins 12 Apr 19 23:57 VERSION 00:01:55 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 23:59 bin 00:01:55 -rw-r--r-- 1 jenkins jenkins 10 Apr 20 00:01 coverage.out 00:01:55 -rw-r--r-- 1 jenkins jenkins 136 Apr 20 00:01 go.mod 00:01:55 -rw-r--r-- 1 jenkins jenkins 21228 Apr 20 00:01 go.sum 00:01:55 -rw-rw-r-- 1 jenkins jenkins 1460 Apr 19 23:59 main.go 00:01:55 -rw-rw-r-- 1 jenkins jenkins 1582 Apr 19 23:59 makefile 00:01:55 drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 23:59 res 00:01:55 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 23:59 snap [Pipeline] isUnix [Pipeline] sh 00:01:56 + 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=5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 --label arch=arm64 --label version=2.0.0-dev.31 . 00:01:56 Sending build context to Docker daemon 123.4kB 00:01:56 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 00:01:56 Step 2/27 : FROM ${BASE} AS builder 00:01:56 ---> 85ee1a502a15 00:01:56 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:01:56 ---> Running in 67d6bb467ca3 00:01:57 Removing intermediate container 67d6bb467ca3 00:01:57 ---> 2fd191113415 00:01:57 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 00:01:57 ---> Running in bc559ca28e43 00:01:57 Removing intermediate container bc559ca28e43 00:01:57 ---> 59143496e639 00:01:57 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 00:01:57 ---> Running in 880699bef539 00:01:58 Removing intermediate container 880699bef539 00:01:58 ---> 0b23e6d2493a 00:01:58 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:01:58 ---> Running in f28e4d106590 00:02:00 Removing intermediate container f28e4d106590 00:02:00 ---> 5fb18f668f53 00:02:00 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:02:00 ---> Running in 1bb2b2fc6edf 00:02:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:02:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:02:03 OK: 144 MiB in 45 packages 00:02:04 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:02:04 Removing intermediate container 1bb2b2fc6edf 00:02:04 ---> 8133262d1828 00:02:04 Step 8/27 : WORKDIR /app 00:02:04 ---> Running in 43a2bcdec524 00:02:04 Removing intermediate container 43a2bcdec524 00:02:04 ---> 226e0955d120 00:02:04 Step 9/27 : COPY go.mod . 00:02:05 ---> e3a605caa4bf 00:02:05 Step 10/27 : RUN go mod download 00:02:05 ---> Running in f71bb1983df7 00:02:08 Removing intermediate container f71bb1983df7 00:02:08 ---> 4ed0f860d025 00:02:08 Step 11/27 : COPY . . 00:02:08 ---> 9e8ef5d953cf 00:02:08 Step 12/27 : ARG MAKE="make build" 00:02:08 ---> Running in d8003639595b 00:02:09 Removing intermediate container d8003639595b 00:02:09 ---> a120ba53b802 00:02:09 Step 13/27 : RUN $MAKE 00:02:09 ---> Running in 8c50429d0014 00:02:10 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.31" -o app-service-configurable 00:02:30 lf-activate-venv(): INFO: Adding /tmp/venv-tNhM/bin to PATH 00:02:30 INFO: No Stack... 00:02:30 INFO: Retrieving Pricing Info for: v1-standard-2 00:02:31 INFO: Archiving Costs [Pipeline] sh 00:02:31 + cat /w/workspace/app-service-configurable/101/archives/cost.csv 00:02:31 + cut -d, -f6 [Pipeline] lock 00:02:31 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] 00:02:31 Resource [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] did not exist. Created. 00:02:31 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:02:32 + echo total: 0.029999999329447746 [Pipeline] stash 00:02:32 Stashed 1 file(s) [Pipeline] } 00:02:32 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:02:49 Removing intermediate container 8c50429d0014 00:02:49 ---> b9e69af2aff8 00:02:49 Step 14/27 : FROM alpine:3.12 00:02:49 3.12: Pulling from library/alpine 00:02:49 d2f70382dc9a: Pulling fs layer 00:02:49 d2f70382dc9a: Download complete 00:02:49 d2f70382dc9a: Pull complete 00:02:49 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 00:02:49 Status: Downloaded newer image for alpine:3.12 00:02:49 ---> 9852663dfa18 00:02:49 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 00:02:49 ---> Running in ad44ae8c11c9 00:02:49 Removing intermediate container ad44ae8c11c9 00:02:49 ---> 3ae4815eb746 00:02:49 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 00:02:49 ---> Running in f0093d445f16 00:02:49 Removing intermediate container f0093d445f16 00:02:49 ---> e79f5755dce4 00:02:49 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 00:02:49 ---> Running in b1ba0aa3b116 00:02:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:02:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:02:51 (1/7) Installing ca-certificates (20191127-r4) 00:02:51 (2/7) Installing dumb-init (1.2.2-r1) 00:02:51 (3/7) Installing libgcc (9.3.0-r2) 00:02:51 (4/7) Installing libsodium (1.0.18-r0) 00:02:51 (5/7) Installing libstdc++ (9.3.0-r2) 00:02:51 (6/7) Installing libzmq (4.3.3-r0) 00:02:51 (7/7) Installing zeromq (4.3.3-r0) 00:02:51 Executing busybox-1.31.1-r20.trigger 00:02:51 Executing ca-certificates-20191127-r4.trigger 00:02:51 OK: 9 MiB in 21 packages 00:02:53 Removing intermediate container b1ba0aa3b116 00:02:53 ---> fdbdabe0fac6 00:02:53 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:02:54 ---> f1f45d1435fb 00:02:54 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 00:02:54 ---> 5e90d6167077 00:02:54 Step 20/27 : COPY --from=builder /app/res/ /res/ 00:02:55 ---> f4ba81bba57e 00:02:55 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:02:56 ---> 3134c102de02 00:02:56 Step 22/27 : EXPOSE 48095 00:02:56 ---> Running in c459fe3f6347 00:02:56 Removing intermediate container c459fe3f6347 00:02:56 ---> 1058b29e4a4b 00:02:56 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 00:02:57 ---> Running in d0ba93d92aea 00:02:57 Removing intermediate container d0ba93d92aea 00:02:57 ---> 231f92e2d4a0 00:02:57 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:02:57 ---> Running in 27d7387b5992 00:02:58 Removing intermediate container 27d7387b5992 00:02:58 ---> 3cab620f1017 00:02:58 Step 25/27 : LABEL arch=arm64 00:02:58 ---> Running in b82e3e8f2c5b 00:02:58 Removing intermediate container b82e3e8f2c5b 00:02:58 ---> 4fefa4c85244 00:02:58 Step 26/27 : LABEL git_sha=5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 00:02:58 ---> Running in 2fd3006a0fe4 00:02:59 Removing intermediate container 2fd3006a0fe4 00:02:59 ---> e0c0129d3839 00:02:59 Step 27/27 : LABEL version=2.0.0-dev.31 00:02:59 ---> Running in d56aef4bc82c 00:03:00 Removing intermediate container d56aef4bc82c 00:03:00 ---> 09b8e495299c 00:03:00 [Warning] One or more build-args [ARCH] were not consumed 00:03:00 Successfully built 09b8e495299c 00:03:00 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:03:00 provisioning config files... 00:03:00 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/101@tmp/config2868175067934669119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:03:00 ---> docker-login.sh 00:03:00 nexus3.edgexfoundry.org:10001 00:03:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:03:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:03:00 Configure a credential helper to remove this warning. See 00:03:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:03:00 00:03:00 Login Succeeded 00:03:01 nexus3.edgexfoundry.org:10002 00:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:03:01 Configure a credential helper to remove this warning. See 00:03:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:03:01 00:03:01 Login Succeeded 00:03:01 nexus3.edgexfoundry.org:10003 00:03:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:03:02 Configure a credential helper to remove this warning. See 00:03:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:03:02 00:03:02 Login Succeeded 00:03:02 nexus3.edgexfoundry.org:10004 00:03:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:03:02 Configure a credential helper to remove this warning. See 00:03:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:03:02 00:03:02 Login Succeeded 00:03:02 docker.io 00:03:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:03:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:03:03 Configure a credential helper to remove this warning. See 00:03:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:03:03 00:03:03 Login Succeeded 00:03:03 ---> docker-login.sh ends [Pipeline] } 00:03:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:03:03 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 00:03:03 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 00:03:03 latest 00:03:03 2.0.0-dev.31 00:03:03 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 00:03:03 master 00:03:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:03:03 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [Pipeline] isUnix [Pipeline] sh 00:03:04 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 00:03:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:03:04 3020769beb6a: Preparing 00:03:04 c4100a346059: Preparing 00:03:04 7416f267fbac: Preparing 00:03:04 99265bd48cbe: Preparing 00:03:04 418408d33fb4: Preparing 00:03:04 3fbe34a1663b: Preparing 00:03:04 7416f267fbac: Pushed 00:03:04 99265bd48cbe: Pushed 00:03:04 c4100a346059: Pushed 00:03:04 3fbe34a1663b: Layer already exists 00:03:05 418408d33fb4: Pushed 00:03:08 3020769beb6a: Pushed 00:03:08 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6: digest: sha256:5286d1e7d074d2ed5315b4ac155904480d7a9d0f3e4f08a4dcd1c23850136d5d size: 1574 [Pipeline] isUnix [Pipeline] sh 00:03:08 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:03:09 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 00:03:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:03:09 3020769beb6a: Preparing 00:03:09 c4100a346059: Preparing 00:03:09 7416f267fbac: Preparing 00:03:09 99265bd48cbe: Preparing 00:03:09 418408d33fb4: Preparing 00:03:09 3fbe34a1663b: Preparing 00:03:09 3fbe34a1663b: Waiting 00:03:09 99265bd48cbe: Layer already exists 00:03:09 7416f267fbac: Layer already exists 00:03:09 3020769beb6a: Layer already exists 00:03:09 418408d33fb4: Layer already exists 00:03:09 c4100a346059: Layer already exists 00:03:09 3fbe34a1663b: Layer already exists 00:03:09 latest: digest: sha256:5286d1e7d074d2ed5315b4ac155904480d7a9d0f3e4f08a4dcd1c23850136d5d size: 1574 [Pipeline] isUnix [Pipeline] sh 00:03:09 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh 00:03:10 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.31 00:03:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:03:10 3020769beb6a: Preparing 00:03:10 c4100a346059: Preparing 00:03:10 7416f267fbac: Preparing 00:03:10 99265bd48cbe: Preparing 00:03:10 418408d33fb4: Preparing 00:03:10 3fbe34a1663b: Preparing 00:03:10 3fbe34a1663b: Waiting 00:03:10 c4100a346059: Layer already exists 00:03:10 7416f267fbac: Layer already exists 00:03:10 99265bd48cbe: Layer already exists 00:03:10 418408d33fb4: Layer already exists 00:03:10 3020769beb6a: Layer already exists 00:03:10 3fbe34a1663b: Layer already exists 00:03:10 2.0.0-dev.31: digest: sha256:5286d1e7d074d2ed5315b4ac155904480d7a9d0f3e4f08a4dcd1c23850136d5d size: 1574 [Pipeline] isUnix [Pipeline] sh 00:03:10 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh 00:03:10 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 00:03:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:03:10 3020769beb6a: Preparing 00:03:10 c4100a346059: Preparing 00:03:10 7416f267fbac: Preparing 00:03:10 99265bd48cbe: Preparing 00:03:10 418408d33fb4: Preparing 00:03:10 3fbe34a1663b: Preparing 00:03:10 3fbe34a1663b: Waiting 00:03:11 99265bd48cbe: Layer already exists 00:03:11 c4100a346059: Layer already exists 00:03:11 3020769beb6a: Layer already exists 00:03:11 418408d33fb4: Layer already exists 00:03:11 7416f267fbac: Layer already exists 00:03:11 3fbe34a1663b: Layer already exists 00:03:11 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31: digest: sha256:5286d1e7d074d2ed5315b4ac155904480d7a9d0f3e4f08a4dcd1c23850136d5d size: 1574 [Pipeline] isUnix [Pipeline] sh 00:03:11 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 00:03:11 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 00:03:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:03:11 3020769beb6a: Preparing 00:03:11 c4100a346059: Preparing 00:03:11 7416f267fbac: Preparing 00:03:11 99265bd48cbe: Preparing 00:03:11 418408d33fb4: Preparing 00:03:11 3fbe34a1663b: Preparing 00:03:11 3fbe34a1663b: Waiting 00:03:12 7416f267fbac: Layer already exists 00:03:12 418408d33fb4: Layer already exists 00:03:12 3020769beb6a: Layer already exists 00:03:12 c4100a346059: Layer already exists 00:03:12 99265bd48cbe: Layer already exists 00:03:12 3fbe34a1663b: Layer already exists 00:03:12 master: digest: sha256:5286d1e7d074d2ed5315b4ac155904480d7a9d0f3e4f08a4dcd1c23850136d5d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:03:12 ===================================================== [Pipeline] echo 00:03:12 taggedImages: 00:03:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 00:03:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 00:03:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.31 00:03:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 00:03:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:03:12 ---> job-cost.sh 00:03:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-caVv 00:03:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:05:28 lf-activate-venv(): INFO: Adding /tmp/venv-caVv/bin to PATH 00:05:28 INFO: No Stack... 00:05:28 INFO: Retrieving Pricing Info for: lf-standard-4 00:05:28 INFO: Archiving Costs [Pipeline] sh 00:05:28 + cut -d, -f6 00:05:28 + cat /w/workspace/app-service-configurable/101/archives/cost.csv [Pipeline] lock 00:05:28 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] 00:05:28 Resource [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] did not exist. Created. 00:05:28 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:05:29 /w/workspace/app-service-configurable/101@tmp/durable-17302735/script.sh: 1: /w/workspace/app-service-configurable/101@tmp/durable-17302735/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 00:05:29 + echo total: 0.20999999344348907 [Pipeline] stash 00:05:29 Warning: overwriting stash ‘stack-cost’ 00:05:29 Stashed 1 file(s) [Pipeline] } 00:05:29 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] [Pipeline] // lock [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 00:05:30 provisioning config files... 00:05:30 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config1442271903546049870tmp [Pipeline] { [Pipeline] sh 00:05:30 + set +x 00:05:30 + curl -s https://codecov.io/bash 00:05:30 + bash -s -- 00:05:31 00:05:31 _____ _ 00:05:31 / ____| | | 00:05:31 | | ___ __| | ___ ___ _____ __ 00:05:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:05:31 | |___| (_) | (_| | __/ (_| (_) \ V / 00:05:31 \_____\___/ \__,_|\___|\___\___/ \_/ 00:05:31 Bash-1.0.1 00:05:31 00:05:31 00:05:31 ==> git version 2.24.3 found 00:05:31 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:05:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:05:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:05:31 ==> Jenkins CI detected. 00:05:31 project root: . 00:05:31 --> token set from env 00:05:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:05:31 ==> Running gcov in . (disable via -X gcov) 00:05:31 ==> Python coveragepy not found 00:05:31 ==> Searching for coverage reports in: 00:05:31 + . 00:05:31 -> Found 1 reports 00:05:31 ==> Detecting git/mercurial file structure 00:05:31 ==> Reading reports 00:05:31 + ./coverage.out bytes=10 00:05:31 ==> Appending adjustments 00:05:31 https://docs.codecov.io/docs/fixing-reports 00:05:31 + Found adjustments 00:05:31 ==> Gzipping contents 00:05:31 4.0K /tmp/codecov.ceXvEC.gz 00:05:31 ==> Uploading reports 00:05:31 url: https://codecov.io 00:05:31 query: branch=master&commit=5e7cb76b013c46f029a1efb0647da7ee99bdbfc6&build=101&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F101%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 00:05:31 -> Pinging Codecov 00:05:31 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=5e7cb76b013c46f029a1efb0647da7ee99bdbfc6&build=101&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F101%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 00:05:31 -> Uploading to 00:05:31 https://storage.googleapis.com/codecov/v4/raw/2021-04-20/A97CA9966030D2A3747ED39772930CCE/5e7cb76b013c46f029a1efb0647da7ee99bdbfc6/3b598868-32e3-42dd-a413-742d5cafc9dd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T000531Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5bdb457a02c73f5de6f810b0e1d12e544ebfc2264ee0a9e17c27e556b79b258e 00:05:31 % Total % Received % Xferd Average Speed Time Time Time Current 00:05:31 Dload Upload Total Spent Left Speed 00:05:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 869 --:--:-- --:--:-- --:--:-- 870 00:05:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [Pipeline] } 00:05:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 00:05:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:05:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:05:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:05:33 00:05:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 00:05:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:05:33 1.410.4: Pulling from edgex-devops/edgex-snyk-go 00:05:33 188c0c94c7c5: Pulling fs layer 00:05:33 0ef7d3d256c8: Pulling fs layer 00:05:33 de9db76c5a1d: Pulling fs layer 00:05:33 0eba1c9be4d2: Pulling fs layer 00:05:33 0d57e429df01: Pulling fs layer 00:05:33 4e4be7b47b0d: Pulling fs layer 00:05:33 e1f770b5df2f: Pulling fs layer 00:05:33 85a0685a4137: Pulling fs layer 00:05:33 0d57e429df01: Waiting 00:05:33 4e4be7b47b0d: Waiting 00:05:33 e1f770b5df2f: Waiting 00:05:33 85a0685a4137: Waiting 00:05:33 0eba1c9be4d2: Waiting 00:05:33 de9db76c5a1d: Verifying Checksum 00:05:33 0ef7d3d256c8: Verifying Checksum 00:05:33 0ef7d3d256c8: Download complete 00:05:33 0d57e429df01: Verifying Checksum 00:05:33 0d57e429df01: Download complete 00:05:33 188c0c94c7c5: Verifying Checksum 00:05:33 188c0c94c7c5: Download complete 00:05:33 4e4be7b47b0d: Verifying Checksum 00:05:33 4e4be7b47b0d: Download complete 00:05:34 188c0c94c7c5: Pull complete 00:05:34 0ef7d3d256c8: Pull complete 00:05:34 de9db76c5a1d: Pull complete 00:05:34 e1f770b5df2f: Verifying Checksum 00:05:34 e1f770b5df2f: Download complete 00:05:36 0eba1c9be4d2: Verifying Checksum 00:05:36 0eba1c9be4d2: Download complete 00:05:37 85a0685a4137: Verifying Checksum 00:05:37 85a0685a4137: Download complete 00:05:42 0eba1c9be4d2: Pull complete 00:05:42 0d57e429df01: Pull complete 00:05:42 4e4be7b47b0d: Pull complete 00:05:44 e1f770b5df2f: Pull complete 00:05:52 85a0685a4137: Pull complete 00:05:52 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 00:05:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:05:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 00:05:53 prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container 00:05:53 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 00:05:54 $ docker top cb111b501ec0eee1cae38d6890c55f1bc2408651f95148478793513e4697b9eb -eo pid,comm [Pipeline] { [Pipeline] echo 00:05:54 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 00:05:55 + set -o pipefail 00:05:55 + snyk monitor '--org=edgex-jenkins' 00:06:07 00:06:07 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 00:06:07 00:06:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/c1b4a881-a123-485f-82e4-b5929470ada4 00:06:07 00:06:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:06:07 00:06:07 00:06:07 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 00:06:07 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 00:06:07 $ docker stop --time=1 cb111b501ec0eee1cae38d6890c55f1bc2408651f95148478793513e4697b9eb 00:06:10 $ docker rm -f cb111b501ec0eee1cae38d6890c55f1bc2408651f95148478793513e4697b9eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 00:06:11 + git log --format=format:%s -1 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [Pipeline] isUnix [Pipeline] sh 00:06:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:06:11 . [Pipeline] withDockerContainer 00:06:11 prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container 00:06:11 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:06:12 $ docker top e0744a6c7e154b134c97fe52cccf63bc632fe882d9513ddfb04d2258dc4db08e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:06:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:06:12 [ssh-agent] Looking for ssh-agent implementation... 00:06:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:06:13 $ docker exec e0744a6c7e154b134c97fe52cccf63bc632fe882d9513ddfb04d2258dc4db08e ssh-agent 00:06:13 SSH_AUTH_SOCK=/tmp/ssh-XfmpO1FZV12c/agent.11 00:06:13 SSH_AGENT_PID=16 00:06:13 Running ssh-add (command line suppressed) 00:06:13 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_704194475454485653.key (/w/workspace/_app-service-configurable_master@tmp/private_key_704194475454485653.key) 00:06:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:06:13 + git semver tag 00:06:13 # -> Open(): unable to determine branch for HEAD 00:06:13 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:06:13 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:06:13 # $SEMVER_REMOTE_NAME = origin 00:06:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:06:13 # $SEMVER_USER_NAME = edgex-jenkins 00:06:13 # $SEMVER_BRANCH = master 00:06:13 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 00:06:13 # 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 HEAD 00:06:13 # -> Force: false 00:06:13 # e08f29968dce1cff80764c0ade7b2fcdeb5f0a21 refs/tags/v2.0.0-dev.31 [Pipeline] } 00:06:13 $ docker exec --env ******** --env ******** e0744a6c7e154b134c97fe52cccf63bc632fe882d9513ddfb04d2258dc4db08e ssh-agent -k 00:06:14 unset SSH_AUTH_SOCK; 00:06:14 unset SSH_AGENT_PID; 00:06:14 echo Agent pid 16 killed; 00:06:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:06:14 + git semver [Pipeline] } 00:06:14 $ docker stop --time=1 e0744a6c7e154b134c97fe52cccf63bc632fe882d9513ddfb04d2258dc4db08e 00:06:15 $ docker rm -f e0744a6c7e154b134c97fe52cccf63bc632fe882d9513ddfb04d2258dc4db08e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 00:06:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:06:16 00:06:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 00:06:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:06:16 0.23.1-centos7: Pulling from edgex-lftools 00:06:16 ab5ef0e58194: Pulling fs layer 00:06:16 9712f1f96733: Pulling fs layer 00:06:16 63f879dbbcfc: Pulling fs layer 00:06:16 0d9ebad4ef96: Pulling fs layer 00:06:16 e9a5061849ea: Pulling fs layer 00:06:16 d747dcd14b5f: Pulling fs layer 00:06:16 2de7ff778b66: Pulling fs layer 00:06:16 e9a5061849ea: Waiting 00:06:16 d747dcd14b5f: Waiting 00:06:16 2de7ff778b66: Waiting 00:06:16 0d9ebad4ef96: Waiting 00:06:16 9712f1f96733: Download complete 00:06:18 63f879dbbcfc: Verifying Checksum 00:06:18 63f879dbbcfc: Download complete 00:06:18 e9a5061849ea: Verifying Checksum 00:06:18 e9a5061849ea: Download complete 00:06:18 d747dcd14b5f: Download complete 00:06:18 2de7ff778b66: Verifying Checksum 00:06:18 2de7ff778b66: Download complete 00:06:18 0d9ebad4ef96: Verifying Checksum 00:06:18 0d9ebad4ef96: Download complete 00:06:18 ab5ef0e58194: Verifying Checksum 00:06:18 ab5ef0e58194: Download complete 00:06:23 ab5ef0e58194: Pull complete 00:06:23 9712f1f96733: Pull complete 00:06:25 63f879dbbcfc: Pull complete 00:06:31 0d9ebad4ef96: Pull complete 00:06:33 e9a5061849ea: Pull complete 00:06:33 d747dcd14b5f: Pull complete 00:06:35 2de7ff778b66: Pull complete 00:06:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:06:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:06:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 00:06:35 prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container 00:06:35 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 00:06:39 $ docker top 799581dde44945f20fdf93f10c86504c49bec14430d4ab7898d58c30efd9d8ab -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:06:39 provisioning config files... 00:06:39 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5772333780123004079tmp 00:06:40 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config8251941337277197029tmp 00:06:40 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6215502217119582383tmp [Pipeline] { [Pipeline] echo 00:06:40 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:06:40 ---> sigul-configuration.sh 00:06:40 gpg: directory `/root/.gnupg' created 00:06:40 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:06:40 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:06:40 gpg: keyring `/root/.gnupg/secring.gpg' created 00:06:40 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:06:40 gpg: CAST5 encrypted data 00:06:40 gpg: encrypted with 1 passphrase 00:06:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:06:40 + mkdir /home/jenkins 00:06:40 + mkdir /home/jenkins/sigul [Pipeline] sh 00:06:41 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 00:06:41 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:06:41 ---> sigul-install.sh 00:06:48 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 00:06:48 + git tag --list 00:06:48 v1.0.0 00:06:48 v1.1.0 00:06:48 v1.2.0 00:06:48 v1.3.0 00:06:48 v1.3.1 00:06:48 v1.3.1-dev.1 00:06:48 v1.3.1-dev.2 00:06:48 v1.3.1-dev.3 00:06:48 v2.0.0-dev.1 00:06:48 v2.0.0-dev.10 00:06:48 v2.0.0-dev.11 00:06:48 v2.0.0-dev.12 00:06:48 v2.0.0-dev.13 00:06:48 v2.0.0-dev.14 00:06:48 v2.0.0-dev.15 00:06:48 v2.0.0-dev.16 00:06:48 v2.0.0-dev.17 00:06:48 v2.0.0-dev.18 00:06:48 v2.0.0-dev.19 00:06:48 v2.0.0-dev.2 00:06:48 v2.0.0-dev.20 00:06:48 v2.0.0-dev.21 00:06:48 v2.0.0-dev.22 00:06:48 v2.0.0-dev.23 00:06:48 v2.0.0-dev.24 00:06:48 v2.0.0-dev.25 00:06:48 v2.0.0-dev.26 00:06:48 v2.0.0-dev.27 00:06:48 v2.0.0-dev.28 00:06:48 v2.0.0-dev.29 00:06:48 v2.0.0-dev.3 00:06:48 v2.0.0-dev.30 00:06:48 v2.0.0-dev.31 00:06:48 v2.0.0-dev.4 00:06:48 v2.0.0-dev.5 00:06:48 v2.0.0-dev.6 00:06:48 v2.0.0-dev.7 00:06:48 v2.0.0-dev.8 00:06:48 v2.0.0-dev.9 [Pipeline] sh 00:06:48 + lftools sign git-tag v2.0.0-dev.31 00:06:50 Signing Git tag with Sigul... 00:06:50 Signing v2.0.0-dev.31 [Pipeline] echo 00:06:51 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:06:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:06:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:06:51 $ docker stop --time=1 799581dde44945f20fdf93f10c86504c49bec14430d4ab7898d58c30efd9d8ab 00:06:54 $ docker rm -f 799581dde44945f20fdf93f10c86504c49bec14430d4ab7898d58c30efd9d8ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 00:06:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:06:54 . [Pipeline] withDockerContainer 00:06:54 prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container 00:06:54 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:06:56 $ docker top d225fbe7ab829f112a5716ec556a2c545b6de68bc3c0fe35949435e381e4431f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:06:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:06:56 [ssh-agent] Looking for ssh-agent implementation... 00:06:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:06:56 $ docker exec d225fbe7ab829f112a5716ec556a2c545b6de68bc3c0fe35949435e381e4431f ssh-agent 00:06:56 SSH_AUTH_SOCK=/tmp/ssh-YJeGr3lxtQyR/agent.13 00:06:56 SSH_AGENT_PID=18 00:06:56 Running ssh-add (command line suppressed) 00:06:56 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1303752003639395369.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1303752003639395369.key) 00:06:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:06:57 + git semver bump pre 00:06:57 # -> Open(): unable to determine branch for HEAD 00:06:57 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:06:57 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:06:57 # $SEMVER_REMOTE_NAME = origin 00:06:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:06:57 # $SEMVER_USER_NAME = edgex-jenkins 00:06:57 # $SEMVER_BRANCH = master 00:06:57 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 00:06:57 2.0.0-dev.32 [Pipeline] } 00:06:57 $ docker exec --env ******** --env ******** d225fbe7ab829f112a5716ec556a2c545b6de68bc3c0fe35949435e381e4431f ssh-agent -k 00:06:57 unset SSH_AUTH_SOCK; 00:06:57 unset SSH_AGENT_PID; 00:06:57 echo Agent pid 18 killed; 00:06:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:06:57 + git semver [Pipeline] } 00:06:57 $ docker stop --time=1 d225fbe7ab829f112a5716ec556a2c545b6de68bc3c0fe35949435e381e4431f 00:06:59 $ docker rm -f d225fbe7ab829f112a5716ec556a2c545b6de68bc3c0fe35949435e381e4431f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:06:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:06:59 . [Pipeline] withDockerContainer 00:06:59 prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container 00:06:59 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:07:00 $ docker top bbe1a9979971cd7cd7c8c21582bf307817defff618cd83e38b364d042678ee5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:07:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:07:00 [ssh-agent] Looking for ssh-agent implementation... 00:07:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:07:00 $ docker exec bbe1a9979971cd7cd7c8c21582bf307817defff618cd83e38b364d042678ee5c ssh-agent 00:07:01 SSH_AUTH_SOCK=/tmp/ssh-PIAaLzkuBZ4N/agent.11 00:07:01 SSH_AGENT_PID=16 00:07:01 Running ssh-add (command line suppressed) 00:07:01 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5589359123996311716.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5589359123996311716.key) 00:07:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:07:01 + git semver push 00:07:01 # -> Open(): unable to determine branch for HEAD 00:07:01 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:07:01 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:07:01 # $SEMVER_REMOTE_NAME = origin 00:07:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:07:01 # $SEMVER_USER_NAME = edgex-jenkins 00:07:01 # $SEMVER_BRANCH = master 00:07:01 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 00:07:05 $ docker exec --env ******** --env ******** bbe1a9979971cd7cd7c8c21582bf307817defff618cd83e38b364d042678ee5c ssh-agent -k 00:07:05 unset SSH_AUTH_SOCK; 00:07:05 unset SSH_AGENT_PID; 00:07:05 echo Agent pid 16 killed; 00:07:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:07:06 + git semver [Pipeline] } 00:07:06 $ docker stop --time=1 bbe1a9979971cd7cd7c8c21582bf307817defff618cd83e38b364d042678ee5c 00:07:07 $ docker rm -f bbe1a9979971cd7cd7c8c21582bf307817defff618cd83e38b364d042678ee5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:07:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:07:09 ---> package-listing.sh 00:07:09 ++ facter osfamily 00:07:09 ++ tr '[:upper:]' '[:lower:]' 00:07:09 + OS_FAMILY=redhat 00:07:09 + workspace=/w/workspace/_app-service-configurable_master 00:07:09 + START_PACKAGES=/tmp/packages_start.txt 00:07:09 + END_PACKAGES=/tmp/packages_end.txt 00:07:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:07:09 + PACKAGES=/tmp/packages_start.txt 00:07:09 + '[' /w/workspace/_app-service-configurable_master ']' 00:07:09 + PACKAGES=/tmp/packages_end.txt 00:07:09 + case "${OS_FAMILY}" in 00:07:09 + rpm -qa 00:07:09 + sort 00:07:14 + '[' -f /tmp/packages_start.txt ']' 00:07:14 + '[' -f /tmp/packages_end.txt ']' 00:07:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:07:14 + '[' /w/workspace/_app-service-configurable_master ']' 00:07:14 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 00:07:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 00:07:14 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 00:07:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:07:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:07:15 00:07:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:07:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:07:15 alpine: Pulling from edgex-lftools-log-publisher 00:07:15 df20fa9351a1: Pulling fs layer 00:07:15 36b3adc4ff6f: Pulling fs layer 00:07:15 8ad3a11d3b57: Pulling fs layer 00:07:15 46f8f816bc3b: Pulling fs layer 00:07:15 93b61091891f: Pulling fs layer 00:07:15 93b9cdb0e59b: Pulling fs layer 00:07:15 5e14af77c1be: Pulling fs layer 00:07:15 01666e4c0597: Pulling fs layer 00:07:15 aa168da1d23b: Pulling fs layer 00:07:15 46f8f816bc3b: Waiting 00:07:15 93b61091891f: Waiting 00:07:15 93b9cdb0e59b: Waiting 00:07:15 5e14af77c1be: Waiting 00:07:15 01666e4c0597: Waiting 00:07:15 aa168da1d23b: Waiting 00:07:15 36b3adc4ff6f: Verifying Checksum 00:07:15 36b3adc4ff6f: Download complete 00:07:15 46f8f816bc3b: Verifying Checksum 00:07:15 46f8f816bc3b: Download complete 00:07:15 df20fa9351a1: Verifying Checksum 00:07:15 df20fa9351a1: Download complete 00:07:15 93b9cdb0e59b: Verifying Checksum 00:07:15 93b9cdb0e59b: Download complete 00:07:15 5e14af77c1be: Verifying Checksum 00:07:15 5e14af77c1be: Download complete 00:07:15 01666e4c0597: Verifying Checksum 00:07:15 01666e4c0597: Download complete 00:07:15 93b61091891f: Verifying Checksum 00:07:15 93b61091891f: Download complete 00:07:15 8ad3a11d3b57: Verifying Checksum 00:07:15 8ad3a11d3b57: Download complete 00:07:16 df20fa9351a1: Pull complete 00:07:16 36b3adc4ff6f: Pull complete 00:07:17 8ad3a11d3b57: Pull complete 00:07:18 aa168da1d23b: Verifying Checksum 00:07:18 aa168da1d23b: Download complete 00:07:18 46f8f816bc3b: Pull complete 00:07:18 93b61091891f: Pull complete 00:07:19 93b9cdb0e59b: Pull complete 00:07:19 5e14af77c1be: Pull complete 00:07:19 01666e4c0597: Pull complete 00:07:27 aa168da1d23b: Pull complete 00:07:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:07:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:07:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:07:27 prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container 00:07:27 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:07:30 $ docker top 81f2fff353a9182e94aff6fdbe43ec9bff1ad7a6aec7a36b14be5e56800cadef -eo pid,comm [Pipeline] { [Pipeline] sh 00:07:30 + touch /tmp/pre-build-complete [Pipeline] sh 00:07:31 + mkdir -p /var/log/sa [Pipeline] sh 00:07:31 + ls /var/log/sa-host 00:07:31 + sadf -c /var/log/sa-host/sa19 00:07:31 file_magic: OK 00:07:31 HZ: Using current value: 100 00:07:31 file_header: OK 00:07:31 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:07:31 Statistics: 00:07:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:07:31 File successfully converted to sysstat format version 12.2.1 00:07:31 + sadf -c /var/log/sa-host/sa20 00:07:31 file_magic: OK 00:07:31 HZ: Using current value: 100 00:07:31 file_header: OK 00:07:31 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:07:31 Statistics: 00:07:31 Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:07:31 File successfully converted to sysstat format version 12.2.1 00:07:31 + sadf -c /var/log/sa-host/sa23 00:07:31 file_magic: OK 00:07:31 HZ: Using current value: 100 00:07:31 file_header: OK 00:07:31 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:07:31 Statistics: 00:07:31 Hnuu...uuuununununu... 00:07:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:07:31 provisioning config files... 00:07:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3368369032510342118tmp [Pipeline] { [Pipeline] echo 00:07:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:07:32 ---> create-netrc.sh [Pipeline] } 00:07:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:07:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:07:32 ---> python-tools-install.sh [Pipeline] echo 00:07:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:07:32 ---> sudo-logs.sh 00:07:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:07:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:07:33 ---> job-cost.sh 00:07:33 lf-activate-venv: SKIPPING 00:07:33 DEBUG: total: 0.20999999344348907 00:07:33 INFO: Retrieving Stack Cost... 00:07:34 INFO: Retrieving Pricing Info for: v1-standard-2 00:07:34 INFO: Archiving Costs [Pipeline] echo 00:07:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:07:35 ---> logs-deploy.sh 00:07:35 lf-activate-venv: SKIPPING 00:07:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/101 00:07:35 INFO: archiving workspace using pattern(s): 00:07:37 Archives upload complete. 00:07:37 INFO: archiving logs to Nexus 00:07:38 ---> uname -a: 00:07:38 Linux prd-centos7-docker-4c-2g-1037.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:07:38 00:07:38 00:07:38 ---> lscpu: 00:07:38 Architecture: x86_64 00:07:38 CPU op-mode(s): 32-bit, 64-bit 00:07:38 Byte Order: Little Endian 00:07:38 Address sizes: 40 bits physical, 48 bits virtual 00:07:38 CPU(s): 4 00:07:38 On-line CPU(s) list: 0-3 00:07:38 Thread(s) per core: 1 00:07:38 Core(s) per socket: 1 00:07:38 Socket(s): 4 00:07:38 NUMA node(s): 1 00:07:38 Vendor ID: GenuineIntel 00:07:38 CPU family: 6 00:07:38 Model: 44 00:07:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:07:38 Stepping: 1 00:07:38 CPU MHz: 2933.436 00:07:38 BogoMIPS: 5866.87 00:07:38 Virtualization: VT-x 00:07:38 Hypervisor vendor: KVM 00:07:38 Virtualization type: full 00:07:38 L1d cache: 128 KiB 00:07:38 L1i cache: 128 KiB 00:07:38 L2 cache: 16 MiB 00:07:38 L3 cache: 64 MiB 00:07:38 NUMA node0 CPU(s): 0-3 00:07:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:07:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:07:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:07:38 Vulnerability Meltdown: Mitigation; PTI 00:07:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:07:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:07:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:07:38 Vulnerability Srbds: Not affected 00:07:38 Vulnerability Tsx async abort: Not affected 00:07:38 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:07:38 00:07:38 00:07:38 ---> nproc: 00:07:38 4 00:07:38 00:07:38 00:07:38 ---> df -h: 00:07:38 Filesystem Size Used Available Use% Mounted on 00:07:38 overlay 50.0G 8.5G 41.4G 17% / 00:07:38 tmpfs 64.0M 0 64.0M 0% /dev 00:07:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:07:38 shm 64.0M 0 64.0M 0% /dev/shm 00:07:38 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 00:07:38 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 00:07:38 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 00:07:38 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 00:07:38 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 00:07:38 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 00:07:38 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 00:07:38 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 00:07:38 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 00:07:38 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 00:07:38 00:07:38 00:07:38 ---> free -m: 00:07:38 total used free shared buff/cache available 00:07:38 Mem: 1837 826 144 0 865 945 00:07:38 Swap: 1023 2 1021 00:07:38 00:07:38 00:07:38 ---> ip addr: 00:07:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:07:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:07:38 inet 127.0.0.1/8 scope host lo 00:07:38 valid_lft forever preferred_lft forever 00:07:38 inet6 ::1/128 scope host 00:07:38 valid_lft forever preferred_lft forever 00:07:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:07:38 link/ether fa:16:3e:10:18:c7 brd ff:ff:ff:ff:ff:ff 00:07:38 inet 10.30.122.213/23 brd 10.30.123.255 scope global dynamic eth0 00:07:38 valid_lft 85737sec preferred_lft 85737sec 00:07:38 inet6 fe80::f816:3eff:fe10:18c7/64 scope link 00:07:38 valid_lft forever preferred_lft forever 00:07:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:07:38 link/ether 02:42:ae:31:66:86 brd ff:ff:ff:ff:ff:ff 00:07:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:07:38 valid_lft forever preferred_lft forever 00:07:38 inet6 fe80::42:aeff:fe31:6686/64 scope link 00:07:38 valid_lft forever preferred_lft forever 00:07:38 00:07:38 00:07:38 ---> sar -b -r -n DEV: 00:07:38 Linux 3.10.0-1160.6.1.el7.x86_64 (prd-centos7-docker-4c-2g-1037.vexxhost.local) 04/20/21 _x86_64_ (4 CPU) 00:07:38 00:07:38 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:07:38 00:01:01 0.42 0.02 0.40 0.00 0.13 6.04 0.00 00:07:38 00:02:01 0.86 0.08 0.78 0.00 1.63 9.89 0.00 00:07:38 00:03:01 0.42 0.00 0.42 0.00 0.00 6.68 0.00 00:07:38 00:04:01 0.13 0.00 0.13 0.00 0.00 2.01 0.00 00:07:38 00:05:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 00:07:38 00:06:01 238.21 136.26 101.95 0.00 7002.70 33694.21 0.00 00:07:38 00:07:01 260.47 103.64 156.82 0.00 5607.99 36600.80 0.00 00:07:38 Average: 71.74 34.39 37.35 0.00 1807.15 10075.96 0.00 00:07:38 00:07:38 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:07:38 00:01:01 136588 0 608028 32.32 2620 1134308 1081920 36.92 448372 1098532 8 00:07:38 00:02:01 136424 0 608064 32.32 2620 1134436 1079964 36.86 443292 1103788 8 00:07:38 00:03:01 136068 0 608412 32.34 2620 1134444 1079976 36.86 443648 1103788 12 00:07:38 00:04:01 136652 0 607824 32.30 2620 1134448 1079892 36.85 443176 1103876 12 00:07:38 00:05:01 136676 0 607800 32.30 2620 1134448 1079892 36.85 443096 1103876 8 00:07:38 00:06:01 74884 0 777356 41.31 2596 1026708 1343152 45.84 562388 981908 16080 00:07:38 00:07:01 215828 0 801132 42.58 1536 863048 1399532 47.76 597108 730088 48 00:07:38 Average: 139017 0 659802 35.07 2462 1080263 1163475 39.71 483011 1032265 2311 00:07:38 00:07:38 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:07:38 00:01:01 eth0 0.08 0.07 0.01 0.04 0.00 0.00 0.00 0.00 00:07:38 00:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:02:01 eth0 0.22 0.17 0.08 0.04 0.00 0.00 0.00 0.00 00:07:38 00:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:03:01 eth0 0.22 0.13 0.07 0.04 0.00 0.00 0.00 0.00 00:07:38 00:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:04:01 eth0 0.43 0.08 0.02 0.01 0.00 0.00 0.00 0.00 00:07:38 00:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:05:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 00:07:38 00:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:06:01 veth1df0dea 37.13 37.19 3.84 147.97 0.00 0.00 0.00 0.00 00:07:38 00:06:01 eth0 441.35 388.02 4228.84 60.85 0.00 0.00 0.00 0.00 00:07:38 00:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:06:01 docker0 37.13 37.08 3.33 147.96 0.00 0.00 0.00 0.00 00:07:38 00:07:01 eth0 487.40 410.92 3612.60 95.61 0.00 0.00 0.00 0.00 00:07:38 00:07:01 veth01cd9fa 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 00:07:01 docker0 40.18 48.52 2.66 355.21 0.00 0.00 0.00 0.00 00:07:38 Average: eth0 133.29 114.55 1123.58 22.44 0.00 0.00 0.00 0.00 00:07:38 Average: veth01cd9fa 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:07:38 Average: docker0 11.08 12.26 0.86 72.10 0.00 0.00 0.00 0.00 00:07:38 00:07:38 00:07:38 ---> sar -P ALL: 00:07:38 Linux 3.10.0-1160.6.1.el7.x86_64 (prd-centos7-docker-4c-2g-1037.vexxhost.local) 04/20/21 _x86_64_ (4 CPU) 00:07:38 00:07:38 00:00:01 CPU %user %nice %system %iowait %steal %idle 00:07:38 00:01:01 all 0.15 0.00 0.03 0.00 0.01 99.80 00:07:38 00:01:01 0 0.50 0.00 0.03 0.00 0.02 99.45 00:07:38 00:01:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:07:38 00:01:01 2 0.05 0.00 0.05 0.00 0.02 99.88 00:07:38 00:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 00:07:38 00:02:01 all 0.16 0.00 0.09 0.00 0.03 99.72 00:07:38 00:02:01 0 0.32 0.00 0.05 0.00 0.03 99.59 00:07:38 00:02:01 1 0.03 0.00 0.10 0.00 0.02 99.85 00:07:38 00:02:01 2 0.24 0.00 0.10 0.00 0.02 99.64 00:07:38 00:02:01 3 0.03 0.00 0.10 0.00 0.05 99.81 00:07:38 00:03:01 all 0.04 0.00 0.03 0.00 0.00 99.93 00:07:38 00:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:07:38 00:03:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:07:38 00:03:01 2 0.05 0.00 0.05 0.00 0.02 99.88 00:07:38 00:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:07:38 00:04:01 all 0.12 0.00 0.04 0.00 0.00 99.83 00:07:38 00:04:01 0 0.33 0.00 0.03 0.00 0.02 99.62 00:07:38 00:04:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:07:38 00:04:01 2 0.07 0.00 0.07 0.00 0.00 99.87 00:07:38 00:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:07:38 00:05:01 all 0.15 0.00 0.03 0.00 0.01 99.82 00:07:38 00:05:01 0 0.48 0.00 0.02 0.00 0.00 99.50 00:07:38 00:05:01 1 0.05 0.00 0.07 0.00 0.02 99.87 00:07:38 00:05:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:07:38 00:05:01 3 0.00 0.00 0.02 0.00 0.02 99.97 00:07:38 00:06:01 all 8.74 0.00 5.46 2.51 0.28 83.01 00:07:38 00:06:01 0 8.71 0.00 6.21 2.11 0.27 82.69 00:07:38 00:06:01 1 8.66 0.00 5.58 3.04 0.32 82.39 00:07:38 00:06:01 2 8.82 0.00 5.12 3.50 0.29 82.28 00:07:38 00:06:01 3 8.76 0.00 4.94 1.39 0.22 84.69 00:07:38 00:07:01 all 13.08 0.00 8.75 4.04 0.38 73.74 00:07:38 00:07:01 0 11.31 0.00 7.75 1.95 0.38 78.61 00:07:38 00:07:01 1 16.43 0.00 8.53 3.07 0.40 71.57 00:07:38 00:07:01 2 12.33 0.00 8.85 6.16 0.43 72.23 00:07:38 00:07:01 3 12.24 0.00 9.89 4.99 0.33 72.56 00:07:38 Average: all 3.15 0.00 2.02 0.92 0.10 93.81 00:07:38 Average: 0 3.05 0.00 1.98 0.57 0.10 94.30 00:07:38 Average: 1 3.55 0.00 2.02 0.86 0.11 93.47 00:07:38 Average: 2 3.03 0.00 2.00 1.35 0.11 93.50 00:07:38 Average: 3 2.95 0.00 2.10 0.89 0.09 93.97 00:07:38 00:07:38 00:07:38