Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 50a23fb25f057f24c09903bc43e33ee9cf0b091d 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27395 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 Checking out Revision 50a23fb25f057f24c09903bc43e33ee9cf0b091d (master) 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 50a23fb25f057f24c09903bc43e33ee9cf0b091d # timeout=10 Commit message: "feat: Update profiles for latest SDK changes (#196)" > git rev-list --no-walk 0f5331eb53f0ce9101ceed271d621d4ec533effa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:48:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:48:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:48:50 ========================================================= 22:48:50 EdgeX Global Pipelines Version Info 22:48:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:48:52 ------------------- 22:48:52 stable info: 22:48:52 ------------------- 22:48:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:48:52 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 22:48:52 Message: update stable to v1.0.181 22:48:53 ------------------- 22:48:53 experimental info: 22:48:53 ------------------- 22:48:53 Commited By: **** collab-it+edgex@linuxfoundation.org 22:48:53 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 22:48:53 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:48:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 22:48:53 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 22:48:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:48:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:48:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:48:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:48:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:48:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:48:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:48:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:48:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:48:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 22:48:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:48:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:48:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:48:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:48:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:48:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:48:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:48:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:48:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:48:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:48:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:48:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:48:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:48:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:48:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:48:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:48:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 50a23fb25f057f24c09903bc43e33ee9cf0b091d [Pipeline] echo 22:48:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 50a23fb [Pipeline] echo 22:48:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:48:57 provisioning config files... 22:48:57 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config581924007696944236tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:48:57 ---> docker-login.sh 22:48:57 nexus3.edgexfoundry.org:10001 22:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:57 Configure a credential helper to remove this warning. See 22:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:57 22:48:57 Login Succeeded 22:48:57 nexus3.edgexfoundry.org:10002 22:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:57 Configure a credential helper to remove this warning. See 22:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:57 22:48:57 Login Succeeded 22:48:57 nexus3.edgexfoundry.org:10003 22:48:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:58 Configure a credential helper to remove this warning. See 22:48:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:58 22:48:58 Login Succeeded 22:48:58 nexus3.edgexfoundry.org:10004 22:48:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:58 Configure a credential helper to remove this warning. See 22:48:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:58 22:48:58 Login Succeeded 22:48:58 docker.io 22:48:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:58 Configure a credential helper to remove this warning. See 22:48:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:58 22:48:58 Login Succeeded 22:48:58 ---> docker-login.sh ends [Pipeline] } 22:48:58 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 22:48:59 + git log --format=format:%s -1 50a23fb25f057f24c09903bc43e33ee9cf0b091d [Pipeline] echo 22:48:59 GIT_COMMIT: 50a23fb25f057f24c09903bc43e33ee9cf0b091d, Commit Message: feat: Update profiles for latest SDK changes (#196) [Pipeline] echo 22:48:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:49:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:00 22:49:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:49:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:00 latest: Pulling from edgex-devops/git-semver 22:49:00 31603596830f: Pulling fs layer 22:49:00 2a8b12db71e7: Pulling fs layer 22:49:00 6ca5941a6612: Pulling fs layer 22:49:00 ecc8261a40a4: Pulling fs layer 22:49:00 ecc8261a40a4: Waiting 22:49:00 2a8b12db71e7: Verifying Checksum 22:49:00 2a8b12db71e7: Download complete 22:49:00 31603596830f: Verifying Checksum 22:49:00 31603596830f: Download complete 22:49:01 6ca5941a6612: Verifying Checksum 22:49:01 6ca5941a6612: Download complete 22:49:01 ecc8261a40a4: Verifying Checksum 22:49:01 ecc8261a40a4: Download complete 22:49:01 31603596830f: Pull complete 22:49:01 2a8b12db71e7: Pull complete 22:49:02 6ca5941a6612: Pull complete 22:49:02 ecc8261a40a4: Pull complete 22:49:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:49:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:49:02 prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container 22:49:02 $ 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 22:49:04 $ docker top 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:49:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:05 [ssh-agent] Looking for ssh-agent implementation... 22:49:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:05 $ docker exec 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf ssh-agent 22:49:05 SSH_AUTH_SOCK=/tmp/ssh-axF5qaOaaHAE/agent.11 22:49:05 SSH_AGENT_PID=17 22:49:05 Running ssh-add (command line suppressed) 22:49:05 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3026815744951671051.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3026815744951671051.key) 22:49:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:06 + git tag --points-at HEAD [Pipeline] } 22:49:06 $ docker exec --env ******** --env ******** 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf ssh-agent -k 22:49:06 unset SSH_AUTH_SOCK; 22:49:06 unset SSH_AGENT_PID; 22:49:06 echo Agent pid 17 killed; 22:49:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:49:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:06 [ssh-agent] Looking for ssh-agent implementation... 22:49:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:06 $ docker exec 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf ssh-agent 22:49:06 SSH_AUTH_SOCK=/tmp/ssh-VMm6uk4385yL/agent.45 22:49:06 SSH_AGENT_PID=50 22:49:06 Running ssh-add (command line suppressed) 22:49:06 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_387698280560468907.key (/w/workspace/_app-service-configurable_master@tmp/private_key_387698280560468907.key) 22:49:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:07 + git semver init 22:49:07 # -> Open(): unable to determine branch for HEAD 22:49:07 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:49:07 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:49:07 # $SEMVER_REMOTE_NAME = origin 22:49:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:49:07 # $SEMVER_USER_NAME = edgex-jenkins 22:49:07 # $SEMVER_BRANCH = master 22:49:07 # $SEMVER_TEMP = /tmp/semver-122578584 22:49:07 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 22:49:07 # '/tmp/semver-122578584' -> '/w/workspace/_app-service-configurable_master/.semver' 22:49:07 # -> Force: false 22:49:07 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:49:08 $ docker exec --env ******** --env ******** 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf ssh-agent -k 22:49:08 unset SSH_AUTH_SOCK; 22:49:08 unset SSH_AGENT_PID; 22:49:08 echo Agent pid 50 killed; 22:49:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:49:08 + git semver [Pipeline] } 22:49:08 $ docker stop --time=1 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf 22:49:10 $ docker rm -f 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf [Pipeline] // withDockerContainer [Pipeline] sh 22:49:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:49:11 Stashed 1 file(s) [Pipeline] echo 22:49:11 [edgeXSemver]: initialized semver on version 2.0.0-dev.17 [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 22:49:26 Still waiting to schedule task 22:49:26 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:49:26 Still waiting to schedule task 22:49:26 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:51:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27396 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:51:12 Running in /w/workspace/app-service-configurable/84 [Pipeline] { [Pipeline] checkout 22:51:17 using credential edgex-jenkins-ssh 22:51:17 Cloning the remote Git repository 22:51:17 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:51:17 > git init /w/workspace/app-service-configurable/84 # timeout=10 22:51:17 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:51:17 > git --version # timeout=10 22:51:17 > git --version # 'git version 2.17.1' 22:51:17 using GIT_SSH to set credentials SSH Credentials for GitHub 22:51:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:51:18 Checking out Revision 50a23fb25f057f24c09903bc43e33ee9cf0b091d (master) 22:51:18 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:51:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:51:18 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:51:18 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:51:18 using GIT_SSH to set credentials SSH Credentials for GitHub 22:51:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:51:18 > git config core.sparsecheckout # timeout=10 22:51:18 > git checkout -f 50a23fb25f057f24c09903bc43e33ee9cf0b091d # timeout=10 22:51:23 Commit message: "feat: Update profiles for latest SDK changes (#196)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:51:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:51:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:51:25 + + sudo service dockertrue restart 22:51:25 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:51:28 provisioning config files... 22:51:28 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/84@tmp/config7458105945703693749tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:51:28 ---> docker-login.sh 22:51:28 nexus3.edgexfoundry.org:10001 22:51:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:51:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:51:29 Configure a credential helper to remove this warning. See 22:51:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:51:29 22:51:29 Login Succeeded 22:51:29 nexus3.edgexfoundry.org:10002 22:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:51:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:51:30 Configure a credential helper to remove this warning. See 22:51:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:51:30 22:51:30 Login Succeeded 22:51:30 nexus3.edgexfoundry.org:10003 22:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:51:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:51:31 Configure a credential helper to remove this warning. See 22:51:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:51:31 22:51:31 Login Succeeded 22:51:31 nexus3.edgexfoundry.org:10004 22:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:51:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:51:31 Configure a credential helper to remove this warning. See 22:51:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:51:31 22:51:31 Login Succeeded 22:51:31 docker.io 22:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:51:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:51:32 Configure a credential helper to remove this warning. See 22:51:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:51:32 22:51:32 Login Succeeded 22:51:32 ---> docker-login.sh ends [Pipeline] } 22:51:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:51:32 ========================================================= 22:51:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:51:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:51:33 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:51:33 Sending build context to Docker daemon 102.9kB 22:51:33 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:51:33 Step 2/8 : FROM ${BASE} 22:51:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:51:33 5f621e34cdf4: Pulling fs layer 22:51:33 a4357932f1b6: Pulling fs layer 22:51:33 18c013af1878: Pulling fs layer 22:51:33 00ac8860ef70: Pulling fs layer 22:51:33 63d7cb157983: Pulling fs layer 22:51:33 b116817d02f9: Pulling fs layer 22:51:33 745a02a5169b: Pulling fs layer 22:51:33 00ac8860ef70: Waiting 22:51:33 b116817d02f9: Waiting 22:51:33 63d7cb157983: Waiting 22:51:33 745a02a5169b: Waiting 22:51:33 18c013af1878: Verifying Checksum 22:51:33 18c013af1878: Download complete 22:51:33 a4357932f1b6: Download complete 22:51:33 63d7cb157983: Download complete 22:51:33 b116817d02f9: Verifying Checksum 22:51:33 b116817d02f9: Download complete 22:51:33 5f621e34cdf4: Verifying Checksum 22:51:33 5f621e34cdf4: Download complete 22:51:34 5f621e34cdf4: Pull complete 22:51:34 a4357932f1b6: Pull complete 22:51:35 18c013af1878: Pull complete 22:51:36 745a02a5169b: Verifying Checksum 22:51:36 745a02a5169b: Download complete 22:51:37 00ac8860ef70: Verifying Checksum 22:51:37 00ac8860ef70: Download complete 22:51:47 00ac8860ef70: Pull complete 22:51:47 63d7cb157983: Pull complete 22:51:48 b116817d02f9: Pull complete 22:51:51 745a02a5169b: Pull complete 22:51:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:51:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:51:51 ---> b7e6874047d6 22:51:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:51:54 ---> Running in 05e64ce00a03 22:51:54 Removing intermediate container 05e64ce00a03 22:51:54 ---> 726a85ad9806 22:51:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:51:54 ---> Running in 09c6a30f7066 22:51:57 Running on prd-centos7-docker-4c-2g-27397 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:51:57 Running in /w/workspace/app-service-configurable/84 [Pipeline] { [Pipeline] checkout 22:51:57 Removing intermediate container 09c6a30f7066 22:51:57 ---> 843c6c4518e3 22:51:57 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:51:57 ---> Running in 67c7e2c133c8 22:51:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:51:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:51:59 using credential edgex-jenkins-ssh 22:51:59 Cloning the remote Git repository 22:52:00 (1/6) Installing libc-dev (0.7.2-r3) 22:52:00 (2/6) Installing libsodium (1.0.18-r0) 22:52:00 (3/6) Installing pkgconf (1.7.2-r0) 22:52:00 (4/6) Installing libsodium-dev (1.0.18-r0) 22:52:00 (5/6) Installing libzmq (4.3.3-r0) 22:52:00 (6/6) Installing zeromq-dev (4.3.3-r0) 22:51:59 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:51:59 > git init /w/workspace/app-service-configurable/84 # timeout=10 22:51:59 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:51:59 > git --version # timeout=10 22:51:59 > git --version # 'git version 2.24.3' 22:51:59 using GIT_SSH to set credentials SSH Credentials for GitHub 22:51:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:52:00 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:52:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:52:00 Executing busybox-1.31.1-r19.trigger 22:52:00 OK: 144 MiB in 45 packages 22:52:01 Checking out Revision 50a23fb25f057f24c09903bc43e33ee9cf0b091d (master) 22:52:00 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:52:00 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:52:00 using GIT_SSH to set credentials SSH Credentials for GitHub 22:52:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:52:01 > git config core.sparsecheckout # timeout=10 22:52:01 > git checkout -f 50a23fb25f057f24c09903bc43e33ee9cf0b091d # timeout=10 22:52:02 Removing intermediate container 67c7e2c133c8 22:52:02 ---> 7d6d14cdcf17 22:52:02 Step 6/8 : WORKDIR /app 22:52:02 ---> Running in 2334ef30c356 22:52:02 Removing intermediate container 2334ef30c356 22:52:02 ---> dc7fbd0d6247 22:52:02 Step 7/8 : COPY . . 22:52:03 ---> af8311f35a8d 22:52:03 Step 8/8 : RUN go mod download 22:52:03 ---> Running in 85e7ff066b6f 22:52:04 Commit message: "feat: Update profiles for latest SDK changes (#196)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:52:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:52:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:52:06 + sudo service docker restart 22:52:06 + true 22:52:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:52:07 provisioning config files... 22:52:07 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/84@tmp/config5174253556969827633tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:52:08 ---> docker-login.sh 22:52:08 nexus3.edgexfoundry.org:10001 22:52:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:08 Configure a credential helper to remove this warning. See 22:52:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:08 22:52:08 Login Succeeded 22:52:08 nexus3.edgexfoundry.org:10002 22:52:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:08 Configure a credential helper to remove this warning. See 22:52:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:08 22:52:08 Login Succeeded 22:52:08 nexus3.edgexfoundry.org:10003 22:52:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:09 Configure a credential helper to remove this warning. See 22:52:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:09 22:52:09 Login Succeeded 22:52:09 nexus3.edgexfoundry.org:10004 22:52:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:09 Configure a credential helper to remove this warning. See 22:52:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:09 22:52:09 Login Succeeded 22:52:09 docker.io 22:52:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:09 Configure a credential helper to remove this warning. See 22:52:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:09 22:52:09 Login Succeeded 22:52:09 ---> docker-login.sh ends [Pipeline] } 22:52:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:52:09 ========================================================= 22:52:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:52:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:52:10 + 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 . 22:52:10 Sending build context to Docker daemon 102.9kB 22:52:10 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:52:10 Step 2/8 : FROM ${BASE} 22:52:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:52:10 188c0c94c7c5: Pulling fs layer 22:52:10 0ef7d3d256c8: Pulling fs layer 22:52:10 de9db76c5a1d: Pulling fs layer 22:52:10 bca2f99d35d6: Pulling fs layer 22:52:10 93359f2a8cfa: Pulling fs layer 22:52:10 7c6f9722023f: Pulling fs layer 22:52:10 a35cf1a2eb13: Pulling fs layer 22:52:10 a35cf1a2eb13: Waiting 22:52:10 93359f2a8cfa: Waiting 22:52:10 bca2f99d35d6: Waiting 22:52:10 7c6f9722023f: Waiting 22:52:10 de9db76c5a1d: Verifying Checksum 22:52:10 de9db76c5a1d: Download complete 22:52:10 0ef7d3d256c8: Download complete 22:52:10 93359f2a8cfa: Verifying Checksum 22:52:10 93359f2a8cfa: Download complete 22:52:10 188c0c94c7c5: Download complete 22:52:10 7c6f9722023f: Verifying Checksum 22:52:10 7c6f9722023f: Download complete 22:52:10 188c0c94c7c5: Pull complete 22:52:11 0ef7d3d256c8: Pull complete 22:52:11 de9db76c5a1d: Pull complete 22:52:12 a35cf1a2eb13: Verifying Checksum 22:52:12 a35cf1a2eb13: Download complete 22:52:13 bca2f99d35d6: Verifying Checksum 22:52:13 bca2f99d35d6: Download complete 22:52:18 bca2f99d35d6: Pull complete 22:52:18 93359f2a8cfa: Pull complete 22:52:18 7c6f9722023f: Pull complete 22:52:22 a35cf1a2eb13: Pull complete 22:52:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:52:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:52:22 ---> a62c8e92a672 22:52:22 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:52:22 ---> Running in c2e7c257aa78 22:52:22 Removing intermediate container c2e7c257aa78 22:52:22 ---> dd19be69a314 22:52:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:52:22 ---> Running in 274ca129c945 22:52:23 Removing intermediate container 274ca129c945 22:52:23 ---> ab01e6703ea2 22:52:23 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:52:24 ---> Running in 7dcb91e6858b 22:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:52:26 (1/6) Installing libc-dev (0.7.2-r3) 22:52:26 (2/6) Installing libsodium (1.0.18-r0) 22:52:26 (3/6) Installing pkgconf (1.7.2-r0) 22:52:26 (4/6) Installing libsodium-dev (1.0.18-r0) 22:52:26 (5/6) Installing libzmq (4.3.3-r0) 22:52:26 (6/6) Installing zeromq-dev (4.3.3-r0) 22:52:26 Executing busybox-1.31.1-r19.trigger 22:52:26 OK: 167 MiB in 45 packages 22:52:27 Removing intermediate container 7dcb91e6858b 22:52:27 ---> 10e04391a4ee 22:52:27 Step 6/8 : WORKDIR /app 22:52:27 ---> Running in c46708b60f24 22:52:27 Removing intermediate container c46708b60f24 22:52:27 ---> 1037a4945dcf 22:52:27 Step 7/8 : COPY . . 22:52:27 ---> 9c9aefe39406 22:52:27 Step 8/8 : RUN go mod download 22:52:27 ---> Running in d86b6457778e 22:52:30 Removing intermediate container 85e7ff066b6f 22:52:30 ---> b3841804b272 22:52:30 Successfully built b3841804b272 22:52:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:52:31 + docker inspect -f . ci-base-image-arm64 22:52:31 . [Pipeline] withDockerContainer 22:52:31 prd-ubuntu18.04-docker-arm64-4c-16g-27396 does not seem to be running inside a container 22:52:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/84 -v /w/workspace/app-service-configurable/84:/w/workspace/app-service-configurable/84:rw,z -v /w/workspace/app-service-configurable/84@tmp:/w/workspace/app-service-configurable/84@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 22:52:33 $ docker top b03e836271ec59092ed91b35c080cbf936b665f20c8e20173e76678c9f6c428c -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:34 + go version 22:52:34 go version go1.15.5 linux/arm64 [Pipeline] } 22:52:34 $ docker stop --time=1 b03e836271ec59092ed91b35c080cbf936b665f20c8e20173e76678c9f6c428c 22:52:36 $ docker rm -f b03e836271ec59092ed91b35c080cbf936b665f20c8e20173e76678c9f6c428c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:52:37 + docker inspect -f . ci-base-image-arm64 22:52:37 . [Pipeline] withDockerContainer 22:52:37 prd-ubuntu18.04-docker-arm64-4c-16g-27396 does not seem to be running inside a container 22:52:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/84 -v /w/workspace/app-service-configurable/84:/w/workspace/app-service-configurable/84:rw,z -v /w/workspace/app-service-configurable/84@tmp:/w/workspace/app-service-configurable/84@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 22:52:38 $ docker top d4d5f019f0bb6b1979a00b3645290f39f47d768d8b50790e3b7f5efa3e4fb312 -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:40 + make test 22:52:40 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:52:54 Removing intermediate container d86b6457778e 22:52:54 ---> bcf634206f89 22:52:54 Successfully built bcf634206f89 22:52:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:52:54 + docker inspect -f . ci-base-image-x86_64 22:52:54 . [Pipeline] withDockerContainer 22:52:55 prd-centos7-docker-4c-2g-27397 does not seem to be running inside a container 22:52:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/84 -v /w/workspace/app-service-configurable/84:/w/workspace/app-service-configurable/84:rw,z -v /w/workspace/app-service-configurable/84@tmp:/w/workspace/app-service-configurable/84@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 22:52:55 $ docker top a8b02b6aaaa05143d069a2b4a9dd1bae862d0ce9ca1d4895e36cba9dc722ebac -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:56 + go version 22:52:56 go version go1.15.5 linux/amd64 [Pipeline] } 22:52:56 $ docker stop --time=1 a8b02b6aaaa05143d069a2b4a9dd1bae862d0ce9ca1d4895e36cba9dc722ebac 22:52:57 $ docker rm -f a8b02b6aaaa05143d069a2b4a9dd1bae862d0ce9ca1d4895e36cba9dc722ebac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:52:58 + docker inspect -f . ci-base-image-x86_64 22:52:58 . [Pipeline] withDockerContainer 22:52:58 prd-centos7-docker-4c-2g-27397 does not seem to be running inside a container 22:52:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/84 -v /w/workspace/app-service-configurable/84:/w/workspace/app-service-configurable/84:rw,z -v /w/workspace/app-service-configurable/84@tmp:/w/workspace/app-service-configurable/84@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 22:52:59 $ docker top 7ecc9882d2e69103f160598baa0401764872fffdb4457befa2f5d4c848835abd -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:59 + make test 22:52:59 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:53:12 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:53:12 CGO_ENABLED=1 go vet ./... 22:53:14 gofmt -l . 22:53:14 [ "`gofmt -l .`" = "" ] 22:53:14 ./bin/test-go-mod-tidy.sh 22:53:15 ./bin/test-attribution-txt.sh [Pipeline] } 22:53:15 $ docker stop --time=1 7ecc9882d2e69103f160598baa0401764872fffdb4457befa2f5d4c848835abd 22:53:18 $ docker rm -f 7ecc9882d2e69103f160598baa0401764872fffdb4457befa2f5d4c848835abd [Pipeline] // withDockerContainer [Pipeline] sh 22:53:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:53:19 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:53:19 CGO_ENABLED=1 go vet ./... 22:53:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:53:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:53:20 + ls -al . 22:53:20 total 92 22:53:20 drwxrwxr-x. 7 jenkins jenkins 4096 Feb 23 22:53 . 22:53:20 drwxrwxr-x. 4 jenkins jenkins 30 Feb 23 22:51 .. 22:53:20 -rw-rw-r--. 1 jenkins jenkins 7174 Feb 23 22:52 Attribution.txt 22:53:20 drwxrwxr-x. 2 jenkins jenkins 64 Feb 23 22:52 bin 22:53:20 -rw-r--r--. 1 jenkins jenkins 10 Feb 23 22:53 coverage.out 22:53:20 -rw-rw-r--. 1 jenkins jenkins 2032 Feb 23 22:52 Dockerfile 22:53:20 -rw-rw-r--. 1 jenkins jenkins 970 Feb 23 22:52 Dockerfile.build 22:53:20 -rw-rw-r--. 1 jenkins jenkins 119 Feb 23 22:52 .dockerignore 22:53:20 drwxrwxr-x. 8 jenkins jenkins 162 Feb 23 22:52 .git 22:53:20 drwxrwxr-x. 2 jenkins jenkins 81 Feb 23 22:52 .github 22:53:20 -rw-rw-r--. 1 jenkins jenkins 93 Feb 23 22:52 .gitignore 22:53:20 -rw-r--r--. 1 jenkins jenkins 136 Feb 23 22:53 go.mod 22:53:20 -rw-r--r--. 1 jenkins jenkins 21022 Feb 23 22:53 go.sum 22:53:20 -rw-rw-r--. 1 jenkins jenkins 687 Feb 23 22:52 Jenkinsfile 22:53:20 -rw-rw-r--. 1 jenkins jenkins 10174 Feb 23 22:52 LICENSE 22:53:20 -rw-rw-r--. 1 jenkins jenkins 1522 Feb 23 22:52 main.go 22:53:20 -rw-rw-r--. 1 jenkins jenkins 1582 Feb 23 22:52 makefile 22:53:20 -rw-rw-r--. 1 jenkins jenkins 1277 Feb 23 22:52 README.md 22:53:20 drwxrwxr-x. 10 jenkins jenkins 173 Feb 23 22:52 res 22:53:20 drwxrwxr-x. 4 jenkins jenkins 71 Feb 23 22:52 snap 22:53:20 -rw-rw-r--. 1 jenkins jenkins 12 Feb 23 22:49 VERSION [Pipeline] isUnix [Pipeline] sh 22:53:21 + 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=50a23fb25f057f24c09903bc43e33ee9cf0b091d --label arch=amd64 --label version=2.0.0-dev.17 . 22:53:21 Sending build context to Docker daemon 127kB 22:53:21 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 22:53:21 Step 2/27 : FROM ${BASE} AS builder 22:53:21 ---> bcf634206f89 22:53:21 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:53:21 ---> Running in 00c429363189 22:53:21 Removing intermediate container 00c429363189 22:53:21 ---> 84bc0338b6b9 22:53:21 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:53:21 ---> Running in 429afadf0cd0 22:53:21 Removing intermediate container 429afadf0cd0 22:53:21 ---> 0fd78a9a5a22 22:53:21 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 22:53:21 ---> Running in a88473108d0b 22:53:22 Removing intermediate container a88473108d0b 22:53:22 ---> 33a0c8cf0694 22:53:22 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:22 ---> Running in 00b91588e33a 22:53:23 Removing intermediate container 00b91588e33a 22:53:23 ---> 72fccaa7c460 22:53:23 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:53:23 ---> Running in c5bf15a1f266 22:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:24 OK: 167 MiB in 45 packages 22:53:25 Removing intermediate container c5bf15a1f266 22:53:25 ---> 5bb95fc34b73 22:53:25 Step 8/27 : WORKDIR /app 22:53:25 ---> Running in be999a2790ac 22:53:25 Removing intermediate container be999a2790ac 22:53:25 ---> 149c9167356b 22:53:25 Step 9/27 : COPY go.mod . 22:53:25 ---> bbca1faa5ea3 22:53:25 Step 10/27 : RUN go mod download 22:53:25 ---> Running in 7ff6e789e55e 22:53:25 gofmt -l . 22:53:25 [ "`gofmt -l .`" = "" ] 22:53:25 ./bin/test-go-mod-tidy.sh 22:53:25 ./bin/test-attribution-txt.sh 22:53:26 Removing intermediate container 7ff6e789e55e 22:53:26 ---> 742213deca35 22:53:26 Step 11/27 : COPY . . 22:53:26 ---> c00def25fe64 22:53:26 Step 12/27 : ARG MAKE="make build" 22:53:26 ---> Running in ace37fee2ed5 22:53:26 Removing intermediate container ace37fee2ed5 22:53:26 ---> 3e3a538f7280 22:53:26 Step 13/27 : RUN $MAKE 22:53:27 ---> Running in f25fd352f988 [Pipeline] } 22:53:27 $ docker stop --time=1 d4d5f019f0bb6b1979a00b3645290f39f47d768d8b50790e3b7f5efa3e4fb312 22:53:27 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.17" -o app-service-configurable 22:53:29 $ docker rm -f d4d5f019f0bb6b1979a00b3645290f39f47d768d8b50790e3b7f5efa3e4fb312 [Pipeline] // withDockerContainer [Pipeline] sh 22:53:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:53:30 Warning: overwriting stash ‘coverage-report’ 22:53:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:53:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:53:32 + ls -al . 22:53:32 total 116 22:53:32 drwxrwxr-x 7 jenkins jenkins 4096 Feb 23 22:53 . 22:53:32 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 22:51 .. 22:53:32 -rw-rw-r-- 1 jenkins jenkins 119 Feb 23 22:51 .dockerignore 22:53:32 drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 22:51 .git 22:53:32 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 22:51 .github 22:53:32 -rw-rw-r-- 1 jenkins jenkins 93 Feb 23 22:51 .gitignore 22:53:32 -rw-rw-r-- 1 jenkins jenkins 7174 Feb 23 22:51 Attribution.txt 22:53:32 -rw-rw-r-- 1 jenkins jenkins 2032 Feb 23 22:51 Dockerfile 22:53:32 -rw-rw-r-- 1 jenkins jenkins 970 Feb 23 22:51 Dockerfile.build 22:53:32 -rw-rw-r-- 1 jenkins jenkins 687 Feb 23 22:51 Jenkinsfile 22:53:32 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 23 22:51 LICENSE 22:53:32 -rw-rw-r-- 1 jenkins jenkins 1277 Feb 23 22:51 README.md 22:53:32 -rw-rw-r-- 1 jenkins jenkins 12 Feb 23 22:49 VERSION 22:53:32 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 22:51 bin 22:53:32 -rw-r--r-- 1 jenkins jenkins 10 Feb 23 22:52 coverage.out 22:53:32 -rw-r--r-- 1 jenkins jenkins 136 Feb 23 22:53 go.mod 22:53:32 -rw-r--r-- 1 jenkins jenkins 21022 Feb 23 22:53 go.sum 22:53:32 -rw-rw-r-- 1 jenkins jenkins 1522 Feb 23 22:51 main.go 22:53:32 -rw-rw-r-- 1 jenkins jenkins 1582 Feb 23 22:51 makefile 22:53:32 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 22:51 res 22:53:32 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 22:51 snap [Pipeline] isUnix [Pipeline] sh 22:53:32 + 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=50a23fb25f057f24c09903bc43e33ee9cf0b091d --label arch=arm64 --label version=2.0.0-dev.17 . 22:53:32 Sending build context to Docker daemon 127kB 22:53:32 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 22:53:32 Step 2/27 : FROM ${BASE} AS builder 22:53:32 ---> b3841804b272 22:53:32 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:53:33 ---> Running in ee53d132405d 22:53:33 Removing intermediate container ee53d132405d 22:53:33 ---> 47d99c9674f1 22:53:33 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:53:33 ---> Running in 206225a15c5f 22:53:34 Removing intermediate container 206225a15c5f 22:53:34 ---> 3e3d1f1d85f8 22:53:34 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 22:53:34 ---> Running in 6a2266cfa4ca 22:53:34 Removing intermediate container 6a2266cfa4ca 22:53:34 ---> 94fe593ffcb0 22:53:34 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:34 ---> Running in 441be150ade8 22:53:36 Removing intermediate container 441be150ade8 22:53:36 ---> dfbce52a2270 22:53:36 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:53:37 ---> Running in 3e6f5f6b4251 22:53:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:53:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:53:39 Removing intermediate container f25fd352f988 22:53:39 ---> 63d1d5eb921a 22:53:39 Step 14/27 : FROM alpine:3.12 22:53:39 OK: 144 MiB in 45 packages 22:53:40 3.12: Pulling from library/alpine 22:53:40 801bfaa63ef2: Pulling fs layer 22:53:40 801bfaa63ef2: Verifying Checksum 22:53:40 801bfaa63ef2: Download complete 22:53:40 801bfaa63ef2: Pull complete 22:53:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:53:40 Status: Downloaded newer image for alpine:3.12 22:53:40 ---> 389fef711851 22:53:40 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 22:53:40 ---> Running in 89f62b81cd6a 22:53:40 Removing intermediate container 3e6f5f6b4251 22:53:40 ---> a5ab503ed21d 22:53:40 Step 8/27 : WORKDIR /app 22:53:40 Removing intermediate container 89f62b81cd6a 22:53:40 ---> a6ae8d6bc709 22:53:40 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:53:40 ---> Running in 3ed96a755d9f 22:53:41 ---> Running in 2d012a41dba4 22:53:41 Removing intermediate container 3ed96a755d9f 22:53:41 ---> a24ecb336621 22:53:41 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 22:53:41 ---> Running in 2afd215fbf71 22:53:41 Removing intermediate container 2d012a41dba4 22:53:41 ---> aec07678bfe2 22:53:41 Step 9/27 : COPY go.mod . 22:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:41 (1/7) Installing ca-certificates (20191127-r4) 22:53:41 (2/7) Installing dumb-init (1.2.2-r1) 22:53:41 (3/7) Installing libgcc (9.3.0-r2) 22:53:41 (4/7) Installing libsodium (1.0.18-r0) 22:53:41 (5/7) Installing libstdc++ (9.3.0-r2) 22:53:41 (6/7) Installing libzmq (4.3.3-r0) 22:53:41 (7/7) Installing zeromq (4.3.3-r0) 22:53:41 Executing busybox-1.31.1-r19.trigger 22:53:41 Executing ca-certificates-20191127-r4.trigger 22:53:41 OK: 9 MiB in 21 packages 22:53:42 ---> 24067bdb1bd8 22:53:42 Step 10/27 : RUN go mod download 22:53:42 ---> Running in c4972a13ba22 22:53:43 Removing intermediate container 2afd215fbf71 22:53:43 ---> a18f853d7585 22:53:43 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:53:43 ---> deda967c0b54 22:53:43 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:53:43 ---> c2d56601205c 22:53:43 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:53:43 ---> fcb83c8f6f31 22:53:43 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:53:44 ---> a92071f3517a 22:53:44 Step 22/27 : EXPOSE 48095 22:53:44 ---> Running in 1b3ed98d8ddb 22:53:44 Removing intermediate container 1b3ed98d8ddb 22:53:44 ---> 9779bc1ef4ba 22:53:44 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:53:44 ---> Running in 2117511a854e 22:53:44 Removing intermediate container c4972a13ba22 22:53:44 ---> 66d135d73d9d 22:53:44 Step 11/27 : COPY . . 22:53:44 Removing intermediate container 2117511a854e 22:53:44 ---> 01782c2b1c49 22:53:44 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:53:44 ---> Running in c5b8516da1d8 22:53:45 ---> 401e5ea62c3f 22:53:45 Step 12/27 : ARG MAKE="make build" 22:53:45 Removing intermediate container c5b8516da1d8 22:53:45 ---> c1f9d6ec4b41 22:53:45 Step 25/27 : LABEL arch=amd64 22:53:45 ---> Running in df5275a4a2e9 22:53:45 ---> Running in 9db057ac7d83 22:53:45 Removing intermediate container df5275a4a2e9 22:53:45 ---> 1ce2fb5516f6 22:53:45 Step 26/27 : LABEL git_sha=50a23fb25f057f24c09903bc43e33ee9cf0b091d 22:53:45 ---> Running in 2e9c597af3f9 22:53:45 Removing intermediate container 2e9c597af3f9 22:53:45 ---> 230fef2403af 22:53:45 Step 27/27 : LABEL version=2.0.0-dev.17 22:53:45 Removing intermediate container 9db057ac7d83 22:53:45 ---> d3cd914dcc7b 22:53:45 Step 13/27 : RUN $MAKE 22:53:45 ---> Running in 97dc4a627768 22:53:45 Removing intermediate container 97dc4a627768 22:53:45 ---> 37fa85c4decb 22:53:45 [Warning] One or more build-args [ARCH] were not consumed 22:53:45 Successfully built 37fa85c4decb 22:53:45 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 22:53:46 ---> Running in bee5feb78741 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:53:46 provisioning config files... 22:53:46 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/84@tmp/config1348843901018189393tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:53:46 ---> docker-login.sh 22:53:46 nexus3.edgexfoundry.org:10001 22:53:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:46 Configure a credential helper to remove this warning. See 22:53:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:46 22:53:46 Login Succeeded 22:53:46 nexus3.edgexfoundry.org:10002 22:53:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:47 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.17" -o app-service-configurable 22:53:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:47 Configure a credential helper to remove this warning. See 22:53:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:47 22:53:47 Login Succeeded 22:53:47 nexus3.edgexfoundry.org:10003 22:53:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:47 Configure a credential helper to remove this warning. See 22:53:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:47 22:53:47 Login Succeeded 22:53:47 nexus3.edgexfoundry.org:10004 22:53:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:47 Configure a credential helper to remove this warning. See 22:53:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:47 22:53:47 Login Succeeded 22:53:47 docker.io 22:53:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:47 Configure a credential helper to remove this warning. See 22:53:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:47 22:53:47 Login Succeeded 22:53:47 ---> docker-login.sh ends [Pipeline] } 22:53:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:53:47 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 22:53:47 50a23fb25f057f24c09903bc43e33ee9cf0b091d 22:53:47 latest 22:53:47 2.0.0-dev.17 22:53:47 50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 22:53:47 master 22:53:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:53:48 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:50a23fb25f057f24c09903bc43e33ee9cf0b091d [Pipeline] isUnix [Pipeline] sh 22:53:48 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:50a23fb25f057f24c09903bc43e33ee9cf0b091d 22:53:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:53:48 d0da43c39ba6: Preparing 22:53:48 9b2a25d0edaf: Preparing 22:53:48 2671c0e4f38d: Preparing 22:53:48 6c9f317e6aa3: Preparing 22:53:48 cbff12ac89ed: Preparing 22:53:48 777b2c648970: Preparing 22:53:48 6c9f317e6aa3: Pushed 22:53:48 2671c0e4f38d: Pushed 22:53:48 9b2a25d0edaf: Pushed 22:53:48 777b2c648970: Layer already exists 22:53:48 cbff12ac89ed: Pushed 22:53:49 d0da43c39ba6: Pushed 22:53:50 50a23fb25f057f24c09903bc43e33ee9cf0b091d: digest: sha256:7036dbd0171b1354b3408c6da8b7395a4589fe6ad04414c63530d7b4f300642d size: 1574 [Pipeline] isUnix [Pipeline] sh 22:53:50 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 22:53:50 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:53:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:53:50 d0da43c39ba6: Preparing 22:53:50 9b2a25d0edaf: Preparing 22:53:50 2671c0e4f38d: Preparing 22:53:50 6c9f317e6aa3: Preparing 22:53:50 cbff12ac89ed: Preparing 22:53:50 777b2c648970: Preparing 22:53:50 777b2c648970: Waiting 22:53:50 6c9f317e6aa3: Layer already exists 22:53:50 cbff12ac89ed: Layer already exists 22:53:51 2671c0e4f38d: Layer already exists 22:53:51 d0da43c39ba6: Layer already exists 22:53:51 9b2a25d0edaf: Layer already exists 22:53:51 777b2c648970: Layer already exists 22:53:51 latest: digest: sha256:7036dbd0171b1354b3408c6da8b7395a4589fe6ad04414c63530d7b4f300642d size: 1574 [Pipeline] isUnix [Pipeline] sh 22:53:51 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.17 [Pipeline] isUnix [Pipeline] sh 22:53:51 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.17 22:53:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:53:51 d0da43c39ba6: Preparing 22:53:51 9b2a25d0edaf: Preparing 22:53:51 2671c0e4f38d: Preparing 22:53:51 6c9f317e6aa3: Preparing 22:53:51 cbff12ac89ed: Preparing 22:53:51 777b2c648970: Preparing 22:53:51 777b2c648970: Waiting 22:53:51 6c9f317e6aa3: Layer already exists 22:53:51 2671c0e4f38d: Layer already exists 22:53:51 cbff12ac89ed: Layer already exists 22:53:51 d0da43c39ba6: Layer already exists 22:53:51 9b2a25d0edaf: Layer already exists 22:53:51 777b2c648970: Layer already exists 22:53:51 2.0.0-dev.17: digest: sha256:7036dbd0171b1354b3408c6da8b7395a4589fe6ad04414c63530d7b4f300642d size: 1574 [Pipeline] isUnix [Pipeline] sh 22:53:52 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 [Pipeline] isUnix [Pipeline] sh 22:53:52 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 22:53:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:53:52 d0da43c39ba6: Preparing 22:53:52 9b2a25d0edaf: Preparing 22:53:52 2671c0e4f38d: Preparing 22:53:52 6c9f317e6aa3: Preparing 22:53:52 cbff12ac89ed: Preparing 22:53:52 777b2c648970: Preparing 22:53:52 777b2c648970: Waiting 22:53:52 9b2a25d0edaf: Layer already exists 22:53:52 6c9f317e6aa3: Layer already exists 22:53:52 2671c0e4f38d: Layer already exists 22:53:52 cbff12ac89ed: Layer already exists 22:53:52 d0da43c39ba6: Layer already exists 22:53:52 777b2c648970: Layer already exists 22:53:52 50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17: digest: sha256:7036dbd0171b1354b3408c6da8b7395a4589fe6ad04414c63530d7b4f300642d size: 1574 [Pipeline] isUnix [Pipeline] sh 22:53:52 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 22:53:52 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 22:53:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:53:52 d0da43c39ba6: Preparing 22:53:52 9b2a25d0edaf: Preparing 22:53:52 2671c0e4f38d: Preparing 22:53:52 6c9f317e6aa3: Preparing 22:53:52 cbff12ac89ed: Preparing 22:53:52 777b2c648970: Preparing 22:53:52 777b2c648970: Waiting 22:53:52 d0da43c39ba6: Layer already exists 22:53:52 cbff12ac89ed: Layer already exists 22:53:52 6c9f317e6aa3: Layer already exists 22:53:52 2671c0e4f38d: Layer already exists 22:53:52 9b2a25d0edaf: Layer already exists 22:53:52 777b2c648970: Layer already exists 22:53:52 master: digest: sha256:7036dbd0171b1354b3408c6da8b7395a4589fe6ad04414c63530d7b4f300642d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:53:53 ===================================================== [Pipeline] echo 22:53:53 taggedImages: 22:53:53 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:50a23fb25f057f24c09903bc43e33ee9cf0b091d 22:53:53 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:53:53 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.17 22:53:53 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 22:53:53 - 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 22:53:54 ---> job-cost.sh 22:53:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lphJ 22:54:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:54:26 Removing intermediate container bee5feb78741 22:54:26 ---> 65e4cac141a4 22:54:26 Step 14/27 : FROM alpine:3.12 22:54:26 3.12: Pulling from library/alpine 22:54:26 159e5727ea61: Pulling fs layer 22:54:26 159e5727ea61: Verifying Checksum 22:54:26 159e5727ea61: Download complete 22:54:26 159e5727ea61: Pull complete 22:54:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:54:26 Status: Downloaded newer image for alpine:3.12 22:54:26 ---> afeebe901d6b 22:54:26 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 22:54:26 ---> Running in 41f91a74894f 22:54:26 Removing intermediate container 41f91a74894f 22:54:26 ---> 239e95860baf 22:54:26 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:54:26 ---> Running in 07b038a44d7a 22:54:26 Removing intermediate container 07b038a44d7a 22:54:26 ---> 518fb987a109 22:54:26 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 22:54:26 ---> Running in 987de2e0c0d1 22:54:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:54:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:54:26 (1/7) Installing ca-certificates (20191127-r4) 22:54:26 (2/7) Installing dumb-init (1.2.2-r1) 22:54:26 (3/7) Installing libgcc (9.3.0-r2) 22:54:26 (4/7) Installing libsodium (1.0.18-r0) 22:54:26 (5/7) Installing libstdc++ (9.3.0-r2) 22:54:26 (6/7) Installing libzmq (4.3.3-r0) 22:54:26 (7/7) Installing zeromq (4.3.3-r0) 22:54:26 Executing busybox-1.31.1-r19.trigger 22:54:26 Executing ca-certificates-20191127-r4.trigger 22:54:26 OK: 9 MiB in 21 packages 22:54:28 Removing intermediate container 987de2e0c0d1 22:54:28 ---> 8a3514e1f473 22:54:28 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:54:29 ---> 34a396784737 22:54:29 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:54:29 ---> 43e44b56da65 22:54:29 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:54:30 ---> 00d4b7e6c906 22:54:30 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:54:31 ---> 0b5ea9492e31 22:54:31 Step 22/27 : EXPOSE 48095 22:54:31 ---> Running in fd4ddd2e1d62 22:54:32 Removing intermediate container fd4ddd2e1d62 22:54:32 ---> 35f9591a9d80 22:54:32 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:54:32 ---> Running in 8c58c8382014 22:54:32 Removing intermediate container 8c58c8382014 22:54:32 ---> 6082c18182ec 22:54:32 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:54:33 ---> Running in b2614f1687f6 22:54:33 Removing intermediate container b2614f1687f6 22:54:33 ---> 07159251620b 22:54:33 Step 25/27 : LABEL arch=arm64 22:54:33 ---> Running in 08d6e54d5f1c 22:54:33 Removing intermediate container 08d6e54d5f1c 22:54:33 ---> 92b8034bf85e 22:54:33 Step 26/27 : LABEL git_sha=50a23fb25f057f24c09903bc43e33ee9cf0b091d 22:54:34 ---> Running in 70c93b389393 22:54:34 Removing intermediate container 70c93b389393 22:54:34 ---> 17b5901d52a1 22:54:34 Step 27/27 : LABEL version=2.0.0-dev.17 22:54:34 ---> Running in 89a4a947d5a9 22:54:35 Removing intermediate container 89a4a947d5a9 22:54:35 ---> 615577f2a64b 22:54:35 [Warning] One or more build-args [ARCH] were not consumed 22:54:35 Successfully built 615577f2a64b 22:54:35 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 22:54:35 provisioning config files... 22:54:35 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/84@tmp/config4779967583891473597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:54:35 lf-activate-venv(): INFO: Adding /tmp/venv-lphJ/bin to PATH 22:54:35 INFO: No Stack... 22:54:35 INFO: Retrieving Pricing Info for: v1-standard-2 22:54:36 ---> docker-login.sh 22:54:36 nexus3.edgexfoundry.org:10001 22:54:36 INFO: Archiving Costs 22:54:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:36 Configure a credential helper to remove this warning. See 22:54:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:36 22:54:36 Login Succeeded 22:54:36 nexus3.edgexfoundry.org:10002 [Pipeline] sh 22:54:36 + cat /w/workspace/app-service-configurable/84/archives/cost.csv 22:54:36 + cut -d, -f6 [Pipeline] lock 22:54:36 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] 22:54:36 Resource [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] did not exist. Created. 22:54:36 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:54:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:37 Configure a credential helper to remove this warning. See 22:54:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:37 22:54:37 Login Succeeded 22:54:37 nexus3.edgexfoundry.org:10003 22:54:37 + echo total: 0.029999999329447746 [Pipeline] stash 22:54:37 Stashed 1 file(s) [Pipeline] } 22:54:37 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv 22:54:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:37 Configure a credential helper to remove this warning. See 22:54:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:37 22:54:37 Login Succeeded 22:54:37 nexus3.edgexfoundry.org:10004 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:38 Configure a credential helper to remove this warning. See 22:54:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:38 22:54:38 Login Succeeded 22:54:38 docker.io 22:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:39 Configure a credential helper to remove this warning. See 22:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:39 22:54:39 Login Succeeded 22:54:39 ---> docker-login.sh ends [Pipeline] } 22:54:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:54:39 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 22:54:39 50a23fb25f057f24c09903bc43e33ee9cf0b091d 22:54:39 latest 22:54:39 2.0.0-dev.17 22:54:39 50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 22:54:39 master 22:54:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:54:40 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:50a23fb25f057f24c09903bc43e33ee9cf0b091d [Pipeline] isUnix [Pipeline] sh 22:54:40 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:50a23fb25f057f24c09903bc43e33ee9cf0b091d 22:54:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:54:40 35aad7520cb4: Preparing 22:54:40 504fbb860827: Preparing 22:54:40 9a01a457b588: Preparing 22:54:40 af181aa95c88: Preparing 22:54:40 95da40f8a43b: Preparing 22:54:40 379067d0cb53: Preparing 22:54:40 379067d0cb53: Waiting 22:54:40 504fbb860827: Pushed 22:54:40 af181aa95c88: Pushed 22:54:40 9a01a457b588: Pushed 22:54:40 379067d0cb53: Layer already exists 22:54:41 95da40f8a43b: Pushed 22:54:44 35aad7520cb4: Pushed 22:54:44 50a23fb25f057f24c09903bc43e33ee9cf0b091d: digest: sha256:bc8417a9f0374608fa2568e1fb68502919c55b55fb0b2436bee47361abfd0a45 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:54:44 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:54:45 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 22:54:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:54:45 35aad7520cb4: Preparing 22:54:45 504fbb860827: Preparing 22:54:45 9a01a457b588: Preparing 22:54:45 af181aa95c88: Preparing 22:54:45 95da40f8a43b: Preparing 22:54:45 379067d0cb53: Preparing 22:54:45 379067d0cb53: Waiting 22:54:45 af181aa95c88: Layer already exists 22:54:45 35aad7520cb4: Layer already exists 22:54:45 9a01a457b588: Layer already exists 22:54:45 95da40f8a43b: Layer already exists 22:54:45 504fbb860827: Layer already exists 22:54:45 379067d0cb53: Layer already exists 22:54:45 latest: digest: sha256:bc8417a9f0374608fa2568e1fb68502919c55b55fb0b2436bee47361abfd0a45 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:54:45 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.17 [Pipeline] isUnix [Pipeline] sh 22:54:46 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.17 22:54:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:54:46 35aad7520cb4: Preparing 22:54:46 504fbb860827: Preparing 22:54:46 9a01a457b588: Preparing 22:54:46 af181aa95c88: Preparing 22:54:46 95da40f8a43b: Preparing 22:54:46 379067d0cb53: Preparing 22:54:46 379067d0cb53: Waiting 22:54:46 95da40f8a43b: Layer already exists 22:54:46 af181aa95c88: Layer already exists 22:54:46 504fbb860827: Layer already exists 22:54:46 35aad7520cb4: Layer already exists 22:54:46 9a01a457b588: Layer already exists 22:54:46 379067d0cb53: Layer already exists 22:54:46 2.0.0-dev.17: digest: sha256:bc8417a9f0374608fa2568e1fb68502919c55b55fb0b2436bee47361abfd0a45 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:54:46 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 [Pipeline] isUnix [Pipeline] sh 22:54:46 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 22:54:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:54:46 35aad7520cb4: Preparing 22:54:46 504fbb860827: Preparing 22:54:46 9a01a457b588: Preparing 22:54:46 af181aa95c88: Preparing 22:54:46 95da40f8a43b: Preparing 22:54:46 379067d0cb53: Preparing 22:54:46 379067d0cb53: Waiting 22:54:46 35aad7520cb4: Layer already exists 22:54:46 95da40f8a43b: Layer already exists 22:54:46 9a01a457b588: Layer already exists 22:54:47 af181aa95c88: Layer already exists 22:54:47 504fbb860827: Layer already exists 22:54:47 379067d0cb53: Layer already exists 22:54:47 50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17: digest: sha256:bc8417a9f0374608fa2568e1fb68502919c55b55fb0b2436bee47361abfd0a45 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:54:47 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 22:54:47 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 22:54:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:54:47 35aad7520cb4: Preparing 22:54:47 504fbb860827: Preparing 22:54:47 9a01a457b588: Preparing 22:54:47 af181aa95c88: Preparing 22:54:47 95da40f8a43b: Preparing 22:54:47 379067d0cb53: Preparing 22:54:47 379067d0cb53: Waiting 22:54:47 504fbb860827: Layer already exists 22:54:47 35aad7520cb4: Layer already exists 22:54:47 95da40f8a43b: Layer already exists 22:54:47 af181aa95c88: Layer already exists 22:54:47 9a01a457b588: Layer already exists 22:54:47 379067d0cb53: Layer already exists 22:54:48 master: digest: sha256:bc8417a9f0374608fa2568e1fb68502919c55b55fb0b2436bee47361abfd0a45 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:54:48 ===================================================== [Pipeline] echo 22:54:48 taggedImages: 22:54:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:50a23fb25f057f24c09903bc43e33ee9cf0b091d 22:54:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 22:54:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.17 22:54:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 22:54:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:54:49 ---> job-cost.sh 22:54:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DUgT 22:55:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:57:34 lf-activate-venv(): INFO: Adding /tmp/venv-DUgT/bin to PATH 22:57:34 INFO: No Stack... 22:57:34 INFO: Retrieving Pricing Info for: lf-standard-4 22:57:34 INFO: Archiving Costs [Pipeline] sh 22:57:35 + cat /w/workspace/app-service-configurable/84/archives/cost.csv 22:57:35 + cut -d, -f6 [Pipeline] lock 22:57:35 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] 22:57:35 Resource [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] did not exist. Created. 22:57:35 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:57:35 /w/workspace/app-service-configurable/84@tmp/durable-f30bae5d/script.sh: 1: /w/workspace/app-service-configurable/84@tmp/durable-f30bae5d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:57:36 + echo total: 0.20999999344348907 [Pipeline] stash 22:57:36 Warning: overwriting stash ‘stack-cost’ 22:57:36 Stashed 1 file(s) [Pipeline] } 22:57:36 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-84-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 22:57:37 provisioning config files... 22:57:37 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config6867555057364763665tmp [Pipeline] { [Pipeline] sh 22:57:38 + set +x 22:57:38 + curl -s https://codecov.io/bash 22:57:38 + bash -s -- 22:57:38 22:57:38 _____ _ 22:57:38 / ____| | | 22:57:38 | | ___ __| | ___ ___ _____ __ 22:57:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:57:38 | |___| (_) | (_| | __/ (_| (_) \ V / 22:57:38 \_____\___/ \__,_|\___|\___\___/ \_/ 22:57:38 Bash-20210129-7c25fce 22:57:38 22:57:38 22:57:38 ==> git version 2.24.3 found 22:57:38 ==> 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 22:57:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:57:38 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:57:38 ==> Jenkins CI detected. 22:57:38 project root: . 22:57:38 --> token set from env 22:57:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:57:38 ==> Running gcov in . (disable via -X gcov) 22:57:38 ==> Python coveragepy not found 22:57:38 ==> Searching for coverage reports in: 22:57:38 + . 22:57:38 -> Found 1 reports 22:57:38 ==> Detecting git/mercurial file structure 22:57:38 ==> Reading reports 22:57:38 + ./coverage.out bytes=10 22:57:38 ==> Appending adjustments 22:57:38 https://docs.codecov.io/docs/fixing-reports 22:57:38 + Found adjustments 22:57:38 ==> Gzipping contents 22:57:38 4.0K /tmp/codecov.tgrZlA.gz 22:57:38 ==> Uploading reports 22:57:38 url: https://codecov.io 22:57:38 query: branch=master&commit=50a23fb25f057f24c09903bc43e33ee9cf0b091d&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F84%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:57:38 -> Pinging Codecov 22:57:38 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=50a23fb25f057f24c09903bc43e33ee9cf0b091d&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F84%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:57:39 -> Uploading to 22:57:39 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/A97CA9966030D2A3747ED39772930CCE/50a23fb25f057f24c09903bc43e33ee9cf0b091d/3a1bf73e-2381-4f4e-a55a-24969af3c4bf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T225738Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=94e2e914c8c8a2946aa994ebe4270c394e639bfddc5a020263870fe222201cf6 22:57:39 % Total % Received % Xferd Average Speed Time Time Time Current 22:57:39 Dload Upload Total Spent Left Speed 22:57:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 962 --:--:-- --:--:-- --:--:-- 963 22:57:39 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/50a23fb25f057f24c09903bc43e33ee9cf0b091d [Pipeline] } 22:57:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:57:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:57:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:57:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:57:41 22:57:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:57:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:57:41 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:57:41 188c0c94c7c5: Pulling fs layer 22:57:41 0ef7d3d256c8: Pulling fs layer 22:57:41 de9db76c5a1d: Pulling fs layer 22:57:41 0eba1c9be4d2: Pulling fs layer 22:57:41 0d57e429df01: Pulling fs layer 22:57:41 4e4be7b47b0d: Pulling fs layer 22:57:41 e1f770b5df2f: Pulling fs layer 22:57:41 85a0685a4137: Pulling fs layer 22:57:41 0eba1c9be4d2: Waiting 22:57:41 0d57e429df01: Waiting 22:57:41 4e4be7b47b0d: Waiting 22:57:41 e1f770b5df2f: Waiting 22:57:41 85a0685a4137: Waiting 22:57:41 de9db76c5a1d: Verifying Checksum 22:57:41 de9db76c5a1d: Download complete 22:57:41 0ef7d3d256c8: Verifying Checksum 22:57:41 0ef7d3d256c8: Download complete 22:57:41 0d57e429df01: Verifying Checksum 22:57:41 0d57e429df01: Download complete 22:57:41 188c0c94c7c5: Verifying Checksum 22:57:41 4e4be7b47b0d: Verifying Checksum 22:57:41 4e4be7b47b0d: Download complete 22:57:41 188c0c94c7c5: Pull complete 22:57:42 0ef7d3d256c8: Pull complete 22:57:42 de9db76c5a1d: Pull complete 22:57:43 e1f770b5df2f: Verifying Checksum 22:57:43 e1f770b5df2f: Download complete 22:57:45 0eba1c9be4d2: Verifying Checksum 22:57:45 0eba1c9be4d2: Download complete 22:57:45 85a0685a4137: Verifying Checksum 22:57:45 85a0685a4137: Download complete 22:57:50 0eba1c9be4d2: Pull complete 22:57:50 0d57e429df01: Pull complete 22:57:50 4e4be7b47b0d: Pull complete 22:57:54 e1f770b5df2f: Pull complete 22:58:01 85a0685a4137: Pull complete 22:58:01 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:58:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:58:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:58:01 prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container 22:58:01 $ 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 22:58:02 $ docker top f7aee37f72b0c923eba6c27da6fad93f5ac9e40ae36591092b76b001a7f486a5 -eo pid,comm [Pipeline] { [Pipeline] echo 22:58:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:58:03 + set -o pipefail 22:58:03 + snyk monitor '--org=edgex-jenkins' 22:58:17 22:58:17 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 22:58:17 22:58:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/9a566fd5-43a0-4d82-85e9-88cba316531a 22:58:17 22:58:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:58:17 22:58:17 22:58:17 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 22:58:17 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:58:18 $ docker stop --time=1 f7aee37f72b0c923eba6c27da6fad93f5ac9e40ae36591092b76b001a7f486a5 22:58:21 $ docker rm -f f7aee37f72b0c923eba6c27da6fad93f5ac9e40ae36591092b76b001a7f486a5 [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 22:58:23 + git log --format=format:%s -1 50a23fb25f057f24c09903bc43e33ee9cf0b091d [Pipeline] isUnix [Pipeline] sh 22:58:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:58:23 . [Pipeline] withDockerContainer 22:58:23 prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container 22:58:23 $ 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 22:58:24 $ docker top 1dcf10a9ae5bb2c0bdcfaccdacee63903194f0a5bf0efac4595020177c83ae2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:58:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:58:24 [ssh-agent] Looking for ssh-agent implementation... 22:58:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:58:24 $ docker exec 1dcf10a9ae5bb2c0bdcfaccdacee63903194f0a5bf0efac4595020177c83ae2f ssh-agent 22:58:25 SSH_AUTH_SOCK=/tmp/ssh-Nl8RDbEMw6HV/agent.12 22:58:25 SSH_AGENT_PID=17 22:58:25 Running ssh-add (command line suppressed) 22:58:25 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1888364836132619378.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1888364836132619378.key) 22:58:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:58:25 + git semver tag 22:58:25 # -> Open(): unable to determine branch for HEAD 22:58:25 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:58:25 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:58:25 # $SEMVER_REMOTE_NAME = origin 22:58:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:58:25 # $SEMVER_USER_NAME = edgex-jenkins 22:58:25 # $SEMVER_BRANCH = master 22:58:25 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 22:58:25 # 50a23fb25f057f24c09903bc43e33ee9cf0b091d HEAD 22:58:25 # -> Force: false 22:58:25 # add109aec6967c1b703ada5d5eee230836221e2e refs/tags/v2.0.0-dev.17 [Pipeline] } 22:58:25 $ docker exec --env ******** --env ******** 1dcf10a9ae5bb2c0bdcfaccdacee63903194f0a5bf0efac4595020177c83ae2f ssh-agent -k 22:58:25 unset SSH_AUTH_SOCK; 22:58:25 unset SSH_AGENT_PID; 22:58:25 echo Agent pid 17 killed; 22:58:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:58:26 + git semver [Pipeline] } 22:58:26 $ docker stop --time=1 1dcf10a9ae5bb2c0bdcfaccdacee63903194f0a5bf0efac4595020177c83ae2f 22:58:27 $ docker rm -f 1dcf10a9ae5bb2c0bdcfaccdacee63903194f0a5bf0efac4595020177c83ae2f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:58:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:58:28 22:58:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:58:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:58:28 0.23.1-centos7: Pulling from edgex-lftools 22:58:28 ab5ef0e58194: Pulling fs layer 22:58:28 9712f1f96733: Pulling fs layer 22:58:28 63f879dbbcfc: Pulling fs layer 22:58:28 0d9ebad4ef96: Pulling fs layer 22:58:28 e9a5061849ea: Pulling fs layer 22:58:28 d747dcd14b5f: Pulling fs layer 22:58:28 2de7ff778b66: Pulling fs layer 22:58:28 0d9ebad4ef96: Waiting 22:58:28 e9a5061849ea: Waiting 22:58:28 d747dcd14b5f: Waiting 22:58:28 2de7ff778b66: Waiting 22:58:29 9712f1f96733: Verifying Checksum 22:58:29 9712f1f96733: Download complete 22:58:30 63f879dbbcfc: Verifying Checksum 22:58:30 63f879dbbcfc: Download complete 22:58:30 e9a5061849ea: Verifying Checksum 22:58:30 e9a5061849ea: Download complete 22:58:30 d747dcd14b5f: Verifying Checksum 22:58:30 d747dcd14b5f: Download complete 22:58:31 2de7ff778b66: Verifying Checksum 22:58:31 2de7ff778b66: Download complete 22:58:31 0d9ebad4ef96: Verifying Checksum 22:58:31 0d9ebad4ef96: Download complete 22:58:31 ab5ef0e58194: Verifying Checksum 22:58:31 ab5ef0e58194: Download complete 22:58:35 ab5ef0e58194: Pull complete 22:58:35 9712f1f96733: Pull complete 22:58:38 63f879dbbcfc: Pull complete 22:58:44 0d9ebad4ef96: Pull complete 22:58:46 e9a5061849ea: Pull complete 22:58:46 d747dcd14b5f: Pull complete 22:58:48 2de7ff778b66: Pull complete 22:58:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:58:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:58:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:58:49 prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container 22:58:49 $ 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 22:58:52 $ docker top 9c6005ff683ccdabcea22315cedbcde5eb7679e317ea69a98b42e41434f0bebb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:58:53 provisioning config files... 22:58:53 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config6486424257930434357tmp 22:58:53 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config8833146314459780307tmp 22:58:53 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config3892271520853685586tmp [Pipeline] { [Pipeline] echo 22:58:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:58:53 ---> sigul-configuration.sh 22:58:53 gpg: directory `/root/.gnupg' created 22:58:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:58:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:58:53 gpg: keyring `/root/.gnupg/secring.gpg' created 22:58:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:58:53 gpg: CAST5 encrypted data 22:58:53 gpg: encrypted with 1 passphrase 22:58:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:58:54 + mkdir /home/jenkins 22:58:54 + mkdir /home/jenkins/sigul [Pipeline] sh 22:58:54 + 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 22:58:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:58:54 ---> sigul-install.sh 22:59:00 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:59:00 + git tag --list 22:59:00 v1.0.0 22:59:00 v1.1.0 22:59:00 v1.2.0 22:59:00 v1.3.0 22:59:00 v1.3.1 22:59:00 v1.3.1-dev.1 22:59:00 v1.3.1-dev.2 22:59:00 v1.3.1-dev.3 22:59:00 v2.0.0-dev.1 22:59:00 v2.0.0-dev.10 22:59:00 v2.0.0-dev.11 22:59:00 v2.0.0-dev.12 22:59:00 v2.0.0-dev.13 22:59:00 v2.0.0-dev.14 22:59:00 v2.0.0-dev.15 22:59:00 v2.0.0-dev.16 22:59:00 v2.0.0-dev.17 22:59:00 v2.0.0-dev.2 22:59:00 v2.0.0-dev.3 22:59:00 v2.0.0-dev.4 22:59:00 v2.0.0-dev.5 22:59:00 v2.0.0-dev.6 22:59:00 v2.0.0-dev.7 22:59:00 v2.0.0-dev.8 22:59:00 v2.0.0-dev.9 [Pipeline] sh 22:59:00 + lftools sign git-tag v2.0.0-dev.17 22:59:02 Signing Git tag with Sigul... 22:59:02 Signing v2.0.0-dev.17 [Pipeline] echo 22:59:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:59:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:59:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:59:03 $ docker stop --time=1 9c6005ff683ccdabcea22315cedbcde5eb7679e317ea69a98b42e41434f0bebb 22:59:05 $ docker rm -f 9c6005ff683ccdabcea22315cedbcde5eb7679e317ea69a98b42e41434f0bebb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:59:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:59:06 . [Pipeline] withDockerContainer 22:59:06 prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container 22:59:06 $ 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 22:59:07 $ docker top 1bb38c6e12f6e4447fcdb347d6ab34c62915ce0d6ac4c2c15400da5c1c7e3cd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:59:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:59:07 [ssh-agent] Looking for ssh-agent implementation... 22:59:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:59:08 $ docker exec 1bb38c6e12f6e4447fcdb347d6ab34c62915ce0d6ac4c2c15400da5c1c7e3cd5 ssh-agent 22:59:08 SSH_AUTH_SOCK=/tmp/ssh-N1hacUCjzPAf/agent.11 22:59:08 SSH_AGENT_PID=16 22:59:08 Running ssh-add (command line suppressed) 22:59:08 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8905812114547966223.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8905812114547966223.key) 22:59:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:59:08 + git semver bump pre 22:59:08 # -> Open(): unable to determine branch for HEAD 22:59:08 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:59:08 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:59:08 # $SEMVER_REMOTE_NAME = origin 22:59:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:59:08 # $SEMVER_USER_NAME = edgex-jenkins 22:59:08 # $SEMVER_BRANCH = master 22:59:08 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 22:59:08 2.0.0-dev.18 [Pipeline] } 22:59:08 $ docker exec --env ******** --env ******** 1bb38c6e12f6e4447fcdb347d6ab34c62915ce0d6ac4c2c15400da5c1c7e3cd5 ssh-agent -k 22:59:08 unset SSH_AUTH_SOCK; 22:59:08 unset SSH_AGENT_PID; 22:59:08 echo Agent pid 16 killed; 22:59:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:59:09 + git semver [Pipeline] } 22:59:09 $ docker stop --time=1 1bb38c6e12f6e4447fcdb347d6ab34c62915ce0d6ac4c2c15400da5c1c7e3cd5 22:59:11 $ docker rm -f 1bb38c6e12f6e4447fcdb347d6ab34c62915ce0d6ac4c2c15400da5c1c7e3cd5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:59:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:59:11 . [Pipeline] withDockerContainer 22:59:11 prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container 22:59: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 22:59:12 $ docker top 6509f3c5dde0e541a6e8fd12b4e53b6ad3790da9c045ec629e23244c6e96a198 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:59:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:59:12 [ssh-agent] Looking for ssh-agent implementation... 22:59:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:59:13 $ docker exec 6509f3c5dde0e541a6e8fd12b4e53b6ad3790da9c045ec629e23244c6e96a198 ssh-agent 22:59:13 SSH_AUTH_SOCK=/tmp/ssh-hTbkwvElRw1q/agent.12 22:59:13 SSH_AGENT_PID=17 22:59:13 Running ssh-add (command line suppressed) 22:59:13 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8950384615365314226.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8950384615365314226.key) 22:59:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:59:13 + git semver push 22:59:13 # -> Open(): unable to determine branch for HEAD 22:59:13 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:59:13 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:59:13 # $SEMVER_REMOTE_NAME = origin 22:59:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:59:13 # $SEMVER_USER_NAME = edgex-jenkins 22:59:13 # $SEMVER_BRANCH = master 22:59:13 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:59:19 $ docker exec --env ******** --env ******** 6509f3c5dde0e541a6e8fd12b4e53b6ad3790da9c045ec629e23244c6e96a198 ssh-agent -k 22:59:19 unset SSH_AUTH_SOCK; 22:59:19 unset SSH_AGENT_PID; 22:59:19 echo Agent pid 17 killed; 22:59:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:59:19 + git semver [Pipeline] } 22:59:19 $ docker stop --time=1 6509f3c5dde0e541a6e8fd12b4e53b6ad3790da9c045ec629e23244c6e96a198 22:59:21 $ docker rm -f 6509f3c5dde0e541a6e8fd12b4e53b6ad3790da9c045ec629e23244c6e96a198 [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 22:59:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:59:23 ---> package-listing.sh 22:59:23 ++ facter osfamily 22:59:23 ++ tr '[:upper:]' '[:lower:]' 22:59:23 + OS_FAMILY=redhat 22:59:23 + workspace=/w/workspace/_app-service-configurable_master 22:59:23 + START_PACKAGES=/tmp/packages_start.txt 22:59:23 + END_PACKAGES=/tmp/packages_end.txt 22:59:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:59:23 + PACKAGES=/tmp/packages_start.txt 22:59:23 + '[' /w/workspace/_app-service-configurable_master ']' 22:59:23 + PACKAGES=/tmp/packages_end.txt 22:59:23 + case "${OS_FAMILY}" in 22:59:23 + rpm -qa 22:59:23 + sort 22:59:28 + '[' -f /tmp/packages_start.txt ']' 22:59:28 + '[' -f /tmp/packages_end.txt ']' 22:59:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:59:28 + '[' /w/workspace/_app-service-configurable_master ']' 22:59:28 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 22:59:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 22:59:28 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 22:59:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:59:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:59:29 22:59:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:59:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:59:29 alpine: Pulling from edgex-lftools-log-publisher 22:59:29 df20fa9351a1: Pulling fs layer 22:59:29 36b3adc4ff6f: Pulling fs layer 22:59:29 8ad3a11d3b57: Pulling fs layer 22:59:29 46f8f816bc3b: Pulling fs layer 22:59:29 93b61091891f: Pulling fs layer 22:59:29 93b9cdb0e59b: Pulling fs layer 22:59:29 5e14af77c1be: Pulling fs layer 22:59:29 01666e4c0597: Pulling fs layer 22:59:29 aa168da1d23b: Pulling fs layer 22:59:29 93b9cdb0e59b: Waiting 22:59:29 5e14af77c1be: Waiting 22:59:29 aa168da1d23b: Waiting 22:59:29 01666e4c0597: Waiting 22:59:29 93b61091891f: Waiting 22:59:29 36b3adc4ff6f: Verifying Checksum 22:59:29 36b3adc4ff6f: Download complete 22:59:29 46f8f816bc3b: Verifying Checksum 22:59:29 46f8f816bc3b: Download complete 22:59:29 df20fa9351a1: Verifying Checksum 22:59:29 df20fa9351a1: Download complete 22:59:30 93b9cdb0e59b: Verifying Checksum 22:59:30 93b9cdb0e59b: Download complete 22:59:30 5e14af77c1be: Verifying Checksum 22:59:30 5e14af77c1be: Download complete 22:59:30 01666e4c0597: Verifying Checksum 22:59:30 01666e4c0597: Download complete 22:59:30 93b61091891f: Download complete 22:59:30 8ad3a11d3b57: Verifying Checksum 22:59:30 8ad3a11d3b57: Download complete 22:59:30 df20fa9351a1: Pull complete 22:59:30 36b3adc4ff6f: Pull complete 22:59:32 aa168da1d23b: Verifying Checksum 22:59:32 aa168da1d23b: Download complete 22:59:32 8ad3a11d3b57: Pull complete 22:59:32 46f8f816bc3b: Pull complete 22:59:32 93b61091891f: Pull complete 22:59:33 93b9cdb0e59b: Pull complete 22:59:33 5e14af77c1be: Pull complete 22:59:33 01666e4c0597: Pull complete 22:59:41 aa168da1d23b: Pull complete 22:59:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:59:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:59:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:59:41 prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container 22:59:41 $ 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 22:59:44 $ docker top ee22e389b41da18d4b4102af217686a580c7a67618278a9a26c87d80c74e937e -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:45 + touch /tmp/pre-build-complete [Pipeline] sh 22:59:45 + mkdir -p /var/log/sa [Pipeline] sh 22:59:45 + ls /var/log/sa-host 22:59:45 + sadf -c /var/log/sa-host/sa23 22:59:45 file_magic: OK 22:59:45 HZ: Using current value: 100 22:59:45 file_header: OK 22:59:45 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 22:59:45 Statistics: 22:59:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:59:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:59:46 provisioning config files... 22:59:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6166485299713903027tmp [Pipeline] { [Pipeline] echo 22:59:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:59:46 ---> create-netrc.sh [Pipeline] } 22:59:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:59:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:59:47 ---> python-tools-install.sh [Pipeline] echo 22:59:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:59:47 ---> sudo-logs.sh 22:59:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:59:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:59:47 ---> job-cost.sh 22:59:47 lf-activate-venv: SKIPPING 22:59:47 DEBUG: total: 0.20999999344348907 22:59:47 INFO: Retrieving Stack Cost... 22:59:48 INFO: Retrieving Pricing Info for: v1-standard-2 22:59:49 INFO: Archiving Costs [Pipeline] echo 22:59:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:59:49 ---> logs-deploy.sh 22:59:49 lf-activate-venv: SKIPPING 22:59:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/84 22:59:49 INFO: archiving workspace using pattern(s): 22:59:51 Archives upload complete. 22:59:51 INFO: archiving logs to Nexus 22:59:52 ---> uname -a: 22:59:52 Linux prd-centos7-docker-4c-2g-27395.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:59:52 22:59:52 22:59:52 ---> lscpu: 22:59:52 Architecture: x86_64 22:59:52 CPU op-mode(s): 32-bit, 64-bit 22:59:52 Byte Order: Little Endian 22:59:52 Address sizes: 40 bits physical, 48 bits virtual 22:59:52 CPU(s): 4 22:59:52 On-line CPU(s) list: 0-3 22:59:52 Thread(s) per core: 1 22:59:52 Core(s) per socket: 1 22:59:52 Socket(s): 4 22:59:52 NUMA node(s): 1 22:59:52 Vendor ID: GenuineIntel 22:59:52 CPU family: 6 22:59:52 Model: 44 22:59:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:59:52 Stepping: 1 22:59:52 CPU MHz: 2933.438 22:59:52 BogoMIPS: 5866.87 22:59:52 Virtualization: VT-x 22:59:52 Hypervisor vendor: KVM 22:59:52 Virtualization type: full 22:59:52 L1d cache: 128 KiB 22:59:52 L1i cache: 128 KiB 22:59:52 L2 cache: 16 MiB 22:59:52 L3 cache: 64 MiB 22:59:52 NUMA node0 CPU(s): 0-3 22:59:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:59:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:59:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:59:52 Vulnerability Meltdown: Mitigation; PTI 22:59:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:59:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:59:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:59:52 Vulnerability Srbds: Not affected 22:59:52 Vulnerability Tsx async abort: Not affected 22:59:52 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 22:59:52 22:59:52 22:59:52 ---> nproc: 22:59:52 4 22:59:52 22:59:52 22:59:52 ---> df -h: 22:59:52 Filesystem Size Used Available Use% Mounted on 22:59:52 overlay 50.0G 8.5G 41.4G 17% / 22:59:52 tmpfs 64.0M 0 64.0M 0% /dev 22:59:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:59:52 shm 64.0M 0 64.0M 0% /dev/shm 22:59:52 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 22:59:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 22:59:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 22:59:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 22:59:52 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 22:59:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 22:59:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 22:59:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 22:59:52 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 22:59:52 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 22:59:52 22:59:52 22:59:52 ---> free -m: 22:59:52 total used free shared buff/cache available 22:59:52 Mem: 1837 809 152 0 875 964 22:59:52 Swap: 1023 2 1021 22:59:52 22:59:52 22:59:52 ---> ip addr: 22:59:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:59:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:59:52 inet 127.0.0.1/8 scope host lo 22:59:52 valid_lft forever preferred_lft forever 22:59:52 inet6 ::1/128 scope host 22:59:52 valid_lft forever preferred_lft forever 22:59:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:59:52 link/ether fa:16:3e:66:ca:b6 brd ff:ff:ff:ff:ff:ff 22:59:52 inet 10.30.122.164/23 brd 10.30.123.255 scope global dynamic eth0 22:59:52 valid_lft 85707sec preferred_lft 85707sec 22:59:52 inet6 fe80::f816:3eff:fe66:cab6/64 scope link 22:59:52 valid_lft forever preferred_lft forever 22:59:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:59:52 link/ether 02:42:54:05:36:fa brd ff:ff:ff:ff:ff:ff 22:59:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:59:52 valid_lft forever preferred_lft forever 22:59:52 inet6 fe80::42:54ff:fe05:36fa/64 scope link 22:59:52 valid_lft forever preferred_lft forever 22:59:52 22:59:52 22:59:52 ---> sar -b -r -n DEV: 22:59:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 22:59:52 22:59:52 22:48:08 LINUX RESTART (4 CPU) 22:59:52 22:59:52 22:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:59:52 22:50:01 22.80 5.16 17.64 0.00 1253.93 2947.74 0.00 22:59:52 22:51:01 0.82 0.00 0.82 0.00 0.00 17.72 0.00 22:59:52 22:52:01 0.30 0.00 0.30 0.00 0.00 3.90 0.00 22:59:52 22:53:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 22:59:52 22:54:01 0.25 0.00 0.25 0.00 0.00 3.40 0.00 22:59:52 22:55:01 0.32 0.00 0.32 0.00 0.00 3.95 0.00 22:59:52 22:56:01 0.22 0.00 0.22 0.00 0.00 2.38 0.00 22:59:52 22:57:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 22:59:52 22:58:01 199.13 119.58 79.56 0.00 5524.35 33280.42 0.00 22:59:52 22:59:01 276.09 116.06 160.03 0.00 6706.07 33798.22 0.00 22:59:52 Average: 50.06 24.09 25.97 0.00 1348.99 7009.15 0.00 22:59:52 22:59:52 22:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:59:52 22:50:01 161560 0 574792 30.55 2620 1142572 1118108 38.16 434896 1084608 20 22:59:52 22:51:01 169660 0 566684 30.12 2620 1142580 1057024 36.07 433812 1079320 16 22:59:52 22:52:01 167256 0 569084 30.25 2620 1142584 1057156 36.08 431296 1084372 20 22:59:52 22:53:01 167928 0 568412 30.21 2620 1142584 1057024 36.07 438080 1076844 12 22:59:52 22:54:01 167772 0 568560 30.22 2620 1142592 1057096 36.08 435584 1079844 8 22:59:52 22:55:01 167984 0 568344 30.21 2620 1142596 1057084 36.08 435428 1079844 12 22:59:52 22:56:01 168452 0 567872 30.18 2620 1142600 1057024 36.07 435112 1079844 8 22:59:52 22:57:01 168380 0 567940 30.18 2620 1142604 1057024 36.07 435116 1079844 8 22:59:52 22:58:01 177176 0 660332 35.10 2620 1041416 1267184 43.25 446804 1007672 0 22:59:52 22:59:01 73092 0 817560 43.45 1648 989244 1230340 41.99 686208 780472 78108 22:59:52 Average: 158926 0 602958 32.05 2523 1117137 1101506 37.59 461234 1043266 7821 22:59:52 22:59:52 22:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:59:52 22:50:01 eth0 29.03 22.57 28.89 20.93 0.00 0.00 0.00 0.00 22:59:52 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:50:01 docker0 2.38 1.91 0.45 4.32 0.00 0.00 0.00 0.00 22:59:52 22:51:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 22:59:52 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:52:01 eth0 5.78 2.78 4.47 0.51 0.00 0.00 0.00 0.00 22:59:52 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:53:01 eth0 0.05 0.02 0.00 0.03 0.00 0.00 0.00 0.00 22:59:52 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:54:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 22:59:52 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:55:01 eth0 0.25 0.18 0.10 0.01 0.00 0.00 0.00 0.00 22:59:52 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:59:52 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:57:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:59:52 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:58:01 veth48a310d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:58:01 eth0 405.14 358.32 4078.86 30.89 0.00 0.00 0.00 0.00 22:59:52 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:58:01 vethb799a00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:59:01 veth027b934 37.14 52.39 2.45 218.58 0.00 0.00 0.00 0.00 22:59:52 22:59:01 eth0 504.09 431.77 3685.95 89.32 0.00 0.00 0.00 0.00 22:59:52 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 22:59:01 docker0 84.64 100.88 6.39 458.02 0.00 0.00 0.00 0.00 22:59:52 Average: veth027b934 3.72 5.24 0.25 21.87 0.00 0.00 0.00 0.00 22:59:52 Average: eth0 94.57 81.64 780.15 14.18 0.00 0.00 0.00 0.00 22:59:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:59:52 Average: docker0 8.47 10.09 0.64 45.83 0.00 0.00 0.00 0.00 22:59:52 22:59:52 22:59:52 ---> sar -P ALL: 22:59:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 22:59:52 22:59:52 22:48:08 LINUX RESTART (4 CPU) 22:59:52 22:59:52 22:49:01 CPU %user %nice %system %iowait %steal %idle 22:59:52 22:50:01 all 1.72 0.00 1.26 0.49 0.01 96.52 22:59:52 22:50:01 0 1.49 0.00 0.89 0.05 0.00 97.57 22:59:52 22:50:01 1 1.99 0.00 1.10 1.65 0.03 95.22 22:59:52 22:50:01 2 1.82 0.00 1.15 0.05 0.00 96.98 22:59:52 22:50:01 3 1.57 0.00 1.89 0.20 0.02 96.32 22:59:52 22:51:01 all 0.15 0.00 0.07 0.00 0.01 99.77 22:59:52 22:51:01 0 0.48 0.00 0.07 0.00 0.02 99.43 22:59:52 22:51:01 1 0.03 0.00 0.10 0.00 0.02 99.85 22:59:52 22:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:59:52 22:51:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:59:52 22:52:01 all 0.21 0.00 0.05 0.00 0.00 99.73 22:59:52 22:52:01 0 0.60 0.00 0.07 0.00 0.00 99.33 22:59:52 22:52:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:59:52 22:52:01 2 0.13 0.00 0.07 0.00 0.02 99.78 22:59:52 22:52:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:59:52 22:53:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:59:52 22:53:01 0 0.52 0.00 0.02 0.00 0.00 99.47 22:59:52 22:53:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:59:52 22:53:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:59:52 22:53:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:59:52 22:54:01 all 0.16 0.00 0.05 0.00 0.00 99.78 22:59:52 22:54:01 0 0.52 0.00 0.02 0.00 0.00 99.47 22:59:52 22:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:59:52 22:54:01 2 0.03 0.00 0.08 0.00 0.00 99.88 22:59:52 22:54:01 3 0.07 0.00 0.08 0.00 0.00 99.85 22:59:52 22:55:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:59:52 22:55:01 0 0.52 0.00 0.03 0.00 0.00 99.45 22:59:52 22:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:59:52 22:55:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:59:52 22:55:01 3 0.05 0.00 0.03 0.00 0.02 99.90 22:59:52 22:56:01 all 0.18 0.00 0.02 0.00 0.00 99.80 22:59:52 22:56:01 0 0.18 0.00 0.03 0.00 0.00 99.78 22:59:52 22:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:59:52 22:56:01 2 0.43 0.00 0.03 0.00 0.00 99.53 22:59:52 22:56:01 3 0.08 0.00 0.03 0.00 0.00 99.88 22:59:52 22:57:01 all 0.14 0.00 0.04 0.00 0.00 99.82 22:59:52 22:57:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:59:52 22:57:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:59:52 22:57:01 2 0.52 0.00 0.03 0.00 0.02 99.43 22:59:52 22:57:01 3 0.02 0.00 0.05 0.00 0.00 99.93 22:59:52 22:58:01 all 7.43 0.00 5.16 1.12 0.03 86.25 22:59:52 22:58:01 0 7.71 0.00 4.83 1.14 0.03 86.29 22:59:52 22:58:01 1 7.06 0.00 5.66 1.20 0.03 86.05 22:59:52 22:58:01 2 7.41 0.00 5.10 1.16 0.03 86.29 22:59:52 22:58:01 3 7.56 0.00 5.06 1.00 0.03 86.35 22:59:52 22:59:01 all 12.42 0.00 9.03 3.89 0.05 74.61 22:59:52 22:59:01 0 11.82 0.00 8.33 3.54 0.07 76.25 22:59:52 22:59:01 1 13.73 0.00 9.37 2.57 0.05 74.28 22:59:52 22:59:01 2 11.59 0.00 8.80 4.56 0.05 75.00 22:59:52 22:59:01 3 12.53 0.00 9.64 4.89 0.02 72.91 22:59:52 Average: all 2.24 0.00 1.55 0.54 0.01 95.65 22:59:52 Average: 0 2.36 0.00 1.41 0.47 0.01 95.75 22:59:52 Average: 1 2.27 0.00 1.62 0.54 0.01 95.57 22:59:52 Average: 2 2.18 0.00 1.52 0.57 0.01 95.72 22:59:52 Average: 3 2.17 0.00 1.67 0.60 0.01 95.56 22:59:52 22:59:52 22:59:52