Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 02c1bdd2e7c58c88f1181e55d1376c3df082b575 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29181’ Running on prd-centos7-docker-4c-2g-29185 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Checking out Revision 02c1bdd2e7c58c88f1181e55d1376c3df082b575 (master) Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 02c1bdd2e7c58c88f1181e55d1376c3df082b575 # timeout=10 Commit message: "feat: Add FilterBySourceName to profiles (#211)" > git rev-list --no-walk d52bde66c4c74a2b06dd088cff55547cc82baa37 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-09T17:48:36.974Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-09T17:48:37.263Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-09T17:48:37.373Z] ========================================================= [2021-03-09T17:48:37.373Z] EdgeX Global Pipelines Version Info [2021-03-09T17:48:37.373Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:48:39.980Z] ------------------- [2021-03-09T17:48:39.981Z] stable info: [2021-03-09T17:48:39.981Z] ------------------- [2021-03-09T17:48:39.981Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-09T17:48:39.981Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T17:48:39.981Z] Message: update stable to v1.0.184 [2021-03-09T17:48:40.995Z] ------------------- [2021-03-09T17:48:40.995Z] experimental info: [2021-03-09T17:48:40.995Z] ------------------- [2021-03-09T17:48:40.995Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-09T17:48:40.995Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T17:48:40.995Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-09T17:48:41.297Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-03-09T17:48:41.410Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-03-09T17:48:41.504Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-09T17:48:41.614Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-09T17:48:41.707Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-09T17:48:42.015Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-09T17:48:42.123Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-09T17:48:42.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-09T17:48:42.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-09T17:48:42.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-09T17:48:42.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-09T17:48:42.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-03-09T17:48:42.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-09T17:48:42.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-09T17:48:42.959Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T17:48:43.051Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T17:48:43.157Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-09T17:48:43.265Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-09T17:48:43.371Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-09T17:48:43.480Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-09T17:48:43.568Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-09T17:48:43.659Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-09T17:48:43.745Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-09T17:48:43.904Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-09T17:48:44.005Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-09T17:48:44.100Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-09T17:48:44.224Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-09T17:48:44.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-09T17:48:44.397Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-09T17:48:44.479Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 02c1bdd2e7c58c88f1181e55d1376c3df082b575 [Pipeline] echo [2021-03-09T17:48:44.570Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 02c1bdd [Pipeline] echo [2021-03-09T17:48:44.657Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T17:48:44.852Z] provisioning config files... [2021-03-09T17:48:44.898Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7668466043828926120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:48:45.273Z] ---> docker-login.sh [2021-03-09T17:48:45.273Z] nexus3.edgexfoundry.org:10001 [2021-03-09T17:48:45.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:48:46.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:48:46.139Z] Configure a credential helper to remove this warning. See [2021-03-09T17:48:46.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:48:46.139Z] [2021-03-09T17:48:46.139Z] Login Succeeded [2021-03-09T17:48:46.139Z] nexus3.edgexfoundry.org:10002 [2021-03-09T17:48:46.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:48:46.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:48:46.412Z] Configure a credential helper to remove this warning. See [2021-03-09T17:48:46.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:48:46.412Z] [2021-03-09T17:48:46.412Z] Login Succeeded [2021-03-09T17:48:46.412Z] nexus3.edgexfoundry.org:10003 [2021-03-09T17:48:46.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:48:46.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:48:46.747Z] Configure a credential helper to remove this warning. See [2021-03-09T17:48:46.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:48:46.747Z] [2021-03-09T17:48:46.747Z] Login Succeeded [2021-03-09T17:48:46.747Z] nexus3.edgexfoundry.org:10004 [2021-03-09T17:48:47.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:48:47.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:48:47.029Z] Configure a credential helper to remove this warning. See [2021-03-09T17:48:47.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:48:47.029Z] [2021-03-09T17:48:47.029Z] Login Succeeded [2021-03-09T17:48:47.029Z] docker.io [2021-03-09T17:48:48.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:48:48.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:48:48.025Z] Configure a credential helper to remove this warning. See [2021-03-09T17:48:48.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:48:48.025Z] [2021-03-09T17:48:48.025Z] Login Succeeded [2021-03-09T17:48:48.025Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T17:48:48.037Z] 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-09T17:48:48.851Z] + git log --format=format:%s -1 02c1bdd2e7c58c88f1181e55d1376c3df082b575 [Pipeline] echo [2021-03-09T17:48:48.941Z] GIT_COMMIT: 02c1bdd2e7c58c88f1181e55d1376c3df082b575, Commit Message: feat: Add FilterBySourceName to profiles (#211) [Pipeline] echo [2021-03-09T17:48:48.982Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:48:50.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T17:48:50.607Z] [2021-03-09T17:48:50.607Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:48:51.008Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T17:48:51.008Z] latest: Pulling from edgex-devops/git-semver [2021-03-09T17:48:51.008Z] 31603596830f: Pulling fs layer [2021-03-09T17:48:51.008Z] 2a8b12db71e7: Pulling fs layer [2021-03-09T17:48:51.008Z] 6ca5941a6612: Pulling fs layer [2021-03-09T17:48:51.008Z] ecc8261a40a4: Pulling fs layer [2021-03-09T17:48:51.008Z] ecc8261a40a4: Waiting [2021-03-09T17:48:51.008Z] 2a8b12db71e7: Verifying Checksum [2021-03-09T17:48:51.008Z] 2a8b12db71e7: Download complete [2021-03-09T17:48:51.274Z] 31603596830f: Verifying Checksum [2021-03-09T17:48:51.274Z] 31603596830f: Download complete [2021-03-09T17:48:51.274Z] ecc8261a40a4: Verifying Checksum [2021-03-09T17:48:51.274Z] ecc8261a40a4: Download complete [2021-03-09T17:48:51.274Z] 6ca5941a6612: Verifying Checksum [2021-03-09T17:48:51.274Z] 6ca5941a6612: Download complete [2021-03-09T17:48:51.902Z] 31603596830f: Pull complete [2021-03-09T17:48:52.210Z] 2a8b12db71e7: Pull complete [2021-03-09T17:48:54.259Z] 6ca5941a6612: Pull complete [2021-03-09T17:48:54.862Z] ecc8261a40a4: Pull complete [2021-03-09T17:48:54.862Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-09T17:48:55.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T17:48:55.140Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-09T17:48:55.522Z] prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container [2021-03-09T17:48:55.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-09T17:48:59.781Z] $ docker top 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T17:49:00.227Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T17:49:00.227Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T17:49:01.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T17:49:01.073Z] $ docker exec 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 ssh-agent [2021-03-09T17:49:01.768Z] SSH_AUTH_SOCK=/tmp/ssh-NpDmWIToniX3/agent.12 [2021-03-09T17:49:01.768Z] SSH_AGENT_PID=18 [2021-03-09T17:49:01.795Z] Running ssh-add (command line suppressed) [2021-03-09T17:49:02.560Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4428926848669620776.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4428926848669620776.key) [2021-03-09T17:49:02.779Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T17:49:03.590Z] + git tag --points-at HEAD [Pipeline] } [2021-03-09T17:49:03.632Z] $ docker exec --env ******** --env ******** 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 ssh-agent -k [2021-03-09T17:49:04.183Z] unset SSH_AUTH_SOCK; [2021-03-09T17:49:04.184Z] unset SSH_AGENT_PID; [2021-03-09T17:49:04.184Z] echo Agent pid 18 killed; [2021-03-09T17:49:04.291Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-09T17:49:04.427Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T17:49:04.428Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T17:49:05.709Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T17:49:05.714Z] $ docker exec 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 ssh-agent [2021-03-09T17:49:06.076Z] SSH_AUTH_SOCK=/tmp/ssh-RmGv2cPP3Anu/agent.47 [2021-03-09T17:49:06.076Z] SSH_AGENT_PID=52 [2021-03-09T17:49:06.086Z] Running ssh-add (command line suppressed) [2021-03-09T17:49:06.410Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1650178630269690464.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1650178630269690464.key) [2021-03-09T17:49:06.546Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T17:49:06.925Z] + git semver init [2021-03-09T17:49:06.925Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T17:49:06.925Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-09T17:49:06.925Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-09T17:49:06.925Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T17:49:06.925Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T17:49:06.925Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T17:49:06.925Z] # $SEMVER_BRANCH = master [2021-03-09T17:49:06.925Z] # $SEMVER_TEMP = /tmp/semver-531429783 [2021-03-09T17:49:06.925Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-03-09T17:49:07.514Z] # '/tmp/semver-531429783' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-03-09T17:49:07.514Z] # -> Force: false [2021-03-09T17:49:07.514Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-09T17:49:07.574Z] $ docker exec --env ******** --env ******** 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 ssh-agent -k [2021-03-09T17:49:08.023Z] unset SSH_AUTH_SOCK; [2021-03-09T17:49:08.025Z] unset SSH_AGENT_PID; [2021-03-09T17:49:08.025Z] echo Agent pid 52 killed; [2021-03-09T17:49:08.322Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T17:49:09.211Z] + git semver [Pipeline] } [2021-03-09T17:49:09.249Z] $ docker stop --time=1 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 [2021-03-09T17:49:11.456Z] $ docker rm -f 092545666e5673d05d5aab217c0c4650e43af2ae3ced456c5da348f81383ef15 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T17:49:12.083Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-09T17:49:12.824Z] Stashed 1 file(s) [Pipeline] echo [2021-03-09T17:49:12.828Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.22 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-03-09T17:49:28.307Z] Still waiting to schedule task [2021-03-09T17:49:28.307Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-09T17:49:28.309Z] Still waiting to schedule task [2021-03-09T17:49:28.309Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-09T17:51:36.625Z] Running on prd-centos7-docker-4c-2g-29188 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-09T17:51:36.685Z] Running in /w/workspace/app-service-configurable/92 [Pipeline] { [Pipeline] checkout [2021-03-09T17:51:38.951Z] using credential edgex-jenkins-ssh [2021-03-09T17:51:39.002Z] Cloning the remote Git repository [2021-03-09T17:51:39.032Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-09T17:51:39.106Z] > git init /w/workspace/app-service-configurable/92 # timeout=10 [2021-03-09T17:51:39.165Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-09T17:51:39.165Z] > git --version # timeout=10 [2021-03-09T17:51:39.173Z] > git --version # 'git version 2.24.3' [2021-03-09T17:51:39.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T17:51:39.207Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T17:51:39.818Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-09T17:51:39.825Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T17:51:39.839Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-09T17:51:39.853Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-09T17:51:39.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T17:51:39.857Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T17:51:40.241Z] Checking out Revision 02c1bdd2e7c58c88f1181e55d1376c3df082b575 (master) [2021-03-09T17:51:40.249Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T17:51:40.253Z] > git checkout -f 02c1bdd2e7c58c88f1181e55d1376c3df082b575 # timeout=10 [2021-03-09T17:51:43.884Z] Commit message: "feat: Add FilterBySourceName to profiles (#211)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T17:51:45.085Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-09T17:51:45.414Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T17:51:45.712Z] + sudo service docker restart [2021-03-09T17:51:45.712Z] + true [2021-03-09T17:51:45.712Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T17:51:46.723Z] provisioning config files... [2021-03-09T17:51:46.749Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/92@tmp/config8261267138018560755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:51:47.113Z] ---> docker-login.sh [2021-03-09T17:51:47.113Z] nexus3.edgexfoundry.org:10001 [2021-03-09T17:51:47.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:51:47.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:51:47.377Z] Configure a credential helper to remove this warning. See [2021-03-09T17:51:47.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:51:47.377Z] [2021-03-09T17:51:47.377Z] Login Succeeded [2021-03-09T17:51:47.377Z] nexus3.edgexfoundry.org:10002 [2021-03-09T17:51:47.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:51:47.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:51:47.640Z] Configure a credential helper to remove this warning. See [2021-03-09T17:51:47.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:51:47.640Z] [2021-03-09T17:51:47.640Z] Login Succeeded [2021-03-09T17:51:47.640Z] nexus3.edgexfoundry.org:10003 [2021-03-09T17:51:47.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:51:47.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:51:47.902Z] Configure a credential helper to remove this warning. See [2021-03-09T17:51:47.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:51:47.902Z] [2021-03-09T17:51:47.902Z] Login Succeeded [2021-03-09T17:51:47.902Z] nexus3.edgexfoundry.org:10004 [2021-03-09T17:51:47.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:51:48.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:51:48.165Z] Configure a credential helper to remove this warning. See [2021-03-09T17:51:48.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:51:48.165Z] [2021-03-09T17:51:48.165Z] Login Succeeded [2021-03-09T17:51:48.165Z] docker.io [2021-03-09T17:51:48.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:51:48.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:51:48.428Z] Configure a credential helper to remove this warning. See [2021-03-09T17:51:48.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:51:48.428Z] [2021-03-09T17:51:48.428Z] Login Succeeded [2021-03-09T17:51:48.428Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T17:51:48.438Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-09T17:51:48.799Z] ========================================================= [2021-03-09T17:51:48.799Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-09T17:51:48.799Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:51:49.140Z] + 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-09T17:51:49.140Z] Sending build context to Docker daemon 97.28kB [2021-03-09T17:51:49.140Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T17:51:49.140Z] Step 2/8 : FROM ${BASE} [2021-03-09T17:51:49.140Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-09T17:51:49.140Z] 188c0c94c7c5: Pulling fs layer [2021-03-09T17:51:49.140Z] 0ef7d3d256c8: Pulling fs layer [2021-03-09T17:51:49.140Z] de9db76c5a1d: Pulling fs layer [2021-03-09T17:51:49.140Z] bca2f99d35d6: Pulling fs layer [2021-03-09T17:51:49.140Z] 93359f2a8cfa: Pulling fs layer [2021-03-09T17:51:49.140Z] 7c6f9722023f: Pulling fs layer [2021-03-09T17:51:49.140Z] a35cf1a2eb13: Pulling fs layer [2021-03-09T17:51:49.140Z] 93359f2a8cfa: Waiting [2021-03-09T17:51:49.140Z] 7c6f9722023f: Waiting [2021-03-09T17:51:49.140Z] a35cf1a2eb13: Waiting [2021-03-09T17:51:49.140Z] bca2f99d35d6: Waiting [2021-03-09T17:51:49.140Z] de9db76c5a1d: Verifying Checksum [2021-03-09T17:51:49.140Z] de9db76c5a1d: Download complete [2021-03-09T17:51:49.404Z] 0ef7d3d256c8: Verifying Checksum [2021-03-09T17:51:49.404Z] 0ef7d3d256c8: Download complete [2021-03-09T17:51:49.404Z] 93359f2a8cfa: Verifying Checksum [2021-03-09T17:51:49.404Z] 93359f2a8cfa: Download complete [2021-03-09T17:51:49.404Z] 188c0c94c7c5: Verifying Checksum [2021-03-09T17:51:49.404Z] 188c0c94c7c5: Download complete [2021-03-09T17:51:49.404Z] 7c6f9722023f: Verifying Checksum [2021-03-09T17:51:49.404Z] 7c6f9722023f: Download complete [2021-03-09T17:51:49.666Z] 188c0c94c7c5: Pull complete [2021-03-09T17:51:49.666Z] 0ef7d3d256c8: Pull complete [2021-03-09T17:51:49.928Z] de9db76c5a1d: Pull complete [2021-03-09T17:51:51.855Z] a35cf1a2eb13: Verifying Checksum [2021-03-09T17:51:51.855Z] a35cf1a2eb13: Download complete [2021-03-09T17:51:52.427Z] bca2f99d35d6: Verifying Checksum [2021-03-09T17:51:52.427Z] bca2f99d35d6: Download complete [2021-03-09T17:51:57.767Z] bca2f99d35d6: Pull complete [2021-03-09T17:51:57.767Z] 93359f2a8cfa: Pull complete [2021-03-09T17:51:57.767Z] 7c6f9722023f: Pull complete [2021-03-09T17:52:03.107Z] a35cf1a2eb13: Pull complete [2021-03-09T17:52:03.107Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-09T17:52:03.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-09T17:52:03.107Z] ---> a62c8e92a672 [2021-03-09T17:52:03.107Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-09T17:52:03.107Z] ---> Running in 1ef0cd9be754 [2021-03-09T17:52:03.107Z] Removing intermediate container 1ef0cd9be754 [2021-03-09T17:52:03.107Z] ---> ebed59b3ce0d [2021-03-09T17:52:03.107Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:52:03.107Z] ---> Running in af99dfda3a31 [2021-03-09T17:52:04.055Z] Removing intermediate container af99dfda3a31 [2021-03-09T17:52:04.055Z] ---> c8130da5b77a [2021-03-09T17:52:04.055Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-09T17:52:04.319Z] ---> Running in 00d6e23caf04 [2021-03-09T17:52:05.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T17:52:05.324Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29187 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-09T17:52:05.409Z] Running in /w/workspace/app-service-configurable/92 [Pipeline] { [Pipeline] checkout [2021-03-09T17:52:05.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T17:52:06.421Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-09T17:52:06.421Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-09T17:52:06.421Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-09T17:52:06.683Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-09T17:52:06.683Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T17:52:06.683Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-09T17:52:06.948Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:52:06.948Z] OK: 167 MiB in 45 packages [2021-03-09T17:52:07.523Z] Removing intermediate container 00d6e23caf04 [2021-03-09T17:52:07.523Z] ---> caae78655ce1 [2021-03-09T17:52:07.523Z] Step 6/8 : WORKDIR /app [2021-03-09T17:52:07.523Z] ---> Running in cf1e67b14720 [2021-03-09T17:52:07.786Z] Removing intermediate container cf1e67b14720 [2021-03-09T17:52:07.786Z] ---> 61843681c5b6 [2021-03-09T17:52:07.786Z] Step 7/8 : COPY . . [2021-03-09T17:52:08.049Z] ---> b0cee9da74e6 [2021-03-09T17:52:08.049Z] Step 8/8 : RUN go mod download [2021-03-09T17:52:08.049Z] ---> Running in 8150f531db25 [2021-03-09T17:52:09.820Z] using credential edgex-jenkins-ssh [2021-03-09T17:52:09.905Z] Cloning the remote Git repository [2021-03-09T17:52:09.953Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-09T17:52:10.063Z] > git init /w/workspace/app-service-configurable/92 # timeout=10 [2021-03-09T17:52:10.124Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-09T17:52:10.125Z] > git --version # timeout=10 [2021-03-09T17:52:10.139Z] > git --version # 'git version 2.17.1' [2021-03-09T17:52:10.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T17:52:10.232Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T17:52:11.411Z] Checking out Revision 02c1bdd2e7c58c88f1181e55d1376c3df082b575 (master) [2021-03-09T17:52:10.868Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-09T17:52:10.891Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T17:52:10.923Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-09T17:52:10.949Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-09T17:52:10.950Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T17:52:10.962Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T17:52:11.431Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T17:52:11.448Z] > git checkout -f 02c1bdd2e7c58c88f1181e55d1376c3df082b575 # timeout=10 [2021-03-09T17:52:15.711Z] Commit message: "feat: Add FilterBySourceName to profiles (#211)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T17:52:17.382Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-09T17:52:17.776Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T17:52:18.121Z] + + sudo service dockertrue restart [2021-03-09T17:52:18.121Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T17:52:20.836Z] provisioning config files... [2021-03-09T17:52:20.907Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/92@tmp/config731207988931752460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:52:21.393Z] ---> docker-login.sh [2021-03-09T17:52:21.393Z] nexus3.edgexfoundry.org:10001 [2021-03-09T17:52:22.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:52:22.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:52:22.655Z] Configure a credential helper to remove this warning. See [2021-03-09T17:52:22.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:52:22.655Z] [2021-03-09T17:52:22.655Z] Login Succeeded [2021-03-09T17:52:22.655Z] nexus3.edgexfoundry.org:10002 [2021-03-09T17:52:22.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:52:22.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:52:22.931Z] Configure a credential helper to remove this warning. See [2021-03-09T17:52:22.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:52:22.931Z] [2021-03-09T17:52:22.931Z] Login Succeeded [2021-03-09T17:52:22.931Z] nexus3.edgexfoundry.org:10003 [2021-03-09T17:52:23.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:52:23.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:52:23.527Z] Configure a credential helper to remove this warning. See [2021-03-09T17:52:23.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:52:23.527Z] [2021-03-09T17:52:23.527Z] Login Succeeded [2021-03-09T17:52:23.527Z] nexus3.edgexfoundry.org:10004 [2021-03-09T17:52:23.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:52:24.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:52:24.070Z] Configure a credential helper to remove this warning. See [2021-03-09T17:52:24.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:52:24.070Z] [2021-03-09T17:52:24.070Z] Login Succeeded [2021-03-09T17:52:24.070Z] docker.io [2021-03-09T17:52:24.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:52:24.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:52:24.615Z] Configure a credential helper to remove this warning. See [2021-03-09T17:52:24.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:52:24.615Z] [2021-03-09T17:52:24.615Z] Login Succeeded [2021-03-09T17:52:24.615Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T17:52:24.633Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-09T17:52:25.025Z] ========================================================= [2021-03-09T17:52:25.025Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-09T17:52:25.025Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:52:25.403Z] + 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-09T17:52:25.403Z] Sending build context to Docker daemon 97.28kB [2021-03-09T17:52:25.676Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T17:52:25.676Z] Step 2/8 : FROM ${BASE} [2021-03-09T17:52:25.676Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-09T17:52:25.676Z] 5f621e34cdf4: Pulling fs layer [2021-03-09T17:52:25.676Z] a4357932f1b6: Pulling fs layer [2021-03-09T17:52:25.676Z] 18c013af1878: Pulling fs layer [2021-03-09T17:52:25.676Z] 00ac8860ef70: Pulling fs layer [2021-03-09T17:52:25.676Z] 63d7cb157983: Pulling fs layer [2021-03-09T17:52:25.676Z] b116817d02f9: Pulling fs layer [2021-03-09T17:52:25.676Z] 745a02a5169b: Pulling fs layer [2021-03-09T17:52:25.676Z] b116817d02f9: Waiting [2021-03-09T17:52:25.676Z] 745a02a5169b: Waiting [2021-03-09T17:52:25.676Z] 00ac8860ef70: Waiting [2021-03-09T17:52:25.676Z] 63d7cb157983: Waiting [2021-03-09T17:52:25.676Z] 18c013af1878: Verifying Checksum [2021-03-09T17:52:25.676Z] 18c013af1878: Download complete [2021-03-09T17:52:25.960Z] a4357932f1b6: Verifying Checksum [2021-03-09T17:52:25.960Z] a4357932f1b6: Download complete [2021-03-09T17:52:25.960Z] 63d7cb157983: Verifying Checksum [2021-03-09T17:52:25.960Z] 63d7cb157983: Download complete [2021-03-09T17:52:25.960Z] 5f621e34cdf4: Verifying Checksum [2021-03-09T17:52:25.960Z] 5f621e34cdf4: Download complete [2021-03-09T17:52:25.960Z] b116817d02f9: Verifying Checksum [2021-03-09T17:52:25.960Z] b116817d02f9: Download complete [2021-03-09T17:52:26.563Z] 5f621e34cdf4: Pull complete [2021-03-09T17:52:27.172Z] a4357932f1b6: Pull complete [2021-03-09T17:52:27.793Z] 18c013af1878: Pull complete [2021-03-09T17:52:28.390Z] 745a02a5169b: Verifying Checksum [2021-03-09T17:52:28.390Z] 745a02a5169b: Download complete [2021-03-09T17:52:29.822Z] 00ac8860ef70: Verifying Checksum [2021-03-09T17:52:29.822Z] 00ac8860ef70: Download complete [2021-03-09T17:52:34.706Z] Removing intermediate container 8150f531db25 [2021-03-09T17:52:34.706Z] ---> 440cf358743e [2021-03-09T17:52:34.706Z] Successfully built 440cf358743e [2021-03-09T17:52:34.706Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:52:35.076Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T17:52:35.076Z] . [Pipeline] withDockerContainer [2021-03-09T17:52:35.185Z] prd-centos7-docker-4c-2g-29188 does not seem to be running inside a container [2021-03-09T17:52:35.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/92 -v /w/workspace/app-service-configurable/92:/w/workspace/app-service-configurable/92:rw,z -v /w/workspace/app-service-configurable/92@tmp:/w/workspace/app-service-configurable/92@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-09T17:52:36.107Z] $ docker top f20df88441634d98dce336f5dba6f2bb40a97c6a169db7089309bbb8b196bf08 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T17:52:36.663Z] + go version [2021-03-09T17:52:36.664Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-09T17:52:36.679Z] $ docker stop --time=1 f20df88441634d98dce336f5dba6f2bb40a97c6a169db7089309bbb8b196bf08 [2021-03-09T17:52:38.036Z] $ docker rm -f f20df88441634d98dce336f5dba6f2bb40a97c6a169db7089309bbb8b196bf08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:52:38.800Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T17:52:38.800Z] . [Pipeline] withDockerContainer [2021-03-09T17:52:38.898Z] prd-centos7-docker-4c-2g-29188 does not seem to be running inside a container [2021-03-09T17:52:38.947Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/92 -v /w/workspace/app-service-configurable/92:/w/workspace/app-service-configurable/92:rw,z -v /w/workspace/app-service-configurable/92@tmp:/w/workspace/app-service-configurable/92@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-09T17:52:39.647Z] $ docker top ce37d844717381830a10c9a3504c6b898c9b6cd25f3deda667f5ee59e986d989 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T17:52:39.990Z] 00ac8860ef70: Pull complete [2021-03-09T17:52:39.990Z] 63d7cb157983: Pull complete [2021-03-09T17:52:39.990Z] b116817d02f9: Pull complete [2021-03-09T17:52:40.141Z] + make test [2021-03-09T17:52:40.141Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-09T17:52:44.324Z] 745a02a5169b: Pull complete [2021-03-09T17:52:44.325Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-09T17:52:44.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-09T17:52:44.325Z] ---> b7e6874047d6 [2021-03-09T17:52:44.325Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-09T17:52:46.962Z] ---> Running in c03946e193ad [2021-03-09T17:52:47.233Z] Removing intermediate container c03946e193ad [2021-03-09T17:52:47.233Z] ---> 654af5a06852 [2021-03-09T17:52:47.233Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:52:47.505Z] ---> Running in b63d40612e00 [2021-03-09T17:52:50.129Z] Removing intermediate container b63d40612e00 [2021-03-09T17:52:50.129Z] ---> 43cc36f17eee [2021-03-09T17:52:50.129Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-09T17:52:50.129Z] ---> Running in bf0ba6d6700c [2021-03-09T17:52:50.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:52:51.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:52:52.293Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-09T17:52:52.293Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-09T17:52:52.293Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-09T17:52:52.564Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-09T17:52:52.564Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T17:52:52.837Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-09T17:52:52.837Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:52:52.837Z] OK: 144 MiB in 45 packages [2021-03-09T17:52:54.269Z] Removing intermediate container bf0ba6d6700c [2021-03-09T17:52:54.269Z] ---> a63b4628e604 [2021-03-09T17:52:54.269Z] Step 6/8 : WORKDIR /app [2021-03-09T17:52:54.542Z] ---> Running in e4f933e267f7 [2021-03-09T17:52:54.816Z] Removing intermediate container e4f933e267f7 [2021-03-09T17:52:54.816Z] ---> b3ec6e41b037 [2021-03-09T17:52:54.816Z] Step 7/8 : COPY . . [2021-03-09T17:52:55.151Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-09T17:52:55.151Z] CGO_ENABLED=1 go vet ./... [2021-03-09T17:52:55.728Z] gofmt -l . [2021-03-09T17:52:55.728Z] [ "`gofmt -l .`" = "" ] [2021-03-09T17:52:55.728Z] ./bin/test-go-mod-tidy.sh [2021-03-09T17:52:55.792Z] ---> 2ee1fde144b5 [2021-03-09T17:52:55.792Z] Step 8/8 : RUN go mod download [2021-03-09T17:52:55.792Z] ---> Running in 1384297df26b [2021-03-09T17:52:56.304Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-03-09T17:52:56.895Z] $ docker stop --time=1 ce37d844717381830a10c9a3504c6b898c9b6cd25f3deda667f5ee59e986d989 [2021-03-09T17:52:59.412Z] $ docker rm -f ce37d844717381830a10c9a3504c6b898c9b6cd25f3deda667f5ee59e986d989 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T17:53:00.105Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-09T17:53:00.460Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-09T17:53:03.756Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-09T17:53:04.058Z] + ls -al . [2021-03-09T17:53:04.058Z] total 92 [2021-03-09T17:53:04.058Z] drwxrwxr-x. 7 jenkins jenkins 4096 Mar 9 17:52 . [2021-03-09T17:53:04.058Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 9 17:51 .. [2021-03-09T17:53:04.058Z] -rw-rw-r--. 1 jenkins jenkins 7174 Mar 9 17:51 Attribution.txt [2021-03-09T17:53:04.058Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 9 17:51 bin [2021-03-09T17:53:04.058Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 9 17:52 coverage.out [2021-03-09T17:53:04.058Z] -rw-rw-r--. 1 jenkins jenkins 2032 Mar 9 17:51 Dockerfile [2021-03-09T17:53:04.058Z] -rw-rw-r--. 1 jenkins jenkins 970 Mar 9 17:51 Dockerfile.build [2021-03-09T17:53:04.058Z] -rw-rw-r--. 1 jenkins jenkins 119 Mar 9 17:51 .dockerignore [2021-03-09T17:53:04.058Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 9 17:51 .git [2021-03-09T17:53:04.058Z] drwxrwxr-x. 2 jenkins jenkins 81 Mar 9 17:51 .github [2021-03-09T17:53:04.058Z] -rw-rw-r--. 1 jenkins jenkins 111 Mar 9 17:51 .gitignore [2021-03-09T17:53:04.058Z] -rw-r--r--. 1 jenkins jenkins 136 Mar 9 17:52 go.mod [2021-03-09T17:53:04.058Z] -rw-r--r--. 1 jenkins jenkins 21311 Mar 9 17:52 go.sum [2021-03-09T17:53:04.058Z] -rw-rw-r--. 1 jenkins jenkins 687 Mar 9 17:51 Jenkinsfile [2021-03-09T17:53:04.058Z] -rw-rw-r--. 1 jenkins jenkins 10174 Mar 9 17:51 LICENSE [2021-03-09T17:53:04.058Z] -rw-rw-r--. 1 jenkins jenkins 1522 Mar 9 17:51 main.go [2021-03-09T17:53:04.058Z] -rw-rw-r--. 1 jenkins jenkins 1582 Mar 9 17:51 makefile [2021-03-09T17:53:04.058Z] -rw-rw-r--. 1 jenkins jenkins 1277 Mar 9 17:51 README.md [2021-03-09T17:53:04.058Z] drwxrwxr-x. 10 jenkins jenkins 173 Mar 9 17:51 res [2021-03-09T17:53:04.058Z] drwxrwxr-x. 4 jenkins jenkins 71 Mar 9 17:51 snap [2021-03-09T17:53:04.058Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 9 17:49 VERSION [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:04.375Z] + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=02c1bdd2e7c58c88f1181e55d1376c3df082b575 --label arch=amd64 --label version=2.0.0-dev.22 . [2021-03-09T17:53:04.375Z] Sending build context to Docker daemon 121.3kB [2021-03-09T17:53:04.375Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T17:53:04.375Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-09T17:53:04.375Z] ---> 440cf358743e [2021-03-09T17:53:04.375Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-09T17:53:04.638Z] ---> Running in 727d4856b96c [2021-03-09T17:53:04.638Z] Removing intermediate container 727d4856b96c [2021-03-09T17:53:04.638Z] ---> dd2f1f1bcd86 [2021-03-09T17:53:04.638Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-09T17:53:04.899Z] ---> Running in dfcc004ae44a [2021-03-09T17:53:04.900Z] Removing intermediate container dfcc004ae44a [2021-03-09T17:53:04.900Z] ---> eb7753b53d21 [2021-03-09T17:53:04.900Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-09T17:53:05.162Z] ---> Running in 96b5d00849e7 [2021-03-09T17:53:05.162Z] Removing intermediate container 96b5d00849e7 [2021-03-09T17:53:05.162Z] ---> ad8f893a7ecb [2021-03-09T17:53:05.162Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:53:05.426Z] ---> Running in b2ec731de99a [2021-03-09T17:53:06.373Z] Removing intermediate container b2ec731de99a [2021-03-09T17:53:06.373Z] ---> 2c9bfcee9015 [2021-03-09T17:53:06.373Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-09T17:53:06.373Z] ---> Running in 60fa9388e2ec [2021-03-09T17:53:06.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T17:53:07.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T17:53:08.106Z] OK: 167 MiB in 45 packages [2021-03-09T17:53:08.369Z] Removing intermediate container 60fa9388e2ec [2021-03-09T17:53:08.369Z] ---> f0397aba854e [2021-03-09T17:53:08.369Z] Step 8/27 : WORKDIR /app [2021-03-09T17:53:08.636Z] ---> Running in 9df36797afeb [2021-03-09T17:53:08.636Z] Removing intermediate container 9df36797afeb [2021-03-09T17:53:08.636Z] ---> b7a3f68f56cc [2021-03-09T17:53:08.636Z] Step 9/27 : COPY go.mod . [2021-03-09T17:53:08.901Z] ---> 0113cd2446f8 [2021-03-09T17:53:08.901Z] Step 10/27 : RUN go mod download [2021-03-09T17:53:08.901Z] ---> Running in 9795df887824 [2021-03-09T17:53:09.853Z] Removing intermediate container 9795df887824 [2021-03-09T17:53:09.853Z] ---> e3da83cad166 [2021-03-09T17:53:09.853Z] Step 11/27 : COPY . . [2021-03-09T17:53:10.116Z] ---> 44f8a2fa1c12 [2021-03-09T17:53:10.116Z] Step 12/27 : ARG MAKE="make build" [2021-03-09T17:53:10.379Z] ---> Running in 3f0be4860e3a [2021-03-09T17:53:10.379Z] Removing intermediate container 3f0be4860e3a [2021-03-09T17:53:10.379Z] ---> 40e03e1a90be [2021-03-09T17:53:10.379Z] Step 13/27 : RUN $MAKE [2021-03-09T17:53:10.641Z] ---> Running in 2486a3ded9df [2021-03-09T17:53:10.907Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.22" -o app-service-configurable [2021-03-09T17:53:22.589Z] Removing intermediate container 1384297df26b [2021-03-09T17:53:22.589Z] ---> 0e9c2e685184 [2021-03-09T17:53:22.589Z] Successfully built 0e9c2e685184 [2021-03-09T17:53:22.589Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:22.944Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T17:53:22.944Z] . [Pipeline] withDockerContainer [2021-03-09T17:53:23.226Z] prd-ubuntu18.04-docker-arm64-4c-16g-29187 does not seem to be running inside a container [2021-03-09T17:53:23.313Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/92 -v /w/workspace/app-service-configurable/92:/w/workspace/app-service-configurable/92:rw,z -v /w/workspace/app-service-configurable/92@tmp:/w/workspace/app-service-configurable/92@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-09T17:53:24.984Z] $ docker top 12a53b968f1ff9025a834037cc64b2876c62c2da5bdd44277535e39f0774abdc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T17:53:25.908Z] Removing intermediate container 2486a3ded9df [2021-03-09T17:53:25.908Z] ---> 73257d3bfe3e [2021-03-09T17:53:25.908Z] Step 14/27 : FROM alpine:3.12 [2021-03-09T17:53:25.908Z] 3.12: Pulling from library/alpine [2021-03-09T17:53:25.908Z] f84cab65f19f: Pulling fs layer [2021-03-09T17:53:25.908Z] f84cab65f19f: Download complete [2021-03-09T17:53:25.908Z] f84cab65f19f: Pull complete [2021-03-09T17:53:25.908Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T17:53:25.908Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T17:53:25.908Z] ---> 88dd2752d2ea [2021-03-09T17:53:25.908Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-09T17:53:25.908Z] ---> Running in 45da6b2a4f0b [2021-03-09T17:53:25.908Z] Removing intermediate container 45da6b2a4f0b [2021-03-09T17:53:25.908Z] ---> 88522360a00b [2021-03-09T17:53:25.908Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-09T17:53:25.908Z] ---> Running in 89b50e73b33c [2021-03-09T17:53:25.908Z] Removing intermediate container 89b50e73b33c [2021-03-09T17:53:25.908Z] ---> f62f33017c09 [2021-03-09T17:53:25.908Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-09T17:53:25.908Z] ---> Running in 451ee3bdea11 [2021-03-09T17:53:25.979Z] + go version [2021-03-09T17:53:25.980Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-09T17:53:26.005Z] $ docker stop --time=1 12a53b968f1ff9025a834037cc64b2876c62c2da5bdd44277535e39f0774abdc [2021-03-09T17:53:26.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T17:53:26.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T17:53:26.172Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-09T17:53:26.434Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-09T17:53:26.434Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-09T17:53:26.434Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-09T17:53:26.434Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-09T17:53:26.434Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-09T17:53:26.435Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-09T17:53:26.435Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:53:26.435Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T17:53:26.435Z] OK: 9 MiB in 21 packages [2021-03-09T17:53:27.826Z] Removing intermediate container 451ee3bdea11 [2021-03-09T17:53:27.826Z] ---> 661078df4156 [2021-03-09T17:53:27.826Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-09T17:53:27.826Z] ---> 0dc02287c56a [2021-03-09T17:53:27.826Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-09T17:53:27.904Z] $ docker rm -f 12a53b968f1ff9025a834037cc64b2876c62c2da5bdd44277535e39f0774abdc [2021-03-09T17:53:28.096Z] ---> 5ee5d4d759b8 [2021-03-09T17:53:28.097Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-09T17:53:28.369Z] ---> 7845304ab1c5 [2021-03-09T17:53:28.369Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:28.830Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T17:53:28.830Z] . [Pipeline] withDockerContainer [2021-03-09T17:53:28.942Z] ---> f918ad40da1a [2021-03-09T17:53:28.942Z] Step 22/27 : EXPOSE 48095 [2021-03-09T17:53:29.047Z] prd-ubuntu18.04-docker-arm64-4c-16g-29187 does not seem to be running inside a container [2021-03-09T17:53:29.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/92 -v /w/workspace/app-service-configurable/92:/w/workspace/app-service-configurable/92:rw,z -v /w/workspace/app-service-configurable/92@tmp:/w/workspace/app-service-configurable/92@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-09T17:53:29.208Z] ---> Running in 25368be5df20 [2021-03-09T17:53:29.208Z] Removing intermediate container 25368be5df20 [2021-03-09T17:53:29.208Z] ---> a58c8628b01c [2021-03-09T17:53:29.208Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-09T17:53:29.208Z] ---> Running in dd2b48cff54a [2021-03-09T17:53:29.470Z] Removing intermediate container dd2b48cff54a [2021-03-09T17:53:29.470Z] ---> 815c3159b099 [2021-03-09T17:53:29.470Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:53:29.470Z] ---> Running in 0bcde8e8fe3b [2021-03-09T17:53:29.731Z] Removing intermediate container 0bcde8e8fe3b [2021-03-09T17:53:29.731Z] ---> 47891f33bbaa [2021-03-09T17:53:29.731Z] Step 25/27 : LABEL arch=amd64 [2021-03-09T17:53:29.731Z] ---> Running in bcfc5b0127ce [2021-03-09T17:53:29.993Z] Removing intermediate container bcfc5b0127ce [2021-03-09T17:53:29.993Z] ---> e84c1fefee5a [2021-03-09T17:53:29.993Z] Step 26/27 : LABEL git_sha=02c1bdd2e7c58c88f1181e55d1376c3df082b575 [2021-03-09T17:53:29.993Z] ---> Running in 16ec230ac081 [2021-03-09T17:53:30.255Z] Removing intermediate container 16ec230ac081 [2021-03-09T17:53:30.255Z] ---> 7974cbe54a6a [2021-03-09T17:53:30.255Z] Step 27/27 : LABEL version=2.0.0-dev.22 [2021-03-09T17:53:30.255Z] ---> Running in ffc17c61813f [2021-03-09T17:53:30.255Z] Removing intermediate container ffc17c61813f [2021-03-09T17:53:30.255Z] ---> ebb950decd93 [2021-03-09T17:53:30.255Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-09T17:53:30.255Z] Successfully built ebb950decd93 [2021-03-09T17:53:30.514Z] $ docker top aae532131a52d5ce5785acfa984a1cbd15846a386d34863809cbaeec08adf23c -eo pid,comm [2021-03-09T17:53:30.517Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T17:53:31.409Z] provisioning config files... [2021-03-09T17:53:31.434Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/92@tmp/config479115765596607561tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:53:31.564Z] + make test [2021-03-09T17:53:31.564Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-09T17:53:31.818Z] ---> docker-login.sh [2021-03-09T17:53:31.818Z] nexus3.edgexfoundry.org:10001 [2021-03-09T17:53:31.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:53:32.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:53:32.084Z] Configure a credential helper to remove this warning. See [2021-03-09T17:53:32.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:53:32.084Z] [2021-03-09T17:53:32.084Z] Login Succeeded [2021-03-09T17:53:32.084Z] nexus3.edgexfoundry.org:10002 [2021-03-09T17:53:32.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:53:32.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:53:32.084Z] Configure a credential helper to remove this warning. See [2021-03-09T17:53:32.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:53:32.084Z] [2021-03-09T17:53:32.350Z] Login Succeeded [2021-03-09T17:53:32.350Z] nexus3.edgexfoundry.org:10003 [2021-03-09T17:53:32.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:53:32.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:53:32.612Z] Configure a credential helper to remove this warning. See [2021-03-09T17:53:32.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:53:32.612Z] [2021-03-09T17:53:32.612Z] Login Succeeded [2021-03-09T17:53:32.612Z] nexus3.edgexfoundry.org:10004 [2021-03-09T17:53:32.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:53:32.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:53:32.874Z] Configure a credential helper to remove this warning. See [2021-03-09T17:53:32.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:53:32.874Z] [2021-03-09T17:53:32.874Z] Login Succeeded [2021-03-09T17:53:32.874Z] docker.io [2021-03-09T17:53:32.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:53:33.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:53:33.137Z] Configure a credential helper to remove this warning. See [2021-03-09T17:53:33.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:53:33.137Z] [2021-03-09T17:53:33.137Z] Login Succeeded [2021-03-09T17:53:33.137Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T17:53:33.148Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-09T17:53:33.364Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-03-09T17:53:33.364Z] 02c1bdd2e7c58c88f1181e55d1376c3df082b575 [2021-03-09T17:53:33.364Z] latest [2021-03-09T17:53:33.364Z] 2.0.0-dev.22 [2021-03-09T17:53:33.365Z] 02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 [2021-03-09T17:53:33.365Z] master [2021-03-09T17:53:33.365Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:33.872Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:02c1bdd2e7c58c88f1181e55d1376c3df082b575 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:34.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:02c1bdd2e7c58c88f1181e55d1376c3df082b575 [2021-03-09T17:53:34.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-09T17:53:34.184Z] a6028279f5b7: Preparing [2021-03-09T17:53:34.184Z] 6305a70068dd: Preparing [2021-03-09T17:53:34.184Z] 0bcb765acadd: Preparing [2021-03-09T17:53:34.184Z] 9830c14b8982: Preparing [2021-03-09T17:53:34.184Z] f5013e82d470: Preparing [2021-03-09T17:53:34.184Z] 33e8713114f8: Preparing [2021-03-09T17:53:34.184Z] 33e8713114f8: Waiting [2021-03-09T17:53:34.448Z] 9830c14b8982: Pushed [2021-03-09T17:53:34.448Z] 0bcb765acadd: Pushed [2021-03-09T17:53:34.448Z] 33e8713114f8: Layer already exists [2021-03-09T17:53:34.448Z] 6305a70068dd: Pushed [2021-03-09T17:53:34.710Z] f5013e82d470: Pushed [2021-03-09T17:53:35.657Z] a6028279f5b7: Pushed [2021-03-09T17:53:35.918Z] 02c1bdd2e7c58c88f1181e55d1376c3df082b575: digest: sha256:ac3d9b5e564bfbc68a31693a96699f051539ee74efe33f2a831d49a98563a6a6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:36.229Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:36.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-09T17:53:36.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-09T17:53:36.530Z] a6028279f5b7: Preparing [2021-03-09T17:53:36.530Z] 6305a70068dd: Preparing [2021-03-09T17:53:36.530Z] 0bcb765acadd: Preparing [2021-03-09T17:53:36.530Z] 9830c14b8982: Preparing [2021-03-09T17:53:36.530Z] f5013e82d470: Preparing [2021-03-09T17:53:36.530Z] 33e8713114f8: Preparing [2021-03-09T17:53:36.530Z] 33e8713114f8: Waiting [2021-03-09T17:53:36.530Z] 0bcb765acadd: Layer already exists [2021-03-09T17:53:36.530Z] 6305a70068dd: Layer already exists [2021-03-09T17:53:36.530Z] f5013e82d470: Layer already exists [2021-03-09T17:53:36.530Z] a6028279f5b7: Layer already exists [2021-03-09T17:53:36.530Z] 9830c14b8982: Layer already exists [2021-03-09T17:53:36.530Z] 33e8713114f8: Layer already exists [2021-03-09T17:53:36.530Z] latest: digest: sha256:ac3d9b5e564bfbc68a31693a96699f051539ee74efe33f2a831d49a98563a6a6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:36.839Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:37.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.22 [2021-03-09T17:53:37.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-09T17:53:37.141Z] a6028279f5b7: Preparing [2021-03-09T17:53:37.141Z] 6305a70068dd: Preparing [2021-03-09T17:53:37.141Z] 0bcb765acadd: Preparing [2021-03-09T17:53:37.141Z] 9830c14b8982: Preparing [2021-03-09T17:53:37.141Z] f5013e82d470: Preparing [2021-03-09T17:53:37.141Z] 33e8713114f8: Preparing [2021-03-09T17:53:37.141Z] 33e8713114f8: Waiting [2021-03-09T17:53:37.141Z] 0bcb765acadd: Layer already exists [2021-03-09T17:53:37.141Z] a6028279f5b7: Layer already exists [2021-03-09T17:53:37.141Z] 6305a70068dd: Layer already exists [2021-03-09T17:53:37.141Z] f5013e82d470: Layer already exists [2021-03-09T17:53:37.141Z] 9830c14b8982: Layer already exists [2021-03-09T17:53:37.141Z] 33e8713114f8: Layer already exists [2021-03-09T17:53:37.141Z] 2.0.0-dev.22: digest: sha256:ac3d9b5e564bfbc68a31693a96699f051539ee74efe33f2a831d49a98563a6a6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:37.454Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:37.756Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 [2021-03-09T17:53:37.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-09T17:53:37.756Z] a6028279f5b7: Preparing [2021-03-09T17:53:37.756Z] 6305a70068dd: Preparing [2021-03-09T17:53:37.756Z] 0bcb765acadd: Preparing [2021-03-09T17:53:37.756Z] 9830c14b8982: Preparing [2021-03-09T17:53:37.756Z] f5013e82d470: Preparing [2021-03-09T17:53:37.756Z] 33e8713114f8: Preparing [2021-03-09T17:53:37.756Z] 33e8713114f8: Waiting [2021-03-09T17:53:37.756Z] 6305a70068dd: Layer already exists [2021-03-09T17:53:37.756Z] f5013e82d470: Layer already exists [2021-03-09T17:53:37.756Z] 9830c14b8982: Layer already exists [2021-03-09T17:53:37.756Z] 0bcb765acadd: Layer already exists [2021-03-09T17:53:37.756Z] a6028279f5b7: Layer already exists [2021-03-09T17:53:37.756Z] 33e8713114f8: Layer already exists [2021-03-09T17:53:37.756Z] 02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22: digest: sha256:ac3d9b5e564bfbc68a31693a96699f051539ee74efe33f2a831d49a98563a6a6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:38.066Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:53:38.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-03-09T17:53:38.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-09T17:53:38.371Z] a6028279f5b7: Preparing [2021-03-09T17:53:38.371Z] 6305a70068dd: Preparing [2021-03-09T17:53:38.371Z] 0bcb765acadd: Preparing [2021-03-09T17:53:38.371Z] 9830c14b8982: Preparing [2021-03-09T17:53:38.371Z] f5013e82d470: Preparing [2021-03-09T17:53:38.371Z] 33e8713114f8: Preparing [2021-03-09T17:53:38.371Z] 33e8713114f8: Waiting [2021-03-09T17:53:38.371Z] 0bcb765acadd: Layer already exists [2021-03-09T17:53:38.371Z] f5013e82d470: Layer already exists [2021-03-09T17:53:38.371Z] 9830c14b8982: Layer already exists [2021-03-09T17:53:38.371Z] a6028279f5b7: Layer already exists [2021-03-09T17:53:38.371Z] 6305a70068dd: Layer already exists [2021-03-09T17:53:38.371Z] 33e8713114f8: Layer already exists [2021-03-09T17:53:38.634Z] master: digest: sha256:ac3d9b5e564bfbc68a31693a96699f051539ee74efe33f2a831d49a98563a6a6 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-09T17:53:38.833Z] ===================================================== [Pipeline] echo [2021-03-09T17:53:38.883Z] taggedImages: [2021-03-09T17:53:38.883Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:02c1bdd2e7c58c88f1181e55d1376c3df082b575 [2021-03-09T17:53:38.883Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-09T17:53:38.883Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.22 [2021-03-09T17:53:38.883Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 [2021-03-09T17:53:38.883Z] - 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-09T17:53:39.645Z] ---> job-cost.sh [2021-03-09T17:53:39.645Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-s9ud [2021-03-09T17:53:54.583Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-09T17:54:10.618Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-09T17:54:10.618Z] CGO_ENABLED=1 go vet ./... [2021-03-09T17:54:17.350Z] gofmt -l . [2021-03-09T17:54:17.350Z] [ "`gofmt -l .`" = "" ] [2021-03-09T17:54:17.350Z] ./bin/test-go-mod-tidy.sh [2021-03-09T17:54:17.350Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-03-09T17:54:18.343Z] $ docker stop --time=1 aae532131a52d5ce5785acfa984a1cbd15846a386d34863809cbaeec08adf23c [2021-03-09T17:54:20.596Z] $ docker rm -f aae532131a52d5ce5785acfa984a1cbd15846a386d34863809cbaeec08adf23c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T17:54:21.334Z] lf-activate-venv(): INFO: Adding /tmp/venv-s9ud/bin to PATH [2021-03-09T17:54:21.334Z] INFO: No Stack... [2021-03-09T17:54:21.539Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-09T17:54:21.632Z] Warning: overwriting stash ‘coverage-report’ [2021-03-09T17:54:21.935Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-09T17:54:22.289Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T17:54:22.917Z] INFO: Archiving Costs [Pipeline] sh [2021-03-09T17:54:23.015Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-09T17:54:23.223Z] + cat /w/workspace/app-service-configurable/92/archives/cost.csv [2021-03-09T17:54:23.224Z] + cut -d, -f6 [Pipeline] lock [2021-03-09T17:54:23.293Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] [2021-03-09T17:54:23.308Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] did not exist. Created. [2021-03-09T17:54:23.309Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] [Pipeline] { [Pipeline] unstash [2021-03-09T17:54:23.398Z] + ls -al . [2021-03-09T17:54:23.398Z] total 116 [2021-03-09T17:54:23.398Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 9 17:54 . [2021-03-09T17:54:23.398Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 17:52 .. [2021-03-09T17:54:23.398Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 9 17:52 .dockerignore [2021-03-09T17:54:23.398Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 17:52 .git [2021-03-09T17:54:23.398Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 17:52 .github [2021-03-09T17:54:23.398Z] -rw-rw-r-- 1 jenkins jenkins 111 Mar 9 17:52 .gitignore [2021-03-09T17:54:23.398Z] -rw-rw-r-- 1 jenkins jenkins 7174 Mar 9 17:52 Attribution.txt [2021-03-09T17:54:23.398Z] -rw-rw-r-- 1 jenkins jenkins 2032 Mar 9 17:52 Dockerfile [2021-03-09T17:54:23.398Z] -rw-rw-r-- 1 jenkins jenkins 970 Mar 9 17:52 Dockerfile.build [2021-03-09T17:54:23.398Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 9 17:52 Jenkinsfile [2021-03-09T17:54:23.399Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 9 17:52 LICENSE [2021-03-09T17:54:23.399Z] -rw-rw-r-- 1 jenkins jenkins 1277 Mar 9 17:52 README.md [2021-03-09T17:54:23.399Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 9 17:49 VERSION [2021-03-09T17:54:23.399Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 17:52 bin [2021-03-09T17:54:23.399Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 9 17:53 coverage.out [2021-03-09T17:54:23.399Z] -rw-r--r-- 1 jenkins jenkins 136 Mar 9 17:54 go.mod [2021-03-09T17:54:23.399Z] -rw-r--r-- 1 jenkins jenkins 21311 Mar 9 17:54 go.sum [2021-03-09T17:54:23.399Z] -rw-rw-r-- 1 jenkins jenkins 1522 Mar 9 17:52 main.go [2021-03-09T17:54:23.399Z] -rw-rw-r-- 1 jenkins jenkins 1582 Mar 9 17:52 makefile [2021-03-09T17:54:23.399Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 9 17:52 res [2021-03-09T17:54:23.399Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 17:52 snap [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:54:23.702Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-09T17:54:23.845Z] + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=02c1bdd2e7c58c88f1181e55d1376c3df082b575 --label arch=arm64 --label version=2.0.0-dev.22 . [2021-03-09T17:54:23.846Z] Sending build context to Docker daemon 121.3kB [2021-03-09T17:54:23.857Z] Stashed 1 file(s) [Pipeline] } [2021-03-09T17:54:23.870Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2021-03-09T17:54:24.135Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T17:54:24.135Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-09T17:54:24.135Z] ---> 0e9c2e685184 [2021-03-09T17:54:24.135Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-03-09T17:54:24.420Z] ---> Running in 78cc2eff8228 [Pipeline] // stage [Pipeline] } [2021-03-09T17:54:25.017Z] Removing intermediate container 78cc2eff8228 [2021-03-09T17:54:25.017Z] ---> 724c26b32cc9 [2021-03-09T17:54:25.017Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-09T17:54:25.017Z] ---> Running in dd765e12037b [2021-03-09T17:54:25.292Z] Removing intermediate container dd765e12037b [2021-03-09T17:54:25.292Z] ---> fcdde478e7b9 [2021-03-09T17:54:25.292Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-09T17:54:25.567Z] ---> Running in c583b96683a5 [2021-03-09T17:54:26.158Z] Removing intermediate container c583b96683a5 [2021-03-09T17:54:26.158Z] ---> 8d73e43d15c5 [2021-03-09T17:54:26.158Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:54:26.158Z] ---> Running in 498448e8a57d [2021-03-09T17:54:28.136Z] Removing intermediate container 498448e8a57d [2021-03-09T17:54:28.136Z] ---> 8d1670781065 [2021-03-09T17:54:28.136Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-09T17:54:28.409Z] ---> Running in 9df5b6560679 [2021-03-09T17:54:29.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:54:30.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:54:30.992Z] OK: 144 MiB in 45 packages [2021-03-09T17:54:31.973Z] Removing intermediate container 9df5b6560679 [2021-03-09T17:54:31.973Z] ---> 6bc13f39a2d2 [2021-03-09T17:54:31.973Z] Step 8/27 : WORKDIR /app [2021-03-09T17:54:32.249Z] ---> Running in 637618cd51e9 [2021-03-09T17:54:32.851Z] Removing intermediate container 637618cd51e9 [2021-03-09T17:54:32.851Z] ---> b19acf2dd56b [2021-03-09T17:54:32.851Z] Step 9/27 : COPY go.mod . [2021-03-09T17:54:33.462Z] ---> 237a04e0b25a [2021-03-09T17:54:33.462Z] Step 10/27 : RUN go mod download [2021-03-09T17:54:33.462Z] ---> Running in c97179521140 [2021-03-09T17:54:36.111Z] Removing intermediate container c97179521140 [2021-03-09T17:54:36.111Z] ---> aef0bf5b426d [2021-03-09T17:54:36.111Z] Step 11/27 : COPY . . [2021-03-09T17:54:36.706Z] ---> 6624c9772ff9 [2021-03-09T17:54:36.706Z] Step 12/27 : ARG MAKE="make build" [2021-03-09T17:54:36.978Z] ---> Running in 461de9cb41a6 [2021-03-09T17:54:37.253Z] Removing intermediate container 461de9cb41a6 [2021-03-09T17:54:37.253Z] ---> cb8b0f8b5e47 [2021-03-09T17:54:37.253Z] Step 13/27 : RUN $MAKE [2021-03-09T17:54:37.526Z] ---> Running in 8ebd6c4b5d1a [2021-03-09T17:54:38.523Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.22" -o app-service-configurable [2021-03-09T17:55:17.548Z] Removing intermediate container 8ebd6c4b5d1a [2021-03-09T17:55:17.548Z] ---> 5ced64fe98bd [2021-03-09T17:55:17.548Z] Step 14/27 : FROM alpine:3.12 [2021-03-09T17:55:17.548Z] 3.12: Pulling from library/alpine [2021-03-09T17:55:17.548Z] dce8679b510e: Pulling fs layer [2021-03-09T17:55:17.548Z] dce8679b510e: Verifying Checksum [2021-03-09T17:55:17.548Z] dce8679b510e: Download complete [2021-03-09T17:55:17.548Z] dce8679b510e: Pull complete [2021-03-09T17:55:17.548Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T17:55:17.548Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T17:55:17.548Z] ---> d10569e2745f [2021-03-09T17:55:17.548Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-09T17:55:17.548Z] ---> Running in e07eb18abf0e [2021-03-09T17:55:17.822Z] Removing intermediate container e07eb18abf0e [2021-03-09T17:55:17.822Z] ---> 6f8ac629ae37 [2021-03-09T17:55:17.822Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-09T17:55:18.095Z] ---> Running in c874dbf9fb80 [2021-03-09T17:55:18.689Z] Removing intermediate container c874dbf9fb80 [2021-03-09T17:55:18.689Z] ---> 305a691b04b2 [2021-03-09T17:55:18.689Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-09T17:55:18.689Z] ---> Running in ace8e43df3b4 [2021-03-09T17:55:19.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:55:19.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:55:20.523Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-09T17:55:20.523Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-09T17:55:20.523Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-09T17:55:20.523Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-09T17:55:20.523Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-09T17:55:20.523Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-09T17:55:20.523Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-09T17:55:20.523Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:55:20.523Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T17:55:20.793Z] OK: 9 MiB in 21 packages [2021-03-09T17:55:22.246Z] Removing intermediate container ace8e43df3b4 [2021-03-09T17:55:22.246Z] ---> d27e2ffe870a [2021-03-09T17:55:22.246Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-09T17:55:23.223Z] ---> 3d7a4dde78d8 [2021-03-09T17:55:23.223Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-09T17:55:23.816Z] ---> f06eec1dfaf9 [2021-03-09T17:55:23.816Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-09T17:55:24.414Z] ---> 6eb38e4afc59 [2021-03-09T17:55:24.415Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-09T17:55:25.845Z] ---> 0079ca76fbb5 [2021-03-09T17:55:25.845Z] Step 22/27 : EXPOSE 48095 [2021-03-09T17:55:25.845Z] ---> Running in c2e5bb146276 [2021-03-09T17:55:26.441Z] Removing intermediate container c2e5bb146276 [2021-03-09T17:55:26.441Z] ---> f18590aa69c0 [2021-03-09T17:55:26.441Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-09T17:55:26.441Z] ---> Running in 70eb5f01fb09 [2021-03-09T17:55:27.036Z] Removing intermediate container 70eb5f01fb09 [2021-03-09T17:55:27.036Z] ---> fed970fb29a7 [2021-03-09T17:55:27.036Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:55:27.036Z] ---> Running in bcd24e9f2778 [2021-03-09T17:55:27.315Z] Removing intermediate container bcd24e9f2778 [2021-03-09T17:55:27.315Z] ---> 4d4cfdf5ee72 [2021-03-09T17:55:27.315Z] Step 25/27 : LABEL arch=arm64 [2021-03-09T17:55:27.587Z] ---> Running in 1695fa324344 [2021-03-09T17:55:28.182Z] Removing intermediate container 1695fa324344 [2021-03-09T17:55:28.182Z] ---> c0983d7e082e [2021-03-09T17:55:28.182Z] Step 26/27 : LABEL git_sha=02c1bdd2e7c58c88f1181e55d1376c3df082b575 [2021-03-09T17:55:28.182Z] ---> Running in 8282a345e504 [2021-03-09T17:55:28.457Z] Removing intermediate container 8282a345e504 [2021-03-09T17:55:28.457Z] ---> 64543c0af810 [2021-03-09T17:55:28.457Z] Step 27/27 : LABEL version=2.0.0-dev.22 [2021-03-09T17:55:28.732Z] ---> Running in 6f828c794c77 [2021-03-09T17:55:29.327Z] Removing intermediate container 6f828c794c77 [2021-03-09T17:55:29.327Z] ---> 1e24caf4ffd6 [2021-03-09T17:55:29.327Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-09T17:55:29.327Z] Successfully built 1e24caf4ffd6 [2021-03-09T17:55:29.327Z] 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-09T17:55:29.770Z] provisioning config files... [2021-03-09T17:55:29.801Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/92@tmp/config2917236886063652983tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:55:30.202Z] ---> docker-login.sh [2021-03-09T17:55:30.202Z] nexus3.edgexfoundry.org:10001 [2021-03-09T17:55:30.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:55:30.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:55:30.745Z] Configure a credential helper to remove this warning. See [2021-03-09T17:55:30.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:55:30.745Z] [2021-03-09T17:55:30.745Z] Login Succeeded [2021-03-09T17:55:30.745Z] nexus3.edgexfoundry.org:10002 [2021-03-09T17:55:31.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:55:31.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:55:31.291Z] Configure a credential helper to remove this warning. See [2021-03-09T17:55:31.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:55:31.291Z] [2021-03-09T17:55:31.291Z] Login Succeeded [2021-03-09T17:55:31.291Z] nexus3.edgexfoundry.org:10003 [2021-03-09T17:55:31.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:55:31.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:55:31.838Z] Configure a credential helper to remove this warning. See [2021-03-09T17:55:31.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:55:31.838Z] [2021-03-09T17:55:31.838Z] Login Succeeded [2021-03-09T17:55:31.838Z] nexus3.edgexfoundry.org:10004 [2021-03-09T17:55:32.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:55:32.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:55:32.383Z] Configure a credential helper to remove this warning. See [2021-03-09T17:55:32.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:55:32.383Z] [2021-03-09T17:55:32.383Z] Login Succeeded [2021-03-09T17:55:32.383Z] docker.io [2021-03-09T17:55:32.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T17:55:32.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T17:55:32.929Z] Configure a credential helper to remove this warning. See [2021-03-09T17:55:32.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T17:55:32.929Z] [2021-03-09T17:55:32.929Z] Login Succeeded [2021-03-09T17:55:32.929Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T17:55:32.947Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-09T17:55:33.202Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-03-09T17:55:33.202Z] 02c1bdd2e7c58c88f1181e55d1376c3df082b575 [2021-03-09T17:55:33.202Z] latest [2021-03-09T17:55:33.202Z] 2.0.0-dev.22 [2021-03-09T17:55:33.202Z] 02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 [2021-03-09T17:55:33.202Z] master [2021-03-09T17:55:33.202Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:55:33.998Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:02c1bdd2e7c58c88f1181e55d1376c3df082b575 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:55:34.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:02c1bdd2e7c58c88f1181e55d1376c3df082b575 [2021-03-09T17:55:34.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-09T17:55:34.333Z] aa4c54dec0d0: Preparing [2021-03-09T17:55:34.333Z] 4d949366d910: Preparing [2021-03-09T17:55:34.333Z] 2bd9eaab76dc: Preparing [2021-03-09T17:55:34.333Z] 83470e1279ae: Preparing [2021-03-09T17:55:34.333Z] 39fe061235a9: Preparing [2021-03-09T17:55:34.333Z] 02a88cfff88f: Preparing [2021-03-09T17:55:34.333Z] 02a88cfff88f: Waiting [2021-03-09T17:55:34.929Z] 4d949366d910: Pushed [2021-03-09T17:55:34.929Z] 83470e1279ae: Pushed [2021-03-09T17:55:34.929Z] 2bd9eaab76dc: Pushed [2021-03-09T17:55:34.929Z] 02a88cfff88f: Layer already exists [2021-03-09T17:55:35.519Z] 39fe061235a9: Pushed [2021-03-09T17:55:38.129Z] aa4c54dec0d0: Pushed [2021-03-09T17:55:38.399Z] 02c1bdd2e7c58c88f1181e55d1376c3df082b575: digest: sha256:0accd23fb38446bd2b66bb28d274470883dc083be1c37ef40d8f713d6bab1a7b size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:55:38.741Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:55:39.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-09T17:55:39.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-09T17:55:39.080Z] aa4c54dec0d0: Preparing [2021-03-09T17:55:39.080Z] 4d949366d910: Preparing [2021-03-09T17:55:39.080Z] 2bd9eaab76dc: Preparing [2021-03-09T17:55:39.080Z] 83470e1279ae: Preparing [2021-03-09T17:55:39.080Z] 39fe061235a9: Preparing [2021-03-09T17:55:39.080Z] 02a88cfff88f: Preparing [2021-03-09T17:55:39.080Z] 02a88cfff88f: Waiting [2021-03-09T17:55:39.080Z] 83470e1279ae: Layer already exists [2021-03-09T17:55:39.080Z] 4d949366d910: Layer already exists [2021-03-09T17:55:39.080Z] aa4c54dec0d0: Layer already exists [2021-03-09T17:55:39.080Z] 39fe061235a9: Layer already exists [2021-03-09T17:55:39.080Z] 2bd9eaab76dc: Layer already exists [2021-03-09T17:55:39.080Z] 02a88cfff88f: Layer already exists [2021-03-09T17:55:39.356Z] latest: digest: sha256:0accd23fb38446bd2b66bb28d274470883dc083be1c37ef40d8f713d6bab1a7b size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:55:39.704Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:55:40.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.22 [2021-03-09T17:55:40.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-09T17:55:40.039Z] aa4c54dec0d0: Preparing [2021-03-09T17:55:40.039Z] 4d949366d910: Preparing [2021-03-09T17:55:40.039Z] 2bd9eaab76dc: Preparing [2021-03-09T17:55:40.039Z] 83470e1279ae: Preparing [2021-03-09T17:55:40.039Z] 39fe061235a9: Preparing [2021-03-09T17:55:40.039Z] 02a88cfff88f: Preparing [2021-03-09T17:55:40.039Z] 02a88cfff88f: Waiting [2021-03-09T17:55:40.039Z] 39fe061235a9: Layer already exists [2021-03-09T17:55:40.039Z] 83470e1279ae: Layer already exists [2021-03-09T17:55:40.039Z] 2bd9eaab76dc: Layer already exists [2021-03-09T17:55:40.039Z] aa4c54dec0d0: Layer already exists [2021-03-09T17:55:40.039Z] 4d949366d910: Layer already exists [2021-03-09T17:55:40.039Z] 02a88cfff88f: Layer already exists [2021-03-09T17:55:40.310Z] 2.0.0-dev.22: digest: sha256:0accd23fb38446bd2b66bb28d274470883dc083be1c37ef40d8f713d6bab1a7b size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:55:40.649Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:55:40.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 [2021-03-09T17:55:40.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-09T17:55:40.989Z] aa4c54dec0d0: Preparing [2021-03-09T17:55:40.989Z] 4d949366d910: Preparing [2021-03-09T17:55:40.989Z] 2bd9eaab76dc: Preparing [2021-03-09T17:55:40.989Z] 83470e1279ae: Preparing [2021-03-09T17:55:40.989Z] 39fe061235a9: Preparing [2021-03-09T17:55:40.989Z] 02a88cfff88f: Preparing [2021-03-09T17:55:40.989Z] 02a88cfff88f: Waiting [2021-03-09T17:55:41.261Z] 39fe061235a9: Layer already exists [2021-03-09T17:55:41.261Z] 83470e1279ae: Layer already exists [2021-03-09T17:55:41.261Z] aa4c54dec0d0: Layer already exists [2021-03-09T17:55:41.261Z] 4d949366d910: Layer already exists [2021-03-09T17:55:41.261Z] 2bd9eaab76dc: Layer already exists [2021-03-09T17:55:41.261Z] 02a88cfff88f: Layer already exists [2021-03-09T17:55:41.261Z] 02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22: digest: sha256:0accd23fb38446bd2b66bb28d274470883dc083be1c37ef40d8f713d6bab1a7b size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:55:41.604Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:55:41.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-03-09T17:55:41.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-09T17:55:41.952Z] aa4c54dec0d0: Preparing [2021-03-09T17:55:41.952Z] 4d949366d910: Preparing [2021-03-09T17:55:41.952Z] 2bd9eaab76dc: Preparing [2021-03-09T17:55:41.952Z] 83470e1279ae: Preparing [2021-03-09T17:55:41.952Z] 39fe061235a9: Preparing [2021-03-09T17:55:41.952Z] 02a88cfff88f: Preparing [2021-03-09T17:55:41.952Z] 02a88cfff88f: Waiting [2021-03-09T17:55:41.952Z] 39fe061235a9: Layer already exists [2021-03-09T17:55:41.952Z] aa4c54dec0d0: Layer already exists [2021-03-09T17:55:41.952Z] 83470e1279ae: Layer already exists [2021-03-09T17:55:42.222Z] 2bd9eaab76dc: Layer already exists [2021-03-09T17:55:42.222Z] 4d949366d910: Layer already exists [2021-03-09T17:55:42.222Z] 02a88cfff88f: Layer already exists [2021-03-09T17:55:42.222Z] master: digest: sha256:0accd23fb38446bd2b66bb28d274470883dc083be1c37ef40d8f713d6bab1a7b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-09T17:55:42.428Z] ===================================================== [Pipeline] echo [2021-03-09T17:55:42.479Z] taggedImages: [2021-03-09T17:55:42.479Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:02c1bdd2e7c58c88f1181e55d1376c3df082b575 [2021-03-09T17:55:42.479Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-09T17:55:42.479Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.22 [2021-03-09T17:55:42.479Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:02c1bdd2e7c58c88f1181e55d1376c3df082b575-2.0.0-dev.22 [2021-03-09T17:55:42.479Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:55:43.119Z] ---> job-cost.sh [2021-03-09T17:55:43.119Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ps7z [2021-03-09T17:56:22.089Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-09T17:57:58.817Z] lf-activate-venv(): INFO: Adding /tmp/venv-ps7z/bin to PATH [2021-03-09T17:57:58.817Z] INFO: No Stack... [2021-03-09T17:57:58.817Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-09T17:57:58.817Z] INFO: Archiving Costs [Pipeline] sh [2021-03-09T17:57:59.166Z] + cat /w/workspace/app-service-configurable/92/archives/cost.csv [2021-03-09T17:57:59.166Z] + cut -d, -f6 [Pipeline] lock [2021-03-09T17:57:59.291Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] [2021-03-09T17:57:59.302Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] did not exist. Created. [2021-03-09T17:57:59.302Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-09T17:57:59.756Z] /w/workspace/app-service-configurable/92@tmp/durable-a50fee96/script.sh: 1: /w/workspace/app-service-configurable/92@tmp/durable-a50fee96/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-09T17:58:00.111Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-09T17:58:00.195Z] Warning: overwriting stash ‘stack-cost’ [2021-03-09T17:58:00.346Z] Stashed 1 file(s) [Pipeline] } [2021-03-09T17:58:00.358Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-92-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-09T17:58:02.561Z] provisioning config files... [2021-03-09T17:58:02.594Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8468970400181959414tmp [Pipeline] { [Pipeline] sh [2021-03-09T17:58:03.004Z] + set +x [2021-03-09T17:58:03.004Z] + curl -s https://codecov.io/bash [2021-03-09T17:58:03.004Z] + bash -s -- [2021-03-09T17:58:03.318Z] [2021-03-09T17:58:03.318Z] _____ _ [2021-03-09T17:58:03.318Z] / ____| | | [2021-03-09T17:58:03.318Z] | | ___ __| | ___ ___ _____ __ [2021-03-09T17:58:03.318Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-09T17:58:03.318Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-09T17:58:03.318Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-09T17:58:03.318Z] Bash-20210309-2b87ace [2021-03-09T17:58:03.318Z] [2021-03-09T17:58:03.318Z] [2021-03-09T17:58:03.318Z] ==> git version 2.24.3 found [2021-03-09T17:58:03.318Z] ==> 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-09T17:58:03.318Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-09T17:58:03.318Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-09T17:58:03.583Z] ==> Jenkins CI detected. [2021-03-09T17:58:03.583Z] project root: . [2021-03-09T17:58:03.583Z] --> token set from env [2021-03-09T17:58:03.583Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-09T17:58:03.583Z] ==> Running gcov in . (disable via -X gcov) [2021-03-09T17:58:03.583Z] ==> Python coveragepy not found [2021-03-09T17:58:03.583Z] ==> Searching for coverage reports in: [2021-03-09T17:58:03.583Z] + . [2021-03-09T17:58:03.583Z] -> Found 1 reports [2021-03-09T17:58:03.583Z] ==> Detecting git/mercurial file structure [2021-03-09T17:58:03.583Z] ==> Reading reports [2021-03-09T17:58:03.583Z] + ./coverage.out bytes=10 [2021-03-09T17:58:03.583Z] ==> Appending adjustments [2021-03-09T17:58:03.583Z] https://docs.codecov.io/docs/fixing-reports [2021-03-09T17:58:03.583Z] + Found adjustments [2021-03-09T17:58:03.583Z] ==> Gzipping contents [2021-03-09T17:58:03.583Z] 4.0K /tmp/codecov.phLmef.gz [2021-03-09T17:58:03.583Z] ==> Uploading reports [2021-03-09T17:58:03.583Z] url: https://codecov.io [2021-03-09T17:58:03.583Z] query: branch=master&commit=02c1bdd2e7c58c88f1181e55d1376c3df082b575&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F92%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-09T17:58:03.583Z] -> Pinging Codecov [2021-03-09T17:58:03.583Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=02c1bdd2e7c58c88f1181e55d1376c3df082b575&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F92%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-09T17:58:04.536Z] -> Uploading to [2021-03-09T17:58:04.536Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-09/A97CA9966030D2A3747ED39772930CCE/02c1bdd2e7c58c88f1181e55d1376c3df082b575/3323ebae-4cbe-437a-9f29-5465dccbfa49.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T175804Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bee3ad77868ff4c063cbc2a64b09b8ca5947cec5418d741c6e52e66efa5cb4ae [2021-03-09T17:58:04.536Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T17:58:04.536Z] Dload Upload Total Spent Left Speed [2021-03-09T17:58:04.801Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 778 --:--:-- --:--:-- --:--:-- 777 100 392 0 0 100 392 0 778 --:--:-- --:--:-- --:--:-- 777 [2021-03-09T17:58:04.801Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/02c1bdd2e7c58c88f1181e55d1376c3df082b575 [Pipeline] } [2021-03-09T17:58:04.814Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-09T17:58:05.808Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-09T17:58:05.910Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:58:06.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-09T17:58:06.286Z] [2021-03-09T17:58:06.286Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:58:06.665Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-09T17:58:06.665Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-09T17:58:06.665Z] 188c0c94c7c5: Pulling fs layer [2021-03-09T17:58:06.665Z] 0ef7d3d256c8: Pulling fs layer [2021-03-09T17:58:06.665Z] de9db76c5a1d: Pulling fs layer [2021-03-09T17:58:06.665Z] 0eba1c9be4d2: Pulling fs layer [2021-03-09T17:58:06.665Z] 0d57e429df01: Pulling fs layer [2021-03-09T17:58:06.665Z] 4e4be7b47b0d: Pulling fs layer [2021-03-09T17:58:06.665Z] e1f770b5df2f: Pulling fs layer [2021-03-09T17:58:06.665Z] 85a0685a4137: Pulling fs layer [2021-03-09T17:58:06.665Z] 4e4be7b47b0d: Waiting [2021-03-09T17:58:06.665Z] e1f770b5df2f: Waiting [2021-03-09T17:58:06.665Z] 85a0685a4137: Waiting [2021-03-09T17:58:06.665Z] 0eba1c9be4d2: Waiting [2021-03-09T17:58:06.665Z] 0d57e429df01: Waiting [2021-03-09T17:58:06.665Z] de9db76c5a1d: Verifying Checksum [2021-03-09T17:58:06.665Z] de9db76c5a1d: Download complete [2021-03-09T17:58:06.665Z] 0ef7d3d256c8: Verifying Checksum [2021-03-09T17:58:06.665Z] 0ef7d3d256c8: Download complete [2021-03-09T17:58:06.665Z] 0d57e429df01: Download complete [2021-03-09T17:58:06.934Z] 4e4be7b47b0d: Verifying Checksum [2021-03-09T17:58:06.934Z] 4e4be7b47b0d: Download complete [2021-03-09T17:58:06.934Z] 188c0c94c7c5: Verifying Checksum [2021-03-09T17:58:06.934Z] 188c0c94c7c5: Download complete [2021-03-09T17:58:07.563Z] 188c0c94c7c5: Pull complete [2021-03-09T17:58:07.563Z] 0ef7d3d256c8: Pull complete [2021-03-09T17:58:07.828Z] de9db76c5a1d: Pull complete [2021-03-09T17:58:08.803Z] e1f770b5df2f: Verifying Checksum [2021-03-09T17:58:08.803Z] e1f770b5df2f: Download complete [2021-03-09T17:58:13.163Z] 0eba1c9be4d2: Verifying Checksum [2021-03-09T17:58:13.163Z] 0eba1c9be4d2: Download complete [2021-03-09T17:58:13.163Z] 85a0685a4137: Verifying Checksum [2021-03-09T17:58:13.163Z] 85a0685a4137: Download complete [2021-03-09T17:58:28.480Z] 0eba1c9be4d2: Pull complete [2021-03-09T17:58:28.480Z] 0d57e429df01: Pull complete [2021-03-09T17:58:28.480Z] 4e4be7b47b0d: Pull complete [2021-03-09T17:58:32.871Z] e1f770b5df2f: Pull complete [2021-03-09T17:58:48.293Z] 85a0685a4137: Pull complete [2021-03-09T17:58:48.293Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-09T17:58:48.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-09T17:58:48.293Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-09T17:58:49.025Z] prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container [2021-03-09T17:58:49.189Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-09T17:58:51.686Z] $ docker top cb757b07b34cc5d5d1e8a6cfb278f6a3e17eb14f042763562dc4549b00be6836 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T17:58:52.405Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-09T17:58:53.149Z] + set -o pipefail [2021-03-09T17:58:53.149Z] + snyk monitor '--org=edgex-jenkins' [2021-03-09T17:59:20.218Z] [2021-03-09T17:59:20.218Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-03-09T17:59:20.218Z] [2021-03-09T17:59:20.218Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/27b97860-ceb0-4ed5-b28a-6363f41692c9 [2021-03-09T17:59:20.218Z] [2021-03-09T17:59:20.218Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-09T17:59:20.218Z] [2021-03-09T17:59:20.489Z] [Pipeline] } [2021-03-09T17:59:20.519Z] $ docker stop --time=1 cb757b07b34cc5d5d1e8a6cfb278f6a3e17eb14f042763562dc4549b00be6836 [2021-03-09T17:59:24.501Z] $ docker rm -f cb757b07b34cc5d5d1e8a6cfb278f6a3e17eb14f042763562dc4549b00be6836 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-09T17:59:27.264Z] + git log --format=format:%s -1 02c1bdd2e7c58c88f1181e55d1376c3df082b575 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:59:27.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T17:59:27.606Z] . [Pipeline] withDockerContainer [2021-03-09T17:59:28.165Z] prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container [2021-03-09T17:59:28.421Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-09T17:59:29.984Z] $ docker top f670ea8e7b8178d626f944f296480faa4239dd28a6ee598592c041f54af0654d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T17:59:30.410Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T17:59:30.410Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T17:59:30.717Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T17:59:30.723Z] $ docker exec f670ea8e7b8178d626f944f296480faa4239dd28a6ee598592c041f54af0654d ssh-agent [2021-03-09T17:59:30.983Z] SSH_AUTH_SOCK=/tmp/ssh-7NR5Ss37mh9N/agent.11 [2021-03-09T17:59:30.983Z] SSH_AGENT_PID=16 [2021-03-09T17:59:30.995Z] Running ssh-add (command line suppressed) [2021-03-09T17:59:31.202Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6000090516456297942.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6000090516456297942.key) [2021-03-09T17:59:31.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T17:59:31.719Z] + git semver tag [2021-03-09T17:59:32.035Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T17:59:32.035Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-09T17:59:32.035Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-09T17:59:32.035Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T17:59:32.035Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T17:59:32.035Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T17:59:32.035Z] # $SEMVER_BRANCH = master [2021-03-09T17:59:32.035Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-09T17:59:32.035Z] # 02c1bdd2e7c58c88f1181e55d1376c3df082b575 HEAD [2021-03-09T17:59:32.035Z] # -> Force: false [2021-03-09T17:59:32.035Z] # a7e51fd5f9a0a0877b3fe9125aa4e1764831948a refs/tags/v2.0.0-dev.22 [Pipeline] } [2021-03-09T17:59:32.053Z] $ docker exec --env ******** --env ******** f670ea8e7b8178d626f944f296480faa4239dd28a6ee598592c041f54af0654d ssh-agent -k [2021-03-09T17:59:32.770Z] unset SSH_AUTH_SOCK; [2021-03-09T17:59:32.771Z] unset SSH_AGENT_PID; [2021-03-09T17:59:32.771Z] echo Agent pid 16 killed; [2021-03-09T17:59:33.082Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T17:59:33.604Z] + git semver [Pipeline] } [2021-03-09T17:59:33.629Z] $ docker stop --time=1 f670ea8e7b8178d626f944f296480faa4239dd28a6ee598592c041f54af0654d [2021-03-09T17:59:35.150Z] $ docker rm -f f670ea8e7b8178d626f944f296480faa4239dd28a6ee598592c041f54af0654d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:59:36.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-09T17:59:36.268Z] [2021-03-09T17:59:36.268Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:59:36.925Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-09T17:59:36.926Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-09T17:59:36.926Z] ab5ef0e58194: Pulling fs layer [2021-03-09T17:59:36.926Z] 9712f1f96733: Pulling fs layer [2021-03-09T17:59:36.926Z] 63f879dbbcfc: Pulling fs layer [2021-03-09T17:59:36.926Z] 0d9ebad4ef96: Pulling fs layer [2021-03-09T17:59:36.926Z] e9a5061849ea: Pulling fs layer [2021-03-09T17:59:36.926Z] d747dcd14b5f: Pulling fs layer [2021-03-09T17:59:36.926Z] 2de7ff778b66: Pulling fs layer [2021-03-09T17:59:36.926Z] 0d9ebad4ef96: Waiting [2021-03-09T17:59:36.926Z] e9a5061849ea: Waiting [2021-03-09T17:59:36.926Z] d747dcd14b5f: Waiting [2021-03-09T17:59:36.926Z] 2de7ff778b66: Waiting [2021-03-09T17:59:36.926Z] 9712f1f96733: Verifying Checksum [2021-03-09T17:59:36.926Z] 9712f1f96733: Download complete [2021-03-09T17:59:39.300Z] 63f879dbbcfc: Verifying Checksum [2021-03-09T17:59:39.300Z] 63f879dbbcfc: Download complete [2021-03-09T17:59:39.653Z] e9a5061849ea: Verifying Checksum [2021-03-09T17:59:39.653Z] e9a5061849ea: Download complete [2021-03-09T17:59:39.653Z] d747dcd14b5f: Verifying Checksum [2021-03-09T17:59:39.653Z] d747dcd14b5f: Download complete [2021-03-09T17:59:40.402Z] 2de7ff778b66: Verifying Checksum [2021-03-09T17:59:40.402Z] 2de7ff778b66: Download complete [2021-03-09T17:59:40.670Z] 0d9ebad4ef96: Verifying Checksum [2021-03-09T17:59:40.670Z] 0d9ebad4ef96: Download complete [2021-03-09T17:59:41.265Z] ab5ef0e58194: Download complete [2021-03-09T17:59:53.831Z] ab5ef0e58194: Pull complete [2021-03-09T17:59:53.831Z] 9712f1f96733: Pull complete [2021-03-09T17:59:58.236Z] 63f879dbbcfc: Pull complete [2021-03-09T18:00:16.777Z] 0d9ebad4ef96: Pull complete [2021-03-09T18:00:17.363Z] e9a5061849ea: Pull complete [2021-03-09T18:00:17.639Z] d747dcd14b5f: Pull complete [2021-03-09T18:00:21.214Z] 2de7ff778b66: Pull complete [2021-03-09T18:00:21.214Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-09T18:00:21.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-09T18:00:21.214Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-09T18:00:21.891Z] prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container [2021-03-09T18:00:22.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-09T18:00:28.828Z] $ docker top c9d04003bb0bce2b81fa5378d5c2b51856f1405d187d9b86e55229a2b16a407c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-09T18:00:29.648Z] provisioning config files... [2021-03-09T18:00:29.665Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config7440617408670801204tmp [2021-03-09T18:00:29.816Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config1138685646926683845tmp [2021-03-09T18:00:29.850Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config4210807282709200171tmp [Pipeline] { [Pipeline] echo [2021-03-09T18:00:29.927Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:00:31.051Z] ---> sigul-configuration.sh [2021-03-09T18:00:31.052Z] gpg: directory `/root/.gnupg' created [2021-03-09T18:00:31.052Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-09T18:00:31.052Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-09T18:00:31.052Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-09T18:00:31.052Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-09T18:00:31.052Z] gpg: CAST5 encrypted data [2021-03-09T18:00:31.334Z] gpg: encrypted with 1 passphrase [2021-03-09T18:00:31.334Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-09T18:00:31.986Z] + mkdir /home/jenkins [2021-03-09T18:00:31.986Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-09T18:00:32.669Z] + 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-09T18:00:32.687Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:00:33.014Z] ---> sigul-install.sh [2021-03-09T18:00:43.286Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-09T18:00:43.943Z] + git tag --list [2021-03-09T18:00:43.944Z] v1.0.0 [2021-03-09T18:00:43.944Z] v1.1.0 [2021-03-09T18:00:43.944Z] v1.2.0 [2021-03-09T18:00:43.944Z] v1.3.0 [2021-03-09T18:00:43.944Z] v1.3.1 [2021-03-09T18:00:43.944Z] v1.3.1-dev.1 [2021-03-09T18:00:43.944Z] v1.3.1-dev.2 [2021-03-09T18:00:43.944Z] v1.3.1-dev.3 [2021-03-09T18:00:43.944Z] v2.0.0-dev.1 [2021-03-09T18:00:43.944Z] v2.0.0-dev.10 [2021-03-09T18:00:43.944Z] v2.0.0-dev.11 [2021-03-09T18:00:43.944Z] v2.0.0-dev.12 [2021-03-09T18:00:43.944Z] v2.0.0-dev.13 [2021-03-09T18:00:43.944Z] v2.0.0-dev.14 [2021-03-09T18:00:43.944Z] v2.0.0-dev.15 [2021-03-09T18:00:43.944Z] v2.0.0-dev.16 [2021-03-09T18:00:43.944Z] v2.0.0-dev.17 [2021-03-09T18:00:43.944Z] v2.0.0-dev.18 [2021-03-09T18:00:43.944Z] v2.0.0-dev.19 [2021-03-09T18:00:43.944Z] v2.0.0-dev.2 [2021-03-09T18:00:43.944Z] v2.0.0-dev.20 [2021-03-09T18:00:43.944Z] v2.0.0-dev.21 [2021-03-09T18:00:43.944Z] v2.0.0-dev.22 [2021-03-09T18:00:43.944Z] v2.0.0-dev.3 [2021-03-09T18:00:43.944Z] v2.0.0-dev.4 [2021-03-09T18:00:43.944Z] v2.0.0-dev.5 [2021-03-09T18:00:43.944Z] v2.0.0-dev.6 [2021-03-09T18:00:43.944Z] v2.0.0-dev.7 [2021-03-09T18:00:43.944Z] v2.0.0-dev.8 [2021-03-09T18:00:43.944Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-09T18:00:44.715Z] + lftools sign git-tag v2.0.0-dev.22 [2021-03-09T18:00:46.721Z] Signing Git tag with Sigul... [2021-03-09T18:00:46.721Z] Signing v2.0.0-dev.22 [Pipeline] echo [2021-03-09T18:00:48.170Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:00:48.879Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-09T18:00:48.895Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-09T18:00:49.000Z] $ docker stop --time=1 c9d04003bb0bce2b81fa5378d5c2b51856f1405d187d9b86e55229a2b16a407c [2021-03-09T18:00:52.352Z] $ docker rm -f c9d04003bb0bce2b81fa5378d5c2b51856f1405d187d9b86e55229a2b16a407c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:00:53.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T18:00:53.548Z] . [Pipeline] withDockerContainer [2021-03-09T18:00:53.788Z] prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container [2021-03-09T18:00:53.915Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-09T18:00:56.769Z] $ docker top 933418d36e0307f2233bc7a1bcc80208053bde1441d6fae6745f423e88bfad98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T18:00:57.588Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T18:00:57.588Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T18:00:59.563Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T18:00:59.569Z] $ docker exec 933418d36e0307f2233bc7a1bcc80208053bde1441d6fae6745f423e88bfad98 ssh-agent [2021-03-09T18:01:00.740Z] SSH_AUTH_SOCK=/tmp/ssh-NBto2vknghb0/agent.12 [2021-03-09T18:01:00.740Z] SSH_AGENT_PID=17 [2021-03-09T18:01:00.754Z] Running ssh-add (command line suppressed) [2021-03-09T18:01:01.661Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3351381906302265181.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3351381906302265181.key) [2021-03-09T18:01:02.049Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T18:01:02.437Z] + git semver bump pre [2021-03-09T18:01:02.437Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T18:01:02.437Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-09T18:01:02.437Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-09T18:01:02.437Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T18:01:02.437Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T18:01:02.437Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T18:01:02.437Z] # $SEMVER_BRANCH = master [2021-03-09T18:01:02.437Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-09T18:01:02.437Z] 2.0.0-dev.23 [Pipeline] } [2021-03-09T18:01:02.454Z] $ docker exec --env ******** --env ******** 933418d36e0307f2233bc7a1bcc80208053bde1441d6fae6745f423e88bfad98 ssh-agent -k [2021-03-09T18:01:02.631Z] unset SSH_AUTH_SOCK; [2021-03-09T18:01:02.633Z] unset SSH_AGENT_PID; [2021-03-09T18:01:02.633Z] echo Agent pid 17 killed; [2021-03-09T18:01:02.716Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T18:01:03.272Z] + git semver [Pipeline] } [2021-03-09T18:01:03.294Z] $ docker stop --time=1 933418d36e0307f2233bc7a1bcc80208053bde1441d6fae6745f423e88bfad98 [2021-03-09T18:01:04.801Z] $ docker rm -f 933418d36e0307f2233bc7a1bcc80208053bde1441d6fae6745f423e88bfad98 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:01:05.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T18:01:05.667Z] . [Pipeline] withDockerContainer [2021-03-09T18:01:05.821Z] prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container [2021-03-09T18:01:05.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-09T18:01:07.673Z] $ docker top 8644172c038cf01684b6999ba330692b804f6baf5d9f79ca3aa060281bd9ff60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T18:01:08.652Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T18:01:08.652Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T18:01:09.276Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T18:01:09.281Z] $ docker exec 8644172c038cf01684b6999ba330692b804f6baf5d9f79ca3aa060281bd9ff60 ssh-agent [2021-03-09T18:01:10.384Z] SSH_AUTH_SOCK=/tmp/ssh-tBVgaOOQdNrk/agent.12 [2021-03-09T18:01:10.384Z] SSH_AGENT_PID=17 [2021-03-09T18:01:10.396Z] Running ssh-add (command line suppressed) [2021-03-09T18:01:11.264Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8581668238798583582.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8581668238798583582.key) [2021-03-09T18:01:11.728Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T18:01:12.421Z] + git semver push [2021-03-09T18:01:12.421Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T18:01:12.421Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-09T18:01:12.421Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-09T18:01:12.421Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T18:01:12.421Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T18:01:12.421Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T18:01:12.421Z] # $SEMVER_BRANCH = master [2021-03-09T18:01:12.421Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-09T18:01:16.692Z] $ docker exec --env ******** --env ******** 8644172c038cf01684b6999ba330692b804f6baf5d9f79ca3aa060281bd9ff60 ssh-agent -k [2021-03-09T18:01:16.876Z] unset SSH_AUTH_SOCK; [2021-03-09T18:01:16.878Z] unset SSH_AGENT_PID; [2021-03-09T18:01:16.878Z] echo Agent pid 17 killed; [2021-03-09T18:01:16.933Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T18:01:18.181Z] + git semver [Pipeline] } [2021-03-09T18:01:18.289Z] $ docker stop --time=1 8644172c038cf01684b6999ba330692b804f6baf5d9f79ca3aa060281bd9ff60 [2021-03-09T18:01:20.499Z] $ docker rm -f 8644172c038cf01684b6999ba330692b804f6baf5d9f79ca3aa060281bd9ff60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:01:22.303Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:01:22.892Z] ---> package-listing.sh [2021-03-09T18:01:22.892Z] ++ facter osfamily [2021-03-09T18:01:22.893Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-09T18:01:22.893Z] + OS_FAMILY=redhat [2021-03-09T18:01:22.893Z] + workspace=/w/workspace/_app-service-configurable_master [2021-03-09T18:01:22.893Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-09T18:01:22.893Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-09T18:01:22.893Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-09T18:01:22.893Z] + PACKAGES=/tmp/packages_start.txt [2021-03-09T18:01:22.893Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-09T18:01:22.893Z] + PACKAGES=/tmp/packages_end.txt [2021-03-09T18:01:22.893Z] + case "${OS_FAMILY}" in [2021-03-09T18:01:22.893Z] + rpm -qa [2021-03-09T18:01:22.893Z] + sort [2021-03-09T18:01:29.664Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-09T18:01:29.664Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-09T18:01:29.664Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-09T18:01:29.664Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-09T18:01:29.664Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-03-09T18:01:29.664Z] + 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-09T18:01:29.683Z] 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-09T18:01:30.014Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:01:30.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T18:01:31.049Z] [2021-03-09T18:01:31.049Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:01:31.429Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T18:01:31.429Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-09T18:01:31.429Z] df20fa9351a1: Pulling fs layer [2021-03-09T18:01:31.429Z] 36b3adc4ff6f: Pulling fs layer [2021-03-09T18:01:31.429Z] 8ad3a11d3b57: Pulling fs layer [2021-03-09T18:01:31.429Z] 46f8f816bc3b: Pulling fs layer [2021-03-09T18:01:31.429Z] 93b61091891f: Pulling fs layer [2021-03-09T18:01:31.429Z] 93b9cdb0e59b: Pulling fs layer [2021-03-09T18:01:31.429Z] 5e14af77c1be: Pulling fs layer [2021-03-09T18:01:31.429Z] 01666e4c0597: Pulling fs layer [2021-03-09T18:01:31.429Z] aa168da1d23b: Pulling fs layer [2021-03-09T18:01:31.429Z] 93b61091891f: Waiting [2021-03-09T18:01:31.429Z] 93b9cdb0e59b: Waiting [2021-03-09T18:01:31.429Z] 5e14af77c1be: Waiting [2021-03-09T18:01:31.429Z] 01666e4c0597: Waiting [2021-03-09T18:01:31.429Z] aa168da1d23b: Waiting [2021-03-09T18:01:31.429Z] 46f8f816bc3b: Waiting [2021-03-09T18:01:31.429Z] 36b3adc4ff6f: Verifying Checksum [2021-03-09T18:01:31.429Z] 36b3adc4ff6f: Download complete [2021-03-09T18:01:31.429Z] 46f8f816bc3b: Verifying Checksum [2021-03-09T18:01:31.429Z] 46f8f816bc3b: Download complete [2021-03-09T18:01:31.705Z] df20fa9351a1: Verifying Checksum [2021-03-09T18:01:31.705Z] df20fa9351a1: Download complete [2021-03-09T18:01:31.705Z] 93b9cdb0e59b: Verifying Checksum [2021-03-09T18:01:31.705Z] 93b9cdb0e59b: Download complete [2021-03-09T18:01:31.705Z] 5e14af77c1be: Verifying Checksum [2021-03-09T18:01:31.705Z] 5e14af77c1be: Download complete [2021-03-09T18:01:31.705Z] 01666e4c0597: Download complete [2021-03-09T18:01:31.705Z] 93b61091891f: Verifying Checksum [2021-03-09T18:01:31.705Z] 93b61091891f: Download complete [2021-03-09T18:01:31.995Z] 8ad3a11d3b57: Verifying Checksum [2021-03-09T18:01:31.995Z] 8ad3a11d3b57: Download complete [2021-03-09T18:01:32.308Z] df20fa9351a1: Pull complete [2021-03-09T18:01:32.908Z] 36b3adc4ff6f: Pull complete [2021-03-09T18:01:35.660Z] 8ad3a11d3b57: Pull complete [2021-03-09T18:01:36.009Z] 46f8f816bc3b: Pull complete [2021-03-09T18:01:36.639Z] aa168da1d23b: Verifying Checksum [2021-03-09T18:01:36.639Z] aa168da1d23b: Download complete [2021-03-09T18:01:37.247Z] 93b61091891f: Pull complete [2021-03-09T18:01:37.542Z] 93b9cdb0e59b: Pull complete [2021-03-09T18:01:38.206Z] 5e14af77c1be: Pull complete [2021-03-09T18:01:38.501Z] 01666e4c0597: Pull complete [2021-03-09T18:01:57.149Z] aa168da1d23b: Pull complete [2021-03-09T18:01:57.149Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-09T18:01:57.149Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T18:01:57.149Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-09T18:01:57.375Z] prd-centos7-docker-4c-2g-29185 does not seem to be running inside a container [2021-03-09T18:01:57.443Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-09T18:02:00.827Z] $ docker top 35b902e0484e684eb9e3feedfa8988405ed3f2fe2906e97bf8b657b03d080262 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T18:02:01.852Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-09T18:02:02.181Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-09T18:02:03.270Z] + ls /var/log/sa-host [2021-03-09T18:02:03.271Z] + sadf -c /var/log/sa-host/sa09 [2021-03-09T18:02:03.271Z] file_magic: OK [2021-03-09T18:02:03.271Z] HZ: Using current value: 100 [2021-03-09T18:02:03.271Z] file_header: OK [2021-03-09T18:02:03.271Z] 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-09T18:02:03.271Z] Statistics: [2021-03-09T18:02:03.271Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-09T18:02:03.271Z] File successfully converted to sysstat format version 12.2.1 [2021-03-09T18:02:03.271Z] + sadf -c /var/log/sa-host/sa23 [2021-03-09T18:02:03.271Z] file_magic: OK [2021-03-09T18:02:03.271Z] HZ: Using current value: 100 [2021-03-09T18:02:03.271Z] file_header: OK [2021-03-09T18:02:03.271Z] 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-09T18:02:03.271Z] Statistics: [2021-03-09T18:02:03.271Z] Hnuu...uuuununununu... [2021-03-09T18:02:03.271Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-09T18:02:03.531Z] provisioning config files... [2021-03-09T18:02:03.554Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5718951115199590879tmp [Pipeline] { [Pipeline] echo [2021-03-09T18:02:03.638Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:02:03.971Z] ---> create-netrc.sh [Pipeline] } [2021-03-09T18:02:03.982Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-09T18:02:04.081Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:02:04.736Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-09T18:02:04.756Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:02:05.429Z] ---> sudo-logs.sh [2021-03-09T18:02:05.429Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-09T18:02:05.506Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:02:05.827Z] ---> job-cost.sh [2021-03-09T18:02:05.827Z] lf-activate-venv: SKIPPING [2021-03-09T18:02:05.827Z] DEBUG: total: 0.20999999344348907 [2021-03-09T18:02:05.827Z] INFO: Retrieving Stack Cost... [2021-03-09T18:02:07.243Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-09T18:02:07.820Z] INFO: Archiving Costs [Pipeline] echo [2021-03-09T18:02:07.835Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:02:08.140Z] ---> logs-deploy.sh [2021-03-09T18:02:08.140Z] lf-activate-venv: SKIPPING [2021-03-09T18:02:08.140Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/92 [2021-03-09T18:02:08.140Z] INFO: archiving workspace using pattern(s): [2021-03-09T18:02:11.491Z] Archives upload complete. [2021-03-09T18:02:11.491Z] INFO: archiving logs to Nexus