Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8bb64624f597a56592ea3e7359bdff1805cd62f9 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21690 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 8bb64624f597a56592ea3e7359bdff1805cd62f9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8bb64624f597a56592ea3e7359bdff1805cd62f9 # timeout=10 Commit message: "fix(snap): allow disabling of secret-store via config hook (#151)" > git rev-list --no-walk 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T21:57:53.551Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T21:57:53.797Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T21:57:53.896Z] ========================================================= [2021-01-20T21:57:53.896Z] EdgeX Global Pipelines Version Info [2021-01-20T21:57:53.896Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:57:55.501Z] ------------------- [2021-01-20T21:57:55.501Z] stable info: [2021-01-20T21:57:55.501Z] ------------------- [2021-01-20T21:57:55.501Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T21:57:55.501Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T21:57:55.501Z] Message: update stable to v1.0.179 [2021-01-20T21:57:56.446Z] ------------------- [2021-01-20T21:57:56.446Z] experimental info: [2021-01-20T21:57:56.446Z] ------------------- [2021-01-20T21:57:56.446Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T21:57:56.446Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T21:57:56.446Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T21:57:56.723Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-01-20T21:57:56.824Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-01-20T21:57:56.913Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T21:57:57.029Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T21:57:57.120Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T21:57:57.212Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T21:57:57.305Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T21:57:57.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T21:57:57.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T21:57:57.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T21:57:57.698Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T21:57:57.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-01-20T21:57:57.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T21:57:57.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T21:57:58.070Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T21:57:58.165Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T21:57:58.289Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T21:57:58.386Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T21:57:58.486Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T21:57:58.573Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-20T21:57:58.677Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T21:57:58.773Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T21:57:58.875Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T21:57:58.960Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T21:57:59.051Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T21:57:59.141Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T21:57:59.227Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T21:57:59.319Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-20T21:57:59.418Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-20T21:57:59.502Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-20T21:57:59.588Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8bb64624f597a56592ea3e7359bdff1805cd62f9 [Pipeline] echo [2021-01-20T21:57:59.679Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8bb6462 [Pipeline] echo [2021-01-20T21:57:59.766Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T21:57:59.951Z] provisioning config files... [2021-01-20T21:57:59.988Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7527726128189265172tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:58:00.349Z] ---> docker-login.sh [2021-01-20T21:58:00.350Z] nexus3.edgexfoundry.org:10001 [2021-01-20T21:58:00.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:58:00.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:58:00.614Z] Configure a credential helper to remove this warning. See [2021-01-20T21:58:00.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:58:00.614Z] [2021-01-20T21:58:00.614Z] Login Succeeded [2021-01-20T21:58:00.614Z] nexus3.edgexfoundry.org:10002 [2021-01-20T21:58:00.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:58:00.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:58:00.876Z] Configure a credential helper to remove this warning. See [2021-01-20T21:58:00.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:58:00.876Z] [2021-01-20T21:58:00.876Z] Login Succeeded [2021-01-20T21:58:00.876Z] nexus3.edgexfoundry.org:10003 [2021-01-20T21:58:01.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:58:01.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:58:01.140Z] Configure a credential helper to remove this warning. See [2021-01-20T21:58:01.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:58:01.140Z] [2021-01-20T21:58:01.140Z] Login Succeeded [2021-01-20T21:58:01.140Z] nexus3.edgexfoundry.org:10004 [2021-01-20T21:58:01.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:58:01.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:58:01.140Z] Configure a credential helper to remove this warning. See [2021-01-20T21:58:01.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:58:01.140Z] [2021-01-20T21:58:01.140Z] Login Succeeded [2021-01-20T21:58:01.140Z] docker.io [2021-01-20T21:58:01.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:58:01.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:58:01.669Z] Configure a credential helper to remove this warning. See [2021-01-20T21:58:01.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:58:01.669Z] [2021-01-20T21:58:01.669Z] Login Succeeded [2021-01-20T21:58:01.669Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T21:58:01.679Z] 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-20T21:58:02.559Z] + git log --format=format:%s -1 8bb64624f597a56592ea3e7359bdff1805cd62f9 [Pipeline] echo [2021-01-20T21:58:02.622Z] GIT_COMMIT: 8bb64624f597a56592ea3e7359bdff1805cd62f9, Commit Message: fix(snap): allow disabling of secret-store via config hook (#151) [Pipeline] echo [2021-01-20T21:58:02.668Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:58:03.585Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:58:03.585Z] [2021-01-20T21:58:03.585Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:58:03.952Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:58:03.952Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T21:58:03.952Z] 31603596830f: Pulling fs layer [2021-01-20T21:58:03.952Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T21:58:03.952Z] 6ca5941a6612: Pulling fs layer [2021-01-20T21:58:03.952Z] ecc8261a40a4: Pulling fs layer [2021-01-20T21:58:03.952Z] ecc8261a40a4: Waiting [2021-01-20T21:58:03.952Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T21:58:03.952Z] 2a8b12db71e7: Download complete [2021-01-20T21:58:04.221Z] 31603596830f: Verifying Checksum [2021-01-20T21:58:04.221Z] 31603596830f: Download complete [2021-01-20T21:58:04.221Z] ecc8261a40a4: Verifying Checksum [2021-01-20T21:58:04.221Z] ecc8261a40a4: Download complete [2021-01-20T21:58:04.221Z] 6ca5941a6612: Verifying Checksum [2021-01-20T21:58:04.221Z] 6ca5941a6612: Download complete [2021-01-20T21:58:04.487Z] 31603596830f: Pull complete [2021-01-20T21:58:04.749Z] 2a8b12db71e7: Pull complete [2021-01-20T21:58:05.329Z] 6ca5941a6612: Pull complete [2021-01-20T21:58:05.590Z] ecc8261a40a4: Pull complete [2021-01-20T21:58:05.590Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T21:58:05.590Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:58:05.590Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T21:58:05.698Z] prd-centos7-docker-4c-2g-21690 does not seem to be running inside a container [2021-01-20T21:58:05.751Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T21:58:07.834Z] $ docker top e70503813d69684796972a47003599aa7656e43154d76fd8bdbc543a3b6bdfbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T21:58:08.095Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T21:58:08.095Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T21:58:08.335Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T21:58:08.340Z] $ docker exec e70503813d69684796972a47003599aa7656e43154d76fd8bdbc543a3b6bdfbf ssh-agent [2021-01-20T21:58:08.582Z] SSH_AUTH_SOCK=/tmp/ssh-ESswKYjT4l8A/agent.11 [2021-01-20T21:58:08.583Z] SSH_AGENT_PID=16 [2021-01-20T21:58:08.592Z] Running ssh-add (command line suppressed) [2021-01-20T21:58:08.710Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1477529743791538077.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1477529743791538077.key) [2021-01-20T21:58:08.762Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T21:58:09.093Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T21:58:09.115Z] $ docker exec --env ******** --env ******** e70503813d69684796972a47003599aa7656e43154d76fd8bdbc543a3b6bdfbf ssh-agent -k [2021-01-20T21:58:09.224Z] unset SSH_AUTH_SOCK; [2021-01-20T21:58:09.225Z] unset SSH_AGENT_PID; [2021-01-20T21:58:09.225Z] echo Agent pid 16 killed; [2021-01-20T21:58:09.273Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T21:58:09.440Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T21:58:09.440Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T21:58:09.609Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T21:58:09.614Z] $ docker exec e70503813d69684796972a47003599aa7656e43154d76fd8bdbc543a3b6bdfbf ssh-agent [2021-01-20T21:58:09.765Z] SSH_AUTH_SOCK=/tmp/ssh-Odt1HaRST0gl/agent.45 [2021-01-20T21:58:09.765Z] SSH_AGENT_PID=51 [2021-01-20T21:58:09.771Z] Running ssh-add (command line suppressed) [2021-01-20T21:58:09.890Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_761560098348567012.key (/w/workspace/_app-service-configurable_master@tmp/private_key_761560098348567012.key) [2021-01-20T21:58:09.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T21:58:10.273Z] + git semver init [2021-01-20T21:58:10.273Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T21:58:10.273Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-20T21:58:10.273Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-20T21:58:10.273Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T21:58:10.273Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T21:58:10.273Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T21:58:10.273Z] # $SEMVER_BRANCH = master [2021-01-20T21:58:10.273Z] # $SEMVER_TEMP = /tmp/semver-262059467 [2021-01-20T21:58:10.273Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-01-20T21:58:10.534Z] # '/tmp/semver-262059467' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-01-20T21:58:10.534Z] # -> Force: false [2021-01-20T21:58:10.534Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-20T21:58:10.558Z] $ docker exec --env ******** --env ******** e70503813d69684796972a47003599aa7656e43154d76fd8bdbc543a3b6bdfbf ssh-agent -k [2021-01-20T21:58:10.671Z] unset SSH_AUTH_SOCK; [2021-01-20T21:58:10.672Z] unset SSH_AGENT_PID; [2021-01-20T21:58:10.672Z] echo Agent pid 51 killed; [2021-01-20T21:58:10.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T21:58:11.232Z] + git semver [Pipeline] } [2021-01-20T21:58:11.248Z] $ docker stop --time=1 e70503813d69684796972a47003599aa7656e43154d76fd8bdbc543a3b6bdfbf [2021-01-20T21:58:12.594Z] $ docker rm -f e70503813d69684796972a47003599aa7656e43154d76fd8bdbc543a3b6bdfbf [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T21:58:13.054Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T21:58:13.443Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T21:58:13.446Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.11 [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-20T21:58:28.931Z] Still waiting to schedule task [2021-01-20T21:58:28.932Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-20T21:58:28.934Z] Still waiting to schedule task [2021-01-20T21:58:28.934Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-20T22:01:18.503Z] Running on prd-centos7-docker-4c-2g-21691 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-20T22:01:18.560Z] Running in /w/workspace/app-service-configurable/77 [Pipeline] { [Pipeline] checkout [2021-01-20T22:01:21.015Z] using credential edgex-jenkins-ssh [2021-01-20T22:01:21.070Z] Cloning the remote Git repository [2021-01-20T22:01:20.853Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T22:01:20.924Z] > git init /w/workspace/app-service-configurable/77 # timeout=10 [2021-01-20T22:01:20.999Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T22:01:20.999Z] > git --version # timeout=10 [2021-01-20T22:01:21.010Z] > git --version # 'git version 2.24.3' [2021-01-20T22:01:21.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T22:01:21.035Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T22:01:21.677Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-20T22:01:21.685Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T22:01:21.702Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-20T22:01:21.718Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T22:01:21.718Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T22:01:21.723Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T22:01:22.303Z] Checking out Revision 8bb64624f597a56592ea3e7359bdff1805cd62f9 (master) [2021-01-20T22:01:22.173Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T22:01:22.178Z] > git checkout -f 8bb64624f597a56592ea3e7359bdff1805cd62f9 # timeout=10 [2021-01-20T22:01:25.864Z] Commit message: "fix(snap): allow disabling of secret-store via config hook (#151)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T22:01:27.098Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T22:01:27.421Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T22:01:27.721Z] + sudo service docker restart [2021-01-20T22:01:27.721Z] + true [2021-01-20T22:01:27.721Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T22:01:28.732Z] provisioning config files... [2021-01-20T22:01:28.759Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/77@tmp/config6672056035798080165tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:01:29.139Z] ---> docker-login.sh [2021-01-20T22:01:29.139Z] nexus3.edgexfoundry.org:10001 [2021-01-20T22:01:29.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:01:29.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:01:29.402Z] Configure a credential helper to remove this warning. See [2021-01-20T22:01:29.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:01:29.402Z] [2021-01-20T22:01:29.402Z] Login Succeeded [2021-01-20T22:01:29.402Z] nexus3.edgexfoundry.org:10002 [2021-01-20T22:01:29.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:01:29.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:01:29.664Z] Configure a credential helper to remove this warning. See [2021-01-20T22:01:29.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:01:29.664Z] [2021-01-20T22:01:29.664Z] Login Succeeded [2021-01-20T22:01:29.664Z] nexus3.edgexfoundry.org:10003 [2021-01-20T22:01:29.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:01:29.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:01:29.664Z] Configure a credential helper to remove this warning. See [2021-01-20T22:01:29.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:01:29.664Z] [2021-01-20T22:01:29.664Z] Login Succeeded [2021-01-20T22:01:29.664Z] nexus3.edgexfoundry.org:10004 [2021-01-20T22:01:29.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:01:29.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:01:29.926Z] Configure a credential helper to remove this warning. See [2021-01-20T22:01:29.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:01:29.926Z] [2021-01-20T22:01:29.926Z] Login Succeeded [2021-01-20T22:01:29.926Z] docker.io [2021-01-20T22:01:29.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:01:30.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:01:30.187Z] Configure a credential helper to remove this warning. See [2021-01-20T22:01:30.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:01:30.187Z] [2021-01-20T22:01:30.187Z] Login Succeeded [2021-01-20T22:01:30.187Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T22:01:30.197Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T22:01:30.548Z] ========================================================= [2021-01-20T22:01:30.548Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T22:01:30.548Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:01:30.900Z] + 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-20T22:01:30.900Z] Sending build context to Docker daemon 98.82kB [2021-01-20T22:01:30.900Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T22:01:30.900Z] Step 2/8 : FROM ${BASE} [2021-01-20T22:01:30.900Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T22:01:30.900Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T22:01:30.900Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T22:01:30.900Z] de9db76c5a1d: Pulling fs layer [2021-01-20T22:01:30.900Z] bca2f99d35d6: Pulling fs layer [2021-01-20T22:01:30.900Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T22:01:30.900Z] 7c6f9722023f: Pulling fs layer [2021-01-20T22:01:30.900Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T22:01:30.900Z] 93359f2a8cfa: Waiting [2021-01-20T22:01:30.900Z] a35cf1a2eb13: Waiting [2021-01-20T22:01:30.900Z] 7c6f9722023f: Waiting [2021-01-20T22:01:30.900Z] de9db76c5a1d: Verifying Checksum [2021-01-20T22:01:30.900Z] de9db76c5a1d: Download complete [2021-01-20T22:01:30.900Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T22:01:30.900Z] 0ef7d3d256c8: Download complete [2021-01-20T22:01:31.167Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T22:01:31.167Z] 93359f2a8cfa: Download complete [2021-01-20T22:01:31.167Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T22:01:31.167Z] 188c0c94c7c5: Download complete [2021-01-20T22:01:31.167Z] 7c6f9722023f: Verifying Checksum [2021-01-20T22:01:31.167Z] 7c6f9722023f: Download complete [2021-01-20T22:01:31.429Z] 188c0c94c7c5: Pull complete [2021-01-20T22:01:31.429Z] 0ef7d3d256c8: Pull complete [2021-01-20T22:01:31.692Z] de9db76c5a1d: Pull complete [2021-01-20T22:01:33.114Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T22:01:33.114Z] a35cf1a2eb13: Download complete [2021-01-20T22:01:34.063Z] bca2f99d35d6: Verifying Checksum [2021-01-20T22:01:34.063Z] bca2f99d35d6: Download complete [2021-01-20T22:01:39.413Z] bca2f99d35d6: Pull complete [2021-01-20T22:01:39.413Z] 93359f2a8cfa: Pull complete [2021-01-20T22:01:39.413Z] 7c6f9722023f: Pull complete [2021-01-20T22:01:46.034Z] a35cf1a2eb13: Pull complete [2021-01-20T22:01:46.034Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T22:01:46.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T22:01:46.034Z] ---> a62c8e92a672 [2021-01-20T22:01:46.034Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T22:01:46.034Z] ---> Running in be4d375aeadf [2021-01-20T22:01:46.297Z] Removing intermediate container be4d375aeadf [2021-01-20T22:01:46.297Z] ---> 9b65a7a1e474 [2021-01-20T22:01:46.297Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:01:46.297Z] ---> Running in b73b56186121 [2021-01-20T22:01:47.702Z] Removing intermediate container b73b56186121 [2021-01-20T22:01:47.702Z] ---> 11cc9643fd03 [2021-01-20T22:01:47.702Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-20T22:01:47.702Z] ---> Running in b131681d51c8 [2021-01-20T22:01:48.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T22:01:48.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T22:01:49.798Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-20T22:01:49.798Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-20T22:01:49.798Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-20T22:01:49.798Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-20T22:01:50.059Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-20T22:01:50.059Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-20T22:01:50.323Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:01:50.323Z] OK: 167 MiB in 45 packages [2021-01-20T22:01:50.900Z] Removing intermediate container b131681d51c8 [2021-01-20T22:01:50.900Z] ---> 5fbd601d9646 [2021-01-20T22:01:50.900Z] Step 6/8 : WORKDIR /app [2021-01-20T22:01:50.900Z] ---> Running in dce388026fef [2021-01-20T22:01:50.900Z] Removing intermediate container dce388026fef [2021-01-20T22:01:50.900Z] ---> 1122f782d57a [2021-01-20T22:01:50.900Z] Step 7/8 : COPY . . [2021-01-20T22:01:51.171Z] ---> ea55bbb730f0 [2021-01-20T22:01:51.171Z] Step 8/8 : RUN go mod download [2021-01-20T22:01:51.171Z] ---> Running in a37d31b0b751 [2021-01-20T22:02:13.201Z] Removing intermediate container a37d31b0b751 [2021-01-20T22:02:13.201Z] ---> f713db835997 [2021-01-20T22:02:13.201Z] Successfully built f713db835997 [2021-01-20T22:02:13.201Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:02:13.528Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T22:02:13.528Z] . [Pipeline] withDockerContainer [2021-01-20T22:02:13.637Z] prd-centos7-docker-4c-2g-21691 does not seem to be running inside a container [2021-01-20T22:02:13.682Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/77 -v /w/workspace/app-service-configurable/77:/w/workspace/app-service-configurable/77:rw,z -v /w/workspace/app-service-configurable/77@tmp:/w/workspace/app-service-configurable/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T22:02:14.452Z] $ docker top c85be17fbcc176cc6035a3913960691119a24d323935650d19ac0dacc6a218e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T22:02:14.972Z] + go version [2021-01-20T22:02:14.972Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T22:02:14.988Z] $ docker stop --time=1 c85be17fbcc176cc6035a3913960691119a24d323935650d19ac0dacc6a218e6 [2021-01-20T22:02:16.350Z] $ docker rm -f c85be17fbcc176cc6035a3913960691119a24d323935650d19ac0dacc6a218e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:02:17.187Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T22:02:17.187Z] . [Pipeline] withDockerContainer [2021-01-20T22:02:17.284Z] prd-centos7-docker-4c-2g-21691 does not seem to be running inside a container [2021-01-20T22:02:17.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/77 -v /w/workspace/app-service-configurable/77:/w/workspace/app-service-configurable/77:rw,z -v /w/workspace/app-service-configurable/77@tmp:/w/workspace/app-service-configurable/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T22:02:17.989Z] $ docker top e3aa325405e45753b36bf578abc38332c935ae201536691afac58a44bd58f722 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T22:02:18.477Z] + make test [2021-01-20T22:02:18.477Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-20T22:02:26.008Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21692 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-20T22:02:26.100Z] Running in /w/workspace/app-service-configurable/77 [Pipeline] { [Pipeline] checkout [2021-01-20T22:02:30.828Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-20T22:02:30.828Z] CGO_ENABLED=1 go vet ./... [2021-01-20T22:02:31.410Z] using credential edgex-jenkins-ssh [2021-01-20T22:02:31.470Z] Cloning the remote Git repository [2021-01-20T22:02:31.788Z] gofmt -l . [2021-01-20T22:02:31.788Z] [ "`gofmt -l .`" = "" ] [2021-01-20T22:02:31.788Z] ./bin/test-go-mod-tidy.sh [2021-01-20T22:02:32.365Z] ./bin/test-attribution-txt.sh [2021-01-20T22:02:31.529Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T22:02:31.638Z] > git init /w/workspace/app-service-configurable/77 # timeout=10 [2021-01-20T22:02:31.715Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T22:02:31.715Z] > git --version # timeout=10 [2021-01-20T22:02:31.738Z] > git --version # 'git version 2.17.1' [2021-01-20T22:02:31.739Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T22:02:31.793Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-01-20T22:02:32.644Z] $ docker stop --time=1 e3aa325405e45753b36bf578abc38332c935ae201536691afac58a44bd58f722 [2021-01-20T22:02:33.178Z] Checking out Revision 8bb64624f597a56592ea3e7359bdff1805cd62f9 (master) [2021-01-20T22:02:32.595Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-20T22:02:32.617Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T22:02:32.642Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-20T22:02:32.691Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-20T22:02:32.692Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T22:02:32.708Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T22:02:33.213Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T22:02:33.233Z] > git checkout -f 8bb64624f597a56592ea3e7359bdff1805cd62f9 # timeout=10 [2021-01-20T22:02:35.052Z] $ docker rm -f e3aa325405e45753b36bf578abc38332c935ae201536691afac58a44bd58f722 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T22:02:35.593Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T22:02:35.902Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-20T22:02:37.128Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T22:02:37.428Z] + ls -al . [2021-01-20T22:02:37.428Z] total 88 [2021-01-20T22:02:37.428Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 20 22:02 . [2021-01-20T22:02:37.428Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 20 22:01 .. [2021-01-20T22:02:37.428Z] -rw-rw-r--. 1 jenkins jenkins 6426 Jan 20 22:01 Attribution.txt [2021-01-20T22:02:37.428Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 20 22:01 bin [2021-01-20T22:02:37.428Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 20 22:02 coverage.out [2021-01-20T22:02:37.428Z] -rw-rw-r--. 1 jenkins jenkins 2032 Jan 20 22:01 Dockerfile [2021-01-20T22:02:37.428Z] -rw-rw-r--. 1 jenkins jenkins 970 Jan 20 22:01 Dockerfile.build [2021-01-20T22:02:37.428Z] -rw-rw-r--. 1 jenkins jenkins 119 Jan 20 22:01 .dockerignore [2021-01-20T22:02:37.428Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 20 22:01 .git [2021-01-20T22:02:37.428Z] drwxrwxr-x. 2 jenkins jenkins 81 Jan 20 22:01 .github [2021-01-20T22:02:37.428Z] -rw-rw-r--. 1 jenkins jenkins 93 Jan 20 22:01 .gitignore [2021-01-20T22:02:37.428Z] -rw-r--r--. 1 jenkins jenkins 135 Jan 20 22:02 go.mod [2021-01-20T22:02:37.428Z] -rw-r--r--. 1 jenkins jenkins 18779 Jan 20 22:02 go.sum [2021-01-20T22:02:37.428Z] -rw-rw-r--. 1 jenkins jenkins 687 Jan 20 22:01 Jenkinsfile [2021-01-20T22:02:37.428Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jan 20 22:01 LICENSE [2021-01-20T22:02:37.428Z] -rw-rw-r--. 1 jenkins jenkins 1522 Jan 20 22:01 main.go [2021-01-20T22:02:37.428Z] -rw-rw-r--. 1 jenkins jenkins 1582 Jan 20 22:01 makefile [2021-01-20T22:02:37.428Z] -rw-rw-r--. 1 jenkins jenkins 1277 Jan 20 22:01 README.md [2021-01-20T22:02:37.428Z] drwxrwxr-x. 10 jenkins jenkins 171 Jan 20 22:01 res [2021-01-20T22:02:37.428Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 20 22:01 snap [2021-01-20T22:02:37.428Z] -rw-rw-r--. 1 jenkins jenkins 12 Jan 20 21:58 VERSION [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:02:37.675Z] Commit message: "fix(snap): allow disabling of secret-store via config hook (#151)" [2021-01-20T22:02:37.739Z] + 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=8bb64624f597a56592ea3e7359bdff1805cd62f9 --label arch=amd64 --label version=2.0.0-dev.11 . [2021-01-20T22:02:37.739Z] Sending build context to Docker daemon 120.3kB [2021-01-20T22:02:37.739Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T22:02:37.739Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-20T22:02:37.739Z] ---> f713db835997 [2021-01-20T22:02:37.739Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-20T22:02:38.001Z] ---> Running in 916ded52b9da [2021-01-20T22:02:38.001Z] Removing intermediate container 916ded52b9da [2021-01-20T22:02:38.001Z] ---> a8af4aee46ce [2021-01-20T22:02:38.001Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-20T22:02:38.270Z] ---> Running in 0bacd14dae07 [2021-01-20T22:02:38.270Z] Removing intermediate container 0bacd14dae07 [2021-01-20T22:02:38.270Z] ---> 05cfb941a09b [2021-01-20T22:02:38.270Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-20T22:02:38.270Z] ---> Running in 55a16c53c8d9 [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T22:02:38.535Z] Removing intermediate container 55a16c53c8d9 [2021-01-20T22:02:38.535Z] ---> 23e760c9ed52 [2021-01-20T22:02:38.535Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:02:38.535Z] ---> Running in 428058fbefa2 [2021-01-20T22:02:39.262Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T22:02:39.490Z] Removing intermediate container 428058fbefa2 [2021-01-20T22:02:39.490Z] ---> 6e2946843177 [2021-01-20T22:02:39.490Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T22:02:39.490Z] ---> Running in 7f30ce12300e [2021-01-20T22:02:39.676Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T22:02:40.032Z] + sudo service docker restart [2021-01-20T22:02:40.032Z] + true [2021-01-20T22:02:40.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T22:02:40.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T22:02:41.589Z] OK: 167 MiB in 45 packages [2021-01-20T22:02:41.850Z] Removing intermediate container 7f30ce12300e [2021-01-20T22:02:41.850Z] ---> 9e856c224b8b [2021-01-20T22:02:41.850Z] Step 8/27 : WORKDIR /app [2021-01-20T22:02:42.119Z] ---> Running in 532a781769df [2021-01-20T22:02:42.119Z] Removing intermediate container 532a781769df [2021-01-20T22:02:42.119Z] ---> 4fec71a48038 [2021-01-20T22:02:42.119Z] Step 9/27 : COPY go.mod . [2021-01-20T22:02:42.383Z] ---> 3d23edb29147 [2021-01-20T22:02:42.383Z] Step 10/27 : RUN go mod download [2021-01-20T22:02:42.383Z] ---> Running in dd127e9e2cfd [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T22:02:42.756Z] provisioning config files... [2021-01-20T22:02:42.803Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/77@tmp/config9071055833600987279tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:02:43.227Z] ---> docker-login.sh [2021-01-20T22:02:43.227Z] nexus3.edgexfoundry.org:10001 [2021-01-20T22:02:43.328Z] Removing intermediate container dd127e9e2cfd [2021-01-20T22:02:43.328Z] ---> 1746fe2e19c2 [2021-01-20T22:02:43.328Z] Step 11/27 : COPY . . [2021-01-20T22:02:43.590Z] ---> 064f298e0c44 [2021-01-20T22:02:43.590Z] Step 12/27 : ARG MAKE="make build" [2021-01-20T22:02:43.590Z] ---> Running in 6433226130d1 [2021-01-20T22:02:43.852Z] Removing intermediate container 6433226130d1 [2021-01-20T22:02:43.852Z] ---> c8df5e38e041 [2021-01-20T22:02:43.852Z] Step 13/27 : RUN $MAKE [2021-01-20T22:02:43.852Z] ---> Running in 1e74918d261c [2021-01-20T22:02:44.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:02:44.429Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.11" -o app-service-configurable [2021-01-20T22:02:44.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:02:44.534Z] Configure a credential helper to remove this warning. See [2021-01-20T22:02:44.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:02:44.534Z] [2021-01-20T22:02:44.534Z] Login Succeeded [2021-01-20T22:02:44.534Z] nexus3.edgexfoundry.org:10002 [2021-01-20T22:02:44.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:02:45.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:02:45.084Z] Configure a credential helper to remove this warning. See [2021-01-20T22:02:45.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:02:45.084Z] [2021-01-20T22:02:45.084Z] Login Succeeded [2021-01-20T22:02:45.084Z] nexus3.edgexfoundry.org:10003 [2021-01-20T22:02:45.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:02:45.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:02:45.632Z] Configure a credential helper to remove this warning. See [2021-01-20T22:02:45.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:02:45.632Z] [2021-01-20T22:02:45.632Z] Login Succeeded [2021-01-20T22:02:45.632Z] nexus3.edgexfoundry.org:10004 [2021-01-20T22:02:46.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:02:46.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:02:46.233Z] Configure a credential helper to remove this warning. See [2021-01-20T22:02:46.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:02:46.233Z] [2021-01-20T22:02:46.233Z] Login Succeeded [2021-01-20T22:02:46.233Z] docker.io [2021-01-20T22:02:46.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:02:47.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:02:47.102Z] Configure a credential helper to remove this warning. See [2021-01-20T22:02:47.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:02:47.102Z] [2021-01-20T22:02:47.102Z] Login Succeeded [2021-01-20T22:02:47.102Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T22:02:47.120Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T22:02:47.550Z] ========================================================= [2021-01-20T22:02:47.551Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T22:02:47.551Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:02:47.946Z] + 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-20T22:02:47.946Z] Sending build context to Docker daemon 98.82kB [2021-01-20T22:02:48.233Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T22:02:48.233Z] Step 2/8 : FROM ${BASE} [2021-01-20T22:02:48.509Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T22:02:48.509Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T22:02:48.509Z] a4357932f1b6: Pulling fs layer [2021-01-20T22:02:48.509Z] 18c013af1878: Pulling fs layer [2021-01-20T22:02:48.509Z] 00ac8860ef70: Pulling fs layer [2021-01-20T22:02:48.509Z] 63d7cb157983: Pulling fs layer [2021-01-20T22:02:48.509Z] b116817d02f9: Pulling fs layer [2021-01-20T22:02:48.509Z] 745a02a5169b: Pulling fs layer [2021-01-20T22:02:48.509Z] 00ac8860ef70: Waiting [2021-01-20T22:02:48.509Z] 63d7cb157983: Waiting [2021-01-20T22:02:48.509Z] 745a02a5169b: Waiting [2021-01-20T22:02:48.509Z] b116817d02f9: Waiting [2021-01-20T22:02:48.509Z] 18c013af1878: Verifying Checksum [2021-01-20T22:02:48.509Z] 18c013af1878: Download complete [2021-01-20T22:02:48.509Z] a4357932f1b6: Verifying Checksum [2021-01-20T22:02:48.509Z] a4357932f1b6: Download complete [2021-01-20T22:02:48.509Z] 63d7cb157983: Download complete [2021-01-20T22:02:48.509Z] b116817d02f9: Verifying Checksum [2021-01-20T22:02:48.509Z] b116817d02f9: Download complete [2021-01-20T22:02:49.114Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T22:02:49.114Z] 5f621e34cdf4: Download complete [2021-01-20T22:02:49.720Z] 5f621e34cdf4: Pull complete [2021-01-20T22:02:50.322Z] a4357932f1b6: Pull complete [2021-01-20T22:02:50.940Z] 18c013af1878: Pull complete [2021-01-20T22:02:51.545Z] 745a02a5169b: Verifying Checksum [2021-01-20T22:02:51.545Z] 745a02a5169b: Download complete [2021-01-20T22:02:52.536Z] 00ac8860ef70: Verifying Checksum [2021-01-20T22:02:52.536Z] 00ac8860ef70: Download complete [2021-01-20T22:02:56.753Z] Removing intermediate container 1e74918d261c [2021-01-20T22:02:56.753Z] ---> a77d9f618820 [2021-01-20T22:02:56.753Z] Step 14/27 : FROM alpine:3.12 [2021-01-20T22:02:56.753Z] 3.12: Pulling from library/alpine [2021-01-20T22:02:56.753Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T22:02:57.022Z] 801bfaa63ef2: Verifying Checksum [2021-01-20T22:02:57.022Z] 801bfaa63ef2: Download complete [2021-01-20T22:02:57.285Z] 801bfaa63ef2: Pull complete [2021-01-20T22:02:57.285Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T22:02:57.285Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T22:02:57.285Z] ---> 389fef711851 [2021-01-20T22:02:57.285Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-20T22:02:57.552Z] ---> Running in 363fa5f6b420 [2021-01-20T22:02:57.552Z] Removing intermediate container 363fa5f6b420 [2021-01-20T22:02:57.552Z] ---> 27c05880af3d [2021-01-20T22:02:57.552Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-20T22:02:57.552Z] ---> Running in 07aa480d5b10 [2021-01-20T22:02:57.815Z] Removing intermediate container 07aa480d5b10 [2021-01-20T22:02:57.815Z] ---> 544eeea31182 [2021-01-20T22:02:57.815Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-01-20T22:02:57.815Z] ---> Running in c0cf895e9e06 [2021-01-20T22:02:58.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T22:02:58.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T22:02:58.653Z] (1/7) Installing ca-certificates (20191127-r4) [2021-01-20T22:02:58.653Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-01-20T22:02:58.653Z] (3/7) Installing libgcc (9.3.0-r2) [2021-01-20T22:02:58.653Z] (4/7) Installing libsodium (1.0.18-r0) [2021-01-20T22:02:58.918Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-01-20T22:02:58.918Z] (6/7) Installing libzmq (4.3.3-r0) [2021-01-20T22:02:58.918Z] (7/7) Installing zeromq (4.3.3-r0) [2021-01-20T22:02:58.918Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:02:58.918Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T22:02:58.918Z] OK: 9 MiB in 21 packages [2021-01-20T22:02:59.864Z] Removing intermediate container c0cf895e9e06 [2021-01-20T22:02:59.864Z] ---> acc49db55b59 [2021-01-20T22:02:59.864Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-20T22:03:00.125Z] ---> 8c051bda271a [2021-01-20T22:03:00.125Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-20T22:03:00.388Z] ---> c209cddf97f0 [2021-01-20T22:03:00.388Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-20T22:03:00.649Z] ---> 6c49e8076fc4 [2021-01-20T22:03:00.649Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-20T22:03:01.221Z] ---> b7756674b0d8 [2021-01-20T22:03:01.221Z] Step 22/27 : EXPOSE 48095 [2021-01-20T22:03:01.221Z] ---> Running in 0c467c78a79c [2021-01-20T22:03:01.482Z] Removing intermediate container 0c467c78a79c [2021-01-20T22:03:01.482Z] ---> e432a1ca0f77 [2021-01-20T22:03:01.482Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-20T22:03:01.482Z] ---> Running in 30ecf17aecb5 [2021-01-20T22:03:01.743Z] Removing intermediate container 30ecf17aecb5 [2021-01-20T22:03:01.743Z] ---> ad11e2c71ec6 [2021-01-20T22:03:01.743Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T22:03:01.743Z] ---> Running in 2ad24eadd502 [2021-01-20T22:03:02.006Z] Removing intermediate container 2ad24eadd502 [2021-01-20T22:03:02.006Z] ---> 7be5d83e8e99 [2021-01-20T22:03:02.006Z] Step 25/27 : LABEL arch=amd64 [2021-01-20T22:03:02.006Z] ---> Running in 53e01818d691 [2021-01-20T22:03:02.275Z] Removing intermediate container 53e01818d691 [2021-01-20T22:03:02.275Z] ---> 89b6f65aa700 [2021-01-20T22:03:02.275Z] Step 26/27 : LABEL git_sha=8bb64624f597a56592ea3e7359bdff1805cd62f9 [2021-01-20T22:03:02.275Z] ---> Running in 6a38ecbee88a [2021-01-20T22:03:02.275Z] Removing intermediate container 6a38ecbee88a [2021-01-20T22:03:02.275Z] ---> 2da332c8c392 [2021-01-20T22:03:02.275Z] Step 27/27 : LABEL version=2.0.0-dev.11 [2021-01-20T22:03:02.544Z] ---> Running in ea26e2c00e9d [2021-01-20T22:03:02.544Z] Removing intermediate container ea26e2c00e9d [2021-01-20T22:03:02.544Z] ---> 87f142a55b28 [2021-01-20T22:03:02.544Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T22:03:02.544Z] Successfully built 87f142a55b28 [2021-01-20T22:03:02.544Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [2021-01-20T22:03:02.706Z] 00ac8860ef70: Pull complete [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T22:03:02.979Z] provisioning config files... [2021-01-20T22:03:02.995Z] 63d7cb157983: Pull complete [2021-01-20T22:03:03.006Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/77@tmp/config5050415352584896079tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:03:03.272Z] b116817d02f9: Pull complete [2021-01-20T22:03:03.371Z] ---> docker-login.sh [2021-01-20T22:03:03.371Z] nexus3.edgexfoundry.org:10001 [2021-01-20T22:03:03.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:03:03.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:03:03.635Z] Configure a credential helper to remove this warning. See [2021-01-20T22:03:03.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:03:03.635Z] [2021-01-20T22:03:03.635Z] Login Succeeded [2021-01-20T22:03:03.635Z] nexus3.edgexfoundry.org:10002 [2021-01-20T22:03:03.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:03:03.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:03:03.635Z] Configure a credential helper to remove this warning. See [2021-01-20T22:03:03.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:03:03.635Z] [2021-01-20T22:03:03.635Z] Login Succeeded [2021-01-20T22:03:03.635Z] nexus3.edgexfoundry.org:10003 [2021-01-20T22:03:03.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:03:03.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:03:03.898Z] Configure a credential helper to remove this warning. See [2021-01-20T22:03:03.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:03:03.898Z] [2021-01-20T22:03:03.898Z] Login Succeeded [2021-01-20T22:03:03.898Z] nexus3.edgexfoundry.org:10004 [2021-01-20T22:03:03.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:03:04.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:03:04.158Z] Configure a credential helper to remove this warning. See [2021-01-20T22:03:04.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:03:04.158Z] [2021-01-20T22:03:04.158Z] Login Succeeded [2021-01-20T22:03:04.158Z] docker.io [2021-01-20T22:03:04.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:03:04.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:03:04.420Z] Configure a credential helper to remove this warning. See [2021-01-20T22:03:04.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:03:04.420Z] [2021-01-20T22:03:04.420Z] Login Succeeded [2021-01-20T22:03:04.420Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T22:03:04.429Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T22:03:04.636Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-01-20T22:03:04.636Z] 8bb64624f597a56592ea3e7359bdff1805cd62f9 [2021-01-20T22:03:04.636Z] latest [2021-01-20T22:03:04.636Z] 2.0.0-dev.11 [2021-01-20T22:03:04.636Z] 8bb64624f597a56592ea3e7359bdff1805cd62f9-2.0.0-dev.11 [2021-01-20T22:03:04.636Z] master [2021-01-20T22:03:04.636Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:05.116Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8bb64624f597a56592ea3e7359bdff1805cd62f9 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:05.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8bb64624f597a56592ea3e7359bdff1805cd62f9 [2021-01-20T22:03:05.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-20T22:03:05.417Z] 027d8752fb3d: Preparing [2021-01-20T22:03:05.417Z] 36810a9d6acd: Preparing [2021-01-20T22:03:05.417Z] eb075c26568b: Preparing [2021-01-20T22:03:05.417Z] ec272e86c45b: Preparing [2021-01-20T22:03:05.417Z] 2fb91fd22d1f: Preparing [2021-01-20T22:03:05.417Z] 777b2c648970: Preparing [2021-01-20T22:03:05.417Z] 777b2c648970: Waiting [2021-01-20T22:03:05.677Z] 36810a9d6acd: Pushed [2021-01-20T22:03:05.677Z] ec272e86c45b: Pushed [2021-01-20T22:03:05.677Z] eb075c26568b: Pushed [2021-01-20T22:03:05.677Z] 777b2c648970: Layer already exists [2021-01-20T22:03:05.677Z] 2fb91fd22d1f: Pushed [2021-01-20T22:03:06.624Z] 027d8752fb3d: Pushed [2021-01-20T22:03:06.885Z] 8bb64624f597a56592ea3e7359bdff1805cd62f9: digest: sha256:efd713d0ea368fc82a076e34db53e3822938fc8f5d6463cbc3895fb9fe598298 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:07.190Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:07.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-20T22:03:07.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-20T22:03:07.488Z] 027d8752fb3d: Preparing [2021-01-20T22:03:07.488Z] 36810a9d6acd: Preparing [2021-01-20T22:03:07.488Z] eb075c26568b: Preparing [2021-01-20T22:03:07.488Z] ec272e86c45b: Preparing [2021-01-20T22:03:07.488Z] 2fb91fd22d1f: Preparing [2021-01-20T22:03:07.488Z] 777b2c648970: Preparing [2021-01-20T22:03:07.488Z] 777b2c648970: Waiting [2021-01-20T22:03:07.488Z] eb075c26568b: Layer already exists [2021-01-20T22:03:07.488Z] 2fb91fd22d1f: Layer already exists [2021-01-20T22:03:07.488Z] 027d8752fb3d: Layer already exists [2021-01-20T22:03:07.488Z] ec272e86c45b: Layer already exists [2021-01-20T22:03:07.488Z] 36810a9d6acd: Layer already exists [2021-01-20T22:03:07.488Z] 777b2c648970: Layer already exists [2021-01-20T22:03:07.488Z] latest: digest: sha256:efd713d0ea368fc82a076e34db53e3822938fc8f5d6463cbc3895fb9fe598298 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:07.581Z] 745a02a5169b: Pull complete [2021-01-20T22:03:07.581Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T22:03:07.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T22:03:07.581Z] ---> b7e6874047d6 [2021-01-20T22:03:07.581Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T22:03:07.790Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:08.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.11 [2021-01-20T22:03:08.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-20T22:03:08.088Z] 027d8752fb3d: Preparing [2021-01-20T22:03:08.088Z] 36810a9d6acd: Preparing [2021-01-20T22:03:08.088Z] eb075c26568b: Preparing [2021-01-20T22:03:08.088Z] ec272e86c45b: Preparing [2021-01-20T22:03:08.088Z] 2fb91fd22d1f: Preparing [2021-01-20T22:03:08.088Z] 777b2c648970: Preparing [2021-01-20T22:03:08.088Z] 777b2c648970: Waiting [2021-01-20T22:03:08.088Z] ec272e86c45b: Layer already exists [2021-01-20T22:03:08.088Z] 2fb91fd22d1f: Layer already exists [2021-01-20T22:03:08.088Z] 36810a9d6acd: Layer already exists [2021-01-20T22:03:08.088Z] eb075c26568b: Layer already exists [2021-01-20T22:03:08.088Z] 027d8752fb3d: Layer already exists [2021-01-20T22:03:08.088Z] 777b2c648970: Layer already exists [2021-01-20T22:03:08.088Z] 2.0.0-dev.11: digest: sha256:efd713d0ea368fc82a076e34db53e3822938fc8f5d6463cbc3895fb9fe598298 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:08.390Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8bb64624f597a56592ea3e7359bdff1805cd62f9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:08.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8bb64624f597a56592ea3e7359bdff1805cd62f9-2.0.0-dev.11 [2021-01-20T22:03:08.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-20T22:03:08.691Z] 027d8752fb3d: Preparing [2021-01-20T22:03:08.691Z] 36810a9d6acd: Preparing [2021-01-20T22:03:08.691Z] eb075c26568b: Preparing [2021-01-20T22:03:08.691Z] ec272e86c45b: Preparing [2021-01-20T22:03:08.691Z] 2fb91fd22d1f: Preparing [2021-01-20T22:03:08.691Z] 777b2c648970: Preparing [2021-01-20T22:03:08.691Z] 777b2c648970: Waiting [2021-01-20T22:03:08.691Z] 36810a9d6acd: Layer already exists [2021-01-20T22:03:08.691Z] eb075c26568b: Layer already exists [2021-01-20T22:03:08.691Z] 2fb91fd22d1f: Layer already exists [2021-01-20T22:03:08.691Z] 027d8752fb3d: Layer already exists [2021-01-20T22:03:08.691Z] ec272e86c45b: Layer already exists [2021-01-20T22:03:08.691Z] 777b2c648970: Layer already exists [2021-01-20T22:03:08.691Z] 8bb64624f597a56592ea3e7359bdff1805cd62f9-2.0.0-dev.11: digest: sha256:efd713d0ea368fc82a076e34db53e3822938fc8f5d6463cbc3895fb9fe598298 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:09.072Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:09.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-01-20T22:03:09.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-20T22:03:09.368Z] 027d8752fb3d: Preparing [2021-01-20T22:03:09.368Z] 36810a9d6acd: Preparing [2021-01-20T22:03:09.368Z] eb075c26568b: Preparing [2021-01-20T22:03:09.368Z] ec272e86c45b: Preparing [2021-01-20T22:03:09.368Z] 2fb91fd22d1f: Preparing [2021-01-20T22:03:09.368Z] 777b2c648970: Preparing [2021-01-20T22:03:09.368Z] 777b2c648970: Waiting [2021-01-20T22:03:09.368Z] eb075c26568b: Layer already exists [2021-01-20T22:03:09.368Z] ec272e86c45b: Layer already exists [2021-01-20T22:03:09.368Z] 027d8752fb3d: Layer already exists [2021-01-20T22:03:09.368Z] 36810a9d6acd: Layer already exists [2021-01-20T22:03:09.368Z] 2fb91fd22d1f: Layer already exists [2021-01-20T22:03:09.368Z] 777b2c648970: Layer already exists [2021-01-20T22:03:09.368Z] master: digest: sha256:efd713d0ea368fc82a076e34db53e3822938fc8f5d6463cbc3895fb9fe598298 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T22:03:09.547Z] ===================================================== [2021-01-20T22:03:09.569Z] ---> Running in caf4642f1e09 [Pipeline] echo [2021-01-20T22:03:09.594Z] taggedImages: [2021-01-20T22:03:09.594Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8bb64624f597a56592ea3e7359bdff1805cd62f9 [2021-01-20T22:03:09.594Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-20T22:03:09.594Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.11 [2021-01-20T22:03:09.594Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8bb64624f597a56592ea3e7359bdff1805cd62f9-2.0.0-dev.11 [2021-01-20T22:03:09.594Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-20T22:03:10.176Z] Removing intermediate container caf4642f1e09 [2021-01-20T22:03:10.176Z] ---> 8f3617675696 [2021-01-20T22:03:10.176Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:03:10.176Z] ---> Running in 00c0614ccf89 [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T22:03:12.811Z] Removing intermediate container 00c0614ccf89 [2021-01-20T22:03:12.811Z] ---> 0b7ad753e9f1 [2021-01-20T22:03:12.811Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-20T22:03:12.811Z] ---> Running in 617428e76f99 [2021-01-20T22:03:13.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:03:14.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:03:15.742Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-20T22:03:15.742Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-20T22:03:15.742Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-20T22:03:16.013Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-20T22:03:16.013Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-20T22:03:16.287Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-20T22:03:16.287Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:03:16.287Z] OK: 144 MiB in 45 packages [2021-01-20T22:03:17.738Z] Removing intermediate container 617428e76f99 [2021-01-20T22:03:17.738Z] ---> 7516d17fb848 [2021-01-20T22:03:17.738Z] Step 6/8 : WORKDIR /app [2021-01-20T22:03:17.738Z] ---> Running in da31df5a0d69 [2021-01-20T22:03:18.338Z] Removing intermediate container da31df5a0d69 [2021-01-20T22:03:18.338Z] ---> 382ae1bf07d4 [2021-01-20T22:03:18.338Z] Step 7/8 : COPY . . [2021-01-20T22:03:19.316Z] ---> ae31cbe1ad00 [2021-01-20T22:03:19.316Z] Step 8/8 : RUN go mod download [2021-01-20T22:03:19.316Z] ---> Running in 18709210d86d [2021-01-20T22:03:46.111Z] Removing intermediate container 18709210d86d [2021-01-20T22:03:46.112Z] ---> 0bc2cc27576e [2021-01-20T22:03:46.112Z] Successfully built 0bc2cc27576e [2021-01-20T22:03:46.112Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:46.461Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T22:03:46.461Z] . [Pipeline] withDockerContainer [2021-01-20T22:03:46.743Z] prd-ubuntu18.04-docker-arm64-4c-16g-21692 does not seem to be running inside a container [2021-01-20T22:03:46.872Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/77 -v /w/workspace/app-service-configurable/77:/w/workspace/app-service-configurable/77:rw,z -v /w/workspace/app-service-configurable/77@tmp:/w/workspace/app-service-configurable/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T22:03:48.511Z] $ docker top f307b78090b6ef500bee1dfa9447149aa2b5f4dffd2a8866ce01813b0608175e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T22:03:49.588Z] + go version [2021-01-20T22:03:49.588Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T22:03:49.622Z] $ docker stop --time=1 f307b78090b6ef500bee1dfa9447149aa2b5f4dffd2a8866ce01813b0608175e [2021-01-20T22:03:51.578Z] $ docker rm -f f307b78090b6ef500bee1dfa9447149aa2b5f4dffd2a8866ce01813b0608175e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:52.588Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T22:03:52.588Z] . [Pipeline] withDockerContainer [2021-01-20T22:03:52.849Z] prd-ubuntu18.04-docker-arm64-4c-16g-21692 does not seem to be running inside a container [2021-01-20T22:03:52.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/77 -v /w/workspace/app-service-configurable/77:/w/workspace/app-service-configurable/77:rw,z -v /w/workspace/app-service-configurable/77@tmp:/w/workspace/app-service-configurable/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T22:03:54.464Z] $ docker top 526a3203a2cd9ef383e8b92eef5b1de6f29923ee412db38fd7cfd67f60bbc43b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T22:03:55.501Z] + make test [2021-01-20T22:03:55.501Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-20T22:04:34.567Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-20T22:04:34.567Z] CGO_ENABLED=1 go vet ./... [2021-01-20T22:04:38.887Z] gofmt -l . [2021-01-20T22:04:38.887Z] [ "`gofmt -l .`" = "" ] [2021-01-20T22:04:38.887Z] ./bin/test-go-mod-tidy.sh [2021-01-20T22:04:39.162Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-20T22:04:39.790Z] $ docker stop --time=1 526a3203a2cd9ef383e8b92eef5b1de6f29923ee412db38fd7cfd67f60bbc43b [2021-01-20T22:04:42.199Z] $ docker rm -f 526a3203a2cd9ef383e8b92eef5b1de6f29923ee412db38fd7cfd67f60bbc43b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T22:04:43.202Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T22:04:43.225Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T22:04:43.962Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T22:04:44.715Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T22:04:45.047Z] + ls -al . [2021-01-20T22:04:45.047Z] total 112 [2021-01-20T22:04:45.047Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 20 22:04 . [2021-01-20T22:04:45.047Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 22:02 .. [2021-01-20T22:04:45.047Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 20 22:02 .dockerignore [2021-01-20T22:04:45.047Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 22:02 .git [2021-01-20T22:04:45.047Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 22:02 .github [2021-01-20T22:04:45.047Z] -rw-rw-r-- 1 jenkins jenkins 93 Jan 20 22:02 .gitignore [2021-01-20T22:04:45.047Z] -rw-rw-r-- 1 jenkins jenkins 6426 Jan 20 22:02 Attribution.txt [2021-01-20T22:04:45.047Z] -rw-rw-r-- 1 jenkins jenkins 2032 Jan 20 22:02 Dockerfile [2021-01-20T22:04:45.047Z] -rw-rw-r-- 1 jenkins jenkins 970 Jan 20 22:02 Dockerfile.build [2021-01-20T22:04:45.047Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 20 22:02 Jenkinsfile [2021-01-20T22:04:45.047Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 20 22:02 LICENSE [2021-01-20T22:04:45.047Z] -rw-rw-r-- 1 jenkins jenkins 1277 Jan 20 22:02 README.md [2021-01-20T22:04:45.047Z] -rw-rw-r-- 1 jenkins jenkins 12 Jan 20 21:58 VERSION [2021-01-20T22:04:45.047Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 22:02 bin [2021-01-20T22:04:45.047Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 20 22:03 coverage.out [2021-01-20T22:04:45.047Z] -rw-r--r-- 1 jenkins jenkins 135 Jan 20 22:04 go.mod [2021-01-20T22:04:45.047Z] -rw-r--r-- 1 jenkins jenkins 18779 Jan 20 22:04 go.sum [2021-01-20T22:04:45.047Z] -rw-rw-r-- 1 jenkins jenkins 1522 Jan 20 22:02 main.go [2021-01-20T22:04:45.047Z] -rw-rw-r-- 1 jenkins jenkins 1582 Jan 20 22:02 makefile [2021-01-20T22:04:45.047Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 22:02 res [2021-01-20T22:04:45.047Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 22:02 snap [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:04:45.387Z] + 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=8bb64624f597a56592ea3e7359bdff1805cd62f9 --label arch=arm64 --label version=2.0.0-dev.11 . [2021-01-20T22:04:45.387Z] Sending build context to Docker daemon 120.3kB [2021-01-20T22:04:45.661Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T22:04:45.661Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-20T22:04:45.661Z] ---> 0bc2cc27576e [2021-01-20T22:04:45.661Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-20T22:04:45.935Z] ---> Running in de88e19bd309 [2021-01-20T22:04:46.532Z] Removing intermediate container de88e19bd309 [2021-01-20T22:04:46.532Z] ---> e15c33d857bf [2021-01-20T22:04:46.532Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T22:04:46.532Z] ---> Running in aa9a3dec5bfd [2021-01-20T22:04:47.127Z] Removing intermediate container aa9a3dec5bfd [2021-01-20T22:04:47.127Z] ---> bf98565bbebe [2021-01-20T22:04:47.127Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-20T22:04:47.127Z] ---> Running in c5b63f15f8d7 [2021-01-20T22:04:47.720Z] Removing intermediate container c5b63f15f8d7 [2021-01-20T22:04:47.720Z] ---> eca597164696 [2021-01-20T22:04:47.720Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:04:47.720Z] ---> Running in bd541f8453d7 [2021-01-20T22:04:50.339Z] Removing intermediate container bd541f8453d7 [2021-01-20T22:04:50.339Z] ---> 320a1774e49f [2021-01-20T22:04:50.339Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T22:04:50.339Z] ---> Running in 0a03c787eb53 [2021-01-20T22:04:50.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:04:51.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:04:52.880Z] OK: 144 MiB in 45 packages [2021-01-20T22:04:53.852Z] Removing intermediate container 0a03c787eb53 [2021-01-20T22:04:53.852Z] ---> 67a9a88dbe0d [2021-01-20T22:04:53.852Z] Step 8/27 : WORKDIR /app [2021-01-20T22:04:53.852Z] ---> Running in 83839660d6d5 [2021-01-20T22:04:54.447Z] Removing intermediate container 83839660d6d5 [2021-01-20T22:04:54.447Z] ---> 5716ec740ac9 [2021-01-20T22:04:54.447Z] Step 9/27 : COPY go.mod . [2021-01-20T22:04:55.043Z] ---> f0e8ac4fd8b0 [2021-01-20T22:04:55.043Z] Step 10/27 : RUN go mod download [2021-01-20T22:04:55.043Z] ---> Running in b7b2fd921712 [2021-01-20T22:04:57.664Z] Removing intermediate container b7b2fd921712 [2021-01-20T22:04:57.664Z] ---> b542dcd2c71d [2021-01-20T22:04:57.664Z] Step 11/27 : COPY . . [2021-01-20T22:04:57.935Z] ---> eaa8bb430d65 [2021-01-20T22:04:57.935Z] Step 12/27 : ARG MAKE="make build" [2021-01-20T22:04:58.209Z] ---> Running in 5d010d794878 [2021-01-20T22:04:58.488Z] Removing intermediate container 5d010d794878 [2021-01-20T22:04:58.488Z] ---> 241f8290d6e6 [2021-01-20T22:04:58.488Z] Step 13/27 : RUN $MAKE [2021-01-20T22:04:58.762Z] ---> Running in 66a7fb9cf5d8 [2021-01-20T22:04:59.742Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.11" -o app-service-configurable [2021-01-20T22:05:32.106Z] Removing intermediate container 66a7fb9cf5d8 [2021-01-20T22:05:32.106Z] ---> 1782e352e9b9 [2021-01-20T22:05:32.106Z] Step 14/27 : FROM alpine:3.12 [2021-01-20T22:05:32.701Z] 3.12: Pulling from library/alpine [2021-01-20T22:05:32.701Z] 159e5727ea61: Pulling fs layer [2021-01-20T22:05:32.973Z] 159e5727ea61: Download complete [2021-01-20T22:05:33.576Z] 159e5727ea61: Pull complete [2021-01-20T22:05:33.576Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T22:05:33.576Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T22:05:33.576Z] ---> afeebe901d6b [2021-01-20T22:05:33.576Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-20T22:05:33.849Z] ---> Running in 55b08e27854a [2021-01-20T22:05:34.445Z] Removing intermediate container 55b08e27854a [2021-01-20T22:05:34.446Z] ---> 075faabf92c9 [2021-01-20T22:05:34.446Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-20T22:05:34.446Z] ---> Running in 240652d05109 [2021-01-20T22:05:35.043Z] Removing intermediate container 240652d05109 [2021-01-20T22:05:35.043Z] ---> 307c101832ea [2021-01-20T22:05:35.043Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-01-20T22:05:35.043Z] ---> Running in 4ffba96aa1cc [2021-01-20T22:05:36.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:05:36.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:05:37.084Z] (1/7) Installing ca-certificates (20191127-r4) [2021-01-20T22:05:37.084Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-01-20T22:05:37.084Z] (3/7) Installing libgcc (9.3.0-r2) [2021-01-20T22:05:37.084Z] (4/7) Installing libsodium (1.0.18-r0) [2021-01-20T22:05:37.084Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-01-20T22:05:37.084Z] (6/7) Installing libzmq (4.3.3-r0) [2021-01-20T22:05:37.084Z] (7/7) Installing zeromq (4.3.3-r0) [2021-01-20T22:05:37.084Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:05:37.084Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T22:05:37.356Z] OK: 9 MiB in 21 packages [2021-01-20T22:05:39.337Z] Removing intermediate container 4ffba96aa1cc [2021-01-20T22:05:39.337Z] ---> cc9700b037fe [2021-01-20T22:05:39.337Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-20T22:05:39.610Z] ---> d88eb80cb0ae [2021-01-20T22:05:39.610Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-20T22:05:40.586Z] ---> 8c05c2f67ba6 [2021-01-20T22:05:40.586Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-20T22:05:41.182Z] ---> ee7f66c95073 [2021-01-20T22:05:41.183Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-20T22:05:42.616Z] ---> 659a57665391 [2021-01-20T22:05:42.616Z] Step 22/27 : EXPOSE 48095 [2021-01-20T22:05:42.616Z] ---> Running in 52de9c6f4019 [2021-01-20T22:05:43.214Z] Removing intermediate container 52de9c6f4019 [2021-01-20T22:05:43.214Z] ---> 60dd9bfe80b7 [2021-01-20T22:05:43.214Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-20T22:05:43.214Z] ---> Running in bd7d9d2f5410 [2021-01-20T22:05:43.815Z] Removing intermediate container bd7d9d2f5410 [2021-01-20T22:05:43.815Z] ---> a3893252b8ff [2021-01-20T22:05:43.815Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T22:05:43.815Z] ---> Running in b7af53c8dea5 [2021-01-20T22:05:44.413Z] Removing intermediate container b7af53c8dea5 [2021-01-20T22:05:44.413Z] ---> 7264041ad9d7 [2021-01-20T22:05:44.413Z] Step 25/27 : LABEL arch=arm64 [2021-01-20T22:05:44.413Z] ---> Running in bef0547e9224 [2021-01-20T22:05:45.015Z] Removing intermediate container bef0547e9224 [2021-01-20T22:05:45.015Z] ---> 67f32b783ac9 [2021-01-20T22:05:45.015Z] Step 26/27 : LABEL git_sha=8bb64624f597a56592ea3e7359bdff1805cd62f9 [2021-01-20T22:05:45.015Z] ---> Running in c31d17e52e4b [2021-01-20T22:05:45.612Z] Removing intermediate container c31d17e52e4b [2021-01-20T22:05:45.612Z] ---> 3bdc4cddeca1 [2021-01-20T22:05:45.612Z] Step 27/27 : LABEL version=2.0.0-dev.11 [2021-01-20T22:05:45.612Z] ---> Running in af518b903349 [2021-01-20T22:05:45.887Z] Removing intermediate container af518b903349 [2021-01-20T22:05:45.887Z] ---> 21a8d39a2cf1 [2021-01-20T22:05:45.887Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T22:05:46.161Z] Successfully built 21a8d39a2cf1 [2021-01-20T22:05:46.161Z] 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-20T22:05:46.681Z] provisioning config files... [2021-01-20T22:05:46.722Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/77@tmp/config1585449375936232552tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:05:47.124Z] ---> docker-login.sh [2021-01-20T22:05:47.124Z] nexus3.edgexfoundry.org:10001 [2021-01-20T22:05:47.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:05:47.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:05:47.670Z] Configure a credential helper to remove this warning. See [2021-01-20T22:05:47.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:05:47.670Z] [2021-01-20T22:05:47.670Z] Login Succeeded [2021-01-20T22:05:47.670Z] nexus3.edgexfoundry.org:10002 [2021-01-20T22:05:47.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:05:48.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:05:48.214Z] Configure a credential helper to remove this warning. See [2021-01-20T22:05:48.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:05:48.214Z] [2021-01-20T22:05:48.214Z] Login Succeeded [2021-01-20T22:05:48.214Z] nexus3.edgexfoundry.org:10003 [2021-01-20T22:05:48.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:05:48.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:05:48.486Z] Configure a credential helper to remove this warning. See [2021-01-20T22:05:48.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:05:48.486Z] [2021-01-20T22:05:48.486Z] Login Succeeded [2021-01-20T22:05:48.756Z] nexus3.edgexfoundry.org:10004 [2021-01-20T22:05:49.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:05:49.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:05:49.299Z] Configure a credential helper to remove this warning. See [2021-01-20T22:05:49.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:05:49.299Z] [2021-01-20T22:05:49.299Z] Login Succeeded [2021-01-20T22:05:49.299Z] docker.io [2021-01-20T22:05:49.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T22:05:49.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T22:05:49.861Z] Configure a credential helper to remove this warning. See [2021-01-20T22:05:49.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T22:05:49.861Z] [2021-01-20T22:05:49.861Z] Login Succeeded [2021-01-20T22:05:49.861Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T22:05:49.879Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T22:05:50.189Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-01-20T22:05:50.189Z] 8bb64624f597a56592ea3e7359bdff1805cd62f9 [2021-01-20T22:05:50.189Z] latest [2021-01-20T22:05:50.189Z] 2.0.0-dev.11 [2021-01-20T22:05:50.189Z] 8bb64624f597a56592ea3e7359bdff1805cd62f9-2.0.0-dev.11 [2021-01-20T22:05:50.189Z] master [2021-01-20T22:05:50.189Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:05:50.769Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8bb64624f597a56592ea3e7359bdff1805cd62f9 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:05:51.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8bb64624f597a56592ea3e7359bdff1805cd62f9 [2021-01-20T22:05:51.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-20T22:05:51.226Z] 18cbc5a862c4: Preparing [2021-01-20T22:05:51.226Z] 639d52bfb76e: Preparing [2021-01-20T22:05:51.226Z] 4795425c678f: Preparing [2021-01-20T22:05:51.226Z] a66cea11a1df: Preparing [2021-01-20T22:05:51.226Z] 48f2639464e5: Preparing [2021-01-20T22:05:51.226Z] 379067d0cb53: Preparing [2021-01-20T22:05:51.226Z] 379067d0cb53: Waiting [2021-01-20T22:05:51.506Z] 4795425c678f: Pushed [2021-01-20T22:05:51.506Z] a66cea11a1df: Pushed [2021-01-20T22:05:51.506Z] 639d52bfb76e: Pushed [2021-01-20T22:05:51.506Z] 379067d0cb53: Layer already exists [2021-01-20T22:05:52.479Z] 48f2639464e5: Pushed [2021-01-20T22:05:55.099Z] 18cbc5a862c4: Pushed [2021-01-20T22:05:55.099Z] 8bb64624f597a56592ea3e7359bdff1805cd62f9: digest: sha256:1eea1adea96d1744bfadd5a5ec65e99fdbb236ba04556db99b8c18919e88de6e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:05:55.444Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:05:55.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-20T22:05:55.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-20T22:05:55.779Z] 18cbc5a862c4: Preparing [2021-01-20T22:05:55.779Z] 639d52bfb76e: Preparing [2021-01-20T22:05:55.779Z] 4795425c678f: Preparing [2021-01-20T22:05:55.779Z] a66cea11a1df: Preparing [2021-01-20T22:05:55.779Z] 48f2639464e5: Preparing [2021-01-20T22:05:55.779Z] 379067d0cb53: Preparing [2021-01-20T22:05:55.779Z] 379067d0cb53: Waiting [2021-01-20T22:05:55.779Z] 4795425c678f: Layer already exists [2021-01-20T22:05:56.053Z] 18cbc5a862c4: Layer already exists [2021-01-20T22:05:56.053Z] 639d52bfb76e: Layer already exists [2021-01-20T22:05:56.054Z] a66cea11a1df: Layer already exists [2021-01-20T22:05:56.054Z] 48f2639464e5: Layer already exists [2021-01-20T22:05:56.054Z] 379067d0cb53: Layer already exists [2021-01-20T22:05:56.054Z] latest: digest: sha256:1eea1adea96d1744bfadd5a5ec65e99fdbb236ba04556db99b8c18919e88de6e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:05:56.397Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:05:56.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.11 [2021-01-20T22:05:56.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-20T22:05:56.736Z] 18cbc5a862c4: Preparing [2021-01-20T22:05:56.736Z] 639d52bfb76e: Preparing [2021-01-20T22:05:56.736Z] 4795425c678f: Preparing [2021-01-20T22:05:56.736Z] a66cea11a1df: Preparing [2021-01-20T22:05:56.736Z] 48f2639464e5: Preparing [2021-01-20T22:05:56.736Z] 379067d0cb53: Preparing [2021-01-20T22:05:56.736Z] 379067d0cb53: Waiting [2021-01-20T22:05:57.007Z] a66cea11a1df: Layer already exists [2021-01-20T22:05:57.007Z] 639d52bfb76e: Layer already exists [2021-01-20T22:05:57.007Z] 18cbc5a862c4: Layer already exists [2021-01-20T22:05:57.007Z] 48f2639464e5: Layer already exists [2021-01-20T22:05:57.007Z] 4795425c678f: Layer already exists [2021-01-20T22:05:57.007Z] 379067d0cb53: Layer already exists [2021-01-20T22:05:57.007Z] 2.0.0-dev.11: digest: sha256:1eea1adea96d1744bfadd5a5ec65e99fdbb236ba04556db99b8c18919e88de6e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:05:57.347Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8bb64624f597a56592ea3e7359bdff1805cd62f9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:05:57.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8bb64624f597a56592ea3e7359bdff1805cd62f9-2.0.0-dev.11 [2021-01-20T22:05:57.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-20T22:05:57.687Z] 18cbc5a862c4: Preparing [2021-01-20T22:05:57.687Z] 639d52bfb76e: Preparing [2021-01-20T22:05:57.687Z] 4795425c678f: Preparing [2021-01-20T22:05:57.687Z] a66cea11a1df: Preparing [2021-01-20T22:05:57.687Z] 48f2639464e5: Preparing [2021-01-20T22:05:57.687Z] 379067d0cb53: Preparing [2021-01-20T22:05:57.687Z] 379067d0cb53: Waiting [2021-01-20T22:05:57.687Z] 4795425c678f: Layer already exists [2021-01-20T22:05:57.958Z] a66cea11a1df: Layer already exists [2021-01-20T22:05:57.958Z] 639d52bfb76e: Layer already exists [2021-01-20T22:05:57.958Z] 18cbc5a862c4: Layer already exists [2021-01-20T22:05:57.958Z] 48f2639464e5: Layer already exists [2021-01-20T22:05:57.958Z] 379067d0cb53: Layer already exists [2021-01-20T22:05:57.958Z] 8bb64624f597a56592ea3e7359bdff1805cd62f9-2.0.0-dev.11: digest: sha256:1eea1adea96d1744bfadd5a5ec65e99fdbb236ba04556db99b8c18919e88de6e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:05:58.299Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:05:58.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-01-20T22:05:58.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-20T22:05:58.640Z] 18cbc5a862c4: Preparing [2021-01-20T22:05:58.640Z] 639d52bfb76e: Preparing [2021-01-20T22:05:58.640Z] 4795425c678f: Preparing [2021-01-20T22:05:58.640Z] a66cea11a1df: Preparing [2021-01-20T22:05:58.640Z] 48f2639464e5: Preparing [2021-01-20T22:05:58.640Z] 379067d0cb53: Preparing [2021-01-20T22:05:58.640Z] 379067d0cb53: Waiting [2021-01-20T22:05:58.640Z] 4795425c678f: Layer already exists [2021-01-20T22:05:58.910Z] 18cbc5a862c4: Layer already exists [2021-01-20T22:05:58.910Z] 639d52bfb76e: Layer already exists [2021-01-20T22:05:58.910Z] 48f2639464e5: Layer already exists [2021-01-20T22:05:58.910Z] a66cea11a1df: Layer already exists [2021-01-20T22:05:58.910Z] 379067d0cb53: Layer already exists [2021-01-20T22:05:58.910Z] master: digest: sha256:1eea1adea96d1744bfadd5a5ec65e99fdbb236ba04556db99b8c18919e88de6e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T22:05:59.116Z] ===================================================== [Pipeline] echo [2021-01-20T22:05:59.166Z] taggedImages: [2021-01-20T22:05:59.166Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8bb64624f597a56592ea3e7359bdff1805cd62f9 [2021-01-20T22:05:59.166Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-20T22:05:59.166Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.11 [2021-01-20T22:05:59.166Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8bb64624f597a56592ea3e7359bdff1805cd62f9-2.0.0-dev.11 [2021-01-20T22:05:59.166Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [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-20T22:06:00.959Z] provisioning config files... [2021-01-20T22:06:00.968Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config252745255596174583tmp [Pipeline] { [Pipeline] sh [2021-01-20T22:06:01.350Z] + set +x [2021-01-20T22:06:01.350Z] + curl -s https://codecov.io/bash [2021-01-20T22:06:01.350Z] + bash -s -- [2021-01-20T22:06:01.618Z] [2021-01-20T22:06:01.618Z] _____ _ [2021-01-20T22:06:01.618Z] / ____| | | [2021-01-20T22:06:01.618Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T22:06:01.618Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T22:06:01.618Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T22:06:01.618Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T22:06:01.618Z] Bash-20210115-cec3c92 [2021-01-20T22:06:01.618Z] [2021-01-20T22:06:01.618Z] [2021-01-20T22:06:01.618Z] ==> git version 2.24.3 found [2021-01-20T22:06:01.618Z] ==> 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-20T22:06:01.618Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T22:06:01.618Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T22:06:01.618Z] ==> Jenkins CI detected. [2021-01-20T22:06:01.618Z] project root: . [2021-01-20T22:06:01.618Z] --> token set from env [2021-01-20T22:06:01.618Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T22:06:01.618Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T22:06:01.618Z] ==> Python coveragepy not found [2021-01-20T22:06:01.618Z] ==> Searching for coverage reports in: [2021-01-20T22:06:01.618Z] + . [2021-01-20T22:06:01.618Z] -> Found 1 reports [2021-01-20T22:06:01.618Z] ==> Detecting git/mercurial file structure [2021-01-20T22:06:01.618Z] ==> Reading reports [2021-01-20T22:06:01.618Z] + ./coverage.out bytes=10 [2021-01-20T22:06:01.618Z] ==> Appending adjustments [2021-01-20T22:06:01.618Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T22:06:01.618Z] + Found adjustments [2021-01-20T22:06:01.618Z] ==> Gzipping contents [2021-01-20T22:06:01.618Z] 4.0K /tmp/codecov.51e0Bz.gz [2021-01-20T22:06:01.618Z] ==> Uploading reports [2021-01-20T22:06:01.618Z] url: https://codecov.io [2021-01-20T22:06:01.618Z] query: branch=master&commit=8bb64624f597a56592ea3e7359bdff1805cd62f9&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F77%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T22:06:01.618Z] -> Pinging Codecov [2021-01-20T22:06:01.618Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=8bb64624f597a56592ea3e7359bdff1805cd62f9&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F77%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T22:06:02.195Z] -> Uploading to [2021-01-20T22:06:02.195Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/A97CA9966030D2A3747ED39772930CCE/8bb64624f597a56592ea3e7359bdff1805cd62f9/592ca529-4575-4150-8e63-bd6292fc74c9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T220601Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9b520c91801aec0d1daeb39fb25e63b031c950aa13aceee59e7c6b57bce59a78 [2021-01-20T22:06:02.195Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T22:06:02.195Z] Dload Upload Total Spent Left Speed [2021-01-20T22:06:02.459Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 393 0 0 100 393 0 873 --:--:-- --:--:-- --:--:-- 875 [2021-01-20T22:06:02.459Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/8bb64624f597a56592ea3e7359bdff1805cd62f9 [Pipeline] } [2021-01-20T22:06:02.469Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-20T22:06:03.360Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-20T22:06:03.422Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:06:03.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T22:06:03.765Z] [2021-01-20T22:06:03.765Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:06:04.123Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T22:06:04.123Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-20T22:06:04.123Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T22:06:04.123Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T22:06:04.123Z] de9db76c5a1d: Pulling fs layer [2021-01-20T22:06:04.123Z] 0eba1c9be4d2: Pulling fs layer [2021-01-20T22:06:04.123Z] 0d57e429df01: Pulling fs layer [2021-01-20T22:06:04.123Z] 4e4be7b47b0d: Pulling fs layer [2021-01-20T22:06:04.123Z] e1f770b5df2f: Pulling fs layer [2021-01-20T22:06:04.123Z] 85a0685a4137: Pulling fs layer [2021-01-20T22:06:04.123Z] 0d57e429df01: Waiting [2021-01-20T22:06:04.123Z] 0eba1c9be4d2: Waiting [2021-01-20T22:06:04.123Z] 4e4be7b47b0d: Waiting [2021-01-20T22:06:04.123Z] e1f770b5df2f: Waiting [2021-01-20T22:06:04.123Z] 85a0685a4137: Waiting [2021-01-20T22:06:04.123Z] de9db76c5a1d: Verifying Checksum [2021-01-20T22:06:04.123Z] de9db76c5a1d: Download complete [2021-01-20T22:06:04.123Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T22:06:04.123Z] 0ef7d3d256c8: Download complete [2021-01-20T22:06:04.123Z] 0d57e429df01: Verifying Checksum [2021-01-20T22:06:04.123Z] 0d57e429df01: Download complete [2021-01-20T22:06:04.123Z] 4e4be7b47b0d: Verifying Checksum [2021-01-20T22:06:04.123Z] 4e4be7b47b0d: Download complete [2021-01-20T22:06:04.711Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T22:06:04.711Z] 188c0c94c7c5: Download complete [2021-01-20T22:06:05.287Z] 188c0c94c7c5: Pull complete [2021-01-20T22:06:05.287Z] 0ef7d3d256c8: Pull complete [2021-01-20T22:06:05.550Z] de9db76c5a1d: Pull complete [2021-01-20T22:06:06.132Z] e1f770b5df2f: Verifying Checksum [2021-01-20T22:06:06.132Z] e1f770b5df2f: Download complete [2021-01-20T22:06:08.074Z] 0eba1c9be4d2: Verifying Checksum [2021-01-20T22:06:08.074Z] 0eba1c9be4d2: Download complete [2021-01-20T22:06:08.344Z] 85a0685a4137: Verifying Checksum [2021-01-20T22:06:08.344Z] 85a0685a4137: Download complete [2021-01-20T22:06:12.575Z] 0eba1c9be4d2: Pull complete [2021-01-20T22:06:12.838Z] 0d57e429df01: Pull complete [2021-01-20T22:06:13.101Z] 4e4be7b47b0d: Pull complete [2021-01-20T22:06:16.425Z] e1f770b5df2f: Pull complete [2021-01-20T22:06:24.598Z] 85a0685a4137: Pull complete [2021-01-20T22:06:24.598Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-20T22:06:24.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T22:06:24.598Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-20T22:06:24.802Z] prd-centos7-docker-4c-2g-21690 does not seem to be running inside a container [2021-01-20T22:06:24.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-20T22:06:25.767Z] $ docker top 7bd97e63179a9aff38b885aab7e378c535ba96ee1a92c6cba9b617cff18fdea1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T22:06:26.003Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-20T22:06:26.292Z] + set -o pipefail [2021-01-20T22:06:26.292Z] + snyk monitor '--org=edgex-jenkins' [2021-01-20T22:06:41.226Z] [2021-01-20T22:06:41.226Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-01-20T22:06:41.226Z] [2021-01-20T22:06:41.226Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/75eb8473-54f7-49ae-9507-9430fb719602 [2021-01-20T22:06:41.226Z] [2021-01-20T22:06:41.226Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-20T22:06:41.226Z] [2021-01-20T22:06:41.226Z] [Pipeline] } [2021-01-20T22:06:41.247Z] $ docker stop --time=1 7bd97e63179a9aff38b885aab7e378c535ba96ee1a92c6cba9b617cff18fdea1 [2021-01-20T22:06:44.055Z] $ docker rm -f 7bd97e63179a9aff38b885aab7e378c535ba96ee1a92c6cba9b617cff18fdea1 [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-20T22:06:45.851Z] + git log --format=format:%s -1 8bb64624f597a56592ea3e7359bdff1805cd62f9 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:06:46.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T22:06:46.157Z] . [Pipeline] withDockerContainer [2021-01-20T22:06:46.338Z] prd-centos7-docker-4c-2g-21690 does not seem to be running inside a container [2021-01-20T22:06:46.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T22:06:47.123Z] $ docker top 4cfc5b8e6207fe8cf8651fa1c0de6f60efef883729f05deaf2edd5d87138c9ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T22:06:47.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T22:06:47.464Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T22:06:47.666Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T22:06:47.672Z] $ docker exec 4cfc5b8e6207fe8cf8651fa1c0de6f60efef883729f05deaf2edd5d87138c9ef ssh-agent [2021-01-20T22:06:47.848Z] SSH_AUTH_SOCK=/tmp/ssh-E8vtxmZgFmNd/agent.12 [2021-01-20T22:06:47.848Z] SSH_AGENT_PID=18 [2021-01-20T22:06:47.855Z] Running ssh-add (command line suppressed) [2021-01-20T22:06:47.988Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4201053052274851230.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4201053052274851230.key) [2021-01-20T22:06:48.041Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T22:06:48.373Z] + git semver tag [2021-01-20T22:06:48.373Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T22:06:48.373Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-20T22:06:48.373Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-20T22:06:48.373Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T22:06:48.373Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T22:06:48.373Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T22:06:48.373Z] # $SEMVER_BRANCH = master [2021-01-20T22:06:48.373Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-20T22:06:48.373Z] # 8bb64624f597a56592ea3e7359bdff1805cd62f9 HEAD [2021-01-20T22:06:48.373Z] # -> Force: false [2021-01-20T22:06:48.373Z] # 438b6df8f4eecd081ea9505f53c7f6f7f4a83699 refs/tags/v2.0.0-dev.11 [Pipeline] } [2021-01-20T22:06:48.388Z] $ docker exec --env ******** --env ******** 4cfc5b8e6207fe8cf8651fa1c0de6f60efef883729f05deaf2edd5d87138c9ef ssh-agent -k [2021-01-20T22:06:48.537Z] unset SSH_AUTH_SOCK; [2021-01-20T22:06:48.538Z] unset SSH_AGENT_PID; [2021-01-20T22:06:48.538Z] echo Agent pid 18 killed; [2021-01-20T22:06:48.596Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T22:06:49.058Z] + git semver [Pipeline] } [2021-01-20T22:06:49.078Z] $ docker stop --time=1 4cfc5b8e6207fe8cf8651fa1c0de6f60efef883729f05deaf2edd5d87138c9ef [2021-01-20T22:06:50.437Z] $ docker rm -f 4cfc5b8e6207fe8cf8651fa1c0de6f60efef883729f05deaf2edd5d87138c9ef [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:06:51.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T22:06:51.186Z] [2021-01-20T22:06:51.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:06:51.576Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T22:06:51.576Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-20T22:06:51.576Z] ab5ef0e58194: Pulling fs layer [2021-01-20T22:06:51.576Z] 9712f1f96733: Pulling fs layer [2021-01-20T22:06:51.576Z] 63f879dbbcfc: Pulling fs layer [2021-01-20T22:06:51.576Z] 0d9ebad4ef96: Pulling fs layer [2021-01-20T22:06:51.576Z] e9a5061849ea: Pulling fs layer [2021-01-20T22:06:51.576Z] d747dcd14b5f: Pulling fs layer [2021-01-20T22:06:51.576Z] 2de7ff778b66: Pulling fs layer [2021-01-20T22:06:51.576Z] e9a5061849ea: Waiting [2021-01-20T22:06:51.576Z] d747dcd14b5f: Waiting [2021-01-20T22:06:51.576Z] 2de7ff778b66: Waiting [2021-01-20T22:06:51.576Z] 0d9ebad4ef96: Waiting [2021-01-20T22:06:51.576Z] 9712f1f96733: Verifying Checksum [2021-01-20T22:06:51.576Z] 9712f1f96733: Download complete [2021-01-20T22:06:53.513Z] 63f879dbbcfc: Verifying Checksum [2021-01-20T22:06:53.513Z] 63f879dbbcfc: Download complete [2021-01-20T22:06:53.513Z] e9a5061849ea: Verifying Checksum [2021-01-20T22:06:53.513Z] e9a5061849ea: Download complete [2021-01-20T22:06:53.513Z] d747dcd14b5f: Verifying Checksum [2021-01-20T22:06:53.513Z] d747dcd14b5f: Download complete [2021-01-20T22:06:53.777Z] 2de7ff778b66: Verifying Checksum [2021-01-20T22:06:53.777Z] 2de7ff778b66: Download complete [2021-01-20T22:06:53.777Z] 0d9ebad4ef96: Verifying Checksum [2021-01-20T22:06:53.777Z] 0d9ebad4ef96: Download complete [2021-01-20T22:06:54.039Z] ab5ef0e58194: Verifying Checksum [2021-01-20T22:06:54.039Z] ab5ef0e58194: Download complete [2021-01-20T22:06:58.278Z] ab5ef0e58194: Pull complete [2021-01-20T22:06:58.278Z] 9712f1f96733: Pull complete [2021-01-20T22:07:01.610Z] 63f879dbbcfc: Pull complete [2021-01-20T22:07:06.953Z] 0d9ebad4ef96: Pull complete [2021-01-20T22:07:07.216Z] e9a5061849ea: Pull complete [2021-01-20T22:07:07.487Z] d747dcd14b5f: Pull complete [2021-01-20T22:07:11.715Z] 2de7ff778b66: Pull complete [2021-01-20T22:07:11.715Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-20T22:07:11.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T22:07:11.715Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-20T22:07:11.920Z] prd-centos7-docker-4c-2g-21690 does not seem to be running inside a container [2021-01-20T22:07:11.971Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-20T22:07:15.628Z] $ docker top ff0586eb96407580144e60a3c10258ca96e0db7365f2d1be8d1a9a701e63aee1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-20T22:07:15.928Z] provisioning config files... [2021-01-20T22:07:15.941Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config7332455809551126962tmp [2021-01-20T22:07:15.956Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config7521110412689031820tmp [2021-01-20T22:07:15.970Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config7276900971464114209tmp [Pipeline] { [Pipeline] echo [2021-01-20T22:07:16.021Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:07:16.317Z] ---> sigul-configuration.sh [2021-01-20T22:07:16.317Z] gpg: directory `/root/.gnupg' created [2021-01-20T22:07:16.317Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-20T22:07:16.317Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-20T22:07:16.317Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-20T22:07:16.317Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-20T22:07:16.317Z] gpg: CAST5 encrypted data [2021-01-20T22:07:16.579Z] gpg: encrypted with 1 passphrase [2021-01-20T22:07:16.579Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-20T22:07:16.878Z] + mkdir /home/jenkins [2021-01-20T22:07:16.878Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-20T22:07:17.177Z] + 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-20T22:07:17.188Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:07:17.484Z] ---> sigul-install.sh [2021-01-20T22:07:22.784Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-20T22:07:23.083Z] + git tag --list [2021-01-20T22:07:23.083Z] v1.0.0 [2021-01-20T22:07:23.083Z] v1.1.0 [2021-01-20T22:07:23.083Z] v1.2.0 [2021-01-20T22:07:23.083Z] v1.3.0 [2021-01-20T22:07:23.083Z] v2.0.0-dev.1 [2021-01-20T22:07:23.083Z] v2.0.0-dev.10 [2021-01-20T22:07:23.083Z] v2.0.0-dev.11 [2021-01-20T22:07:23.083Z] v2.0.0-dev.2 [2021-01-20T22:07:23.083Z] v2.0.0-dev.3 [2021-01-20T22:07:23.083Z] v2.0.0-dev.4 [2021-01-20T22:07:23.083Z] v2.0.0-dev.5 [2021-01-20T22:07:23.083Z] v2.0.0-dev.6 [2021-01-20T22:07:23.083Z] v2.0.0-dev.7 [2021-01-20T22:07:23.083Z] v2.0.0-dev.8 [2021-01-20T22:07:23.083Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-20T22:07:23.379Z] + lftools sign git-tag v2.0.0-dev.11 [2021-01-20T22:07:24.769Z] Signing Git tag with Sigul... [2021-01-20T22:07:24.769Z] Signing v2.0.0-dev.11 [Pipeline] echo [2021-01-20T22:07:25.724Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:07:26.017Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-20T22:07:26.027Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-20T22:07:26.131Z] $ docker stop --time=1 ff0586eb96407580144e60a3c10258ca96e0db7365f2d1be8d1a9a701e63aee1 [2021-01-20T22:07:28.127Z] $ docker rm -f ff0586eb96407580144e60a3c10258ca96e0db7365f2d1be8d1a9a701e63aee1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:07:28.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T22:07:28.980Z] . [Pipeline] withDockerContainer [2021-01-20T22:07:29.076Z] prd-centos7-docker-4c-2g-21690 does not seem to be running inside a container [2021-01-20T22:07:29.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T22:07:29.769Z] $ docker top dc1d5cd63f8220591e008e1dcaa74fc30047c68ca0718d576f8ba33450539c95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T22:07:30.078Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T22:07:30.078Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T22:07:30.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T22:07:30.278Z] $ docker exec dc1d5cd63f8220591e008e1dcaa74fc30047c68ca0718d576f8ba33450539c95 ssh-agent [2021-01-20T22:07:30.449Z] SSH_AUTH_SOCK=/tmp/ssh-D11QLb01xtBh/agent.12 [2021-01-20T22:07:30.449Z] SSH_AGENT_PID=17 [2021-01-20T22:07:30.456Z] Running ssh-add (command line suppressed) [2021-01-20T22:07:30.585Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8380317983556743137.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8380317983556743137.key) [2021-01-20T22:07:30.638Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T22:07:30.970Z] + git semver bump pre [2021-01-20T22:07:30.970Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T22:07:30.970Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-20T22:07:30.970Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-20T22:07:30.970Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T22:07:30.970Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T22:07:30.970Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T22:07:30.970Z] # $SEMVER_BRANCH = master [2021-01-20T22:07:30.970Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-20T22:07:30.970Z] 2.0.0-dev.12 [Pipeline] } [2021-01-20T22:07:30.986Z] $ docker exec --env ******** --env ******** dc1d5cd63f8220591e008e1dcaa74fc30047c68ca0718d576f8ba33450539c95 ssh-agent -k [2021-01-20T22:07:31.126Z] unset SSH_AUTH_SOCK; [2021-01-20T22:07:31.126Z] unset SSH_AGENT_PID; [2021-01-20T22:07:31.126Z] echo Agent pid 17 killed; [2021-01-20T22:07:31.180Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T22:07:31.686Z] + git semver [Pipeline] } [2021-01-20T22:07:31.706Z] $ docker stop --time=1 dc1d5cd63f8220591e008e1dcaa74fc30047c68ca0718d576f8ba33450539c95 [2021-01-20T22:07:33.043Z] $ docker rm -f dc1d5cd63f8220591e008e1dcaa74fc30047c68ca0718d576f8ba33450539c95 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:07:33.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T22:07:33.558Z] . [Pipeline] withDockerContainer [2021-01-20T22:07:33.654Z] prd-centos7-docker-4c-2g-21690 does not seem to be running inside a container [2021-01-20T22:07:33.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T22:07:34.346Z] $ docker top 622b2b8ff907c7d10b43e5891c3f4fe5344421d78c7578bfc8efc483d2ddebfc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T22:07:34.661Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T22:07:34.662Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T22:07:34.858Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T22:07:34.864Z] $ docker exec 622b2b8ff907c7d10b43e5891c3f4fe5344421d78c7578bfc8efc483d2ddebfc ssh-agent [2021-01-20T22:07:35.046Z] SSH_AUTH_SOCK=/tmp/ssh-HRTV36U1SB9l/agent.12 [2021-01-20T22:07:35.046Z] SSH_AGENT_PID=17 [2021-01-20T22:07:35.053Z] Running ssh-add (command line suppressed) [2021-01-20T22:07:35.194Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7153519908372049604.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7153519908372049604.key) [2021-01-20T22:07:35.247Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T22:07:35.579Z] + git semver push [2021-01-20T22:07:35.580Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T22:07:35.580Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-20T22:07:35.580Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-20T22:07:35.580Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T22:07:35.580Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T22:07:35.580Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T22:07:35.580Z] # $SEMVER_BRANCH = master [2021-01-20T22:07:35.580Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-20T22:07:42.206Z] $ docker exec --env ******** --env ******** 622b2b8ff907c7d10b43e5891c3f4fe5344421d78c7578bfc8efc483d2ddebfc ssh-agent -k [2021-01-20T22:07:42.381Z] unset SSH_AUTH_SOCK; [2021-01-20T22:07:42.382Z] unset SSH_AGENT_PID; [2021-01-20T22:07:42.382Z] echo Agent pid 17 killed; [2021-01-20T22:07:42.459Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T22:07:42.938Z] + git semver [Pipeline] } [2021-01-20T22:07:42.956Z] $ docker stop --time=1 622b2b8ff907c7d10b43e5891c3f4fe5344421d78c7578bfc8efc483d2ddebfc [2021-01-20T22:07:44.296Z] $ docker rm -f 622b2b8ff907c7d10b43e5891c3f4fe5344421d78c7578bfc8efc483d2ddebfc [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-20T22:07:45.817Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:07:46.381Z] ---> package-listing.sh [2021-01-20T22:07:46.381Z] ++ facter osfamily [2021-01-20T22:07:46.381Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T22:07:46.381Z] + OS_FAMILY=redhat [2021-01-20T22:07:46.381Z] + workspace=/w/workspace/_app-service-configurable_master [2021-01-20T22:07:46.381Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T22:07:46.381Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T22:07:46.381Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T22:07:46.381Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T22:07:46.381Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-20T22:07:46.381Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T22:07:46.381Z] + case "${OS_FAMILY}" in [2021-01-20T22:07:46.381Z] + rpm -qa [2021-01-20T22:07:46.381Z] + sort [2021-01-20T22:07:51.680Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T22:07:51.680Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T22:07:51.680Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T22:07:51.680Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-20T22:07:51.680Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-01-20T22:07:51.680Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-01-20T22:07:51.693Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T22:07:51.987Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:07:52.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T22:07:52.290Z] [2021-01-20T22:07:52.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:07:52.636Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T22:07:52.636Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T22:07:52.636Z] df20fa9351a1: Pulling fs layer [2021-01-20T22:07:52.636Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T22:07:52.636Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T22:07:52.636Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T22:07:52.636Z] 93b61091891f: Pulling fs layer [2021-01-20T22:07:52.636Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T22:07:52.636Z] 5e14af77c1be: Pulling fs layer [2021-01-20T22:07:52.636Z] 01666e4c0597: Pulling fs layer [2021-01-20T22:07:52.636Z] aa168da1d23b: Pulling fs layer [2021-01-20T22:07:52.636Z] 46f8f816bc3b: Waiting [2021-01-20T22:07:52.636Z] 93b61091891f: Waiting [2021-01-20T22:07:52.636Z] 93b9cdb0e59b: Waiting [2021-01-20T22:07:52.636Z] aa168da1d23b: Waiting [2021-01-20T22:07:52.636Z] 01666e4c0597: Waiting [2021-01-20T22:07:52.636Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T22:07:52.636Z] 36b3adc4ff6f: Download complete [2021-01-20T22:07:52.636Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T22:07:52.636Z] 46f8f816bc3b: Download complete [2021-01-20T22:07:52.898Z] df20fa9351a1: Verifying Checksum [2021-01-20T22:07:52.898Z] df20fa9351a1: Download complete [2021-01-20T22:07:52.898Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T22:07:52.898Z] 93b9cdb0e59b: Download complete [2021-01-20T22:07:52.898Z] 93b61091891f: Download complete [2021-01-20T22:07:52.898Z] 5e14af77c1be: Verifying Checksum [2021-01-20T22:07:52.898Z] 5e14af77c1be: Download complete [2021-01-20T22:07:52.898Z] 01666e4c0597: Verifying Checksum [2021-01-20T22:07:52.898Z] 01666e4c0597: Download complete [2021-01-20T22:07:53.160Z] df20fa9351a1: Pull complete [2021-01-20T22:07:53.428Z] 36b3adc4ff6f: Pull complete [2021-01-20T22:07:53.428Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T22:07:53.428Z] 8ad3a11d3b57: Download complete [2021-01-20T22:07:55.369Z] 8ad3a11d3b57: Pull complete [2021-01-20T22:07:55.369Z] aa168da1d23b: Verifying Checksum [2021-01-20T22:07:55.369Z] aa168da1d23b: Download complete [2021-01-20T22:07:55.637Z] 46f8f816bc3b: Pull complete [2021-01-20T22:07:55.901Z] 93b61091891f: Pull complete [2021-01-20T22:07:56.162Z] 93b9cdb0e59b: Pull complete [2021-01-20T22:07:56.424Z] 5e14af77c1be: Pull complete [2021-01-20T22:07:56.424Z] 01666e4c0597: Pull complete [2021-01-20T22:08:04.620Z] aa168da1d23b: Pull complete [2021-01-20T22:08:04.620Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T22:08:04.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T22:08:04.620Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T22:08:04.792Z] prd-centos7-docker-4c-2g-21690 does not seem to be running inside a container [2021-01-20T22:08:04.841Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T22:08:07.459Z] $ docker top c49f68890d4365f7e76c29d9de04cb6ab32ce765c6d1398e7379cb320cb50397 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T22:08:07.998Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T22:08:08.294Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T22:08:08.589Z] + ls /var/log/sa-host [2021-01-20T22:08:08.589Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T22:08:08.589Z] file_magic: OK [2021-01-20T22:08:08.589Z] HZ: Using current value: 100 [2021-01-20T22:08:08.589Z] file_header: OK [2021-01-20T22:08:08.589Z] 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-20T22:08:08.589Z] Statistics: [2021-01-20T22:08:08.589Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T22:08:08.589Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T22:08:08.589Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T22:08:08.589Z] file_magic: OK [2021-01-20T22:08:08.589Z] HZ: Using current value: 100 [2021-01-20T22:08:08.589Z] file_header: OK [2021-01-20T22:08:08.589Z] 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-20T22:08:08.589Z] Statistics: [2021-01-20T22:08:08.589Z] Hnuu...uuuununununu... [2021-01-20T22:08:08.589Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T22:08:08.785Z] provisioning config files... [2021-01-20T22:08:08.800Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5334430863668387760tmp [Pipeline] { [Pipeline] echo [2021-01-20T22:08:08.875Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:08:09.172Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T22:08:09.182Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T22:08:09.272Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:08:09.566Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T22:08:09.576Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:08:09.870Z] ---> sudo-logs.sh [2021-01-20T22:08:09.870Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T22:08:09.881Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:08:10.180Z] ---> job-cost.sh [2021-01-20T22:08:10.180Z] lf-activate-venv: SKIPPING [2021-01-20T22:08:10.180Z] INFO: No Stack... [2021-01-20T22:08:11.126Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T22:08:11.388Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T22:08:11.402Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:08:11.702Z] ---> logs-deploy.sh [2021-01-20T22:08:11.702Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/77 [2021-01-20T22:08:11.702Z] INFO: archiving workspace using pattern(s): [2021-01-20T22:08:13.091Z] Archives upload complete. [2021-01-20T22:08:13.091Z] INFO: archiving logs to Nexus