Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4992cc8f9ac9cc08fe433966063c723d57985e9f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32054 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4992cc8f9ac9cc08fe433966063c723d57985e9f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4992cc8f9ac9cc08fe433966063c723d57985e9f # timeout=10 Commit message: "feat: Enable Registry and Config Access Token (#224)" > git rev-list --no-walk 283bdc74331b39276080386e89bce736b980b866 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-30T16:57:32.043Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-30T16:57:32.363Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-30T16:57:32.473Z] ========================================================= [2021-03-30T16:57:32.473Z] EdgeX Global Pipelines Version Info [2021-03-30T16:57:32.473Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-30T16:57:34.215Z] ------------------- [2021-03-30T16:57:34.216Z] stable info: [2021-03-30T16:57:34.216Z] ------------------- [2021-03-30T16:57:34.216Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-30T16:57:34.216Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-30T16:57:34.216Z] Message: update stable to v1.0.186 [2021-03-30T16:57:35.164Z] ------------------- [2021-03-30T16:57:35.165Z] experimental info: [2021-03-30T16:57:35.165Z] ------------------- [2021-03-30T16:57:35.165Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-30T16:57:35.165Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-30T16:57:35.165Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-30T16:57:35.479Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-03-30T16:57:35.583Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-03-30T16:57:35.690Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-30T16:57:35.920Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-30T16:57:36.016Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-30T16:57:36.109Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-30T16:57:36.277Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-30T16:57:36.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-30T16:57:36.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-30T16:57:36.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-30T16:57:36.672Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-30T16:57:36.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-03-30T16:57:36.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-30T16:57:36.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-30T16:57:37.070Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T16:57:37.249Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T16:57:37.340Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-30T16:57:37.433Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-30T16:57:37.544Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-30T16:57:37.636Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-30T16:57:37.737Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-30T16:57:37.832Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-30T16:57:37.927Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-30T16:57:38.024Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-30T16:57:38.162Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-30T16:57:38.255Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-30T16:57:38.387Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-30T16:57:38.480Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-30T16:57:38.571Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-30T16:57:38.660Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4992cc8f9ac9cc08fe433966063c723d57985e9f [Pipeline] echo [2021-03-30T16:57:38.753Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4992cc8 [Pipeline] echo [2021-03-30T16:57:38.843Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T16:57:39.054Z] provisioning config files... [2021-03-30T16:57:39.083Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config230455796629093275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T16:57:39.488Z] ---> docker-login.sh [2021-03-30T16:57:39.488Z] nexus3.edgexfoundry.org:10001 [2021-03-30T16:57:39.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T16:57:39.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T16:57:39.752Z] Configure a credential helper to remove this warning. See [2021-03-30T16:57:39.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T16:57:39.752Z] [2021-03-30T16:57:39.752Z] Login Succeeded [2021-03-30T16:57:39.752Z] nexus3.edgexfoundry.org:10002 [2021-03-30T16:57:40.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T16:57:40.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T16:57:40.020Z] Configure a credential helper to remove this warning. See [2021-03-30T16:57:40.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T16:57:40.020Z] [2021-03-30T16:57:40.020Z] Login Succeeded [2021-03-30T16:57:40.020Z] nexus3.edgexfoundry.org:10003 [2021-03-30T16:57:40.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T16:57:40.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T16:57:40.285Z] Configure a credential helper to remove this warning. See [2021-03-30T16:57:40.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T16:57:40.285Z] [2021-03-30T16:57:40.285Z] Login Succeeded [2021-03-30T16:57:40.285Z] nexus3.edgexfoundry.org:10004 [2021-03-30T16:57:40.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T16:57:40.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T16:57:40.552Z] Configure a credential helper to remove this warning. See [2021-03-30T16:57:40.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T16:57:40.552Z] [2021-03-30T16:57:40.552Z] Login Succeeded [2021-03-30T16:57:40.552Z] docker.io [2021-03-30T16:57:40.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T16:57:40.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T16:57:40.816Z] Configure a credential helper to remove this warning. See [2021-03-30T16:57:40.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T16:57:40.816Z] [2021-03-30T16:57:40.816Z] Login Succeeded [2021-03-30T16:57:40.816Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T16:57:40.826Z] 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-03-30T16:57:41.657Z] + git log --format=format:%s -1 4992cc8f9ac9cc08fe433966063c723d57985e9f [Pipeline] echo [2021-03-30T16:57:41.724Z] GIT_COMMIT: 4992cc8f9ac9cc08fe433966063c723d57985e9f, Commit Message: feat: Enable Registry and Config Access Token (#224) [Pipeline] echo [2021-03-30T16:57:41.771Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-30T16:57:42.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T16:57:42.856Z] [2021-03-30T16:57:42.856Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T16:57:43.209Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T16:57:43.209Z] latest: Pulling from edgex-devops/git-semver [2021-03-30T16:57:43.209Z] 31603596830f: Pulling fs layer [2021-03-30T16:57:43.209Z] 2a8b12db71e7: Pulling fs layer [2021-03-30T16:57:43.209Z] 6ca5941a6612: Pulling fs layer [2021-03-30T16:57:43.209Z] ecc8261a40a4: Pulling fs layer [2021-03-30T16:57:43.209Z] ecc8261a40a4: Waiting [2021-03-30T16:57:43.209Z] 2a8b12db71e7: Verifying Checksum [2021-03-30T16:57:43.209Z] 2a8b12db71e7: Download complete [2021-03-30T16:57:43.472Z] 31603596830f: Verifying Checksum [2021-03-30T16:57:43.472Z] 31603596830f: Download complete [2021-03-30T16:57:43.472Z] 6ca5941a6612: Verifying Checksum [2021-03-30T16:57:43.472Z] 6ca5941a6612: Download complete [2021-03-30T16:57:43.472Z] ecc8261a40a4: Verifying Checksum [2021-03-30T16:57:43.472Z] ecc8261a40a4: Download complete [2021-03-30T16:57:43.739Z] 31603596830f: Pull complete [2021-03-30T16:57:43.739Z] 2a8b12db71e7: Pull complete [2021-03-30T16:57:44.695Z] 6ca5941a6612: Pull complete [2021-03-30T16:57:44.957Z] ecc8261a40a4: Pull complete [2021-03-30T16:57:44.957Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-30T16:57:44.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T16:57:44.957Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-30T16:57:45.067Z] prd-centos7-docker-4c-2g-32054 does not seem to be running inside a container [2021-03-30T16:57:45.118Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T16:57:46.999Z] $ docker top cd979552a9368a453e22982f5e2487053e1814521fbb05fc86756ee61bac1b81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T16:57:47.326Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T16:57:47.326Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T16:57:47.548Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T16:57:47.548Z] $ docker exec cd979552a9368a453e22982f5e2487053e1814521fbb05fc86756ee61bac1b81 ssh-agent [2021-03-30T16:57:47.728Z] SSH_AUTH_SOCK=/tmp/ssh-w5YVKyU7KAcD/agent.13 [2021-03-30T16:57:47.728Z] SSH_AGENT_PID=19 [2021-03-30T16:57:47.738Z] Running ssh-add (command line suppressed) [2021-03-30T16:57:47.860Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6626249959537147213.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6626249959537147213.key) [2021-03-30T16:57:47.924Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T16:57:48.259Z] + git tag --points-at HEAD [Pipeline] } [2021-03-30T16:57:48.278Z] $ docker exec --env ******** --env ******** cd979552a9368a453e22982f5e2487053e1814521fbb05fc86756ee61bac1b81 ssh-agent -k [2021-03-30T16:57:48.395Z] unset SSH_AUTH_SOCK; [2021-03-30T16:57:48.395Z] unset SSH_AGENT_PID; [2021-03-30T16:57:48.395Z] echo Agent pid 19 killed; [2021-03-30T16:57:48.447Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-30T16:57:48.597Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T16:57:48.598Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T16:57:48.777Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T16:57:48.778Z] $ docker exec cd979552a9368a453e22982f5e2487053e1814521fbb05fc86756ee61bac1b81 ssh-agent [2021-03-30T16:57:48.946Z] SSH_AUTH_SOCK=/tmp/ssh-dnGwhbn8IlZm/agent.48 [2021-03-30T16:57:48.946Z] SSH_AGENT_PID=54 [2021-03-30T16:57:48.952Z] Running ssh-add (command line suppressed) [2021-03-30T16:57:49.070Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7869666022487362046.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7869666022487362046.key) [2021-03-30T16:57:49.129Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T16:57:49.464Z] + git semver init [2021-03-30T16:57:49.464Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T16:57:49.465Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-30T16:57:49.465Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-30T16:57:49.465Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T16:57:49.465Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T16:57:49.465Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T16:57:49.465Z] # $SEMVER_BRANCH = master [2021-03-30T16:57:49.465Z] # $SEMVER_TEMP = /tmp/semver-396509800 [2021-03-30T16:57:49.465Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-03-30T16:57:50.039Z] # '/tmp/semver-396509800' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-03-30T16:57:50.039Z] # -> Force: false [2021-03-30T16:57:50.039Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-30T16:57:50.049Z] $ docker exec --env ******** --env ******** cd979552a9368a453e22982f5e2487053e1814521fbb05fc86756ee61bac1b81 ssh-agent -k [2021-03-30T16:57:50.168Z] unset SSH_AUTH_SOCK; [2021-03-30T16:57:50.169Z] unset SSH_AGENT_PID; [2021-03-30T16:57:50.169Z] echo Agent pid 54 killed; [2021-03-30T16:57:50.228Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T16:57:50.706Z] + git semver [Pipeline] } [2021-03-30T16:57:50.720Z] $ docker stop --time=1 cd979552a9368a453e22982f5e2487053e1814521fbb05fc86756ee61bac1b81 [2021-03-30T16:57:52.206Z] $ docker rm -f cd979552a9368a453e22982f5e2487053e1814521fbb05fc86756ee61bac1b81 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T16:57:52.677Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-30T16:57:53.143Z] Stashed 1 file(s) [Pipeline] echo [2021-03-30T16:57:53.146Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.27 [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-03-30T16:58:08.687Z] Still waiting to schedule task [2021-03-30T16:58:08.687Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32054’ [2021-03-30T16:58:08.688Z] Still waiting to schedule task [2021-03-30T16:58:08.688Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-30T16:59:47.851Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32055 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-30T16:59:47.915Z] Running in /w/workspace/app-service-configurable/97 [Pipeline] { [Pipeline] checkout [2021-03-30T16:59:52.819Z] using credential edgex-jenkins-ssh [2021-03-30T16:59:52.876Z] Cloning the remote Git repository [2021-03-30T16:59:52.931Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-30T16:59:53.031Z] > git init /w/workspace/app-service-configurable/97 # timeout=10 [2021-03-30T16:59:53.130Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-30T16:59:53.130Z] > git --version # timeout=10 [2021-03-30T16:59:53.146Z] > git --version # 'git version 2.17.1' [2021-03-30T16:59:53.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T16:59:53.202Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T16:59:54.165Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-30T16:59:54.185Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T16:59:54.208Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-30T16:59:54.749Z] Checking out Revision 4992cc8f9ac9cc08fe433966063c723d57985e9f (master) [2021-03-30T16:59:54.239Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-30T16:59:54.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T16:59:54.251Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T16:59:54.771Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T16:59:54.789Z] > git checkout -f 4992cc8f9ac9cc08fe433966063c723d57985e9f # timeout=10 [2021-03-30T16:59:58.996Z] Commit message: "feat: Enable Registry and Config Access Token (#224)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T17:00:00.739Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-30T17:00:01.145Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T17:00:01.557Z] + true [2021-03-30T17:00:01.557Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T17:00:04.290Z] provisioning config files... [2021-03-30T17:00:04.329Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/97@tmp/config7255508034553735754tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:00:04.764Z] ---> docker-login.sh [2021-03-30T17:00:04.764Z] nexus3.edgexfoundry.org:10001 [2021-03-30T17:00:05.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:00:06.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:00:06.018Z] Configure a credential helper to remove this warning. See [2021-03-30T17:00:06.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:00:06.018Z] [2021-03-30T17:00:06.018Z] Login Succeeded [2021-03-30T17:00:06.018Z] nexus3.edgexfoundry.org:10002 [2021-03-30T17:00:06.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:00:06.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:00:06.563Z] Configure a credential helper to remove this warning. See [2021-03-30T17:00:06.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:00:06.563Z] [2021-03-30T17:00:06.563Z] Login Succeeded [2021-03-30T17:00:06.563Z] nexus3.edgexfoundry.org:10003 [2021-03-30T17:00:06.638Z] Running on prd-centos7-docker-4c-2g-32056 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-30T17:00:06.693Z] Running in /w/workspace/app-service-configurable/97 [Pipeline] { [Pipeline] checkout [2021-03-30T17:00:06.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:00:07.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:00:07.111Z] Configure a credential helper to remove this warning. See [2021-03-30T17:00:07.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:00:07.111Z] [2021-03-30T17:00:07.111Z] Login Succeeded [2021-03-30T17:00:07.111Z] nexus3.edgexfoundry.org:10004 [2021-03-30T17:00:07.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:00:07.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:00:07.661Z] Configure a credential helper to remove this warning. See [2021-03-30T17:00:07.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:00:07.661Z] [2021-03-30T17:00:07.661Z] Login Succeeded [2021-03-30T17:00:07.661Z] docker.io [2021-03-30T17:00:07.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:00:08.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:00:08.533Z] Configure a credential helper to remove this warning. See [2021-03-30T17:00:08.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:00:08.533Z] [2021-03-30T17:00:08.533Z] Login Succeeded [2021-03-30T17:00:08.533Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T17:00:08.551Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-30T17:00:08.998Z] ========================================================= [2021-03-30T17:00:08.998Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-30T17:00:08.998Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:00:09.147Z] using credential edgex-jenkins-ssh [2021-03-30T17:00:09.224Z] Cloning the remote Git repository [2021-03-30T17:00:09.382Z] + 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-03-30T17:00:09.382Z] Sending build context to Docker daemon 97.79kB [2021-03-30T17:00:09.655Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T17:00:09.655Z] Step 2/8 : FROM ${BASE} [2021-03-30T17:00:09.936Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-30T17:00:09.936Z] 5f621e34cdf4: Pulling fs layer [2021-03-30T17:00:09.936Z] a4357932f1b6: Pulling fs layer [2021-03-30T17:00:09.936Z] 18c013af1878: Pulling fs layer [2021-03-30T17:00:09.936Z] 00ac8860ef70: Pulling fs layer [2021-03-30T17:00:09.936Z] 63d7cb157983: Pulling fs layer [2021-03-30T17:00:09.936Z] b116817d02f9: Pulling fs layer [2021-03-30T17:00:09.936Z] 745a02a5169b: Pulling fs layer [2021-03-30T17:00:09.936Z] 00ac8860ef70: Waiting [2021-03-30T17:00:09.936Z] 63d7cb157983: Waiting [2021-03-30T17:00:09.936Z] b116817d02f9: Waiting [2021-03-30T17:00:09.936Z] 745a02a5169b: Waiting [2021-03-30T17:00:09.936Z] 18c013af1878: Verifying Checksum [2021-03-30T17:00:09.936Z] 18c013af1878: Download complete [2021-03-30T17:00:09.936Z] a4357932f1b6: Verifying Checksum [2021-03-30T17:00:09.936Z] a4357932f1b6: Download complete [2021-03-30T17:00:09.936Z] 63d7cb157983: Verifying Checksum [2021-03-30T17:00:09.936Z] 63d7cb157983: Download complete [2021-03-30T17:00:09.936Z] b116817d02f9: Verifying Checksum [2021-03-30T17:00:09.936Z] b116817d02f9: Download complete [2021-03-30T17:00:09.936Z] 5f621e34cdf4: Verifying Checksum [2021-03-30T17:00:09.936Z] 5f621e34cdf4: Download complete [2021-03-30T17:00:08.876Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-30T17:00:08.949Z] > git init /w/workspace/app-service-configurable/97 # timeout=10 [2021-03-30T17:00:09.015Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-30T17:00:09.015Z] > git --version # timeout=10 [2021-03-30T17:00:09.020Z] > git --version # 'git version 2.24.3' [2021-03-30T17:00:09.021Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T17:00:09.052Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T17:00:10.545Z] 5f621e34cdf4: Pull complete [2021-03-30T17:00:10.403Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-30T17:00:10.410Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T17:00:10.422Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-30T17:00:10.435Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-30T17:00:10.435Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T17:00:10.440Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T17:00:11.158Z] a4357932f1b6: Pull complete [2021-03-30T17:00:11.306Z] Checking out Revision 4992cc8f9ac9cc08fe433966063c723d57985e9f (master) [2021-03-30T17:00:11.761Z] 18c013af1878: Pull complete [2021-03-30T17:00:12.034Z] 745a02a5169b: Verifying Checksum [2021-03-30T17:00:12.034Z] 745a02a5169b: Download complete [2021-03-30T17:00:11.092Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T17:00:11.097Z] > git checkout -f 4992cc8f9ac9cc08fe433966063c723d57985e9f # timeout=10 [2021-03-30T17:00:13.471Z] 00ac8860ef70: Verifying Checksum [2021-03-30T17:00:13.471Z] 00ac8860ef70: Download complete [2021-03-30T17:00:14.692Z] Commit message: "feat: Enable Registry and Config Access Token (#224)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T17:00:16.159Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-30T17:00:16.486Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T17:00:16.791Z] + sudo service docker restart [2021-03-30T17:00:16.791Z] + true [2021-03-30T17:00:16.791Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T17:00:18.253Z] provisioning config files... [2021-03-30T17:00:18.281Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/97@tmp/config2003462812877728478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:00:18.654Z] ---> docker-login.sh [2021-03-30T17:00:18.654Z] nexus3.edgexfoundry.org:10001 [2021-03-30T17:00:18.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:00:18.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:00:18.915Z] Configure a credential helper to remove this warning. See [2021-03-30T17:00:18.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:00:18.915Z] [2021-03-30T17:00:18.915Z] Login Succeeded [2021-03-30T17:00:18.915Z] nexus3.edgexfoundry.org:10002 [2021-03-30T17:00:19.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:00:19.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:00:19.181Z] Configure a credential helper to remove this warning. See [2021-03-30T17:00:19.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:00:19.181Z] [2021-03-30T17:00:19.181Z] Login Succeeded [2021-03-30T17:00:19.181Z] nexus3.edgexfoundry.org:10003 [2021-03-30T17:00:19.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:00:19.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:00:19.444Z] Configure a credential helper to remove this warning. See [2021-03-30T17:00:19.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:00:19.444Z] [2021-03-30T17:00:19.444Z] Login Succeeded [2021-03-30T17:00:19.444Z] nexus3.edgexfoundry.org:10004 [2021-03-30T17:00:19.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:00:19.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:00:19.707Z] Configure a credential helper to remove this warning. See [2021-03-30T17:00:19.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:00:19.707Z] [2021-03-30T17:00:19.707Z] Login Succeeded [2021-03-30T17:00:19.707Z] docker.io [2021-03-30T17:00:19.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:00:19.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:00:19.970Z] Configure a credential helper to remove this warning. See [2021-03-30T17:00:19.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:00:19.970Z] [2021-03-30T17:00:19.970Z] Login Succeeded [2021-03-30T17:00:19.970Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T17:00:19.980Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-30T17:00:20.320Z] ========================================================= [2021-03-30T17:00:20.320Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-30T17:00:20.320Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:00:20.739Z] + 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-03-30T17:00:20.740Z] Sending build context to Docker daemon 97.79kB [2021-03-30T17:00:20.740Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T17:00:20.740Z] Step 2/8 : FROM ${BASE} [2021-03-30T17:00:20.740Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-30T17:00:20.740Z] 188c0c94c7c5: Pulling fs layer [2021-03-30T17:00:20.740Z] 0ef7d3d256c8: Pulling fs layer [2021-03-30T17:00:20.740Z] de9db76c5a1d: Pulling fs layer [2021-03-30T17:00:20.740Z] bca2f99d35d6: Pulling fs layer [2021-03-30T17:00:20.740Z] 93359f2a8cfa: Pulling fs layer [2021-03-30T17:00:20.740Z] 7c6f9722023f: Pulling fs layer [2021-03-30T17:00:20.740Z] a35cf1a2eb13: Pulling fs layer [2021-03-30T17:00:20.740Z] 93359f2a8cfa: Waiting [2021-03-30T17:00:20.740Z] bca2f99d35d6: Waiting [2021-03-30T17:00:20.740Z] 7c6f9722023f: Waiting [2021-03-30T17:00:20.740Z] a35cf1a2eb13: Waiting [2021-03-30T17:00:20.740Z] de9db76c5a1d: Verifying Checksum [2021-03-30T17:00:20.740Z] de9db76c5a1d: Download complete [2021-03-30T17:00:21.002Z] 0ef7d3d256c8: Verifying Checksum [2021-03-30T17:00:21.002Z] 0ef7d3d256c8: Download complete [2021-03-30T17:00:21.002Z] 93359f2a8cfa: Verifying Checksum [2021-03-30T17:00:21.002Z] 93359f2a8cfa: Download complete [2021-03-30T17:00:21.002Z] 7c6f9722023f: Verifying Checksum [2021-03-30T17:00:21.002Z] 7c6f9722023f: Download complete [2021-03-30T17:00:21.002Z] 188c0c94c7c5: Download complete [2021-03-30T17:00:21.264Z] 188c0c94c7c5: Pull complete [2021-03-30T17:00:21.264Z] 0ef7d3d256c8: Pull complete [2021-03-30T17:00:21.526Z] de9db76c5a1d: Pull complete [2021-03-30T17:00:22.938Z] a35cf1a2eb13: Verifying Checksum [2021-03-30T17:00:22.938Z] a35cf1a2eb13: Download complete [2021-03-30T17:00:23.518Z] bca2f99d35d6: Verifying Checksum [2021-03-30T17:00:23.518Z] bca2f99d35d6: Download complete [2021-03-30T17:00:23.635Z] 00ac8860ef70: Pull complete [2021-03-30T17:00:23.911Z] 63d7cb157983: Pull complete [2021-03-30T17:00:24.184Z] b116817d02f9: Pull complete [2021-03-30T17:00:28.493Z] 745a02a5169b: Pull complete [2021-03-30T17:00:28.493Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-30T17:00:28.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-30T17:00:28.493Z] ---> b7e6874047d6 [2021-03-30T17:00:28.493Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-30T17:00:28.844Z] bca2f99d35d6: Pull complete [2021-03-30T17:00:28.844Z] 93359f2a8cfa: Pull complete [2021-03-30T17:00:28.844Z] 7c6f9722023f: Pull complete [2021-03-30T17:00:31.119Z] ---> Running in 3c6de205a4df [2021-03-30T17:00:31.119Z] Removing intermediate container 3c6de205a4df [2021-03-30T17:00:31.119Z] ---> bd33fc792efc [2021-03-30T17:00:31.119Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T17:00:31.119Z] ---> Running in 6042eb26e4ff [2021-03-30T17:00:33.741Z] Removing intermediate container 6042eb26e4ff [2021-03-30T17:00:33.741Z] ---> 9b30a004a025 [2021-03-30T17:00:33.741Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-30T17:00:33.741Z] ---> Running in 71c34b990115 [2021-03-30T17:00:34.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T17:00:35.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T17:00:35.911Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-30T17:00:36.185Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-30T17:00:36.185Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-30T17:00:36.456Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-30T17:00:36.456Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-30T17:00:36.729Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-30T17:00:36.729Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T17:00:36.729Z] OK: 144 MiB in 45 packages [2021-03-30T17:00:37.020Z] a35cf1a2eb13: Pull complete [2021-03-30T17:00:37.020Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-30T17:00:37.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-30T17:00:37.020Z] ---> a62c8e92a672 [2021-03-30T17:00:37.020Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-30T17:00:37.020Z] ---> Running in 219547e367c4 [2021-03-30T17:00:37.020Z] Removing intermediate container 219547e367c4 [2021-03-30T17:00:37.020Z] ---> 2057af3166d2 [2021-03-30T17:00:37.020Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T17:00:37.020Z] ---> Running in db38a3c0cfe4 [2021-03-30T17:00:37.606Z] Removing intermediate container db38a3c0cfe4 [2021-03-30T17:00:37.606Z] ---> 26045995de2a [2021-03-30T17:00:37.606Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-30T17:00:37.870Z] ---> Running in 58dc595e5375 [2021-03-30T17:00:38.158Z] Removing intermediate container 71c34b990115 [2021-03-30T17:00:38.158Z] ---> cb6c31e99730 [2021-03-30T17:00:38.158Z] Step 6/8 : WORKDIR /app [2021-03-30T17:00:38.158Z] ---> Running in f251c7f0c947 [2021-03-30T17:00:38.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T17:00:38.753Z] Removing intermediate container f251c7f0c947 [2021-03-30T17:00:38.753Z] ---> cb9acca4d475 [2021-03-30T17:00:38.753Z] Step 7/8 : COPY . . [2021-03-30T17:00:39.355Z] ---> 42d3fa7c88f4 [2021-03-30T17:00:39.355Z] Step 8/8 : RUN go mod download [2021-03-30T17:00:39.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T17:00:39.631Z] ---> Running in 354a16f1b093 [2021-03-30T17:00:39.974Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-30T17:00:39.974Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-30T17:00:39.974Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-30T17:00:40.236Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-30T17:00:40.236Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-30T17:00:40.236Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-30T17:00:40.500Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T17:00:40.500Z] OK: 167 MiB in 45 packages [2021-03-30T17:00:41.077Z] Removing intermediate container 58dc595e5375 [2021-03-30T17:00:41.077Z] ---> 2b32936565a0 [2021-03-30T17:00:41.077Z] Step 6/8 : WORKDIR /app [2021-03-30T17:00:41.077Z] ---> Running in 55a24a6edaf7 [2021-03-30T17:00:41.077Z] Removing intermediate container 55a24a6edaf7 [2021-03-30T17:00:41.077Z] ---> 1f63e884969d [2021-03-30T17:00:41.077Z] Step 7/8 : COPY . . [2021-03-30T17:00:41.654Z] ---> d1612817d19e [2021-03-30T17:00:41.654Z] Step 8/8 : RUN go mod download [2021-03-30T17:00:41.654Z] ---> Running in 335c3055442f [2021-03-30T17:01:03.693Z] Removing intermediate container 335c3055442f [2021-03-30T17:01:03.693Z] ---> 7e6efca65f13 [2021-03-30T17:01:03.693Z] Successfully built 7e6efca65f13 [2021-03-30T17:01:03.693Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:01:04.009Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T17:01:04.009Z] . [Pipeline] withDockerContainer [2021-03-30T17:01:04.127Z] prd-centos7-docker-4c-2g-32056 does not seem to be running inside a container [2021-03-30T17:01:04.175Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/97 -v /w/workspace/app-service-configurable/97:/w/workspace/app-service-configurable/97:rw,z -v /w/workspace/app-service-configurable/97@tmp:/w/workspace/app-service-configurable/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-30T17:01:05.601Z] $ docker top a24d290b1aff693f277b3ef4987d565e3202c045c830a82f2eec88c189fb4101 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T17:01:06.109Z] + go version [2021-03-30T17:01:06.109Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-30T17:01:06.123Z] $ docker stop --time=1 a24d290b1aff693f277b3ef4987d565e3202c045c830a82f2eec88c189fb4101 [2021-03-30T17:01:06.420Z] Removing intermediate container 354a16f1b093 [2021-03-30T17:01:06.421Z] ---> a0e5edd0b742 [2021-03-30T17:01:06.421Z] Successfully built a0e5edd0b742 [2021-03-30T17:01:06.421Z] Successfully tagged ci-base-image-arm64:latest [2021-03-30T17:01:07.491Z] $ docker rm -f a24d290b1aff693f277b3ef4987d565e3202c045c830a82f2eec88c189fb4101 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:01:08.146Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T17:01:08.146Z] . [Pipeline] withDockerContainer [2021-03-30T17:01:08.291Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T17:01:08.291Z] . [2021-03-30T17:01:08.418Z] prd-ubuntu18.04-docker-arm64-4c-16g-32055 does not seem to be running inside a container [2021-03-30T17:01:08.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/97 -v /w/workspace/app-service-configurable/97:/w/workspace/app-service-configurable/97:rw,z -v /w/workspace/app-service-configurable/97@tmp:/w/workspace/app-service-configurable/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-30T17:01:10.026Z] $ docker top f67380d8001f0debafbfdca7e3ecd66f10f910e13309966924123737a527d443 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-03-30T17:01:10.518Z] prd-centos7-docker-4c-2g-32056 does not seem to be running inside a container [2021-03-30T17:01:10.565Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/97 -v /w/workspace/app-service-configurable/97:/w/workspace/app-service-configurable/97:rw,z -v /w/workspace/app-service-configurable/97@tmp:/w/workspace/app-service-configurable/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-30T17:01:11.159Z] $ docker top 037fd1af5191cac5a379a6f4047dd9633d77aa7c3c383320d17926b55690df9c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-30T17:01:11.693Z] + make test [2021-03-30T17:01:11.693Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-30T17:01:11.983Z] + go version [2021-03-30T17:01:11.983Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-30T17:01:12.006Z] $ docker stop --time=1 f67380d8001f0debafbfdca7e3ecd66f10f910e13309966924123737a527d443 [2021-03-30T17:01:13.994Z] $ docker rm -f f67380d8001f0debafbfdca7e3ecd66f10f910e13309966924123737a527d443 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:01:14.993Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T17:01:14.993Z] . [Pipeline] withDockerContainer [2021-03-30T17:01:15.239Z] prd-ubuntu18.04-docker-arm64-4c-16g-32055 does not seem to be running inside a container [2021-03-30T17:01:15.318Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/97 -v /w/workspace/app-service-configurable/97:/w/workspace/app-service-configurable/97:rw,z -v /w/workspace/app-service-configurable/97@tmp:/w/workspace/app-service-configurable/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-30T17:01:16.815Z] $ docker top ea87b6dcb304512d43bb299e80573bac659e44d4354f92df4edafbf810ff8536 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T17:01:17.830Z] + make test [2021-03-30T17:01:17.830Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-30T17:01:27.335Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-30T17:01:27.335Z] CGO_ENABLED=1 go vet ./... [2021-03-30T17:01:28.761Z] gofmt -l . [2021-03-30T17:01:29.030Z] [ "`gofmt -l .`" = "" ] [2021-03-30T17:01:29.030Z] ./bin/test-go-mod-tidy.sh [2021-03-30T17:01:29.613Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-03-30T17:01:30.203Z] $ docker stop --time=1 037fd1af5191cac5a379a6f4047dd9633d77aa7c3c383320d17926b55690df9c [2021-03-30T17:01:32.715Z] $ docker rm -f 037fd1af5191cac5a379a6f4047dd9633d77aa7c3c383320d17926b55690df9c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T17:01:33.344Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-30T17:01:33.676Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-30T17:01:36.593Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-30T17:01:36.898Z] + ls -al . [2021-03-30T17:01:36.898Z] total 92 [2021-03-30T17:01:36.898Z] drwxrwxr-x. 7 jenkins jenkins 4096 Mar 30 17:01 . [2021-03-30T17:01:36.898Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 30 17:00 .. [2021-03-30T17:01:36.898Z] -rw-rw-r--. 1 jenkins jenkins 7306 Mar 30 17:00 Attribution.txt [2021-03-30T17:01:36.898Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 30 17:00 bin [2021-03-30T17:01:36.898Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 30 17:01 coverage.out [2021-03-30T17:01:36.898Z] -rw-rw-r--. 1 jenkins jenkins 2032 Mar 30 17:00 Dockerfile [2021-03-30T17:01:36.898Z] -rw-rw-r--. 1 jenkins jenkins 970 Mar 30 17:00 Dockerfile.build [2021-03-30T17:01:36.898Z] -rw-rw-r--. 1 jenkins jenkins 119 Mar 30 17:00 .dockerignore [2021-03-30T17:01:36.898Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 30 17:00 .git [2021-03-30T17:01:36.898Z] drwxrwxr-x. 2 jenkins jenkins 81 Mar 30 17:00 .github [2021-03-30T17:01:36.898Z] -rw-rw-r--. 1 jenkins jenkins 111 Mar 30 17:00 .gitignore [2021-03-30T17:01:36.898Z] -rw-r--r--. 1 jenkins jenkins 136 Mar 30 17:01 go.mod [2021-03-30T17:01:36.898Z] -rw-r--r--. 1 jenkins jenkins 21619 Mar 30 17:01 go.sum [2021-03-30T17:01:36.898Z] -rw-rw-r--. 1 jenkins jenkins 687 Mar 30 17:00 Jenkinsfile [2021-03-30T17:01:36.898Z] -rw-rw-r--. 1 jenkins jenkins 10174 Mar 30 17:00 LICENSE [2021-03-30T17:01:36.898Z] -rw-rw-r--. 1 jenkins jenkins 1467 Mar 30 17:00 main.go [2021-03-30T17:01:36.898Z] -rw-rw-r--. 1 jenkins jenkins 1582 Mar 30 17:00 makefile [2021-03-30T17:01:36.898Z] -rw-rw-r--. 1 jenkins jenkins 1277 Mar 30 17:00 README.md [2021-03-30T17:01:36.898Z] drwxrwxr-x. 10 jenkins jenkins 173 Mar 30 17:00 res [2021-03-30T17:01:36.898Z] drwxrwxr-x. 4 jenkins jenkins 71 Mar 30 17:00 snap [2021-03-30T17:01:36.898Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 30 16:57 VERSION [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:01:37.207Z] + 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=4992cc8f9ac9cc08fe433966063c723d57985e9f --label arch=amd64 --label version=2.0.0-dev.27 . [2021-03-30T17:01:37.207Z] Sending build context to Docker daemon 122.4kB [2021-03-30T17:01:37.207Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T17:01:37.207Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-30T17:01:37.207Z] ---> 7e6efca65f13 [2021-03-30T17:01:37.207Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-30T17:01:37.486Z] ---> Running in 19383774c381 [2021-03-30T17:01:37.486Z] Removing intermediate container 19383774c381 [2021-03-30T17:01:37.486Z] ---> 77d9d7a3b1f4 [2021-03-30T17:01:37.486Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-30T17:01:37.753Z] ---> Running in 565a65796f08 [2021-03-30T17:01:38.017Z] Removing intermediate container 565a65796f08 [2021-03-30T17:01:38.017Z] ---> 992b77a66b96 [2021-03-30T17:01:38.017Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-30T17:01:38.017Z] ---> Running in 6d1744e9ca5f [2021-03-30T17:01:38.282Z] Removing intermediate container 6d1744e9ca5f [2021-03-30T17:01:38.282Z] ---> e831c0472867 [2021-03-30T17:01:38.282Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T17:01:38.282Z] ---> Running in b7bd7c36cf7d [2021-03-30T17:01:39.241Z] Removing intermediate container b7bd7c36cf7d [2021-03-30T17:01:39.241Z] ---> 82b823d36430 [2021-03-30T17:01:39.241Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-30T17:01:39.241Z] ---> Running in fdd13554e6f9 [2021-03-30T17:01:39.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T17:01:40.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T17:01:41.005Z] OK: 167 MiB in 45 packages [2021-03-30T17:01:41.601Z] Removing intermediate container fdd13554e6f9 [2021-03-30T17:01:41.601Z] ---> 40c4e61e92c9 [2021-03-30T17:01:41.601Z] Step 8/27 : WORKDIR /app [2021-03-30T17:01:41.601Z] ---> Running in 8340effc7b6a [2021-03-30T17:01:41.601Z] Removing intermediate container 8340effc7b6a [2021-03-30T17:01:41.601Z] ---> a915376d3b20 [2021-03-30T17:01:41.601Z] Step 9/27 : COPY go.mod . [2021-03-30T17:01:41.869Z] ---> 915bbf03b075 [2021-03-30T17:01:41.869Z] Step 10/27 : RUN go mod download [2021-03-30T17:01:42.141Z] ---> Running in f85f1894fb07 [2021-03-30T17:01:43.134Z] Removing intermediate container f85f1894fb07 [2021-03-30T17:01:43.134Z] ---> b100351b6072 [2021-03-30T17:01:43.134Z] Step 11/27 : COPY . . [2021-03-30T17:01:43.399Z] ---> 2269b3d3933a [2021-03-30T17:01:43.399Z] Step 12/27 : ARG MAKE="make build" [2021-03-30T17:01:43.667Z] ---> Running in 149a20a61208 [2021-03-30T17:01:43.667Z] Removing intermediate container 149a20a61208 [2021-03-30T17:01:43.667Z] ---> 3f571a230eab [2021-03-30T17:01:43.667Z] Step 13/27 : RUN $MAKE [2021-03-30T17:01:43.667Z] ---> Running in 38b61de1a193 [2021-03-30T17:01:44.256Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.27" -o app-service-configurable [2021-03-30T17:01:56.906Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-30T17:01:56.906Z] CGO_ENABLED=1 go vet ./... [2021-03-30T17:01:59.380Z] Removing intermediate container 38b61de1a193 [2021-03-30T17:01:59.380Z] ---> adf8698a2039 [2021-03-30T17:01:59.380Z] Step 14/27 : FROM alpine:3.12 [2021-03-30T17:01:59.644Z] 3.12: Pulling from library/alpine [2021-03-30T17:01:59.913Z] 22599d3e9e25: Pulling fs layer [2021-03-30T17:02:00.176Z] 22599d3e9e25: Verifying Checksum [2021-03-30T17:02:00.176Z] 22599d3e9e25: Download complete [2021-03-30T17:02:00.176Z] 22599d3e9e25: Pull complete [2021-03-30T17:02:00.439Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T17:02:00.439Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T17:02:00.439Z] ---> 42cb162f0360 [2021-03-30T17:02:00.439Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-30T17:02:00.439Z] ---> Running in dfabfcf73535 [2021-03-30T17:02:00.704Z] Removing intermediate container dfabfcf73535 [2021-03-30T17:02:00.704Z] ---> b5a3f54a7e4d [2021-03-30T17:02:00.704Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-30T17:02:00.704Z] ---> Running in 7761f25cae08 [2021-03-30T17:02:00.704Z] Removing intermediate container 7761f25cae08 [2021-03-30T17:02:00.704Z] ---> 6c4a6e486c97 [2021-03-30T17:02:00.704Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-30T17:02:00.968Z] ---> Running in 0cd8286fcd8a [2021-03-30T17:02:01.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T17:02:01.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T17:02:01.495Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-30T17:02:01.495Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-30T17:02:01.495Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-30T17:02:01.760Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-30T17:02:01.760Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-30T17:02:01.760Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-30T17:02:01.760Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-30T17:02:01.760Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T17:02:01.760Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T17:02:01.760Z] OK: 9 MiB in 21 packages [2021-03-30T17:02:02.709Z] Removing intermediate container 0cd8286fcd8a [2021-03-30T17:02:02.709Z] ---> 3647c2aa2e59 [2021-03-30T17:02:02.709Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-30T17:02:02.977Z] ---> b4a80d16c1ad [2021-03-30T17:02:02.977Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-30T17:02:03.240Z] ---> 714cc09e462e [2021-03-30T17:02:03.240Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-30T17:02:03.504Z] ---> 56dc86d137c3 [2021-03-30T17:02:03.504Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-30T17:02:04.081Z] ---> 47973e64ecc8 [2021-03-30T17:02:04.081Z] Step 22/27 : EXPOSE 48095 [2021-03-30T17:02:04.346Z] ---> Running in 493e7e863f2d [2021-03-30T17:02:04.346Z] Removing intermediate container 493e7e863f2d [2021-03-30T17:02:04.346Z] ---> 96f49851d2b1 [2021-03-30T17:02:04.346Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-30T17:02:04.346Z] ---> Running in 2121c105b58c [2021-03-30T17:02:05.201Z] gofmt -l . [2021-03-30T17:02:05.201Z] [ "`gofmt -l .`" = "" ] [2021-03-30T17:02:05.201Z] ./bin/test-go-mod-tidy.sh [2021-03-30T17:02:05.201Z] ./bin/test-attribution-txt.sh [2021-03-30T17:02:05.293Z] Removing intermediate container 2121c105b58c [2021-03-30T17:02:05.293Z] ---> 9fd5fe4ef6ee [2021-03-30T17:02:05.293Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T17:02:05.293Z] ---> Running in e93115f13d50 [2021-03-30T17:02:05.293Z] Removing intermediate container e93115f13d50 [2021-03-30T17:02:05.293Z] ---> 7a1ebe54985c [2021-03-30T17:02:05.293Z] Step 25/27 : LABEL arch=amd64 [2021-03-30T17:02:05.557Z] ---> Running in e4d6181021ed [2021-03-30T17:02:05.557Z] Removing intermediate container e4d6181021ed [2021-03-30T17:02:05.557Z] ---> 79fdab7264bf [2021-03-30T17:02:05.557Z] Step 26/27 : LABEL git_sha=4992cc8f9ac9cc08fe433966063c723d57985e9f [2021-03-30T17:02:05.829Z] ---> Running in e422b65c80da [2021-03-30T17:02:05.829Z] Removing intermediate container e422b65c80da [2021-03-30T17:02:05.829Z] ---> 3598c2de7c47 [2021-03-30T17:02:05.829Z] Step 27/27 : LABEL version=2.0.0-dev.27 [2021-03-30T17:02:06.113Z] ---> Running in be19be020c46 [2021-03-30T17:02:06.113Z] Removing intermediate container be19be020c46 [2021-03-30T17:02:06.113Z] ---> e5c4044072b4 [2021-03-30T17:02:06.113Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-30T17:02:06.113Z] Successfully built e5c4044072b4 [2021-03-30T17:02:06.113Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T17:02:06.269Z] $ docker stop --time=1 ea87b6dcb304512d43bb299e80573bac659e44d4354f92df4edafbf810ff8536 [2021-03-30T17:02:08.635Z] $ docker rm -f ea87b6dcb304512d43bb299e80573bac659e44d4354f92df4edafbf810ff8536 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T17:02:09.327Z] provisioning config files... [2021-03-30T17:02:09.351Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/97@tmp/config1467842014668494678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:02:09.436Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-30T17:02:09.574Z] Warning: overwriting stash ‘coverage-report’ [2021-03-30T17:02:09.745Z] ---> docker-login.sh [2021-03-30T17:02:09.745Z] nexus3.edgexfoundry.org:10001 [2021-03-30T17:02:09.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:02:10.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:02:10.010Z] Configure a credential helper to remove this warning. See [2021-03-30T17:02:10.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:02:10.010Z] [2021-03-30T17:02:10.010Z] Login Succeeded [2021-03-30T17:02:10.010Z] nexus3.edgexfoundry.org:10002 [2021-03-30T17:02:10.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:02:10.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:02:10.010Z] Configure a credential helper to remove this warning. See [2021-03-30T17:02:10.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:02:10.010Z] [2021-03-30T17:02:10.010Z] Login Succeeded [2021-03-30T17:02:10.010Z] nexus3.edgexfoundry.org:10003 [2021-03-30T17:02:10.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:02:10.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:02:10.273Z] Configure a credential helper to remove this warning. See [2021-03-30T17:02:10.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:02:10.273Z] [2021-03-30T17:02:10.273Z] Login Succeeded [2021-03-30T17:02:10.273Z] nexus3.edgexfoundry.org:10004 [2021-03-30T17:02:10.284Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-30T17:02:10.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:02:10.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:02:10.537Z] Configure a credential helper to remove this warning. See [2021-03-30T17:02:10.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:02:10.537Z] [2021-03-30T17:02:10.537Z] Login Succeeded [2021-03-30T17:02:10.537Z] docker.io [2021-03-30T17:02:10.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T17:02:10.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:02:10.803Z] Configure a credential helper to remove this warning. See [2021-03-30T17:02:10.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:02:10.803Z] [2021-03-30T17:02:10.803Z] Login Succeeded [2021-03-30T17:02:10.803Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T17:02:10.871Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-03-30T17:02:11.004Z] + sudo chown -R jenkins:jenkins . [Pipeline] // withEnv [Pipeline] sh [Pipeline] echo [2021-03-30T17:02:11.279Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-03-30T17:02:11.279Z] 4992cc8f9ac9cc08fe433966063c723d57985e9f [2021-03-30T17:02:11.279Z] latest [2021-03-30T17:02:11.279Z] 2.0.0-dev.27 [2021-03-30T17:02:11.279Z] 4992cc8f9ac9cc08fe433966063c723d57985e9f-2.0.0-dev.27 [2021-03-30T17:02:11.279Z] master [2021-03-30T17:02:11.279Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-03-30T17:02:11.474Z] + ls -al . [2021-03-30T17:02:11.474Z] total 116 [2021-03-30T17:02:11.474Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 30 17:02 . [2021-03-30T17:02:11.474Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 16:59 .. [2021-03-30T17:02:11.474Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 30 16:59 .dockerignore [2021-03-30T17:02:11.474Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 30 16:59 .git [2021-03-30T17:02:11.474Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 30 16:59 .github [2021-03-30T17:02:11.474Z] -rw-rw-r-- 1 jenkins jenkins 111 Mar 30 16:59 .gitignore [2021-03-30T17:02:11.474Z] -rw-rw-r-- 1 jenkins jenkins 7306 Mar 30 16:59 Attribution.txt [2021-03-30T17:02:11.474Z] -rw-rw-r-- 1 jenkins jenkins 2032 Mar 30 16:59 Dockerfile [2021-03-30T17:02:11.474Z] -rw-rw-r-- 1 jenkins jenkins 970 Mar 30 16:59 Dockerfile.build [2021-03-30T17:02:11.474Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 30 16:59 Jenkinsfile [2021-03-30T17:02:11.474Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 30 16:59 LICENSE [2021-03-30T17:02:11.474Z] -rw-rw-r-- 1 jenkins jenkins 1277 Mar 30 16:59 README.md [2021-03-30T17:02:11.474Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 30 16:57 VERSION [2021-03-30T17:02:11.474Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 30 16:59 bin [2021-03-30T17:02:11.474Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 30 17:01 coverage.out [2021-03-30T17:02:11.474Z] -rw-r--r-- 1 jenkins jenkins 136 Mar 30 17:02 go.mod [2021-03-30T17:02:11.474Z] -rw-r--r-- 1 jenkins jenkins 21619 Mar 30 17:02 go.sum [2021-03-30T17:02:11.474Z] -rw-rw-r-- 1 jenkins jenkins 1467 Mar 30 16:59 main.go [2021-03-30T17:02:11.474Z] -rw-rw-r-- 1 jenkins jenkins 1582 Mar 30 16:59 makefile [2021-03-30T17:02:11.474Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 30 16:59 res [2021-03-30T17:02:11.474Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 16:59 snap [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:02:11.895Z] + 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=4992cc8f9ac9cc08fe433966063c723d57985e9f --label arch=arm64 --label version=2.0.0-dev.27 . [2021-03-30T17:02:11.895Z] Sending build context to Docker daemon 122.4kB [2021-03-30T17:02:11.969Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4992cc8f9ac9cc08fe433966063c723d57985e9f [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:02:12.173Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T17:02:12.174Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-30T17:02:12.174Z] ---> a0e5edd0b742 [2021-03-30T17:02:12.174Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-30T17:02:12.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4992cc8f9ac9cc08fe433966063c723d57985e9f [2021-03-30T17:02:12.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-30T17:02:12.274Z] ff8d846345fa: Preparing [2021-03-30T17:02:12.274Z] be172f8354fd: Preparing [2021-03-30T17:02:12.274Z] 39b10ed7782a: Preparing [2021-03-30T17:02:12.274Z] 4bd99654726d: Preparing [2021-03-30T17:02:12.274Z] 8f23e6c5f634: Preparing [2021-03-30T17:02:12.274Z] fa29914ad24c: Preparing [2021-03-30T17:02:12.274Z] fa29914ad24c: Waiting [2021-03-30T17:02:12.467Z] ---> Running in a38f80a4ec8a [2021-03-30T17:02:12.535Z] 39b10ed7782a: Pushed [2021-03-30T17:02:12.535Z] be172f8354fd: Pushed [2021-03-30T17:02:12.535Z] 4bd99654726d: Pushed [2021-03-30T17:02:12.535Z] fa29914ad24c: Layer already exists [2021-03-30T17:02:12.806Z] 8f23e6c5f634: Pushed [2021-03-30T17:02:13.066Z] Removing intermediate container a38f80a4ec8a [2021-03-30T17:02:13.066Z] ---> 849cfc7767b0 [2021-03-30T17:02:13.066Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-30T17:02:13.066Z] ---> Running in 6ce89fa11bf3 [2021-03-30T17:02:13.661Z] Removing intermediate container 6ce89fa11bf3 [2021-03-30T17:02:13.661Z] ---> a59fbab1bedf [2021-03-30T17:02:13.661Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-30T17:02:13.661Z] ---> Running in 25a15aa19a72 [2021-03-30T17:02:13.759Z] ff8d846345fa: Pushed [2021-03-30T17:02:14.021Z] 4992cc8f9ac9cc08fe433966063c723d57985e9f: digest: sha256:e484697fe4fbb01a5424aad81c287d180f78718e00b107acc121ebffe9d527d3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:02:14.255Z] Removing intermediate container 25a15aa19a72 [2021-03-30T17:02:14.255Z] ---> 4f4cf931bcc5 [2021-03-30T17:02:14.255Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T17:02:14.255Z] ---> Running in ef5aa76ffc0e [2021-03-30T17:02:14.331Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:02:14.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-30T17:02:14.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-30T17:02:14.638Z] ff8d846345fa: Preparing [2021-03-30T17:02:14.638Z] be172f8354fd: Preparing [2021-03-30T17:02:14.638Z] 39b10ed7782a: Preparing [2021-03-30T17:02:14.638Z] 4bd99654726d: Preparing [2021-03-30T17:02:14.638Z] 8f23e6c5f634: Preparing [2021-03-30T17:02:14.638Z] fa29914ad24c: Preparing [2021-03-30T17:02:14.638Z] fa29914ad24c: Waiting [2021-03-30T17:02:14.638Z] ff8d846345fa: Layer already exists [2021-03-30T17:02:14.638Z] 8f23e6c5f634: Layer already exists [2021-03-30T17:02:14.638Z] 4bd99654726d: Layer already exists [2021-03-30T17:02:14.638Z] be172f8354fd: Layer already exists [2021-03-30T17:02:14.638Z] 39b10ed7782a: Layer already exists [2021-03-30T17:02:14.638Z] fa29914ad24c: Layer already exists [2021-03-30T17:02:14.638Z] latest: digest: sha256:e484697fe4fbb01a5424aad81c287d180f78718e00b107acc121ebffe9d527d3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:02:14.945Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:02:15.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.27 [2021-03-30T17:02:15.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-30T17:02:15.256Z] ff8d846345fa: Preparing [2021-03-30T17:02:15.256Z] be172f8354fd: Preparing [2021-03-30T17:02:15.256Z] 39b10ed7782a: Preparing [2021-03-30T17:02:15.256Z] 4bd99654726d: Preparing [2021-03-30T17:02:15.256Z] 8f23e6c5f634: Preparing [2021-03-30T17:02:15.256Z] fa29914ad24c: Preparing [2021-03-30T17:02:15.256Z] fa29914ad24c: Waiting [2021-03-30T17:02:15.256Z] ff8d846345fa: Layer already exists [2021-03-30T17:02:15.256Z] 4bd99654726d: Layer already exists [2021-03-30T17:02:15.256Z] be172f8354fd: Layer already exists [2021-03-30T17:02:15.256Z] 8f23e6c5f634: Layer already exists [2021-03-30T17:02:15.256Z] 39b10ed7782a: Layer already exists [2021-03-30T17:02:15.256Z] fa29914ad24c: Layer already exists [2021-03-30T17:02:15.256Z] 2.0.0-dev.27: digest: sha256:e484697fe4fbb01a5424aad81c287d180f78718e00b107acc121ebffe9d527d3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:02:15.566Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4992cc8f9ac9cc08fe433966063c723d57985e9f-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:02:15.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4992cc8f9ac9cc08fe433966063c723d57985e9f-2.0.0-dev.27 [2021-03-30T17:02:15.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-30T17:02:15.865Z] ff8d846345fa: Preparing [2021-03-30T17:02:15.865Z] be172f8354fd: Preparing [2021-03-30T17:02:15.865Z] 39b10ed7782a: Preparing [2021-03-30T17:02:15.865Z] 4bd99654726d: Preparing [2021-03-30T17:02:15.865Z] 8f23e6c5f634: Preparing [2021-03-30T17:02:15.865Z] fa29914ad24c: Preparing [2021-03-30T17:02:15.865Z] fa29914ad24c: Waiting [2021-03-30T17:02:15.865Z] 39b10ed7782a: Layer already exists [2021-03-30T17:02:15.865Z] 4bd99654726d: Layer already exists [2021-03-30T17:02:15.865Z] 8f23e6c5f634: Layer already exists [2021-03-30T17:02:15.865Z] ff8d846345fa: Layer already exists [2021-03-30T17:02:15.865Z] be172f8354fd: Layer already exists [2021-03-30T17:02:15.865Z] fa29914ad24c: Layer already exists [2021-03-30T17:02:15.865Z] 4992cc8f9ac9cc08fe433966063c723d57985e9f-2.0.0-dev.27: digest: sha256:e484697fe4fbb01a5424aad81c287d180f78718e00b107acc121ebffe9d527d3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:02:16.169Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:02:16.228Z] Removing intermediate container ef5aa76ffc0e [2021-03-30T17:02:16.228Z] ---> 9e7d103a2db8 [2021-03-30T17:02:16.228Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-30T17:02:16.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-03-30T17:02:16.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-30T17:02:16.468Z] ff8d846345fa: Preparing [2021-03-30T17:02:16.468Z] be172f8354fd: Preparing [2021-03-30T17:02:16.468Z] 39b10ed7782a: Preparing [2021-03-30T17:02:16.468Z] 4bd99654726d: Preparing [2021-03-30T17:02:16.468Z] 8f23e6c5f634: Preparing [2021-03-30T17:02:16.468Z] fa29914ad24c: Preparing [2021-03-30T17:02:16.468Z] fa29914ad24c: Waiting [2021-03-30T17:02:16.468Z] be172f8354fd: Layer already exists [2021-03-30T17:02:16.468Z] ff8d846345fa: Layer already exists [2021-03-30T17:02:16.468Z] 39b10ed7782a: Layer already exists [2021-03-30T17:02:16.468Z] 4bd99654726d: Layer already exists [2021-03-30T17:02:16.468Z] 8f23e6c5f634: Layer already exists [2021-03-30T17:02:16.468Z] fa29914ad24c: Layer already exists [2021-03-30T17:02:16.468Z] master: digest: sha256:e484697fe4fbb01a5424aad81c287d180f78718e00b107acc121ebffe9d527d3 size: 1574 [Pipeline] } [2021-03-30T17:02:16.509Z] ---> Running in 26a90f2023bb [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-30T17:02:16.655Z] ===================================================== [Pipeline] echo [2021-03-30T17:02:16.705Z] taggedImages: [2021-03-30T17:02:16.705Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4992cc8f9ac9cc08fe433966063c723d57985e9f [2021-03-30T17:02:16.705Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-30T17:02:16.705Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.27 [2021-03-30T17:02:16.705Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4992cc8f9ac9cc08fe433966063c723d57985e9f-2.0.0-dev.27 [2021-03-30T17:02:16.705Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:02:17.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T17:02:17.655Z] ---> job-cost.sh [2021-03-30T17:02:17.655Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KLLP [2021-03-30T17:02:18.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T17:02:19.046Z] OK: 144 MiB in 45 packages [2021-03-30T17:02:20.024Z] Removing intermediate container 26a90f2023bb [2021-03-30T17:02:20.024Z] ---> 5534c84ed16e [2021-03-30T17:02:20.024Z] Step 8/27 : WORKDIR /app [2021-03-30T17:02:20.297Z] ---> Running in f10bbdecdc39 [2021-03-30T17:02:20.894Z] Removing intermediate container f10bbdecdc39 [2021-03-30T17:02:20.894Z] ---> 82f4fba70ee5 [2021-03-30T17:02:20.894Z] Step 9/27 : COPY go.mod . [2021-03-30T17:02:21.491Z] ---> 571f4afb2ab5 [2021-03-30T17:02:21.491Z] Step 10/27 : RUN go mod download [2021-03-30T17:02:21.772Z] ---> Running in b4ba17aaa213 [2021-03-30T17:02:24.393Z] Removing intermediate container b4ba17aaa213 [2021-03-30T17:02:24.393Z] ---> 4810b8e44815 [2021-03-30T17:02:24.393Z] Step 11/27 : COPY . . [2021-03-30T17:02:24.990Z] ---> 45fc330191db [2021-03-30T17:02:24.990Z] Step 12/27 : ARG MAKE="make build" [2021-03-30T17:02:24.990Z] ---> Running in 5813580a6200 [2021-03-30T17:02:25.586Z] Removing intermediate container 5813580a6200 [2021-03-30T17:02:25.586Z] ---> 8204bedc6168 [2021-03-30T17:02:25.586Z] Step 13/27 : RUN $MAKE [2021-03-30T17:02:25.586Z] ---> Running in 69e18f368537 [2021-03-30T17:02:26.569Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.27" -o app-service-configurable [2021-03-30T17:02:32.587Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-30T17:02:59.232Z] lf-activate-venv(): INFO: Adding /tmp/venv-KLLP/bin to PATH [2021-03-30T17:02:59.232Z] INFO: No Stack... [2021-03-30T17:03:00.176Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-30T17:03:00.749Z] INFO: Archiving Costs [Pipeline] sh [2021-03-30T17:03:01.056Z] + cat /w/workspace/app-service-configurable/97/archives/cost.csv [2021-03-30T17:03:01.056Z] + cut -d, -f6 [Pipeline] lock [2021-03-30T17:03:01.130Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-97-stack-cost] [2021-03-30T17:03:01.144Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-97-stack-cost] did not exist. Created. [2021-03-30T17:03:01.144Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T17:03:01.575Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-30T17:03:01.769Z] Stashed 1 file(s) [Pipeline] } [2021-03-30T17:03:01.783Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-97-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T17:03:05.571Z] Removing intermediate container 69e18f368537 [2021-03-30T17:03:05.571Z] ---> 05b753959e72 [2021-03-30T17:03:05.571Z] Step 14/27 : FROM alpine:3.12 [2021-03-30T17:03:05.571Z] 3.12: Pulling from library/alpine [2021-03-30T17:03:05.571Z] 95dec6db3722: Pulling fs layer [2021-03-30T17:03:05.571Z] 95dec6db3722: Verifying Checksum [2021-03-30T17:03:05.571Z] 95dec6db3722: Pull complete [2021-03-30T17:03:05.571Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T17:03:05.571Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T17:03:05.571Z] ---> e47305ac9786 [2021-03-30T17:03:05.571Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-30T17:03:05.571Z] ---> Running in d36dc9f57ad9 [2021-03-30T17:03:05.571Z] Removing intermediate container d36dc9f57ad9 [2021-03-30T17:03:05.571Z] ---> 128f39768004 [2021-03-30T17:03:05.571Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-30T17:03:05.571Z] ---> Running in 72130ecca00d [2021-03-30T17:03:05.571Z] Removing intermediate container 72130ecca00d [2021-03-30T17:03:05.572Z] ---> ed5c292de060 [2021-03-30T17:03:05.572Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-30T17:03:05.572Z] ---> Running in 18debf7a0cf5 [2021-03-30T17:03:05.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T17:03:05.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T17:03:06.438Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-30T17:03:06.438Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-30T17:03:06.438Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-30T17:03:06.438Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-30T17:03:06.438Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-30T17:03:06.438Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-30T17:03:06.438Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-30T17:03:06.438Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T17:03:06.438Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T17:03:06.708Z] OK: 9 MiB in 21 packages [2021-03-30T17:03:08.159Z] Removing intermediate container 18debf7a0cf5 [2021-03-30T17:03:08.159Z] ---> 9639e06dda5f [2021-03-30T17:03:08.159Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-30T17:03:08.758Z] ---> d3a833954776 [2021-03-30T17:03:08.758Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-30T17:03:09.728Z] ---> 9118083c10e7 [2021-03-30T17:03:09.728Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-30T17:03:10.317Z] ---> 441cf32b6f80 [2021-03-30T17:03:10.317Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-30T17:03:11.747Z] ---> c19a693a9e40 [2021-03-30T17:03:11.747Z] Step 22/27 : EXPOSE 48095 [2021-03-30T17:03:11.747Z] ---> Running in d9e9c25e3f22 [2021-03-30T17:03:12.018Z] Removing intermediate container d9e9c25e3f22 [2021-03-30T17:03:12.018Z] ---> 20cfddccdb78 [2021-03-30T17:03:12.018Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-30T17:03:12.290Z] ---> Running in 90b16a564bfb [2021-03-30T17:03:12.887Z] Removing intermediate container 90b16a564bfb [2021-03-30T17:03:12.888Z] ---> b2b4bfa38f03 [2021-03-30T17:03:12.888Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T17:03:12.888Z] ---> Running in 6244726eeaa2 [2021-03-30T17:03:13.480Z] Removing intermediate container 6244726eeaa2 [2021-03-30T17:03:13.480Z] ---> b672452ab349 [2021-03-30T17:03:13.480Z] Step 25/27 : LABEL arch=arm64 [2021-03-30T17:03:13.480Z] ---> Running in ba8692e2bb98 [2021-03-30T17:03:14.074Z] Removing intermediate container ba8692e2bb98 [2021-03-30T17:03:14.074Z] ---> fb9e7b700916 [2021-03-30T17:03:14.074Z] Step 26/27 : LABEL git_sha=4992cc8f9ac9cc08fe433966063c723d57985e9f [2021-03-30T17:03:14.074Z] ---> Running in 0a92a4a52ff8 [2021-03-30T17:03:14.666Z] Removing intermediate container 0a92a4a52ff8 [2021-03-30T17:03:14.666Z] ---> d6f191d811d7 [2021-03-30T17:03:14.666Z] Step 27/27 : LABEL version=2.0.0-dev.27 [2021-03-30T17:03:14.666Z] ---> Running in 6f04164bc8fe [2021-03-30T17:03:15.262Z] Removing intermediate container 6f04164bc8fe [2021-03-30T17:03:15.262Z] ---> 422d7e31abd6 [2021-03-30T17:03:15.262Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-30T17:03:15.262Z] Successfully built 422d7e31abd6 [2021-03-30T17:03:15.262Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T17:03:15.734Z] provisioning config files... [2021-03-30T17:03:15.764Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/97@tmp/config1166701689410667876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:03:16.148Z] ---> docker-login.sh [2021-03-30T17:03:16.148Z] nexus3.edgexfoundry.org:10001 [2021-03-30T17:03:16.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:03:16.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:03:16.692Z] Configure a credential helper to remove this warning. See [2021-03-30T17:03:16.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:03:16.692Z] [2021-03-30T17:03:16.692Z] Login Succeeded [2021-03-30T17:03:16.692Z] nexus3.edgexfoundry.org:10002 [2021-03-30T17:03:16.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:03:17.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:03:17.239Z] Configure a credential helper to remove this warning. See [2021-03-30T17:03:17.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:03:17.239Z] [2021-03-30T17:03:17.239Z] Login Succeeded [2021-03-30T17:03:17.239Z] nexus3.edgexfoundry.org:10003 [2021-03-30T17:03:17.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:03:17.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:03:17.785Z] Configure a credential helper to remove this warning. See [2021-03-30T17:03:17.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:03:17.785Z] [2021-03-30T17:03:17.785Z] Login Succeeded [2021-03-30T17:03:17.785Z] nexus3.edgexfoundry.org:10004 [2021-03-30T17:03:18.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:03:18.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:03:18.336Z] Configure a credential helper to remove this warning. See [2021-03-30T17:03:18.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:03:18.336Z] [2021-03-30T17:03:18.336Z] Login Succeeded [2021-03-30T17:03:18.336Z] docker.io [2021-03-30T17:03:18.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:03:18.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:03:18.879Z] Configure a credential helper to remove this warning. See [2021-03-30T17:03:18.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:03:18.879Z] [2021-03-30T17:03:18.879Z] Login Succeeded [2021-03-30T17:03:18.879Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T17:03:18.896Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-30T17:03:19.148Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-03-30T17:03:19.148Z] 4992cc8f9ac9cc08fe433966063c723d57985e9f [2021-03-30T17:03:19.148Z] latest [2021-03-30T17:03:19.148Z] 2.0.0-dev.27 [2021-03-30T17:03:19.148Z] 4992cc8f9ac9cc08fe433966063c723d57985e9f-2.0.0-dev.27 [2021-03-30T17:03:19.148Z] master [2021-03-30T17:03:19.148Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:03:19.657Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4992cc8f9ac9cc08fe433966063c723d57985e9f [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:03:19.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4992cc8f9ac9cc08fe433966063c723d57985e9f [2021-03-30T17:03:19.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-30T17:03:19.989Z] 3f3b92db3de5: Preparing [2021-03-30T17:03:19.989Z] 749df287346c: Preparing [2021-03-30T17:03:19.989Z] b8ac8ec3bcea: Preparing [2021-03-30T17:03:19.989Z] e54d8e7c9b80: Preparing [2021-03-30T17:03:19.989Z] 11da6d692097: Preparing [2021-03-30T17:03:19.989Z] b0d13f50be31: Preparing [2021-03-30T17:03:19.989Z] b0d13f50be31: Waiting [2021-03-30T17:03:20.335Z] b8ac8ec3bcea: Pushed [2021-03-30T17:03:20.335Z] e54d8e7c9b80: Pushed [2021-03-30T17:03:20.335Z] 749df287346c: Pushed [2021-03-30T17:03:20.335Z] b0d13f50be31: Layer already exists [2021-03-30T17:03:21.316Z] 11da6d692097: Pushed [2021-03-30T17:03:23.924Z] 3f3b92db3de5: Pushed [2021-03-30T17:03:23.924Z] 4992cc8f9ac9cc08fe433966063c723d57985e9f: digest: sha256:1bc8ed11b4f5021ec21bf21f5b6b5cf433d3924284209bf0798efcf21f90a110 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:03:24.272Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:03:24.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-30T17:03:24.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-30T17:03:24.613Z] 3f3b92db3de5: Preparing [2021-03-30T17:03:24.613Z] 749df287346c: Preparing [2021-03-30T17:03:24.613Z] b8ac8ec3bcea: Preparing [2021-03-30T17:03:24.613Z] e54d8e7c9b80: Preparing [2021-03-30T17:03:24.613Z] 11da6d692097: Preparing [2021-03-30T17:03:24.613Z] b0d13f50be31: Preparing [2021-03-30T17:03:24.613Z] b0d13f50be31: Waiting [2021-03-30T17:03:24.613Z] e54d8e7c9b80: Layer already exists [2021-03-30T17:03:24.613Z] 749df287346c: Layer already exists [2021-03-30T17:03:24.613Z] b8ac8ec3bcea: Layer already exists [2021-03-30T17:03:24.613Z] 3f3b92db3de5: Layer already exists [2021-03-30T17:03:24.613Z] 11da6d692097: Layer already exists [2021-03-30T17:03:24.613Z] b0d13f50be31: Layer already exists [2021-03-30T17:03:24.884Z] latest: digest: sha256:1bc8ed11b4f5021ec21bf21f5b6b5cf433d3924284209bf0798efcf21f90a110 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:03:25.228Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:03:25.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.27 [2021-03-30T17:03:25.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-30T17:03:25.567Z] 3f3b92db3de5: Preparing [2021-03-30T17:03:25.567Z] 749df287346c: Preparing [2021-03-30T17:03:25.567Z] b8ac8ec3bcea: Preparing [2021-03-30T17:03:25.567Z] e54d8e7c9b80: Preparing [2021-03-30T17:03:25.567Z] 11da6d692097: Preparing [2021-03-30T17:03:25.567Z] b0d13f50be31: Preparing [2021-03-30T17:03:25.567Z] b0d13f50be31: Waiting [2021-03-30T17:03:25.567Z] 11da6d692097: Layer already exists [2021-03-30T17:03:25.567Z] 3f3b92db3de5: Layer already exists [2021-03-30T17:03:25.567Z] 749df287346c: Layer already exists [2021-03-30T17:03:25.567Z] e54d8e7c9b80: Layer already exists [2021-03-30T17:03:25.567Z] b8ac8ec3bcea: Layer already exists [2021-03-30T17:03:25.567Z] b0d13f50be31: Layer already exists [2021-03-30T17:03:25.840Z] 2.0.0-dev.27: digest: sha256:1bc8ed11b4f5021ec21bf21f5b6b5cf433d3924284209bf0798efcf21f90a110 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:03:26.182Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4992cc8f9ac9cc08fe433966063c723d57985e9f-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:03:26.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4992cc8f9ac9cc08fe433966063c723d57985e9f-2.0.0-dev.27 [2021-03-30T17:03:26.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-30T17:03:26.525Z] 3f3b92db3de5: Preparing [2021-03-30T17:03:26.525Z] 749df287346c: Preparing [2021-03-30T17:03:26.525Z] b8ac8ec3bcea: Preparing [2021-03-30T17:03:26.525Z] e54d8e7c9b80: Preparing [2021-03-30T17:03:26.525Z] 11da6d692097: Preparing [2021-03-30T17:03:26.525Z] b0d13f50be31: Preparing [2021-03-30T17:03:26.525Z] b0d13f50be31: Waiting [2021-03-30T17:03:26.525Z] b8ac8ec3bcea: Layer already exists [2021-03-30T17:03:26.525Z] 11da6d692097: Layer already exists [2021-03-30T17:03:26.525Z] e54d8e7c9b80: Layer already exists [2021-03-30T17:03:26.525Z] 749df287346c: Layer already exists [2021-03-30T17:03:26.525Z] 3f3b92db3de5: Layer already exists [2021-03-30T17:03:26.525Z] b0d13f50be31: Layer already exists [2021-03-30T17:03:26.800Z] 4992cc8f9ac9cc08fe433966063c723d57985e9f-2.0.0-dev.27: digest: sha256:1bc8ed11b4f5021ec21bf21f5b6b5cf433d3924284209bf0798efcf21f90a110 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:03:27.149Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:03:27.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-03-30T17:03:27.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-30T17:03:27.491Z] 3f3b92db3de5: Preparing [2021-03-30T17:03:27.491Z] 749df287346c: Preparing [2021-03-30T17:03:27.491Z] b8ac8ec3bcea: Preparing [2021-03-30T17:03:27.491Z] e54d8e7c9b80: Preparing [2021-03-30T17:03:27.491Z] 11da6d692097: Preparing [2021-03-30T17:03:27.491Z] b0d13f50be31: Preparing [2021-03-30T17:03:27.491Z] b0d13f50be31: Waiting [2021-03-30T17:03:27.761Z] e54d8e7c9b80: Layer already exists [2021-03-30T17:03:27.761Z] 11da6d692097: Layer already exists [2021-03-30T17:03:27.761Z] b8ac8ec3bcea: Layer already exists [2021-03-30T17:03:27.761Z] 3f3b92db3de5: Layer already exists [2021-03-30T17:03:27.761Z] 749df287346c: Layer already exists [2021-03-30T17:03:27.761Z] b0d13f50be31: Layer already exists [2021-03-30T17:03:27.761Z] master: digest: sha256:1bc8ed11b4f5021ec21bf21f5b6b5cf433d3924284209bf0798efcf21f90a110 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-30T17:03:27.968Z] ===================================================== [Pipeline] echo [2021-03-30T17:03:28.029Z] taggedImages: [2021-03-30T17:03:28.029Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4992cc8f9ac9cc08fe433966063c723d57985e9f [2021-03-30T17:03:28.029Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-30T17:03:28.029Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.27 [2021-03-30T17:03:28.029Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4992cc8f9ac9cc08fe433966063c723d57985e9f-2.0.0-dev.27 [2021-03-30T17:03:28.029Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:03:28.578Z] ---> job-cost.sh [2021-03-30T17:03:28.578Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zFXy [2021-03-30T17:04:15.564Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-30T17:05:52.379Z] lf-activate-venv(): INFO: Adding /tmp/venv-zFXy/bin to PATH [2021-03-30T17:05:52.379Z] INFO: No Stack... [2021-03-30T17:05:52.379Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-30T17:05:52.379Z] INFO: Archiving Costs [Pipeline] sh [2021-03-30T17:05:52.721Z] + cat /w/workspace/app-service-configurable/97/archives/cost.csv [2021-03-30T17:05:52.721Z] + cut -d, -f6 [Pipeline] lock [2021-03-30T17:05:52.836Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-97-stack-cost] [2021-03-30T17:05:52.849Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-97-stack-cost] did not exist. Created. [2021-03-30T17:05:52.849Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T17:05:53.299Z] /w/workspace/app-service-configurable/97@tmp/durable-9694d914/script.sh: 1: /w/workspace/app-service-configurable/97@tmp/durable-9694d914/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-30T17:05:53.650Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-30T17:05:53.711Z] Warning: overwriting stash ‘stack-cost’ [2021-03-30T17:05:53.889Z] Stashed 1 file(s) [Pipeline] } [2021-03-30T17:05:53.906Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-97-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-30T17:05:55.176Z] provisioning config files... [2021-03-30T17:05:55.187Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config2498747233658057307tmp [Pipeline] { [Pipeline] sh [2021-03-30T17:05:55.568Z] + set +x [2021-03-30T17:05:55.568Z] + curl -s https://codecov.io/bash [2021-03-30T17:05:55.568Z] + bash -s -- [2021-03-30T17:05:55.835Z] [2021-03-30T17:05:55.835Z] _____ _ [2021-03-30T17:05:55.835Z] / ____| | | [2021-03-30T17:05:55.835Z] | | ___ __| | ___ ___ _____ __ [2021-03-30T17:05:55.835Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-30T17:05:55.835Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-30T17:05:55.835Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-30T17:05:55.835Z] Bash-20210309-2b87ace [2021-03-30T17:05:55.835Z] [2021-03-30T17:05:55.835Z] [2021-03-30T17:05:55.835Z] ==> git version 2.24.3 found [2021-03-30T17:05:55.835Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-30T17:05:55.835Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-30T17:05:55.835Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-30T17:05:55.835Z] ==> Jenkins CI detected. [2021-03-30T17:05:55.835Z] project root: . [2021-03-30T17:05:55.835Z] --> token set from env [2021-03-30T17:05:55.835Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-30T17:05:55.835Z] ==> Running gcov in . (disable via -X gcov) [2021-03-30T17:05:55.835Z] ==> Python coveragepy not found [2021-03-30T17:05:55.835Z] ==> Searching for coverage reports in: [2021-03-30T17:05:55.835Z] + . [2021-03-30T17:05:55.835Z] -> Found 1 reports [2021-03-30T17:05:55.835Z] ==> Detecting git/mercurial file structure [2021-03-30T17:05:55.835Z] ==> Reading reports [2021-03-30T17:05:55.835Z] + ./coverage.out bytes=10 [2021-03-30T17:05:55.835Z] ==> Appending adjustments [2021-03-30T17:05:55.835Z] https://docs.codecov.io/docs/fixing-reports [2021-03-30T17:05:56.100Z] + Found adjustments [2021-03-30T17:05:56.100Z] ==> Gzipping contents [2021-03-30T17:05:56.100Z] 4.0K /tmp/codecov.MwS5iy.gz [2021-03-30T17:05:56.100Z] ==> Uploading reports [2021-03-30T17:05:56.100Z] url: https://codecov.io [2021-03-30T17:05:56.100Z] query: branch=master&commit=4992cc8f9ac9cc08fe433966063c723d57985e9f&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F97%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-30T17:05:56.100Z] -> Pinging Codecov [2021-03-30T17:05:56.100Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=4992cc8f9ac9cc08fe433966063c723d57985e9f&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F97%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-30T17:05:56.677Z] -> Uploading to [2021-03-30T17:05:56.677Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-30/A97CA9966030D2A3747ED39772930CCE/4992cc8f9ac9cc08fe433966063c723d57985e9f/ef0a24fc-1d4b-4a18-8db2-ddd80aad8c8b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210330%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210330T170556Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3486d5d87bef653275bd185a21418842e9cd5aeebea211944ce4fde24b598f5f [2021-03-30T17:05:56.677Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T17:05:56.677Z] Dload Upload Total Spent Left Speed [2021-03-30T17:05:56.940Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 919 --:--:-- --:--:-- --:--:-- 918 100 396 0 0 100 396 0 918 --:--:-- --:--:-- --:--:-- 918 [2021-03-30T17:05:56.940Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/4992cc8f9ac9cc08fe433966063c723d57985e9f [Pipeline] } [2021-03-30T17:05:56.951Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-30T17:05:57.918Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-30T17:05:57.975Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:05:58.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-30T17:05:58.350Z] [2021-03-30T17:05:58.350Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:05:58.722Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-30T17:05:58.722Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-30T17:05:58.722Z] 188c0c94c7c5: Pulling fs layer [2021-03-30T17:05:58.722Z] 0ef7d3d256c8: Pulling fs layer [2021-03-30T17:05:58.722Z] de9db76c5a1d: Pulling fs layer [2021-03-30T17:05:58.722Z] 0eba1c9be4d2: Pulling fs layer [2021-03-30T17:05:58.722Z] 0d57e429df01: Pulling fs layer [2021-03-30T17:05:58.722Z] 4e4be7b47b0d: Pulling fs layer [2021-03-30T17:05:58.722Z] e1f770b5df2f: Pulling fs layer [2021-03-30T17:05:58.722Z] 85a0685a4137: Pulling fs layer [2021-03-30T17:05:58.722Z] 0d57e429df01: Waiting [2021-03-30T17:05:58.722Z] 4e4be7b47b0d: Waiting [2021-03-30T17:05:58.722Z] e1f770b5df2f: Waiting [2021-03-30T17:05:58.722Z] 85a0685a4137: Waiting [2021-03-30T17:05:58.722Z] 0eba1c9be4d2: Waiting [2021-03-30T17:05:58.722Z] 0ef7d3d256c8: Verifying Checksum [2021-03-30T17:05:58.722Z] 0ef7d3d256c8: Download complete [2021-03-30T17:05:58.722Z] de9db76c5a1d: Verifying Checksum [2021-03-30T17:05:58.722Z] de9db76c5a1d: Download complete [2021-03-30T17:05:58.722Z] 0d57e429df01: Verifying Checksum [2021-03-30T17:05:58.722Z] 0d57e429df01: Download complete [2021-03-30T17:05:58.722Z] 188c0c94c7c5: Verifying Checksum [2021-03-30T17:05:58.722Z] 188c0c94c7c5: Download complete [2021-03-30T17:05:59.017Z] 4e4be7b47b0d: Verifying Checksum [2021-03-30T17:05:59.017Z] 4e4be7b47b0d: Download complete [2021-03-30T17:05:59.288Z] 188c0c94c7c5: Pull complete [2021-03-30T17:05:59.553Z] 0ef7d3d256c8: Pull complete [2021-03-30T17:05:59.822Z] de9db76c5a1d: Pull complete [2021-03-30T17:06:00.086Z] e1f770b5df2f: Verifying Checksum [2021-03-30T17:06:00.086Z] e1f770b5df2f: Download complete [2021-03-30T17:06:02.710Z] 0eba1c9be4d2: Verifying Checksum [2021-03-30T17:06:02.710Z] 0eba1c9be4d2: Download complete [2021-03-30T17:06:03.351Z] 85a0685a4137: Verifying Checksum [2021-03-30T17:06:03.351Z] 85a0685a4137: Download complete [2021-03-30T17:06:10.043Z] 0eba1c9be4d2: Pull complete [2021-03-30T17:06:10.043Z] 0d57e429df01: Pull complete [2021-03-30T17:06:10.043Z] 4e4be7b47b0d: Pull complete [2021-03-30T17:06:12.639Z] e1f770b5df2f: Pull complete [2021-03-30T17:06:20.862Z] 85a0685a4137: Pull complete [2021-03-30T17:06:20.862Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-30T17:06:20.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-30T17:06:20.862Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-30T17:06:21.066Z] prd-centos7-docker-4c-2g-32054 does not seem to be running inside a container [2021-03-30T17:06:21.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-30T17:06:22.284Z] $ docker top 274c8e5d267ff12462036ffb475f538267fb8825b161099e16973039e1078d6f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-30T17:06:22.556Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-30T17:06:22.859Z] + set -o pipefail [2021-03-30T17:06:22.859Z] + snyk monitor '--org=edgex-jenkins' [2021-03-30T17:06:37.844Z] [2021-03-30T17:06:37.844Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-03-30T17:06:37.844Z] [2021-03-30T17:06:37.844Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/29c91b4d-ae2e-4e32-90df-c0a2a3e606ad [2021-03-30T17:06:37.844Z] [2021-03-30T17:06:37.844Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-30T17:06:37.844Z] [2021-03-30T17:06:38.424Z] [2021-03-30T17:06:38.424Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-30T17:06:38.424Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-30T17:06:38.439Z] $ docker stop --time=1 274c8e5d267ff12462036ffb475f538267fb8825b161099e16973039e1078d6f [2021-03-30T17:06:41.571Z] $ docker rm -f 274c8e5d267ff12462036ffb475f538267fb8825b161099e16973039e1078d6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T17:06:44.904Z] + git log --format=format:%s -1 4992cc8f9ac9cc08fe433966063c723d57985e9f [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:06:45.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T17:06:45.216Z] . [Pipeline] withDockerContainer [2021-03-30T17:06:45.326Z] prd-centos7-docker-4c-2g-32054 does not seem to be running inside a container [2021-03-30T17:06:45.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T17:06:46.178Z] $ docker top 75c4d737e06354c3e499b0e906078b7f475ff35a5a7893ffdfa9d4474d272df8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T17:06:46.520Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T17:06:46.520Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T17:06:46.865Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T17:06:46.871Z] $ docker exec 75c4d737e06354c3e499b0e906078b7f475ff35a5a7893ffdfa9d4474d272df8 ssh-agent [2021-03-30T17:06:47.066Z] SSH_AUTH_SOCK=/tmp/ssh-sPCtut5Y7AW3/agent.12 [2021-03-30T17:06:47.066Z] SSH_AGENT_PID=18 [2021-03-30T17:06:47.075Z] Running ssh-add (command line suppressed) [2021-03-30T17:06:47.325Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8772494889907557923.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8772494889907557923.key) [2021-03-30T17:06:47.405Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T17:06:47.748Z] + git semver tag [2021-03-30T17:06:47.748Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T17:06:47.748Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-30T17:06:47.748Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-30T17:06:47.748Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T17:06:47.748Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T17:06:47.748Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T17:06:47.748Z] # $SEMVER_BRANCH = master [2021-03-30T17:06:47.748Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-30T17:06:47.748Z] # 4992cc8f9ac9cc08fe433966063c723d57985e9f HEAD [2021-03-30T17:06:47.748Z] # -> Force: false [2021-03-30T17:06:47.748Z] # 834f81f147c1acec8c2ef2aa930b329be691bb35 refs/tags/v2.0.0-dev.27 [Pipeline] } [2021-03-30T17:06:47.761Z] $ docker exec --env ******** --env ******** 75c4d737e06354c3e499b0e906078b7f475ff35a5a7893ffdfa9d4474d272df8 ssh-agent -k [2021-03-30T17:06:47.939Z] unset SSH_AUTH_SOCK; [2021-03-30T17:06:47.944Z] unset SSH_AGENT_PID; [2021-03-30T17:06:47.945Z] echo Agent pid 18 killed; [2021-03-30T17:06:47.996Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T17:06:48.516Z] + git semver [Pipeline] } [2021-03-30T17:06:48.537Z] $ docker stop --time=1 75c4d737e06354c3e499b0e906078b7f475ff35a5a7893ffdfa9d4474d272df8 [2021-03-30T17:06:50.209Z] $ docker rm -f 75c4d737e06354c3e499b0e906078b7f475ff35a5a7893ffdfa9d4474d272df8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:06:51.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-30T17:06:51.256Z] [2021-03-30T17:06:51.256Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:06:51.674Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-30T17:06:51.674Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-30T17:06:51.674Z] ab5ef0e58194: Pulling fs layer [2021-03-30T17:06:51.674Z] 9712f1f96733: Pulling fs layer [2021-03-30T17:06:51.674Z] 63f879dbbcfc: Pulling fs layer [2021-03-30T17:06:51.674Z] 0d9ebad4ef96: Pulling fs layer [2021-03-30T17:06:51.674Z] e9a5061849ea: Pulling fs layer [2021-03-30T17:06:51.674Z] d747dcd14b5f: Pulling fs layer [2021-03-30T17:06:51.674Z] 2de7ff778b66: Pulling fs layer [2021-03-30T17:06:51.674Z] e9a5061849ea: Waiting [2021-03-30T17:06:51.674Z] d747dcd14b5f: Waiting [2021-03-30T17:06:51.674Z] 0d9ebad4ef96: Waiting [2021-03-30T17:06:51.674Z] 9712f1f96733: Verifying Checksum [2021-03-30T17:06:51.674Z] 9712f1f96733: Download complete [2021-03-30T17:06:53.119Z] 63f879dbbcfc: Verifying Checksum [2021-03-30T17:06:53.119Z] 63f879dbbcfc: Download complete [2021-03-30T17:06:53.388Z] e9a5061849ea: Verifying Checksum [2021-03-30T17:06:53.388Z] e9a5061849ea: Download complete [2021-03-30T17:06:53.388Z] d747dcd14b5f: Verifying Checksum [2021-03-30T17:06:53.388Z] d747dcd14b5f: Download complete [2021-03-30T17:06:53.654Z] 2de7ff778b66: Verifying Checksum [2021-03-30T17:06:53.654Z] 2de7ff778b66: Download complete [2021-03-30T17:06:53.918Z] 0d9ebad4ef96: Verifying Checksum [2021-03-30T17:06:53.918Z] 0d9ebad4ef96: Download complete [2021-03-30T17:06:54.180Z] ab5ef0e58194: Verifying Checksum [2021-03-30T17:06:54.180Z] ab5ef0e58194: Download complete [2021-03-30T17:07:00.812Z] ab5ef0e58194: Pull complete [2021-03-30T17:07:00.812Z] 9712f1f96733: Pull complete [2021-03-30T17:07:03.395Z] 63f879dbbcfc: Pull complete [2021-03-30T17:07:11.653Z] 0d9ebad4ef96: Pull complete [2021-03-30T17:07:12.249Z] e9a5061849ea: Pull complete [2021-03-30T17:07:12.249Z] d747dcd14b5f: Pull complete [2021-03-30T17:07:14.838Z] 2de7ff778b66: Pull complete [2021-03-30T17:07:14.838Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-30T17:07:14.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-30T17:07:14.838Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-30T17:07:15.076Z] prd-centos7-docker-4c-2g-32054 does not seem to be running inside a container [2021-03-30T17:07:15.145Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-30T17:07:18.690Z] $ docker top 3e1a4b88688b011306a0ea47d71dabcac8ccfef4f7dca95123342f4b7b17a26b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-30T17:07:18.953Z] provisioning config files... [2021-03-30T17:07:18.963Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config38129501818183469tmp [2021-03-30T17:07:18.978Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config8429711789532400828tmp [2021-03-30T17:07:18.993Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config9055844895727334511tmp [Pipeline] { [Pipeline] echo [2021-03-30T17:07:19.049Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:07:19.351Z] ---> sigul-configuration.sh [2021-03-30T17:07:19.351Z] gpg: directory `/root/.gnupg' created [2021-03-30T17:07:19.351Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-30T17:07:19.351Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-30T17:07:19.351Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-30T17:07:19.351Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-30T17:07:19.351Z] gpg: CAST5 encrypted data [2021-03-30T17:07:19.613Z] gpg: encrypted with 1 passphrase [2021-03-30T17:07:19.613Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-30T17:07:19.916Z] + mkdir /home/jenkins [2021-03-30T17:07:19.916Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-30T17:07:20.218Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-30T17:07:20.228Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:07:20.526Z] ---> sigul-install.sh [2021-03-30T17:07:27.142Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-30T17:07:27.453Z] + git tag --list [2021-03-30T17:07:27.453Z] v1.0.0 [2021-03-30T17:07:27.453Z] v1.1.0 [2021-03-30T17:07:27.453Z] v1.2.0 [2021-03-30T17:07:27.453Z] v1.3.0 [2021-03-30T17:07:27.453Z] v1.3.1 [2021-03-30T17:07:27.453Z] v1.3.1-dev.1 [2021-03-30T17:07:27.453Z] v1.3.1-dev.2 [2021-03-30T17:07:27.453Z] v1.3.1-dev.3 [2021-03-30T17:07:27.453Z] v2.0.0-dev.1 [2021-03-30T17:07:27.453Z] v2.0.0-dev.10 [2021-03-30T17:07:27.453Z] v2.0.0-dev.11 [2021-03-30T17:07:27.453Z] v2.0.0-dev.12 [2021-03-30T17:07:27.453Z] v2.0.0-dev.13 [2021-03-30T17:07:27.453Z] v2.0.0-dev.14 [2021-03-30T17:07:27.453Z] v2.0.0-dev.15 [2021-03-30T17:07:27.453Z] v2.0.0-dev.16 [2021-03-30T17:07:27.453Z] v2.0.0-dev.17 [2021-03-30T17:07:27.453Z] v2.0.0-dev.18 [2021-03-30T17:07:27.453Z] v2.0.0-dev.19 [2021-03-30T17:07:27.453Z] v2.0.0-dev.2 [2021-03-30T17:07:27.453Z] v2.0.0-dev.20 [2021-03-30T17:07:27.453Z] v2.0.0-dev.21 [2021-03-30T17:07:27.453Z] v2.0.0-dev.22 [2021-03-30T17:07:27.453Z] v2.0.0-dev.23 [2021-03-30T17:07:27.453Z] v2.0.0-dev.24 [2021-03-30T17:07:27.453Z] v2.0.0-dev.25 [2021-03-30T17:07:27.453Z] v2.0.0-dev.26 [2021-03-30T17:07:27.453Z] v2.0.0-dev.27 [2021-03-30T17:07:27.453Z] v2.0.0-dev.3 [2021-03-30T17:07:27.453Z] v2.0.0-dev.4 [2021-03-30T17:07:27.453Z] v2.0.0-dev.5 [2021-03-30T17:07:27.453Z] v2.0.0-dev.6 [2021-03-30T17:07:27.453Z] v2.0.0-dev.7 [2021-03-30T17:07:27.453Z] v2.0.0-dev.8 [2021-03-30T17:07:27.453Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-30T17:07:27.767Z] + lftools sign git-tag v2.0.0-dev.27 [2021-03-30T17:07:29.162Z] Signing Git tag with Sigul... [2021-03-30T17:07:29.162Z] Signing v2.0.0-dev.27 [Pipeline] echo [2021-03-30T17:07:30.119Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:07:30.415Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-30T17:07:30.424Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-30T17:07:30.560Z] $ docker stop --time=1 3e1a4b88688b011306a0ea47d71dabcac8ccfef4f7dca95123342f4b7b17a26b [2021-03-30T17:07:32.114Z] $ docker rm -f 3e1a4b88688b011306a0ea47d71dabcac8ccfef4f7dca95123342f4b7b17a26b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:07:33.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T17:07:33.046Z] . [Pipeline] withDockerContainer [2021-03-30T17:07:33.147Z] prd-centos7-docker-4c-2g-32054 does not seem to be running inside a container [2021-03-30T17:07:33.196Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T17:07:33.934Z] $ docker top d5d9c3ab173f33ff9815b37e2fbde54d5400a158732df820a5b40dc4e69ae814 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T17:07:34.263Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T17:07:34.263Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T17:07:34.480Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T17:07:34.483Z] $ docker exec d5d9c3ab173f33ff9815b37e2fbde54d5400a158732df820a5b40dc4e69ae814 ssh-agent [2021-03-30T17:07:34.681Z] SSH_AUTH_SOCK=/tmp/ssh-TV74GMejkDti/agent.11 [2021-03-30T17:07:34.681Z] SSH_AGENT_PID=16 [2021-03-30T17:07:34.691Z] Running ssh-add (command line suppressed) [2021-03-30T17:07:34.824Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3664657484965549413.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3664657484965549413.key) [2021-03-30T17:07:34.888Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T17:07:35.241Z] + git semver bump pre [2021-03-30T17:07:35.241Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T17:07:35.241Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-30T17:07:35.241Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-30T17:07:35.241Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T17:07:35.241Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T17:07:35.241Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T17:07:35.241Z] # $SEMVER_BRANCH = master [2021-03-30T17:07:35.241Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-30T17:07:35.241Z] 2.0.0-dev.28 [Pipeline] } [2021-03-30T17:07:35.251Z] $ docker exec --env ******** --env ******** d5d9c3ab173f33ff9815b37e2fbde54d5400a158732df820a5b40dc4e69ae814 ssh-agent -k [2021-03-30T17:07:35.403Z] unset SSH_AUTH_SOCK; [2021-03-30T17:07:35.403Z] unset SSH_AGENT_PID; [2021-03-30T17:07:35.403Z] echo Agent pid 16 killed; [2021-03-30T17:07:35.462Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T17:07:35.929Z] + git semver [Pipeline] } [2021-03-30T17:07:35.955Z] $ docker stop --time=1 d5d9c3ab173f33ff9815b37e2fbde54d5400a158732df820a5b40dc4e69ae814 [2021-03-30T17:07:37.340Z] $ docker rm -f d5d9c3ab173f33ff9815b37e2fbde54d5400a158732df820a5b40dc4e69ae814 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:07:37.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T17:07:37.932Z] . [Pipeline] withDockerContainer [2021-03-30T17:07:38.068Z] prd-centos7-docker-4c-2g-32054 does not seem to be running inside a container [2021-03-30T17:07:38.114Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T17:07:38.962Z] $ docker top c2f071b3256cc9cd697cb9d37de6bf7251416129c73b25545d654cd1dd0ed50e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T17:07:39.282Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T17:07:39.282Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T17:07:39.491Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T17:07:39.494Z] $ docker exec c2f071b3256cc9cd697cb9d37de6bf7251416129c73b25545d654cd1dd0ed50e ssh-agent [2021-03-30T17:07:39.689Z] SSH_AUTH_SOCK=/tmp/ssh-UDPp76mrc01x/agent.12 [2021-03-30T17:07:39.689Z] SSH_AGENT_PID=17 [2021-03-30T17:07:39.697Z] Running ssh-add (command line suppressed) [2021-03-30T17:07:39.828Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2125934624665839639.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2125934624665839639.key) [2021-03-30T17:07:39.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T17:07:40.229Z] + git semver push [2021-03-30T17:07:40.229Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T17:07:40.229Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-30T17:07:40.229Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-30T17:07:40.229Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T17:07:40.229Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T17:07:40.229Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T17:07:40.229Z] # $SEMVER_BRANCH = master [2021-03-30T17:07:40.229Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-30T17:07:43.582Z] $ docker exec --env ******** --env ******** c2f071b3256cc9cd697cb9d37de6bf7251416129c73b25545d654cd1dd0ed50e ssh-agent -k [2021-03-30T17:07:43.710Z] unset SSH_AUTH_SOCK; [2021-03-30T17:07:43.712Z] unset SSH_AGENT_PID; [2021-03-30T17:07:43.712Z] echo Agent pid 17 killed; [2021-03-30T17:07:43.765Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T17:07:44.263Z] + git semver [Pipeline] } [2021-03-30T17:07:44.280Z] $ docker stop --time=1 c2f071b3256cc9cd697cb9d37de6bf7251416129c73b25545d654cd1dd0ed50e [2021-03-30T17:07:45.639Z] $ docker rm -f c2f071b3256cc9cd697cb9d37de6bf7251416129c73b25545d654cd1dd0ed50e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:07:47.116Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:07:48.002Z] ---> package-listing.sh [2021-03-30T17:07:48.002Z] ++ facter osfamily [2021-03-30T17:07:48.002Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-30T17:07:48.002Z] + OS_FAMILY=redhat [2021-03-30T17:07:48.002Z] + workspace=/w/workspace/_app-service-configurable_master [2021-03-30T17:07:48.002Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-30T17:07:48.002Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-30T17:07:48.002Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-30T17:07:48.002Z] + PACKAGES=/tmp/packages_start.txt [2021-03-30T17:07:48.002Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-30T17:07:48.002Z] + PACKAGES=/tmp/packages_end.txt [2021-03-30T17:07:48.002Z] + case "${OS_FAMILY}" in [2021-03-30T17:07:48.002Z] + rpm -qa [2021-03-30T17:07:48.002Z] + sort [2021-03-30T17:07:53.335Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-30T17:07:53.335Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-30T17:07:53.335Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-30T17:07:53.335Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-30T17:07:53.335Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-03-30T17:07:53.335Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-03-30T17:07:53.354Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-30T17:07:53.662Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:07:53.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T17:07:53.971Z] [2021-03-30T17:07:53.971Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:07:54.341Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T17:07:54.342Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-30T17:07:54.342Z] df20fa9351a1: Pulling fs layer [2021-03-30T17:07:54.342Z] 36b3adc4ff6f: Pulling fs layer [2021-03-30T17:07:54.342Z] 8ad3a11d3b57: Pulling fs layer [2021-03-30T17:07:54.342Z] 46f8f816bc3b: Pulling fs layer [2021-03-30T17:07:54.342Z] 93b61091891f: Pulling fs layer [2021-03-30T17:07:54.342Z] 93b9cdb0e59b: Pulling fs layer [2021-03-30T17:07:54.342Z] 5e14af77c1be: Pulling fs layer [2021-03-30T17:07:54.342Z] 01666e4c0597: Pulling fs layer [2021-03-30T17:07:54.342Z] aa168da1d23b: Pulling fs layer [2021-03-30T17:07:54.342Z] 93b9cdb0e59b: Waiting [2021-03-30T17:07:54.342Z] 5e14af77c1be: Waiting [2021-03-30T17:07:54.342Z] 01666e4c0597: Waiting [2021-03-30T17:07:54.342Z] aa168da1d23b: Waiting [2021-03-30T17:07:54.342Z] 46f8f816bc3b: Waiting [2021-03-30T17:07:54.342Z] 93b61091891f: Waiting [2021-03-30T17:07:54.342Z] 36b3adc4ff6f: Download complete [2021-03-30T17:07:54.342Z] 46f8f816bc3b: Verifying Checksum [2021-03-30T17:07:54.342Z] 46f8f816bc3b: Download complete [2021-03-30T17:07:54.342Z] df20fa9351a1: Verifying Checksum [2021-03-30T17:07:54.342Z] df20fa9351a1: Download complete [2021-03-30T17:07:54.342Z] 93b9cdb0e59b: Download complete [2021-03-30T17:07:54.604Z] 93b61091891f: Verifying Checksum [2021-03-30T17:07:54.604Z] 93b61091891f: Download complete [2021-03-30T17:07:54.604Z] 5e14af77c1be: Verifying Checksum [2021-03-30T17:07:54.604Z] 5e14af77c1be: Download complete [2021-03-30T17:07:54.604Z] 01666e4c0597: Verifying Checksum [2021-03-30T17:07:54.604Z] 01666e4c0597: Download complete [2021-03-30T17:07:54.604Z] 8ad3a11d3b57: Verifying Checksum [2021-03-30T17:07:54.604Z] 8ad3a11d3b57: Download complete [2021-03-30T17:07:54.870Z] df20fa9351a1: Pull complete [2021-03-30T17:07:55.453Z] 36b3adc4ff6f: Pull complete [2021-03-30T17:07:56.857Z] aa168da1d23b: Verifying Checksum [2021-03-30T17:07:56.857Z] aa168da1d23b: Download complete [2021-03-30T17:07:56.857Z] 8ad3a11d3b57: Pull complete [2021-03-30T17:07:57.126Z] 46f8f816bc3b: Pull complete [2021-03-30T17:07:57.391Z] 93b61091891f: Pull complete [2021-03-30T17:07:57.655Z] 93b9cdb0e59b: Pull complete [2021-03-30T17:07:57.655Z] 5e14af77c1be: Pull complete [2021-03-30T17:07:57.917Z] 01666e4c0597: Pull complete [2021-03-30T17:08:06.137Z] aa168da1d23b: Pull complete [2021-03-30T17:08:06.137Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-30T17:08:06.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T17:08:06.137Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-30T17:08:06.304Z] prd-centos7-docker-4c-2g-32054 does not seem to be running inside a container [2021-03-30T17:08:06.353Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-30T17:08:09.357Z] $ docker top ce00658da0b03b94a5201e674be359a4583156baa6232a2eef9167cb88fc72ce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T17:08:09.856Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-30T17:08:10.160Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-30T17:08:10.462Z] + ls /var/log/sa-host [2021-03-30T17:08:10.462Z] + sadf -c /var/log/sa-host/sa23 [2021-03-30T17:08:10.462Z] file_magic: OK [2021-03-30T17:08:10.462Z] HZ: Using current value: 100 [2021-03-30T17:08:10.462Z] file_header: OK [2021-03-30T17:08:10.462Z] 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-03-30T17:08:10.462Z] Statistics: [2021-03-30T17:08:10.462Z] Hnuu...uuuununununu... [2021-03-30T17:08:10.462Z] File successfully converted to sysstat format version 12.2.1 [2021-03-30T17:08:10.462Z] + sadf -c /var/log/sa-host/sa30 [2021-03-30T17:08:10.462Z] file_magic: OK [2021-03-30T17:08:10.462Z] HZ: Using current value: 100 [2021-03-30T17:08:10.462Z] file_header: OK [2021-03-30T17:08:10.462Z] 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-03-30T17:08:10.462Z] Statistics: [2021-03-30T17:08:10.462Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-30T17:08:10.462Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-30T17:08:11.105Z] provisioning config files... [2021-03-30T17:08:11.120Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1846827318006069295tmp [Pipeline] { [Pipeline] echo [2021-03-30T17:08:11.186Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:08:11.491Z] ---> create-netrc.sh [Pipeline] } [2021-03-30T17:08:11.505Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-30T17:08:11.617Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:08:11.915Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-30T17:08:11.927Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:08:12.225Z] ---> sudo-logs.sh [2021-03-30T17:08:12.225Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-30T17:08:12.289Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:08:12.587Z] ---> job-cost.sh [2021-03-30T17:08:12.587Z] lf-activate-venv: SKIPPING [2021-03-30T17:08:12.587Z] DEBUG: total: 0.20999999344348907 [2021-03-30T17:08:12.587Z] INFO: Retrieving Stack Cost... [2021-03-30T17:08:13.536Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-30T17:08:13.798Z] INFO: Archiving Costs [Pipeline] echo [2021-03-30T17:08:13.813Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:08:14.113Z] ---> logs-deploy.sh [2021-03-30T17:08:14.113Z] lf-activate-venv: SKIPPING [2021-03-30T17:08:14.114Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/97 [2021-03-30T17:08:14.114Z] INFO: archiving workspace using pattern(s): [2021-03-30T17:08:16.035Z] Archives upload complete. [2021-03-30T17:08:16.297Z] INFO: archiving logs to Nexus