Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e7b814b815485d8e5dfe911d99d52586a95aeed2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23424 in /w/workspace/y_app-service-configurable_hanoi [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/y_app-service-configurable_hanoi # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 Checking out Revision e7b814b815485d8e5dfe911d99d52586a95aeed2 (hanoi) > git config core.sparsecheckout # timeout=10 > git checkout -f e7b814b815485d8e5dfe911d99d52586a95aeed2 # timeout=10 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi (#181)" > git rev-list --no-walk 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T18:04:53.778Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T18:04:54.140Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T18:04:54.280Z] ========================================================= [2021-01-27T18:04:54.280Z] EdgeX Global Pipelines Version Info [2021-01-27T18:04:54.280Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:04:55.712Z] ------------------- [2021-01-27T18:04:55.712Z] stable info: [2021-01-27T18:04:55.712Z] ------------------- [2021-01-27T18:04:55.712Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T18:04:55.712Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T18:04:55.712Z] Message: update stable to v1.0.179 [2021-01-27T18:04:56.666Z] ------------------- [2021-01-27T18:04:56.666Z] experimental info: [2021-01-27T18:04:56.666Z] ------------------- [2021-01-27T18:04:56.666Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T18:04:56.666Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T18:04:56.666Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T18:04:56.930Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-01-27T18:04:57.028Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-01-27T18:04:57.118Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T18:04:57.213Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T18:04:57.307Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T18:04:57.400Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T18:04:57.494Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T18:04:57.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T18:04:57.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-27T18:04:57.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T18:04:57.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T18:04:57.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-01-27T18:04:58.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T18:04:58.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T18:04:58.245Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T18:04:58.346Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T18:04:58.436Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T18:04:58.530Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T18:04:58.620Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T18:04:58.721Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-27T18:04:58.808Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-27T18:04:58.895Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-27T18:04:58.985Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-27T18:04:59.076Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-27T18:04:59.166Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-27T18:04:59.260Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T18:04:59.352Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T18:04:59.451Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo [2021-01-27T18:04:59.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo [2021-01-27T18:04:59.648Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo [2021-01-27T18:04:59.735Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e7b814b815485d8e5dfe911d99d52586a95aeed2 [Pipeline] echo [2021-01-27T18:04:59.824Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e7b814b [Pipeline] echo [2021-01-27T18:04:59.911Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T18:05:00.084Z] provisioning config files... [2021-01-27T18:05:00.110Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config4944691655105120075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:05:00.481Z] ---> docker-login.sh [2021-01-27T18:05:00.481Z] nexus3.edgexfoundry.org:10001 [2021-01-27T18:05:00.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:05:01.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:05:01.018Z] Configure a credential helper to remove this warning. See [2021-01-27T18:05:01.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:05:01.018Z] [2021-01-27T18:05:01.018Z] Login Succeeded [2021-01-27T18:05:01.018Z] nexus3.edgexfoundry.org:10002 [2021-01-27T18:05:01.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:05:01.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:05:01.018Z] Configure a credential helper to remove this warning. See [2021-01-27T18:05:01.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:05:01.018Z] [2021-01-27T18:05:01.018Z] Login Succeeded [2021-01-27T18:05:01.018Z] nexus3.edgexfoundry.org:10003 [2021-01-27T18:05:01.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:05:01.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:05:01.292Z] Configure a credential helper to remove this warning. See [2021-01-27T18:05:01.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:05:01.292Z] [2021-01-27T18:05:01.292Z] Login Succeeded [2021-01-27T18:05:01.292Z] nexus3.edgexfoundry.org:10004 [2021-01-27T18:05:01.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:05:01.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:05:01.555Z] Configure a credential helper to remove this warning. See [2021-01-27T18:05:01.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:05:01.555Z] [2021-01-27T18:05:01.555Z] Login Succeeded [2021-01-27T18:05:01.555Z] docker.io [2021-01-27T18:05:01.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:05:02.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:05:02.089Z] Configure a credential helper to remove this warning. See [2021-01-27T18:05:02.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:05:02.089Z] [2021-01-27T18:05:02.089Z] Login Succeeded [2021-01-27T18:05:02.089Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T18:05:02.101Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T18:05:02.936Z] + git log --format=format:%s -1 e7b814b815485d8e5dfe911d99d52586a95aeed2 [Pipeline] echo [2021-01-27T18:05:02.998Z] GIT_COMMIT: e7b814b815485d8e5dfe911d99d52586a95aeed2, Commit Message: fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi (#181) [Pipeline] echo [2021-01-27T18:05:03.042Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:05:04.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T18:05:04.072Z] [2021-01-27T18:05:04.072Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:05:04.418Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T18:05:04.418Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T18:05:04.418Z] 31603596830f: Pulling fs layer [2021-01-27T18:05:04.418Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T18:05:04.418Z] 6ca5941a6612: Pulling fs layer [2021-01-27T18:05:04.418Z] ecc8261a40a4: Pulling fs layer [2021-01-27T18:05:04.418Z] ecc8261a40a4: Waiting [2021-01-27T18:05:04.418Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T18:05:04.418Z] 2a8b12db71e7: Download complete [2021-01-27T18:05:04.418Z] 31603596830f: Download complete [2021-01-27T18:05:04.682Z] 6ca5941a6612: Verifying Checksum [2021-01-27T18:05:04.682Z] 6ca5941a6612: Download complete [2021-01-27T18:05:04.682Z] ecc8261a40a4: Verifying Checksum [2021-01-27T18:05:04.682Z] ecc8261a40a4: Download complete [2021-01-27T18:05:04.945Z] 31603596830f: Pull complete [2021-01-27T18:05:05.207Z] 2a8b12db71e7: Pull complete [2021-01-27T18:05:05.786Z] 6ca5941a6612: Pull complete [2021-01-27T18:05:06.048Z] ecc8261a40a4: Pull complete [2021-01-27T18:05:06.311Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T18:05:06.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T18:05:06.311Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T18:05:06.415Z] prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container [2021-01-27T18:05:06.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-27T18:05:08.589Z] $ docker top 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T18:05:08.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T18:05:08.899Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T18:05:09.127Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T18:05:09.129Z] $ docker exec 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd ssh-agent [2021-01-27T18:05:09.298Z] SSH_AUTH_SOCK=/tmp/ssh-WVQN5hplR22d/agent.12 [2021-01-27T18:05:09.298Z] SSH_AGENT_PID=17 [2021-01-27T18:05:09.309Z] Running ssh-add (command line suppressed) [2021-01-27T18:05:09.432Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_6209299187834019302.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_6209299187834019302.key) [2021-01-27T18:05:09.489Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T18:05:09.833Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T18:05:09.853Z] $ docker exec --env ******** --env ******** 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd ssh-agent -k [2021-01-27T18:05:09.976Z] unset SSH_AUTH_SOCK; [2021-01-27T18:05:09.976Z] unset SSH_AGENT_PID; [2021-01-27T18:05:09.976Z] echo Agent pid 17 killed; [2021-01-27T18:05:10.027Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T18:05:10.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T18:05:10.225Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T18:05:10.412Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T18:05:10.414Z] $ docker exec 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd ssh-agent [2021-01-27T18:05:10.583Z] SSH_AUTH_SOCK=/tmp/ssh-G6vQajNidvMw/agent.46 [2021-01-27T18:05:10.583Z] SSH_AGENT_PID=52 [2021-01-27T18:05:10.589Z] Running ssh-add (command line suppressed) [2021-01-27T18:05:10.711Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_7643334325830674451.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_7643334325830674451.key) [2021-01-27T18:05:10.769Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T18:05:11.103Z] + git semver init [2021-01-27T18:05:11.103Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T18:05:11.103Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-01-27T18:05:11.103Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-01-27T18:05:11.103Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T18:05:11.103Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T18:05:11.103Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T18:05:11.103Z] # $SEMVER_BRANCH = hanoi [2021-01-27T18:05:11.103Z] # $SEMVER_TEMP = /tmp/semver-535235861 [2021-01-27T18:05:11.103Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-01-27T18:05:11.677Z] # '/tmp/semver-535235861' -> '/w/workspace/y_app-service-configurable_hanoi/.semver' [2021-01-27T18:05:11.677Z] # -> Force: false [2021-01-27T18:05:11.677Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } [2021-01-27T18:05:11.689Z] $ docker exec --env ******** --env ******** 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd ssh-agent -k [2021-01-27T18:05:11.884Z] unset SSH_AUTH_SOCK; [2021-01-27T18:05:11.885Z] unset SSH_AGENT_PID; [2021-01-27T18:05:11.885Z] echo Agent pid 52 killed; [2021-01-27T18:05:11.960Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T18:05:12.477Z] + git semver [Pipeline] } [2021-01-27T18:05:12.492Z] $ docker stop --time=1 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd [2021-01-27T18:05:13.883Z] $ docker rm -f 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T18:05:14.383Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T18:05:14.804Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T18:05:14.806Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-27T18:05:30.378Z] Still waiting to schedule task [2021-01-27T18:05:30.379Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-27T18:05:30.381Z] Still waiting to schedule task [2021-01-27T18:05:30.381Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23422’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23425’ is offline [2021-01-27T18:07:56.588Z] Running on prd-centos7-docker-4c-2g-23427 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] ws [2021-01-27T18:07:56.640Z] Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout [2021-01-27T18:07:58.976Z] using credential edgex-jenkins-ssh [2021-01-27T18:07:59.027Z] Cloning the remote Git repository [2021-01-27T18:07:58.773Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-27T18:07:58.842Z] > git init /w/workspace/app-service-configurable/2 # timeout=10 [2021-01-27T18:07:58.912Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-27T18:07:58.912Z] > git --version # timeout=10 [2021-01-27T18:07:58.919Z] > git --version # 'git version 2.24.3' [2021-01-27T18:07:58.920Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T18:07:58.948Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T18:07:59.528Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-27T18:07:59.536Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T18:07:59.549Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-27T18:07:59.563Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-27T18:07:59.564Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T18:07:59.569Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-01-27T18:08:00.128Z] Checking out Revision e7b814b815485d8e5dfe911d99d52586a95aeed2 (hanoi) [2021-01-27T18:07:59.946Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T18:07:59.950Z] > git checkout -f e7b814b815485d8e5dfe911d99d52586a95aeed2 # timeout=10 [2021-01-27T18:08:03.559Z] Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi (#181)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T18:08:05.039Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T18:08:05.369Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T18:08:05.673Z] + sudo service docker restart [2021-01-27T18:08:05.673Z] + true [2021-01-27T18:08:05.673Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T18:08:06.705Z] provisioning config files... [2021-01-27T18:08:06.735Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config1421340148970809505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:08:07.113Z] ---> docker-login.sh [2021-01-27T18:08:07.113Z] nexus3.edgexfoundry.org:10001 [2021-01-27T18:08:07.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:08:07.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:08:07.378Z] Configure a credential helper to remove this warning. See [2021-01-27T18:08:07.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:08:07.378Z] [2021-01-27T18:08:07.378Z] Login Succeeded [2021-01-27T18:08:07.378Z] nexus3.edgexfoundry.org:10002 [2021-01-27T18:08:07.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:08:07.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:08:07.640Z] Configure a credential helper to remove this warning. See [2021-01-27T18:08:07.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:08:07.640Z] [2021-01-27T18:08:07.640Z] Login Succeeded [2021-01-27T18:08:07.640Z] nexus3.edgexfoundry.org:10003 [2021-01-27T18:08:07.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:08:07.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:08:07.902Z] Configure a credential helper to remove this warning. See [2021-01-27T18:08:07.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:08:07.902Z] [2021-01-27T18:08:07.902Z] Login Succeeded [2021-01-27T18:08:07.902Z] nexus3.edgexfoundry.org:10004 [2021-01-27T18:08:07.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:08:08.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:08:08.164Z] Configure a credential helper to remove this warning. See [2021-01-27T18:08:08.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:08:08.164Z] [2021-01-27T18:08:08.164Z] Login Succeeded [2021-01-27T18:08:08.164Z] docker.io [2021-01-27T18:08:08.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:08:08.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:08:08.428Z] Configure a credential helper to remove this warning. See [2021-01-27T18:08:08.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:08:08.428Z] [2021-01-27T18:08:08.428Z] Login Succeeded [2021-01-27T18:08:08.428Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T18:08:08.438Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T18:08:08.730Z] ========================================================= [2021-01-27T18:08:08.730Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T18:08:08.730Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:08:09.070Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-27T18:08:09.070Z] Sending build context to Docker daemon 98.82kB [2021-01-27T18:08:09.070Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-01-27T18:08:09.070Z] Step 2/8 : FROM ${BASE} [2021-01-27T18:08:09.335Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T18:08:09.335Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T18:08:09.335Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T18:08:09.335Z] de9db76c5a1d: Pulling fs layer [2021-01-27T18:08:09.335Z] bca2f99d35d6: Pulling fs layer [2021-01-27T18:08:09.335Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T18:08:09.335Z] 7c6f9722023f: Pulling fs layer [2021-01-27T18:08:09.335Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T18:08:09.335Z] bca2f99d35d6: Waiting [2021-01-27T18:08:09.335Z] 93359f2a8cfa: Waiting [2021-01-27T18:08:09.335Z] a35cf1a2eb13: Waiting [2021-01-27T18:08:09.335Z] 7c6f9722023f: Waiting [2021-01-27T18:08:09.335Z] de9db76c5a1d: Verifying Checksum [2021-01-27T18:08:09.335Z] de9db76c5a1d: Download complete [2021-01-27T18:08:09.335Z] 0ef7d3d256c8: Download complete [2021-01-27T18:08:09.335Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T18:08:09.335Z] 93359f2a8cfa: Download complete [2021-01-27T18:08:09.335Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T18:08:09.335Z] 7c6f9722023f: Verifying Checksum [2021-01-27T18:08:09.335Z] 7c6f9722023f: Download complete [2021-01-27T18:08:09.612Z] 188c0c94c7c5: Pull complete [2021-01-27T18:08:09.880Z] 0ef7d3d256c8: Pull complete [2021-01-27T18:08:09.880Z] de9db76c5a1d: Pull complete [2021-01-27T18:08:11.278Z] a35cf1a2eb13: Verifying Checksum [2021-01-27T18:08:11.278Z] a35cf1a2eb13: Download complete [2021-01-27T18:08:11.855Z] bca2f99d35d6: Download complete [2021-01-27T18:08:17.191Z] bca2f99d35d6: Pull complete [2021-01-27T18:08:17.191Z] 93359f2a8cfa: Pull complete [2021-01-27T18:08:17.191Z] 7c6f9722023f: Pull complete [2021-01-27T18:08:22.509Z] a35cf1a2eb13: Pull complete [2021-01-27T18:08:23.094Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T18:08:23.094Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T18:08:23.094Z] ---> a62c8e92a672 [2021-01-27T18:08:23.094Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-27T18:08:23.361Z] ---> Running in e37866ca448a [2021-01-27T18:08:23.626Z] Removing intermediate container e37866ca448a [2021-01-27T18:08:23.626Z] ---> 61fe0c5b4a07 [2021-01-27T18:08:23.626Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:08:23.626Z] ---> Running in d7bab7e3dcaf [2021-01-27T18:08:24.576Z] Removing intermediate container d7bab7e3dcaf [2021-01-27T18:08:24.576Z] ---> 183c223f1c4b [2021-01-27T18:08:24.576Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-27T18:08:24.844Z] ---> Running in e6eb1114c7ab [2021-01-27T18:08:25.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T18:08:26.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T18:08:27.980Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-27T18:08:27.980Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-27T18:08:27.980Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-27T18:08:28.243Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-27T18:08:28.243Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T18:08:28.506Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-27T18:08:28.769Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T18:08:28.769Z] OK: 167 MiB in 45 packages [2021-01-27T18:08:29.347Z] Removing intermediate container e6eb1114c7ab [2021-01-27T18:08:29.347Z] ---> 9cd250462515 [2021-01-27T18:08:29.347Z] Step 6/8 : WORKDIR /app [2021-01-27T18:08:29.347Z] ---> Running in caa00aa54991 [2021-01-27T18:08:29.610Z] Removing intermediate container caa00aa54991 [2021-01-27T18:08:29.610Z] ---> e739bf12734a [2021-01-27T18:08:29.610Z] Step 7/8 : COPY . . [2021-01-27T18:08:29.875Z] ---> e2e8ae9c9018 [2021-01-27T18:08:29.875Z] Step 8/8 : RUN go mod download [2021-01-27T18:08:29.875Z] ---> Running in c538b7e78e93 [2021-01-27T18:08:56.559Z] Removing intermediate container c538b7e78e93 [2021-01-27T18:08:56.559Z] ---> 3e0add1e6bd1 [2021-01-27T18:08:56.559Z] Successfully built 3e0add1e6bd1 [2021-01-27T18:08:56.559Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:08:56.880Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T18:08:56.881Z] . [Pipeline] withDockerContainer [2021-01-27T18:08:57.014Z] prd-centos7-docker-4c-2g-23427 does not seem to be running inside a container [2021-01-27T18:08:57.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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-01-27T18:08:57.922Z] $ docker top 71a17a26c3713c00d07ae92d0a2e8f4de92c8bab2a59a9c61fa7361a762c9725 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T18:08:58.432Z] + go version [2021-01-27T18:08:58.432Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T18:08:58.447Z] $ docker stop --time=1 71a17a26c3713c00d07ae92d0a2e8f4de92c8bab2a59a9c61fa7361a762c9725 [2021-01-27T18:08:59.797Z] $ docker rm -f 71a17a26c3713c00d07ae92d0a2e8f4de92c8bab2a59a9c61fa7361a762c9725 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:09:00.675Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T18:09:00.675Z] . [Pipeline] withDockerContainer [2021-01-27T18:09:00.779Z] prd-centos7-docker-4c-2g-23427 does not seem to be running inside a container [2021-01-27T18:09:00.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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-01-27T18:09:01.367Z] $ docker top 38d357818107f935e2a7439ed72eaa3b0c1f46f6e81323857435df6ebcc45ec3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T18:09:01.862Z] + make test [2021-01-27T18:09:01.862Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-27T18:09:20.101Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-27T18:09:20.101Z] CGO_ENABLED=1 go vet ./... [2021-01-27T18:09:20.678Z] gofmt -l . [2021-01-27T18:09:20.678Z] [ "`gofmt -l .`" = "" ] [2021-01-27T18:09:20.678Z] ./bin/test-go-mod-tidy.sh [2021-01-27T18:09:21.257Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-27T18:09:21.851Z] $ docker stop --time=1 38d357818107f935e2a7439ed72eaa3b0c1f46f6e81323857435df6ebcc45ec3 [2021-01-27T18:09:25.552Z] $ docker rm -f 38d357818107f935e2a7439ed72eaa3b0c1f46f6e81323857435df6ebcc45ec3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T18:09:26.182Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-27T18:09:26.506Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-27T18:09:29.559Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-27T18:09:29.862Z] + ls -al . [2021-01-27T18:09:29.862Z] total 96 [2021-01-27T18:09:29.862Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 27 18:09 . [2021-01-27T18:09:29.862Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 27 18:07 .. [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 6568 Jan 27 18:07 Attribution.txt [2021-01-27T18:09:29.862Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 27 18:07 bin [2021-01-27T18:09:29.862Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 27 18:09 coverage.out [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 180 Jan 27 18:07 docker-compose.debug.yml [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 133 Jan 27 18:07 docker-compose.yml [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 2002 Jan 27 18:07 Dockerfile [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 966 Jan 27 18:07 Dockerfile.build [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 119 Jan 27 18:07 .dockerignore [2021-01-27T18:09:29.862Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 27 18:08 .git [2021-01-27T18:09:29.862Z] drwxrwxr-x. 2 jenkins jenkins 81 Jan 27 18:07 .github [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 93 Jan 27 18:07 .gitignore [2021-01-27T18:09:29.862Z] -rw-r--r--. 1 jenkins jenkins 132 Jan 27 18:09 go.mod [2021-01-27T18:09:29.862Z] -rw-r--r--. 1 jenkins jenkins 19563 Jan 27 18:09 go.sum [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 687 Jan 27 18:07 Jenkinsfile [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jan 27 18:07 LICENSE [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 1519 Jan 27 18:07 main.go [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jan 27 18:07 makefile [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 1277 Jan 27 18:07 README.md [2021-01-27T18:09:29.862Z] drwxrwxr-x. 10 jenkins jenkins 171 Jan 27 18:07 res [2021-01-27T18:09:29.862Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 27 18:07 snap [2021-01-27T18:09:29.862Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 27 18:05 VERSION [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:09:30.180Z] + 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=e7b814b815485d8e5dfe911d99d52586a95aeed2 --label arch=amd64 --label version=1.3.1-dev.1 . [2021-01-27T18:09:30.180Z] Sending build context to Docker daemon 121.3kB [2021-01-27T18:09:30.443Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2021-01-27T18:09:30.443Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-27T18:09:30.443Z] ---> 3e0add1e6bd1 [2021-01-27T18:09:30.443Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-27T18:09:30.443Z] ---> Running in e4a7be1aba10 [2021-01-27T18:09:30.443Z] Removing intermediate container e4a7be1aba10 [2021-01-27T18:09:30.443Z] ---> 989457d46f4d [2021-01-27T18:09:30.443Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-27T18:09:30.706Z] ---> Running in 1678ab6b3b7d [2021-01-27T18:09:30.706Z] Removing intermediate container 1678ab6b3b7d [2021-01-27T18:09:30.706Z] ---> 7a08de98e752 [2021-01-27T18:09:30.706Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-27T18:09:30.978Z] ---> Running in e3c885f9f250 [2021-01-27T18:09:30.978Z] Removing intermediate container e3c885f9f250 [2021-01-27T18:09:30.978Z] ---> cf7769ad7741 [2021-01-27T18:09:30.978Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:09:30.978Z] ---> Running in f3cd57bb71a2 [2021-01-27T18:09:31.937Z] Removing intermediate container f3cd57bb71a2 [2021-01-27T18:09:31.937Z] ---> 3fa91d9c43c2 [2021-01-27T18:09:31.937Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-27T18:09:31.937Z] ---> Running in bcb70a978f1d [2021-01-27T18:09:32.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T18:09:33.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T18:09:35.846Z] OK: 167 MiB in 45 packages [2021-01-27T18:09:36.110Z] Removing intermediate container bcb70a978f1d [2021-01-27T18:09:36.110Z] ---> e8f3a4a1a440 [2021-01-27T18:09:36.110Z] Step 8/27 : WORKDIR /app [2021-01-27T18:09:36.110Z] ---> Running in 5570512af046 [2021-01-27T18:09:36.373Z] Removing intermediate container 5570512af046 [2021-01-27T18:09:36.373Z] ---> 5fb9799a5469 [2021-01-27T18:09:36.373Z] Step 9/27 : COPY go.mod . [2021-01-27T18:09:36.373Z] ---> d7defd295e93 [2021-01-27T18:09:36.373Z] Step 10/27 : RUN go mod download [2021-01-27T18:09:36.638Z] ---> Running in c2df12532707 [2021-01-27T18:09:37.591Z] Removing intermediate container c2df12532707 [2021-01-27T18:09:37.591Z] ---> c96b94358e89 [2021-01-27T18:09:37.591Z] Step 11/27 : COPY . . [2021-01-27T18:09:37.854Z] ---> 0f5c402becd9 [2021-01-27T18:09:37.854Z] Step 12/27 : ARG MAKE="make build" [2021-01-27T18:09:37.854Z] ---> Running in d0bcf26e4279 [2021-01-27T18:09:38.121Z] Removing intermediate container d0bcf26e4279 [2021-01-27T18:09:38.121Z] ---> 90e0badb9edc [2021-01-27T18:09:38.121Z] Step 13/27 : RUN $MAKE [2021-01-27T18:09:38.121Z] ---> Running in c3d8e6e3df9b [2021-01-27T18:09:38.697Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.1-dev.1" -o app-service-configurable [2021-01-27T18:09:56.993Z] Removing intermediate container c3d8e6e3df9b [2021-01-27T18:09:56.993Z] ---> 6c73d3f9246b [2021-01-27T18:09:56.993Z] Step 14/27 : FROM alpine:latest [2021-01-27T18:09:56.993Z] latest: Pulling from library/alpine [2021-01-27T18:09:56.993Z] 596ba82af5aa: Pulling fs layer [2021-01-27T18:09:56.993Z] 596ba82af5aa: Verifying Checksum [2021-01-27T18:09:56.993Z] 596ba82af5aa: Download complete [2021-01-27T18:09:56.993Z] 596ba82af5aa: Pull complete [2021-01-27T18:09:56.993Z] Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 [2021-01-27T18:09:56.993Z] Status: Downloaded newer image for alpine:latest [2021-01-27T18:09:56.993Z] ---> 7731472c3f2a [2021-01-27T18:09:56.993Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-27T18:09:56.993Z] ---> Running in 60b9a7465d86 [2021-01-27T18:09:56.993Z] Removing intermediate container 60b9a7465d86 [2021-01-27T18:09:56.993Z] ---> 5683e43c2e71 [2021-01-27T18:09:56.993Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-27T18:09:56.993Z] ---> Running in 7710056f55e1 [2021-01-27T18:09:56.993Z] Removing intermediate container 7710056f55e1 [2021-01-27T18:09:56.993Z] ---> 5075c5fe3c3c [2021-01-27T18:09:56.993Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2021-01-27T18:09:56.993Z] ---> Running in 12da11b2f7b8 [2021-01-27T18:09:57.255Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-01-27T18:09:57.255Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-01-27T18:09:57.517Z] (1/6) Installing ca-certificates (20191127-r5) [2021-01-27T18:09:57.517Z] (2/6) Installing libgcc (10.2.1_pre1-r3) [2021-01-27T18:09:57.517Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T18:09:57.517Z] (4/6) Installing libstdc++ (10.2.1_pre1-r3) [2021-01-27T18:09:57.782Z] (5/6) Installing libzmq (4.3.3-r1) [2021-01-27T18:09:57.782Z] (6/6) Installing zeromq (4.3.3-r1) [2021-01-27T18:09:57.782Z] Executing busybox-1.32.1-r0.trigger [2021-01-27T18:09:57.782Z] Executing ca-certificates-20191127-r5.trigger [2021-01-27T18:09:57.782Z] OK: 9 MiB in 20 packages [2021-01-27T18:09:59.181Z] Removing intermediate container 12da11b2f7b8 [2021-01-27T18:09:59.181Z] ---> c1440a272ce1 [2021-01-27T18:09:59.181Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-27T18:09:59.181Z] ---> a66a1df13f1f [2021-01-27T18:09:59.181Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-27T18:09:59.442Z] ---> 7097aa00a9f3 [2021-01-27T18:09:59.442Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-27T18:09:59.706Z] ---> ab0ee4a0dea2 [2021-01-27T18:09:59.706Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-27T18:10:00.658Z] ---> 3140186df4ee [2021-01-27T18:10:00.658Z] Step 22/27 : EXPOSE 48095 [2021-01-27T18:10:00.658Z] ---> Running in 93878a9221ce [2021-01-27T18:10:00.658Z] Removing intermediate container 93878a9221ce [2021-01-27T18:10:00.658Z] ---> b53580225e49 [2021-01-27T18:10:00.658Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-27T18:10:00.658Z] ---> Running in 256342cea3ea [2021-01-27T18:10:00.924Z] Removing intermediate container 256342cea3ea [2021-01-27T18:10:00.924Z] ---> 3d6a0b5d3ebc [2021-01-27T18:10:00.924Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T18:10:00.924Z] ---> Running in c8c30aee9f49 [2021-01-27T18:10:01.185Z] Removing intermediate container c8c30aee9f49 [2021-01-27T18:10:01.185Z] ---> d8e9eca246e2 [2021-01-27T18:10:01.185Z] Step 25/27 : LABEL arch=amd64 [2021-01-27T18:10:01.185Z] ---> Running in 352e47e051ec [2021-01-27T18:10:01.185Z] Removing intermediate container 352e47e051ec [2021-01-27T18:10:01.185Z] ---> 1c0f29c2960e [2021-01-27T18:10:01.185Z] Step 26/27 : LABEL git_sha=e7b814b815485d8e5dfe911d99d52586a95aeed2 [2021-01-27T18:10:01.450Z] ---> Running in bf53016c6e1f [2021-01-27T18:10:01.450Z] Removing intermediate container bf53016c6e1f [2021-01-27T18:10:01.450Z] ---> 3eecfea11a03 [2021-01-27T18:10:01.450Z] Step 27/27 : LABEL version=1.3.1-dev.1 [2021-01-27T18:10:01.450Z] ---> Running in d1e8b702c73d [2021-01-27T18:10:01.717Z] Removing intermediate container d1e8b702c73d [2021-01-27T18:10:01.717Z] ---> 92dd856d78ed [2021-01-27T18:10:01.717Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-27T18:10:01.717Z] Successfully built 92dd856d78ed [2021-01-27T18:10:01.717Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T18:10:02.081Z] provisioning config files... [2021-01-27T18:10:02.117Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config9215771752494790128tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:10:02.499Z] ---> docker-login.sh [2021-01-27T18:10:02.499Z] nexus3.edgexfoundry.org:10001 [2021-01-27T18:10:02.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:10:02.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:10:02.766Z] Configure a credential helper to remove this warning. See [2021-01-27T18:10:02.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:10:02.766Z] [2021-01-27T18:10:02.766Z] Login Succeeded [2021-01-27T18:10:02.766Z] nexus3.edgexfoundry.org:10002 [2021-01-27T18:10:02.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:10:03.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:10:03.033Z] Configure a credential helper to remove this warning. See [2021-01-27T18:10:03.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:10:03.033Z] [2021-01-27T18:10:03.033Z] Login Succeeded [2021-01-27T18:10:03.033Z] nexus3.edgexfoundry.org:10003 [2021-01-27T18:10:03.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:10:03.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:10:03.033Z] Configure a credential helper to remove this warning. See [2021-01-27T18:10:03.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:10:03.033Z] [2021-01-27T18:10:03.033Z] Login Succeeded [2021-01-27T18:10:03.033Z] nexus3.edgexfoundry.org:10004 [2021-01-27T18:10:03.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:10:03.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:10:03.295Z] Configure a credential helper to remove this warning. See [2021-01-27T18:10:03.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:10:03.295Z] [2021-01-27T18:10:03.295Z] Login Succeeded [2021-01-27T18:10:03.295Z] docker.io [2021-01-27T18:10:03.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:10:03.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:10:03.558Z] Configure a credential helper to remove this warning. See [2021-01-27T18:10:03.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:10:03.558Z] [2021-01-27T18:10:03.558Z] Login Succeeded [2021-01-27T18:10:03.558Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T18:10:03.568Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T18:10:03.805Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-01-27T18:10:03.805Z] e7b814b815485d8e5dfe911d99d52586a95aeed2 [2021-01-27T18:10:03.805Z] latest [2021-01-27T18:10:03.805Z] 1.3.1-dev.1 [2021-01-27T18:10:03.805Z] e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 [2021-01-27T18:10:03.805Z] hanoi [2021-01-27T18:10:03.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:10:04.301Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e7b814b815485d8e5dfe911d99d52586a95aeed2 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:10:04.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e7b814b815485d8e5dfe911d99d52586a95aeed2 [2021-01-27T18:10:04.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-27T18:10:04.601Z] d457a3eba9e2: Preparing [2021-01-27T18:10:04.601Z] ce9558360491: Preparing [2021-01-27T18:10:04.601Z] a771abc6bb07: Preparing [2021-01-27T18:10:04.601Z] a50bff7b04a1: Preparing [2021-01-27T18:10:04.601Z] 4d2b577494c8: Preparing [2021-01-27T18:10:04.601Z] c04d1437198b: Preparing [2021-01-27T18:10:04.601Z] c04d1437198b: Waiting [2021-01-27T18:10:04.863Z] a50bff7b04a1: Pushed [2021-01-27T18:10:04.863Z] ce9558360491: Pushed [2021-01-27T18:10:04.863Z] a771abc6bb07: Pushed [2021-01-27T18:10:04.863Z] c04d1437198b: Layer already exists [2021-01-27T18:10:04.863Z] 4d2b577494c8: Pushed [2021-01-27T18:10:06.253Z] d457a3eba9e2: Pushed [2021-01-27T18:10:06.514Z] e7b814b815485d8e5dfe911d99d52586a95aeed2: digest: sha256:882dcef7703fc1b2b367a3189b2329843de127e4235d3fccb26ac485b2007c47 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:10:06.821Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:10:07.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-27T18:10:07.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-27T18:10:07.144Z] d457a3eba9e2: Preparing [2021-01-27T18:10:07.144Z] ce9558360491: Preparing [2021-01-27T18:10:07.144Z] a771abc6bb07: Preparing [2021-01-27T18:10:07.144Z] a50bff7b04a1: Preparing [2021-01-27T18:10:07.144Z] 4d2b577494c8: Preparing [2021-01-27T18:10:07.144Z] c04d1437198b: Preparing [2021-01-27T18:10:07.144Z] c04d1437198b: Waiting [2021-01-27T18:10:07.144Z] a50bff7b04a1: Layer already exists [2021-01-27T18:10:07.144Z] a771abc6bb07: Layer already exists [2021-01-27T18:10:07.144Z] 4d2b577494c8: Layer already exists [2021-01-27T18:10:07.144Z] d457a3eba9e2: Layer already exists [2021-01-27T18:10:07.144Z] ce9558360491: Layer already exists [2021-01-27T18:10:07.144Z] c04d1437198b: Layer already exists [2021-01-27T18:10:07.144Z] latest: digest: sha256:882dcef7703fc1b2b367a3189b2329843de127e4235d3fccb26ac485b2007c47 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:10:07.450Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:10:07.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.1 [2021-01-27T18:10:07.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-27T18:10:07.745Z] d457a3eba9e2: Preparing [2021-01-27T18:10:07.745Z] ce9558360491: Preparing [2021-01-27T18:10:07.745Z] a771abc6bb07: Preparing [2021-01-27T18:10:07.745Z] a50bff7b04a1: Preparing [2021-01-27T18:10:07.745Z] 4d2b577494c8: Preparing [2021-01-27T18:10:07.745Z] c04d1437198b: Preparing [2021-01-27T18:10:07.745Z] c04d1437198b: Waiting [2021-01-27T18:10:07.745Z] d457a3eba9e2: Layer already exists [2021-01-27T18:10:07.745Z] ce9558360491: Layer already exists [2021-01-27T18:10:07.745Z] 4d2b577494c8: Layer already exists [2021-01-27T18:10:07.745Z] a50bff7b04a1: Layer already exists [2021-01-27T18:10:07.745Z] a771abc6bb07: Layer already exists [2021-01-27T18:10:07.745Z] c04d1437198b: Layer already exists [2021-01-27T18:10:07.745Z] 1.3.1-dev.1: digest: sha256:882dcef7703fc1b2b367a3189b2329843de127e4235d3fccb26ac485b2007c47 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:10:08.051Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:10:08.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 [2021-01-27T18:10:08.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-27T18:10:08.445Z] d457a3eba9e2: Preparing [2021-01-27T18:10:08.445Z] ce9558360491: Preparing [2021-01-27T18:10:08.445Z] a771abc6bb07: Preparing [2021-01-27T18:10:08.445Z] a50bff7b04a1: Preparing [2021-01-27T18:10:08.446Z] 4d2b577494c8: Preparing [2021-01-27T18:10:08.446Z] c04d1437198b: Preparing [2021-01-27T18:10:08.446Z] c04d1437198b: Waiting [2021-01-27T18:10:08.446Z] ce9558360491: Layer already exists [2021-01-27T18:10:08.446Z] a50bff7b04a1: Layer already exists [2021-01-27T18:10:08.446Z] 4d2b577494c8: Layer already exists [2021-01-27T18:10:08.446Z] a771abc6bb07: Layer already exists [2021-01-27T18:10:08.446Z] d457a3eba9e2: Layer already exists [2021-01-27T18:10:08.446Z] c04d1437198b: Layer already exists [2021-01-27T18:10:08.446Z] e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1: digest: sha256:882dcef7703fc1b2b367a3189b2329843de127e4235d3fccb26ac485b2007c47 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:10:08.928Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:10:09.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [2021-01-27T18:10:09.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-27T18:10:09.252Z] d457a3eba9e2: Preparing [2021-01-27T18:10:09.252Z] ce9558360491: Preparing [2021-01-27T18:10:09.252Z] a771abc6bb07: Preparing [2021-01-27T18:10:09.252Z] a50bff7b04a1: Preparing [2021-01-27T18:10:09.252Z] 4d2b577494c8: Preparing [2021-01-27T18:10:09.252Z] c04d1437198b: Preparing [2021-01-27T18:10:09.252Z] c04d1437198b: Waiting [2021-01-27T18:10:09.252Z] d457a3eba9e2: Layer already exists [2021-01-27T18:10:09.252Z] a50bff7b04a1: Layer already exists [2021-01-27T18:10:09.252Z] a771abc6bb07: Layer already exists [2021-01-27T18:10:09.252Z] ce9558360491: Layer already exists [2021-01-27T18:10:09.252Z] 4d2b577494c8: Layer already exists [2021-01-27T18:10:09.252Z] c04d1437198b: Layer already exists [2021-01-27T18:10:09.252Z] hanoi: digest: sha256:882dcef7703fc1b2b367a3189b2329843de127e4235d3fccb26ac485b2007c47 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T18:10:09.441Z] ===================================================== [Pipeline] echo [2021-01-27T18:10:09.493Z] taggedImages: [2021-01-27T18:10:09.493Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e7b814b815485d8e5dfe911d99d52586a95aeed2 [2021-01-27T18:10:09.493Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-27T18:10:09.493Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.1 [2021-01-27T18:10:09.493Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 [2021-01-27T18:10:09.493Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-27T18:19:01.251Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23429 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] ws [2021-01-27T18:19:01.318Z] Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout [2021-01-27T18:19:06.481Z] using credential edgex-jenkins-ssh [2021-01-27T18:19:06.546Z] Cloning the remote Git repository [2021-01-27T18:19:06.604Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-27T18:19:06.711Z] > git init /w/workspace/app-service-configurable/2 # timeout=10 [2021-01-27T18:19:06.783Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-27T18:19:06.783Z] > git --version # timeout=10 [2021-01-27T18:19:06.802Z] > git --version # 'git version 2.17.1' [2021-01-27T18:19:06.803Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T18:19:06.891Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T18:19:07.655Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-27T18:19:07.675Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T18:19:07.704Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-27T18:19:08.208Z] Checking out Revision e7b814b815485d8e5dfe911d99d52586a95aeed2 (hanoi) [2021-01-27T18:19:07.747Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-27T18:19:07.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T18:19:07.763Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-01-27T18:19:08.236Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T18:19:08.250Z] > git checkout -f e7b814b815485d8e5dfe911d99d52586a95aeed2 # timeout=10 [2021-01-27T18:19:12.706Z] Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi (#181)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T18:19:14.469Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-27T18:19:14.875Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T18:19:15.216Z] + sudo service docker restart [2021-01-27T18:19:15.216Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T18:19:17.919Z] provisioning config files... [2021-01-27T18:19:17.956Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config7250570551783769480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:19:18.367Z] ---> docker-login.sh [2021-01-27T18:19:18.367Z] nexus3.edgexfoundry.org:10001 [2021-01-27T18:19:19.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:19:19.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:19:19.622Z] Configure a credential helper to remove this warning. See [2021-01-27T18:19:19.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:19:19.622Z] [2021-01-27T18:19:19.622Z] Login Succeeded [2021-01-27T18:19:19.622Z] nexus3.edgexfoundry.org:10002 [2021-01-27T18:19:19.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:19:19.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:19:19.898Z] Configure a credential helper to remove this warning. See [2021-01-27T18:19:19.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:19:19.898Z] [2021-01-27T18:19:19.898Z] Login Succeeded [2021-01-27T18:19:19.898Z] nexus3.edgexfoundry.org:10003 [2021-01-27T18:19:20.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:19:20.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:19:20.491Z] Configure a credential helper to remove this warning. See [2021-01-27T18:19:20.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:19:20.491Z] [2021-01-27T18:19:20.491Z] Login Succeeded [2021-01-27T18:19:20.491Z] nexus3.edgexfoundry.org:10004 [2021-01-27T18:19:21.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:19:21.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:19:21.085Z] Configure a credential helper to remove this warning. See [2021-01-27T18:19:21.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:19:21.085Z] [2021-01-27T18:19:21.085Z] Login Succeeded [2021-01-27T18:19:21.085Z] docker.io [2021-01-27T18:19:21.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:19:21.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:19:21.629Z] Configure a credential helper to remove this warning. See [2021-01-27T18:19:21.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:19:21.629Z] [2021-01-27T18:19:21.629Z] Login Succeeded [2021-01-27T18:19:21.629Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T18:19:21.645Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T18:19:22.103Z] ========================================================= [2021-01-27T18:19:22.103Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T18:19:22.103Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:19:22.473Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-27T18:19:22.473Z] Sending build context to Docker daemon 98.82kB [2021-01-27T18:19:22.751Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-01-27T18:19:22.751Z] Step 2/8 : FROM ${BASE} [2021-01-27T18:19:23.025Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T18:19:23.025Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T18:19:23.025Z] a4357932f1b6: Pulling fs layer [2021-01-27T18:19:23.025Z] 18c013af1878: Pulling fs layer [2021-01-27T18:19:23.025Z] 00ac8860ef70: Pulling fs layer [2021-01-27T18:19:23.025Z] 63d7cb157983: Pulling fs layer [2021-01-27T18:19:23.025Z] b116817d02f9: Pulling fs layer [2021-01-27T18:19:23.025Z] 745a02a5169b: Pulling fs layer [2021-01-27T18:19:23.025Z] 00ac8860ef70: Waiting [2021-01-27T18:19:23.025Z] 63d7cb157983: Waiting [2021-01-27T18:19:23.025Z] b116817d02f9: Waiting [2021-01-27T18:19:23.025Z] 745a02a5169b: Waiting [2021-01-27T18:19:23.025Z] 18c013af1878: Verifying Checksum [2021-01-27T18:19:23.025Z] 18c013af1878: Download complete [2021-01-27T18:19:23.025Z] a4357932f1b6: Verifying Checksum [2021-01-27T18:19:23.025Z] a4357932f1b6: Download complete [2021-01-27T18:19:23.025Z] 63d7cb157983: Verifying Checksum [2021-01-27T18:19:23.025Z] 63d7cb157983: Download complete [2021-01-27T18:19:23.025Z] b116817d02f9: Verifying Checksum [2021-01-27T18:19:23.025Z] b116817d02f9: Download complete [2021-01-27T18:19:23.025Z] 5f621e34cdf4: Verifying Checksum [2021-01-27T18:19:23.025Z] 5f621e34cdf4: Download complete [2021-01-27T18:19:23.622Z] 5f621e34cdf4: Pull complete [2021-01-27T18:19:24.221Z] a4357932f1b6: Pull complete [2021-01-27T18:19:24.504Z] 18c013af1878: Pull complete [2021-01-27T18:19:25.105Z] 745a02a5169b: Verifying Checksum [2021-01-27T18:19:25.105Z] 745a02a5169b: Download complete [2021-01-27T18:19:26.545Z] 00ac8860ef70: Download complete [2021-01-27T18:19:36.710Z] 00ac8860ef70: Pull complete [2021-01-27T18:19:36.710Z] 63d7cb157983: Pull complete [2021-01-27T18:19:36.994Z] b116817d02f9: Pull complete [2021-01-27T18:19:41.311Z] 745a02a5169b: Pull complete [2021-01-27T18:19:41.311Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T18:19:41.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T18:19:41.311Z] ---> b7e6874047d6 [2021-01-27T18:19:41.311Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-27T18:19:43.931Z] ---> Running in c84d63eedadc [2021-01-27T18:19:43.931Z] Removing intermediate container c84d63eedadc [2021-01-27T18:19:43.931Z] ---> 357cde7e6b68 [2021-01-27T18:19:43.932Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:19:43.932Z] ---> Running in 658f68561276 [2021-01-27T18:19:45.901Z] Removing intermediate container 658f68561276 [2021-01-27T18:19:45.901Z] ---> 98cde5e67603 [2021-01-27T18:19:45.901Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-27T18:19:46.175Z] ---> Running in c5578bde7ecb [2021-01-27T18:19:47.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:19:48.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:19:48.732Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-27T18:19:48.732Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-27T18:19:48.732Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-27T18:19:49.007Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-27T18:19:49.007Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T18:19:49.007Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-27T18:19:49.282Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T18:19:49.282Z] OK: 144 MiB in 45 packages [2021-01-27T18:19:50.716Z] Removing intermediate container c5578bde7ecb [2021-01-27T18:19:50.716Z] ---> 6830508af754 [2021-01-27T18:19:50.716Z] Step 6/8 : WORKDIR /app [2021-01-27T18:19:50.716Z] ---> Running in 4c84c1d5b5fd [2021-01-27T18:19:50.989Z] Removing intermediate container 4c84c1d5b5fd [2021-01-27T18:19:50.989Z] ---> 3fcd5aee8fff [2021-01-27T18:19:50.989Z] Step 7/8 : COPY . . [2021-01-27T18:19:51.974Z] ---> 7f11778fa90f [2021-01-27T18:19:51.974Z] Step 8/8 : RUN go mod download [2021-01-27T18:19:51.974Z] ---> Running in 8a1b74b8b4d5 [2021-01-27T18:20:18.762Z] Removing intermediate container 8a1b74b8b4d5 [2021-01-27T18:20:18.762Z] ---> 8d96cd5f8892 [2021-01-27T18:20:18.762Z] Successfully built 8d96cd5f8892 [2021-01-27T18:20:18.762Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:20:19.118Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T18:20:19.118Z] . [Pipeline] withDockerContainer [2021-01-27T18:20:19.347Z] prd-ubuntu18.04-docker-arm64-4c-16g-23429 does not seem to be running inside a container [2021-01-27T18:20:19.425Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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-01-27T18:20:20.885Z] $ docker top b3d0ac1c80a30f8d914e18f47e3b75051a5f511984b94b54dfcf33b0f4f23b85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T18:20:21.930Z] + go version [2021-01-27T18:20:21.930Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T18:20:21.953Z] $ docker stop --time=1 b3d0ac1c80a30f8d914e18f47e3b75051a5f511984b94b54dfcf33b0f4f23b85 [2021-01-27T18:20:23.878Z] $ docker rm -f b3d0ac1c80a30f8d914e18f47e3b75051a5f511984b94b54dfcf33b0f4f23b85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:20:24.865Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T18:20:24.865Z] . [Pipeline] withDockerContainer [2021-01-27T18:20:25.132Z] prd-ubuntu18.04-docker-arm64-4c-16g-23429 does not seem to be running inside a container [2021-01-27T18:20:25.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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-01-27T18:20:26.715Z] $ docker top 809aa6fcc3689052874ea9e551ed97130db6a9cfbad849cdd227d952b01ef10d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T18:20:27.791Z] + make test [2021-01-27T18:20:27.791Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-27T18:21:24.433Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-27T18:21:24.433Z] CGO_ENABLED=1 go vet ./... [2021-01-27T18:21:27.119Z] gofmt -l . [2021-01-27T18:21:27.119Z] [ "`gofmt -l .`" = "" ] [2021-01-27T18:21:27.119Z] ./bin/test-go-mod-tidy.sh [2021-01-27T18:21:27.119Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-27T18:21:27.412Z] $ docker stop --time=1 809aa6fcc3689052874ea9e551ed97130db6a9cfbad849cdd227d952b01ef10d [2021-01-27T18:21:29.645Z] $ docker rm -f 809aa6fcc3689052874ea9e551ed97130db6a9cfbad849cdd227d952b01ef10d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T18:21:30.606Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-27T18:21:30.626Z] Warning: overwriting stash ‘coverage-report’ [2021-01-27T18:21:31.299Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T18:21:32.011Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-27T18:21:32.364Z] + ls -al . [2021-01-27T18:21:32.364Z] total 120 [2021-01-27T18:21:32.364Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 27 18:21 . [2021-01-27T18:21:32.364Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 18:19 .. [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 27 18:19 .dockerignore [2021-01-27T18:21:32.364Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 27 18:19 .git [2021-01-27T18:21:32.364Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 18:19 .github [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 93 Jan 27 18:19 .gitignore [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 6568 Jan 27 18:19 Attribution.txt [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 2002 Jan 27 18:19 Dockerfile [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 966 Jan 27 18:19 Dockerfile.build [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 27 18:19 Jenkinsfile [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 27 18:19 LICENSE [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 1277 Jan 27 18:19 README.md [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 27 18:05 VERSION [2021-01-27T18:21:32.364Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 18:19 bin [2021-01-27T18:21:32.364Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 27 18:20 coverage.out [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 180 Jan 27 18:19 docker-compose.debug.yml [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 133 Jan 27 18:19 docker-compose.yml [2021-01-27T18:21:32.364Z] -rw-r--r-- 1 jenkins jenkins 132 Jan 27 18:21 go.mod [2021-01-27T18:21:32.364Z] -rw-r--r-- 1 jenkins jenkins 19563 Jan 27 18:21 go.sum [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 1519 Jan 27 18:19 main.go [2021-01-27T18:21:32.364Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jan 27 18:19 makefile [2021-01-27T18:21:32.364Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 27 18:19 res [2021-01-27T18:21:32.364Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 18:19 snap [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:21:32.743Z] + 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=e7b814b815485d8e5dfe911d99d52586a95aeed2 --label arch=arm64 --label version=1.3.1-dev.1 . [2021-01-27T18:21:32.743Z] Sending build context to Docker daemon 121.3kB [2021-01-27T18:21:33.037Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2021-01-27T18:21:33.037Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-27T18:21:33.037Z] ---> 8d96cd5f8892 [2021-01-27T18:21:33.037Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-27T18:21:33.315Z] ---> Running in 2a9ae30d2417 [2021-01-27T18:21:33.588Z] Removing intermediate container 2a9ae30d2417 [2021-01-27T18:21:33.588Z] ---> 4f3241a1ea26 [2021-01-27T18:21:33.588Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-27T18:21:33.866Z] ---> Running in 771f2cd67b10 [2021-01-27T18:21:34.460Z] Removing intermediate container 771f2cd67b10 [2021-01-27T18:21:34.460Z] ---> 41f7008d2e12 [2021-01-27T18:21:34.460Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-27T18:21:34.460Z] ---> Running in 4880aed74955 [2021-01-27T18:21:34.733Z] Removing intermediate container 4880aed74955 [2021-01-27T18:21:34.733Z] ---> 52f87912ce3c [2021-01-27T18:21:34.733Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:21:35.004Z] ---> Running in 887a9f7b77fa [2021-01-27T18:21:36.970Z] Removing intermediate container 887a9f7b77fa [2021-01-27T18:21:36.970Z] ---> 6eaf0fadae12 [2021-01-27T18:21:36.970Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-27T18:21:36.970Z] ---> Running in c20f40e5c8e1 [2021-01-27T18:21:37.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:21:38.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:21:39.505Z] OK: 144 MiB in 45 packages [2021-01-27T18:21:40.488Z] Removing intermediate container c20f40e5c8e1 [2021-01-27T18:21:40.488Z] ---> 48b323e47199 [2021-01-27T18:21:40.488Z] Step 8/27 : WORKDIR /app [2021-01-27T18:21:40.488Z] ---> Running in e0398ee89860 [2021-01-27T18:21:40.761Z] Removing intermediate container e0398ee89860 [2021-01-27T18:21:40.761Z] ---> b3022612dafd [2021-01-27T18:21:40.761Z] Step 9/27 : COPY go.mod . [2021-01-27T18:21:41.741Z] ---> e4cdf9330bd6 [2021-01-27T18:21:41.741Z] Step 10/27 : RUN go mod download [2021-01-27T18:21:41.741Z] ---> Running in 59af56936806 [2021-01-27T18:21:43.713Z] Removing intermediate container 59af56936806 [2021-01-27T18:21:43.713Z] ---> 717beefaccdd [2021-01-27T18:21:43.713Z] Step 11/27 : COPY . . [2021-01-27T18:21:44.686Z] ---> 85085d012dbe [2021-01-27T18:21:44.686Z] Step 12/27 : ARG MAKE="make build" [2021-01-27T18:21:44.686Z] ---> Running in 93b9c8ace7d4 [2021-01-27T18:21:44.957Z] Removing intermediate container 93b9c8ace7d4 [2021-01-27T18:21:44.957Z] ---> fb7321964268 [2021-01-27T18:21:44.957Z] Step 13/27 : RUN $MAKE [2021-01-27T18:21:45.227Z] ---> Running in df657b4c6f24 [2021-01-27T18:21:46.202Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.1-dev.1" -o app-service-configurable [2021-01-27T18:22:33.212Z] Removing intermediate container df657b4c6f24 [2021-01-27T18:22:33.212Z] ---> cfe5cf1165da [2021-01-27T18:22:33.212Z] Step 14/27 : FROM alpine:latest [2021-01-27T18:22:33.212Z] latest: Pulling from library/alpine [2021-01-27T18:22:33.212Z] 30d5333d20a6: Pulling fs layer [2021-01-27T18:22:33.212Z] 30d5333d20a6: Verifying Checksum [2021-01-27T18:22:33.212Z] 30d5333d20a6: Pull complete [2021-01-27T18:22:33.212Z] Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 [2021-01-27T18:22:33.212Z] Status: Downloaded newer image for alpine:latest [2021-01-27T18:22:33.212Z] ---> 1fca6fe4a1ec [2021-01-27T18:22:33.212Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-27T18:22:33.212Z] ---> Running in 8dae77148dab [2021-01-27T18:22:33.212Z] Removing intermediate container 8dae77148dab [2021-01-27T18:22:33.212Z] ---> 37b2ee510695 [2021-01-27T18:22:33.212Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-27T18:22:33.481Z] ---> Running in ee337edf7281 [2021-01-27T18:22:33.751Z] Removing intermediate container ee337edf7281 [2021-01-27T18:22:33.751Z] ---> 6d7d13210539 [2021-01-27T18:22:33.751Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2021-01-27T18:22:34.026Z] ---> Running in 6032e89147a4 [2021-01-27T18:22:35.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:22:35.280Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:22:35.873Z] (1/6) Installing ca-certificates (20191127-r5) [2021-01-27T18:22:35.873Z] (2/6) Installing libgcc (10.2.1_pre1-r3) [2021-01-27T18:22:35.873Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T18:22:35.873Z] (4/6) Installing libstdc++ (10.2.1_pre1-r3) [2021-01-27T18:22:35.873Z] (5/6) Installing libzmq (4.3.3-r1) [2021-01-27T18:22:35.873Z] (6/6) Installing zeromq (4.3.3-r1) [2021-01-27T18:22:35.873Z] Executing busybox-1.32.1-r0.trigger [2021-01-27T18:22:36.147Z] Executing ca-certificates-20191127-r5.trigger [2021-01-27T18:22:36.147Z] OK: 9 MiB in 20 packages [2021-01-27T18:22:37.598Z] Removing intermediate container 6032e89147a4 [2021-01-27T18:22:37.598Z] ---> e19bbc2cc582 [2021-01-27T18:22:37.598Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-27T18:22:38.576Z] ---> 60272b19d344 [2021-01-27T18:22:38.576Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-27T18:22:39.172Z] ---> f9832b6178d4 [2021-01-27T18:22:39.172Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-27T18:22:39.765Z] ---> 769fedb9f656 [2021-01-27T18:22:39.765Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-27T18:22:41.207Z] ---> 981816bbd170 [2021-01-27T18:22:41.207Z] Step 22/27 : EXPOSE 48095 [2021-01-27T18:22:41.478Z] ---> Running in b58c319157df [2021-01-27T18:22:41.751Z] Removing intermediate container b58c319157df [2021-01-27T18:22:41.751Z] ---> fb3b9ea3c997 [2021-01-27T18:22:41.751Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-27T18:22:42.034Z] ---> Running in 832bd2f980bc [2021-01-27T18:22:42.307Z] Removing intermediate container 832bd2f980bc [2021-01-27T18:22:42.307Z] ---> ec521f2c23d2 [2021-01-27T18:22:42.307Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T18:22:42.579Z] ---> Running in 081ecca06e86 [2021-01-27T18:22:42.857Z] Removing intermediate container 081ecca06e86 [2021-01-27T18:22:42.857Z] ---> fc87faa3d17e [2021-01-27T18:22:42.857Z] Step 25/27 : LABEL arch=arm64 [2021-01-27T18:22:43.128Z] ---> Running in 4b0bcbda4d9a [2021-01-27T18:22:43.400Z] Removing intermediate container 4b0bcbda4d9a [2021-01-27T18:22:43.400Z] ---> 97fa012d9aba [2021-01-27T18:22:43.400Z] Step 26/27 : LABEL git_sha=e7b814b815485d8e5dfe911d99d52586a95aeed2 [2021-01-27T18:22:43.672Z] ---> Running in 6221b1d3202f [2021-01-27T18:22:43.947Z] Removing intermediate container 6221b1d3202f [2021-01-27T18:22:43.947Z] ---> b23d06a1ee8e [2021-01-27T18:22:43.947Z] Step 27/27 : LABEL version=1.3.1-dev.1 [2021-01-27T18:22:44.220Z] ---> Running in 02f665206b43 [2021-01-27T18:22:44.490Z] Removing intermediate container 02f665206b43 [2021-01-27T18:22:44.490Z] ---> efda9bfd0802 [2021-01-27T18:22:44.490Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-27T18:22:44.490Z] Successfully built efda9bfd0802 [2021-01-27T18:22:44.490Z] 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-01-27T18:22:44.969Z] provisioning config files... [2021-01-27T18:22:45.026Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config2806589226817534115tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:22:45.417Z] ---> docker-login.sh [2021-01-27T18:22:45.417Z] nexus3.edgexfoundry.org:10001 [2021-01-27T18:22:45.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:22:45.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:22:45.693Z] Configure a credential helper to remove this warning. See [2021-01-27T18:22:45.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:22:45.693Z] [2021-01-27T18:22:45.693Z] Login Succeeded [2021-01-27T18:22:45.693Z] nexus3.edgexfoundry.org:10002 [2021-01-27T18:22:46.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:22:46.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:22:46.286Z] Configure a credential helper to remove this warning. See [2021-01-27T18:22:46.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:22:46.286Z] [2021-01-27T18:22:46.286Z] Login Succeeded [2021-01-27T18:22:46.286Z] nexus3.edgexfoundry.org:10003 [2021-01-27T18:22:46.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:22:46.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:22:46.826Z] Configure a credential helper to remove this warning. See [2021-01-27T18:22:46.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:22:46.826Z] [2021-01-27T18:22:46.826Z] Login Succeeded [2021-01-27T18:22:46.826Z] nexus3.edgexfoundry.org:10004 [2021-01-27T18:22:47.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:22:47.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:22:47.371Z] Configure a credential helper to remove this warning. See [2021-01-27T18:22:47.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:22:47.371Z] [2021-01-27T18:22:47.371Z] Login Succeeded [2021-01-27T18:22:47.371Z] docker.io [2021-01-27T18:22:47.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T18:22:48.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T18:22:48.239Z] Configure a credential helper to remove this warning. See [2021-01-27T18:22:48.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T18:22:48.239Z] [2021-01-27T18:22:48.239Z] Login Succeeded [2021-01-27T18:22:48.239Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T18:22:48.256Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T18:22:48.512Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-01-27T18:22:48.512Z] e7b814b815485d8e5dfe911d99d52586a95aeed2 [2021-01-27T18:22:48.512Z] latest [2021-01-27T18:22:48.512Z] 1.3.1-dev.1 [2021-01-27T18:22:48.512Z] e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 [2021-01-27T18:22:48.512Z] hanoi [2021-01-27T18:22:48.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:22:49.030Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e7b814b815485d8e5dfe911d99d52586a95aeed2 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:22:49.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e7b814b815485d8e5dfe911d99d52586a95aeed2 [2021-01-27T18:22:49.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-27T18:22:49.373Z] bc167f96804f: Preparing [2021-01-27T18:22:49.373Z] bf2e881bad19: Preparing [2021-01-27T18:22:49.373Z] 88e643714a6a: Preparing [2021-01-27T18:22:49.373Z] 611f511eb7aa: Preparing [2021-01-27T18:22:49.373Z] 2d6c59478bc8: Preparing [2021-01-27T18:22:49.373Z] 7fc22f762ef3: Preparing [2021-01-27T18:22:49.373Z] 7fc22f762ef3: Waiting [2021-01-27T18:22:49.673Z] 611f511eb7aa: Pushed [2021-01-27T18:22:49.673Z] 88e643714a6a: Pushed [2021-01-27T18:22:49.673Z] bf2e881bad19: Pushed [2021-01-27T18:22:49.673Z] 7fc22f762ef3: Layer already exists [2021-01-27T18:22:50.652Z] 2d6c59478bc8: Pushed [2021-01-27T18:22:54.026Z] bc167f96804f: Pushed [2021-01-27T18:22:54.026Z] e7b814b815485d8e5dfe911d99d52586a95aeed2: digest: sha256:87bc44985313d541d03150cc9a536502e84a5da6db34fd6876d0d8d7da87fc19 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:22:54.375Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:22:54.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-27T18:22:54.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-27T18:22:54.711Z] bc167f96804f: Preparing [2021-01-27T18:22:54.711Z] bf2e881bad19: Preparing [2021-01-27T18:22:54.711Z] 88e643714a6a: Preparing [2021-01-27T18:22:54.711Z] 611f511eb7aa: Preparing [2021-01-27T18:22:54.711Z] 2d6c59478bc8: Preparing [2021-01-27T18:22:54.711Z] 7fc22f762ef3: Preparing [2021-01-27T18:22:54.711Z] 7fc22f762ef3: Waiting [2021-01-27T18:22:54.711Z] 2d6c59478bc8: Layer already exists [2021-01-27T18:22:54.983Z] bc167f96804f: Layer already exists [2021-01-27T18:22:54.983Z] 88e643714a6a: Layer already exists [2021-01-27T18:22:54.983Z] bf2e881bad19: Layer already exists [2021-01-27T18:22:54.983Z] 611f511eb7aa: Layer already exists [2021-01-27T18:22:54.983Z] 7fc22f762ef3: Layer already exists [2021-01-27T18:22:54.983Z] latest: digest: sha256:87bc44985313d541d03150cc9a536502e84a5da6db34fd6876d0d8d7da87fc19 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:22:55.324Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:22:55.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.1 [2021-01-27T18:22:55.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-27T18:22:55.665Z] bc167f96804f: Preparing [2021-01-27T18:22:55.665Z] bf2e881bad19: Preparing [2021-01-27T18:22:55.665Z] 88e643714a6a: Preparing [2021-01-27T18:22:55.665Z] 611f511eb7aa: Preparing [2021-01-27T18:22:55.665Z] 2d6c59478bc8: Preparing [2021-01-27T18:22:55.665Z] 7fc22f762ef3: Preparing [2021-01-27T18:22:55.665Z] 7fc22f762ef3: Waiting [2021-01-27T18:22:55.665Z] 2d6c59478bc8: Layer already exists [2021-01-27T18:22:55.665Z] bf2e881bad19: Layer already exists [2021-01-27T18:22:55.665Z] bc167f96804f: Layer already exists [2021-01-27T18:22:55.665Z] 88e643714a6a: Layer already exists [2021-01-27T18:22:55.665Z] 611f511eb7aa: Layer already exists [2021-01-27T18:22:55.665Z] 7fc22f762ef3: Layer already exists [2021-01-27T18:22:55.934Z] 1.3.1-dev.1: digest: sha256:87bc44985313d541d03150cc9a536502e84a5da6db34fd6876d0d8d7da87fc19 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:22:56.271Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:22:56.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 [2021-01-27T18:22:56.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-27T18:22:56.604Z] bc167f96804f: Preparing [2021-01-27T18:22:56.604Z] bf2e881bad19: Preparing [2021-01-27T18:22:56.604Z] 88e643714a6a: Preparing [2021-01-27T18:22:56.604Z] 611f511eb7aa: Preparing [2021-01-27T18:22:56.604Z] 2d6c59478bc8: Preparing [2021-01-27T18:22:56.604Z] 7fc22f762ef3: Preparing [2021-01-27T18:22:56.604Z] 7fc22f762ef3: Waiting [2021-01-27T18:22:56.604Z] 611f511eb7aa: Layer already exists [2021-01-27T18:22:56.604Z] bf2e881bad19: Layer already exists [2021-01-27T18:22:56.604Z] bc167f96804f: Layer already exists [2021-01-27T18:22:56.604Z] 88e643714a6a: Layer already exists [2021-01-27T18:22:56.604Z] 2d6c59478bc8: Layer already exists [2021-01-27T18:22:56.604Z] 7fc22f762ef3: Layer already exists [2021-01-27T18:22:56.875Z] e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1: digest: sha256:87bc44985313d541d03150cc9a536502e84a5da6db34fd6876d0d8d7da87fc19 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:22:57.216Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:22:57.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [2021-01-27T18:22:57.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-27T18:22:57.548Z] bc167f96804f: Preparing [2021-01-27T18:22:57.548Z] bf2e881bad19: Preparing [2021-01-27T18:22:57.548Z] 88e643714a6a: Preparing [2021-01-27T18:22:57.548Z] 611f511eb7aa: Preparing [2021-01-27T18:22:57.548Z] 2d6c59478bc8: Preparing [2021-01-27T18:22:57.548Z] 7fc22f762ef3: Preparing [2021-01-27T18:22:57.548Z] 7fc22f762ef3: Waiting [2021-01-27T18:22:57.548Z] bc167f96804f: Layer already exists [2021-01-27T18:22:57.548Z] 2d6c59478bc8: Layer already exists [2021-01-27T18:22:57.548Z] bf2e881bad19: Layer already exists [2021-01-27T18:22:57.548Z] 88e643714a6a: Layer already exists [2021-01-27T18:22:57.548Z] 611f511eb7aa: Layer already exists [2021-01-27T18:22:57.548Z] 7fc22f762ef3: Layer already exists [2021-01-27T18:22:57.817Z] hanoi: digest: sha256:87bc44985313d541d03150cc9a536502e84a5da6db34fd6876d0d8d7da87fc19 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T18:22:58.021Z] ===================================================== [Pipeline] echo [2021-01-27T18:22:58.068Z] taggedImages: [2021-01-27T18:22:58.068Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e7b814b815485d8e5dfe911d99d52586a95aeed2 [2021-01-27T18:22:58.068Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-27T18:22:58.068Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.1 [2021-01-27T18:22:58.068Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 [2021-01-27T18:22:58.068Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-27T18:22:59.658Z] provisioning config files... [2021-01-27T18:22:59.668Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config5656474042749593381tmp [Pipeline] { [Pipeline] sh [2021-01-27T18:23:00.062Z] + set +x [2021-01-27T18:23:00.062Z] + curl -s https://codecov.io/bash [2021-01-27T18:23:00.062Z] + bash -s -- [2021-01-27T18:23:00.325Z] [2021-01-27T18:23:00.325Z] _____ _ [2021-01-27T18:23:00.325Z] / ____| | | [2021-01-27T18:23:00.325Z] | | ___ __| | ___ ___ _____ __ [2021-01-27T18:23:00.325Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-27T18:23:00.325Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-27T18:23:00.325Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-27T18:23:00.325Z] Bash-20210115-cec3c92 [2021-01-27T18:23:00.325Z] [2021-01-27T18:23:00.325Z] [2021-01-27T18:23:00.325Z] ==> git version 2.24.3 found [2021-01-27T18:23:00.325Z] ==> 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-01-27T18:23:00.325Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-27T18:23:00.325Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-27T18:23:00.325Z] ==> Jenkins CI detected. [2021-01-27T18:23:00.325Z] project root: . [2021-01-27T18:23:00.325Z] --> token set from env [2021-01-27T18:23:00.325Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-27T18:23:00.325Z] ==> Running gcov in . (disable via -X gcov) [2021-01-27T18:23:00.325Z] ==> Python coveragepy not found [2021-01-27T18:23:00.325Z] ==> Searching for coverage reports in: [2021-01-27T18:23:00.325Z] + . [2021-01-27T18:23:00.325Z] -> Found 1 reports [2021-01-27T18:23:00.325Z] ==> Detecting git/mercurial file structure [2021-01-27T18:23:00.325Z] ==> Reading reports [2021-01-27T18:23:00.325Z] + ./coverage.out bytes=10 [2021-01-27T18:23:00.325Z] ==> Appending adjustments [2021-01-27T18:23:00.325Z] https://docs.codecov.io/docs/fixing-reports [2021-01-27T18:23:00.325Z] + Found adjustments [2021-01-27T18:23:00.325Z] ==> Gzipping contents [2021-01-27T18:23:00.325Z] 4.0K /tmp/codecov.mqZYYk.gz [2021-01-27T18:23:00.325Z] ==> Uploading reports [2021-01-27T18:23:00.325Z] url: https://codecov.io [2021-01-27T18:23:00.325Z] query: branch=hanoi&commit=e7b814b815485d8e5dfe911d99d52586a95aeed2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-27T18:23:00.325Z] -> Pinging Codecov [2021-01-27T18:23:00.325Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=hanoi&commit=e7b814b815485d8e5dfe911d99d52586a95aeed2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-27T18:23:00.905Z] -> Uploading to [2021-01-27T18:23:00.905Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-27/A97CA9966030D2A3747ED39772930CCE/e7b814b815485d8e5dfe911d99d52586a95aeed2/ca278ce0-6330-4c90-ad31-45c53a3a28ca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T182300Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=75bbae512db174ccd84708e73a96cf9d8b9c5980c4079177facd94dd8a8c97ce [2021-01-27T18:23:00.905Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T18:23:00.905Z] Dload Upload Total Spent Left Speed [2021-01-27T18:23:01.169Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 885 --:--:-- --:--:-- --:--:-- 887 [2021-01-27T18:23:01.169Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/e7b814b815485d8e5dfe911d99d52586a95aeed2 [Pipeline] } [2021-01-27T18:23:01.183Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-27T18:23:02.090Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-27T18:23:02.157Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:23:02.516Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-27T18:23:02.516Z] [2021-01-27T18:23:02.516Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:23:02.874Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-27T18:23:02.874Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-27T18:23:02.874Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T18:23:02.874Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T18:23:02.874Z] de9db76c5a1d: Pulling fs layer [2021-01-27T18:23:02.874Z] 0eba1c9be4d2: Pulling fs layer [2021-01-27T18:23:02.874Z] 0d57e429df01: Pulling fs layer [2021-01-27T18:23:02.874Z] 4e4be7b47b0d: Pulling fs layer [2021-01-27T18:23:02.874Z] e1f770b5df2f: Pulling fs layer [2021-01-27T18:23:02.874Z] 85a0685a4137: Pulling fs layer [2021-01-27T18:23:02.874Z] 0d57e429df01: Waiting [2021-01-27T18:23:02.874Z] 4e4be7b47b0d: Waiting [2021-01-27T18:23:02.874Z] e1f770b5df2f: Waiting [2021-01-27T18:23:02.874Z] 85a0685a4137: Waiting [2021-01-27T18:23:02.874Z] 0eba1c9be4d2: Waiting [2021-01-27T18:23:02.874Z] de9db76c5a1d: Verifying Checksum [2021-01-27T18:23:02.874Z] de9db76c5a1d: Download complete [2021-01-27T18:23:02.874Z] 0ef7d3d256c8: Download complete [2021-01-27T18:23:02.874Z] 0d57e429df01: Verifying Checksum [2021-01-27T18:23:02.874Z] 0d57e429df01: Download complete [2021-01-27T18:23:02.874Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T18:23:02.874Z] 188c0c94c7c5: Download complete [2021-01-27T18:23:02.874Z] 4e4be7b47b0d: Verifying Checksum [2021-01-27T18:23:02.874Z] 4e4be7b47b0d: Download complete [2021-01-27T18:23:03.455Z] 188c0c94c7c5: Pull complete [2021-01-27T18:23:03.717Z] 0ef7d3d256c8: Pull complete [2021-01-27T18:23:03.717Z] de9db76c5a1d: Pull complete [2021-01-27T18:23:04.670Z] e1f770b5df2f: Verifying Checksum [2021-01-27T18:23:04.670Z] e1f770b5df2f: Download complete [2021-01-27T18:23:06.610Z] 0eba1c9be4d2: Verifying Checksum [2021-01-27T18:23:06.610Z] 0eba1c9be4d2: Download complete [2021-01-27T18:23:06.876Z] 85a0685a4137: Verifying Checksum [2021-01-27T18:23:06.876Z] 85a0685a4137: Download complete [2021-01-27T18:23:12.203Z] 0eba1c9be4d2: Pull complete [2021-01-27T18:23:12.203Z] 0d57e429df01: Pull complete [2021-01-27T18:23:12.203Z] 4e4be7b47b0d: Pull complete [2021-01-27T18:23:14.766Z] e1f770b5df2f: Pull complete [2021-01-27T18:23:22.957Z] 85a0685a4137: Pull complete [2021-01-27T18:23:22.957Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-27T18:23:22.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-27T18:23:22.957Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-27T18:23:23.206Z] prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container [2021-01-27T18:23:23.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-27T18:23:24.449Z] $ docker top 126d6223c9adfd8184b6c74ab7064c3c081d158f979ec74526c73257141a983b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T18:23:24.699Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-27T18:23:24.995Z] + set -o pipefail [2021-01-27T18:23:24.995Z] + snyk monitor '--org=edgex-jenkins' [2021-01-27T18:23:43.155Z] [2021-01-27T18:23:43.155Z] Monitoring /w/workspace/y_app-service-configurable_hanoi (github.com/edgexfoundry/app-service-configurable)... [2021-01-27T18:23:43.155Z] [2021-01-27T18:23:43.155Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/f802a348-91c9-40ea-8e80-607fd8a7caaa [2021-01-27T18:23:43.155Z] [2021-01-27T18:23:43.155Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-27T18:23:43.155Z] [2021-01-27T18:23:43.155Z] [Pipeline] } [2021-01-27T18:23:43.173Z] $ docker stop --time=1 126d6223c9adfd8184b6c74ab7064c3c081d158f979ec74526c73257141a983b [2021-01-27T18:23:45.356Z] $ docker rm -f 126d6223c9adfd8184b6c74ab7064c3c081d158f979ec74526c73257141a983b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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-01-27T18:23:47.448Z] + git log --format=format:%s -1 e7b814b815485d8e5dfe911d99d52586a95aeed2 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:23:47.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T18:23:47.766Z] . [Pipeline] withDockerContainer [2021-01-27T18:23:47.865Z] prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container [2021-01-27T18:23:47.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-27T18:23:48.748Z] $ docker top 6458b122069ac98a26dcedb63f504c0d5bac1c2085353f407dc63e500d9a1113 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T18:23:49.053Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T18:23:49.053Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T18:23:49.265Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T18:23:49.268Z] $ docker exec 6458b122069ac98a26dcedb63f504c0d5bac1c2085353f407dc63e500d9a1113 ssh-agent [2021-01-27T18:23:49.445Z] SSH_AUTH_SOCK=/tmp/ssh-xQ01G6XZsKUt/agent.12 [2021-01-27T18:23:49.445Z] SSH_AGENT_PID=17 [2021-01-27T18:23:49.453Z] Running ssh-add (command line suppressed) [2021-01-27T18:23:49.585Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1829136272119630912.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1829136272119630912.key) [2021-01-27T18:23:49.643Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T18:23:49.978Z] + git semver tag [2021-01-27T18:23:49.978Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T18:23:49.978Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-01-27T18:23:49.978Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-01-27T18:23:49.978Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T18:23:49.978Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T18:23:49.978Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T18:23:49.978Z] # $SEMVER_BRANCH = hanoi [2021-01-27T18:23:49.978Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [2021-01-27T18:23:49.978Z] # e7b814b815485d8e5dfe911d99d52586a95aeed2 HEAD [2021-01-27T18:23:49.978Z] # -> Force: false [2021-01-27T18:23:49.978Z] # 87fa53d78ac4d6095af25079162e78c50f9765dd refs/tags/v1.3.1-dev.1 [Pipeline] } [2021-01-27T18:23:49.991Z] $ docker exec --env ******** --env ******** 6458b122069ac98a26dcedb63f504c0d5bac1c2085353f407dc63e500d9a1113 ssh-agent -k [2021-01-27T18:23:50.111Z] unset SSH_AUTH_SOCK; [2021-01-27T18:23:50.111Z] unset SSH_AGENT_PID; [2021-01-27T18:23:50.111Z] echo Agent pid 17 killed; [2021-01-27T18:23:50.165Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T18:23:50.698Z] + git semver [Pipeline] } [2021-01-27T18:23:50.716Z] $ docker stop --time=1 6458b122069ac98a26dcedb63f504c0d5bac1c2085353f407dc63e500d9a1113 [2021-01-27T18:23:52.112Z] $ docker rm -f 6458b122069ac98a26dcedb63f504c0d5bac1c2085353f407dc63e500d9a1113 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:23:52.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-27T18:23:52.810Z] [2021-01-27T18:23:52.810Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:23:53.177Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-27T18:23:53.177Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-27T18:23:53.177Z] ab5ef0e58194: Pulling fs layer [2021-01-27T18:23:53.177Z] 9712f1f96733: Pulling fs layer [2021-01-27T18:23:53.177Z] 63f879dbbcfc: Pulling fs layer [2021-01-27T18:23:53.177Z] 0d9ebad4ef96: Pulling fs layer [2021-01-27T18:23:53.177Z] e9a5061849ea: Pulling fs layer [2021-01-27T18:23:53.177Z] d747dcd14b5f: Pulling fs layer [2021-01-27T18:23:53.177Z] 2de7ff778b66: Pulling fs layer [2021-01-27T18:23:53.177Z] 0d9ebad4ef96: Waiting [2021-01-27T18:23:53.177Z] e9a5061849ea: Waiting [2021-01-27T18:23:53.177Z] d747dcd14b5f: Waiting [2021-01-27T18:23:53.177Z] 2de7ff778b66: Waiting [2021-01-27T18:23:53.177Z] 9712f1f96733: Verifying Checksum [2021-01-27T18:23:53.177Z] 9712f1f96733: Download complete [2021-01-27T18:23:55.112Z] 63f879dbbcfc: Verifying Checksum [2021-01-27T18:23:55.112Z] 63f879dbbcfc: Download complete [2021-01-27T18:23:55.112Z] e9a5061849ea: Verifying Checksum [2021-01-27T18:23:55.112Z] e9a5061849ea: Download complete [2021-01-27T18:23:55.112Z] d747dcd14b5f: Verifying Checksum [2021-01-27T18:23:55.112Z] d747dcd14b5f: Download complete [2021-01-27T18:23:55.374Z] 2de7ff778b66: Verifying Checksum [2021-01-27T18:23:55.374Z] 2de7ff778b66: Download complete [2021-01-27T18:23:55.374Z] 0d9ebad4ef96: Verifying Checksum [2021-01-27T18:23:55.374Z] 0d9ebad4ef96: Download complete [2021-01-27T18:23:55.636Z] ab5ef0e58194: Verifying Checksum [2021-01-27T18:23:55.636Z] ab5ef0e58194: Download complete [2021-01-27T18:24:00.980Z] ab5ef0e58194: Pull complete [2021-01-27T18:24:00.980Z] 9712f1f96733: Pull complete [2021-01-27T18:24:03.564Z] 63f879dbbcfc: Pull complete [2021-01-27T18:24:10.348Z] 0d9ebad4ef96: Pull complete [2021-01-27T18:24:11.309Z] e9a5061849ea: Pull complete [2021-01-27T18:24:11.573Z] d747dcd14b5f: Pull complete [2021-01-27T18:24:14.134Z] 2de7ff778b66: Pull complete [2021-01-27T18:24:14.134Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-27T18:24:14.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-27T18:24:14.134Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-27T18:24:14.349Z] prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container [2021-01-27T18:24:14.396Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-27T18:24:17.774Z] $ docker top 51a1b809a83c2121bc5c3ff74d5134d2104aff9c388a0e2a58be00f554f7e38e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-27T18:24:17.979Z] provisioning config files... [2021-01-27T18:24:17.989Z] copy managed file [sigul-config] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config814530815573661148tmp [2021-01-27T18:24:18.005Z] copy managed file [sigul-password] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config5223117366338623552tmp [2021-01-27T18:24:18.022Z] copy managed file [sigul-pki] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config8804598445521197447tmp [Pipeline] { [Pipeline] echo [2021-01-27T18:24:18.075Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:24:18.374Z] ---> sigul-configuration.sh [2021-01-27T18:24:18.374Z] gpg: directory `/root/.gnupg' created [2021-01-27T18:24:18.374Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-27T18:24:18.374Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-27T18:24:18.374Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-27T18:24:18.374Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-27T18:24:18.374Z] gpg: CAST5 encrypted data [2021-01-27T18:24:18.637Z] gpg: encrypted with 1 passphrase [2021-01-27T18:24:18.637Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-27T18:24:18.938Z] + mkdir /home/jenkins [2021-01-27T18:24:18.938Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-27T18:24:19.237Z] + 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-01-27T18:24:19.249Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:24:19.545Z] ---> sigul-install.sh [2021-01-27T18:24:26.179Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-27T18:24:26.489Z] + git tag --list [2021-01-27T18:24:26.489Z] v1.0.0 [2021-01-27T18:24:26.489Z] v1.1.0 [2021-01-27T18:24:26.489Z] v1.2.0 [2021-01-27T18:24:26.489Z] v1.3.0 [2021-01-27T18:24:26.489Z] v1.3.1-dev.1 [2021-01-27T18:24:26.489Z] v2.0.0-dev.1 [2021-01-27T18:24:26.489Z] v2.0.0-dev.10 [2021-01-27T18:24:26.489Z] v2.0.0-dev.11 [2021-01-27T18:24:26.489Z] v2.0.0-dev.12 [2021-01-27T18:24:26.489Z] v2.0.0-dev.13 [2021-01-27T18:24:26.489Z] v2.0.0-dev.2 [2021-01-27T18:24:26.489Z] v2.0.0-dev.3 [2021-01-27T18:24:26.489Z] v2.0.0-dev.4 [2021-01-27T18:24:26.489Z] v2.0.0-dev.5 [2021-01-27T18:24:26.489Z] v2.0.0-dev.6 [2021-01-27T18:24:26.489Z] v2.0.0-dev.7 [2021-01-27T18:24:26.489Z] v2.0.0-dev.8 [2021-01-27T18:24:26.489Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-27T18:24:26.810Z] + lftools sign git-tag v1.3.1-dev.1 [2021-01-27T18:24:28.210Z] Signing Git tag with Sigul... [2021-01-27T18:24:28.210Z] Signing v1.3.1-dev.1 [Pipeline] echo [2021-01-27T18:24:29.168Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:24:29.467Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-27T18:24:29.476Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-27T18:24:29.570Z] $ docker stop --time=1 51a1b809a83c2121bc5c3ff74d5134d2104aff9c388a0e2a58be00f554f7e38e [2021-01-27T18:24:31.658Z] $ docker rm -f 51a1b809a83c2121bc5c3ff74d5134d2104aff9c388a0e2a58be00f554f7e38e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:24:32.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T18:24:32.820Z] . [Pipeline] withDockerContainer [2021-01-27T18:24:32.931Z] prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container [2021-01-27T18:24:32.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-27T18:24:33.846Z] $ docker top cefe92b8447e44db0992a1e5d5f2478033176bbf710d50b16ee5c2bc58e2d464 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T18:24:34.193Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T18:24:34.193Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T18:24:34.412Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T18:24:34.415Z] $ docker exec cefe92b8447e44db0992a1e5d5f2478033176bbf710d50b16ee5c2bc58e2d464 ssh-agent [2021-01-27T18:24:34.600Z] SSH_AUTH_SOCK=/tmp/ssh-Bu54RSfts0Ly/agent.11 [2021-01-27T18:24:34.600Z] SSH_AGENT_PID=16 [2021-01-27T18:24:34.608Z] Running ssh-add (command line suppressed) [2021-01-27T18:24:34.737Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1947951264585337403.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1947951264585337403.key) [2021-01-27T18:24:34.799Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T18:24:35.133Z] + git semver bump pre [2021-01-27T18:24:35.133Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T18:24:35.133Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-01-27T18:24:35.133Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-01-27T18:24:35.133Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T18:24:35.133Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T18:24:35.133Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T18:24:35.133Z] # $SEMVER_BRANCH = hanoi [2021-01-27T18:24:35.133Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [2021-01-27T18:24:35.133Z] 1.3.1-dev.2 [Pipeline] } [2021-01-27T18:24:35.147Z] $ docker exec --env ******** --env ******** cefe92b8447e44db0992a1e5d5f2478033176bbf710d50b16ee5c2bc58e2d464 ssh-agent -k [2021-01-27T18:24:35.269Z] unset SSH_AUTH_SOCK; [2021-01-27T18:24:35.269Z] unset SSH_AGENT_PID; [2021-01-27T18:24:35.269Z] echo Agent pid 16 killed; [2021-01-27T18:24:35.325Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T18:24:35.841Z] + git semver [Pipeline] } [2021-01-27T18:24:35.857Z] $ docker stop --time=1 cefe92b8447e44db0992a1e5d5f2478033176bbf710d50b16ee5c2bc58e2d464 [2021-01-27T18:24:37.212Z] $ docker rm -f cefe92b8447e44db0992a1e5d5f2478033176bbf710d50b16ee5c2bc58e2d464 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:24:37.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T18:24:37.771Z] . [Pipeline] withDockerContainer [2021-01-27T18:24:37.883Z] prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container [2021-01-27T18:24:37.934Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-27T18:24:38.606Z] $ docker top 2a2e031a178c66b73a241b46f30f2f97743ea1feae89ba39f1d95bbf33a756e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T18:24:38.947Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T18:24:38.947Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T18:24:39.142Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T18:24:39.145Z] $ docker exec 2a2e031a178c66b73a241b46f30f2f97743ea1feae89ba39f1d95bbf33a756e3 ssh-agent [2021-01-27T18:24:39.335Z] SSH_AUTH_SOCK=/tmp/ssh-JUFGrEcIVmgm/agent.11 [2021-01-27T18:24:39.335Z] SSH_AGENT_PID=17 [2021-01-27T18:24:39.342Z] Running ssh-add (command line suppressed) [2021-01-27T18:24:39.472Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_2387698505751429955.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_2387698505751429955.key) [2021-01-27T18:24:39.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T18:24:39.889Z] + git semver push [2021-01-27T18:24:39.890Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T18:24:39.890Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-01-27T18:24:39.890Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-01-27T18:24:39.890Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T18:24:39.890Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T18:24:39.890Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T18:24:39.890Z] # $SEMVER_BRANCH = hanoi [2021-01-27T18:24:39.890Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } [2021-01-27T18:24:46.512Z] $ docker exec --env ******** --env ******** 2a2e031a178c66b73a241b46f30f2f97743ea1feae89ba39f1d95bbf33a756e3 ssh-agent -k [2021-01-27T18:24:46.659Z] unset SSH_AUTH_SOCK; [2021-01-27T18:24:46.659Z] unset SSH_AGENT_PID; [2021-01-27T18:24:46.659Z] echo Agent pid 17 killed; [2021-01-27T18:24:46.726Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T18:24:47.193Z] + git semver [Pipeline] } [2021-01-27T18:24:47.211Z] $ docker stop --time=1 2a2e031a178c66b73a241b46f30f2f97743ea1feae89ba39f1d95bbf33a756e3 [2021-01-27T18:24:48.575Z] $ docker rm -f 2a2e031a178c66b73a241b46f30f2f97743ea1feae89ba39f1d95bbf33a756e3 [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-01-27T18:24:50.096Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:24:50.666Z] ---> package-listing.sh [2021-01-27T18:24:50.666Z] ++ facter osfamily [2021-01-27T18:24:50.666Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T18:24:50.666Z] + OS_FAMILY=redhat [2021-01-27T18:24:50.666Z] + workspace=/w/workspace/y_app-service-configurable_hanoi [2021-01-27T18:24:50.666Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T18:24:50.666Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T18:24:50.666Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T18:24:50.666Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T18:24:50.666Z] + '[' /w/workspace/y_app-service-configurable_hanoi ']' [2021-01-27T18:24:50.666Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T18:24:50.666Z] + case "${OS_FAMILY}" in [2021-01-27T18:24:50.666Z] + rpm -qa [2021-01-27T18:24:50.666Z] + sort [2021-01-27T18:24:56.069Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T18:24:56.069Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T18:24:56.069Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T18:24:56.069Z] + '[' /w/workspace/y_app-service-configurable_hanoi ']' [2021-01-27T18:24:56.069Z] + mkdir -p /w/workspace/y_app-service-configurable_hanoi/archives/ [2021-01-27T18:24:56.069Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-service-configurable_hanoi/archives/ [Pipeline] echo [2021-01-27T18:24:56.083Z] 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/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-27T18:24:56.376Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:24:56.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T18:24:56.681Z] [2021-01-27T18:24:56.681Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:24:57.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T18:24:57.034Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T18:24:57.034Z] df20fa9351a1: Pulling fs layer [2021-01-27T18:24:57.034Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T18:24:57.034Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T18:24:57.034Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T18:24:57.034Z] 93b61091891f: Pulling fs layer [2021-01-27T18:24:57.034Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T18:24:57.034Z] 5e14af77c1be: Pulling fs layer [2021-01-27T18:24:57.034Z] 01666e4c0597: Pulling fs layer [2021-01-27T18:24:57.034Z] aa168da1d23b: Pulling fs layer [2021-01-27T18:24:57.034Z] 46f8f816bc3b: Waiting [2021-01-27T18:24:57.034Z] 93b61091891f: Waiting [2021-01-27T18:24:57.034Z] 93b9cdb0e59b: Waiting [2021-01-27T18:24:57.034Z] 5e14af77c1be: Waiting [2021-01-27T18:24:57.034Z] 01666e4c0597: Waiting [2021-01-27T18:24:57.034Z] aa168da1d23b: Waiting [2021-01-27T18:24:57.034Z] 36b3adc4ff6f: Verifying Checksum [2021-01-27T18:24:57.034Z] 36b3adc4ff6f: Download complete [2021-01-27T18:24:57.034Z] 46f8f816bc3b: Verifying Checksum [2021-01-27T18:24:57.034Z] 46f8f816bc3b: Download complete [2021-01-27T18:24:57.296Z] df20fa9351a1: Verifying Checksum [2021-01-27T18:24:57.296Z] 93b61091891f: Verifying Checksum [2021-01-27T18:24:57.296Z] 93b61091891f: Download complete [2021-01-27T18:24:57.296Z] 93b9cdb0e59b: Verifying Checksum [2021-01-27T18:24:57.296Z] 93b9cdb0e59b: Download complete [2021-01-27T18:24:57.296Z] 5e14af77c1be: Verifying Checksum [2021-01-27T18:24:57.296Z] 5e14af77c1be: Download complete [2021-01-27T18:24:57.296Z] 01666e4c0597: Verifying Checksum [2021-01-27T18:24:57.296Z] 01666e4c0597: Download complete [2021-01-27T18:24:57.296Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T18:24:57.296Z] 8ad3a11d3b57: Download complete [2021-01-27T18:24:57.559Z] df20fa9351a1: Pull complete [2021-01-27T18:24:57.829Z] 36b3adc4ff6f: Pull complete [2021-01-27T18:24:59.231Z] 8ad3a11d3b57: Pull complete [2021-01-27T18:24:59.231Z] aa168da1d23b: Verifying Checksum [2021-01-27T18:24:59.231Z] aa168da1d23b: Download complete [2021-01-27T18:24:59.231Z] 46f8f816bc3b: Pull complete [2021-01-27T18:25:00.622Z] 93b61091891f: Pull complete [2021-01-27T18:25:00.622Z] 93b9cdb0e59b: Pull complete [2021-01-27T18:25:00.622Z] 5e14af77c1be: Pull complete [2021-01-27T18:25:00.622Z] 01666e4c0597: Pull complete [2021-01-27T18:25:08.804Z] aa168da1d23b: Pull complete [2021-01-27T18:25:08.804Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T18:25:08.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T18:25:08.804Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T18:25:08.993Z] prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container [2021-01-27T18:25:09.038Z] $ 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/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-27T18:25:11.708Z] $ docker top 782b88edf0a4dc03ee0a085608fed33cc9512904965bbf904a4a2e57b1644aa1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T18:25:12.227Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T18:25:12.530Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T18:25:12.829Z] + ls /var/log/sa-host [2021-01-27T18:25:12.829Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T18:25:12.829Z] file_magic: OK [2021-01-27T18:25:12.829Z] HZ: Using current value: 100 [2021-01-27T18:25:12.829Z] file_header: OK [2021-01-27T18:25:12.829Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-27T18:25:12.829Z] Statistics: [2021-01-27T18:25:12.829Z] Hnuu...uuuununununu... [2021-01-27T18:25:12.829Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T18:25:12.829Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T18:25:12.829Z] file_magic: OK [2021-01-27T18:25:12.829Z] HZ: Using current value: 100 [2021-01-27T18:25:12.829Z] file_header: OK [2021-01-27T18:25:12.829Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-27T18:25:12.829Z] Statistics: [2021-01-27T18:25:12.829Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-27T18:25:12.829Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T18:25:13.456Z] provisioning config files... [2021-01-27T18:25:13.473Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config8714458765321135199tmp [Pipeline] { [Pipeline] echo [2021-01-27T18:25:13.546Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:25:13.843Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T18:25:13.852Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T18:25:13.959Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:25:14.257Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T18:25:14.268Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:25:14.565Z] ---> sudo-logs.sh [2021-01-27T18:25:14.565Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T18:25:14.576Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:25:14.872Z] ---> job-cost.sh [2021-01-27T18:25:14.872Z] lf-activate-venv: SKIPPING [2021-01-27T18:25:14.872Z] INFO: No Stack... [2021-01-27T18:25:16.279Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T18:25:16.851Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T18:25:16.865Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:25:17.162Z] ---> logs-deploy.sh [2021-01-27T18:25:17.162Z] lf-activate-venv: SKIPPING [2021-01-27T18:25:17.162Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/hanoi/2 [2021-01-27T18:25:17.162Z] INFO: archiving workspace using pattern(s): [2021-01-27T18:25:19.083Z] Archives upload complete. [2021-01-27T18:25:19.083Z] INFO: archiving logs to Nexus