Pull request #151 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/app-service-configurable Loading trusted files from base branch master at 4eb982c5c40026bdb4233f13b12533b0406be3c0 rather than 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c Obtained Jenkinsfile from 4eb982c5c40026bdb4233f13b12533b0406be3c0 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21615 in /w/workspace/_app-service-configurable_PR-151 [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_PR-151 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/151/head:refs/remotes/origin/PR-151 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4eb982c5c40026bdb4233f13b12533b0406be3c0 into PR head commit 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c Merge succeeded, producing 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c Checking out Revision 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c (PR-151) > git config core.sparsecheckout # timeout=10 > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 Commit message: "fix(snap): update snap README" > git rev-list --no-walk a6fbff04a1f3800e7ce97392d166ae5c62c0294b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T14:31:36.267Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T14:31:36.546Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T14:31:36.649Z] ========================================================= [2021-01-20T14:31:36.649Z] EdgeX Global Pipelines Version Info [2021-01-20T14:31:36.649Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T14:31:38.132Z] ------------------- [2021-01-20T14:31:38.132Z] stable info: [2021-01-20T14:31:38.132Z] ------------------- [2021-01-20T14:31:38.132Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T14:31:38.132Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T14:31:38.132Z] Message: update stable to v1.0.179 [2021-01-20T14:31:39.077Z] ------------------- [2021-01-20T14:31:39.077Z] experimental info: [2021-01-20T14:31:39.077Z] ------------------- [2021-01-20T14:31:39.077Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T14:31:39.077Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T14:31:39.077Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T14:31:39.341Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-01-20T14:31:39.442Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-01-20T14:31:39.544Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T14:31:39.638Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T14:31:39.735Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T14:31:39.835Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T14:31:39.942Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T14:31:40.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T14:31:40.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T14:31:40.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T14:31:40.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T14:31:40.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-01-20T14:31:40.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T14:31:40.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T14:31:40.941Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T14:31:41.063Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T14:31:41.171Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T14:31:41.265Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T14:31:41.363Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T14:31:41.459Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-20T14:31:41.556Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T14:31:41.656Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T14:31:41.824Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T14:31:41.933Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T14:31:42.042Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T14:31:42.186Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T14:31:42.311Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T14:31:42.421Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-151 [Pipeline] echo [2021-01-20T14:31:42.520Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-151 [Pipeline] echo [2021-01-20T14:31:42.612Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-151 [Pipeline] echo [2021-01-20T14:31:42.704Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c [Pipeline] echo [2021-01-20T14:31:42.793Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9abb98d [Pipeline] echo [2021-01-20T14:31:42.888Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T14:31:43.065Z] provisioning config files... [2021-01-20T14:31:43.090Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-151@tmp/config1986806512026574335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T14:31:43.467Z] ---> docker-login.sh [2021-01-20T14:31:43.467Z] nexus3.edgexfoundry.org:10001 [2021-01-20T14:31:43.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:31:43.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:31:43.729Z] Configure a credential helper to remove this warning. See [2021-01-20T14:31:43.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:31:43.729Z] [2021-01-20T14:31:43.729Z] Login Succeeded [2021-01-20T14:31:43.729Z] nexus3.edgexfoundry.org:10002 [2021-01-20T14:31:43.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:31:43.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:31:43.994Z] Configure a credential helper to remove this warning. See [2021-01-20T14:31:43.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:31:43.994Z] [2021-01-20T14:31:43.994Z] Login Succeeded [2021-01-20T14:31:43.994Z] nexus3.edgexfoundry.org:10003 [2021-01-20T14:31:44.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:31:44.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:31:44.258Z] Configure a credential helper to remove this warning. See [2021-01-20T14:31:44.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:31:44.258Z] [2021-01-20T14:31:44.258Z] Login Succeeded [2021-01-20T14:31:44.258Z] nexus3.edgexfoundry.org:10004 [2021-01-20T14:31:44.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:31:44.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:31:44.521Z] Configure a credential helper to remove this warning. See [2021-01-20T14:31:44.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:31:44.521Z] [2021-01-20T14:31:44.521Z] Login Succeeded [2021-01-20T14:31:44.521Z] docker.io [2021-01-20T14:31:44.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:31:44.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:31:44.783Z] Configure a credential helper to remove this warning. See [2021-01-20T14:31:44.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:31:44.783Z] [2021-01-20T14:31:44.783Z] Login Succeeded [2021-01-20T14:31:44.783Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T14:31:44.792Z] 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 [2021-01-20T14:31:45.737Z] + git log --format=format:%s -1 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c [Pipeline] echo [2021-01-20T14:31:45.802Z] GIT_COMMIT: 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c, Commit Message: fix(snap): update snap README [Pipeline] echo [2021-01-20T14:31:45.851Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T14:31:46.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T14:31:46.462Z] [2021-01-20T14:31:46.462Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T14:31:46.816Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T14:31:46.816Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T14:31:46.816Z] 31603596830f: Pulling fs layer [2021-01-20T14:31:46.816Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T14:31:46.816Z] 6ca5941a6612: Pulling fs layer [2021-01-20T14:31:46.816Z] ecc8261a40a4: Pulling fs layer [2021-01-20T14:31:46.816Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T14:31:46.816Z] 2a8b12db71e7: Download complete [2021-01-20T14:31:47.078Z] 31603596830f: Verifying Checksum [2021-01-20T14:31:47.078Z] 31603596830f: Download complete [2021-01-20T14:31:47.078Z] ecc8261a40a4: Verifying Checksum [2021-01-20T14:31:47.078Z] ecc8261a40a4: Download complete [2021-01-20T14:31:47.078Z] 6ca5941a6612: Verifying Checksum [2021-01-20T14:31:47.078Z] 6ca5941a6612: Download complete [2021-01-20T14:31:47.341Z] 31603596830f: Pull complete [2021-01-20T14:31:47.606Z] 2a8b12db71e7: Pull complete [2021-01-20T14:31:48.205Z] 6ca5941a6612: Pull complete [2021-01-20T14:31:48.467Z] ecc8261a40a4: Pull complete [2021-01-20T14:31:48.467Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T14:31:48.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T14:31:48.467Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T14:31:48.566Z] prd-centos7-docker-4c-2g-21615 does not seem to be running inside a container [2021-01-20T14:31:48.619Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-151 -v /w/workspace/_app-service-configurable_PR-151:/w/workspace/_app-service-configurable_PR-151:rw,z -v /w/workspace/_app-service-configurable_PR-151@tmp:/w/workspace/_app-service-configurable_PR-151@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T14:31:50.882Z] $ docker top 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T14:31:51.386Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T14:31:51.386Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T14:31:51.627Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T14:31:51.631Z] $ docker exec 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a ssh-agent [2021-01-20T14:31:51.788Z] SSH_AUTH_SOCK=/tmp/ssh-OqrcZzyry8MX/agent.11 [2021-01-20T14:31:51.788Z] SSH_AGENT_PID=16 [2021-01-20T14:31:51.801Z] Running ssh-add (command line suppressed) [2021-01-20T14:31:51.914Z] Identity added: /w/workspace/_app-service-configurable_PR-151@tmp/private_key_7512128614150736580.key (/w/workspace/_app-service-configurable_PR-151@tmp/private_key_7512128614150736580.key) [2021-01-20T14:31:51.967Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T14:31:52.308Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T14:31:52.331Z] $ docker exec --env ******** --env ******** 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a ssh-agent -k [2021-01-20T14:31:52.448Z] unset SSH_AUTH_SOCK; [2021-01-20T14:31:52.448Z] unset SSH_AGENT_PID; [2021-01-20T14:31:52.448Z] echo Agent pid 16 killed; [2021-01-20T14:31:52.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T14:31:52.640Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T14:31:52.640Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T14:31:52.797Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T14:31:52.801Z] $ docker exec 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a ssh-agent [2021-01-20T14:31:52.952Z] SSH_AUTH_SOCK=/tmp/ssh-uEFu1koRb1P8/agent.46 [2021-01-20T14:31:52.952Z] SSH_AGENT_PID=51 [2021-01-20T14:31:52.959Z] Running ssh-add (command line suppressed) [2021-01-20T14:31:53.078Z] Identity added: /w/workspace/_app-service-configurable_PR-151@tmp/private_key_4826702237327657310.key (/w/workspace/_app-service-configurable_PR-151@tmp/private_key_4826702237327657310.key) [2021-01-20T14:31:53.126Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T14:31:53.478Z] + git semver init [2021-01-20T14:31:53.478Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T14:31:53.478Z] # $GIT_DIR = /w/workspace/_app-service-configurable_PR-151/.git [2021-01-20T14:31:53.478Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-151 [2021-01-20T14:31:53.478Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T14:31:53.478Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T14:31:53.478Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T14:31:53.478Z] # $SEMVER_BRANCH = PR-151 [2021-01-20T14:31:53.478Z] # $SEMVER_TEMP = /tmp/semver-571849904 [2021-01-20T14:31:53.478Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-01-20T14:31:54.054Z] # '/tmp/semver-571849904' -> '/w/workspace/_app-service-configurable_PR-151/.semver' [2021-01-20T14:31:54.054Z] # -> Force: false [2021-01-20T14:31:54.054Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-151/.semver [Pipeline] } [2021-01-20T14:31:54.068Z] $ docker exec --env ******** --env ******** 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a ssh-agent -k [2021-01-20T14:31:54.173Z] unset SSH_AUTH_SOCK; [2021-01-20T14:31:54.174Z] unset SSH_AGENT_PID; [2021-01-20T14:31:54.174Z] echo Agent pid 51 killed; [2021-01-20T14:31:54.218Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T14:31:54.733Z] + git semver [Pipeline] } [2021-01-20T14:31:54.751Z] $ docker stop --time=1 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a [2021-01-20T14:31:56.279Z] $ docker rm -f 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T14:31:56.741Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T14:31:57.111Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T14:31:57.114Z] [edgeXSemver]: initialized semver on version 0.0.0 [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 [2021-01-20T14:32:12.604Z] Still waiting to schedule task [2021-01-20T14:32:12.604Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-20T14:32:12.606Z] Still waiting to schedule task [2021-01-20T14:32:12.607Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-20T14:32:48.969Z] Running on prd-centos7-docker-4c-2g-21616 in /w/workspace/_app-service-configurable_PR-151 [Pipeline] { [Pipeline] ws [2021-01-20T14:32:49.025Z] Running in /w/workspace/app-service-configurable/17 [Pipeline] { [Pipeline] checkout [2021-01-20T14:32:58.904Z] using credential edgex-jenkins-ssh [2021-01-20T14:32:58.991Z] Cloning the remote Git repository [2021-01-20T14:32:59.066Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T14:32:59.179Z] > git init /w/workspace/app-service-configurable/17 # timeout=10 [2021-01-20T14:32:59.290Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T14:32:59.290Z] > git --version # timeout=10 [2021-01-20T14:32:59.340Z] > git --version # 'git version 2.24.3' [2021-01-20T14:32:59.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T14:32:59.416Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T14:33:00.772Z] Merging remotes/origin/master commit 4eb982c5c40026bdb4233f13b12533b0406be3c0 into PR head commit 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c [2021-01-20T14:33:00.109Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-20T14:33:00.182Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T14:33:00.232Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-20T14:33:00.272Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T14:33:00.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T14:33:00.299Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/151/head:refs/remotes/origin/PR-151 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T14:33:01.110Z] Merge succeeded, producing 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c [2021-01-20T14:33:01.110Z] Checking out Revision 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c (PR-151) [2021-01-20T14:33:00.786Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T14:33:00.883Z] > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 [2021-01-20T14:33:00.949Z] > git remote # timeout=10 [2021-01-20T14:33:01.034Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T14:33:01.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T14:33:01.055Z] > git merge 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 [2021-01-20T14:33:01.088Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T14:33:01.114Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T14:33:01.127Z] > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 [2021-01-20T14:33:05.104Z] Commit message: "fix(snap): update snap README" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T14:33:06.734Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T14:33:07.429Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T14:33:07.757Z] + sudo service docker restart [2021-01-20T14:33:07.757Z] + true [2021-01-20T14:33:07.757Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T14:33:09.803Z] provisioning config files... [2021-01-20T14:33:09.862Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/17@tmp/config2286885386401589915tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T14:33:10.374Z] ---> docker-login.sh [2021-01-20T14:33:10.374Z] nexus3.edgexfoundry.org:10001 [2021-01-20T14:33:10.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:33:10.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:33:10.943Z] Configure a credential helper to remove this warning. See [2021-01-20T14:33:10.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:33:10.943Z] [2021-01-20T14:33:10.943Z] Login Succeeded [2021-01-20T14:33:10.943Z] nexus3.edgexfoundry.org:10002 [2021-01-20T14:33:11.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:33:11.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:33:11.215Z] Configure a credential helper to remove this warning. See [2021-01-20T14:33:11.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:33:11.215Z] [2021-01-20T14:33:11.215Z] Login Succeeded [2021-01-20T14:33:11.215Z] nexus3.edgexfoundry.org:10003 [2021-01-20T14:33:11.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:33:11.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:33:11.758Z] Configure a credential helper to remove this warning. See [2021-01-20T14:33:11.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:33:11.758Z] [2021-01-20T14:33:11.758Z] Login Succeeded [2021-01-20T14:33:11.758Z] nexus3.edgexfoundry.org:10004 [2021-01-20T14:33:12.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:33:12.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:33:12.074Z] Configure a credential helper to remove this warning. See [2021-01-20T14:33:12.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:33:12.074Z] [2021-01-20T14:33:12.074Z] Login Succeeded [2021-01-20T14:33:12.074Z] docker.io [2021-01-20T14:33:12.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:33:12.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:33:12.704Z] Configure a credential helper to remove this warning. See [2021-01-20T14:33:12.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:33:12.704Z] [2021-01-20T14:33:12.704Z] Login Succeeded [2021-01-20T14:33:12.704Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T14:33:12.742Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T14:33:13.227Z] ========================================================= [2021-01-20T14:33:13.227Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T14:33:13.227Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T14:33:13.617Z] + 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 . [2021-01-20T14:33:13.618Z] Sending build context to Docker daemon 98.82kB [2021-01-20T14:33:14.221Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T14:33:14.221Z] Step 2/8 : FROM ${BASE} [2021-01-20T14:33:14.221Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T14:33:14.221Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T14:33:14.221Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T14:33:14.221Z] de9db76c5a1d: Pulling fs layer [2021-01-20T14:33:14.221Z] bca2f99d35d6: Pulling fs layer [2021-01-20T14:33:14.221Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T14:33:14.221Z] 7c6f9722023f: Pulling fs layer [2021-01-20T14:33:14.221Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T14:33:14.221Z] 93359f2a8cfa: Waiting [2021-01-20T14:33:14.221Z] 7c6f9722023f: Waiting [2021-01-20T14:33:14.221Z] a35cf1a2eb13: Waiting [2021-01-20T14:33:14.221Z] bca2f99d35d6: Waiting [2021-01-20T14:33:14.221Z] de9db76c5a1d: Verifying Checksum [2021-01-20T14:33:14.221Z] de9db76c5a1d: Download complete [2021-01-20T14:33:14.221Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T14:33:14.221Z] 0ef7d3d256c8: Download complete [2021-01-20T14:33:14.221Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T14:33:14.221Z] 93359f2a8cfa: Download complete [2021-01-20T14:33:14.221Z] 7c6f9722023f: Verifying Checksum [2021-01-20T14:33:14.221Z] 7c6f9722023f: Download complete [2021-01-20T14:33:14.880Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T14:33:14.880Z] 188c0c94c7c5: Download complete [2021-01-20T14:33:15.498Z] 188c0c94c7c5: Pull complete [2021-01-20T14:33:16.163Z] 0ef7d3d256c8: Pull complete [2021-01-20T14:33:16.471Z] de9db76c5a1d: Pull complete [2021-01-20T14:33:20.065Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T14:33:20.065Z] a35cf1a2eb13: Download complete [2021-01-20T14:33:21.067Z] bca2f99d35d6: Verifying Checksum [2021-01-20T14:33:21.067Z] bca2f99d35d6: Download complete [2021-01-20T14:33:36.591Z] bca2f99d35d6: Pull complete [2021-01-20T14:33:36.591Z] 93359f2a8cfa: Pull complete [2021-01-20T14:33:36.591Z] 7c6f9722023f: Pull complete [2021-01-20T14:33:41.069Z] a35cf1a2eb13: Pull complete [2021-01-20T14:33:41.069Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T14:33:41.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T14:33:41.069Z] ---> a62c8e92a672 [2021-01-20T14:33:41.069Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T14:33:41.423Z] ---> Running in a882afb7716a [2021-01-20T14:33:42.119Z] Removing intermediate container a882afb7716a [2021-01-20T14:33:42.119Z] ---> 3a2eda48a2b9 [2021-01-20T14:33:42.119Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T14:33:42.119Z] ---> Running in 17dc5f38789a [2021-01-20T14:33:44.207Z] Removing intermediate container 17dc5f38789a [2021-01-20T14:33:44.207Z] ---> c6fb275e7a0b [2021-01-20T14:33:44.207Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-20T14:33:44.207Z] ---> Running in 6115828199f6 [2021-01-20T14:33:45.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T14:33:45.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T14:33:46.494Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-20T14:33:46.773Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-20T14:33:46.773Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-20T14:33:46.773Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-20T14:33:47.046Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-20T14:33:47.646Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-20T14:33:47.646Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T14:33:47.916Z] OK: 167 MiB in 45 packages [2021-01-20T14:33:48.990Z] Removing intermediate container 6115828199f6 [2021-01-20T14:33:48.990Z] ---> 53ad2d03c28f [2021-01-20T14:33:48.990Z] Step 6/8 : WORKDIR /app [2021-01-20T14:33:48.990Z] ---> Running in fda08cb377d7 [2021-01-20T14:33:49.456Z] Removing intermediate container fda08cb377d7 [2021-01-20T14:33:49.456Z] ---> aec01ca88678 [2021-01-20T14:33:49.456Z] Step 7/8 : COPY . . [2021-01-20T14:33:50.179Z] ---> cc649a8ab399 [2021-01-20T14:33:50.179Z] Step 8/8 : RUN go mod download [2021-01-20T14:33:50.179Z] ---> Running in 6709f692bdd2 [2021-01-20T14:33:58.781Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21617 in /w/workspace/_app-service-configurable_PR-151 [Pipeline] { [Pipeline] ws [2021-01-20T14:33:58.892Z] Running in /w/workspace/app-service-configurable/17 [Pipeline] { [Pipeline] checkout [2021-01-20T14:34:03.998Z] using credential edgex-jenkins-ssh [2021-01-20T14:34:04.058Z] Cloning the remote Git repository [2021-01-20T14:34:04.114Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T14:34:04.222Z] > git init /w/workspace/app-service-configurable/17 # timeout=10 [2021-01-20T14:34:04.291Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T14:34:04.292Z] > git --version # timeout=10 [2021-01-20T14:34:04.311Z] > git --version # 'git version 2.17.1' [2021-01-20T14:34:04.313Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T14:34:04.378Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T14:34:06.182Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-20T14:34:06.204Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T14:34:06.243Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-20T14:34:06.285Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T14:34:06.286Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T14:34:06.298Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/151/head:refs/remotes/origin/PR-151 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T14:34:07.058Z] Merging remotes/origin/master commit 4eb982c5c40026bdb4233f13b12533b0406be3c0 into PR head commit 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c [2021-01-20T14:34:07.283Z] Merge succeeded, producing 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c [2021-01-20T14:34:07.284Z] Checking out Revision 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c (PR-151) [2021-01-20T14:34:07.081Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T14:34:07.101Z] > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 [2021-01-20T14:34:07.181Z] > git remote # timeout=10 [2021-01-20T14:34:07.208Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T14:34:07.233Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T14:34:07.245Z] > git merge 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 [2021-01-20T14:34:07.268Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T14:34:07.289Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T14:34:07.307Z] > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 [2021-01-20T14:34:11.686Z] Commit message: "fix(snap): update snap README" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T14:34:13.587Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T14:34:14.136Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T14:34:14.478Z] + true [2021-01-20T14:34:14.478Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T14:34:17.180Z] provisioning config files... [2021-01-20T14:34:17.218Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/17@tmp/config3357266555779986669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T14:34:17.617Z] ---> docker-login.sh [2021-01-20T14:34:17.617Z] nexus3.edgexfoundry.org:10001 [2021-01-20T14:34:18.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:34:18.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:34:18.824Z] Configure a credential helper to remove this warning. See [2021-01-20T14:34:18.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:34:18.824Z] [2021-01-20T14:34:18.824Z] Login Succeeded [2021-01-20T14:34:18.824Z] nexus3.edgexfoundry.org:10002 [2021-01-20T14:34:19.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:34:19.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:34:19.384Z] Configure a credential helper to remove this warning. See [2021-01-20T14:34:19.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:34:19.384Z] [2021-01-20T14:34:19.384Z] Login Succeeded [2021-01-20T14:34:19.384Z] nexus3.edgexfoundry.org:10003 [2021-01-20T14:34:19.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:34:19.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:34:19.932Z] Configure a credential helper to remove this warning. See [2021-01-20T14:34:19.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:34:19.932Z] [2021-01-20T14:34:19.932Z] Login Succeeded [2021-01-20T14:34:19.932Z] nexus3.edgexfoundry.org:10004 [2021-01-20T14:34:20.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:34:20.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:34:20.479Z] Configure a credential helper to remove this warning. See [2021-01-20T14:34:20.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:34:20.479Z] [2021-01-20T14:34:20.479Z] Login Succeeded [2021-01-20T14:34:20.479Z] docker.io [2021-01-20T14:34:20.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T14:34:21.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T14:34:21.348Z] Configure a credential helper to remove this warning. See [2021-01-20T14:34:21.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T14:34:21.348Z] [2021-01-20T14:34:21.348Z] Login Succeeded [2021-01-20T14:34:21.348Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T14:34:21.365Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T14:34:21.802Z] ========================================================= [2021-01-20T14:34:21.802Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T14:34:21.802Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T14:34:22.184Z] + 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 . [2021-01-20T14:34:22.184Z] Sending build context to Docker daemon 98.82kB [2021-01-20T14:34:22.458Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T14:34:22.458Z] Step 2/8 : FROM ${BASE} [2021-01-20T14:34:22.744Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T14:34:22.744Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T14:34:22.744Z] a4357932f1b6: Pulling fs layer [2021-01-20T14:34:22.744Z] 18c013af1878: Pulling fs layer [2021-01-20T14:34:22.744Z] 00ac8860ef70: Pulling fs layer [2021-01-20T14:34:22.744Z] 63d7cb157983: Pulling fs layer [2021-01-20T14:34:22.744Z] b116817d02f9: Pulling fs layer [2021-01-20T14:34:22.744Z] 745a02a5169b: Pulling fs layer [2021-01-20T14:34:22.744Z] 00ac8860ef70: Waiting [2021-01-20T14:34:22.744Z] 63d7cb157983: Waiting [2021-01-20T14:34:22.744Z] b116817d02f9: Waiting [2021-01-20T14:34:22.744Z] 745a02a5169b: Waiting [2021-01-20T14:34:22.744Z] 18c013af1878: Verifying Checksum [2021-01-20T14:34:22.744Z] 18c013af1878: Download complete [2021-01-20T14:34:22.744Z] a4357932f1b6: Verifying Checksum [2021-01-20T14:34:22.744Z] a4357932f1b6: Download complete [2021-01-20T14:34:22.744Z] 63d7cb157983: Verifying Checksum [2021-01-20T14:34:22.744Z] 63d7cb157983: Download complete [2021-01-20T14:34:22.744Z] b116817d02f9: Verifying Checksum [2021-01-20T14:34:22.744Z] b116817d02f9: Download complete [2021-01-20T14:34:22.924Z] Removing intermediate container 6709f692bdd2 [2021-01-20T14:34:22.924Z] ---> eb33217d3d66 [2021-01-20T14:34:22.924Z] Successfully built eb33217d3d66 [2021-01-20T14:34:22.924Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T14:34:23.028Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T14:34:23.028Z] 5f621e34cdf4: Download complete [2021-01-20T14:34:23.388Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T14:34:23.634Z] 5f621e34cdf4: Pull complete [2021-01-20T14:34:23.715Z] . [Pipeline] withDockerContainer [2021-01-20T14:34:24.343Z] prd-centos7-docker-4c-2g-21616 does not seem to be running inside a container [2021-01-20T14:34:24.637Z] a4357932f1b6: Pull complete [2021-01-20T14:34:24.908Z] 18c013af1878: Pull complete [2021-01-20T14:34:25.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/17 -v /w/workspace/app-service-configurable/17:/w/workspace/app-service-configurable/17:rw,z -v /w/workspace/app-service-configurable/17@tmp:/w/workspace/app-service-configurable/17@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T14:34:25.500Z] 745a02a5169b: Verifying Checksum [2021-01-20T14:34:25.500Z] 745a02a5169b: Download complete [2021-01-20T14:34:26.095Z] 00ac8860ef70: Download complete [2021-01-20T14:34:26.507Z] $ docker top e8f58b5a6efebb5368ff734f23869197b178f0dd4ba0b73dd24178834a5d0a36 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T14:34:27.242Z] + go version [2021-01-20T14:34:27.242Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T14:34:27.274Z] $ docker stop --time=1 e8f58b5a6efebb5368ff734f23869197b178f0dd4ba0b73dd24178834a5d0a36 [2021-01-20T14:34:29.128Z] $ docker rm -f e8f58b5a6efebb5368ff734f23869197b178f0dd4ba0b73dd24178834a5d0a36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T14:34:30.106Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T14:34:30.106Z] . [Pipeline] withDockerContainer [2021-01-20T14:34:30.410Z] prd-centos7-docker-4c-2g-21616 does not seem to be running inside a container [2021-01-20T14:34:30.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/17 -v /w/workspace/app-service-configurable/17:/w/workspace/app-service-configurable/17:rw,z -v /w/workspace/app-service-configurable/17@tmp:/w/workspace/app-service-configurable/17@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T14:34:31.811Z] $ docker top 00416f7f77535dc3043541dd171f1f207ff4c6245f3cf146005bb7e6eb95675b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T14:34:32.437Z] + make test [2021-01-20T14:34:32.437Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-20T14:34:36.253Z] 00ac8860ef70: Pull complete [2021-01-20T14:34:36.534Z] 63d7cb157983: Pull complete [2021-01-20T14:34:36.811Z] b116817d02f9: Pull complete [2021-01-20T14:34:41.125Z] 745a02a5169b: Pull complete [2021-01-20T14:34:41.125Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T14:34:41.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T14:34:41.125Z] ---> b7e6874047d6 [2021-01-20T14:34:41.125Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T14:34:43.111Z] ---> Running in 70b1d00fc347 [2021-01-20T14:34:43.715Z] Removing intermediate container 70b1d00fc347 [2021-01-20T14:34:43.715Z] ---> fc1cf0ea9996 [2021-01-20T14:34:43.715Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T14:34:43.715Z] ---> Running in de674ba4cd7c [2021-01-20T14:34:46.348Z] Removing intermediate container de674ba4cd7c [2021-01-20T14:34:46.348Z] ---> a66d2d2a3447 [2021-01-20T14:34:46.348Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-20T14:34:46.348Z] ---> Running in 61a240ad9bfb [2021-01-20T14:34:47.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T14:34:47.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T14:34:48.515Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-20T14:34:48.785Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-20T14:34:48.785Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-20T14:34:48.785Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-20T14:34:49.062Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-20T14:34:49.062Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-20T14:34:49.062Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T14:34:49.062Z] OK: 144 MiB in 45 packages [2021-01-20T14:34:50.494Z] Removing intermediate container 61a240ad9bfb [2021-01-20T14:34:50.494Z] ---> 9788de0e22e8 [2021-01-20T14:34:50.494Z] Step 6/8 : WORKDIR /app [2021-01-20T14:34:50.494Z] ---> Running in 0ed378b0449a [2021-01-20T14:34:51.091Z] Removing intermediate container 0ed378b0449a [2021-01-20T14:34:51.091Z] ---> 31fffb0284af [2021-01-20T14:34:51.091Z] Step 7/8 : COPY . . [2021-01-20T14:34:52.073Z] ---> 6b6284463fa3 [2021-01-20T14:34:52.073Z] Step 8/8 : RUN go mod download [2021-01-20T14:34:52.073Z] ---> Running in adb2e9434c26 [2021-01-20T14:35:05.967Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-20T14:35:05.967Z] CGO_ENABLED=1 go vet ./... [2021-01-20T14:35:08.649Z] gofmt -l . [2021-01-20T14:35:08.649Z] [ "`gofmt -l .`" = "" ] [2021-01-20T14:35:08.649Z] ./bin/test-go-mod-tidy.sh [2021-01-20T14:35:09.664Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-20T14:35:10.283Z] $ docker stop --time=1 00416f7f77535dc3043541dd171f1f207ff4c6245f3cf146005bb7e6eb95675b [2021-01-20T14:35:12.740Z] $ docker rm -f 00416f7f77535dc3043541dd171f1f207ff4c6245f3cf146005bb7e6eb95675b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T14:35:13.570Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T14:35:14.180Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-20T14:35:16.675Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T14:35:17.044Z] + ls -al . [2021-01-20T14:35:17.044Z] total 88 [2021-01-20T14:35:17.044Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 20 14:35 . [2021-01-20T14:35:17.044Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 20 14:32 .. [2021-01-20T14:35:17.044Z] -rw-rw-r--. 1 jenkins jenkins 6426 Jan 20 14:33 Attribution.txt [2021-01-20T14:35:17.044Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 20 14:33 bin [2021-01-20T14:35:17.044Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 20 14:34 coverage.out [2021-01-20T14:35:17.044Z] -rw-rw-r--. 1 jenkins jenkins 2032 Jan 20 14:33 Dockerfile [2021-01-20T14:35:17.044Z] -rw-rw-r--. 1 jenkins jenkins 970 Jan 20 14:33 Dockerfile.build [2021-01-20T14:35:17.044Z] -rw-rw-r--. 1 jenkins jenkins 119 Jan 20 14:33 .dockerignore [2021-01-20T14:35:17.044Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 14:33 .git [2021-01-20T14:35:17.044Z] drwxrwxr-x. 2 jenkins jenkins 81 Jan 20 14:33 .github [2021-01-20T14:35:17.044Z] -rw-rw-r--. 1 jenkins jenkins 93 Jan 20 14:33 .gitignore [2021-01-20T14:35:17.044Z] -rw-r--r--. 1 jenkins jenkins 135 Jan 20 14:35 go.mod [2021-01-20T14:35:17.044Z] -rw-r--r--. 1 jenkins jenkins 18779 Jan 20 14:35 go.sum [2021-01-20T14:35:17.045Z] -rw-rw-r--. 1 jenkins jenkins 687 Jan 20 14:33 Jenkinsfile [2021-01-20T14:35:17.045Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jan 20 14:33 LICENSE [2021-01-20T14:35:17.045Z] -rw-rw-r--. 1 jenkins jenkins 1522 Jan 20 14:33 main.go [2021-01-20T14:35:17.045Z] -rw-rw-r--. 1 jenkins jenkins 1582 Jan 20 14:33 makefile [2021-01-20T14:35:17.045Z] -rw-rw-r--. 1 jenkins jenkins 1277 Jan 20 14:33 README.md [2021-01-20T14:35:17.045Z] drwxrwxr-x. 10 jenkins jenkins 171 Jan 20 14:33 res [2021-01-20T14:35:17.045Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 20 14:33 snap [2021-01-20T14:35:17.045Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 14:31 VERSION [Pipeline] isUnix [Pipeline] sh [2021-01-20T14:35:17.593Z] + 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=9abb98ddbcefd333cd831bf94c78b2cc1c1b118c --label arch=amd64 --label version=0.0.0 . [2021-01-20T14:35:17.593Z] Sending build context to Docker daemon 120.3kB [2021-01-20T14:35:17.886Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T14:35:17.886Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-20T14:35:17.886Z] ---> eb33217d3d66 [2021-01-20T14:35:17.886Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-20T14:35:17.886Z] ---> Running in aa4849b21551 [2021-01-20T14:35:18.164Z] Removing intermediate container aa4849b21551 [2021-01-20T14:35:18.164Z] ---> 9c4772b5143e [2021-01-20T14:35:18.164Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T14:35:18.164Z] ---> Running in b68175e528de [2021-01-20T14:35:18.433Z] Removing intermediate container b68175e528de [2021-01-20T14:35:18.433Z] ---> cc394e4376e5 [2021-01-20T14:35:18.433Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-20T14:35:18.703Z] ---> Running in 86b7951e610b [2021-01-20T14:35:18.703Z] Removing intermediate container 86b7951e610b [2021-01-20T14:35:18.703Z] ---> 2b3c26e0bf2a [2021-01-20T14:35:18.703Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T14:35:18.981Z] ---> Running in 48b1f8b9a979 [2021-01-20T14:35:20.433Z] Removing intermediate container 48b1f8b9a979 [2021-01-20T14:35:20.433Z] ---> 79bb0273964f [2021-01-20T14:35:20.433Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T14:35:20.433Z] ---> Running in e47b36defdd9 [2021-01-20T14:35:21.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T14:35:22.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T14:35:22.696Z] OK: 167 MiB in 45 packages [2021-01-20T14:35:23.283Z] Removing intermediate container e47b36defdd9 [2021-01-20T14:35:23.283Z] ---> 8ff5b59dbb8d [2021-01-20T14:35:23.283Z] Step 8/27 : WORKDIR /app [2021-01-20T14:35:23.283Z] ---> Running in b2613453fa40 [2021-01-20T14:35:23.581Z] Removing intermediate container b2613453fa40 [2021-01-20T14:35:23.581Z] ---> 030c7e869892 [2021-01-20T14:35:23.581Z] Step 9/27 : COPY go.mod . [2021-01-20T14:35:24.188Z] ---> c2dba6518384 [2021-01-20T14:35:24.188Z] Step 10/27 : RUN go mod download [2021-01-20T14:35:24.407Z] Removing intermediate container adb2e9434c26 [2021-01-20T14:35:24.407Z] ---> 50603c317d19 [2021-01-20T14:35:24.407Z] Successfully built 50603c317d19 [2021-01-20T14:35:24.407Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T14:35:24.466Z] ---> Running in 3e1528ba3b38 [2021-01-20T14:35:24.750Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T14:35:24.750Z] . [Pipeline] withDockerContainer [2021-01-20T14:35:24.997Z] prd-ubuntu18.04-docker-arm64-4c-16g-21617 does not seem to be running inside a container [2021-01-20T14:35:25.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/17 -v /w/workspace/app-service-configurable/17:/w/workspace/app-service-configurable/17:rw,z -v /w/workspace/app-service-configurable/17@tmp:/w/workspace/app-service-configurable/17@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T14:35:26.470Z] $ docker top 64d2b68df3edb12ebffed976bc2ba461c35e3ba5d74e64d3fd303174a0539d53 -eo pid,comm [2021-01-20T14:35:26.529Z] Removing intermediate container 3e1528ba3b38 [2021-01-20T14:35:26.529Z] ---> b44bad950325 [2021-01-20T14:35:26.529Z] Step 11/27 : COPY . . [Pipeline] { [2021-01-20T14:35:26.814Z] ---> 4b20d8faf4aa [2021-01-20T14:35:26.814Z] Step 12/27 : ARG MAKE="make build" [2021-01-20T14:35:26.814Z] ---> Running in 7bd6ff61aa19 [Pipeline] sh [2021-01-20T14:35:27.089Z] Removing intermediate container 7bd6ff61aa19 [2021-01-20T14:35:27.089Z] ---> 75fbabeb4fbc [2021-01-20T14:35:27.089Z] Step 13/27 : RUN $MAKE [2021-01-20T14:35:27.360Z] ---> Running in fe5dc0080d04 [2021-01-20T14:35:27.473Z] + go version [2021-01-20T14:35:27.473Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T14:35:27.498Z] $ docker stop --time=1 64d2b68df3edb12ebffed976bc2ba461c35e3ba5d74e64d3fd303174a0539d53 [2021-01-20T14:35:27.966Z] 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=0.0.0" -o app-service-configurable [2021-01-20T14:35:29.312Z] $ docker rm -f 64d2b68df3edb12ebffed976bc2ba461c35e3ba5d74e64d3fd303174a0539d53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T14:35:30.314Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T14:35:30.314Z] . [Pipeline] withDockerContainer [2021-01-20T14:35:30.539Z] prd-ubuntu18.04-docker-arm64-4c-16g-21617 does not seem to be running inside a container [2021-01-20T14:35:30.621Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/17 -v /w/workspace/app-service-configurable/17:/w/workspace/app-service-configurable/17:rw,z -v /w/workspace/app-service-configurable/17@tmp:/w/workspace/app-service-configurable/17@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T14:35:32.077Z] $ docker top 6ddded22e5c7c52d7108481ff6ef491504250e1a2f17c0a2f1539e4320e8e90d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T14:35:33.071Z] + make test [2021-01-20T14:35:33.071Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-20T14:35:55.071Z] Removing intermediate container fe5dc0080d04 [2021-01-20T14:35:55.071Z] ---> 5fc96eef5aba [2021-01-20T14:35:55.071Z] Step 14/27 : FROM alpine:3.12 [2021-01-20T14:35:55.071Z] 3.12: Pulling from library/alpine [2021-01-20T14:35:55.071Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T14:35:55.071Z] 801bfaa63ef2: Download complete [2021-01-20T14:35:55.071Z] 801bfaa63ef2: Pull complete [2021-01-20T14:35:55.071Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T14:35:55.071Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T14:35:55.071Z] ---> 389fef711851 [2021-01-20T14:35:55.071Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-20T14:35:55.071Z] ---> Running in f10bfecf8b03 [2021-01-20T14:35:55.071Z] Removing intermediate container f10bfecf8b03 [2021-01-20T14:35:55.071Z] ---> 0766bc7b8e76 [2021-01-20T14:35:55.071Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-20T14:35:55.071Z] ---> Running in c52defeb2dba [2021-01-20T14:35:55.071Z] Removing intermediate container c52defeb2dba [2021-01-20T14:35:55.071Z] ---> ab10301a3671 [2021-01-20T14:35:55.071Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-01-20T14:35:55.071Z] ---> Running in 61fb8dcb7712 [2021-01-20T14:35:55.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T14:35:55.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T14:35:55.914Z] (1/7) Installing ca-certificates (20191127-r4) [2021-01-20T14:35:55.914Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-01-20T14:35:55.914Z] (3/7) Installing libgcc (9.3.0-r2) [2021-01-20T14:35:55.914Z] (4/7) Installing libsodium (1.0.18-r0) [2021-01-20T14:35:55.914Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-01-20T14:35:55.914Z] (6/7) Installing libzmq (4.3.3-r0) [2021-01-20T14:35:55.914Z] (7/7) Installing zeromq (4.3.3-r0) [2021-01-20T14:35:55.914Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T14:35:55.914Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T14:35:56.201Z] OK: 9 MiB in 21 packages [2021-01-20T14:35:57.630Z] Removing intermediate container 61fb8dcb7712 [2021-01-20T14:35:57.630Z] ---> 9d937bbcc674 [2021-01-20T14:35:57.630Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-20T14:35:57.897Z] ---> 22e72ee4586d [2021-01-20T14:35:57.898Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-20T14:35:58.504Z] ---> 506b6d6776d1 [2021-01-20T14:35:58.504Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-20T14:35:59.131Z] ---> 1ddc22dcf9cf [2021-01-20T14:35:59.132Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-20T14:36:00.659Z] ---> 302ef3b3857f [2021-01-20T14:36:00.659Z] Step 22/27 : EXPOSE 48095 [2021-01-20T14:36:00.659Z] ---> Running in 7f41e45c6b25 [2021-01-20T14:36:00.659Z] Removing intermediate container 7f41e45c6b25 [2021-01-20T14:36:00.659Z] ---> 820c97d94f98 [2021-01-20T14:36:00.659Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-20T14:36:00.925Z] ---> Running in 2124934df924 [2021-01-20T14:36:01.204Z] Removing intermediate container 2124934df924 [2021-01-20T14:36:01.204Z] ---> ceef151bbd10 [2021-01-20T14:36:01.204Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T14:36:01.204Z] ---> Running in db66ae7adf1f [2021-01-20T14:36:01.486Z] Removing intermediate container db66ae7adf1f [2021-01-20T14:36:01.486Z] ---> afbdadaa4bc6 [2021-01-20T14:36:01.486Z] Step 25/27 : LABEL arch=amd64 [2021-01-20T14:36:01.783Z] ---> Running in 0fa9b7188f64 [2021-01-20T14:36:02.442Z] Removing intermediate container 0fa9b7188f64 [2021-01-20T14:36:02.442Z] ---> 903a7385a82c [2021-01-20T14:36:02.442Z] Step 26/27 : LABEL git_sha=9abb98ddbcefd333cd831bf94c78b2cc1c1b118c [2021-01-20T14:36:02.722Z] ---> Running in 8cec898772ec [2021-01-20T14:36:03.002Z] Removing intermediate container 8cec898772ec [2021-01-20T14:36:03.002Z] ---> 9130f3402773 [2021-01-20T14:36:03.002Z] Step 27/27 : LABEL version=0.0.0 [2021-01-20T14:36:03.002Z] ---> Running in a4cb376172ae [2021-01-20T14:36:03.288Z] Removing intermediate container a4cb376172ae [2021-01-20T14:36:03.288Z] ---> 7e4faf5bdcd1 [2021-01-20T14:36:03.288Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T14:36:03.288Z] Successfully built 7e4faf5bdcd1 [2021-01-20T14:36:03.583Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-20T14:36:12.118Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-20T14:36:12.118Z] CGO_ENABLED=1 go vet ./... [2021-01-20T14:36:15.518Z] gofmt -l . [2021-01-20T14:36:15.518Z] [ "`gofmt -l .`" = "" ] [2021-01-20T14:36:15.518Z] ./bin/test-go-mod-tidy.sh [2021-01-20T14:36:16.113Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-20T14:36:17.116Z] $ docker stop --time=1 6ddded22e5c7c52d7108481ff6ef491504250e1a2f17c0a2f1539e4320e8e90d [2021-01-20T14:36:19.166Z] Still waiting to schedule task [2021-01-20T14:36:19.166Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-20T14:36:19.466Z] $ docker rm -f 6ddded22e5c7c52d7108481ff6ef491504250e1a2f17c0a2f1539e4320e8e90d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T14:36:20.432Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T14:36:20.500Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T14:36:21.274Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T14:36:22.026Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T14:36:22.416Z] + ls -al . [2021-01-20T14:36:22.417Z] total 112 [2021-01-20T14:36:22.417Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 20 14:36 . [2021-01-20T14:36:22.417Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 14:34 .. [2021-01-20T14:36:22.417Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 20 14:34 .dockerignore [2021-01-20T14:36:22.417Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 14:34 .git [2021-01-20T14:36:22.417Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 14:34 .github [2021-01-20T14:36:22.417Z] -rw-rw-r-- 1 jenkins jenkins 93 Jan 20 14:34 .gitignore [2021-01-20T14:36:22.417Z] -rw-rw-r-- 1 jenkins jenkins 6426 Jan 20 14:34 Attribution.txt [2021-01-20T14:36:22.417Z] -rw-rw-r-- 1 jenkins jenkins 2032 Jan 20 14:34 Dockerfile [2021-01-20T14:36:22.417Z] -rw-rw-r-- 1 jenkins jenkins 970 Jan 20 14:34 Dockerfile.build [2021-01-20T14:36:22.417Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 20 14:34 Jenkinsfile [2021-01-20T14:36:22.417Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 20 14:34 LICENSE [2021-01-20T14:36:22.417Z] -rw-rw-r-- 1 jenkins jenkins 1277 Jan 20 14:34 README.md [2021-01-20T14:36:22.417Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 14:31 VERSION [2021-01-20T14:36:22.417Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 14:34 bin [2021-01-20T14:36:22.417Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 20 14:35 coverage.out [2021-01-20T14:36:22.417Z] -rw-r--r-- 1 jenkins jenkins 135 Jan 20 14:36 go.mod [2021-01-20T14:36:22.417Z] -rw-r--r-- 1 jenkins jenkins 18779 Jan 20 14:36 go.sum [2021-01-20T14:36:22.417Z] -rw-rw-r-- 1 jenkins jenkins 1522 Jan 20 14:34 main.go [2021-01-20T14:36:22.417Z] -rw-rw-r-- 1 jenkins jenkins 1582 Jan 20 14:34 makefile [2021-01-20T14:36:22.417Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 14:34 res [2021-01-20T14:36:22.417Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 14:34 snap [Pipeline] isUnix [Pipeline] sh [2021-01-20T14:36:22.847Z] + 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=9abb98ddbcefd333cd831bf94c78b2cc1c1b118c --label arch=arm64 --label version=0.0.0 . [2021-01-20T14:36:22.848Z] Sending build context to Docker daemon 120.3kB [2021-01-20T14:36:23.128Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T14:36:23.128Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-20T14:36:23.128Z] ---> 50603c317d19 [2021-01-20T14:36:23.128Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-20T14:36:23.407Z] ---> Running in 1714755e7bb8 [2021-01-20T14:36:24.008Z] Removing intermediate container 1714755e7bb8 [2021-01-20T14:36:24.008Z] ---> e1beab40321c [2021-01-20T14:36:24.008Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T14:36:24.008Z] ---> Running in 03b7e0c833c4 [2021-01-20T14:36:24.605Z] Removing intermediate container 03b7e0c833c4 [2021-01-20T14:36:24.605Z] ---> 5c3d818772e1 [2021-01-20T14:36:24.605Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-20T14:36:24.605Z] ---> Running in e7bb36285485 [2021-01-20T14:36:25.202Z] Removing intermediate container e7bb36285485 [2021-01-20T14:36:25.202Z] ---> 598ac44295c0 [2021-01-20T14:36:25.202Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T14:36:25.202Z] ---> Running in 7614967b5d18 [2021-01-20T14:36:27.822Z] Removing intermediate container 7614967b5d18 [2021-01-20T14:36:27.822Z] ---> 67e353f0b9a3 [2021-01-20T14:36:27.822Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T14:36:27.822Z] ---> Running in b40b6f6b402d [2021-01-20T14:36:28.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T14:36:29.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T14:36:29.989Z] OK: 144 MiB in 45 packages [2021-01-20T14:36:30.969Z] Removing intermediate container b40b6f6b402d [2021-01-20T14:36:30.969Z] ---> 689e0608a338 [2021-01-20T14:36:30.969Z] Step 8/27 : WORKDIR /app [2021-01-20T14:36:31.242Z] ---> Running in b0c50269a35b [2021-01-20T14:36:31.833Z] Removing intermediate container b0c50269a35b [2021-01-20T14:36:31.833Z] ---> 1bc8f6e2f93a [2021-01-20T14:36:31.833Z] Step 9/27 : COPY go.mod . [2021-01-20T14:36:32.424Z] ---> 40a0d1060f48 [2021-01-20T14:36:32.424Z] Step 10/27 : RUN go mod download [2021-01-20T14:36:32.694Z] ---> Running in 94906471d5a9 [2021-01-20T14:36:35.318Z] Removing intermediate container 94906471d5a9 [2021-01-20T14:36:35.318Z] ---> 065643595c84 [2021-01-20T14:36:35.318Z] Step 11/27 : COPY . . [2021-01-20T14:36:35.591Z] ---> b61ad49a0f10 [2021-01-20T14:36:35.591Z] Step 12/27 : ARG MAKE="make build" [2021-01-20T14:36:35.863Z] ---> Running in ef7d0f0c2790 [2021-01-20T14:36:36.478Z] Removing intermediate container ef7d0f0c2790 [2021-01-20T14:36:36.478Z] ---> 06f1c701860e [2021-01-20T14:36:36.478Z] Step 13/27 : RUN $MAKE [2021-01-20T14:36:36.478Z] ---> Running in a46865110c45 [2021-01-20T14:36:37.923Z] 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=0.0.0" -o app-service-configurable [2021-01-20T14:37:10.306Z] Removing intermediate container a46865110c45 [2021-01-20T14:37:10.307Z] ---> ef68de7d7c87 [2021-01-20T14:37:10.307Z] Step 14/27 : FROM alpine:3.12 [2021-01-20T14:37:10.898Z] 3.12: Pulling from library/alpine [2021-01-20T14:37:10.898Z] 159e5727ea61: Pulling fs layer [2021-01-20T14:37:11.170Z] 159e5727ea61: Verifying Checksum [2021-01-20T14:37:11.170Z] 159e5727ea61: Download complete [2021-01-20T14:37:11.762Z] 159e5727ea61: Pull complete [2021-01-20T14:37:11.762Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T14:37:11.762Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T14:37:11.762Z] ---> afeebe901d6b [2021-01-20T14:37:11.762Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-20T14:37:11.762Z] ---> Running in ce4f66f0b8dc [2021-01-20T14:37:12.358Z] Removing intermediate container ce4f66f0b8dc [2021-01-20T14:37:12.358Z] ---> c23f6c0b86d6 [2021-01-20T14:37:12.358Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-20T14:37:12.358Z] ---> Running in bb6b98d479ba [2021-01-20T14:37:12.969Z] Removing intermediate container bb6b98d479ba [2021-01-20T14:37:12.969Z] ---> d276c9bbbaa9 [2021-01-20T14:37:12.969Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-01-20T14:37:13.249Z] ---> Running in f8093b591b4b [2021-01-20T14:37:14.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T14:37:14.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T14:37:15.129Z] (1/7) Installing ca-certificates (20191127-r4) [2021-01-20T14:37:15.129Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-01-20T14:37:15.129Z] (3/7) Installing libgcc (9.3.0-r2) [2021-01-20T14:37:15.129Z] (4/7) Installing libsodium (1.0.18-r0) [2021-01-20T14:37:15.129Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-01-20T14:37:15.129Z] (6/7) Installing libzmq (4.3.3-r0) [2021-01-20T14:37:15.129Z] (7/7) Installing zeromq (4.3.3-r0) [2021-01-20T14:37:15.129Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T14:37:15.129Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T14:37:15.402Z] OK: 9 MiB in 21 packages [2021-01-20T14:37:17.373Z] Removing intermediate container f8093b591b4b [2021-01-20T14:37:17.373Z] ---> 25f4ee89e24b [2021-01-20T14:37:17.373Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-20T14:37:17.967Z] ---> d850982af398 [2021-01-20T14:37:17.968Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-20T14:37:18.009Z] Running on prd-ubuntu18.04-docker-8c-8g-21618 in /w/workspace/_app-service-configurable_PR-151 [Pipeline] { [Pipeline] ws [2021-01-20T14:37:18.060Z] Running in /w/workspace/app-service-configurable/17 [Pipeline] { [Pipeline] checkout [2021-01-20T14:37:18.960Z] ---> d62b71795027 [2021-01-20T14:37:18.960Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-20T14:37:19.555Z] ---> 5c20586dab15 [2021-01-20T14:37:19.555Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-20T14:37:20.279Z] using credential edgex-jenkins-ssh [2021-01-20T14:37:20.336Z] Cloning the remote Git repository [2021-01-20T14:37:20.367Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T14:37:20.432Z] > git init /w/workspace/app-service-configurable/17 # timeout=10 [2021-01-20T14:37:20.465Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T14:37:20.466Z] > git --version # timeout=10 [2021-01-20T14:37:20.474Z] > git --version # 'git version 2.17.1' [2021-01-20T14:37:20.474Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T14:37:20.498Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T14:37:20.984Z] ---> dad97a6dccb8 [2021-01-20T14:37:20.984Z] Step 22/27 : EXPOSE 48095 [2021-01-20T14:37:21.256Z] ---> Running in c4bc3d45ca8c [2021-01-20T14:37:21.103Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-20T14:37:21.112Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T14:37:21.124Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-20T14:37:21.137Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T14:37:21.137Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T14:37:21.142Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/151/head:refs/remotes/origin/PR-151 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T14:37:21.687Z] Merging remotes/origin/master commit 4eb982c5c40026bdb4233f13b12533b0406be3c0 into PR head commit 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-01-20T14:37:21.849Z] Removing intermediate container c4bc3d45ca8c [2021-01-20T14:37:21.849Z] ---> 1c0b3f55f0b1 [2021-01-20T14:37:21.849Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-01-20T14:37:22.129Z] ---> Running in 8504c4b4a1ba [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T14:37:22.614Z] Failed in branch amd64 [2021-01-20T14:37:22.731Z] Removing intermediate container 8504c4b4a1ba [2021-01-20T14:37:22.731Z] ---> c8e13eeed035 [2021-01-20T14:37:22.731Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T14:37:22.731Z] ---> Running in 3289a988b8e3 [2021-01-20T14:37:21.698Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T14:37:21.706Z] > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 [2021-01-20T14:37:23.330Z] Removing intermediate container 3289a988b8e3 [2021-01-20T14:37:23.330Z] ---> cfb967e447d4 [2021-01-20T14:37:23.330Z] Step 25/27 : LABEL arch=arm64 [2021-01-20T14:37:23.603Z] ---> Running in 5503c354d884 [2021-01-20T14:37:24.199Z] Removing intermediate container 5503c354d884 [2021-01-20T14:37:24.199Z] ---> 2c8388c220dd [2021-01-20T14:37:24.199Z] Step 26/27 : LABEL git_sha=9abb98ddbcefd333cd831bf94c78b2cc1c1b118c [2021-01-20T14:37:24.199Z] ---> Running in 992689bbb7db [2021-01-20T14:37:24.795Z] Removing intermediate container 992689bbb7db [2021-01-20T14:37:24.795Z] ---> 8f427df7257a [2021-01-20T14:37:24.795Z] Step 27/27 : LABEL version=0.0.0 [2021-01-20T14:37:25.066Z] ---> Running in 1c81b2facd5e [2021-01-20T14:37:25.658Z] Removing intermediate container 1c81b2facd5e [2021-01-20T14:37:25.658Z] ---> 607b7f8529e2 [2021-01-20T14:37:25.658Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T14:37:25.658Z] Successfully built 607b7f8529e2 [2021-01-20T14:37:25.658Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" 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 [2021-01-20T14:37:29.124Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T14:37:29.430Z] ---> package-listing.sh [2021-01-20T14:37:29.430Z] ++ facter osfamily [2021-01-20T14:37:29.430Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T14:37:29.430Z] + OS_FAMILY=redhat [2021-01-20T14:37:29.430Z] + workspace=/w/workspace/_app-service-configurable_PR-151 [2021-01-20T14:37:29.430Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T14:37:29.430Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T14:37:29.430Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T14:37:29.430Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T14:37:29.430Z] + '[' /w/workspace/_app-service-configurable_PR-151 ']' [2021-01-20T14:37:29.430Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T14:37:29.430Z] + case "${OS_FAMILY}" in [2021-01-20T14:37:29.430Z] + rpm -qa [2021-01-20T14:37:29.430Z] + sort [2021-01-20T14:37:34.751Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T14:37:34.751Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T14:37:34.751Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T14:37:34.751Z] + '[' /w/workspace/_app-service-configurable_PR-151 ']' [2021-01-20T14:37:34.751Z] + mkdir -p /w/workspace/_app-service-configurable_PR-151/archives/ [2021-01-20T14:37:34.751Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-151/archives/ [Pipeline] echo [2021-01-20T14:37:34.772Z] 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_PR-151/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T14:37:35.065Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T14:37:35.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T14:37:35.370Z] [2021-01-20T14:37:35.370Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T14:37:35.721Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T14:37:35.721Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T14:37:35.721Z] df20fa9351a1: Pulling fs layer [2021-01-20T14:37:35.721Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T14:37:35.721Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T14:37:35.721Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T14:37:35.721Z] 93b61091891f: Pulling fs layer [2021-01-20T14:37:35.721Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T14:37:35.721Z] 5e14af77c1be: Pulling fs layer [2021-01-20T14:37:35.721Z] 01666e4c0597: Pulling fs layer [2021-01-20T14:37:35.721Z] aa168da1d23b: Pulling fs layer [2021-01-20T14:37:35.721Z] 5e14af77c1be: Waiting [2021-01-20T14:37:35.721Z] 01666e4c0597: Waiting [2021-01-20T14:37:35.721Z] aa168da1d23b: Waiting [2021-01-20T14:37:35.721Z] 46f8f816bc3b: Waiting [2021-01-20T14:37:35.722Z] 93b61091891f: Waiting [2021-01-20T14:37:35.722Z] 93b9cdb0e59b: Waiting [2021-01-20T14:37:35.722Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T14:37:35.722Z] 36b3adc4ff6f: Download complete [2021-01-20T14:37:35.722Z] 46f8f816bc3b: Download complete [2021-01-20T14:37:35.984Z] df20fa9351a1: Verifying Checksum [2021-01-20T14:37:35.984Z] df20fa9351a1: Download complete [2021-01-20T14:37:35.984Z] 93b9cdb0e59b: Download complete [2021-01-20T14:37:35.984Z] 5e14af77c1be: Verifying Checksum [2021-01-20T14:37:35.984Z] 5e14af77c1be: Download complete [2021-01-20T14:37:35.984Z] 93b61091891f: Download complete [2021-01-20T14:37:35.984Z] 01666e4c0597: Verifying Checksum [2021-01-20T14:37:35.984Z] 01666e4c0597: Download complete [2021-01-20T14:37:36.246Z] df20fa9351a1: Pull complete [2021-01-20T14:37:36.508Z] 36b3adc4ff6f: Pull complete [2021-01-20T14:37:36.771Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T14:37:36.771Z] 8ad3a11d3b57: Download complete [2021-01-20T14:37:37.735Z] 8ad3a11d3b57: Pull complete [2021-01-20T14:37:37.735Z] 46f8f816bc3b: Pull complete [2021-01-20T14:37:38.681Z] aa168da1d23b: Verifying Checksum [2021-01-20T14:37:38.681Z] aa168da1d23b: Download complete [2021-01-20T14:37:38.943Z] 93b61091891f: Pull complete [2021-01-20T14:37:39.206Z] 93b9cdb0e59b: Pull complete [2021-01-20T14:37:39.206Z] 5e14af77c1be: Pull complete [2021-01-20T14:37:39.468Z] 01666e4c0597: Pull complete [2021-01-20T14:37:46.112Z] aa168da1d23b: Pull complete [2021-01-20T14:37:46.112Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T14:37:46.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T14:37:46.112Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T14:37:46.286Z] prd-centos7-docker-4c-2g-21615 does not seem to be running inside a container [2021-01-20T14:37:46.333Z] $ 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_PR-151/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_PR-151 -v /w/workspace/_app-service-configurable_PR-151:/w/workspace/_app-service-configurable_PR-151:rw,z -v /w/workspace/_app-service-configurable_PR-151@tmp:/w/workspace/_app-service-configurable_PR-151@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T14:37:53.013Z] $ docker top 1027f8c94d22b700c369c9285ceebf9235ecc94e6f37750bc6dcc58404741968 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T14:37:53.548Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T14:37:53.846Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T14:37:54.152Z] + ls /var/log/sa-host [2021-01-20T14:37:54.152Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T14:37:54.152Z] file_magic: OK [2021-01-20T14:37:54.152Z] HZ: Using current value: 100 [2021-01-20T14:37:54.152Z] file_header: OK [2021-01-20T14:37:54.152Z] 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 [2021-01-20T14:37:54.152Z] Statistics: [2021-01-20T14:37:54.152Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T14:37:54.152Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T14:37:54.152Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T14:37:54.152Z] file_magic: OK [2021-01-20T14:37:54.152Z] HZ: Using current value: 100 [2021-01-20T14:37:54.152Z] file_header: OK [2021-01-20T14:37:54.152Z] 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 [2021-01-20T14:37:54.152Z] Statistics: [2021-01-20T14:37:54.152Z] Hnuu...uuuununununu... [2021-01-20T14:37:54.152Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T14:37:54.364Z] provisioning config files... [2021-01-20T14:37:54.379Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-151@tmp/config7738186942128490571tmp [Pipeline] { [Pipeline] echo [2021-01-20T14:37:54.453Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T14:37:54.749Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T14:37:54.758Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T14:37:54.853Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T14:37:55.153Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T14:37:55.165Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T14:37:55.462Z] ---> sudo-logs.sh [2021-01-20T14:37:55.462Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T14:37:55.473Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T14:37:55.765Z] ---> job-cost.sh [2021-01-20T14:37:55.765Z] lf-activate-venv: SKIPPING [2021-01-20T14:37:55.765Z] INFO: No Stack... [2021-01-20T14:37:56.710Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T14:37:56.972Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T14:37:56.995Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T14:37:57.303Z] ---> logs-deploy.sh [2021-01-20T14:37:57.303Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-151/17 [2021-01-20T14:37:57.303Z] INFO: archiving workspace using pattern(s): [2021-01-20T14:37:58.714Z] Archives upload complete. [2021-01-20T14:37:58.977Z] INFO: archiving logs to Nexus