Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 02c1bdd2e7c58c88f1181e55d1376c3df082b575 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29181’ Running on prd-centos7-docker-4c-2g-29185 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 02c1bdd2e7c58c88f1181e55d1376c3df082b575 (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 02c1bdd2e7c58c88f1181e55d1376c3df082b575 # timeout=10 Commit message: "feat: Add FilterBySourceName to profiles (#211)" > git rev-list --no-walk d52bde66c4c74a2b06dd088cff55547cc82baa37 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:48:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:48:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:48:37 ========================================================= 17:48:37 EdgeX Global Pipelines Version Info 17:48:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:48:39 ------------------- 17:48:39 stable info: 17:48:39 ------------------- 17:48:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:48:39 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 17:48:39 Message: update stable to v1.0.184 17:48:40 ------------------- 17:48:40 experimental info: 17:48:40 ------------------- 17:48:40 Commited By: **** collab-it+edgex@linuxfoundation.org 17:48:40 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 17:48:40 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:48:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 17:48:41 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 17:48:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:48:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:48:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:48:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:48:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:48:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:48:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:48:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:48:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:48:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 17:48:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:48:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:48:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:48:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:48:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:48:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:48:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:48:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:48:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:48:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:48:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:48:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:48:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:48:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:48:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:48:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:48:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:48:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 02c1bdd2e7c58c88f1181e55d1376c3df082b575 [Pipeline] echo 17:48:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 02c1bdd [Pipeline] echo 17:48:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:48:44 provisioning config files... 17:48:44 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7668466043828926120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:48:45 ---> docker-login.sh 17:48:45 nexus3.edgexfoundry.org:10001 17:48:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:46 Configure a credential helper to remove this warning. See 17:48:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:46 17:48:46 Login Succeeded 17:48:46 nexus3.edgexfoundry.org:10002 17:48:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:46 Configure a credential helper to remove this warning. See 17:48:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:46 17:48:46 Login Succeeded 17:48:46 nexus3.edgexfoundry.org:10003 17:48:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:46 Configure a credential helper to remove this warning. See 17:48:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:46 17:48:46 Login Succeeded 17:48:46 nexus3.edgexfoundry.org:10004 17:48:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:47 Configure a credential helper to remove this warning. See 17:48:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:47 17:48:47 Login Succeeded 17:48:47 docker.io 17:48:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:48 Configure a credential helper to remove this warning. See 17:48:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:48 17:48:48 Login Succeeded 17:48:48 ---> docker-login.sh ends [Pipeline] } 17:48:48 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 17:48:48 + git log --format=format:%s -1 02c1bdd2e7c58c88f1181e55d1376c3df082b575 [Pipeline] echo 17:48:48 GIT_COMMIT: 02c1bdd2e7c58c88f1181e55d1376c3df082b575, Commit Message: feat: Add FilterBySourceName to profiles (#211) [Pipeline] echo 17:48:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:48:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:48:50 17:48:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:48:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:48:51 latest: Pulling from edgex-devops/git-semver 17:48:51 31603596830f: Pulling fs layer 17:48:51 2a8b12db71e7: Pulling fs layer 17:48:51 6ca5941a6612: Pulling fs layer 17:48:51 ecc8261a40a4: Pulling fs layer 17:48:51 ecc8261a40a4: Waiting 17:48:51 2a8b12db71e7: Verifying Checksum 17:48:51 2a8b12db71e7: Download complete 17:48:51 31603596830f: Verifying Checksum 17:48:51 31603596830f: Download complete 17:48:51 ecc8261a40a4: Verifying Checksum 17:48:51 ecc8261a40a4: Download complete 17:48:51 6ca5941a6612: Verifying Checksum 17:48:51 6ca5941a6612: Download complete 17:48:51 31603596830f: Pull complete 17:48:52 2a8b12db71e7: Pull complete 17:48:54 6ca5941a6612: Pull complete 17:48:54 ecc8261a40a4: Pull complete 17:48:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:48:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:48:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:48:55 prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container 17:48:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:48:59 $ docker top 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:49:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:49:00 [ssh-agent] Looking for ssh-agent implementation... 17:49:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:49:01 $ docker exec 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 ssh-agent 17:49:01 SSH_AUTH_SOCK=/tmp/ssh-NpDmWIToniX3/agent.12 17:49:01 SSH_AGENT_PID=18 17:49:01 Running ssh-add (command line suppressed) 17:49:02 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4428926848669620776.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4428926848669620776.key) 17:49:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:49:03 + git tag --points-at HEAD [Pipeline] } 17:49:03 $ docker exec --env ******** --env ******** 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 ssh-agent -k 17:49:04 unset SSH_AUTH_SOCK; 17:49:04 unset SSH_AGENT_PID; 17:49:04 echo Agent pid 18 killed; 17:49:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:49:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:49:04 [ssh-agent] Looking for ssh-agent implementation... 17:49:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:49:05 $ docker exec 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 ssh-agent 17:49:06 SSH_AUTH_SOCK=/tmp/ssh-RmGv2cPP3Anu/agent.47 17:49:06 SSH_AGENT_PID=52 17:49:06 Running ssh-add (command line suppressed) 17:49:06 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1650178630269690464.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1650178630269690464.key) 17:49:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:49:06 + git semver init 17:49:06 # -> Open(): unable to determine branch for HEAD 17:49:06 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:49:06 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:49:06 # $SEMVER_REMOTE_NAME = origin 17:49:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:49:06 # $SEMVER_USER_NAME = edgex-jenkins 17:49:06 # $SEMVER_BRANCH = master 17:49:06 # $SEMVER_TEMP = /tmp/semver-531429783 17:49:06 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 17:49:07 # '/tmp/semver-531429783' -> '/w/workspace/_app-service-configurable_master/.semver' 17:49:07 # -> Force: false 17:49:07 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:49:07 $ docker exec --env ******** --env ******** 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 ssh-agent -k 17:49:08 unset SSH_AUTH_SOCK; 17:49:08 unset SSH_AGENT_PID; 17:49:08 echo Agent pid 52 killed; 17:49:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:49:09 + git semver [Pipeline] } 17:49:09 $ docker stop --time=1 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 17:49:11 $ docker rm -f 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 [Pipeline] // withDockerContainer [Pipeline] sh 17:49:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:49:12 Stashed 1 file(s) [Pipeline] echo 17:49:12 [edgeXSemver]: initialized semver on version 2.0.0-dev.22 [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 17:49:28 Still waiting to schedule task 17:49:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:49:28 Still waiting to schedule task 17:49:28 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:51:36 Running on prd-centos7-docker-4c-2g-29188 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:51:36 Running in /w/workspace/app-service-configurable/92 [Pipeline] { [Pipeline] checkout 17:51:38 using credential edgex-jenkins-ssh 17:51:39 Cloning the remote Git repository 17:51:39 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:51:39 > git init /w/workspace/app-service-configurable/92 # timeout=10 17:51:39 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:51:39 > git --version # timeout=10 17:51:39 > git --version # 'git version 2.24.3' 17:51:39 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:39 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:51:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:39 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:51:39 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:51:39 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:51:40 Checking out Revision 02c1bdd2e7c58c88f1181e55d1376c3df082b575 (master) 17:51:40 > git config core.sparsecheckout # timeout=10 17:51:40 > git checkout -f 02c1bdd2e7c58c88f1181e55d1376c3df082b575 # timeout=10 17:51:43 Commit message: "feat: Add FilterBySourceName to profiles (#211)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:51:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:51:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:51:45 + sudo service docker restart 17:51:45 + true 17:51:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:51:46 provisioning config files... 17:51:46 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/92@tmp/config8261267138018560755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:51:47 ---> docker-login.sh 17:51:47 nexus3.edgexfoundry.org:10001 17:51:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:47 Configure a credential helper to remove this warning. See 17:51:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:47 17:51:47 Login Succeeded 17:51:47 nexus3.edgexfoundry.org:10002 17:51:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:47 Configure a credential helper to remove this warning. See 17:51:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:47 17:51:47 Login Succeeded 17:51:47 nexus3.edgexfoundry.org:10003 17:51:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:47 Configure a credential helper to remove this warning. See 17:51:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:47 17:51:47 Login Succeeded 17:51:47 nexus3.edgexfoundry.org:10004 17:51:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:48 Configure a credential helper to remove this warning. See 17:51:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:48 17:51:48 Login Succeeded 17:51:48 docker.io 17:51:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:48 Configure a credential helper to remove this warning. See 17:51:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:48 17:51:48 Login Succeeded 17:51:48 ---> docker-login.sh ends [Pipeline] } 17:51:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:51:48 ========================================================= 17:51:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:51:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:51:49 + 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 . 17:51:49 Sending build context to Docker daemon 97.28kB 17:51:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:51:49 Step 2/8 : FROM ${BASE} 17:51:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:51:49 188c0c94c7c5: Pulling fs layer 17:51:49 0ef7d3d256c8: Pulling fs layer 17:51:49 de9db76c5a1d: Pulling fs layer 17:51:49 bca2f99d35d6: Pulling fs layer 17:51:49 93359f2a8cfa: Pulling fs layer 17:51:49 7c6f9722023f: Pulling fs layer 17:51:49 a35cf1a2eb13: Pulling fs layer 17:51:49 93359f2a8cfa: Waiting 17:51:49 7c6f9722023f: Waiting 17:51:49 a35cf1a2eb13: Waiting 17:51:49 bca2f99d35d6: Waiting 17:51:49 de9db76c5a1d: Verifying Checksum 17:51:49 de9db76c5a1d: Download complete 17:51:49 0ef7d3d256c8: Verifying Checksum 17:51:49 0ef7d3d256c8: Download complete 17:51:49 93359f2a8cfa: Verifying Checksum 17:51:49 93359f2a8cfa: Download complete 17:51:49 188c0c94c7c5: Verifying Checksum 17:51:49 188c0c94c7c5: Download complete 17:51:49 7c6f9722023f: Verifying Checksum 17:51:49 7c6f9722023f: Download complete 17:51:49 188c0c94c7c5: Pull complete 17:51:49 0ef7d3d256c8: Pull complete 17:51:49 de9db76c5a1d: Pull complete 17:51:51 a35cf1a2eb13: Verifying Checksum 17:51:51 a35cf1a2eb13: Download complete 17:51:52 bca2f99d35d6: Verifying Checksum 17:51:52 bca2f99d35d6: Download complete 17:51:57 bca2f99d35d6: Pull complete 17:51:57 93359f2a8cfa: Pull complete 17:51:57 7c6f9722023f: Pull complete 17:52:03 a35cf1a2eb13: Pull complete 17:52:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:52:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:52:03 ---> a62c8e92a672 17:52:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:52:03 ---> Running in 1ef0cd9be754 17:52:03 Removing intermediate container 1ef0cd9be754 17:52:03 ---> ebed59b3ce0d 17:52:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:03 ---> Running in af99dfda3a31 17:52:04 Removing intermediate container af99dfda3a31 17:52:04 ---> c8130da5b77a 17:52:04 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:52:04 ---> Running in 00d6e23caf04 17:52:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29187 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:52:05 Running in /w/workspace/app-service-configurable/92 [Pipeline] { [Pipeline] checkout 17:52:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:06 (1/6) Installing libc-dev (0.7.2-r3) 17:52:06 (2/6) Installing libsodium (1.0.18-r0) 17:52:06 (3/6) Installing pkgconf (1.7.2-r0) 17:52:06 (4/6) Installing libsodium-dev (1.0.18-r0) 17:52:06 (5/6) Installing libzmq (4.3.3-r0) 17:52:06 (6/6) Installing zeromq-dev (4.3.3-r0) 17:52:06 Executing busybox-1.31.1-r19.trigger 17:52:06 OK: 167 MiB in 45 packages 17:52:07 Removing intermediate container 00d6e23caf04 17:52:07 ---> caae78655ce1 17:52:07 Step 6/8 : WORKDIR /app 17:52:07 ---> Running in cf1e67b14720 17:52:07 Removing intermediate container cf1e67b14720 17:52:07 ---> 61843681c5b6 17:52:07 Step 7/8 : COPY . . 17:52:08 ---> b0cee9da74e6 17:52:08 Step 8/8 : RUN go mod download 17:52:08 ---> Running in 8150f531db25 17:52:09 using credential edgex-jenkins-ssh 17:52:09 Cloning the remote Git repository 17:52:09 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:52:10 > git init /w/workspace/app-service-configurable/92 # timeout=10 17:52:10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:52:10 > git --version # timeout=10 17:52:10 > git --version # 'git version 2.17.1' 17:52:10 using GIT_SSH to set credentials SSH Credentials for GitHub 17:52:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:52:11 Checking out Revision 02c1bdd2e7c58c88f1181e55d1376c3df082b575 (master) 17:52:10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:52:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:52:10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:52:10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:52:10 using GIT_SSH to set credentials SSH Credentials for GitHub 17:52:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:52:11 > git config core.sparsecheckout # timeout=10 17:52:11 > git checkout -f 02c1bdd2e7c58c88f1181e55d1376c3df082b575 # timeout=10 17:52:15 Commit message: "feat: Add FilterBySourceName to profiles (#211)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:52:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:52:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:52:18 + + sudo service dockertrue restart 17:52:18 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:52:20 provisioning config files... 17:52:20 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/92@tmp/config731207988931752460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:52:21 ---> docker-login.sh 17:52:21 nexus3.edgexfoundry.org:10001 17:52:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:22 Configure a credential helper to remove this warning. See 17:52:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:22 17:52:22 Login Succeeded 17:52:22 nexus3.edgexfoundry.org:10002 17:52:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:22 Configure a credential helper to remove this warning. See 17:52:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:22 17:52:22 Login Succeeded 17:52:22 nexus3.edgexfoundry.org:10003 17:52:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:23 Configure a credential helper to remove this warning. See 17:52:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:23 17:52:23 Login Succeeded 17:52:23 nexus3.edgexfoundry.org:10004 17:52:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:24 Configure a credential helper to remove this warning. See 17:52:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:24 17:52:24 Login Succeeded 17:52:24 docker.io 17:52:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:24 Configure a credential helper to remove this warning. See 17:52:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:24 17:52:24 Login Succeeded 17:52:24 ---> docker-login.sh ends [Pipeline] } 17:52:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:52:25 ========================================================= 17:52:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:52:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:52:25 + 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 . 17:52:25 Sending build context to Docker daemon 97.28kB 17:52:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:52:25 Step 2/8 : FROM ${BASE} 17:52:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:52:25 5f621e34cdf4: Pulling fs layer 17:52:25 a4357932f1b6: Pulling fs layer 17:52:25 18c013af1878: Pulling fs layer 17:52:25 00ac8860ef70: Pulling fs layer 17:52:25 63d7cb157983: Pulling fs layer 17:52:25 b116817d02f9: Pulling fs layer 17:52:25 745a02a5169b: Pulling fs layer 17:52:25 b116817d02f9: Waiting 17:52:25 745a02a5169b: Waiting 17:52:25 00ac8860ef70: Waiting 17:52:25 63d7cb157983: Waiting 17:52:25 18c013af1878: Verifying Checksum 17:52:25 18c013af1878: Download complete 17:52:25 a4357932f1b6: Verifying Checksum 17:52:25 a4357932f1b6: Download complete 17:52:25 63d7cb157983: Verifying Checksum 17:52:25 63d7cb157983: Download complete 17:52:25 5f621e34cdf4: Verifying Checksum 17:52:25 5f621e34cdf4: Download complete 17:52:25 b116817d02f9: Verifying Checksum 17:52:25 b116817d02f9: Download complete 17:52:26 5f621e34cdf4: Pull complete 17:52:27 a4357932f1b6: Pull complete 17:52:27 18c013af1878: Pull complete 17:52:28 745a02a5169b: Verifying Checksum 17:52:28 745a02a5169b: Download complete 17:52:29 00ac8860ef70: Verifying Checksum 17:52:29 00ac8860ef70: Download complete 17:52:34 Removing intermediate container 8150f531db25 17:52:34 ---> 440cf358743e 17:52:34 Successfully built 440cf358743e 17:52:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:52:35 + docker inspect -f . ci-base-image-x86_64 17:52:35 . [Pipeline] withDockerContainer 17:52:35 prd-centos7-docker-4c-2g-29188 does not seem to be running inside a container 17:52:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/92 -v /w/workspace/app-service-configurable/92:/w/workspace/app-service-configurable/92:rw,z -v /w/workspace/app-service-configurable/92@tmp:/w/workspace/app-service-configurable/92@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 ******** -e ******** ci-base-image-x86_64 cat 17:52:36 $ docker top f20df88441634d98dce336f5dba6f2bb40a97c6a169db7089309bbb8b196bf08 -eo pid,comm [Pipeline] { [Pipeline] sh 17:52:36 + go version 17:52:36 go version go1.15.5 linux/amd64 [Pipeline] } 17:52:36 $ docker stop --time=1 f20df88441634d98dce336f5dba6f2bb40a97c6a169db7089309bbb8b196bf08 17:52:38 $ docker rm -f f20df88441634d98dce336f5dba6f2bb40a97c6a169db7089309bbb8b196bf08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:52:38 + docker inspect -f . ci-base-image-x86_64 17:52:38 . [Pipeline] withDockerContainer 17:52:38 prd-centos7-docker-4c-2g-29188 does not seem to be running inside a container 17:52:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/92 -v /w/workspace/app-service-configurable/92:/w/workspace/app-service-configurable/92:rw,z -v /w/workspace/app-service-configurable/92@tmp:/w/workspace/app-service-configurable/92@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 ******** -e ******** ci-base-image-x86_64 cat 17:52:39 $ docker top ce37d844717381830a10c9a3504c6b898c9b6cd25f3deda667f5ee59e986d989 -eo pid,comm [Pipeline] { [Pipeline] sh 17:52:39 00ac8860ef70: Pull complete 17:52:39 63d7cb157983: Pull complete 17:52:39 b116817d02f9: Pull complete 17:52:40 + make test 17:52:40 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:52:44 745a02a5169b: Pull complete 17:52:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:52:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:52:44 ---> b7e6874047d6 17:52:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:52:46 ---> Running in c03946e193ad 17:52:47 Removing intermediate container c03946e193ad 17:52:47 ---> 654af5a06852 17:52:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:47 ---> Running in b63d40612e00 17:52:50 Removing intermediate container b63d40612e00 17:52:50 ---> 43cc36f17eee 17:52:50 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:52:50 ---> Running in bf0ba6d6700c 17:52:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:52:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:52:52 (1/6) Installing libc-dev (0.7.2-r3) 17:52:52 (2/6) Installing libsodium (1.0.18-r0) 17:52:52 (3/6) Installing pkgconf (1.7.2-r0) 17:52:52 (4/6) Installing libsodium-dev (1.0.18-r0) 17:52:52 (5/6) Installing libzmq (4.3.3-r0) 17:52:52 (6/6) Installing zeromq-dev (4.3.3-r0) 17:52:52 Executing busybox-1.31.1-r19.trigger 17:52:52 OK: 144 MiB in 45 packages 17:52:54 Removing intermediate container bf0ba6d6700c 17:52:54 ---> a63b4628e604 17:52:54 Step 6/8 : WORKDIR /app 17:52:54 ---> Running in e4f933e267f7 17:52:54 Removing intermediate container e4f933e267f7 17:52:54 ---> b3ec6e41b037 17:52:54 Step 7/8 : COPY . . 17:52:55 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:52:55 CGO_ENABLED=1 go vet ./... 17:52:55 gofmt -l . 17:52:55 [ "`gofmt -l .`" = "" ] 17:52:55 ./bin/test-go-mod-tidy.sh 17:52:55 ---> 2ee1fde144b5 17:52:55 Step 8/8 : RUN go mod download 17:52:55 ---> Running in 1384297df26b 17:52:56 ./bin/test-attribution-txt.sh [Pipeline] } 17:52:56 $ docker stop --time=1 ce37d844717381830a10c9a3504c6b898c9b6cd25f3deda667f5ee59e986d989 17:52:59 $ docker rm -f ce37d844717381830a10c9a3504c6b898c9b6cd25f3deda667f5ee59e986d989 [Pipeline] // withDockerContainer [Pipeline] sh 17:53:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:53:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:53:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:53:04 + ls -al . 17:53:04 total 92 17:53:04 drwxrwxr-x. 7 jenkins jenkins 4096 Mar 9 17:52 . 17:53:04 drwxrwxr-x. 4 jenkins jenkins 30 Mar 9 17:51 .. 17:53:04 -rw-rw-r--. 1 jenkins jenkins 7174 Mar 9 17:51 Attribution.txt 17:53:04 drwxrwxr-x. 2 jenkins jenkins 64 Mar 9 17:51 bin 17:53:04 -rw-r--r--. 1 jenkins jenkins 10 Mar 9 17:52 coverage.out 17:53:04 -rw-rw-r--. 1 jenkins jenkins 2032 Mar 9 17:51 Dockerfile 17:53:04 -rw-rw-r--. 1 jenkins jenkins 970 Mar 9 17:51 Dockerfile.build 17:53:04 -rw-rw-r--. 1 jenkins jenkins 119 Mar 9 17:51 .dockerignore 17:53:04 drwxrwxr-x. 8 jenkins jenkins 162 Mar 9 17:51 .git 17:53:04 drwxrwxr-x. 2 jenkins jenkins 81 Mar 9 17:51 .github 17:53:04 -rw-rw-r--. 1 jenkins jenkins 111 Mar 9 17:51 .gitignore 17:53:04 -rw-r--r--. 1 jenkins jenkins 136 Mar 9 17:52 go.mod 17:53:04 -rw-r--r--. 1 jenkins jenkins 21311 Mar 9 17:52 go.sum 17:53:04 -rw-rw-r--. 1 jenkins jenkins 687 Mar 9 17:51 Jenkinsfile 17:53:04 -rw-rw-r--. 1 jenkins jenkins 10174 Mar 9 17:51 LICENSE 17:53:04 -rw-rw-r--. 1 jenkins jenkins 1522 Mar 9 17:51 main.go 17:53:04 -rw-rw-r--. 1 jenkins jenkins 1582 Mar 9 17:51 makefile 17:53:04 -rw-rw-r--. 1 jenkins jenkins 1277 Mar 9 17:51 README.md 17:53:04 drwxrwxr-x. 10 jenkins jenkins 173 Mar 9 17:51 res 17:53:04 drwxrwxr-x. 4 jenkins jenkins 71 Mar 9 17:51 snap 17:53:04 -rw-rw-r--. 1 jenkins jenkins 12 Mar 9 17:49 VERSION [Pipeline] isUnix [Pipeline] sh 17:53:04 + 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=02c1bdd2e7c58c88f1181e55d1376c3df082b575 --label arch=amd64 --label version=2.0.0-dev.22 . 17:53:04 Sending build context to Docker daemon 121.3kB 17:53:04 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 17:53:04 Step 2/27 : FROM ${BASE} AS builder 17:53:04 ---> 440cf358743e 17:53:04 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:53:04 ---> Running in 727d4856b96c 17:53:04 Removing intermediate container 727d4856b96c 17:53:04 ---> dd2f1f1bcd86 17:53:04 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:53:04 ---> Running in dfcc004ae44a 17:53:04 Removing intermediate container dfcc004ae44a 17:53:04 ---> eb7753b53d21 17:53:04 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:53:05 ---> Running in 96b5d00849e7 17:53:05 Removing intermediate container 96b5d00849e7 17:53:05 ---> ad8f893a7ecb 17:53:05 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:53:05 ---> Running in b2ec731de99a 17:53:06 Removing intermediate container b2ec731de99a 17:53:06 ---> 2c9bfcee9015 17:53:06 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:53:06 ---> Running in 60fa9388e2ec 17:53:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:53:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:08 OK: 167 MiB in 45 packages 17:53:08 Removing intermediate container 60fa9388e2ec 17:53:08 ---> f0397aba854e 17:53:08 Step 8/27 : WORKDIR /app 17:53:08 ---> Running in 9df36797afeb 17:53:08 Removing intermediate container 9df36797afeb 17:53:08 ---> b7a3f68f56cc 17:53:08 Step 9/27 : COPY go.mod . 17:53:08 ---> 0113cd2446f8 17:53:08 Step 10/27 : RUN go mod download 17:53:08 ---> Running in 9795df887824 17:53:09 Removing intermediate container 9795df887824 17:53:09 ---> e3da83cad166 17:53:09 Step 11/27 : COPY . . 17:53:10 ---> 44f8a2fa1c12 17:53:10 Step 12/27 : ARG MAKE="make build" 17:53:10 ---> Running in 3f0be4860e3a 17:53:10 Removing intermediate container 3f0be4860e3a 17:53:10 ---> 40e03e1a90be 17:53:10 Step 13/27 : RUN $MAKE 17:53:10 ---> Running in 2486a3ded9df 17:53:10 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.22" -o app-service-configurable 17:53:22 Removing intermediate container 1384297df26b 17:53:22 ---> 0e9c2e685184 17:53:22 Successfully built 0e9c2e685184 17:53:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:53:22 + docker inspect -f . ci-base-image-arm64 17:53:22 . [Pipeline] withDockerContainer 17:53:23 prd-ubuntu18.04-docker-arm64-4c-16g-29187 does not seem to be running inside a container 17:53:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/92 -v /w/workspace/app-service-configurable/92:/w/workspace/app-service-configurable/92:rw,z -v /w/workspace/app-service-configurable/92@tmp:/w/workspace/app-service-configurable/92@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 17:53:24 $ docker top 12a53b968f1ff9025a834037cc64b2876c62c2da5bdd44277535e39f0774abdc -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:25 Removing intermediate container 2486a3ded9df 17:53:25 ---> 73257d3bfe3e 17:53:25 Step 14/27 : FROM alpine:3.12 17:53:25 3.12: Pulling from library/alpine 17:53:25 f84cab65f19f: Pulling fs layer 17:53:25 f84cab65f19f: Download complete 17:53:25 f84cab65f19f: Pull complete 17:53:25 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:53:25 Status: Downloaded newer image for alpine:3.12 17:53:25 ---> 88dd2752d2ea 17:53:25 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:53:25 ---> Running in 45da6b2a4f0b 17:53:25 Removing intermediate container 45da6b2a4f0b 17:53:25 ---> 88522360a00b 17:53:25 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:53:25 ---> Running in 89b50e73b33c 17:53:25 Removing intermediate container 89b50e73b33c 17:53:25 ---> f62f33017c09 17:53:25 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 17:53:25 ---> Running in 451ee3bdea11 17:53:25 + go version 17:53:25 go version go1.15.5 linux/arm64 [Pipeline] } 17:53:26 $ docker stop --time=1 12a53b968f1ff9025a834037cc64b2876c62c2da5bdd44277535e39f0774abdc 17:53:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:53:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:26 (1/7) Installing ca-certificates (20191127-r4) 17:53:26 (2/7) Installing dumb-init (1.2.2-r1) 17:53:26 (3/7) Installing libgcc (9.3.0-r2) 17:53:26 (4/7) Installing libsodium (1.0.18-r0) 17:53:26 (5/7) Installing libstdc++ (9.3.0-r2) 17:53:26 (6/7) Installing libzmq (4.3.3-r0) 17:53:26 (7/7) Installing zeromq (4.3.3-r0) 17:53:26 Executing busybox-1.31.1-r19.trigger 17:53:26 Executing ca-certificates-20191127-r4.trigger 17:53:26 OK: 9 MiB in 21 packages 17:53:27 Removing intermediate container 451ee3bdea11 17:53:27 ---> 661078df4156 17:53:27 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:53:27 ---> 0dc02287c56a 17:53:27 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:53:27 $ docker rm -f 12a53b968f1ff9025a834037cc64b2876c62c2da5bdd44277535e39f0774abdc 17:53:28 ---> 5ee5d4d759b8 17:53:28 Step 20/27 : COPY --from=builder /app/res/ /res/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 17:53:28 ---> 7845304ab1c5 17:53:28 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:53:28 + docker inspect -f . ci-base-image-arm64 17:53:28 . [Pipeline] withDockerContainer 17:53:28 ---> f918ad40da1a 17:53:28 Step 22/27 : EXPOSE 48095 17:53:29 prd-ubuntu18.04-docker-arm64-4c-16g-29187 does not seem to be running inside a container 17:53:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/92 -v /w/workspace/app-service-configurable/92:/w/workspace/app-service-configurable/92:rw,z -v /w/workspace/app-service-configurable/92@tmp:/w/workspace/app-service-configurable/92@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 17:53:29 ---> Running in 25368be5df20 17:53:29 Removing intermediate container 25368be5df20 17:53:29 ---> a58c8628b01c 17:53:29 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:53:29 ---> Running in dd2b48cff54a 17:53:29 Removing intermediate container dd2b48cff54a 17:53:29 ---> 815c3159b099 17:53:29 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:29 ---> Running in 0bcde8e8fe3b 17:53:29 Removing intermediate container 0bcde8e8fe3b 17:53:29 ---> 47891f33bbaa 17:53:29 Step 25/27 : LABEL arch=amd64 17:53:29 ---> Running in bcfc5b0127ce 17:53:29 Removing intermediate container bcfc5b0127ce 17:53:29 ---> e84c1fefee5a 17:53:29 Step 26/27 : LABEL git_sha=02c1bdd2e7c58c88f1181e55d1376c3df082b575 17:53:29 ---> Running in 16ec230ac081 17:53:30 Removing intermediate container 16ec230ac081 17:53:30 ---> 7974cbe54a6a 17:53:30 Step 27/27 : LABEL version=2.0.0-dev.22 17:53:30 ---> Running in ffc17c61813f 17:53:30 Removing intermediate container ffc17c61813f 17:53:30 ---> ebb950decd93 17:53:30 [Warning] One or more build-args [ARCH] were not consumed 17:53:30 Successfully built ebb950decd93 17:53:30 $ docker top aae532131a52d5ce5785acfa984a1cbd15846a386d34863809cbaeec08adf23c -eo pid,comm 17:53:30 Successfully tagged docker-app-service-configurable:latest [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:53:31 provisioning config files... 17:53:31 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/92@tmp/config479115765596607561tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:53:31 + make test 17:53:31 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:53:31 ---> docker-login.sh 17:53:31 nexus3.edgexfoundry.org:10001 17:53:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:32 Configure a credential helper to remove this warning. See 17:53:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:32 17:53:32 Login Succeeded 17:53:32 nexus3.edgexfoundry.org:10002 17:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:32 Configure a credential helper to remove this warning. See 17:53:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:32 17:53:32 Login Succeeded 17:53:32 nexus3.edgexfoundry.org:10003 17:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:32 Configure a credential helper to remove this warning. See 17:53:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:32 17:53:32 Login Succeeded 17:53:32 nexus3.edgexfoundry.org:10004 17:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:32 Configure a credential helper to remove this warning. See 17:53:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:32 17:53:32 Login Succeeded 17:53:32 docker.io 17:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:33 Configure a credential helper to remove this warning. See 17:53:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:33 17:53:33 Login Succeeded 17:53:33 ---> docker-login.sh ends [Pipeline] } 17:53:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:33 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 17:53:33 02c1bdd2e7c58c88f1181e55d1376c3df082b575 17:53:33 latest 17:53:33 2.0.0-dev.22 17:53:33 02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 17:53:33 master 17:53:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:53:33 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:02c1bdd2e7c58c88f1181e55d1376c3df082b575 [Pipeline] isUnix [Pipeline] sh 17:53:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:02c1bdd2e7c58c88f1181e55d1376c3df082b575 17:53:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:53:34 a6028279f5b7: Preparing 17:53:34 6305a70068dd: Preparing 17:53:34 0bcb765acadd: Preparing 17:53:34 9830c14b8982: Preparing 17:53:34 f5013e82d470: Preparing 17:53:34 33e8713114f8: Preparing 17:53:34 33e8713114f8: Waiting 17:53:34 9830c14b8982: Pushed 17:53:34 0bcb765acadd: Pushed 17:53:34 33e8713114f8: Layer already exists 17:53:34 6305a70068dd: Pushed 17:53:34 f5013e82d470: Pushed 17:53:35 a6028279f5b7: Pushed 17:53:35 02c1bdd2e7c58c88f1181e55d1376c3df082b575: digest: sha256:ac3d9b5e564bfbc68a31693a96699f051539ee74efe33f2a831d49a98563a6a6 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:53:36 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 17:53:36 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 17:53:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:53:36 a6028279f5b7: Preparing 17:53:36 6305a70068dd: Preparing 17:53:36 0bcb765acadd: Preparing 17:53:36 9830c14b8982: Preparing 17:53:36 f5013e82d470: Preparing 17:53:36 33e8713114f8: Preparing 17:53:36 33e8713114f8: Waiting 17:53:36 0bcb765acadd: Layer already exists 17:53:36 6305a70068dd: Layer already exists 17:53:36 f5013e82d470: Layer already exists 17:53:36 a6028279f5b7: Layer already exists 17:53:36 9830c14b8982: Layer already exists 17:53:36 33e8713114f8: Layer already exists 17:53:36 latest: digest: sha256:ac3d9b5e564bfbc68a31693a96699f051539ee74efe33f2a831d49a98563a6a6 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:53:36 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh 17:53:37 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.22 17:53:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:53:37 a6028279f5b7: Preparing 17:53:37 6305a70068dd: Preparing 17:53:37 0bcb765acadd: Preparing 17:53:37 9830c14b8982: Preparing 17:53:37 f5013e82d470: Preparing 17:53:37 33e8713114f8: Preparing 17:53:37 33e8713114f8: Waiting 17:53:37 0bcb765acadd: Layer already exists 17:53:37 a6028279f5b7: Layer already exists 17:53:37 6305a70068dd: Layer already exists 17:53:37 f5013e82d470: Layer already exists 17:53:37 9830c14b8982: Layer already exists 17:53:37 33e8713114f8: Layer already exists 17:53:37 2.0.0-dev.22: digest: sha256:ac3d9b5e564bfbc68a31693a96699f051539ee74efe33f2a831d49a98563a6a6 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:53:37 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh 17:53:37 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 17:53:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:53:37 a6028279f5b7: Preparing 17:53:37 6305a70068dd: Preparing 17:53:37 0bcb765acadd: Preparing 17:53:37 9830c14b8982: Preparing 17:53:37 f5013e82d470: Preparing 17:53:37 33e8713114f8: Preparing 17:53:37 33e8713114f8: Waiting 17:53:37 6305a70068dd: Layer already exists 17:53:37 f5013e82d470: Layer already exists 17:53:37 9830c14b8982: Layer already exists 17:53:37 0bcb765acadd: Layer already exists 17:53:37 a6028279f5b7: Layer already exists 17:53:37 33e8713114f8: Layer already exists 17:53:37 02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22: digest: sha256:ac3d9b5e564bfbc68a31693a96699f051539ee74efe33f2a831d49a98563a6a6 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:53:38 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 17:53:38 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 17:53:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:53:38 a6028279f5b7: Preparing 17:53:38 6305a70068dd: Preparing 17:53:38 0bcb765acadd: Preparing 17:53:38 9830c14b8982: Preparing 17:53:38 f5013e82d470: Preparing 17:53:38 33e8713114f8: Preparing 17:53:38 33e8713114f8: Waiting 17:53:38 0bcb765acadd: Layer already exists 17:53:38 f5013e82d470: Layer already exists 17:53:38 9830c14b8982: Layer already exists 17:53:38 a6028279f5b7: Layer already exists 17:53:38 6305a70068dd: Layer already exists 17:53:38 33e8713114f8: Layer already exists 17:53:38 master: digest: sha256:ac3d9b5e564bfbc68a31693a96699f051539ee74efe33f2a831d49a98563a6a6 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:38 ===================================================== [Pipeline] echo 17:53:38 taggedImages: 17:53:38 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:02c1bdd2e7c58c88f1181e55d1376c3df082b575 17:53:38 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 17:53:38 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.22 17:53:38 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 17:53:38 - 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 17:53:39 ---> job-cost.sh 17:53:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-s9ud 17:53:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:54:10 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:54:10 CGO_ENABLED=1 go vet ./... 17:54:17 gofmt -l . 17:54:17 [ "`gofmt -l .`" = "" ] 17:54:17 ./bin/test-go-mod-tidy.sh 17:54:17 ./bin/test-attribution-txt.sh [Pipeline] } 17:54:18 $ docker stop --time=1 aae532131a52d5ce5785acfa984a1cbd15846a386d34863809cbaeec08adf23c 17:54:20 $ docker rm -f aae532131a52d5ce5785acfa984a1cbd15846a386d34863809cbaeec08adf23c [Pipeline] // withDockerContainer [Pipeline] sh 17:54:21 lf-activate-venv(): INFO: Adding /tmp/venv-s9ud/bin to PATH 17:54:21 INFO: No Stack... 17:54:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:54:21 Warning: overwriting stash ‘coverage-report’ 17:54:21 INFO: Retrieving Pricing Info for: v1-standard-2 17:54:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:54:22 INFO: Archiving Costs [Pipeline] sh 17:54:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:54:23 + cat /w/workspace/app-service-configurable/92/archives/cost.csv 17:54:23 + cut -d, -f6 [Pipeline] lock 17:54:23 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] 17:54:23 Resource [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] did not exist. Created. 17:54:23 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] [Pipeline] { [Pipeline] unstash 17:54:23 + ls -al . 17:54:23 total 116 17:54:23 drwxrwxr-x 7 jenkins jenkins 4096 Mar 9 17:54 . 17:54:23 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 17:52 .. 17:54:23 -rw-rw-r-- 1 jenkins jenkins 119 Mar 9 17:52 .dockerignore 17:54:23 drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 17:52 .git 17:54:23 drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 17:52 .github 17:54:23 -rw-rw-r-- 1 jenkins jenkins 111 Mar 9 17:52 .gitignore 17:54:23 -rw-rw-r-- 1 jenkins jenkins 7174 Mar 9 17:52 Attribution.txt 17:54:23 -rw-rw-r-- 1 jenkins jenkins 2032 Mar 9 17:52 Dockerfile 17:54:23 -rw-rw-r-- 1 jenkins jenkins 970 Mar 9 17:52 Dockerfile.build 17:54:23 -rw-rw-r-- 1 jenkins jenkins 687 Mar 9 17:52 Jenkinsfile 17:54:23 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 9 17:52 LICENSE 17:54:23 -rw-rw-r-- 1 jenkins jenkins 1277 Mar 9 17:52 README.md 17:54:23 -rw-rw-r-- 1 jenkins jenkins 12 Mar 9 17:49 VERSION 17:54:23 drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 17:52 bin 17:54:23 -rw-r--r-- 1 jenkins jenkins 10 Mar 9 17:53 coverage.out 17:54:23 -rw-r--r-- 1 jenkins jenkins 136 Mar 9 17:54 go.mod 17:54:23 -rw-r--r-- 1 jenkins jenkins 21311 Mar 9 17:54 go.sum 17:54:23 -rw-rw-r-- 1 jenkins jenkins 1522 Mar 9 17:52 main.go 17:54:23 -rw-rw-r-- 1 jenkins jenkins 1582 Mar 9 17:52 makefile 17:54:23 drwxrwxr-x 10 jenkins jenkins 4096 Mar 9 17:52 res 17:54:23 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 17:52 snap [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 17:54:23 + echo total: 0.029999999329447746 [Pipeline] stash 17:54:23 + 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=02c1bdd2e7c58c88f1181e55d1376c3df082b575 --label arch=arm64 --label version=2.0.0-dev.22 . 17:54:23 Sending build context to Docker daemon 121.3kB 17:54:23 Stashed 1 file(s) [Pipeline] } 17:54:23 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 17:54:24 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 17:54:24 Step 2/27 : FROM ${BASE} AS builder 17:54:24 ---> 0e9c2e685184 17:54:24 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 17:54:24 ---> Running in 78cc2eff8228 [Pipeline] // stage [Pipeline] } 17:54:25 Removing intermediate container 78cc2eff8228 17:54:25 ---> 724c26b32cc9 17:54:25 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:54:25 ---> Running in dd765e12037b 17:54:25 Removing intermediate container dd765e12037b 17:54:25 ---> fcdde478e7b9 17:54:25 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:54:25 ---> Running in c583b96683a5 17:54:26 Removing intermediate container c583b96683a5 17:54:26 ---> 8d73e43d15c5 17:54:26 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:26 ---> Running in 498448e8a57d 17:54:28 Removing intermediate container 498448e8a57d 17:54:28 ---> 8d1670781065 17:54:28 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:54:28 ---> Running in 9df5b6560679 17:54:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:54:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:54:30 OK: 144 MiB in 45 packages 17:54:31 Removing intermediate container 9df5b6560679 17:54:31 ---> 6bc13f39a2d2 17:54:31 Step 8/27 : WORKDIR /app 17:54:32 ---> Running in 637618cd51e9 17:54:32 Removing intermediate container 637618cd51e9 17:54:32 ---> b19acf2dd56b 17:54:32 Step 9/27 : COPY go.mod . 17:54:33 ---> 237a04e0b25a 17:54:33 Step 10/27 : RUN go mod download 17:54:33 ---> Running in c97179521140 17:54:36 Removing intermediate container c97179521140 17:54:36 ---> aef0bf5b426d 17:54:36 Step 11/27 : COPY . . 17:54:36 ---> 6624c9772ff9 17:54:36 Step 12/27 : ARG MAKE="make build" 17:54:36 ---> Running in 461de9cb41a6 17:54:37 Removing intermediate container 461de9cb41a6 17:54:37 ---> cb8b0f8b5e47 17:54:37 Step 13/27 : RUN $MAKE 17:54:37 ---> Running in 8ebd6c4b5d1a 17:54:38 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.22" -o app-service-configurable 17:55:17 Removing intermediate container 8ebd6c4b5d1a 17:55:17 ---> 5ced64fe98bd 17:55:17 Step 14/27 : FROM alpine:3.12 17:55:17 3.12: Pulling from library/alpine 17:55:17 dce8679b510e: Pulling fs layer 17:55:17 dce8679b510e: Verifying Checksum 17:55:17 dce8679b510e: Download complete 17:55:17 dce8679b510e: Pull complete 17:55:17 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:55:17 Status: Downloaded newer image for alpine:3.12 17:55:17 ---> d10569e2745f 17:55:17 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:55:17 ---> Running in e07eb18abf0e 17:55:17 Removing intermediate container e07eb18abf0e 17:55:17 ---> 6f8ac629ae37 17:55:17 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:55:18 ---> Running in c874dbf9fb80 17:55:18 Removing intermediate container c874dbf9fb80 17:55:18 ---> 305a691b04b2 17:55:18 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 17:55:18 ---> Running in ace8e43df3b4 17:55:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:55:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:55:20 (1/7) Installing ca-certificates (20191127-r4) 17:55:20 (2/7) Installing dumb-init (1.2.2-r1) 17:55:20 (3/7) Installing libgcc (9.3.0-r2) 17:55:20 (4/7) Installing libsodium (1.0.18-r0) 17:55:20 (5/7) Installing libstdc++ (9.3.0-r2) 17:55:20 (6/7) Installing libzmq (4.3.3-r0) 17:55:20 (7/7) Installing zeromq (4.3.3-r0) 17:55:20 Executing busybox-1.31.1-r19.trigger 17:55:20 Executing ca-certificates-20191127-r4.trigger 17:55:20 OK: 9 MiB in 21 packages 17:55:22 Removing intermediate container ace8e43df3b4 17:55:22 ---> d27e2ffe870a 17:55:22 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:55:23 ---> 3d7a4dde78d8 17:55:23 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:55:23 ---> f06eec1dfaf9 17:55:23 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:55:24 ---> 6eb38e4afc59 17:55:24 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:55:25 ---> 0079ca76fbb5 17:55:25 Step 22/27 : EXPOSE 48095 17:55:25 ---> Running in c2e5bb146276 17:55:26 Removing intermediate container c2e5bb146276 17:55:26 ---> f18590aa69c0 17:55:26 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:55:26 ---> Running in 70eb5f01fb09 17:55:27 Removing intermediate container 70eb5f01fb09 17:55:27 ---> fed970fb29a7 17:55:27 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:55:27 ---> Running in bcd24e9f2778 17:55:27 Removing intermediate container bcd24e9f2778 17:55:27 ---> 4d4cfdf5ee72 17:55:27 Step 25/27 : LABEL arch=arm64 17:55:27 ---> Running in 1695fa324344 17:55:28 Removing intermediate container 1695fa324344 17:55:28 ---> c0983d7e082e 17:55:28 Step 26/27 : LABEL git_sha=02c1bdd2e7c58c88f1181e55d1376c3df082b575 17:55:28 ---> Running in 8282a345e504 17:55:28 Removing intermediate container 8282a345e504 17:55:28 ---> 64543c0af810 17:55:28 Step 27/27 : LABEL version=2.0.0-dev.22 17:55:28 ---> Running in 6f828c794c77 17:55:29 Removing intermediate container 6f828c794c77 17:55:29 ---> 1e24caf4ffd6 17:55:29 [Warning] One or more build-args [ARCH] were not consumed 17:55:29 Successfully built 1e24caf4ffd6 17:55:29 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 17:55:29 provisioning config files... 17:55:29 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/92@tmp/config2917236886063652983tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:55:30 ---> docker-login.sh 17:55:30 nexus3.edgexfoundry.org:10001 17:55:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:30 Configure a credential helper to remove this warning. See 17:55:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:30 17:55:30 Login Succeeded 17:55:30 nexus3.edgexfoundry.org:10002 17:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:31 Configure a credential helper to remove this warning. See 17:55:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:31 17:55:31 Login Succeeded 17:55:31 nexus3.edgexfoundry.org:10003 17:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:31 Configure a credential helper to remove this warning. See 17:55:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:31 17:55:31 Login Succeeded 17:55:31 nexus3.edgexfoundry.org:10004 17:55:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:32 Configure a credential helper to remove this warning. See 17:55:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:32 17:55:32 Login Succeeded 17:55:32 docker.io 17:55:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:32 Configure a credential helper to remove this warning. See 17:55:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:32 17:55:32 Login Succeeded 17:55:32 ---> docker-login.sh ends [Pipeline] } 17:55:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:55:33 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 17:55:33 02c1bdd2e7c58c88f1181e55d1376c3df082b575 17:55:33 latest 17:55:33 2.0.0-dev.22 17:55:33 02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 17:55:33 master 17:55:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:55:33 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:02c1bdd2e7c58c88f1181e55d1376c3df082b575 [Pipeline] isUnix [Pipeline] sh 17:55:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:02c1bdd2e7c58c88f1181e55d1376c3df082b575 17:55:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:55:34 aa4c54dec0d0: Preparing 17:55:34 4d949366d910: Preparing 17:55:34 2bd9eaab76dc: Preparing 17:55:34 83470e1279ae: Preparing 17:55:34 39fe061235a9: Preparing 17:55:34 02a88cfff88f: Preparing 17:55:34 02a88cfff88f: Waiting 17:55:34 4d949366d910: Pushed 17:55:34 83470e1279ae: Pushed 17:55:34 2bd9eaab76dc: Pushed 17:55:34 02a88cfff88f: Layer already exists 17:55:35 39fe061235a9: Pushed 17:55:38 aa4c54dec0d0: Pushed 17:55:38 02c1bdd2e7c58c88f1181e55d1376c3df082b575: digest: sha256:0accd23fb38446bd2b66bb28d274470883dc083be1c37ef40d8f713d6bab1a7b size: 1574 [Pipeline] isUnix [Pipeline] sh 17:55:38 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:55:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:55:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:55:39 aa4c54dec0d0: Preparing 17:55:39 4d949366d910: Preparing 17:55:39 2bd9eaab76dc: Preparing 17:55:39 83470e1279ae: Preparing 17:55:39 39fe061235a9: Preparing 17:55:39 02a88cfff88f: Preparing 17:55:39 02a88cfff88f: Waiting 17:55:39 83470e1279ae: Layer already exists 17:55:39 4d949366d910: Layer already exists 17:55:39 aa4c54dec0d0: Layer already exists 17:55:39 39fe061235a9: Layer already exists 17:55:39 2bd9eaab76dc: Layer already exists 17:55:39 02a88cfff88f: Layer already exists 17:55:39 latest: digest: sha256:0accd23fb38446bd2b66bb28d274470883dc083be1c37ef40d8f713d6bab1a7b size: 1574 [Pipeline] isUnix [Pipeline] sh 17:55:39 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh 17:55:40 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.22 17:55:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:55:40 aa4c54dec0d0: Preparing 17:55:40 4d949366d910: Preparing 17:55:40 2bd9eaab76dc: Preparing 17:55:40 83470e1279ae: Preparing 17:55:40 39fe061235a9: Preparing 17:55:40 02a88cfff88f: Preparing 17:55:40 02a88cfff88f: Waiting 17:55:40 39fe061235a9: Layer already exists 17:55:40 83470e1279ae: Layer already exists 17:55:40 2bd9eaab76dc: Layer already exists 17:55:40 aa4c54dec0d0: Layer already exists 17:55:40 4d949366d910: Layer already exists 17:55:40 02a88cfff88f: Layer already exists 17:55:40 2.0.0-dev.22: digest: sha256:0accd23fb38446bd2b66bb28d274470883dc083be1c37ef40d8f713d6bab1a7b size: 1574 [Pipeline] isUnix [Pipeline] sh 17:55:40 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh 17:55:40 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 17:55:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:55:40 aa4c54dec0d0: Preparing 17:55:40 4d949366d910: Preparing 17:55:40 2bd9eaab76dc: Preparing 17:55:40 83470e1279ae: Preparing 17:55:40 39fe061235a9: Preparing 17:55:40 02a88cfff88f: Preparing 17:55:40 02a88cfff88f: Waiting 17:55:41 39fe061235a9: Layer already exists 17:55:41 83470e1279ae: Layer already exists 17:55:41 aa4c54dec0d0: Layer already exists 17:55:41 4d949366d910: Layer already exists 17:55:41 2bd9eaab76dc: Layer already exists 17:55:41 02a88cfff88f: Layer already exists 17:55:41 02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22: digest: sha256:0accd23fb38446bd2b66bb28d274470883dc083be1c37ef40d8f713d6bab1a7b size: 1574 [Pipeline] isUnix [Pipeline] sh 17:55:41 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 17:55:41 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 17:55:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:55:41 aa4c54dec0d0: Preparing 17:55:41 4d949366d910: Preparing 17:55:41 2bd9eaab76dc: Preparing 17:55:41 83470e1279ae: Preparing 17:55:41 39fe061235a9: Preparing 17:55:41 02a88cfff88f: Preparing 17:55:41 02a88cfff88f: Waiting 17:55:41 39fe061235a9: Layer already exists 17:55:41 aa4c54dec0d0: Layer already exists 17:55:41 83470e1279ae: Layer already exists 17:55:42 2bd9eaab76dc: Layer already exists 17:55:42 4d949366d910: Layer already exists 17:55:42 02a88cfff88f: Layer already exists 17:55:42 master: digest: sha256:0accd23fb38446bd2b66bb28d274470883dc083be1c37ef40d8f713d6bab1a7b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:55:42 ===================================================== [Pipeline] echo 17:55:42 taggedImages: 17:55:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:02c1bdd2e7c58c88f1181e55d1376c3df082b575 17:55:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:55:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.22 17:55:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 17:55:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:55:43 ---> job-cost.sh 17:55:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ps7z 17:56:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:57:58 lf-activate-venv(): INFO: Adding /tmp/venv-ps7z/bin to PATH 17:57:58 INFO: No Stack... 17:57:58 INFO: Retrieving Pricing Info for: lf-standard-4 17:57:58 INFO: Archiving Costs [Pipeline] sh 17:57:59 + cat /w/workspace/app-service-configurable/92/archives/cost.csv 17:57:59 + cut -d, -f6 [Pipeline] lock 17:57:59 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] 17:57:59 Resource [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] did not exist. Created. 17:57:59 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:57:59 /w/workspace/app-service-configurable/92@tmp/durable-a50fee96/script.sh: 1: /w/workspace/app-service-configurable/92@tmp/durable-a50fee96/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:58:00 + echo total: 0.20999999344348907 [Pipeline] stash 17:58:00 Warning: overwriting stash ‘stack-cost’ 17:58:00 Stashed 1 file(s) [Pipeline] } 17:58:00 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-92-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 17:58:02 provisioning config files... 17:58:02 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8468970400181959414tmp [Pipeline] { [Pipeline] sh 17:58:03 + set +x 17:58:03 + curl -s https://codecov.io/bash 17:58:03 + bash -s -- 17:58:03 17:58:03 _____ _ 17:58:03 / ____| | | 17:58:03 | | ___ __| | ___ ___ _____ __ 17:58:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:58:03 | |___| (_) | (_| | __/ (_| (_) \ V / 17:58:03 \_____\___/ \__,_|\___|\___\___/ \_/ 17:58:03 Bash-20210309-2b87ace 17:58:03 17:58:03 17:58:03 ==> git version 2.24.3 found 17:58:03 ==> 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 17:58:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:58:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:58:03 ==> Jenkins CI detected. 17:58:03 project root: . 17:58:03 --> token set from env 17:58:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:58:03 ==> Running gcov in . (disable via -X gcov) 17:58:03 ==> Python coveragepy not found 17:58:03 ==> Searching for coverage reports in: 17:58:03 + . 17:58:03 -> Found 1 reports 17:58:03 ==> Detecting git/mercurial file structure 17:58:03 ==> Reading reports 17:58:03 + ./coverage.out bytes=10 17:58:03 ==> Appending adjustments 17:58:03 https://docs.codecov.io/docs/fixing-reports 17:58:03 + Found adjustments 17:58:03 ==> Gzipping contents 17:58:03 4.0K /tmp/codecov.phLmef.gz 17:58:03 ==> Uploading reports 17:58:03 url: https://codecov.io 17:58:03 query: branch=master&commit=02c1bdd2e7c58c88f1181e55d1376c3df082b575&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F92%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:58:03 -> Pinging Codecov 17:58:03 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=02c1bdd2e7c58c88f1181e55d1376c3df082b575&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F92%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:58:04 -> Uploading to 17:58:04 https://storage.googleapis.com/codecov/v4/raw/2021-03-09/A97CA9966030D2A3747ED39772930CCE/02c1bdd2e7c58c88f1181e55d1376c3df082b575/3323ebae-4cbe-437a-9f29-5465dccbfa49.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T175804Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bee3ad77868ff4c063cbc2a64b09b8ca5947cec5418d741c6e52e66efa5cb4ae 17:58:04 % Total % Received % Xferd Average Speed Time Time Time Current 17:58:04 Dload Upload Total Spent Left Speed 17:58:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 778 --:--:-- --:--:-- --:--:-- 777 100 392 0 0 100 392 0 778 --:--:-- --:--:-- --:--:-- 777 17:58:04 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/02c1bdd2e7c58c88f1181e55d1376c3df082b575 [Pipeline] } 17:58:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:58:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:58:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:58:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:58:06 17:58:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:58:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:58:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:58:06 188c0c94c7c5: Pulling fs layer 17:58:06 0ef7d3d256c8: Pulling fs layer 17:58:06 de9db76c5a1d: Pulling fs layer 17:58:06 0eba1c9be4d2: Pulling fs layer 17:58:06 0d57e429df01: Pulling fs layer 17:58:06 4e4be7b47b0d: Pulling fs layer 17:58:06 e1f770b5df2f: Pulling fs layer 17:58:06 85a0685a4137: Pulling fs layer 17:58:06 4e4be7b47b0d: Waiting 17:58:06 e1f770b5df2f: Waiting 17:58:06 85a0685a4137: Waiting 17:58:06 0eba1c9be4d2: Waiting 17:58:06 0d57e429df01: Waiting 17:58:06 de9db76c5a1d: Verifying Checksum 17:58:06 de9db76c5a1d: Download complete 17:58:06 0ef7d3d256c8: Verifying Checksum 17:58:06 0ef7d3d256c8: Download complete 17:58:06 0d57e429df01: Download complete 17:58:06 4e4be7b47b0d: Verifying Checksum 17:58:06 4e4be7b47b0d: Download complete 17:58:06 188c0c94c7c5: Verifying Checksum 17:58:06 188c0c94c7c5: Download complete 17:58:07 188c0c94c7c5: Pull complete 17:58:07 0ef7d3d256c8: Pull complete 17:58:07 de9db76c5a1d: Pull complete 17:58:08 e1f770b5df2f: Verifying Checksum 17:58:08 e1f770b5df2f: Download complete 17:58:13 0eba1c9be4d2: Verifying Checksum 17:58:13 0eba1c9be4d2: Download complete 17:58:13 85a0685a4137: Verifying Checksum 17:58:13 85a0685a4137: Download complete 17:58:28 0eba1c9be4d2: Pull complete 17:58:28 0d57e429df01: Pull complete 17:58:28 4e4be7b47b0d: Pull complete 17:58:32 e1f770b5df2f: Pull complete 17:58:48 85a0685a4137: Pull complete 17:58:48 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:58:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:58:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:58:49 prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container 17:58:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:58:51 $ docker top cb757b07b34cc5d5d1e8a6cfb278f6a3e17eb14f042763562dc4549b00be6836 -eo pid,comm [Pipeline] { [Pipeline] echo 17:58:52 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:58:53 + set -o pipefail 17:58:53 + snyk monitor '--org=edgex-jenkins' 17:59:20 17:59:20 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 17:59:20 17:59:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/27b97860-ceb0-4ed5-b28a-6363f41692c9 17:59:20 17:59:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:59:20 17:59:20 [Pipeline] } 17:59:20 $ docker stop --time=1 cb757b07b34cc5d5d1e8a6cfb278f6a3e17eb14f042763562dc4549b00be6836 17:59:24 $ docker rm -f cb757b07b34cc5d5d1e8a6cfb278f6a3e17eb14f042763562dc4549b00be6836 [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 17:59:27 + git log --format=format:%s -1 02c1bdd2e7c58c88f1181e55d1376c3df082b575 [Pipeline] isUnix [Pipeline] sh 17:59:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:59:27 . [Pipeline] withDockerContainer 17:59:28 prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container 17:59:28 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:59:29 $ docker top f670ea8e7b8178d626f944f296480faa4239dd28a6ee598592c041f54af0654d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:59:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:59:30 [ssh-agent] Looking for ssh-agent implementation... 17:59:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:59:30 $ docker exec f670ea8e7b8178d626f944f296480faa4239dd28a6ee598592c041f54af0654d ssh-agent 17:59:30 SSH_AUTH_SOCK=/tmp/ssh-7NR5Ss37mh9N/agent.11 17:59:30 SSH_AGENT_PID=16 17:59:30 Running ssh-add (command line suppressed) 17:59:31 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6000090516456297942.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6000090516456297942.key) 17:59:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:59:31 + git semver tag 17:59:32 # -> Open(): unable to determine branch for HEAD 17:59:32 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:59:32 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:59:32 # $SEMVER_REMOTE_NAME = origin 17:59:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:59:32 # $SEMVER_USER_NAME = edgex-jenkins 17:59:32 # $SEMVER_BRANCH = master 17:59:32 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:59:32 # 02c1bdd2e7c58c88f1181e55d1376c3df082b575 HEAD 17:59:32 # -> Force: false 17:59:32 # a7e51fd5f9a0a0877b3fe9125aa4e1764831948a refs/tags/v2.0.0-dev.22 [Pipeline] } 17:59:32 $ docker exec --env ******** --env ******** f670ea8e7b8178d626f944f296480faa4239dd28a6ee598592c041f54af0654d ssh-agent -k 17:59:32 unset SSH_AUTH_SOCK; 17:59:32 unset SSH_AGENT_PID; 17:59:32 echo Agent pid 16 killed; 17:59:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:59:33 + git semver [Pipeline] } 17:59:33 $ docker stop --time=1 f670ea8e7b8178d626f944f296480faa4239dd28a6ee598592c041f54af0654d 17:59:35 $ docker rm -f f670ea8e7b8178d626f944f296480faa4239dd28a6ee598592c041f54af0654d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:59:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:59:36 17:59:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:59:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:59:36 0.23.1-centos7: Pulling from edgex-lftools 17:59:36 ab5ef0e58194: Pulling fs layer 17:59:36 9712f1f96733: Pulling fs layer 17:59:36 63f879dbbcfc: Pulling fs layer 17:59:36 0d9ebad4ef96: Pulling fs layer 17:59:36 e9a5061849ea: Pulling fs layer 17:59:36 d747dcd14b5f: Pulling fs layer 17:59:36 2de7ff778b66: Pulling fs layer 17:59:36 0d9ebad4ef96: Waiting 17:59:36 e9a5061849ea: Waiting 17:59:36 d747dcd14b5f: Waiting 17:59:36 2de7ff778b66: Waiting 17:59:36 9712f1f96733: Verifying Checksum 17:59:36 9712f1f96733: Download complete 17:59:39 63f879dbbcfc: Verifying Checksum 17:59:39 63f879dbbcfc: Download complete 17:59:39 e9a5061849ea: Verifying Checksum 17:59:39 e9a5061849ea: Download complete 17:59:39 d747dcd14b5f: Verifying Checksum 17:59:39 d747dcd14b5f: Download complete 17:59:40 2de7ff778b66: Verifying Checksum 17:59:40 2de7ff778b66: Download complete 17:59:40 0d9ebad4ef96: Verifying Checksum 17:59:40 0d9ebad4ef96: Download complete 17:59:41 ab5ef0e58194: Download complete 17:59:53 ab5ef0e58194: Pull complete 17:59:53 9712f1f96733: Pull complete 17:59:58 63f879dbbcfc: Pull complete 18:00:16 0d9ebad4ef96: Pull complete 18:00:17 e9a5061849ea: Pull complete 18:00:17 d747dcd14b5f: Pull complete 18:00:21 2de7ff778b66: Pull complete 18:00:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:00:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:00:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:00:21 prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container 18:00:22 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:00:28 $ docker top c9d04003bb0bce2b81fa5378d5c2b51856f1405d187d9b86e55229a2b16a407c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:00:29 provisioning config files... 18:00:29 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config7440617408670801204tmp 18:00:29 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config1138685646926683845tmp 18:00:29 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config4210807282709200171tmp [Pipeline] { [Pipeline] echo 18:00:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:00:31 ---> sigul-configuration.sh 18:00:31 gpg: directory `/root/.gnupg' created 18:00:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:00:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:00:31 gpg: keyring `/root/.gnupg/secring.gpg' created 18:00:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:00:31 gpg: CAST5 encrypted data 18:00:31 gpg: encrypted with 1 passphrase 18:00:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:00:31 + mkdir /home/jenkins 18:00:31 + mkdir /home/jenkins/sigul [Pipeline] sh 18:00:32 + 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 18:00:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:00:33 ---> sigul-install.sh 18:00:43 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:00:43 + git tag --list 18:00:43 v1.0.0 18:00:43 v1.1.0 18:00:43 v1.2.0 18:00:43 v1.3.0 18:00:43 v1.3.1 18:00:43 v1.3.1-dev.1 18:00:43 v1.3.1-dev.2 18:00:43 v1.3.1-dev.3 18:00:43 v2.0.0-dev.1 18:00:43 v2.0.0-dev.10 18:00:43 v2.0.0-dev.11 18:00:43 v2.0.0-dev.12 18:00:43 v2.0.0-dev.13 18:00:43 v2.0.0-dev.14 18:00:43 v2.0.0-dev.15 18:00:43 v2.0.0-dev.16 18:00:43 v2.0.0-dev.17 18:00:43 v2.0.0-dev.18 18:00:43 v2.0.0-dev.19 18:00:43 v2.0.0-dev.2 18:00:43 v2.0.0-dev.20 18:00:43 v2.0.0-dev.21 18:00:43 v2.0.0-dev.22 18:00:43 v2.0.0-dev.3 18:00:43 v2.0.0-dev.4 18:00:43 v2.0.0-dev.5 18:00:43 v2.0.0-dev.6 18:00:43 v2.0.0-dev.7 18:00:43 v2.0.0-dev.8 18:00:43 v2.0.0-dev.9 [Pipeline] sh 18:00:44 + lftools sign git-tag v2.0.0-dev.22 18:00:46 Signing Git tag with Sigul... 18:00:46 Signing v2.0.0-dev.22 [Pipeline] echo 18:00:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:00:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:00:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:00:49 $ docker stop --time=1 c9d04003bb0bce2b81fa5378d5c2b51856f1405d187d9b86e55229a2b16a407c 18:00:52 $ docker rm -f c9d04003bb0bce2b81fa5378d5c2b51856f1405d187d9b86e55229a2b16a407c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:00:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:00:53 . [Pipeline] withDockerContainer 18:00:53 prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container 18:00:53 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:00:56 $ docker top 933418d36e0307f2233bc7a1bcc80208053bde1441d6fae6745f423e88bfad98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:00:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:00:57 [ssh-agent] Looking for ssh-agent implementation... 18:00:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:00:59 $ docker exec 933418d36e0307f2233bc7a1bcc80208053bde1441d6fae6745f423e88bfad98 ssh-agent 18:01:00 SSH_AUTH_SOCK=/tmp/ssh-NBto2vknghb0/agent.12 18:01:00 SSH_AGENT_PID=17 18:01:00 Running ssh-add (command line suppressed) 18:01:01 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3351381906302265181.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3351381906302265181.key) 18:01:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:01:02 + git semver bump pre 18:01:02 # -> Open(): unable to determine branch for HEAD 18:01:02 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:01:02 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:01:02 # $SEMVER_REMOTE_NAME = origin 18:01:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:01:02 # $SEMVER_USER_NAME = edgex-jenkins 18:01:02 # $SEMVER_BRANCH = master 18:01:02 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 18:01:02 2.0.0-dev.23 [Pipeline] } 18:01:02 $ docker exec --env ******** --env ******** 933418d36e0307f2233bc7a1bcc80208053bde1441d6fae6745f423e88bfad98 ssh-agent -k 18:01:02 unset SSH_AUTH_SOCK; 18:01:02 unset SSH_AGENT_PID; 18:01:02 echo Agent pid 17 killed; 18:01:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:01:03 + git semver [Pipeline] } 18:01:03 $ docker stop --time=1 933418d36e0307f2233bc7a1bcc80208053bde1441d6fae6745f423e88bfad98 18:01:04 $ docker rm -f 933418d36e0307f2233bc7a1bcc80208053bde1441d6fae6745f423e88bfad98 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:01:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:01:05 . [Pipeline] withDockerContainer 18:01:05 prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container 18:01:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:01:07 $ docker top 8644172c038cf01684b6999ba330692b804f6baf5d9f79ca3aa060281bd9ff60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:01:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:01:08 [ssh-agent] Looking for ssh-agent implementation... 18:01:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:01:09 $ docker exec 8644172c038cf01684b6999ba330692b804f6baf5d9f79ca3aa060281bd9ff60 ssh-agent 18:01:10 SSH_AUTH_SOCK=/tmp/ssh-tBVgaOOQdNrk/agent.12 18:01:10 SSH_AGENT_PID=17 18:01:10 Running ssh-add (command line suppressed) 18:01:11 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8581668238798583582.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8581668238798583582.key) 18:01:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:01:12 + git semver push 18:01:12 # -> Open(): unable to determine branch for HEAD 18:01:12 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:01:12 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:01:12 # $SEMVER_REMOTE_NAME = origin 18:01:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:01:12 # $SEMVER_USER_NAME = edgex-jenkins 18:01:12 # $SEMVER_BRANCH = master 18:01:12 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 18:01:16 $ docker exec --env ******** --env ******** 8644172c038cf01684b6999ba330692b804f6baf5d9f79ca3aa060281bd9ff60 ssh-agent -k 18:01:16 unset SSH_AUTH_SOCK; 18:01:16 unset SSH_AGENT_PID; 18:01:16 echo Agent pid 17 killed; 18:01:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:01:18 + git semver [Pipeline] } 18:01:18 $ docker stop --time=1 8644172c038cf01684b6999ba330692b804f6baf5d9f79ca3aa060281bd9ff60 18:01:20 $ docker rm -f 8644172c038cf01684b6999ba330692b804f6baf5d9f79ca3aa060281bd9ff60 [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 18:01:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:01:22 ---> package-listing.sh 18:01:22 ++ facter osfamily 18:01:22 ++ tr '[:upper:]' '[:lower:]' 18:01:22 + OS_FAMILY=redhat 18:01:22 + workspace=/w/workspace/_app-service-configurable_master 18:01:22 + START_PACKAGES=/tmp/packages_start.txt 18:01:22 + END_PACKAGES=/tmp/packages_end.txt 18:01:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:01:22 + PACKAGES=/tmp/packages_start.txt 18:01:22 + '[' /w/workspace/_app-service-configurable_master ']' 18:01:22 + PACKAGES=/tmp/packages_end.txt 18:01:22 + case "${OS_FAMILY}" in 18:01:22 + rpm -qa 18:01:22 + sort 18:01:29 + '[' -f /tmp/packages_start.txt ']' 18:01:29 + '[' -f /tmp/packages_end.txt ']' 18:01:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:01:29 + '[' /w/workspace/_app-service-configurable_master ']' 18:01:29 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 18:01:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 18:01:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:01:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:01:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:31 18:01:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:01:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:31 alpine: Pulling from edgex-lftools-log-publisher 18:01:31 df20fa9351a1: Pulling fs layer 18:01:31 36b3adc4ff6f: Pulling fs layer 18:01:31 8ad3a11d3b57: Pulling fs layer 18:01:31 46f8f816bc3b: Pulling fs layer 18:01:31 93b61091891f: Pulling fs layer 18:01:31 93b9cdb0e59b: Pulling fs layer 18:01:31 5e14af77c1be: Pulling fs layer 18:01:31 01666e4c0597: Pulling fs layer 18:01:31 aa168da1d23b: Pulling fs layer 18:01:31 93b61091891f: Waiting 18:01:31 93b9cdb0e59b: Waiting 18:01:31 5e14af77c1be: Waiting 18:01:31 01666e4c0597: Waiting 18:01:31 aa168da1d23b: Waiting 18:01:31 46f8f816bc3b: Waiting 18:01:31 36b3adc4ff6f: Verifying Checksum 18:01:31 36b3adc4ff6f: Download complete 18:01:31 46f8f816bc3b: Verifying Checksum 18:01:31 46f8f816bc3b: Download complete 18:01:31 df20fa9351a1: Verifying Checksum 18:01:31 df20fa9351a1: Download complete 18:01:31 93b9cdb0e59b: Verifying Checksum 18:01:31 93b9cdb0e59b: Download complete 18:01:31 5e14af77c1be: Verifying Checksum 18:01:31 5e14af77c1be: Download complete 18:01:31 01666e4c0597: Download complete 18:01:31 93b61091891f: Verifying Checksum 18:01:31 93b61091891f: Download complete 18:01:31 8ad3a11d3b57: Verifying Checksum 18:01:31 8ad3a11d3b57: Download complete 18:01:32 df20fa9351a1: Pull complete 18:01:32 36b3adc4ff6f: Pull complete 18:01:35 8ad3a11d3b57: Pull complete 18:01:36 46f8f816bc3b: Pull complete 18:01:36 aa168da1d23b: Verifying Checksum 18:01:36 aa168da1d23b: Download complete 18:01:37 93b61091891f: Pull complete 18:01:37 93b9cdb0e59b: Pull complete 18:01:38 5e14af77c1be: Pull complete 18:01:38 01666e4c0597: Pull complete 18:01:57 aa168da1d23b: Pull complete 18:01:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:01:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:01:57 prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container 18:01:57 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:02:00 $ docker top 35b902e0484e684eb9e3feedfa8988405ed3f2fe2906e97bf8b657b03d080262 -eo pid,comm [Pipeline] { [Pipeline] sh 18:02:01 + touch /tmp/pre-build-complete [Pipeline] sh 18:02:02 + mkdir -p /var/log/sa [Pipeline] sh 18:02:03 + ls /var/log/sa-host 18:02:03 + sadf -c /var/log/sa-host/sa09 18:02:03 file_magic: OK 18:02:03 HZ: Using current value: 100 18:02:03 file_header: OK 18:02:03 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 18:02:03 Statistics: 18:02:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:02:03 File successfully converted to sysstat format version 12.2.1 18:02:03 + sadf -c /var/log/sa-host/sa23 18:02:03 file_magic: OK 18:02:03 HZ: Using current value: 100 18:02:03 file_header: OK 18:02:03 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 18:02:03 Statistics: 18:02:03 Hnuu...uuuununununu... 18:02:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:02:03 provisioning config files... 18:02:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5718951115199590879tmp [Pipeline] { [Pipeline] echo 18:02:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:02:03 ---> create-netrc.sh [Pipeline] } 18:02:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:02:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:02:04 ---> python-tools-install.sh [Pipeline] echo 18:02:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:02:05 ---> sudo-logs.sh 18:02:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:02:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:02:05 ---> job-cost.sh 18:02:05 lf-activate-venv: SKIPPING 18:02:05 DEBUG: total: 0.20999999344348907 18:02:05 INFO: Retrieving Stack Cost... 18:02:07 INFO: Retrieving Pricing Info for: v1-standard-2 18:02:07 INFO: Archiving Costs [Pipeline] echo 18:02:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:02:08 ---> logs-deploy.sh 18:02:08 lf-activate-venv: SKIPPING 18:02:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/92 18:02:08 INFO: archiving workspace using pattern(s): 18:02:11 Archives upload complete. 18:02:11 INFO: archiving logs to Nexus