Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b430426e5122e1d8120a8d3ea89e621b3f587a0f 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-20662 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 Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 Commit message: "refactor: Consume new V2 App SDK (#166)" > git rev-list --no-walk 2d8b7de1e2e5f9400ce1baf8c318934e5566b23c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:55:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:55:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:55:03 ========================================================= 21:55:03 EdgeX Global Pipelines Version Info 21:55:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:55:06 ------------------- 21:55:06 stable info: 21:55:06 ------------------- 21:55:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:55:06 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 21:55:06 Message: update stable to v1.0.177 21:55:07 ------------------- 21:55:07 experimental info: 21:55:07 ------------------- 21:55:07 Commited By: **** collab-it+edgex@linuxfoundation.org 21:55:07 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 21:55:07 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:55:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 21:55:07 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 21:55:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:55:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:55:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:55:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:55:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:55:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:55:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:55:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:55:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:55:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 21:55:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:55:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:55:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:55:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:55:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:55:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:55:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:55:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:55:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:55:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:55:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:55:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:55:09 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:55:09 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:55:09 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:55:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:55:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:55:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:55:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] echo 21:55:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b430426 [Pipeline] echo 21:55:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:55:10 provisioning config files... 21:55:10 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6343010340703815689tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:55:11 ---> docker-login.sh 21:55:11 nexus3.edgexfoundry.org:10001 21:55:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:12 Configure a credential helper to remove this warning. See 21:55:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:12 21:55:12 Login Succeeded 21:55:12 nexus3.edgexfoundry.org:10002 21:55:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:12 Configure a credential helper to remove this warning. See 21:55:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:12 21:55:12 Login Succeeded 21:55:12 nexus3.edgexfoundry.org:10003 21:55:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:13 Configure a credential helper to remove this warning. See 21:55:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:13 21:55:13 Login Succeeded 21:55:13 nexus3.edgexfoundry.org:10004 21:55:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:13 Configure a credential helper to remove this warning. See 21:55:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:13 21:55:13 Login Succeeded 21:55:13 docker.io 21:55:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:13 Configure a credential helper to remove this warning. See 21:55:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:13 21:55:13 Login Succeeded 21:55:13 ---> docker-login.sh ends [Pipeline] } 21:55:13 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 21:55:14 + git log --format=format:%s -1 b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] echo 21:55:14 GIT_COMMIT: b430426e5122e1d8120a8d3ea89e621b3f587a0f, Commit Message: refactor: Consume new V2 App SDK (#166) [Pipeline] echo 21:55:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:55:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:55:15 21:55:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:55:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:55:15 latest: Pulling from edgex-devops/git-semver 21:55:15 31603596830f: Pulling fs layer 21:55:15 2a8b12db71e7: Pulling fs layer 21:55:15 6ca5941a6612: Pulling fs layer 21:55:15 ecc8261a40a4: Pulling fs layer 21:55:15 ecc8261a40a4: Waiting 21:55:16 2a8b12db71e7: Verifying Checksum 21:55:16 2a8b12db71e7: Download complete 21:55:16 31603596830f: Verifying Checksum 21:55:16 31603596830f: Download complete 21:55:16 6ca5941a6612: Verifying Checksum 21:55:16 6ca5941a6612: Download complete 21:55:16 ecc8261a40a4: Verifying Checksum 21:55:16 ecc8261a40a4: Download complete 21:55:16 31603596830f: Pull complete 21:55:16 2a8b12db71e7: Pull complete 21:55:18 6ca5941a6612: Pull complete 21:55:18 ecc8261a40a4: Pull complete 21:55:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:55:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:55:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:55:18 prd-centos7-docker-4c-2g-20662 does not seem to be running inside a container 21:55:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:55:21 $ docker top 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:55:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:55:22 [ssh-agent] Looking for ssh-agent implementation... 21:55:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:55:22 $ docker exec 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 ssh-agent 21:55:22 SSH_AUTH_SOCK=/tmp/ssh-TyFJgrsMInMU/agent.12 21:55:22 SSH_AGENT_PID=17 21:55:22 Running ssh-add (command line suppressed) 21:55:23 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6169084279639626593.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6169084279639626593.key) 21:55:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:55:23 + git tag --points-at HEAD [Pipeline] } 21:55:23 $ docker exec --env ******** --env ******** 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 ssh-agent -k 21:55:23 unset SSH_AUTH_SOCK; 21:55:23 unset SSH_AGENT_PID; 21:55:23 echo Agent pid 17 killed; 21:55:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:55:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:55:23 [ssh-agent] Looking for ssh-agent implementation... 21:55:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:55:24 $ docker exec 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 ssh-agent 21:55:24 SSH_AUTH_SOCK=/tmp/ssh-c3WozuBtw6Vx/agent.47 21:55:24 SSH_AGENT_PID=52 21:55:24 Running ssh-add (command line suppressed) 21:55:24 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6751938572023789470.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6751938572023789470.key) 21:55:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:55:25 + git semver init 21:55:25 # -> Open(): unable to determine branch for HEAD 21:55:25 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:55:25 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:55:25 # $SEMVER_REMOTE_NAME = origin 21:55:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:55:25 # $SEMVER_USER_NAME = edgex-jenkins 21:55:25 # $SEMVER_BRANCH = master 21:55:25 # $SEMVER_TEMP = /tmp/semver-404130213 21:55:25 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 21:55:25 # '/tmp/semver-404130213' -> '/w/workspace/_app-service-configurable_master/.semver' 21:55:25 # -> Force: false 21:55:25 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:55:25 $ docker exec --env ******** --env ******** 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 ssh-agent -k 21:55:26 unset SSH_AUTH_SOCK; 21:55:26 unset SSH_AGENT_PID; 21:55:26 echo Agent pid 52 killed; 21:55:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:55:26 + git semver [Pipeline] } 21:55:26 $ docker stop --time=1 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 21:55:28 $ docker rm -f 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 [Pipeline] // withDockerContainer [Pipeline] sh 21:55:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:55:29 Stashed 1 file(s) [Pipeline] echo 21:55:29 [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 21:55:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20663 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:55:30 Running in /w/workspace/app-service-configurable/73 [Pipeline] { [Pipeline] checkout 21:55:35 using credential edgex-jenkins-ssh 21:55:35 Cloning the remote Git repository 21:55:35 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:55:35 > git init /w/workspace/app-service-configurable/73 # timeout=10 21:55:35 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:55:35 > git --version # timeout=10 21:55:35 > git --version # 'git version 2.17.1' 21:55:35 using GIT_SSH to set credentials SSH Credentials for GitHub 21:55:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:55:36 Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) 21:55:36 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:55:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:55:36 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:55:36 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:55:36 using GIT_SSH to set credentials SSH Credentials for GitHub 21:55:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:55:36 > git config core.sparsecheckout # timeout=10 21:55:36 > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 21:55:41 Commit message: "refactor: Consume new V2 App SDK (#166)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:55:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:55:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:55:43 + sudo service docker restart 21:55:43 + true 21:55:45 Still waiting to schedule task 21:55:45 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:55:45 provisioning config files... 21:55:45 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/73@tmp/config2655050133270431506tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:55:46 ---> docker-login.sh 21:55:46 nexus3.edgexfoundry.org:10001 21:55:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:46 Configure a credential helper to remove this warning. See 21:55:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:46 21:55:46 Login Succeeded 21:55:47 nexus3.edgexfoundry.org:10002 21:55:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:47 Configure a credential helper to remove this warning. See 21:55:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:47 21:55:47 Login Succeeded 21:55:47 nexus3.edgexfoundry.org:10003 21:55:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:48 Configure a credential helper to remove this warning. See 21:55:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:48 21:55:48 Login Succeeded 21:55:48 nexus3.edgexfoundry.org:10004 21:55:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:48 Configure a credential helper to remove this warning. See 21:55:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:48 21:55:48 Login Succeeded 21:55:48 docker.io 21:55:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:49 Configure a credential helper to remove this warning. See 21:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:49 21:55:49 Login Succeeded 21:55:49 ---> docker-login.sh ends [Pipeline] } 21:55:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:55:49 ========================================================= 21:55:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:55:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:55:50 + 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 . 21:55:50 Sending build context to Docker daemon 96.26kB 21:55:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:55:50 Step 2/8 : FROM ${BASE} 21:55:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:55:50 5f621e34cdf4: Pulling fs layer 21:55:50 a4357932f1b6: Pulling fs layer 21:55:50 18c013af1878: Pulling fs layer 21:55:50 00ac8860ef70: Pulling fs layer 21:55:50 63d7cb157983: Pulling fs layer 21:55:50 b116817d02f9: Pulling fs layer 21:55:50 745a02a5169b: Pulling fs layer 21:55:50 00ac8860ef70: Waiting 21:55:50 63d7cb157983: Waiting 21:55:50 b116817d02f9: Waiting 21:55:50 745a02a5169b: Waiting 21:55:50 18c013af1878: Download complete 21:55:50 a4357932f1b6: Verifying Checksum 21:55:50 a4357932f1b6: Download complete 21:55:50 63d7cb157983: Verifying Checksum 21:55:50 63d7cb157983: Download complete 21:55:50 b116817d02f9: Verifying Checksum 21:55:50 b116817d02f9: Download complete 21:55:50 5f621e34cdf4: Verifying Checksum 21:55:50 5f621e34cdf4: Download complete 21:55:51 5f621e34cdf4: Pull complete 21:55:52 a4357932f1b6: Pull complete 21:55:52 18c013af1878: Pull complete 21:55:53 745a02a5169b: Verifying Checksum 21:55:53 745a02a5169b: Download complete 21:55:54 00ac8860ef70: Verifying Checksum 21:55:54 00ac8860ef70: Download complete 21:56:05 00ac8860ef70: Pull complete 21:56:05 63d7cb157983: Pull complete 21:56:05 b116817d02f9: Pull complete 21:56:09 745a02a5169b: Pull complete 21:56:09 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:56:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:56:09 ---> b7e6874047d6 21:56:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:56:11 ---> Running in 2c2c3271a53a 21:56:11 Removing intermediate container 2c2c3271a53a 21:56:11 ---> 04edc0fa42c8 21:56:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:12 ---> Running in 9f5188de1b08 21:56:14 Removing intermediate container 9f5188de1b08 21:56:14 ---> e3f48d836b79 21:56:14 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:56:14 ---> Running in 3ca66a051cf4 21:56:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:56:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:56:17 (1/6) Installing libc-dev (0.7.2-r3) 21:56:17 (2/6) Installing libsodium (1.0.18-r0) 21:56:17 (3/6) Installing pkgconf (1.7.2-r0) 21:56:17 (4/6) Installing libsodium-dev (1.0.18-r0) 21:56:17 (5/6) Installing libzmq (4.3.3-r0) 21:56:17 (6/6) Installing zeromq-dev (4.3.3-r0) 21:56:17 Executing busybox-1.31.1-r19.trigger 21:56:17 OK: 144 MiB in 45 packages 21:56:19 Removing intermediate container 3ca66a051cf4 21:56:19 ---> 79fa28f2dd26 21:56:19 Step 6/8 : WORKDIR /app 21:56:19 ---> Running in 635eeba34258 21:56:19 Removing intermediate container 635eeba34258 21:56:19 ---> 42e785f388e0 21:56:19 Step 7/8 : COPY . . 21:56:20 ---> e7be5f0998e9 21:56:20 Step 8/8 : RUN go mod download 21:56:20 ---> Running in b0d817437dab 21:56:47 Removing intermediate container b0d817437dab 21:56:47 ---> 438c59d31e97 21:56:47 Successfully built 438c59d31e97 21:56:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:56:47 + docker inspect -f . ci-base-image-arm64 21:56:47 . [Pipeline] withDockerContainer 21:56:47 prd-ubuntu18.04-docker-arm64-4c-16g-20663 does not seem to be running inside a container 21:56:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/73 -v /w/workspace/app-service-configurable/73:/w/workspace/app-service-configurable/73:rw,z -v /w/workspace/app-service-configurable/73@tmp:/w/workspace/app-service-configurable/73@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 21:56:49 $ docker top f63ba81e76b7fdda9f62139ac1361d794675a10eaf1e80ca0db3c2cfe44e8944 -eo pid,comm [Pipeline] { [Pipeline] sh 21:56:50 + go version 21:56:50 go version go1.15.5 linux/arm64 [Pipeline] } 21:56:50 $ docker stop --time=1 f63ba81e76b7fdda9f62139ac1361d794675a10eaf1e80ca0db3c2cfe44e8944 21:56:52 $ docker rm -f f63ba81e76b7fdda9f62139ac1361d794675a10eaf1e80ca0db3c2cfe44e8944 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:56:53 + docker inspect -f . ci-base-image-arm64 21:56:53 . [Pipeline] withDockerContainer 21:56:54 prd-ubuntu18.04-docker-arm64-4c-16g-20663 does not seem to be running inside a container 21:56:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/73 -v /w/workspace/app-service-configurable/73:/w/workspace/app-service-configurable/73:rw,z -v /w/workspace/app-service-configurable/73@tmp:/w/workspace/app-service-configurable/73@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 21:56:55 $ docker top 3173cce3925b70ecf8b8a51761a091943a2c999e987adba8b6660b7f94b12e4a -eo pid,comm [Pipeline] { [Pipeline] sh 21:56:56 + make test 21:56:56 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:57:35 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:57:35 CGO_ENABLED=1 go vet ./... 21:57:39 gofmt -l . 21:57:39 [ "`gofmt -l .`" = "" ] 21:57:39 ./bin/test-go-mod-tidy.sh 21:57:39 ./bin/test-attribution-txt.sh [Pipeline] } 21:57:40 $ docker stop --time=1 3173cce3925b70ecf8b8a51761a091943a2c999e987adba8b6660b7f94b12e4a 21:57:43 $ docker rm -f 3173cce3925b70ecf8b8a51761a091943a2c999e987adba8b6660b7f94b12e4a [Pipeline] // withDockerContainer [Pipeline] sh 21:57:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:57:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:57:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:57:48 + ls -al . 21:57:48 total 112 21:57:48 drwxrwxr-x 7 jenkins jenkins 4096 Jan 15 21:57 . 21:57:48 drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 21:55 .. 21:57:48 -rw-rw-r-- 1 jenkins jenkins 119 Jan 15 21:55 .dockerignore 21:57:48 drwxrwxr-x 8 jenkins jenkins 4096 Jan 15 21:55 .git 21:57:48 drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 21:55 .github 21:57:48 -rw-rw-r-- 1 jenkins jenkins 93 Jan 15 21:55 .gitignore 21:57:48 -rw-rw-r-- 1 jenkins jenkins 6426 Jan 15 21:55 Attribution.txt 21:57:48 -rw-rw-r-- 1 jenkins jenkins 1940 Jan 15 21:55 Dockerfile 21:57:48 -rw-rw-r-- 1 jenkins jenkins 970 Jan 15 21:55 Dockerfile.build 21:57:48 -rw-rw-r-- 1 jenkins jenkins 687 Jan 15 21:55 Jenkinsfile 21:57:48 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 15 21:55 LICENSE 21:57:48 -rw-rw-r-- 1 jenkins jenkins 1277 Jan 15 21:55 README.md 21:57:48 -rw-rw-r-- 1 jenkins jenkins 11 Jan 15 21:55 VERSION 21:57:48 drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 21:55 bin 21:57:48 -rw-r--r-- 1 jenkins jenkins 10 Jan 15 21:56 coverage.out 21:57:48 -rw-r--r-- 1 jenkins jenkins 135 Jan 15 21:57 go.mod 21:57:48 -rw-r--r-- 1 jenkins jenkins 18779 Jan 15 21:57 go.sum 21:57:48 -rw-rw-r-- 1 jenkins jenkins 1522 Jan 15 21:55 main.go 21:57:48 -rw-rw-r-- 1 jenkins jenkins 1582 Jan 15 21:55 makefile 21:57:48 drwxrwxr-x 10 jenkins jenkins 4096 Jan 15 21:55 res 21:57:48 drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 21:55 snap [Pipeline] isUnix [Pipeline] sh 21:57:48 + 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=b430426e5122e1d8120a8d3ea89e621b3f587a0f --label arch=arm64 --label version=2.0.0-dev.9 . 21:57:48 Sending build context to Docker daemon 117.8kB 21:57:48 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 21:57:48 Step 2/27 : FROM ${BASE} AS builder 21:57:48 ---> 438c59d31e97 21:57:48 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:57:48 ---> Running in c5d81e56512f 21:57:49 Removing intermediate container c5d81e56512f 21:57:49 ---> 87924576896d 21:57:49 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:57:49 ---> Running in 2da58e9bf59d 21:57:50 Removing intermediate container 2da58e9bf59d 21:57:50 ---> aa897d9fbca4 21:57:50 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:57:50 ---> Running in 1182d673a7f9 21:57:50 Removing intermediate container 1182d673a7f9 21:57:50 ---> a72c46e5cbfb 21:57:50 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:57:50 ---> Running in 9464a044571e 21:57:52 Removing intermediate container 9464a044571e 21:57:52 ---> 09171536106f 21:57:52 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:57:52 ---> Running in 42d1ad6acc3a 21:57:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:57:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:57:55 OK: 144 MiB in 45 packages 21:57:56 Removing intermediate container 42d1ad6acc3a 21:57:56 ---> 9c3b0c1d5e75 21:57:56 Step 8/27 : WORKDIR /app 21:57:56 ---> Running in 358115f5cecc 21:57:57 Removing intermediate container 358115f5cecc 21:57:57 ---> 0d386784818c 21:57:57 Step 9/27 : COPY go.mod . 21:57:58 ---> d498ab82ea2c 21:57:58 Step 10/27 : RUN go mod download 21:57:58 ---> Running in 6af040370395 21:58:00 Removing intermediate container 6af040370395 21:58:00 ---> b81fd31127ea 21:58:00 Step 11/27 : COPY . . 21:58:01 ---> eaeb2f61294c 21:58:01 Step 12/27 : ARG MAKE="make build" 21:58:01 ---> Running in cffdaa960e56 21:58:01 Removing intermediate container cffdaa960e56 21:58:01 ---> fc9bc5b4d827 21:58:01 Step 13/27 : RUN $MAKE 21:58:01 ---> Running in 4551478b9585 21:58:02 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.9" -o app-service-configurable 21:58:35 Removing intermediate container 4551478b9585 21:58:35 ---> f1fe7911d6a6 21:58:35 Step 14/27 : FROM alpine:3.12 21:58:35 3.12: Pulling from library/alpine 21:58:35 159e5727ea61: Pulling fs layer 21:58:35 error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/af/afeebe901d6be9338be7ed4dc2f1d361aebce3249fe2ad3db0cef0115bc16027/data?verify=1610750915-k7VJm%2FMOGjHIydIWcm3Sb0ng4Yw%3D: dial tcp: lookup production.cloudflare.docker.com: device or resource busy [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:58:36 Failed in branch arm64 21:59:38 Running on prd-centos7-docker-4c-2g-20664 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:59:38 Running in /w/workspace/app-service-configurable/73 [Pipeline] { [Pipeline] checkout 21:59:41 using credential edgex-jenkins-ssh 21:59:41 Cloning the remote Git repository 21:59:41 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:59:41 > git init /w/workspace/app-service-configurable/73 # timeout=10 21:59:41 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:59:41 > git --version # timeout=10 21:59:41 > git --version # 'git version 2.24.3' 21:59:41 using GIT_SSH to set credentials SSH Credentials for GitHub 21:59:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:59:42 Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) 21:59:42 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:59:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:59:42 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:59:42 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:59:42 using GIT_SSH to set credentials SSH Credentials for GitHub 21:59:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:59:42 > git config core.sparsecheckout # timeout=10 21:59:42 > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 21:59:46 Commit message: "refactor: Consume new V2 App SDK (#166)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:59:48 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:59:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:59:48 + sudo service docker restart 21:59:48 + true 21:59:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:59:49 provisioning config files... 21:59:49 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/73@tmp/config7538555866582192628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:59:50 ---> docker-login.sh 21:59:50 nexus3.edgexfoundry.org:10001 21:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:50 Configure a credential helper to remove this warning. See 21:59:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:50 21:59:50 Login Succeeded 21:59:50 nexus3.edgexfoundry.org:10002 21:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:50 Configure a credential helper to remove this warning. See 21:59:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:50 21:59:50 Login Succeeded 21:59:50 nexus3.edgexfoundry.org:10003 21:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:51 Configure a credential helper to remove this warning. See 21:59:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:51 21:59:51 Login Succeeded 21:59:51 nexus3.edgexfoundry.org:10004 21:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:51 Configure a credential helper to remove this warning. See 21:59:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:51 21:59:51 Login Succeeded 21:59:51 docker.io 21:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:51 Configure a credential helper to remove this warning. See 21:59:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:51 21:59:51 Login Succeeded 21:59:51 ---> docker-login.sh ends [Pipeline] } 21:59:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:59:52 ========================================================= 21:59:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:59:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:59:52 + 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 . 21:59:52 Sending build context to Docker daemon 96.26kB 21:59:52 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:59:52 Step 2/8 : FROM ${BASE} 21:59:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:59:52 188c0c94c7c5: Pulling fs layer 21:59:52 0ef7d3d256c8: Pulling fs layer 21:59:52 de9db76c5a1d: Pulling fs layer 21:59:52 bca2f99d35d6: Pulling fs layer 21:59:52 93359f2a8cfa: Pulling fs layer 21:59:52 7c6f9722023f: Pulling fs layer 21:59:52 a35cf1a2eb13: Pulling fs layer 21:59:52 93359f2a8cfa: Waiting 21:59:52 7c6f9722023f: Waiting 21:59:52 a35cf1a2eb13: Waiting 21:59:52 bca2f99d35d6: Waiting 21:59:52 de9db76c5a1d: Verifying Checksum 21:59:52 de9db76c5a1d: Download complete 21:59:52 0ef7d3d256c8: Verifying Checksum 21:59:52 0ef7d3d256c8: Download complete 21:59:52 93359f2a8cfa: Verifying Checksum 21:59:52 93359f2a8cfa: Download complete 21:59:52 7c6f9722023f: Verifying Checksum 21:59:52 7c6f9722023f: Download complete 21:59:52 188c0c94c7c5: Verifying Checksum 21:59:52 188c0c94c7c5: Download complete 21:59:52 188c0c94c7c5: Pull complete 21:59:53 0ef7d3d256c8: Pull complete 21:59:53 de9db76c5a1d: Pull complete 21:59:54 a35cf1a2eb13: Verifying Checksum 21:59:54 a35cf1a2eb13: Download complete 21:59:55 bca2f99d35d6: Verifying Checksum 21:59:55 bca2f99d35d6: Download complete 22:00:00 bca2f99d35d6: Pull complete 22:00:00 93359f2a8cfa: Pull complete 22:00:01 7c6f9722023f: Pull complete 22:00:05 a35cf1a2eb13: Pull complete 22:00:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:00:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:00:05 ---> a62c8e92a672 22:00:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:00:05 ---> Running in 80d8534eb662 22:00:05 Removing intermediate container 80d8534eb662 22:00:05 ---> 4096da0a882a 22:00:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:05 ---> Running in b42580128db8 22:00:07 Removing intermediate container b42580128db8 22:00:07 ---> 7840082e5b10 22:00:07 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:00:07 ---> Running in 57777a23b591 22:00:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:00:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:00:09 (1/6) Installing libc-dev (0.7.2-r3) 22:00:09 (2/6) Installing libsodium (1.0.18-r0) 22:00:09 (3/6) Installing pkgconf (1.7.2-r0) 22:00:09 (4/6) Installing libsodium-dev (1.0.18-r0) 22:00:09 (5/6) Installing libzmq (4.3.3-r0) 22:00:09 (6/6) Installing zeromq-dev (4.3.3-r0) 22:00:09 Executing busybox-1.31.1-r19.trigger 22:00:09 OK: 167 MiB in 45 packages 22:00:10 Removing intermediate container 57777a23b591 22:00:10 ---> 38ceb8defa05 22:00:10 Step 6/8 : WORKDIR /app 22:00:10 ---> Running in 5a1451fbfd33 22:00:10 Removing intermediate container 5a1451fbfd33 22:00:10 ---> 24cbfe1ded13 22:00:10 Step 7/8 : COPY . . 22:00:10 ---> a6de26351071 22:00:10 Step 8/8 : RUN go mod download 22:00:11 ---> Running in 1fed2e798201 22:00:37 Removing intermediate container 1fed2e798201 22:00:37 ---> 702368b6f027 22:00:37 Successfully built 702368b6f027 22:00:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:00:38 + docker inspect -f . ci-base-image-x86_64 22:00:38 . [Pipeline] withDockerContainer 22:00:38 prd-centos7-docker-4c-2g-20664 does not seem to be running inside a container 22:00:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/73 -v /w/workspace/app-service-configurable/73:/w/workspace/app-service-configurable/73:rw,z -v /w/workspace/app-service-configurable/73@tmp:/w/workspace/app-service-configurable/73@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 22:00:39 $ docker top f37384147012d83db4d7842dac160b467a55930ceb2d211e884befd0c8be7cc4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:00:39 + go version 22:00:39 go version go1.15.5 linux/amd64 [Pipeline] } 22:00:39 $ docker stop --time=1 f37384147012d83db4d7842dac160b467a55930ceb2d211e884befd0c8be7cc4 22:00:41 $ docker rm -f f37384147012d83db4d7842dac160b467a55930ceb2d211e884befd0c8be7cc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:00:42 + docker inspect -f . ci-base-image-x86_64 22:00:42 . [Pipeline] withDockerContainer 22:00:42 prd-centos7-docker-4c-2g-20664 does not seem to be running inside a container 22:00:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/73 -v /w/workspace/app-service-configurable/73:/w/workspace/app-service-configurable/73:rw,z -v /w/workspace/app-service-configurable/73@tmp:/w/workspace/app-service-configurable/73@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 22:00:43 $ docker top fbce85df1952fc4d1fb42b70254dc692c8cec7429ddeadb870bf667354f19779 -eo pid,comm [Pipeline] { [Pipeline] sh 22:00:43 + make test 22:00:43 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:00:55 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:00:55 CGO_ENABLED=1 go vet ./... 22:00:57 gofmt -l . 22:00:57 [ "`gofmt -l .`" = "" ] 22:00:57 ./bin/test-go-mod-tidy.sh 22:00:58 ./bin/test-attribution-txt.sh [Pipeline] } 22:00:58 $ docker stop --time=1 fbce85df1952fc4d1fb42b70254dc692c8cec7429ddeadb870bf667354f19779 22:01:01 $ docker rm -f fbce85df1952fc4d1fb42b70254dc692c8cec7429ddeadb870bf667354f19779 [Pipeline] // withDockerContainer [Pipeline] sh 22:01:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:01:02 Warning: overwriting stash ‘coverage-report’ 22:01:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:01:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:01:03 + ls -al . 22:01:03 total 88 22:01:03 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 15 22:00 . 22:01:03 drwxrwxr-x. 4 jenkins jenkins 30 Jan 15 21:59 .. 22:01:03 -rw-rw-r--. 1 jenkins jenkins 6426 Jan 15 21:59 Attribution.txt 22:01:03 drwxrwxr-x. 2 jenkins jenkins 64 Jan 15 21:59 bin 22:01:03 -rw-r--r--. 1 jenkins jenkins 10 Jan 15 22:00 coverage.out 22:01:03 -rw-rw-r--. 1 jenkins jenkins 1940 Jan 15 21:59 Dockerfile 22:01:03 -rw-rw-r--. 1 jenkins jenkins 970 Jan 15 21:59 Dockerfile.build 22:01:03 -rw-rw-r--. 1 jenkins jenkins 119 Jan 15 21:59 .dockerignore 22:01:03 drwxrwxr-x. 8 jenkins jenkins 162 Jan 15 21:59 .git 22:01:03 drwxrwxr-x. 2 jenkins jenkins 81 Jan 15 21:59 .github 22:01:03 -rw-rw-r--. 1 jenkins jenkins 93 Jan 15 21:59 .gitignore 22:01:03 -rw-r--r--. 1 jenkins jenkins 135 Jan 15 22:00 go.mod 22:01:03 -rw-r--r--. 1 jenkins jenkins 18779 Jan 15 22:00 go.sum 22:01:03 -rw-rw-r--. 1 jenkins jenkins 687 Jan 15 21:59 Jenkinsfile 22:01:03 -rw-rw-r--. 1 jenkins jenkins 10174 Jan 15 21:59 LICENSE 22:01:03 -rw-rw-r--. 1 jenkins jenkins 1522 Jan 15 21:59 main.go 22:01:03 -rw-rw-r--. 1 jenkins jenkins 1582 Jan 15 21:59 makefile 22:01:03 -rw-rw-r--. 1 jenkins jenkins 1277 Jan 15 21:59 README.md 22:01:03 drwxrwxr-x. 10 jenkins jenkins 171 Jan 15 21:59 res 22:01:03 drwxrwxr-x. 4 jenkins jenkins 71 Jan 15 21:59 snap 22:01:03 -rw-rw-r--. 1 jenkins jenkins 11 Jan 15 21:55 VERSION [Pipeline] isUnix [Pipeline] sh 22:01:03 + 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=b430426e5122e1d8120a8d3ea89e621b3f587a0f --label arch=amd64 --label version=2.0.0-dev.9 . 22:01:03 Sending build context to Docker daemon 117.8kB 22:01:03 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 22:01:03 Step 2/27 : FROM ${BASE} AS builder 22:01:03 ---> 702368b6f027 22:01:03 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:01:03 ---> Running in 64487be73e5b 22:01:03 Removing intermediate container 64487be73e5b 22:01:03 ---> da094d323762 22:01:03 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:01:04 ---> Running in 31470ca8e6f9 22:01:04 Removing intermediate container 31470ca8e6f9 22:01:04 ---> 2e8752541f70 22:01:04 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:01:04 ---> Running in cd1c7449b4ca 22:01:04 Removing intermediate container cd1c7449b4ca 22:01:04 ---> c3ed5c46e6ab 22:01:04 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:04 ---> Running in 45aa9f4bd082 22:01:05 Removing intermediate container 45aa9f4bd082 22:01:05 ---> 7e25f16b7d1d 22:01:05 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:01:05 ---> Running in 03b4cc412a78 22:01:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:01:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:01:07 OK: 167 MiB in 45 packages 22:01:07 Removing intermediate container 03b4cc412a78 22:01:07 ---> 0ee46a4471a8 22:01:07 Step 8/27 : WORKDIR /app 22:01:07 ---> Running in 59807fc205de 22:01:08 Removing intermediate container 59807fc205de 22:01:08 ---> f9942c79314d 22:01:08 Step 9/27 : COPY go.mod . 22:01:08 ---> b4b7b02cab71 22:01:08 Step 10/27 : RUN go mod download 22:01:08 ---> Running in b0308bdd877e 22:01:09 Removing intermediate container b0308bdd877e 22:01:09 ---> 9d07630d73ec 22:01:09 Step 11/27 : COPY . . 22:01:09 ---> b7854a6ed531 22:01:09 Step 12/27 : ARG MAKE="make build" 22:01:09 ---> Running in 0c4ba0d03399 22:01:09 Removing intermediate container 0c4ba0d03399 22:01:09 ---> 6cabc3701998 22:01:09 Step 13/27 : RUN $MAKE 22:01:09 ---> Running in 1a97c151f14a 22:01:10 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.9" -o app-service-configurable 22:01:22 Removing intermediate container 1a97c151f14a 22:01:22 ---> c935923258ab 22:01:22 Step 14/27 : FROM alpine:3.12 22:01:23 3.12: Pulling from library/alpine 22:01:24 801bfaa63ef2: Pulling fs layer 22:01:24 801bfaa63ef2: Download complete 22:01:24 801bfaa63ef2: Pull complete 22:01:24 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:01:24 Status: Downloaded newer image for alpine:3.12 22:01:24 ---> 389fef711851 22:01:24 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:01:24 ---> Running in 9c312a82e02b 22:01:24 Removing intermediate container 9c312a82e02b 22:01:24 ---> 5c12fcc8f0a7 22:01:24 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:01:24 ---> Running in 0dc3baabbf61 22:01:24 Removing intermediate container 0dc3baabbf61 22:01:24 ---> 50e4a8b9017e 22:01:24 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq 22:01:24 ---> Running in d20dc9bb69a9 22:01:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:01:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:01:25 (1/6) Installing ca-certificates (20191127-r4) 22:01:25 (2/6) Installing libgcc (9.3.0-r2) 22:01:25 (3/6) Installing libsodium (1.0.18-r0) 22:01:25 (4/6) Installing libstdc++ (9.3.0-r2) 22:01:25 (5/6) Installing libzmq (4.3.3-r0) 22:01:25 (6/6) Installing zeromq (4.3.3-r0) 22:01:25 Executing busybox-1.31.1-r19.trigger 22:01:25 Executing ca-certificates-20191127-r4.trigger 22:01:25 OK: 9 MiB in 20 packages 22:01:27 Removing intermediate container d20dc9bb69a9 22:01:27 ---> ce77ef880676 22:01:27 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:01:27 ---> b0012f56ee22 22:01:27 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:01:27 ---> 341579a2cbd0 22:01:27 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:01:28 ---> f06311a80cbd 22:01:28 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:01:28 ---> 525fc27736c1 22:01:28 Step 22/27 : EXPOSE 48095 22:01:28 ---> Running in b047f1145952 22:01:28 Removing intermediate container b047f1145952 22:01:28 ---> 2992c2e3e941 22:01:28 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:01:28 ---> Running in 7b226466c66d 22:01:28 Removing intermediate container 7b226466c66d 22:01:28 ---> 63715d20c9b7 22:01:28 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:01:29 ---> Running in 11c81829ab7f 22:01:29 Removing intermediate container 11c81829ab7f 22:01:29 ---> e95bba11971b 22:01:29 Step 25/27 : LABEL arch=amd64 22:01:29 ---> Running in 72b7533a602f 22:01:29 Removing intermediate container 72b7533a602f 22:01:29 ---> 4794741cdf96 22:01:29 Step 26/27 : LABEL git_sha=b430426e5122e1d8120a8d3ea89e621b3f587a0f 22:01:30 ---> Running in 7488b0e97627 22:01:30 Removing intermediate container 7488b0e97627 22:01:30 ---> fbee219066bf 22:01:30 Step 27/27 : LABEL version=2.0.0-dev.9 22:01:30 ---> Running in 24982230f6cf 22:01:30 Removing intermediate container 24982230f6cf 22:01:30 ---> 2f017ee5de50 22:01:30 [Warning] One or more build-args [ARCH] were not consumed 22:01:30 Successfully built 2f017ee5de50 22:01:30 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:01:31 provisioning config files... 22:01:31 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/73@tmp/config6521141106136037383tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:01:31 ---> docker-login.sh 22:01:31 nexus3.edgexfoundry.org:10001 22:01:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:01:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:01:31 Configure a credential helper to remove this warning. See 22:01:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:01:31 22:01:31 Login Succeeded 22:01:31 nexus3.edgexfoundry.org:10002 22:01:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:01:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:01:31 Configure a credential helper to remove this warning. See 22:01:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:01:31 22:01:31 Login Succeeded 22:01:31 nexus3.edgexfoundry.org:10003 22:01:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:01:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:01:31 Configure a credential helper to remove this warning. See 22:01:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:01:31 22:01:31 Login Succeeded 22:01:31 nexus3.edgexfoundry.org:10004 22:01:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:01:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:01:32 Configure a credential helper to remove this warning. See 22:01:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:01:32 22:01:32 Login Succeeded 22:01:32 docker.io 22:01:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:01:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:01:32 Configure a credential helper to remove this warning. See 22:01:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:01:32 22:01:32 Login Succeeded 22:01:32 ---> docker-login.sh ends [Pipeline] } 22:01:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:01:32 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 22:01:32 b430426e5122e1d8120a8d3ea89e621b3f587a0f 22:01:32 latest 22:01:32 2.0.0-dev.9 22:01:32 b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 22:01:32 master 22:01:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:01:33 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] isUnix [Pipeline] sh 22:01:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f 22:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:01:33 b68462e5cbe0: Preparing 22:01:33 b6d197cbd68f: Preparing 22:01:33 3c1b56485a68: Preparing 22:01:33 84da8feb066c: Preparing 22:01:33 7c4fd1585717: Preparing 22:01:33 777b2c648970: Preparing 22:01:33 777b2c648970: Waiting 22:01:33 84da8feb066c: Pushed 22:01:33 b6d197cbd68f: Pushed 22:01:33 3c1b56485a68: Pushed 22:01:33 777b2c648970: Layer already exists 22:01:33 7c4fd1585717: Pushed 22:01:34 b68462e5cbe0: Pushed 22:01:34 b430426e5122e1d8120a8d3ea89e621b3f587a0f: digest: sha256:b86be1570ffa373cab3f62d3c6a82ead45e98febbf4206352d5bb09d93d22674 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:01:35 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 22:01:35 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:01:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:01:35 b68462e5cbe0: Preparing 22:01:35 b6d197cbd68f: Preparing 22:01:35 3c1b56485a68: Preparing 22:01:35 84da8feb066c: Preparing 22:01:35 7c4fd1585717: Preparing 22:01:35 777b2c648970: Preparing 22:01:35 777b2c648970: Waiting 22:01:35 3c1b56485a68: Layer already exists 22:01:35 b68462e5cbe0: Layer already exists 22:01:35 b6d197cbd68f: Layer already exists 22:01:35 7c4fd1585717: Layer already exists 22:01:35 84da8feb066c: Layer already exists 22:01:35 777b2c648970: Layer already exists 22:01:35 latest: digest: sha256:b86be1570ffa373cab3f62d3c6a82ead45e98febbf4206352d5bb09d93d22674 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:01:36 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh 22:01:36 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.9 22:01:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:01:36 b68462e5cbe0: Preparing 22:01:36 b6d197cbd68f: Preparing 22:01:36 3c1b56485a68: Preparing 22:01:36 84da8feb066c: Preparing 22:01:36 7c4fd1585717: Preparing 22:01:36 777b2c648970: Preparing 22:01:36 777b2c648970: Waiting 22:01:36 3c1b56485a68: Layer already exists 22:01:36 7c4fd1585717: Layer already exists 22:01:36 84da8feb066c: Layer already exists 22:01:36 b68462e5cbe0: Layer already exists 22:01:36 b6d197cbd68f: Layer already exists 22:01:36 777b2c648970: Layer already exists 22:01:36 2.0.0-dev.9: digest: sha256:b86be1570ffa373cab3f62d3c6a82ead45e98febbf4206352d5bb09d93d22674 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:01:36 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh 22:01:36 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 22:01:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:01:36 b68462e5cbe0: Preparing 22:01:36 b6d197cbd68f: Preparing 22:01:36 3c1b56485a68: Preparing 22:01:36 84da8feb066c: Preparing 22:01:36 7c4fd1585717: Preparing 22:01:36 777b2c648970: Preparing 22:01:36 777b2c648970: Waiting 22:01:36 84da8feb066c: Layer already exists 22:01:36 b6d197cbd68f: Layer already exists 22:01:36 3c1b56485a68: Layer already exists 22:01:36 b68462e5cbe0: Layer already exists 22:01:36 7c4fd1585717: Layer already exists 22:01:36 777b2c648970: Layer already exists 22:01:36 b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9: digest: sha256:b86be1570ffa373cab3f62d3c6a82ead45e98febbf4206352d5bb09d93d22674 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:01:37 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 22:01:37 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 22:01:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:01:37 b68462e5cbe0: Preparing 22:01:37 b6d197cbd68f: Preparing 22:01:37 3c1b56485a68: Preparing 22:01:37 84da8feb066c: Preparing 22:01:37 7c4fd1585717: Preparing 22:01:37 777b2c648970: Preparing 22:01:37 777b2c648970: Waiting 22:01:37 84da8feb066c: Layer already exists 22:01:37 b68462e5cbe0: Layer already exists 22:01:37 7c4fd1585717: Layer already exists 22:01:37 3c1b56485a68: Layer already exists 22:01:37 b6d197cbd68f: Layer already exists 22:01:37 777b2c648970: Layer already exists 22:01:37 master: digest: sha256:b86be1570ffa373cab3f62d3c6a82ead45e98febbf4206352d5bb09d93d22674 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:01:37 ===================================================== [Pipeline] echo 22:01:37 taggedImages: 22:01:37 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f 22:01:37 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:01:37 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.9 22:01:37 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 22:01:37 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:01:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:01:42 ---> package-listing.sh 22:01:42 ++ facter osfamily 22:01:42 ++ tr '[:upper:]' '[:lower:]' 22:01:42 + OS_FAMILY=redhat 22:01:42 + workspace=/w/workspace/_app-service-configurable_master 22:01:42 + START_PACKAGES=/tmp/packages_start.txt 22:01:42 + END_PACKAGES=/tmp/packages_end.txt 22:01:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:01:42 + PACKAGES=/tmp/packages_start.txt 22:01:42 + '[' /w/workspace/_app-service-configurable_master ']' 22:01:42 + PACKAGES=/tmp/packages_end.txt 22:01:42 + case "${OS_FAMILY}" in 22:01:42 + rpm -qa 22:01:42 + sort 22:01:49 + '[' -f /tmp/packages_start.txt ']' 22:01:49 + '[' -f /tmp/packages_end.txt ']' 22:01:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:01:49 + '[' /w/workspace/_app-service-configurable_master ']' 22:01:49 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 22:01:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 22:01:49 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:01:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:01:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:01:50 22:01:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:01:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:01:50 alpine: Pulling from edgex-lftools-log-publisher 22:01:50 df20fa9351a1: Pulling fs layer 22:01:50 36b3adc4ff6f: Pulling fs layer 22:01:50 8ad3a11d3b57: Pulling fs layer 22:01:50 46f8f816bc3b: Pulling fs layer 22:01:50 93b61091891f: Pulling fs layer 22:01:50 93b9cdb0e59b: Pulling fs layer 22:01:50 5e14af77c1be: Pulling fs layer 22:01:50 01666e4c0597: Pulling fs layer 22:01:50 aa168da1d23b: Pulling fs layer 22:01:50 93b9cdb0e59b: Waiting 22:01:50 5e14af77c1be: Waiting 22:01:50 01666e4c0597: Waiting 22:01:50 aa168da1d23b: Waiting 22:01:50 46f8f816bc3b: Waiting 22:01:50 93b61091891f: Waiting 22:01:50 36b3adc4ff6f: Verifying Checksum 22:01:50 36b3adc4ff6f: Download complete 22:01:50 46f8f816bc3b: Download complete 22:01:51 df20fa9351a1: Verifying Checksum 22:01:51 df20fa9351a1: Download complete 22:01:51 93b9cdb0e59b: Verifying Checksum 22:01:51 93b9cdb0e59b: Download complete 22:01:51 5e14af77c1be: Verifying Checksum 22:01:51 5e14af77c1be: Download complete 22:01:51 93b61091891f: Verifying Checksum 22:01:51 93b61091891f: Download complete 22:01:51 01666e4c0597: Verifying Checksum 22:01:51 01666e4c0597: Download complete 22:01:51 df20fa9351a1: Pull complete 22:01:51 8ad3a11d3b57: Verifying Checksum 22:01:52 36b3adc4ff6f: Pull complete 22:01:53 8ad3a11d3b57: Pull complete 22:01:53 46f8f816bc3b: Pull complete 22:01:54 93b61091891f: Pull complete 22:01:54 93b9cdb0e59b: Pull complete 22:01:54 5e14af77c1be: Pull complete 22:01:55 01666e4c0597: Pull complete 22:01:56 aa168da1d23b: Verifying Checksum 22:01:56 aa168da1d23b: Download complete 22:02:11 aa168da1d23b: Pull complete 22:02:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:02:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:02:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:02:12 prd-centos7-docker-4c-2g-20662 does not seem to be running inside a container 22:02:12 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:02:15 $ docker top 74ed03c802638b0c0e8b358797d73dd88af93d5ca93c6879c69bee423dca4c91 -eo pid,comm [Pipeline] { [Pipeline] sh 22:02:16 + touch /tmp/pre-build-complete [Pipeline] sh 22:02:17 + mkdir -p /var/log/sa [Pipeline] sh 22:02:17 + ls /var/log/sa-host 22:02:17 + sadf -c /var/log/sa-host/sa15 22:02:17 file_magic: OK 22:02:17 HZ: Using current value: 100 22:02:17 file_header: OK 22:02:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:02:17 Statistics: 22:02:17 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... 22:02:17 File successfully converted to sysstat format version 12.2.1 22:02:17 + sadf -c /var/log/sa-host/sa23 22:02:17 file_magic: OK 22:02:17 HZ: Using current value: 100 22:02:17 file_header: OK 22:02:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:02:17 Statistics: 22:02:17 Hnuu...uuuununununu... 22:02:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:02:18 provisioning config files... 22:02:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2971422799366063734tmp [Pipeline] { [Pipeline] echo 22:02:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:02:19 ---> create-netrc.sh [Pipeline] } 22:02:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:02:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:02:19 ---> python-tools-install.sh [Pipeline] echo 22:02:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:02:20 ---> sudo-logs.sh 22:02:20 Archiving 'sudo' log.. [Pipeline] echo 22:02:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:02:20 ---> job-cost.sh 22:02:20 lf-activate-venv: SKIPPING 22:02:20 INFO: No Stack... 22:02:21 INFO: Retrieving Pricing Info for: v1-standard-2 22:02:22 INFO: Archiving Costs [Pipeline] echo 22:02:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:02:22 ---> logs-deploy.sh 22:02:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/73 22:02:22 INFO: archiving workspace using pattern(s): 22:02:24 Archives upload complete. 22:02:24 INFO: archiving logs to Nexus