Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f32ad572c83e02c8607e21d8d3d786342a56f436 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11389 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision f32ad572c83e02c8607e21d8d3d786342a56f436 (master) > 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 --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f32ad572c83e02c8607e21d8d3d786342a56f436 # timeout=10 Commit message: "build: Change DependaBot to run daily (#137)" > git rev-list --no-walk 958790dae25eb4aa599a15975d5755b3abdf86cf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-06T16:58:59.971Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-06T16:59:00.353Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-06T16:59:00.453Z] ========================================================= [2020-11-06T16:59:00.453Z] EdgeX Global Pipelines Version Info [2020-11-06T16:59:00.453Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-06T16:59:03.073Z] ------------------- [2020-11-06T16:59:03.073Z] stable info: [2020-11-06T16:59:03.073Z] ------------------- [2020-11-06T16:59:03.073Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-06T16:59:03.073Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-06T16:59:03.073Z] Message: update stable to v1.0.162 [2020-11-06T16:59:04.047Z] ------------------- [2020-11-06T16:59:04.047Z] experimental info: [2020-11-06T16:59:04.047Z] ------------------- [2020-11-06T16:59:04.047Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-06T16:59:04.047Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-06T16:59:04.047Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-06T16:59:04.424Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-11-06T16:59:04.517Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-11-06T16:59:04.863Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-06T16:59:04.968Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-06T16:59:05.059Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-06T16:59:05.172Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-06T16:59:05.266Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-06T16:59:05.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-06T16:59:05.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-06T16:59:05.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-06T16:59:05.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-06T16:59:05.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-11-06T16:59:05.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-06T16:59:05.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-06T16:59:05.959Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-06T16:59:06.053Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-06T16:59:06.155Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-06T16:59:06.259Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-06T16:59:06.363Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-06T16:59:06.509Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-06T16:59:06.606Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-06T16:59:06.746Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-06T16:59:06.853Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-06T16:59:06.956Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-06T16:59:07.088Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-06T16:59:07.176Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-06T16:59:07.288Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-06T16:59:07.375Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-06T16:59:07.459Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-06T16:59:07.539Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f32ad572c83e02c8607e21d8d3d786342a56f436 [Pipeline] echo [2020-11-06T16:59:07.629Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f32ad57 [Pipeline] echo [2020-11-06T16:59:07.735Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-06T16:59:07.919Z] provisioning config files... [2020-11-06T16:59:07.967Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5444028180215922890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T16:59:08.405Z] ---> docker-login.sh [2020-11-06T16:59:08.405Z] nexus3.edgexfoundry.org:10001 [2020-11-06T16:59:09.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:59:09.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:59:09.338Z] Configure a credential helper to remove this warning. See [2020-11-06T16:59:09.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:59:09.338Z] [2020-11-06T16:59:09.338Z] Login Succeeded [2020-11-06T16:59:09.338Z] nexus3.edgexfoundry.org:10002 [2020-11-06T16:59:09.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:59:09.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:59:09.962Z] Configure a credential helper to remove this warning. See [2020-11-06T16:59:09.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:59:09.962Z] [2020-11-06T16:59:09.962Z] Login Succeeded [2020-11-06T16:59:09.962Z] nexus3.edgexfoundry.org:10003 [2020-11-06T16:59:10.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:59:10.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:59:10.575Z] Configure a credential helper to remove this warning. See [2020-11-06T16:59:10.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:59:10.575Z] [2020-11-06T16:59:10.575Z] Login Succeeded [2020-11-06T16:59:10.575Z] nexus3.edgexfoundry.org:10004 [2020-11-06T16:59:10.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:59:11.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:59:11.259Z] Configure a credential helper to remove this warning. See [2020-11-06T16:59:11.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:59:11.259Z] [2020-11-06T16:59:11.259Z] Login Succeeded [2020-11-06T16:59:11.259Z] docker.io [2020-11-06T16:59:11.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:59:11.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:59:11.898Z] Configure a credential helper to remove this warning. See [2020-11-06T16:59:11.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:59:11.898Z] [2020-11-06T16:59:11.898Z] Login Succeeded [2020-11-06T16:59:11.898Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T16:59:11.916Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-06T16:59:12.755Z] + git log --format=format:%s -1 f32ad572c83e02c8607e21d8d3d786342a56f436 [Pipeline] echo [2020-11-06T16:59:12.867Z] GIT_COMMIT: f32ad572c83e02c8607e21d8d3d786342a56f436, Commit Message: build: Change DependaBot to run daily (#137) [Pipeline] echo [2020-11-06T16:59:12.924Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-06T16:59:13.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T16:59:13.542Z] [2020-11-06T16:59:13.542Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T16:59:14.178Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T16:59:14.178Z] latest: Pulling from edgex-devops/git-semver [2020-11-06T16:59:14.178Z] 31603596830f: Pulling fs layer [2020-11-06T16:59:14.178Z] 2a8b12db71e7: Pulling fs layer [2020-11-06T16:59:14.178Z] 6ca5941a6612: Pulling fs layer [2020-11-06T16:59:14.178Z] ecc8261a40a4: Pulling fs layer [2020-11-06T16:59:14.178Z] ecc8261a40a4: Waiting [2020-11-06T16:59:14.178Z] 2a8b12db71e7: Verifying Checksum [2020-11-06T16:59:14.178Z] 2a8b12db71e7: Download complete [2020-11-06T16:59:14.462Z] 31603596830f: Verifying Checksum [2020-11-06T16:59:14.462Z] 31603596830f: Download complete [2020-11-06T16:59:14.462Z] ecc8261a40a4: Verifying Checksum [2020-11-06T16:59:14.462Z] ecc8261a40a4: Download complete [2020-11-06T16:59:14.735Z] 6ca5941a6612: Verifying Checksum [2020-11-06T16:59:14.735Z] 6ca5941a6612: Download complete [2020-11-06T16:59:14.735Z] 31603596830f: Pull complete [2020-11-06T16:59:15.023Z] 2a8b12db71e7: Pull complete [2020-11-06T16:59:16.508Z] 6ca5941a6612: Pull complete [2020-11-06T16:59:16.779Z] ecc8261a40a4: Pull complete [2020-11-06T16:59:16.779Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-06T16:59:16.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T16:59:16.779Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-06T16:59:16.962Z] prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container [2020-11-06T16:59:17.086Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-06T16:59:20.074Z] $ docker top dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-06T16:59:20.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T16:59:20.624Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T16:59:21.025Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T16:59:21.034Z] $ docker exec dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 ssh-agent [2020-11-06T16:59:21.884Z] SSH_AUTH_SOCK=/tmp/ssh-Iky3aWKmxmzJ/agent.11 [2020-11-06T16:59:21.884Z] SSH_AGENT_PID=16 [2020-11-06T16:59:22.129Z] Running ssh-add (command line suppressed) [2020-11-06T16:59:22.531Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6667412428271077378.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6667412428271077378.key) [2020-11-06T16:59:22.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T16:59:23.344Z] + git tag --points-at HEAD [Pipeline] } [2020-11-06T16:59:23.496Z] $ docker exec --env ******** --env ******** dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 ssh-agent -k [2020-11-06T16:59:23.703Z] unset SSH_AUTH_SOCK; [2020-11-06T16:59:23.704Z] unset SSH_AGENT_PID; [2020-11-06T16:59:23.704Z] echo Agent pid 16 killed; [2020-11-06T16:59:23.813Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-06T16:59:24.026Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T16:59:24.026Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T16:59:24.243Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T16:59:24.252Z] $ docker exec dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 ssh-agent [2020-11-06T16:59:24.480Z] SSH_AUTH_SOCK=/tmp/ssh-qnISW7RkJAel/agent.45 [2020-11-06T16:59:24.480Z] SSH_AGENT_PID=51 [2020-11-06T16:59:24.490Z] Running ssh-add (command line suppressed) [2020-11-06T16:59:24.677Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2469186262005911814.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2469186262005911814.key) [2020-11-06T16:59:24.763Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T16:59:25.142Z] + git semver init [2020-11-06T16:59:25.143Z] # -> Open(): unable to determine branch for HEAD [2020-11-06T16:59:25.143Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-06T16:59:25.143Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-06T16:59:25.143Z] # $SEMVER_REMOTE_NAME = origin [2020-11-06T16:59:25.143Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-06T16:59:25.143Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-06T16:59:25.143Z] # $SEMVER_BRANCH = master [2020-11-06T16:59:25.143Z] # $SEMVER_TEMP = /tmp/semver-617282699 [2020-11-06T16:59:25.143Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-11-06T16:59:25.731Z] # '/tmp/semver-617282699' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-11-06T16:59:25.731Z] # -> Force: false [2020-11-06T16:59:25.731Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-11-06T16:59:25.755Z] $ docker exec --env ******** --env ******** dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 ssh-agent -k [2020-11-06T16:59:25.919Z] unset SSH_AUTH_SOCK; [2020-11-06T16:59:25.923Z] unset SSH_AGENT_PID; [2020-11-06T16:59:25.924Z] echo Agent pid 51 killed; [2020-11-06T16:59:25.983Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-06T16:59:26.529Z] + git semver [Pipeline] } [2020-11-06T16:59:26.556Z] $ docker stop --time=1 dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 [2020-11-06T16:59:28.258Z] $ docker rm -f dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-06T16:59:28.817Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-06T16:59:29.620Z] Stashed 1 file(s) [Pipeline] echo [2020-11-06T16:59:29.623Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.20 [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 [2020-11-06T16:59:45.151Z] Still waiting to schedule task [2020-11-06T16:59:45.151Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-06T16:59:45.153Z] Still waiting to schedule task [2020-11-06T16:59:45.153Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline [2020-11-06T17:01:27.260Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11391 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-11-06T17:01:27.327Z] Running in /w/workspace/app-service-configurable/58 [Pipeline] { [Pipeline] checkout [2020-11-06T17:01:32.246Z] using credential edgex-jenkins-ssh [2020-11-06T17:01:32.311Z] Cloning the remote Git repository [2020-11-06T17:01:32.387Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-11-06T17:01:32.497Z] > git init /w/workspace/app-service-configurable/58 # timeout=10 [2020-11-06T17:01:32.575Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-06T17:01:32.576Z] > git --version # timeout=10 [2020-11-06T17:01:32.595Z] > git --version # 'git version 2.17.1' [2020-11-06T17:01:32.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T17:01:32.672Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T17:01:33.430Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-06T17:01:33.457Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T17:01:33.501Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-06T17:01:33.547Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-06T17:01:33.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T17:01:33.562Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-06T17:01:34.348Z] Checking out Revision f32ad572c83e02c8607e21d8d3d786342a56f436 (master) [2020-11-06T17:01:34.389Z] > git config core.sparsecheckout # timeout=10 [2020-11-06T17:01:34.405Z] > git checkout -f f32ad572c83e02c8607e21d8d3d786342a56f436 # timeout=10 [2020-11-06T17:01:38.863Z] Commit message: "build: Change DependaBot to run daily (#137)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-06T17:01:40.271Z] provisioning config files... [2020-11-06T17:01:40.316Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/58@tmp/config6460029991046662871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:01:41.248Z] ---> docker-login.sh [2020-11-06T17:01:41.248Z] nexus3.edgexfoundry.org:10001 [2020-11-06T17:01:42.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:01:42.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:01:42.563Z] Configure a credential helper to remove this warning. See [2020-11-06T17:01:42.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:01:42.563Z] [2020-11-06T17:01:42.563Z] Login Succeeded [2020-11-06T17:01:42.563Z] nexus3.edgexfoundry.org:10002 [2020-11-06T17:01:42.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:01:43.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:01:43.114Z] Configure a credential helper to remove this warning. See [2020-11-06T17:01:43.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:01:43.114Z] [2020-11-06T17:01:43.114Z] Login Succeeded [2020-11-06T17:01:43.114Z] nexus3.edgexfoundry.org:10003 [2020-11-06T17:01:43.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:01:43.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:01:43.665Z] Configure a credential helper to remove this warning. See [2020-11-06T17:01:43.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:01:43.665Z] [2020-11-06T17:01:43.665Z] Login Succeeded [2020-11-06T17:01:43.665Z] nexus3.edgexfoundry.org:10004 [2020-11-06T17:01:43.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:01:44.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:01:44.218Z] Configure a credential helper to remove this warning. See [2020-11-06T17:01:44.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:01:44.218Z] [2020-11-06T17:01:44.218Z] Login Succeeded [2020-11-06T17:01:44.218Z] docker.io [2020-11-06T17:01:44.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:01:44.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:01:44.767Z] Configure a credential helper to remove this warning. See [2020-11-06T17:01:44.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:01:44.767Z] [2020-11-06T17:01:44.767Z] Login Succeeded [2020-11-06T17:01:44.767Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T17:01:44.844Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-06T17:01:45.427Z] ========================================================= [2020-11-06T17:01:45.427Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-06T17:01:45.427Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:01:45.817Z] + 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 . [2020-11-06T17:01:45.817Z] Sending build context to Docker daemon 98.82kB [2020-11-06T17:01:46.101Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-06T17:01:46.101Z] Step 2/8 : FROM ${BASE} [2020-11-06T17:01:46.396Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-06T17:01:46.396Z] b538f80385f9: Pulling fs layer [2020-11-06T17:01:46.396Z] 74f711af9a0d: Pulling fs layer [2020-11-06T17:01:46.396Z] 99f96fe45779: Pulling fs layer [2020-11-06T17:01:46.396Z] 8529a6b9a6be: Pulling fs layer [2020-11-06T17:01:46.396Z] 45590311c82a: Pulling fs layer [2020-11-06T17:01:46.396Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-06T17:01:46.396Z] 209524e5b208: Pulling fs layer [2020-11-06T17:01:46.396Z] 8529a6b9a6be: Waiting [2020-11-06T17:01:46.396Z] 45590311c82a: Waiting [2020-11-06T17:01:46.396Z] 69ca0ff8b7b3: Waiting [2020-11-06T17:01:46.396Z] 209524e5b208: Waiting [2020-11-06T17:01:46.396Z] 99f96fe45779: Verifying Checksum [2020-11-06T17:01:46.396Z] 99f96fe45779: Download complete [2020-11-06T17:01:46.396Z] 45590311c82a: Verifying Checksum [2020-11-06T17:01:46.396Z] 45590311c82a: Download complete [2020-11-06T17:01:46.396Z] b538f80385f9: Verifying Checksum [2020-11-06T17:01:46.396Z] b538f80385f9: Download complete [2020-11-06T17:01:46.396Z] 69ca0ff8b7b3: Download complete [2020-11-06T17:01:46.998Z] b538f80385f9: Pull complete [2020-11-06T17:01:47.599Z] 74f711af9a0d: Pull complete [2020-11-06T17:01:48.207Z] 99f96fe45779: Pull complete [2020-11-06T17:01:48.808Z] 209524e5b208: Verifying Checksum [2020-11-06T17:01:48.808Z] 209524e5b208: Download complete [2020-11-06T17:01:49.787Z] 8529a6b9a6be: Download complete [2020-11-06T17:01:59.954Z] 8529a6b9a6be: Pull complete [2020-11-06T17:02:00.229Z] 45590311c82a: Pull complete [2020-11-06T17:02:00.831Z] 69ca0ff8b7b3: Pull complete [2020-11-06T17:02:05.155Z] 209524e5b208: Pull complete [2020-11-06T17:02:05.155Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-06T17:02:05.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-06T17:02:05.155Z] ---> 5bddaf1c2fca [2020-11-06T17:02:05.155Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T17:02:07.132Z] ---> Running in cf9286160f33 [2020-11-06T17:02:07.726Z] Removing intermediate container cf9286160f33 [2020-11-06T17:02:07.726Z] ---> 22c5d1ddf71f [2020-11-06T17:02:07.726Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T17:02:07.726Z] ---> Running in a68ee3a07835 [2020-11-06T17:02:11.116Z] Removing intermediate container a68ee3a07835 [2020-11-06T17:02:11.116Z] ---> 969b33e8a2fb [2020-11-06T17:02:11.116Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-11-06T17:02:11.116Z] ---> Running in 0b08dd19895c [2020-11-06T17:02:12.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T17:02:13.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T17:02:14.113Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-11-06T17:02:14.113Z] (2/6) Installing libsodium (1.0.18-r0) [2020-11-06T17:02:14.384Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-11-06T17:02:14.384Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-11-06T17:02:14.384Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-06T17:02:14.654Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-11-06T17:02:14.654Z] Executing busybox-1.31.1-r16.trigger [2020-11-06T17:02:14.926Z] OK: 144 MiB in 45 packages [2020-11-06T17:02:16.359Z] Removing intermediate container 0b08dd19895c [2020-11-06T17:02:16.359Z] ---> d26fb1292d59 [2020-11-06T17:02:16.359Z] Step 6/8 : WORKDIR /app [2020-11-06T17:02:16.359Z] ---> Running in 9d00fd81906e [2020-11-06T17:02:16.948Z] Removing intermediate container 9d00fd81906e [2020-11-06T17:02:16.948Z] ---> 9ed1f5c509ec [2020-11-06T17:02:16.948Z] Step 7/8 : COPY . . [2020-11-06T17:02:17.550Z] ---> dbb6869992df [2020-11-06T17:02:17.550Z] Step 8/8 : RUN go mod download [2020-11-06T17:02:17.550Z] ---> Running in a146a27f23fa [2020-11-06T17:02:44.350Z] Removing intermediate container a146a27f23fa [2020-11-06T17:02:44.350Z] ---> e15a92c1c174 [2020-11-06T17:02:44.350Z] Successfully built e15a92c1c174 [2020-11-06T17:02:44.350Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:02:44.697Z] + docker inspect -f . ci-base-image-arm64 [2020-11-06T17:02:44.697Z] . [Pipeline] withDockerContainer [2020-11-06T17:02:44.972Z] prd-ubuntu18.04-docker-arm64-4c-16g-11391 does not seem to be running inside a container [2020-11-06T17:02:45.087Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/58 -v /w/workspace/app-service-configurable/58:/w/workspace/app-service-configurable/58:rw,z -v /w/workspace/app-service-configurable/58@tmp:/w/workspace/app-service-configurable/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-06T17:02:46.963Z] $ docker top 4986745c9aebb77d638ef3f91c0cd9559d08851fb06a8bda7b3777fade0cf864 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T17:02:48.373Z] + go version [2020-11-06T17:02:48.373Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-06T17:02:48.430Z] $ docker stop --time=1 4986745c9aebb77d638ef3f91c0cd9559d08851fb06a8bda7b3777fade0cf864 [2020-11-06T17:02:50.348Z] $ docker rm -f 4986745c9aebb77d638ef3f91c0cd9559d08851fb06a8bda7b3777fade0cf864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:02:51.428Z] + docker inspect -f . ci-base-image-arm64 [2020-11-06T17:02:51.428Z] . [Pipeline] withDockerContainer [2020-11-06T17:02:51.695Z] prd-ubuntu18.04-docker-arm64-4c-16g-11391 does not seem to be running inside a container [2020-11-06T17:02:51.811Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/58 -v /w/workspace/app-service-configurable/58:/w/workspace/app-service-configurable/58:rw,z -v /w/workspace/app-service-configurable/58@tmp:/w/workspace/app-service-configurable/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-06T17:02:53.696Z] $ docker top ec1cbc7da615cba9523ae82e335731f80def026f08dcad0eb9d3c1e57d5a960c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T17:02:55.091Z] + make test [2020-11-06T17:02:55.091Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-11-06T17:03:51.686Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-11-06T17:03:51.686Z] CGO_ENABLED=1 go vet ./... [2020-11-06T17:03:51.701Z] Running on prd-centos7-docker-4c-2g-11392 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-11-06T17:03:51.761Z] Running in /w/workspace/app-service-configurable/58 [Pipeline] { [Pipeline] checkout [2020-11-06T17:03:53.666Z] gofmt -l . [2020-11-06T17:03:53.666Z] [ "`gofmt -l .`" = "" ] [2020-11-06T17:03:53.666Z] ./bin/test-go-mod-tidy.sh [2020-11-06T17:03:54.298Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-06T17:03:55.364Z] $ docker stop --time=1 ec1cbc7da615cba9523ae82e335731f80def026f08dcad0eb9d3c1e57d5a960c [2020-11-06T17:03:57.510Z] $ docker rm -f ec1cbc7da615cba9523ae82e335731f80def026f08dcad0eb9d3c1e57d5a960c [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-06T17:03:58.368Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-06T17:03:59.147Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-06T17:04:00.365Z] using credential edgex-jenkins-ssh [2020-11-06T17:04:00.493Z] Cloning the remote Git repository [2020-11-06T17:04:00.596Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-06T17:04:00.972Z] + ls -al . [2020-11-06T17:04:00.972Z] total 120 [2020-11-06T17:04:00.972Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 6 17:03 . [2020-11-06T17:04:00.972Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 6 17:01 .. [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 119 Nov 6 17:01 .dockerignore [2020-11-06T17:04:00.972Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 6 17:01 .git [2020-11-06T17:04:00.972Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 17:01 .github [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 93 Nov 6 17:01 .gitignore [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 6568 Nov 6 17:01 Attribution.txt [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 2002 Nov 6 17:01 Dockerfile [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 966 Nov 6 17:01 Dockerfile.build [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 687 Nov 6 17:01 Jenkinsfile [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 10174 Nov 6 17:01 LICENSE [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 1277 Nov 6 17:01 README.md [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 12 Nov 6 16:59 VERSION [2020-11-06T17:04:00.972Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 17:01 bin [2020-11-06T17:04:00.972Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 6 17:02 coverage.out [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 180 Nov 6 17:01 docker-compose.debug.yml [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 133 Nov 6 17:01 docker-compose.yml [2020-11-06T17:04:00.972Z] -rw-r--r-- 1 jenkins jenkins 133 Nov 6 17:03 go.mod [2020-11-06T17:04:00.972Z] -rw-r--r-- 1 jenkins jenkins 19455 Nov 6 17:03 go.sum [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 1519 Nov 6 17:01 main.go [2020-11-06T17:04:00.972Z] -rw-rw-r-- 1 jenkins jenkins 1573 Nov 6 17:01 makefile [2020-11-06T17:04:00.972Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 6 17:01 res [2020-11-06T17:04:00.972Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 6 17:01 snap [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:04:00.527Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-11-06T17:04:00.627Z] > git init /w/workspace/app-service-configurable/58 # timeout=10 [2020-11-06T17:04:00.792Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-06T17:04:00.793Z] > git --version # timeout=10 [2020-11-06T17:04:00.872Z] > git --version # 'git version 2.16.5' [2020-11-06T17:04:00.874Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T17:04:01.130Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T17:04:01.350Z] + 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=f32ad572c83e02c8607e21d8d3d786342a56f436 --label arch=arm64 --label version=1.2.1-dev.20 . [2020-11-06T17:04:01.350Z] Sending build context to Docker daemon 120.8kB [2020-11-06T17:04:01.629Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-11-06T17:04:01.629Z] Step 2/27 : FROM ${BASE} AS builder [2020-11-06T17:04:01.629Z] ---> e15a92c1c174 [2020-11-06T17:04:01.629Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-11-06T17:04:01.903Z] ---> Running in 692a79f61ad2 [2020-11-06T17:04:02.501Z] Removing intermediate container 692a79f61ad2 [2020-11-06T17:04:02.501Z] ---> 4622612ad27a [2020-11-06T17:04:02.501Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-11-06T17:04:02.501Z] ---> Running in 45f0ad40b464 [2020-11-06T17:04:02.444Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-06T17:04:02.548Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T17:04:02.776Z] Removing intermediate container 45f0ad40b464 [2020-11-06T17:04:02.776Z] ---> b08da8109bed [2020-11-06T17:04:02.776Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T17:04:03.060Z] ---> Running in b2ed5ca0fa88 [2020-11-06T17:04:03.338Z] Removing intermediate container b2ed5ca0fa88 [2020-11-06T17:04:03.338Z] ---> 406e1a47e66f [2020-11-06T17:04:03.338Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T17:04:03.614Z] ---> Running in 6094444327b8 [2020-11-06T17:04:03.915Z] Checking out Revision f32ad572c83e02c8607e21d8d3d786342a56f436 (master) [2020-11-06T17:04:02.898Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-06T17:04:02.954Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-06T17:04:02.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T17:04:02.966Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-06T17:04:03.965Z] > git config core.sparsecheckout # timeout=10 [2020-11-06T17:04:04.007Z] > git checkout -f f32ad572c83e02c8607e21d8d3d786342a56f436 # timeout=10 [2020-11-06T17:04:06.251Z] Removing intermediate container 6094444327b8 [2020-11-06T17:04:06.251Z] ---> e803de016988 [2020-11-06T17:04:06.251Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-06T17:04:06.251Z] ---> Running in 75aff9bb5021 [2020-11-06T17:04:07.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T17:04:08.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T17:04:08.470Z] Commit message: "build: Change DependaBot to run daily (#137)" [2020-11-06T17:04:09.254Z] OK: 144 MiB in 45 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-06T17:04:09.575Z] provisioning config files... [2020-11-06T17:04:09.619Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/58@tmp/config28017060786825799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:04:10.237Z] Removing intermediate container 75aff9bb5021 [2020-11-06T17:04:10.237Z] ---> f04bb9a9cb32 [2020-11-06T17:04:10.237Z] Step 8/27 : WORKDIR /app [2020-11-06T17:04:10.512Z] ---> Running in dc0d1bd5bc56 [2020-11-06T17:04:11.106Z] Removing intermediate container dc0d1bd5bc56 [2020-11-06T17:04:11.107Z] ---> 4c30296290b0 [2020-11-06T17:04:11.107Z] Step 9/27 : COPY go.mod . [2020-11-06T17:04:11.610Z] ---> docker-login.sh [2020-11-06T17:04:11.610Z] nexus3.edgexfoundry.org:10001 [2020-11-06T17:04:11.708Z] ---> 9d66e7225454 [2020-11-06T17:04:11.708Z] Step 10/27 : RUN go mod download [2020-11-06T17:04:11.708Z] ---> Running in 6cd34e9ad30e [2020-11-06T17:04:11.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:04:12.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:04:12.493Z] Configure a credential helper to remove this warning. See [2020-11-06T17:04:12.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:04:12.493Z] [2020-11-06T17:04:12.493Z] Login Succeeded [2020-11-06T17:04:12.493Z] nexus3.edgexfoundry.org:10002 [2020-11-06T17:04:12.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:04:12.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:04:12.781Z] Configure a credential helper to remove this warning. See [2020-11-06T17:04:12.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:04:12.781Z] [2020-11-06T17:04:12.781Z] Login Succeeded [2020-11-06T17:04:12.781Z] nexus3.edgexfoundry.org:10003 [2020-11-06T17:04:13.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:04:13.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:04:13.816Z] Configure a credential helper to remove this warning. See [2020-11-06T17:04:13.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:04:13.817Z] [2020-11-06T17:04:13.817Z] Login Succeeded [2020-11-06T17:04:13.817Z] nexus3.edgexfoundry.org:10004 [2020-11-06T17:04:14.329Z] Removing intermediate container 6cd34e9ad30e [2020-11-06T17:04:14.329Z] ---> e1c6b9f2fb10 [2020-11-06T17:04:14.329Z] Step 11/27 : COPY . . [2020-11-06T17:04:14.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:04:14.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:04:14.948Z] Configure a credential helper to remove this warning. See [2020-11-06T17:04:14.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:04:14.948Z] [2020-11-06T17:04:14.948Z] Login Succeeded [2020-11-06T17:04:14.948Z] docker.io [2020-11-06T17:04:15.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:04:15.308Z] ---> 1b8dda7f29ad [2020-11-06T17:04:15.308Z] Step 12/27 : ARG MAKE="make build" [2020-11-06T17:04:15.308Z] ---> Running in 9c955f55afff [2020-11-06T17:04:15.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:04:15.609Z] Configure a credential helper to remove this warning. See [2020-11-06T17:04:15.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:04:15.609Z] [2020-11-06T17:04:15.609Z] Login Succeeded [2020-11-06T17:04:15.609Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T17:04:15.714Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-11-06T17:04:15.907Z] Removing intermediate container 9c955f55afff [2020-11-06T17:04:15.907Z] ---> 2791e2f13549 [2020-11-06T17:04:15.907Z] Step 13/27 : RUN $MAKE [2020-11-06T17:04:15.907Z] ---> Running in 0fd5db5e289a [Pipeline] echo [2020-11-06T17:04:16.335Z] ========================================================= [2020-11-06T17:04:16.335Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-06T17:04:16.335Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:04:16.917Z] + 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 . [2020-11-06T17:04:16.917Z] Sending build context to Docker daemon 98.82kB [2020-11-06T17:04:17.342Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.20" -o app-service-configurable [2020-11-06T17:04:17.672Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-06T17:04:17.672Z] Step 2/8 : FROM ${BASE} [2020-11-06T17:04:17.965Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-06T17:04:17.965Z] df20fa9351a1: Pulling fs layer [2020-11-06T17:04:17.965Z] ed8968b2872e: Pulling fs layer [2020-11-06T17:04:17.965Z] a92cc7c5fd73: Pulling fs layer [2020-11-06T17:04:17.965Z] e871e8e8d7a9: Pulling fs layer [2020-11-06T17:04:17.965Z] e73272ec9a57: Pulling fs layer [2020-11-06T17:04:17.965Z] 1e910a182e73: Pulling fs layer [2020-11-06T17:04:17.965Z] 4e634b169226: Pulling fs layer [2020-11-06T17:04:17.965Z] e871e8e8d7a9: Waiting [2020-11-06T17:04:17.965Z] e73272ec9a57: Waiting [2020-11-06T17:04:17.965Z] 1e910a182e73: Waiting [2020-11-06T17:04:17.965Z] 4e634b169226: Waiting [2020-11-06T17:04:17.965Z] a92cc7c5fd73: Verifying Checksum [2020-11-06T17:04:17.965Z] a92cc7c5fd73: Download complete [2020-11-06T17:04:17.965Z] ed8968b2872e: Verifying Checksum [2020-11-06T17:04:17.965Z] ed8968b2872e: Download complete [2020-11-06T17:04:17.965Z] e73272ec9a57: Verifying Checksum [2020-11-06T17:04:17.965Z] e73272ec9a57: Download complete [2020-11-06T17:04:18.269Z] 1e910a182e73: Verifying Checksum [2020-11-06T17:04:18.269Z] 1e910a182e73: Download complete [2020-11-06T17:04:18.890Z] df20fa9351a1: Verifying Checksum [2020-11-06T17:04:18.891Z] df20fa9351a1: Download complete [2020-11-06T17:04:20.178Z] df20fa9351a1: Pull complete [2020-11-06T17:04:21.034Z] ed8968b2872e: Pull complete [2020-11-06T17:04:22.078Z] a92cc7c5fd73: Pull complete [2020-11-06T17:04:26.717Z] 4e634b169226: Verifying Checksum [2020-11-06T17:04:26.717Z] 4e634b169226: Download complete [2020-11-06T17:04:27.382Z] e871e8e8d7a9: Verifying Checksum [2020-11-06T17:04:27.382Z] e871e8e8d7a9: Download complete [2020-11-06T17:04:37.682Z] e871e8e8d7a9: Pull complete [2020-11-06T17:04:37.964Z] e73272ec9a57: Pull complete [2020-11-06T17:04:37.964Z] 1e910a182e73: Pull complete [2020-11-06T17:04:43.447Z] 4e634b169226: Pull complete [2020-11-06T17:04:43.447Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-06T17:04:43.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-06T17:04:43.724Z] ---> f7629b54cfaa [2020-11-06T17:04:43.724Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T17:04:43.724Z] ---> Running in dcbec0bb9164 [2020-11-06T17:04:43.996Z] Removing intermediate container dcbec0bb9164 [2020-11-06T17:04:43.996Z] ---> 5acea5680a16 [2020-11-06T17:04:43.996Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T17:04:43.996Z] ---> Running in 60c188aa3de2 [2020-11-06T17:04:45.989Z] Removing intermediate container 60c188aa3de2 [2020-11-06T17:04:45.989Z] ---> e80add21e116 [2020-11-06T17:04:45.989Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-11-06T17:04:45.989Z] ---> Running in d4062173c859 [2020-11-06T17:04:46.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T17:04:47.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T17:04:48.174Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-11-06T17:04:48.505Z] (2/6) Installing libsodium (1.0.18-r0) [2020-11-06T17:04:48.505Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-11-06T17:04:48.791Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-11-06T17:04:48.791Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-06T17:04:49.112Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-11-06T17:04:49.112Z] Executing busybox-1.31.1-r16.trigger [2020-11-06T17:04:49.112Z] OK: 167 MiB in 45 packages [2020-11-06T17:04:50.115Z] Removing intermediate container d4062173c859 [2020-11-06T17:04:50.115Z] ---> 9c81cc34b6ac [2020-11-06T17:04:50.115Z] Step 6/8 : WORKDIR /app [2020-11-06T17:04:50.115Z] ---> Running in 394270f359fd [2020-11-06T17:04:50.115Z] Removing intermediate container 394270f359fd [2020-11-06T17:04:50.115Z] ---> 283da302c8c5 [2020-11-06T17:04:50.115Z] Step 7/8 : COPY . . [2020-11-06T17:04:50.405Z] ---> e2e190e2e68d [2020-11-06T17:04:50.405Z] Step 8/8 : RUN go mod download [2020-11-06T17:04:50.684Z] ---> Running in ae34ed4dc76c [2020-11-06T17:05:04.351Z] Removing intermediate container 0fd5db5e289a [2020-11-06T17:05:04.351Z] ---> b783ec960a7e [2020-11-06T17:05:04.351Z] Step 14/27 : FROM alpine:latest [2020-11-06T17:05:04.623Z] latest: Pulling from library/alpine [2020-11-06T17:05:04.896Z] 5f621e34cdf4: Pulling fs layer [2020-11-06T17:05:05.169Z] 5f621e34cdf4: Verifying Checksum [2020-11-06T17:05:05.169Z] 5f621e34cdf4: Download complete [2020-11-06T17:05:05.766Z] 5f621e34cdf4: Pull complete [2020-11-06T17:05:05.766Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-06T17:05:05.766Z] Status: Downloaded newer image for alpine:latest [2020-11-06T17:05:05.766Z] ---> 2e77e061c27f [2020-11-06T17:05:05.766Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T17:05:06.040Z] ---> Running in 8372f319a280 [2020-11-06T17:05:06.313Z] Removing intermediate container 8372f319a280 [2020-11-06T17:05:06.313Z] ---> 87c31afd8eb7 [2020-11-06T17:05:06.313Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-11-06T17:05:06.587Z] ---> Running in 8250548d80fb [2020-11-06T17:05:06.861Z] Removing intermediate container 8250548d80fb [2020-11-06T17:05:06.861Z] ---> ad413b2f43c2 [2020-11-06T17:05:06.861Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-11-06T17:05:07.134Z] ---> Running in 0556141715f1 [2020-11-06T17:05:08.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T17:05:08.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T17:05:09.436Z] (1/6) Installing ca-certificates (20191127-r4) [2020-11-06T17:05:09.436Z] (2/6) Installing libgcc (9.3.0-r2) [2020-11-06T17:05:09.436Z] (3/6) Installing libsodium (1.0.18-r0) [2020-11-06T17:05:09.436Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-11-06T17:05:09.436Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-06T17:05:09.436Z] (6/6) Installing zeromq (4.3.3-r0) [2020-11-06T17:05:09.436Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T17:05:09.436Z] Executing ca-certificates-20191127-r4.trigger [2020-11-06T17:05:09.710Z] OK: 9 MiB in 20 packages [2020-11-06T17:05:11.704Z] Removing intermediate container 0556141715f1 [2020-11-06T17:05:11.704Z] ---> c45a37caad95 [2020-11-06T17:05:11.704Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-11-06T17:05:11.976Z] ---> 01ea69ae38f4 [2020-11-06T17:05:11.977Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-11-06T17:05:12.955Z] ---> bd9980a808f0 [2020-11-06T17:05:12.955Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-11-06T17:05:13.549Z] ---> d0da7daea6c7 [2020-11-06T17:05:13.549Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-11-06T17:05:14.984Z] ---> da4ff8c5b7b3 [2020-11-06T17:05:14.984Z] Step 22/27 : EXPOSE 48095 [2020-11-06T17:05:15.257Z] ---> Running in 70b3b3d82495 [2020-11-06T17:05:15.852Z] Removing intermediate container 70b3b3d82495 [2020-11-06T17:05:15.852Z] ---> 15e4badf9960 [2020-11-06T17:05:15.852Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-11-06T17:05:15.852Z] ---> Running in 60693e952780 [2020-11-06T17:05:16.448Z] Removing intermediate container 60693e952780 [2020-11-06T17:05:16.448Z] ---> 7ee38e6b6326 [2020-11-06T17:05:16.448Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T17:05:16.448Z] ---> Running in 0242fa8a00b2 [2020-11-06T17:05:16.721Z] Removing intermediate container 0242fa8a00b2 [2020-11-06T17:05:16.721Z] ---> e626e15d33f0 [2020-11-06T17:05:16.721Z] Step 25/27 : LABEL arch=arm64 [2020-11-06T17:05:16.999Z] ---> Running in d6c05db6fb02 [2020-11-06T17:05:17.273Z] Removing intermediate container d6c05db6fb02 [2020-11-06T17:05:17.273Z] ---> 78ffc0beedee [2020-11-06T17:05:17.273Z] Step 26/27 : LABEL git_sha=f32ad572c83e02c8607e21d8d3d786342a56f436 [2020-11-06T17:05:17.547Z] ---> Running in 4a5c25b248b6 [2020-11-06T17:05:18.142Z] Removing intermediate container 4a5c25b248b6 [2020-11-06T17:05:18.142Z] ---> 3b74a72b53cb [2020-11-06T17:05:18.142Z] Step 27/27 : LABEL version=1.2.1-dev.20 [2020-11-06T17:05:18.142Z] ---> Running in 4149c8bf55f3 [2020-11-06T17:05:18.414Z] Removing intermediate container 4149c8bf55f3 [2020-11-06T17:05:18.414Z] ---> 8caa8153ba77 [2020-11-06T17:05:18.414Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-06T17:05:18.684Z] Successfully built 8caa8153ba77 [2020-11-06T17:05:18.684Z] 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 [2020-11-06T17:05:19.198Z] provisioning config files... [2020-11-06T17:05:19.237Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/58@tmp/config8935315346100827926tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:05:19.699Z] ---> docker-login.sh [2020-11-06T17:05:19.699Z] nexus3.edgexfoundry.org:10001 [2020-11-06T17:05:19.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:05:20.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:05:20.244Z] Configure a credential helper to remove this warning. See [2020-11-06T17:05:20.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:05:20.244Z] [2020-11-06T17:05:20.244Z] Login Succeeded [2020-11-06T17:05:20.244Z] nexus3.edgexfoundry.org:10002 [2020-11-06T17:05:20.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:05:20.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:05:20.789Z] Configure a credential helper to remove this warning. See [2020-11-06T17:05:20.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:05:20.789Z] [2020-11-06T17:05:20.789Z] Login Succeeded [2020-11-06T17:05:20.789Z] nexus3.edgexfoundry.org:10003 [2020-11-06T17:05:21.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:05:21.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:05:21.344Z] Configure a credential helper to remove this warning. See [2020-11-06T17:05:21.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:05:21.345Z] [2020-11-06T17:05:21.345Z] Login Succeeded [2020-11-06T17:05:21.345Z] nexus3.edgexfoundry.org:10004 [2020-11-06T17:05:21.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:05:21.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:05:21.890Z] Configure a credential helper to remove this warning. See [2020-11-06T17:05:21.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:05:21.890Z] [2020-11-06T17:05:21.890Z] Login Succeeded [2020-11-06T17:05:21.890Z] docker.io [2020-11-06T17:05:22.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:05:22.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:05:22.753Z] Configure a credential helper to remove this warning. See [2020-11-06T17:05:22.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:05:22.753Z] [2020-11-06T17:05:22.753Z] Login Succeeded [2020-11-06T17:05:22.753Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T17:05:22.770Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-06T17:05:23.002Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-11-06T17:05:23.002Z] f32ad572c83e02c8607e21d8d3d786342a56f436 [2020-11-06T17:05:23.002Z] latest [2020-11-06T17:05:23.002Z] 1.2.1-dev.20 [2020-11-06T17:05:23.002Z] f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 [2020-11-06T17:05:23.002Z] master [2020-11-06T17:05:23.002Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:05:23.500Z] Removing intermediate container ae34ed4dc76c [2020-11-06T17:05:23.500Z] ---> 91e4c1e73a72 [2020-11-06T17:05:23.500Z] Successfully built 91e4c1e73a72 [2020-11-06T17:05:23.500Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:05:23.592Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f32ad572c83e02c8607e21d8d3d786342a56f436 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:05:23.850Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-06T17:05:23.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f32ad572c83e02c8607e21d8d3d786342a56f436 [2020-11-06T17:05:23.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-06T17:05:23.949Z] 3cfd7a84e99b: Preparing [2020-11-06T17:05:23.949Z] ed5351551006: Preparing [2020-11-06T17:05:23.949Z] 4422a51541f0: Preparing [2020-11-06T17:05:23.949Z] c557524d114e: Preparing [2020-11-06T17:05:23.949Z] 0778d57100f9: Preparing [2020-11-06T17:05:23.949Z] cd3761cfa1d9: Preparing [2020-11-06T17:05:23.949Z] cd3761cfa1d9: Waiting [2020-11-06T17:05:24.221Z] c557524d114e: Pushed [2020-11-06T17:05:24.221Z] 4422a51541f0: Pushed [2020-11-06T17:05:24.221Z] cd3761cfa1d9: Layer already exists [2020-11-06T17:05:24.221Z] ed5351551006: Pushed [2020-11-06T17:05:24.438Z] . [Pipeline] withDockerContainer [2020-11-06T17:05:25.196Z] 0778d57100f9: Pushed [2020-11-06T17:05:25.292Z] prd-centos7-docker-4c-2g-11392 does not seem to be running inside a container [2020-11-06T17:05:26.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/58 -v /w/workspace/app-service-configurable/58:/w/workspace/app-service-configurable/58:rw,z -v /w/workspace/app-service-configurable/58@tmp:/w/workspace/app-service-configurable/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-06T17:05:27.335Z] $ docker top 16b288a676818329c1ed4cfd7f4dec63b698f9eac30ffe2c17694f26f3c9a4f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T17:05:28.293Z] + go version [2020-11-06T17:05:28.580Z] 3cfd7a84e99b: Pushed [2020-11-06T17:05:28.580Z] f32ad572c83e02c8607e21d8d3d786342a56f436: digest: sha256:866badbd76356a980f3a8b60439ca35b5e5e048e2fc5e4fb7386442e2b10c6f0 size: 1574 [2020-11-06T17:05:28.588Z] go version go1.15.2 linux/amd64 [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2020-11-06T17:05:28.740Z] $ docker stop --time=1 16b288a676818329c1ed4cfd7f4dec63b698f9eac30ffe2c17694f26f3c9a4f9 [2020-11-06T17:05:28.926Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-11-06T17:05:30.498Z] $ docker rm -f 16b288a676818329c1ed4cfd7f4dec63b698f9eac30ffe2c17694f26f3c9a4f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-11-06T17:05:31.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-11-06T17:05:31.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-06T17:05:31.089Z] 3cfd7a84e99b: Preparing [2020-11-06T17:05:31.089Z] ed5351551006: Preparing [2020-11-06T17:05:31.089Z] 4422a51541f0: Preparing [2020-11-06T17:05:31.089Z] c557524d114e: Preparing [2020-11-06T17:05:31.089Z] 0778d57100f9: Preparing [2020-11-06T17:05:31.089Z] cd3761cfa1d9: Preparing [2020-11-06T17:05:31.089Z] cd3761cfa1d9: Waiting [2020-11-06T17:05:31.089Z] 3cfd7a84e99b: Layer already exists [2020-11-06T17:05:31.089Z] 0778d57100f9: Layer already exists [2020-11-06T17:05:31.089Z] ed5351551006: Layer already exists [2020-11-06T17:05:31.089Z] 4422a51541f0: Layer already exists [2020-11-06T17:05:31.089Z] c557524d114e: Layer already exists [2020-11-06T17:05:31.089Z] cd3761cfa1d9: Layer already exists [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:05:31.358Z] latest: digest: sha256:866badbd76356a980f3a8b60439ca35b5e5e048e2fc5e4fb7386442e2b10c6f0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:05:31.491Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-06T17:05:31.491Z] . [Pipeline] withDockerContainer [2020-11-06T17:05:31.641Z] prd-centos7-docker-4c-2g-11392 does not seem to be running inside a container [2020-11-06T17:05:31.703Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.20 [2020-11-06T17:05:31.713Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/58 -v /w/workspace/app-service-configurable/58:/w/workspace/app-service-configurable/58:rw,z -v /w/workspace/app-service-configurable/58@tmp:/w/workspace/app-service-configurable/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-06T17:05:32.529Z] $ docker top 9186fa2c6c154f88146facda5e40b789b07fde0c293d2069b9054054d09c57a1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:05:33.082Z] + make test [2020-11-06T17:05:33.082Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-11-06T17:05:33.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.20 [2020-11-06T17:05:33.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-06T17:05:33.130Z] 3cfd7a84e99b: Preparing [2020-11-06T17:05:33.130Z] ed5351551006: Preparing [2020-11-06T17:05:33.130Z] 4422a51541f0: Preparing [2020-11-06T17:05:33.130Z] c557524d114e: Preparing [2020-11-06T17:05:33.130Z] 0778d57100f9: Preparing [2020-11-06T17:05:33.130Z] cd3761cfa1d9: Preparing [2020-11-06T17:05:33.130Z] cd3761cfa1d9: Waiting [2020-11-06T17:05:33.130Z] c557524d114e: Layer already exists [2020-11-06T17:05:33.130Z] 4422a51541f0: Layer already exists [2020-11-06T17:05:33.130Z] 0778d57100f9: Layer already exists [2020-11-06T17:05:33.130Z] ed5351551006: Layer already exists [2020-11-06T17:05:33.130Z] 3cfd7a84e99b: Layer already exists [2020-11-06T17:05:33.402Z] cd3761cfa1d9: Layer already exists [2020-11-06T17:05:33.402Z] 1.2.1-dev.20: digest: sha256:866badbd76356a980f3a8b60439ca35b5e5e048e2fc5e4fb7386442e2b10c6f0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:05:33.746Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:05:34.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 [2020-11-06T17:05:34.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-06T17:05:34.080Z] 3cfd7a84e99b: Preparing [2020-11-06T17:05:34.080Z] ed5351551006: Preparing [2020-11-06T17:05:34.080Z] 4422a51541f0: Preparing [2020-11-06T17:05:34.080Z] c557524d114e: Preparing [2020-11-06T17:05:34.080Z] 0778d57100f9: Preparing [2020-11-06T17:05:34.080Z] cd3761cfa1d9: Preparing [2020-11-06T17:05:34.080Z] cd3761cfa1d9: Waiting [2020-11-06T17:05:34.080Z] 4422a51541f0: Layer already exists [2020-11-06T17:05:34.081Z] c557524d114e: Layer already exists [2020-11-06T17:05:34.081Z] 0778d57100f9: Layer already exists [2020-11-06T17:05:34.369Z] 3cfd7a84e99b: Layer already exists [2020-11-06T17:05:34.369Z] ed5351551006: Layer already exists [2020-11-06T17:05:34.369Z] cd3761cfa1d9: Layer already exists [2020-11-06T17:05:34.369Z] f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20: digest: sha256:866badbd76356a980f3a8b60439ca35b5e5e048e2fc5e4fb7386442e2b10c6f0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:05:34.759Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:05:35.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-11-06T17:05:35.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-06T17:05:35.111Z] 3cfd7a84e99b: Preparing [2020-11-06T17:05:35.111Z] ed5351551006: Preparing [2020-11-06T17:05:35.111Z] 4422a51541f0: Preparing [2020-11-06T17:05:35.111Z] c557524d114e: Preparing [2020-11-06T17:05:35.111Z] 0778d57100f9: Preparing [2020-11-06T17:05:35.111Z] cd3761cfa1d9: Preparing [2020-11-06T17:05:35.111Z] cd3761cfa1d9: Waiting [2020-11-06T17:05:35.393Z] c557524d114e: Layer already exists [2020-11-06T17:05:35.393Z] ed5351551006: Layer already exists [2020-11-06T17:05:35.393Z] 3cfd7a84e99b: Layer already exists [2020-11-06T17:05:35.393Z] 0778d57100f9: Layer already exists [2020-11-06T17:05:35.393Z] 4422a51541f0: Layer already exists [2020-11-06T17:05:35.393Z] cd3761cfa1d9: Layer already exists [2020-11-06T17:05:35.393Z] master: digest: sha256:866badbd76356a980f3a8b60439ca35b5e5e048e2fc5e4fb7386442e2b10c6f0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-06T17:05:35.611Z] ===================================================== [Pipeline] echo [2020-11-06T17:05:35.660Z] taggedImages: [2020-11-06T17:05:35.660Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f32ad572c83e02c8607e21d8d3d786342a56f436 [2020-11-06T17:05:35.660Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-11-06T17:05:35.660Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.20 [2020-11-06T17:05:35.660Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 [2020-11-06T17:05:35.660Z] - 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] } [2020-11-06T17:06:05.973Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-11-06T17:06:05.973Z] CGO_ENABLED=1 go vet ./... [2020-11-06T17:06:11.552Z] gofmt -l . [2020-11-06T17:06:11.552Z] [ "`gofmt -l .`" = "" ] [2020-11-06T17:06:11.552Z] ./bin/test-go-mod-tidy.sh [2020-11-06T17:06:13.152Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-06T17:06:15.510Z] $ docker stop --time=1 9186fa2c6c154f88146facda5e40b789b07fde0c293d2069b9054054d09c57a1 [2020-11-06T17:06:19.518Z] $ docker rm -f 9186fa2c6c154f88146facda5e40b789b07fde0c293d2069b9054054d09c57a1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-06T17:06:21.688Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-06T17:06:22.810Z] Warning: overwriting stash ‘coverage-report’ [2020-11-06T17:06:24.700Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-06T17:06:25.539Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-06T17:06:26.212Z] + ls -al . [2020-11-06T17:06:26.213Z] total 96 [2020-11-06T17:06:26.213Z] drwxrwxr-x. 7 jenkins jenkins 4096 Nov 6 17:06 . [2020-11-06T17:06:26.213Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 6 17:04 .. [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 6568 Nov 6 17:04 Attribution.txt [2020-11-06T17:06:26.213Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 6 17:04 bin [2020-11-06T17:06:26.213Z] -rw-r--r--. 1 jenkins jenkins 10 Nov 6 17:05 coverage.out [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 180 Nov 6 17:04 docker-compose.debug.yml [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 133 Nov 6 17:04 docker-compose.yml [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 2002 Nov 6 17:04 Dockerfile [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 966 Nov 6 17:04 Dockerfile.build [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 119 Nov 6 17:04 .dockerignore [2020-11-06T17:06:26.213Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 6 17:04 .git [2020-11-06T17:06:26.213Z] drwxrwxr-x. 2 jenkins jenkins 81 Nov 6 17:04 .github [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 93 Nov 6 17:04 .gitignore [2020-11-06T17:06:26.213Z] -rw-r--r--. 1 jenkins jenkins 133 Nov 6 17:06 go.mod [2020-11-06T17:06:26.213Z] -rw-r--r--. 1 jenkins jenkins 19455 Nov 6 17:06 go.sum [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 687 Nov 6 17:04 Jenkinsfile [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 10174 Nov 6 17:04 LICENSE [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 1519 Nov 6 17:04 main.go [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 1573 Nov 6 17:04 makefile [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 1277 Nov 6 17:04 README.md [2020-11-06T17:06:26.213Z] drwxrwxr-x. 10 jenkins jenkins 171 Nov 6 17:04 res [2020-11-06T17:06:26.213Z] drwxrwxr-x. 4 jenkins jenkins 71 Nov 6 17:04 snap [2020-11-06T17:06:26.213Z] -rw-rw-r--. 1 jenkins jenkins 12 Nov 6 16:59 VERSION [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:06:26.933Z] + 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=f32ad572c83e02c8607e21d8d3d786342a56f436 --label arch=amd64 --label version=1.2.1-dev.20 . [2020-11-06T17:06:27.333Z] Sending build context to Docker daemon 120.8kB [2020-11-06T17:06:28.032Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-11-06T17:06:28.032Z] Step 2/27 : FROM ${BASE} AS builder [2020-11-06T17:06:28.032Z] ---> 91e4c1e73a72 [2020-11-06T17:06:28.032Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-11-06T17:06:28.032Z] ---> Running in 3ca54ec3807f [2020-11-06T17:06:28.686Z] Removing intermediate container 3ca54ec3807f [2020-11-06T17:06:28.686Z] ---> 1f662610863d [2020-11-06T17:06:28.686Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-11-06T17:06:29.023Z] ---> Running in 238838f51a2d [2020-11-06T17:06:29.725Z] Removing intermediate container 238838f51a2d [2020-11-06T17:06:29.725Z] ---> 3660acef8363 [2020-11-06T17:06:29.725Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T17:06:29.725Z] ---> Running in eaa126eb9f39 [2020-11-06T17:06:30.117Z] Removing intermediate container eaa126eb9f39 [2020-11-06T17:06:30.117Z] ---> a37cc60817ab [2020-11-06T17:06:30.117Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T17:06:30.458Z] ---> Running in 0f4cc61ded67 [2020-11-06T17:06:34.113Z] Removing intermediate container 0f4cc61ded67 [2020-11-06T17:06:34.113Z] ---> 8a0abdf05fab [2020-11-06T17:06:34.113Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-06T17:06:34.113Z] ---> Running in 5c9a61c92fbf [2020-11-06T17:06:36.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T17:06:36.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T17:06:37.948Z] OK: 167 MiB in 45 packages [2020-11-06T17:06:39.860Z] Removing intermediate container 5c9a61c92fbf [2020-11-06T17:06:39.860Z] ---> 3285d6af4cfe [2020-11-06T17:06:39.860Z] Step 8/27 : WORKDIR /app [2020-11-06T17:06:39.860Z] ---> Running in 8bfad2270dbc [2020-11-06T17:06:40.280Z] Removing intermediate container 8bfad2270dbc [2020-11-06T17:06:40.280Z] ---> 9b89280b2939 [2020-11-06T17:06:40.280Z] Step 9/27 : COPY go.mod . [2020-11-06T17:06:41.983Z] ---> 85d1bb405fcb [2020-11-06T17:06:41.983Z] Step 10/27 : RUN go mod download [2020-11-06T17:06:42.340Z] ---> Running in 3f6921640169 [2020-11-06T17:06:47.359Z] Removing intermediate container 3f6921640169 [2020-11-06T17:06:47.359Z] ---> 75954dc9d315 [2020-11-06T17:06:47.359Z] Step 11/27 : COPY . . [2020-11-06T17:06:48.037Z] ---> 662a7cfafd4d [2020-11-06T17:06:48.037Z] Step 12/27 : ARG MAKE="make build" [2020-11-06T17:06:48.356Z] ---> Running in d6fdd2e40f2a [2020-11-06T17:06:49.058Z] Removing intermediate container d6fdd2e40f2a [2020-11-06T17:06:49.058Z] ---> 7decaf2f3775 [2020-11-06T17:06:49.058Z] Step 13/27 : RUN $MAKE [2020-11-06T17:06:49.058Z] ---> Running in f92ffa0320e8 [2020-11-06T17:06:51.241Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.20" -o app-service-configurable [2020-11-06T17:08:15.953Z] Removing intermediate container f92ffa0320e8 [2020-11-06T17:08:15.953Z] ---> 1310cb0d3d72 [2020-11-06T17:08:15.953Z] Step 14/27 : FROM alpine:latest [2020-11-06T17:08:15.953Z] latest: Pulling from library/alpine [2020-11-06T17:08:15.953Z] 188c0c94c7c5: Pulling fs layer [2020-11-06T17:08:15.953Z] 188c0c94c7c5: Verifying Checksum [2020-11-06T17:08:15.953Z] 188c0c94c7c5: Download complete [2020-11-06T17:08:15.953Z] 188c0c94c7c5: Pull complete [2020-11-06T17:08:15.953Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-06T17:08:15.953Z] Status: Downloaded newer image for alpine:latest [2020-11-06T17:08:15.953Z] ---> d6e46aa2470d [2020-11-06T17:08:15.953Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T17:08:15.953Z] ---> Running in d7536371f561 [2020-11-06T17:08:15.953Z] Removing intermediate container d7536371f561 [2020-11-06T17:08:15.953Z] ---> c3c7b809d9ac [2020-11-06T17:08:15.953Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-11-06T17:08:15.953Z] ---> Running in 77cb1a5963dc [2020-11-06T17:08:15.953Z] Removing intermediate container 77cb1a5963dc [2020-11-06T17:08:15.953Z] ---> d65de7efb129 [2020-11-06T17:08:15.953Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-11-06T17:08:15.953Z] ---> Running in 5b8fa1ca7318 [2020-11-06T17:08:15.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T17:08:15.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T17:08:15.953Z] (1/6) Installing ca-certificates (20191127-r4) [2020-11-06T17:08:15.953Z] (2/6) Installing libgcc (9.3.0-r2) [2020-11-06T17:08:15.953Z] (3/6) Installing libsodium (1.0.18-r0) [2020-11-06T17:08:15.953Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-11-06T17:08:15.953Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-06T17:08:15.953Z] (6/6) Installing zeromq (4.3.3-r0) [2020-11-06T17:08:15.953Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T17:08:15.953Z] Executing ca-certificates-20191127-r4.trigger [2020-11-06T17:08:15.953Z] OK: 9 MiB in 20 packages [2020-11-06T17:08:15.953Z] Removing intermediate container 5b8fa1ca7318 [2020-11-06T17:08:15.953Z] ---> b54a6f256711 [2020-11-06T17:08:15.953Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-11-06T17:08:15.953Z] ---> 438fd5b7179c [2020-11-06T17:08:15.953Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-11-06T17:08:15.953Z] ---> c59724e3d38b [2020-11-06T17:08:15.953Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-11-06T17:08:15.953Z] ---> 40ab031686f9 [2020-11-06T17:08:15.953Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-11-06T17:08:15.953Z] ---> eab3daa3203d [2020-11-06T17:08:15.953Z] Step 22/27 : EXPOSE 48095 [2020-11-06T17:08:15.953Z] ---> Running in d33aac9eaa50 [2020-11-06T17:08:15.953Z] Removing intermediate container d33aac9eaa50 [2020-11-06T17:08:15.953Z] ---> 6cf586b92f1c [2020-11-06T17:08:15.953Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-11-06T17:08:15.953Z] ---> Running in af9851d29c0f [2020-11-06T17:08:15.953Z] Removing intermediate container af9851d29c0f [2020-11-06T17:08:15.953Z] ---> ec591d92d5c1 [2020-11-06T17:08:15.953Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T17:08:15.953Z] ---> Running in 412d9f1f9341 [2020-11-06T17:08:15.953Z] Removing intermediate container 412d9f1f9341 [2020-11-06T17:08:15.953Z] ---> d907a46cfb46 [2020-11-06T17:08:15.953Z] Step 25/27 : LABEL arch=amd64 [2020-11-06T17:08:15.953Z] ---> Running in f82a7132e79f [2020-11-06T17:08:15.953Z] Removing intermediate container f82a7132e79f [2020-11-06T17:08:15.953Z] ---> 0a2bc5225a93 [2020-11-06T17:08:15.953Z] Step 26/27 : LABEL git_sha=f32ad572c83e02c8607e21d8d3d786342a56f436 [2020-11-06T17:08:15.953Z] ---> Running in 2309968a4936 [2020-11-06T17:08:15.953Z] Removing intermediate container 2309968a4936 [2020-11-06T17:08:15.953Z] ---> 6f4f6bf278d1 [2020-11-06T17:08:15.953Z] Step 27/27 : LABEL version=1.2.1-dev.20 [2020-11-06T17:08:15.953Z] ---> Running in 690fe1ed463a [2020-11-06T17:08:15.953Z] Removing intermediate container 690fe1ed463a [2020-11-06T17:08:15.953Z] ---> 51e6b23ea08d [2020-11-06T17:08:15.953Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-06T17:08:15.953Z] Successfully built 51e6b23ea08d [2020-11-06T17:08:15.953Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-06T17:08:16.308Z] provisioning config files... [2020-11-06T17:08:16.351Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/58@tmp/config4141633686857532315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:08:16.782Z] ---> docker-login.sh [2020-11-06T17:08:16.782Z] nexus3.edgexfoundry.org:10001 [2020-11-06T17:08:17.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:08:17.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:08:17.091Z] Configure a credential helper to remove this warning. See [2020-11-06T17:08:17.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:08:17.091Z] [2020-11-06T17:08:17.091Z] Login Succeeded [2020-11-06T17:08:17.091Z] nexus3.edgexfoundry.org:10002 [2020-11-06T17:08:17.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:08:17.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:08:17.652Z] Configure a credential helper to remove this warning. See [2020-11-06T17:08:17.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:08:17.652Z] [2020-11-06T17:08:17.652Z] Login Succeeded [2020-11-06T17:08:17.652Z] nexus3.edgexfoundry.org:10003 [2020-11-06T17:08:17.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:08:17.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:08:17.941Z] Configure a credential helper to remove this warning. See [2020-11-06T17:08:17.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:08:17.941Z] [2020-11-06T17:08:17.941Z] Login Succeeded [2020-11-06T17:08:17.941Z] nexus3.edgexfoundry.org:10004 [2020-11-06T17:08:18.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:08:18.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:08:18.670Z] Configure a credential helper to remove this warning. See [2020-11-06T17:08:18.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:08:18.670Z] [2020-11-06T17:08:18.670Z] Login Succeeded [2020-11-06T17:08:18.670Z] docker.io [2020-11-06T17:08:18.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:08:19.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:08:19.239Z] Configure a credential helper to remove this warning. See [2020-11-06T17:08:19.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:08:19.239Z] [2020-11-06T17:08:19.239Z] Login Succeeded [2020-11-06T17:08:19.239Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T17:08:19.256Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-06T17:08:19.468Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-11-06T17:08:19.468Z] f32ad572c83e02c8607e21d8d3d786342a56f436 [2020-11-06T17:08:19.468Z] latest [2020-11-06T17:08:19.468Z] 1.2.1-dev.20 [2020-11-06T17:08:19.468Z] f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 [2020-11-06T17:08:19.468Z] master [2020-11-06T17:08:19.468Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:08:20.060Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:08:20.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436 [2020-11-06T17:08:20.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-06T17:08:20.433Z] 8b5673ec39a6: Preparing [2020-11-06T17:08:20.433Z] a6e0e0653a82: Preparing [2020-11-06T17:08:20.433Z] 675a9713ae9e: Preparing [2020-11-06T17:08:20.433Z] 803b7b06d4ed: Preparing [2020-11-06T17:08:20.433Z] 9f83861bbd81: Preparing [2020-11-06T17:08:20.433Z] ace0eda3e3be: Preparing [2020-11-06T17:08:20.433Z] ace0eda3e3be: Waiting [2020-11-06T17:08:20.897Z] 675a9713ae9e: Pushed [2020-11-06T17:08:20.897Z] 803b7b06d4ed: Pushed [2020-11-06T17:08:20.897Z] a6e0e0653a82: Pushed [2020-11-06T17:08:21.204Z] ace0eda3e3be: Layer already exists [2020-11-06T17:08:21.490Z] 9f83861bbd81: Pushed [2020-11-06T17:08:23.643Z] 8b5673ec39a6: Pushed [2020-11-06T17:08:23.916Z] f32ad572c83e02c8607e21d8d3d786342a56f436: digest: sha256:8e8cc30763795a23ba56d46d5dbbdd8e04ff60d9661e28b98d643c31ecee3f78 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:08:24.320Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:08:24.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-11-06T17:08:24.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-06T17:08:24.741Z] 8b5673ec39a6: Preparing [2020-11-06T17:08:24.741Z] a6e0e0653a82: Preparing [2020-11-06T17:08:24.741Z] 675a9713ae9e: Preparing [2020-11-06T17:08:24.741Z] 803b7b06d4ed: Preparing [2020-11-06T17:08:24.741Z] 9f83861bbd81: Preparing [2020-11-06T17:08:24.741Z] ace0eda3e3be: Preparing [2020-11-06T17:08:24.741Z] ace0eda3e3be: Waiting [2020-11-06T17:08:24.741Z] 8b5673ec39a6: Layer already exists [2020-11-06T17:08:24.741Z] a6e0e0653a82: Layer already exists [2020-11-06T17:08:24.741Z] 675a9713ae9e: Layer already exists [2020-11-06T17:08:24.741Z] 803b7b06d4ed: Layer already exists [2020-11-06T17:08:24.741Z] 9f83861bbd81: Layer already exists [2020-11-06T17:08:24.741Z] ace0eda3e3be: Layer already exists [2020-11-06T17:08:25.012Z] latest: digest: sha256:8e8cc30763795a23ba56d46d5dbbdd8e04ff60d9661e28b98d643c31ecee3f78 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:08:25.415Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:08:25.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.20 [2020-11-06T17:08:25.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-06T17:08:25.786Z] 8b5673ec39a6: Preparing [2020-11-06T17:08:25.786Z] a6e0e0653a82: Preparing [2020-11-06T17:08:25.786Z] 675a9713ae9e: Preparing [2020-11-06T17:08:25.786Z] 803b7b06d4ed: Preparing [2020-11-06T17:08:25.786Z] 9f83861bbd81: Preparing [2020-11-06T17:08:25.786Z] ace0eda3e3be: Preparing [2020-11-06T17:08:25.786Z] ace0eda3e3be: Waiting [2020-11-06T17:08:25.786Z] 9f83861bbd81: Layer already exists [2020-11-06T17:08:25.786Z] 8b5673ec39a6: Layer already exists [2020-11-06T17:08:25.786Z] 675a9713ae9e: Layer already exists [2020-11-06T17:08:25.786Z] a6e0e0653a82: Layer already exists [2020-11-06T17:08:25.786Z] 803b7b06d4ed: Layer already exists [2020-11-06T17:08:25.786Z] ace0eda3e3be: Layer already exists [2020-11-06T17:08:26.053Z] 1.2.1-dev.20: digest: sha256:8e8cc30763795a23ba56d46d5dbbdd8e04ff60d9661e28b98d643c31ecee3f78 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:08:26.417Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:08:26.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 [2020-11-06T17:08:26.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-06T17:08:26.827Z] 8b5673ec39a6: Preparing [2020-11-06T17:08:26.827Z] a6e0e0653a82: Preparing [2020-11-06T17:08:26.827Z] 675a9713ae9e: Preparing [2020-11-06T17:08:26.827Z] 803b7b06d4ed: Preparing [2020-11-06T17:08:26.827Z] 9f83861bbd81: Preparing [2020-11-06T17:08:26.827Z] ace0eda3e3be: Preparing [2020-11-06T17:08:26.827Z] ace0eda3e3be: Waiting [2020-11-06T17:08:26.827Z] a6e0e0653a82: Layer already exists [2020-11-06T17:08:26.827Z] 9f83861bbd81: Layer already exists [2020-11-06T17:08:26.827Z] 675a9713ae9e: Layer already exists [2020-11-06T17:08:26.827Z] 8b5673ec39a6: Layer already exists [2020-11-06T17:08:26.827Z] 803b7b06d4ed: Layer already exists [2020-11-06T17:08:26.827Z] ace0eda3e3be: Layer already exists [2020-11-06T17:08:27.100Z] f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20: digest: sha256:8e8cc30763795a23ba56d46d5dbbdd8e04ff60d9661e28b98d643c31ecee3f78 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:08:28.157Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:08:29.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-11-06T17:08:29.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-06T17:08:29.614Z] 8b5673ec39a6: Preparing [2020-11-06T17:08:29.614Z] a6e0e0653a82: Preparing [2020-11-06T17:08:29.614Z] 675a9713ae9e: Preparing [2020-11-06T17:08:29.614Z] 803b7b06d4ed: Preparing [2020-11-06T17:08:29.614Z] 9f83861bbd81: Preparing [2020-11-06T17:08:29.614Z] ace0eda3e3be: Preparing [2020-11-06T17:08:29.614Z] ace0eda3e3be: Waiting [2020-11-06T17:08:30.136Z] 675a9713ae9e: Layer already exists [2020-11-06T17:08:30.136Z] a6e0e0653a82: Layer already exists [2020-11-06T17:08:30.136Z] 8b5673ec39a6: Layer already exists [2020-11-06T17:08:30.136Z] 803b7b06d4ed: Layer already exists [2020-11-06T17:08:30.136Z] 9f83861bbd81: Layer already exists [2020-11-06T17:08:30.136Z] ace0eda3e3be: Layer already exists [2020-11-06T17:08:30.249Z] master: digest: sha256:8e8cc30763795a23ba56d46d5dbbdd8e04ff60d9661e28b98d643c31ecee3f78 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-06T17:08:30.485Z] ===================================================== [Pipeline] echo [2020-11-06T17:08:30.535Z] taggedImages: [2020-11-06T17:08:30.535Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436 [2020-11-06T17:08:30.535Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-11-06T17:08:30.535Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.20 [2020-11-06T17:08:30.535Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 [2020-11-06T17:08:30.535Z] - 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] } [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 [2020-11-06T17:08:32.476Z] provisioning config files... [2020-11-06T17:08:32.510Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config3309211994386841870tmp [Pipeline] { [Pipeline] sh [2020-11-06T17:08:33.173Z] + set +x [2020-11-06T17:08:33.173Z] + bash -s -- [2020-11-06T17:08:33.173Z] + curl -s https://codecov.io/bash [2020-11-06T17:08:33.466Z] [2020-11-06T17:08:33.466Z] _____ _ [2020-11-06T17:08:33.466Z] / ____| | | [2020-11-06T17:08:33.466Z] | | ___ __| | ___ ___ _____ __ [2020-11-06T17:08:33.466Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-06T17:08:33.466Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-06T17:08:33.466Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-06T17:08:33.466Z] Bash-20201106-81372f2 [2020-11-06T17:08:33.466Z] [2020-11-06T17:08:33.466Z] [2020-11-06T17:08:33.466Z] ==> Jenkins CI detected. [2020-11-06T17:08:33.466Z] project root: . [2020-11-06T17:08:33.466Z] --> token set from env [2020-11-06T17:08:33.466Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-06T17:08:33.860Z] ==> Running gcov in . (disable via -X gcov) [2020-11-06T17:08:33.860Z] ==> Python coveragepy not found [2020-11-06T17:08:33.860Z] ==> Searching for coverage reports in: [2020-11-06T17:08:33.860Z] + . [2020-11-06T17:08:33.860Z] -> Found 1 reports [2020-11-06T17:08:33.860Z] ==> Detecting git/mercurial file structure [2020-11-06T17:08:33.860Z] ==> Reading reports [2020-11-06T17:08:33.860Z] + ./coverage.out bytes=10 [2020-11-06T17:08:33.860Z] ==> Appending adjustments [2020-11-06T17:08:33.860Z] https://docs.codecov.io/docs/fixing-reports [2020-11-06T17:08:33.860Z] + Found adjustments [2020-11-06T17:08:33.860Z] ==> Gzipping contents [2020-11-06T17:08:33.860Z] ==> Uploading reports [2020-11-06T17:08:33.860Z] url: https://codecov.io [2020-11-06T17:08:33.860Z] query: branch=master&commit=f32ad572c83e02c8607e21d8d3d786342a56f436&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F58%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-06T17:08:33.860Z] -> Pinging Codecov [2020-11-06T17:08:33.860Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=f32ad572c83e02c8607e21d8d3d786342a56f436&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F58%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-06T17:08:34.582Z] -> Uploading to [2020-11-06T17:08:34.582Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-06/A97CA9966030D2A3747ED39772930CCE/f32ad572c83e02c8607e21d8d3d786342a56f436/22eebccd-8e40-4417-b29d-3aa1a450ace9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201106%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201106T170834Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=68fb6ad8b46dbd30a74a5fae5c2b7a387065671a90ae5e16441c2f6afaea3225 [2020-11-06T17:08:34.885Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-06T17:08:34.885Z] Dload Upload Total Spent Left Speed [2020-11-06T17:08:35.220Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 687 --:--:-- --:--:-- --:--:-- 687 100 378 0 0 100 378 0 687 --:--:-- --:--:-- --:--:-- 687 [2020-11-06T17:08:35.220Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/f32ad572c83e02c8607e21d8d3d786342a56f436 [Pipeline] } [2020-11-06T17:08:35.277Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-06T17:08:36.126Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-06T17:08:36.178Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:08:36.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-06T17:08:36.980Z] [2020-11-06T17:08:36.980Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:08:37.765Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-06T17:08:38.166Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-06T17:08:38.166Z] 188c0c94c7c5: Pulling fs layer [2020-11-06T17:08:38.166Z] 0ef7d3d256c8: Pulling fs layer [2020-11-06T17:08:38.166Z] de9db76c5a1d: Pulling fs layer [2020-11-06T17:08:38.166Z] 0eba1c9be4d2: Pulling fs layer [2020-11-06T17:08:38.166Z] 0d57e429df01: Pulling fs layer [2020-11-06T17:08:38.166Z] 4e4be7b47b0d: Pulling fs layer [2020-11-06T17:08:38.166Z] e1f770b5df2f: Pulling fs layer [2020-11-06T17:08:38.166Z] 85a0685a4137: Pulling fs layer [2020-11-06T17:08:38.166Z] 0d57e429df01: Waiting [2020-11-06T17:08:38.166Z] 4e4be7b47b0d: Waiting [2020-11-06T17:08:38.166Z] e1f770b5df2f: Waiting [2020-11-06T17:08:38.166Z] 85a0685a4137: Waiting [2020-11-06T17:08:38.166Z] 0eba1c9be4d2: Waiting [2020-11-06T17:08:38.166Z] de9db76c5a1d: Verifying Checksum [2020-11-06T17:08:38.166Z] de9db76c5a1d: Download complete [2020-11-06T17:08:38.166Z] 0ef7d3d256c8: Verifying Checksum [2020-11-06T17:08:38.166Z] 0ef7d3d256c8: Download complete [2020-11-06T17:08:38.166Z] 0d57e429df01: Verifying Checksum [2020-11-06T17:08:38.166Z] 0d57e429df01: Download complete [2020-11-06T17:08:38.166Z] 4e4be7b47b0d: Verifying Checksum [2020-11-06T17:08:38.166Z] 4e4be7b47b0d: Download complete [2020-11-06T17:08:38.539Z] 188c0c94c7c5: Verifying Checksum [2020-11-06T17:08:38.539Z] 188c0c94c7c5: Download complete [2020-11-06T17:08:39.857Z] 188c0c94c7c5: Pull complete [2020-11-06T17:08:40.265Z] 0ef7d3d256c8: Pull complete [2020-11-06T17:08:40.572Z] de9db76c5a1d: Pull complete [2020-11-06T17:08:42.208Z] e1f770b5df2f: Verifying Checksum [2020-11-06T17:08:42.208Z] e1f770b5df2f: Download complete [2020-11-06T17:08:47.844Z] 0eba1c9be4d2: Verifying Checksum [2020-11-06T17:08:47.844Z] 0eba1c9be4d2: Download complete [2020-11-06T17:08:48.132Z] 85a0685a4137: Verifying Checksum [2020-11-06T17:08:48.132Z] 85a0685a4137: Download complete [2020-11-06T17:09:00.696Z] 0eba1c9be4d2: Pull complete [2020-11-06T17:09:00.696Z] 0d57e429df01: Pull complete [2020-11-06T17:09:00.696Z] 4e4be7b47b0d: Pull complete [2020-11-06T17:09:03.517Z] e1f770b5df2f: Pull complete [2020-11-06T17:09:14.070Z] 85a0685a4137: Pull complete [2020-11-06T17:09:14.070Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-06T17:09:14.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-06T17:09:14.070Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-06T17:09:14.517Z] prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container [2020-11-06T17:09:14.624Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-06T17:09:16.495Z] $ docker top 0d6f2c0ef83ad2b538873470bff4c58584ae325b9166be6aa5315302f58ced22 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-06T17:09:16.923Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-06T17:09:17.340Z] + set -o pipefail [2020-11-06T17:09:17.340Z] + snyk monitor '--org=edgex-jenkins' [2020-11-06T17:09:35.869Z] [2020-11-06T17:09:35.869Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-11-06T17:09:35.869Z] [2020-11-06T17:09:35.869Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/8e8c613e-ed47-496d-af74-54674b79a963 [2020-11-06T17:09:35.869Z] [2020-11-06T17:09:35.869Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-06T17:09:35.869Z] [2020-11-06T17:09:35.869Z] [Pipeline] } [2020-11-06T17:09:35.927Z] $ docker stop --time=1 0d6f2c0ef83ad2b538873470bff4c58584ae325b9166be6aa5315302f58ced22 [2020-11-06T17:09:37.824Z] $ docker rm -f 0d6f2c0ef83ad2b538873470bff4c58584ae325b9166be6aa5315302f58ced22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-06T17:09:39.378Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436, dockerFile=Dockerfile [Pipeline] echo [2020-11-06T17:09:39.381Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-06T17:09:39.784Z] + set -o pipefail [2020-11-06T17:09:39.784Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-06T17:09:39.784Z] + tee .snyk [2020-11-06T17:09:40.096Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-06T17:09:40.096Z] version: v1.14.1 [2020-11-06T17:09:40.096Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-06T17:09:40.096Z] # ignore: [2020-11-06T17:09:40.096Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. [2020-11-06T17:09:40.096Z] # - '*': [2020-11-06T17:09:40.096Z] # reason: does not apply # justification for ignoring [2020-11-06T17:09:40.097Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) [2020-11-06T17:09:40.097Z] # patch: {} [Pipeline] withCredentials [2020-11-06T17:09:40.492Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:09:40.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-06T17:09:40.914Z] . [Pipeline] withDockerContainer [2020-11-06T17:09:41.275Z] prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container [2020-11-06T17:09:41.437Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-06T17:09:42.536Z] $ docker top d7d57e4c70f5e01797392272a49d78624ed785390ea861299fee229131df5b13 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T17:09:43.246Z] + rm -f snykReport.html [Pipeline] echo [2020-11-06T17:09:43.269Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-06T17:09:44.156Z] + set -o pipefail [2020-11-06T17:09:44.156Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436 '--file=./Dockerfile'+ '--severity-threshold=high' '--policy-path=./.snyk'snyk-to-html --json -o [2020-11-06T17:09:44.156Z] snykReport.html [2020-11-06T17:09:59.577Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-06T17:09:59.627Z] $ docker stop --time=1 d7d57e4c70f5e01797392272a49d78624ed785390ea861299fee229131df5b13 [2020-11-06T17:10:01.402Z] $ docker rm -f d7d57e4c70f5e01797392272a49d78624ed785390ea861299fee229131df5b13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 [2020-11-06T17:10:03.115Z] + git log --format=format:%s -1 f32ad572c83e02c8607e21d8d3d786342a56f436 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:10:03.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T17:10:03.436Z] . [Pipeline] withDockerContainer [2020-11-06T17:10:03.572Z] prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container [2020-11-06T17:10:03.691Z] $ 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 [2020-11-06T17:10:04.689Z] $ docker top a8d06698187d2674c626d0f2f404703371eb2bc47f2555d8f41e898f6dfad705 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-06T17:10:05.097Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T17:10:05.097Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T17:10:05.381Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T17:10:05.388Z] $ docker exec a8d06698187d2674c626d0f2f404703371eb2bc47f2555d8f41e898f6dfad705 ssh-agent [2020-11-06T17:10:05.878Z] SSH_AUTH_SOCK=/tmp/ssh-SxnHDuLe1nGG/agent.11 [2020-11-06T17:10:05.878Z] SSH_AGENT_PID=17 [2020-11-06T17:10:06.108Z] Running ssh-add (command line suppressed) [2020-11-06T17:10:06.760Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5928328471882798080.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5928328471882798080.key) [2020-11-06T17:10:07.066Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T17:10:07.684Z] + git semver tag [2020-11-06T17:10:07.685Z] # -> Open(): unable to determine branch for HEAD [2020-11-06T17:10:07.685Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-06T17:10:07.685Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-06T17:10:07.685Z] # $SEMVER_REMOTE_NAME = origin [2020-11-06T17:10:07.685Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-06T17:10:07.685Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-06T17:10:07.685Z] # $SEMVER_BRANCH = master [2020-11-06T17:10:07.685Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-11-06T17:10:07.685Z] # f32ad572c83e02c8607e21d8d3d786342a56f436 HEAD [2020-11-06T17:10:07.685Z] # -> Force: false [2020-11-06T17:10:07.685Z] # 315aeba21aec6833ecbf4d7ff5af54a28e9aa22a refs/tags/v1.2.1-dev.20 [Pipeline] } [2020-11-06T17:10:07.789Z] $ docker exec --env ******** --env ******** a8d06698187d2674c626d0f2f404703371eb2bc47f2555d8f41e898f6dfad705 ssh-agent -k [2020-11-06T17:10:08.122Z] unset SSH_AUTH_SOCK; [2020-11-06T17:10:08.131Z] unset SSH_AGENT_PID; [2020-11-06T17:10:08.132Z] echo Agent pid 17 killed; [2020-11-06T17:10:08.229Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-06T17:10:08.747Z] + git semver [Pipeline] } [2020-11-06T17:10:08.782Z] $ docker stop --time=1 a8d06698187d2674c626d0f2f404703371eb2bc47f2555d8f41e898f6dfad705 [2020-11-06T17:10:10.462Z] $ docker rm -f a8d06698187d2674c626d0f2f404703371eb2bc47f2555d8f41e898f6dfad705 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:10:11.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-06T17:10:11.501Z] [2020-11-06T17:10:11.501Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:10:11.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-06T17:10:11.891Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-06T17:10:11.891Z] ab5ef0e58194: Pulling fs layer [2020-11-06T17:10:11.891Z] 9712f1f96733: Pulling fs layer [2020-11-06T17:10:11.891Z] 63f879dbbcfc: Pulling fs layer [2020-11-06T17:10:11.891Z] 0d9ebad4ef96: Pulling fs layer [2020-11-06T17:10:11.891Z] e9a5061849ea: Pulling fs layer [2020-11-06T17:10:11.891Z] d747dcd14b5f: Pulling fs layer [2020-11-06T17:10:11.891Z] 2de7ff778b66: Pulling fs layer [2020-11-06T17:10:11.891Z] 0d9ebad4ef96: Waiting [2020-11-06T17:10:11.891Z] e9a5061849ea: Waiting [2020-11-06T17:10:11.891Z] d747dcd14b5f: Waiting [2020-11-06T17:10:11.891Z] 2de7ff778b66: Waiting [2020-11-06T17:10:11.891Z] 9712f1f96733: Download complete [2020-11-06T17:10:15.392Z] 63f879dbbcfc: Verifying Checksum [2020-11-06T17:10:15.392Z] 63f879dbbcfc: Download complete [2020-11-06T17:10:16.079Z] e9a5061849ea: Verifying Checksum [2020-11-06T17:10:16.079Z] e9a5061849ea: Download complete [2020-11-06T17:10:16.079Z] d747dcd14b5f: Verifying Checksum [2020-11-06T17:10:16.079Z] d747dcd14b5f: Download complete [2020-11-06T17:10:17.719Z] 2de7ff778b66: Verifying Checksum [2020-11-06T17:10:17.719Z] 2de7ff778b66: Download complete [2020-11-06T17:10:18.384Z] 0d9ebad4ef96: Verifying Checksum [2020-11-06T17:10:18.384Z] 0d9ebad4ef96: Download complete [2020-11-06T17:10:19.022Z] ab5ef0e58194: Verifying Checksum [2020-11-06T17:10:19.022Z] ab5ef0e58194: Download complete [2020-11-06T17:10:27.375Z] ab5ef0e58194: Pull complete [2020-11-06T17:10:27.375Z] 9712f1f96733: Pull complete [2020-11-06T17:10:30.829Z] 63f879dbbcfc: Pull complete [2020-11-06T17:10:41.113Z] 0d9ebad4ef96: Pull complete [2020-11-06T17:10:43.783Z] e9a5061849ea: Pull complete [2020-11-06T17:10:43.783Z] d747dcd14b5f: Pull complete [2020-11-06T17:10:47.309Z] 2de7ff778b66: Pull complete [2020-11-06T17:10:47.309Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-06T17:10:47.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-06T17:10:47.309Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-06T17:10:47.641Z] prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container [2020-11-06T17:10:47.738Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-06T17:10:52.142Z] $ docker top 9067861f37c51b95c8dfcda582b699c0359fd5e8747e0ffb1fb4b8c9645072f3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-06T17:10:52.758Z] provisioning config files... [2020-11-06T17:10:52.777Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config488434149523473876tmp [2020-11-06T17:10:52.819Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config8323274756677055095tmp [2020-11-06T17:10:52.866Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2111150022467304811tmp [Pipeline] { [Pipeline] echo [2020-11-06T17:10:52.952Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:10:53.681Z] ---> sigul-configuration.sh [2020-11-06T17:10:53.681Z] gpg: directory `/root/.gnupg' created [2020-11-06T17:10:53.682Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-06T17:10:53.682Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-06T17:10:53.682Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-06T17:10:53.682Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-06T17:10:53.682Z] gpg: CAST5 encrypted data [2020-11-06T17:10:54.063Z] gpg: encrypted with 1 passphrase [2020-11-06T17:10:54.063Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-06T17:10:54.749Z] + mkdir /home/jenkins [2020-11-06T17:10:54.749Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-06T17:10:55.660Z] + 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 [2020-11-06T17:10:55.727Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:10:56.216Z] ---> sigul-install.sh [2020-11-06T17:11:06.486Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-06T17:11:07.321Z] + git tag --list [2020-11-06T17:11:07.321Z] v1.0.0 [2020-11-06T17:11:07.321Z] v1.1.0 [2020-11-06T17:11:07.321Z] v1.2.0 [2020-11-06T17:11:07.321Z] v1.2.1-dev.1 [2020-11-06T17:11:07.321Z] v1.2.1-dev.10 [2020-11-06T17:11:07.321Z] v1.2.1-dev.11 [2020-11-06T17:11:07.321Z] v1.2.1-dev.12 [2020-11-06T17:11:07.321Z] v1.2.1-dev.13 [2020-11-06T17:11:07.321Z] v1.2.1-dev.14 [2020-11-06T17:11:07.321Z] v1.2.1-dev.15 [2020-11-06T17:11:07.321Z] v1.2.1-dev.16 [2020-11-06T17:11:07.321Z] v1.2.1-dev.17 [2020-11-06T17:11:07.321Z] v1.2.1-dev.18 [2020-11-06T17:11:07.321Z] v1.2.1-dev.19 [2020-11-06T17:11:07.321Z] v1.2.1-dev.2 [2020-11-06T17:11:07.321Z] v1.2.1-dev.20 [2020-11-06T17:11:07.321Z] v1.2.1-dev.3 [2020-11-06T17:11:07.321Z] v1.2.1-dev.4 [2020-11-06T17:11:07.321Z] v1.2.1-dev.5 [2020-11-06T17:11:07.321Z] v1.2.1-dev.6 [2020-11-06T17:11:07.321Z] v1.2.1-dev.7 [2020-11-06T17:11:07.321Z] v1.2.1-dev.8 [2020-11-06T17:11:07.321Z] v1.2.1-dev.9 [Pipeline] sh [2020-11-06T17:11:07.676Z] + lftools sign git-tag v1.2.1-dev.20 [2020-11-06T17:11:09.643Z] Signing Git tag with Sigul... [2020-11-06T17:11:09.643Z] Signing v1.2.1-dev.20 [Pipeline] echo [2020-11-06T17:11:11.286Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:11:12.004Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-06T17:11:12.018Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-06T17:11:12.148Z] $ docker stop --time=1 9067861f37c51b95c8dfcda582b699c0359fd5e8747e0ffb1fb4b8c9645072f3 [2020-11-06T17:11:14.372Z] $ docker rm -f 9067861f37c51b95c8dfcda582b699c0359fd5e8747e0ffb1fb4b8c9645072f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:11:15.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T17:11:15.665Z] . [Pipeline] withDockerContainer [2020-11-06T17:11:16.153Z] prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container [2020-11-06T17:11:16.481Z] $ 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 [2020-11-06T17:11:17.856Z] $ docker top 6a3e54643d551defd29df0d6bb49d7c7ba07710741ebdc436bb1081053cd0b3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-06T17:11:18.299Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T17:11:18.300Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T17:11:18.770Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T17:11:18.781Z] $ docker exec 6a3e54643d551defd29df0d6bb49d7c7ba07710741ebdc436bb1081053cd0b3f ssh-agent [2020-11-06T17:11:19.412Z] SSH_AUTH_SOCK=/tmp/ssh-d78HsQ4ldT1u/agent.12 [2020-11-06T17:11:19.412Z] SSH_AGENT_PID=18 [2020-11-06T17:11:19.441Z] Running ssh-add (command line suppressed) [2020-11-06T17:11:19.838Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1754433942759784356.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1754433942759784356.key) [2020-11-06T17:11:20.005Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T17:11:20.859Z] + git semver bump pre [2020-11-06T17:11:21.149Z] # -> Open(): unable to determine branch for HEAD [2020-11-06T17:11:21.149Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-06T17:11:21.149Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-06T17:11:21.149Z] # $SEMVER_REMOTE_NAME = origin [2020-11-06T17:11:21.149Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-06T17:11:21.149Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-06T17:11:21.149Z] # $SEMVER_BRANCH = master [2020-11-06T17:11:21.149Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-11-06T17:11:21.149Z] 1.2.1-dev.21 [Pipeline] } [2020-11-06T17:11:21.179Z] $ docker exec --env ******** --env ******** 6a3e54643d551defd29df0d6bb49d7c7ba07710741ebdc436bb1081053cd0b3f ssh-agent -k [2020-11-06T17:11:21.384Z] unset SSH_AUTH_SOCK; [2020-11-06T17:11:21.387Z] unset SSH_AGENT_PID; [2020-11-06T17:11:21.388Z] echo Agent pid 18 killed; [2020-11-06T17:11:21.476Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-06T17:11:22.742Z] + git semver [Pipeline] } [2020-11-06T17:11:22.903Z] $ docker stop --time=1 6a3e54643d551defd29df0d6bb49d7c7ba07710741ebdc436bb1081053cd0b3f [2020-11-06T17:11:24.897Z] $ docker rm -f 6a3e54643d551defd29df0d6bb49d7c7ba07710741ebdc436bb1081053cd0b3f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:11:25.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T17:11:25.862Z] . [Pipeline] withDockerContainer [2020-11-06T17:11:26.101Z] prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container [2020-11-06T17:11:26.250Z] $ 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 [2020-11-06T17:11:27.240Z] $ docker top 907e9e3f32c81a659eaf9b62d9355b0d63fac5ffd7bff5665181c9f0706e85ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-06T17:11:27.591Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T17:11:27.591Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T17:11:27.894Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T17:11:27.907Z] $ docker exec 907e9e3f32c81a659eaf9b62d9355b0d63fac5ffd7bff5665181c9f0706e85ad ssh-agent [2020-11-06T17:11:28.624Z] SSH_AUTH_SOCK=/tmp/ssh-CcGAt0GLq81l/agent.12 [2020-11-06T17:11:28.625Z] SSH_AGENT_PID=17 [2020-11-06T17:11:28.637Z] Running ssh-add (command line suppressed) [2020-11-06T17:11:28.942Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2063254073900031267.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2063254073900031267.key) [2020-11-06T17:11:29.114Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T17:11:29.483Z] + git semver push [2020-11-06T17:11:29.483Z] # -> Open(): unable to determine branch for HEAD [2020-11-06T17:11:29.483Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-06T17:11:29.483Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-06T17:11:29.483Z] # $SEMVER_REMOTE_NAME = origin [2020-11-06T17:11:29.483Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-06T17:11:29.483Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-06T17:11:29.483Z] # $SEMVER_BRANCH = master [2020-11-06T17:11:29.483Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-11-06T17:11:36.350Z] $ docker exec --env ******** --env ******** 907e9e3f32c81a659eaf9b62d9355b0d63fac5ffd7bff5665181c9f0706e85ad ssh-agent -k [2020-11-06T17:11:36.694Z] unset SSH_AUTH_SOCK; [2020-11-06T17:11:36.694Z] unset SSH_AGENT_PID; [2020-11-06T17:11:36.694Z] echo Agent pid 17 killed; [2020-11-06T17:11:36.843Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-06T17:11:37.841Z] + git semver [Pipeline] } [2020-11-06T17:11:37.876Z] $ docker stop --time=1 907e9e3f32c81a659eaf9b62d9355b0d63fac5ffd7bff5665181c9f0706e85ad [2020-11-06T17:11:39.340Z] $ docker rm -f 907e9e3f32c81a659eaf9b62d9355b0d63fac5ffd7bff5665181c9f0706e85ad [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 [2020-11-06T17:11:41.183Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:11:42.134Z] ---> package-listing.sh [2020-11-06T17:11:42.134Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-06T17:11:42.134Z] ++ facter osfamily [2020-11-06T17:11:42.407Z] + OS_FAMILY=redhat [2020-11-06T17:11:42.407Z] + workspace=/w/workspace/_app-service-configurable_master [2020-11-06T17:11:42.407Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-06T17:11:42.407Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-06T17:11:42.407Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-06T17:11:42.407Z] + PACKAGES=/tmp/packages_start.txt [2020-11-06T17:11:42.407Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-11-06T17:11:42.407Z] + PACKAGES=/tmp/packages_end.txt [2020-11-06T17:11:42.407Z] + case "${OS_FAMILY}" in [2020-11-06T17:11:42.407Z] + sort [2020-11-06T17:11:42.407Z] + rpm -qa [2020-11-06T17:11:49.278Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-06T17:11:49.278Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-06T17:11:49.278Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-06T17:11:49.278Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-11-06T17:11:49.278Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-11-06T17:11:49.278Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2020-11-06T17:11:49.348Z] 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 [2020-11-06T17:11:50.009Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:11:50.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-06T17:11:51.247Z] [2020-11-06T17:11:51.247Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:11:52.571Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-06T17:11:52.571Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-06T17:11:52.571Z] df20fa9351a1: Pulling fs layer [2020-11-06T17:11:52.571Z] 36b3adc4ff6f: Pulling fs layer [2020-11-06T17:11:52.571Z] 8ad3a11d3b57: Pulling fs layer [2020-11-06T17:11:52.571Z] 46f8f816bc3b: Pulling fs layer [2020-11-06T17:11:52.571Z] 93b61091891f: Pulling fs layer [2020-11-06T17:11:52.571Z] 93b9cdb0e59b: Pulling fs layer [2020-11-06T17:11:52.571Z] 5e14af77c1be: Pulling fs layer [2020-11-06T17:11:52.571Z] 01666e4c0597: Pulling fs layer [2020-11-06T17:11:52.571Z] aa168da1d23b: Pulling fs layer [2020-11-06T17:11:52.571Z] 46f8f816bc3b: Waiting [2020-11-06T17:11:52.571Z] 93b61091891f: Waiting [2020-11-06T17:11:52.571Z] 93b9cdb0e59b: Waiting [2020-11-06T17:11:52.571Z] 5e14af77c1be: Waiting [2020-11-06T17:11:52.571Z] 01666e4c0597: Waiting [2020-11-06T17:11:52.571Z] aa168da1d23b: Waiting [2020-11-06T17:11:53.319Z] 36b3adc4ff6f: Download complete [2020-11-06T17:11:53.319Z] 46f8f816bc3b: Download complete [2020-11-06T17:11:53.730Z] df20fa9351a1: Verifying Checksum [2020-11-06T17:11:53.730Z] df20fa9351a1: Download complete [2020-11-06T17:11:53.730Z] 93b9cdb0e59b: Verifying Checksum [2020-11-06T17:11:53.730Z] 93b9cdb0e59b: Download complete [2020-11-06T17:11:53.730Z] 93b61091891f: Verifying Checksum [2020-11-06T17:11:53.730Z] 93b61091891f: Download complete [2020-11-06T17:11:54.036Z] 5e14af77c1be: Verifying Checksum [2020-11-06T17:11:54.036Z] 5e14af77c1be: Download complete [2020-11-06T17:11:54.036Z] 01666e4c0597: Verifying Checksum [2020-11-06T17:11:54.036Z] 01666e4c0597: Download complete [2020-11-06T17:11:54.340Z] df20fa9351a1: Pull complete [2020-11-06T17:11:54.997Z] 8ad3a11d3b57: Verifying Checksum [2020-11-06T17:11:54.997Z] 8ad3a11d3b57: Download complete [2020-11-06T17:11:54.997Z] 36b3adc4ff6f: Pull complete [2020-11-06T17:11:57.065Z] 8ad3a11d3b57: Pull complete [2020-11-06T17:11:57.364Z] 46f8f816bc3b: Pull complete [2020-11-06T17:11:58.497Z] 93b61091891f: Pull complete [2020-11-06T17:11:58.785Z] 93b9cdb0e59b: Pull complete [2020-11-06T17:11:59.061Z] 5e14af77c1be: Pull complete [2020-11-06T17:11:59.329Z] aa168da1d23b: Verifying Checksum [2020-11-06T17:11:59.329Z] aa168da1d23b: Download complete [2020-11-06T17:11:59.329Z] 01666e4c0597: Pull complete [2020-11-06T17:12:14.727Z] aa168da1d23b: Pull complete [2020-11-06T17:12:14.727Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-06T17:12:14.727Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-06T17:12:14.727Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-06T17:12:16.204Z] prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container [2020-11-06T17:12:16.289Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-06T17:12:18.833Z] $ docker top 76c209650e9346dd351c79516167c95ca20adbc1deb08c599138afe147e4f6e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T17:12:19.520Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-06T17:12:19.842Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-06T17:12:20.508Z] + ls /var/log/sa-host [2020-11-06T17:12:20.508Z] + sadf -c /var/log/sa-host/sa05 [2020-11-06T17:12:20.508Z] file_magic: OK [2020-11-06T17:12:20.508Z] HZ: Using current value: 100 [2020-11-06T17:12:20.508Z] file_header: OK [2020-11-06T17:12:20.508Z] 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 [2020-11-06T17:12:20.508Z] Statistics: [2020-11-06T17:12:20.508Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-06T17:12:20.508Z] File successfully converted to sysstat format version 12.2.1 [2020-11-06T17:12:20.508Z] + sadf -c /var/log/sa-host/sa06 [2020-11-06T17:12:20.508Z] file_magic: OK [2020-11-06T17:12:20.508Z] HZ: Using current value: 100 [2020-11-06T17:12:20.508Z] file_header: OK [2020-11-06T17:12:20.508Z] 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 [2020-11-06T17:12:20.508Z] Statistics: [2020-11-06T17:12:20.508Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-06T17:12:20.508Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-06T17:12:21.145Z] provisioning config files... [2020-11-06T17:12:21.166Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4646684145182374448tmp [Pipeline] { [Pipeline] echo [2020-11-06T17:12:21.267Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:12:21.938Z] ---> create-netrc.sh [Pipeline] } [2020-11-06T17:12:21.953Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-06T17:12:22.059Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:12:22.709Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-06T17:12:22.721Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:12:23.066Z] ---> sudo-logs.sh [2020-11-06T17:12:23.066Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-06T17:12:23.084Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:12:23.418Z] ---> job-cost.sh [2020-11-06T17:12:23.684Z] lf-activate-venv: SKIPPING [2020-11-06T17:12:23.684Z] INFO: No Stack... [2020-11-06T17:12:25.097Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-06T17:12:25.681Z] INFO: Archiving Costs [Pipeline] echo [2020-11-06T17:12:25.698Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:12:26.019Z] ---> logs-deploy.sh [2020-11-06T17:12:26.019Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/58 [2020-11-06T17:12:26.019Z] INFO: archiving workspace using pattern(s): [2020-11-06T17:12:28.599Z] Archives upload complete. [2020-11-06T17:12:28.599Z] INFO: archiving logs to Nexus