Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7f47c9eff9bdccc396688e395d48b7e5029db660 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14557 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 7f47c9eff9bdccc396688e395d48b7e5029db660 (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 --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7f47c9eff9bdccc396688e395d48b7e5029db660 # timeout=10 Commit message: "refactor: Remove obsolete docker-compose files (#144)" > git rev-list --no-walk dc1b719807970842f353d9ec2e25d94234445116 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-04T22:39:00.735Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-04T22:39:01.002Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-04T22:39:01.112Z] ========================================================= [2020-12-04T22:39:01.112Z] EdgeX Global Pipelines Version Info [2020-12-04T22:39:01.112Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:39:03.502Z] ------------------- [2020-12-04T22:39:03.502Z] stable info: [2020-12-04T22:39:03.502Z] ------------------- [2020-12-04T22:39:03.502Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-04T22:39:03.502Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-04T22:39:03.502Z] Message: update stable to v1.0.169 [2020-12-04T22:39:04.487Z] ------------------- [2020-12-04T22:39:04.487Z] experimental info: [2020-12-04T22:39:04.487Z] ------------------- [2020-12-04T22:39:04.487Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-04T22:39:04.487Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-04T22:39:04.487Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T22:39:04.800Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-12-04T22:39:04.892Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-12-04T22:39:05.004Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-04T22:39:05.104Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-04T22:39:05.215Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-04T22:39:05.309Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-04T22:39:05.401Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-04T22:39:05.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-04T22:39:05.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-04T22:39:05.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-04T22:39:05.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-04T22:39:05.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-12-04T22:39:06.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-04T22:39:06.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-04T22:39:06.273Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T22:39:06.359Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T22:39:06.476Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-04T22:39:06.562Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-04T22:39:06.663Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-04T22:39:06.779Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-04T22:39:06.902Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-04T22:39:06.987Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-04T22:39:07.109Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-04T22:39:07.230Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-04T22:39:07.404Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-04T22:39:07.508Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-04T22:39:07.599Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-04T22:39:07.685Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-04T22:39:07.771Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-04T22:39:07.872Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7f47c9eff9bdccc396688e395d48b7e5029db660 [Pipeline] echo [2020-12-04T22:39:07.967Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7f47c9e [Pipeline] echo [2020-12-04T22:39:08.057Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T22:39:08.236Z] provisioning config files... [2020-12-04T22:39:08.280Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5994833566392468084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:39:08.709Z] ---> docker-login.sh [2020-12-04T22:39:08.709Z] nexus3.edgexfoundry.org:10001 [2020-12-04T22:39:09.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:39:09.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:39:09.639Z] Configure a credential helper to remove this warning. See [2020-12-04T22:39:09.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:39:09.639Z] [2020-12-04T22:39:09.639Z] Login Succeeded [2020-12-04T22:39:09.639Z] nexus3.edgexfoundry.org:10002 [2020-12-04T22:39:09.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:39:10.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:39:10.248Z] Configure a credential helper to remove this warning. See [2020-12-04T22:39:10.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:39:10.248Z] [2020-12-04T22:39:10.248Z] Login Succeeded [2020-12-04T22:39:10.248Z] nexus3.edgexfoundry.org:10003 [2020-12-04T22:39:10.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:39:10.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:39:10.833Z] Configure a credential helper to remove this warning. See [2020-12-04T22:39:10.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:39:10.833Z] [2020-12-04T22:39:10.833Z] Login Succeeded [2020-12-04T22:39:10.833Z] nexus3.edgexfoundry.org:10004 [2020-12-04T22:39:11.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:39:11.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:39:11.110Z] Configure a credential helper to remove this warning. See [2020-12-04T22:39:11.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:39:11.110Z] [2020-12-04T22:39:11.110Z] Login Succeeded [2020-12-04T22:39:11.110Z] docker.io [2020-12-04T22:39:11.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:39:11.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:39:11.649Z] Configure a credential helper to remove this warning. See [2020-12-04T22:39:11.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:39:11.649Z] [2020-12-04T22:39:11.649Z] Login Succeeded [2020-12-04T22:39:11.649Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T22:39:11.661Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T22:39:12.616Z] + git log --format=format:%s -1 7f47c9eff9bdccc396688e395d48b7e5029db660 [Pipeline] echo [2020-12-04T22:39:12.720Z] GIT_COMMIT: 7f47c9eff9bdccc396688e395d48b7e5029db660, Commit Message: refactor: Remove obsolete docker-compose files (#144) [Pipeline] echo [2020-12-04T22:39:12.764Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:39:13.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T22:39:13.567Z] [2020-12-04T22:39:13.567Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:39:13.937Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T22:39:13.937Z] latest: Pulling from edgex-devops/git-semver [2020-12-04T22:39:13.937Z] 31603596830f: Pulling fs layer [2020-12-04T22:39:13.937Z] 2a8b12db71e7: Pulling fs layer [2020-12-04T22:39:13.937Z] 6ca5941a6612: Pulling fs layer [2020-12-04T22:39:13.937Z] ecc8261a40a4: Pulling fs layer [2020-12-04T22:39:13.937Z] ecc8261a40a4: Waiting [2020-12-04T22:39:13.937Z] 2a8b12db71e7: Download complete [2020-12-04T22:39:14.214Z] 31603596830f: Verifying Checksum [2020-12-04T22:39:14.214Z] 31603596830f: Download complete [2020-12-04T22:39:14.488Z] ecc8261a40a4: Verifying Checksum [2020-12-04T22:39:14.488Z] ecc8261a40a4: Download complete [2020-12-04T22:39:14.488Z] 6ca5941a6612: Verifying Checksum [2020-12-04T22:39:14.488Z] 6ca5941a6612: Download complete [2020-12-04T22:39:14.761Z] 31603596830f: Pull complete [2020-12-04T22:39:15.041Z] 2a8b12db71e7: Pull complete [2020-12-04T22:39:16.506Z] 6ca5941a6612: Pull complete [2020-12-04T22:39:16.774Z] ecc8261a40a4: Pull complete [2020-12-04T22:39:16.774Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-04T22:39:16.774Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T22:39:16.774Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-04T22:39:16.920Z] prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container [2020-12-04T22:39:17.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T22:39:19.687Z] $ docker top e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T22:39:20.604Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T22:39:20.604Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T22:39:21.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T22:39:21.049Z] $ docker exec e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 ssh-agent [2020-12-04T22:39:21.521Z] SSH_AUTH_SOCK=/tmp/ssh-3kqqqWbs101q/agent.11 [2020-12-04T22:39:21.521Z] SSH_AGENT_PID=16 [2020-12-04T22:39:21.543Z] Running ssh-add (command line suppressed) [2020-12-04T22:39:21.721Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3495466154941888594.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3495466154941888594.key) [2020-12-04T22:39:21.790Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T22:39:22.171Z] + git tag --points-at HEAD [Pipeline] } [2020-12-04T22:39:22.238Z] $ docker exec --env ******** --env ******** e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 ssh-agent -k [2020-12-04T22:39:22.522Z] unset SSH_AUTH_SOCK; [2020-12-04T22:39:22.522Z] unset SSH_AGENT_PID; [2020-12-04T22:39:22.522Z] echo Agent pid 16 killed; [2020-12-04T22:39:22.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-04T22:39:22.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T22:39:22.761Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T22:39:23.020Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T22:39:23.027Z] $ docker exec e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 ssh-agent [2020-12-04T22:39:23.305Z] SSH_AUTH_SOCK=/tmp/ssh-8mXLQkAt6cSf/agent.44 [2020-12-04T22:39:23.305Z] SSH_AGENT_PID=50 [2020-12-04T22:39:23.315Z] Running ssh-add (command line suppressed) [2020-12-04T22:39:23.507Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_137124628630242114.key (/w/workspace/_app-service-configurable_master@tmp/private_key_137124628630242114.key) [2020-12-04T22:39:23.577Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T22:39:23.976Z] + git semver init [2020-12-04T22:39:23.976Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T22:39:23.976Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-12-04T22:39:23.976Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-12-04T22:39:23.976Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T22:39:23.976Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T22:39:23.976Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T22:39:23.976Z] # $SEMVER_BRANCH = master [2020-12-04T22:39:23.976Z] # $SEMVER_TEMP = /tmp/semver-319021236 [2020-12-04T22:39:23.976Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-12-04T22:39:24.561Z] # '/tmp/semver-319021236' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-12-04T22:39:24.561Z] # -> Force: false [2020-12-04T22:39:24.561Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-12-04T22:39:24.579Z] $ docker exec --env ******** --env ******** e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 ssh-agent -k [2020-12-04T22:39:24.869Z] unset SSH_AUTH_SOCK; [2020-12-04T22:39:24.871Z] unset SSH_AGENT_PID; [2020-12-04T22:39:24.871Z] echo Agent pid 50 killed; [2020-12-04T22:39:25.000Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T22:39:25.553Z] + git semver [Pipeline] } [2020-12-04T22:39:25.595Z] $ docker stop --time=1 e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 [2020-12-04T22:39:27.273Z] $ docker rm -f e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T22:39:27.874Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-04T22:39:28.523Z] Stashed 1 file(s) [Pipeline] echo [2020-12-04T22:39:28.526Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-04T22:39:44.094Z] Still waiting to schedule task [2020-12-04T22:39:44.094Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-04T22:39:44.096Z] Still waiting to schedule task [2020-12-04T22:39:44.097Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-04T22:41:21.298Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14558 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-12-04T22:41:21.367Z] Running in /w/workspace/app-service-configurable/64 [Pipeline] { [Pipeline] checkout [2020-12-04T22:41:26.444Z] using credential edgex-jenkins-ssh [2020-12-04T22:41:26.542Z] Cloning the remote Git repository [2020-12-04T22:41:26.606Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-12-04T22:41:26.716Z] > git init /w/workspace/app-service-configurable/64 # timeout=10 [2020-12-04T22:41:26.805Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-04T22:41:26.806Z] > git --version # timeout=10 [2020-12-04T22:41:26.827Z] > git --version # 'git version 2.17.1' [2020-12-04T22:41:26.829Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T22:41:26.894Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T22:41:27.631Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-04T22:41:27.645Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T22:41:27.671Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-04T22:41:27.709Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-04T22:41:27.709Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T22:41:27.722Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-04T22:41:28.195Z] Checking out Revision 7f47c9eff9bdccc396688e395d48b7e5029db660 (master) [2020-12-04T22:41:28.236Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T22:41:28.256Z] > git checkout -f 7f47c9eff9bdccc396688e395d48b7e5029db660 # timeout=10 [2020-12-04T22:41:32.729Z] Commit message: "refactor: Remove obsolete docker-compose files (#144)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T22:41:34.482Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-04T22:41:34.985Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T22:41:35.325Z] + sudo service docker restart [2020-12-04T22:41:35.325Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T22:41:38.025Z] provisioning config files... [2020-12-04T22:41:38.070Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/64@tmp/config6277030143743912597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:41:38.488Z] ---> docker-login.sh [2020-12-04T22:41:38.488Z] nexus3.edgexfoundry.org:10001 [2020-12-04T22:41:39.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:41:39.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:41:39.745Z] Configure a credential helper to remove this warning. See [2020-12-04T22:41:39.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:41:39.745Z] [2020-12-04T22:41:39.745Z] Login Succeeded [2020-12-04T22:41:39.745Z] nexus3.edgexfoundry.org:10002 [2020-12-04T22:41:40.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:41:40.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:41:40.293Z] Configure a credential helper to remove this warning. See [2020-12-04T22:41:40.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:41:40.293Z] [2020-12-04T22:41:40.293Z] Login Succeeded [2020-12-04T22:41:40.293Z] nexus3.edgexfoundry.org:10003 [2020-12-04T22:41:40.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:41:40.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:41:40.845Z] Configure a credential helper to remove this warning. See [2020-12-04T22:41:40.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:41:40.845Z] [2020-12-04T22:41:40.845Z] Login Succeeded [2020-12-04T22:41:40.845Z] nexus3.edgexfoundry.org:10004 [2020-12-04T22:41:41.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:41:41.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:41:41.397Z] Configure a credential helper to remove this warning. See [2020-12-04T22:41:41.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:41:41.397Z] [2020-12-04T22:41:41.397Z] Login Succeeded [2020-12-04T22:41:41.397Z] docker.io [2020-12-04T22:41:41.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:41:41.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:41:41.951Z] Configure a credential helper to remove this warning. See [2020-12-04T22:41:41.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:41:41.951Z] [2020-12-04T22:41:41.951Z] Login Succeeded [2020-12-04T22:41:41.951Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T22:41:41.973Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-04T22:41:42.417Z] ========================================================= [2020-12-04T22:41:42.417Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-04T22:41:42.417Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:41:42.804Z] + 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-12-04T22:41:42.804Z] Sending build context to Docker daemon 97.79kB [2020-12-04T22:41:43.083Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-04T22:41:43.083Z] Step 2/8 : FROM ${BASE} [2020-12-04T22:41:43.083Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-04T22:41:43.083Z] 5f621e34cdf4: Pulling fs layer [2020-12-04T22:41:43.083Z] a4357932f1b6: Pulling fs layer [2020-12-04T22:41:43.083Z] 18c013af1878: Pulling fs layer [2020-12-04T22:41:43.083Z] 00ac8860ef70: Pulling fs layer [2020-12-04T22:41:43.083Z] 63d7cb157983: Pulling fs layer [2020-12-04T22:41:43.083Z] b116817d02f9: Pulling fs layer [2020-12-04T22:41:43.083Z] 745a02a5169b: Pulling fs layer [2020-12-04T22:41:43.083Z] 00ac8860ef70: Waiting [2020-12-04T22:41:43.083Z] 63d7cb157983: Waiting [2020-12-04T22:41:43.083Z] b116817d02f9: Waiting [2020-12-04T22:41:43.083Z] 745a02a5169b: Waiting [2020-12-04T22:41:43.357Z] 18c013af1878: Download complete [2020-12-04T22:41:43.357Z] a4357932f1b6: Verifying Checksum [2020-12-04T22:41:43.357Z] a4357932f1b6: Download complete [2020-12-04T22:41:43.357Z] 63d7cb157983: Verifying Checksum [2020-12-04T22:41:43.357Z] 63d7cb157983: Download complete [2020-12-04T22:41:43.357Z] b116817d02f9: Verifying Checksum [2020-12-04T22:41:43.357Z] b116817d02f9: Download complete [2020-12-04T22:41:43.632Z] 5f621e34cdf4: Verifying Checksum [2020-12-04T22:41:43.632Z] 5f621e34cdf4: Download complete [2020-12-04T22:41:44.238Z] 5f621e34cdf4: Pull complete [2020-12-04T22:41:44.852Z] a4357932f1b6: Pull complete [2020-12-04T22:41:45.138Z] 18c013af1878: Pull complete [2020-12-04T22:41:46.142Z] 745a02a5169b: Verifying Checksum [2020-12-04T22:41:46.142Z] 745a02a5169b: Download complete [2020-12-04T22:41:47.121Z] 00ac8860ef70: Verifying Checksum [2020-12-04T22:41:47.121Z] 00ac8860ef70: Download complete [2020-12-04T22:41:57.272Z] 00ac8860ef70: Pull complete [2020-12-04T22:41:57.272Z] 63d7cb157983: Pull complete [2020-12-04T22:41:57.272Z] b116817d02f9: Pull complete [2020-12-04T22:42:01.600Z] 745a02a5169b: Pull complete [2020-12-04T22:42:01.600Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-04T22:42:01.600Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-04T22:42:01.600Z] ---> b7e6874047d6 [2020-12-04T22:42:01.600Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T22:42:03.574Z] ---> Running in 8fd9bb3ce998 [2020-12-04T22:42:04.166Z] Removing intermediate container 8fd9bb3ce998 [2020-12-04T22:42:04.166Z] ---> c8b958368a06 [2020-12-04T22:42:04.166Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T22:42:04.166Z] ---> Running in 109bcde117eb [2020-12-04T22:42:04.477Z] Running on prd-centos7-docker-4c-2g-14559 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-12-04T22:42:04.600Z] Running in /w/workspace/app-service-configurable/64 [Pipeline] { [Pipeline] checkout [2020-12-04T22:42:06.702Z] using credential edgex-jenkins-ssh [2020-12-04T22:42:06.789Z] Cloning the remote Git repository [2020-12-04T22:42:06.801Z] Removing intermediate container 109bcde117eb [2020-12-04T22:42:06.801Z] ---> ddbe81472401 [2020-12-04T22:42:06.802Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-12-04T22:42:06.802Z] ---> Running in acc1689d926a [2020-12-04T22:42:06.225Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-12-04T22:42:07.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T22:42:06.297Z] > git init /w/workspace/app-service-configurable/64 # timeout=10 [2020-12-04T22:42:06.369Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-04T22:42:06.369Z] > git --version # timeout=10 [2020-12-04T22:42:06.379Z] > git --version # 'git version 2.24.3' [2020-12-04T22:42:06.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T22:42:06.407Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T22:42:07.008Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-04T22:42:07.021Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T22:42:07.037Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-04T22:42:07.052Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-04T22:42:07.052Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T22:42:07.057Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-04T22:42:07.948Z] Checking out Revision 7f47c9eff9bdccc396688e395d48b7e5029db660 (master) [2020-12-04T22:42:08.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T22:42:07.467Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T22:42:07.472Z] > git checkout -f 7f47c9eff9bdccc396688e395d48b7e5029db660 # timeout=10 [2020-12-04T22:42:09.367Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-12-04T22:42:09.367Z] (2/6) Installing libsodium (1.0.18-r0) [2020-12-04T22:42:09.367Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-12-04T22:42:09.367Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-12-04T22:42:09.640Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-04T22:42:09.640Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-12-04T22:42:09.640Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T22:42:09.914Z] OK: 144 MiB in 45 packages [2020-12-04T22:42:11.354Z] Removing intermediate container acc1689d926a [2020-12-04T22:42:11.354Z] ---> d52d128b02f5 [2020-12-04T22:42:11.354Z] Step 6/8 : WORKDIR /app [2020-12-04T22:42:11.354Z] ---> Running in c4896b528b65 [2020-12-04T22:42:11.385Z] Commit message: "refactor: Remove obsolete docker-compose files (#144)" [2020-12-04T22:42:11.626Z] Removing intermediate container c4896b528b65 [2020-12-04T22:42:11.626Z] ---> 2d0d0d2b0f8a [2020-12-04T22:42:11.626Z] Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T22:42:12.607Z] ---> 16b2e6b81ab9 [2020-12-04T22:42:12.607Z] Step 8/8 : RUN go mod download [2020-12-04T22:42:12.607Z] ---> Running in 94d398e39721 [2020-12-04T22:42:12.696Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-04T22:42:13.038Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T22:42:13.345Z] + sudo service docker restart [2020-12-04T22:42:13.345Z] + true [2020-12-04T22:42:13.345Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T22:42:14.363Z] provisioning config files... [2020-12-04T22:42:14.387Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/64@tmp/config2347927955435850721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:42:14.754Z] ---> docker-login.sh [2020-12-04T22:42:14.754Z] nexus3.edgexfoundry.org:10001 [2020-12-04T22:42:15.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:42:15.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:42:15.020Z] Configure a credential helper to remove this warning. See [2020-12-04T22:42:15.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:42:15.020Z] [2020-12-04T22:42:15.020Z] Login Succeeded [2020-12-04T22:42:15.284Z] nexus3.edgexfoundry.org:10002 [2020-12-04T22:42:15.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:42:15.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:42:15.284Z] Configure a credential helper to remove this warning. See [2020-12-04T22:42:15.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:42:15.284Z] [2020-12-04T22:42:15.284Z] Login Succeeded [2020-12-04T22:42:15.284Z] nexus3.edgexfoundry.org:10003 [2020-12-04T22:42:15.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:42:15.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:42:15.550Z] Configure a credential helper to remove this warning. See [2020-12-04T22:42:15.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:42:15.550Z] [2020-12-04T22:42:15.550Z] Login Succeeded [2020-12-04T22:42:15.550Z] nexus3.edgexfoundry.org:10004 [2020-12-04T22:42:15.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:42:15.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:42:15.813Z] Configure a credential helper to remove this warning. See [2020-12-04T22:42:15.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:42:15.813Z] [2020-12-04T22:42:15.813Z] Login Succeeded [2020-12-04T22:42:15.813Z] docker.io [2020-12-04T22:42:15.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:42:16.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:42:16.077Z] Configure a credential helper to remove this warning. See [2020-12-04T22:42:16.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:42:16.077Z] [2020-12-04T22:42:16.077Z] Login Succeeded [2020-12-04T22:42:16.077Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T22:42:16.087Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-04T22:42:16.382Z] ========================================================= [2020-12-04T22:42:16.382Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-04T22:42:16.382Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:42:16.735Z] + 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-12-04T22:42:16.736Z] Sending build context to Docker daemon 97.79kB [2020-12-04T22:42:16.736Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-04T22:42:16.736Z] Step 2/8 : FROM ${BASE} [2020-12-04T22:42:17.001Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-04T22:42:17.001Z] 188c0c94c7c5: Pulling fs layer [2020-12-04T22:42:17.001Z] 0ef7d3d256c8: Pulling fs layer [2020-12-04T22:42:17.001Z] de9db76c5a1d: Pulling fs layer [2020-12-04T22:42:17.001Z] bca2f99d35d6: Pulling fs layer [2020-12-04T22:42:17.001Z] 93359f2a8cfa: Pulling fs layer [2020-12-04T22:42:17.001Z] 7c6f9722023f: Pulling fs layer [2020-12-04T22:42:17.001Z] a35cf1a2eb13: Pulling fs layer [2020-12-04T22:42:17.001Z] 93359f2a8cfa: Waiting [2020-12-04T22:42:17.001Z] 7c6f9722023f: Waiting [2020-12-04T22:42:17.001Z] bca2f99d35d6: Waiting [2020-12-04T22:42:17.001Z] a35cf1a2eb13: Waiting [2020-12-04T22:42:17.001Z] de9db76c5a1d: Verifying Checksum [2020-12-04T22:42:17.001Z] de9db76c5a1d: Download complete [2020-12-04T22:42:17.001Z] 0ef7d3d256c8: Verifying Checksum [2020-12-04T22:42:17.001Z] 0ef7d3d256c8: Download complete [2020-12-04T22:42:17.001Z] 93359f2a8cfa: Verifying Checksum [2020-12-04T22:42:17.001Z] 93359f2a8cfa: Download complete [2020-12-04T22:42:17.001Z] 188c0c94c7c5: Verifying Checksum [2020-12-04T22:42:17.001Z] 188c0c94c7c5: Download complete [2020-12-04T22:42:17.001Z] 7c6f9722023f: Verifying Checksum [2020-12-04T22:42:17.001Z] 7c6f9722023f: Download complete [2020-12-04T22:42:17.264Z] 188c0c94c7c5: Pull complete [2020-12-04T22:42:17.528Z] 0ef7d3d256c8: Pull complete [2020-12-04T22:42:17.528Z] de9db76c5a1d: Pull complete [2020-12-04T22:42:18.925Z] a35cf1a2eb13: Verifying Checksum [2020-12-04T22:42:18.925Z] a35cf1a2eb13: Download complete [2020-12-04T22:42:19.502Z] bca2f99d35d6: Verifying Checksum [2020-12-04T22:42:19.502Z] bca2f99d35d6: Download complete [2020-12-04T22:42:24.835Z] bca2f99d35d6: Pull complete [2020-12-04T22:42:24.835Z] 93359f2a8cfa: Pull complete [2020-12-04T22:42:24.835Z] 7c6f9722023f: Pull complete [2020-12-04T22:42:31.465Z] a35cf1a2eb13: Pull complete [2020-12-04T22:42:31.465Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-04T22:42:31.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-04T22:42:31.465Z] ---> a62c8e92a672 [2020-12-04T22:42:31.465Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T22:42:31.465Z] ---> Running in d1028034282b [2020-12-04T22:42:31.465Z] Removing intermediate container d1028034282b [2020-12-04T22:42:31.465Z] ---> 7a999e9495e3 [2020-12-04T22:42:31.465Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T22:42:31.465Z] ---> Running in 77f41a53d005 [2020-12-04T22:42:32.049Z] Removing intermediate container 77f41a53d005 [2020-12-04T22:42:32.049Z] ---> e05aa75a6bec [2020-12-04T22:42:32.049Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-12-04T22:42:32.312Z] ---> Running in e442cd3a6a76 [2020-12-04T22:42:32.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T22:42:33.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T22:42:34.038Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-12-04T22:42:34.038Z] (2/6) Installing libsodium (1.0.18-r0) [2020-12-04T22:42:34.038Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-12-04T22:42:34.306Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-12-04T22:42:34.306Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-04T22:42:34.568Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-12-04T22:42:34.568Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T22:42:34.568Z] OK: 167 MiB in 45 packages [2020-12-04T22:42:35.143Z] Removing intermediate container e442cd3a6a76 [2020-12-04T22:42:35.143Z] ---> bc70e035bf0a [2020-12-04T22:42:35.143Z] Step 6/8 : WORKDIR /app [2020-12-04T22:42:35.143Z] ---> Running in 7fb9e2b7d5b5 [2020-12-04T22:42:35.143Z] Removing intermediate container 7fb9e2b7d5b5 [2020-12-04T22:42:35.143Z] ---> ea5b336df53c [2020-12-04T22:42:35.143Z] Step 7/8 : COPY . . [2020-12-04T22:42:35.405Z] ---> 124ffa8a1504 [2020-12-04T22:42:35.405Z] Step 8/8 : RUN go mod download [2020-12-04T22:42:35.667Z] ---> Running in 56de725cfe65 [2020-12-04T22:42:39.404Z] Removing intermediate container 94d398e39721 [2020-12-04T22:42:39.404Z] ---> e1b8bafe5ee1 [2020-12-04T22:42:39.404Z] Successfully built e1b8bafe5ee1 [2020-12-04T22:42:39.677Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:42:40.021Z] + docker inspect -f . ci-base-image-arm64 [2020-12-04T22:42:40.021Z] . [Pipeline] withDockerContainer [2020-12-04T22:42:40.276Z] prd-ubuntu18.04-docker-arm64-4c-16g-14558 does not seem to be running inside a container [2020-12-04T22:42:40.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/64 -v /w/workspace/app-service-configurable/64:/w/workspace/app-service-configurable/64:rw,z -v /w/workspace/app-service-configurable/64@tmp:/w/workspace/app-service-configurable/64@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-12-04T22:42:42.002Z] $ docker top 2e302bed738b2b031321ef14185027b6043ab03a75d70f4e8451eaf31e80d489 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T22:42:43.052Z] + go version [2020-12-04T22:42:43.052Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-04T22:42:43.077Z] $ docker stop --time=1 2e302bed738b2b031321ef14185027b6043ab03a75d70f4e8451eaf31e80d489 [2020-12-04T22:42:45.033Z] $ docker rm -f 2e302bed738b2b031321ef14185027b6043ab03a75d70f4e8451eaf31e80d489 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:42:46.074Z] + docker inspect -f . ci-base-image-arm64 [2020-12-04T22:42:46.074Z] . [Pipeline] withDockerContainer [2020-12-04T22:42:46.337Z] prd-ubuntu18.04-docker-arm64-4c-16g-14558 does not seem to be running inside a container [2020-12-04T22:42:46.420Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/64 -v /w/workspace/app-service-configurable/64:/w/workspace/app-service-configurable/64:rw,z -v /w/workspace/app-service-configurable/64@tmp:/w/workspace/app-service-configurable/64@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-12-04T22:42:47.943Z] $ docker top 86c1f9b88082b8fe47261508dc24f41b54328f8a7c943b1cf7b25df0581bce5f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T22:42:48.962Z] + make test [2020-12-04T22:42:48.962Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-12-04T22:43:02.319Z] Removing intermediate container 56de725cfe65 [2020-12-04T22:43:02.319Z] ---> ea8166ea7b90 [2020-12-04T22:43:02.319Z] Successfully built ea8166ea7b90 [2020-12-04T22:43:02.319Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:43:02.684Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T22:43:02.684Z] . [Pipeline] withDockerContainer [2020-12-04T22:43:02.898Z] prd-centos7-docker-4c-2g-14559 does not seem to be running inside a container [2020-12-04T22:43:02.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/64 -v /w/workspace/app-service-configurable/64:/w/workspace/app-service-configurable/64:rw,z -v /w/workspace/app-service-configurable/64@tmp:/w/workspace/app-service-configurable/64@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 ******** ci-base-image-x86_64 cat [2020-12-04T22:43:03.767Z] $ docker top 43b0ebf9f4247029c56735a7563e573cc6c9a2401914d0f2e6d9897ba1db2186 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T22:43:04.250Z] + go version [2020-12-04T22:43:04.250Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-04T22:43:04.265Z] $ docker stop --time=1 43b0ebf9f4247029c56735a7563e573cc6c9a2401914d0f2e6d9897ba1db2186 [2020-12-04T22:43:05.602Z] $ docker rm -f 43b0ebf9f4247029c56735a7563e573cc6c9a2401914d0f2e6d9897ba1db2186 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:43:06.529Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T22:43:06.529Z] . [Pipeline] withDockerContainer [2020-12-04T22:43:06.626Z] prd-centos7-docker-4c-2g-14559 does not seem to be running inside a container [2020-12-04T22:43:06.675Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/64 -v /w/workspace/app-service-configurable/64:/w/workspace/app-service-configurable/64:rw,z -v /w/workspace/app-service-configurable/64@tmp:/w/workspace/app-service-configurable/64@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 ******** ci-base-image-x86_64 cat [2020-12-04T22:43:07.237Z] $ docker top d8b3cb1ff2ccdd0289ca13e57bc402af7c19d1673039ac44d0c1ff9d1599685b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T22:43:07.717Z] + make test [2020-12-04T22:43:07.717Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-12-04T22:43:25.965Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-12-04T22:43:25.965Z] CGO_ENABLED=1 go vet ./... [2020-12-04T22:43:27.385Z] gofmt -l . [2020-12-04T22:43:27.385Z] [ "`gofmt -l .`" = "" ] [2020-12-04T22:43:27.385Z] ./bin/test-go-mod-tidy.sh [2020-12-04T22:43:27.965Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-12-04T22:43:28.557Z] $ docker stop --time=1 d8b3cb1ff2ccdd0289ca13e57bc402af7c19d1673039ac44d0c1ff9d1599685b [2020-12-04T22:43:31.207Z] $ docker rm -f d8b3cb1ff2ccdd0289ca13e57bc402af7c19d1673039ac44d0c1ff9d1599685b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T22:43:31.796Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-04T22:43:32.106Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-04T22:43:34.742Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-04T22:43:35.047Z] + ls -al . [2020-12-04T22:43:35.047Z] total 88 [2020-12-04T22:43:35.047Z] drwxrwxr-x. 7 jenkins jenkins 4096 Dec 4 22:43 . [2020-12-04T22:43:35.047Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 4 22:42 .. [2020-12-04T22:43:35.047Z] -rw-rw-r--. 1 jenkins jenkins 6568 Dec 4 22:42 Attribution.txt [2020-12-04T22:43:35.047Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 4 22:42 bin [2020-12-04T22:43:35.047Z] -rw-r--r--. 1 jenkins jenkins 10 Dec 4 22:43 coverage.out [2020-12-04T22:43:35.047Z] -rw-rw-r--. 1 jenkins jenkins 2002 Dec 4 22:42 Dockerfile [2020-12-04T22:43:35.047Z] -rw-rw-r--. 1 jenkins jenkins 966 Dec 4 22:42 Dockerfile.build [2020-12-04T22:43:35.047Z] -rw-rw-r--. 1 jenkins jenkins 119 Dec 4 22:42 .dockerignore [2020-12-04T22:43:35.047Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 4 22:42 .git [2020-12-04T22:43:35.047Z] drwxrwxr-x. 2 jenkins jenkins 81 Dec 4 22:42 .github [2020-12-04T22:43:35.047Z] -rw-rw-r--. 1 jenkins jenkins 93 Dec 4 22:42 .gitignore [2020-12-04T22:43:35.047Z] -rw-r--r--. 1 jenkins jenkins 132 Dec 4 22:43 go.mod [2020-12-04T22:43:35.047Z] -rw-r--r--. 1 jenkins jenkins 19665 Dec 4 22:43 go.sum [2020-12-04T22:43:35.047Z] -rw-rw-r--. 1 jenkins jenkins 687 Dec 4 22:42 Jenkinsfile [2020-12-04T22:43:35.047Z] -rw-rw-r--. 1 jenkins jenkins 10174 Dec 4 22:42 LICENSE [2020-12-04T22:43:35.047Z] -rw-rw-r--. 1 jenkins jenkins 1519 Dec 4 22:42 main.go [2020-12-04T22:43:35.047Z] -rw-rw-r--. 1 jenkins jenkins 1573 Dec 4 22:42 makefile [2020-12-04T22:43:35.047Z] -rw-rw-r--. 1 jenkins jenkins 1277 Dec 4 22:42 README.md [2020-12-04T22:43:35.047Z] drwxrwxr-x. 10 jenkins jenkins 171 Dec 4 22:42 res [2020-12-04T22:43:35.047Z] drwxrwxr-x. 4 jenkins jenkins 71 Dec 4 22:42 snap [2020-12-04T22:43:35.047Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 4 22:39 VERSION [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:43:35.358Z] + 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=7f47c9eff9bdccc396688e395d48b7e5029db660 --label arch=amd64 --label version=2.0.0-dev.1 . [2020-12-04T22:43:35.358Z] Sending build context to Docker daemon 120.3kB [2020-12-04T22:43:35.358Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-12-04T22:43:35.358Z] Step 2/27 : FROM ${BASE} AS builder [2020-12-04T22:43:35.358Z] ---> ea8166ea7b90 [2020-12-04T22:43:35.358Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-12-04T22:43:35.621Z] ---> Running in 2d575cd36cd8 [2020-12-04T22:43:35.621Z] Removing intermediate container 2d575cd36cd8 [2020-12-04T22:43:35.621Z] ---> 6834bbe494e1 [2020-12-04T22:43:35.621Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-12-04T22:43:35.884Z] ---> Running in 5ef2fba56e53 [2020-12-04T22:43:35.884Z] Removing intermediate container 5ef2fba56e53 [2020-12-04T22:43:35.884Z] ---> 428c4ae6455f [2020-12-04T22:43:35.884Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T22:43:36.146Z] ---> Running in 2301afc44839 [2020-12-04T22:43:36.146Z] Removing intermediate container 2301afc44839 [2020-12-04T22:43:36.146Z] ---> 5fda7ad89843 [2020-12-04T22:43:36.146Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T22:43:36.146Z] ---> Running in 18414d0953b3 [2020-12-04T22:43:37.093Z] Removing intermediate container 18414d0953b3 [2020-12-04T22:43:37.093Z] ---> 97a57fa46401 [2020-12-04T22:43:37.093Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-04T22:43:37.362Z] ---> Running in 610a4c456379 [2020-12-04T22:43:37.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T22:43:38.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T22:43:38.838Z] OK: 167 MiB in 45 packages [2020-12-04T22:43:39.419Z] Removing intermediate container 610a4c456379 [2020-12-04T22:43:39.419Z] ---> 6ad696ea28da [2020-12-04T22:43:39.419Z] Step 8/27 : WORKDIR /app [2020-12-04T22:43:39.419Z] ---> Running in 4fa51813cc71 [2020-12-04T22:43:39.419Z] Removing intermediate container 4fa51813cc71 [2020-12-04T22:43:39.419Z] ---> e35c2dbcb43c [2020-12-04T22:43:39.419Z] Step 9/27 : COPY go.mod . [2020-12-04T22:43:39.684Z] ---> 0d5c77a49a70 [2020-12-04T22:43:39.684Z] Step 10/27 : RUN go mod download [2020-12-04T22:43:39.949Z] ---> Running in 0bf6f965d9a8 [2020-12-04T22:43:40.906Z] Removing intermediate container 0bf6f965d9a8 [2020-12-04T22:43:40.906Z] ---> a7a68c7d6eea [2020-12-04T22:43:40.906Z] Step 11/27 : COPY . . [2020-12-04T22:43:41.173Z] ---> f1e08047c7f6 [2020-12-04T22:43:41.173Z] Step 12/27 : ARG MAKE="make build" [2020-12-04T22:43:41.173Z] ---> Running in 31952618cc0c [2020-12-04T22:43:41.437Z] Removing intermediate container 31952618cc0c [2020-12-04T22:43:41.437Z] ---> 8f5dbd5a4f7f [2020-12-04T22:43:41.437Z] Step 13/27 : RUN $MAKE [2020-12-04T22:43:41.437Z] ---> Running in 6d4de6335538 [2020-12-04T22:43:42.035Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.1" -o app-service-configurable [2020-12-04T22:43:45.558Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-12-04T22:43:45.558Z] CGO_ENABLED=1 go vet ./... [2020-12-04T22:43:47.542Z] gofmt -l . [2020-12-04T22:43:47.542Z] [ "`gofmt -l .`" = "" ] [2020-12-04T22:43:47.542Z] ./bin/test-go-mod-tidy.sh [2020-12-04T22:43:48.143Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-12-04T22:43:49.142Z] $ docker stop --time=1 86c1f9b88082b8fe47261508dc24f41b54328f8a7c943b1cf7b25df0581bce5f [2020-12-04T22:43:51.453Z] $ docker rm -f 86c1f9b88082b8fe47261508dc24f41b54328f8a7c943b1cf7b25df0581bce5f [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T22:43:52.481Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-04T22:43:52.544Z] Warning: overwriting stash ‘coverage-report’ [2020-12-04T22:43:53.268Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T22:43:54.029Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-04T22:43:54.429Z] + ls -al . [2020-12-04T22:43:54.429Z] total 112 [2020-12-04T22:43:54.429Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 4 22:43 . [2020-12-04T22:43:54.429Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 4 22:41 .. [2020-12-04T22:43:54.429Z] -rw-rw-r-- 1 jenkins jenkins 119 Dec 4 22:41 .dockerignore [2020-12-04T22:43:54.429Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 4 22:41 .git [2020-12-04T22:43:54.429Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 4 22:41 .github [2020-12-04T22:43:54.429Z] -rw-rw-r-- 1 jenkins jenkins 93 Dec 4 22:41 .gitignore [2020-12-04T22:43:54.429Z] -rw-rw-r-- 1 jenkins jenkins 6568 Dec 4 22:41 Attribution.txt [2020-12-04T22:43:54.429Z] -rw-rw-r-- 1 jenkins jenkins 2002 Dec 4 22:41 Dockerfile [2020-12-04T22:43:54.429Z] -rw-rw-r-- 1 jenkins jenkins 966 Dec 4 22:41 Dockerfile.build [2020-12-04T22:43:54.429Z] -rw-rw-r-- 1 jenkins jenkins 687 Dec 4 22:41 Jenkinsfile [2020-12-04T22:43:54.429Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 4 22:41 LICENSE [2020-12-04T22:43:54.429Z] -rw-rw-r-- 1 jenkins jenkins 1277 Dec 4 22:41 README.md [2020-12-04T22:43:54.429Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 4 22:39 VERSION [2020-12-04T22:43:54.429Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 4 22:41 bin [2020-12-04T22:43:54.429Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 4 22:42 coverage.out [2020-12-04T22:43:54.429Z] -rw-r--r-- 1 jenkins jenkins 132 Dec 4 22:43 go.mod [2020-12-04T22:43:54.429Z] -rw-r--r-- 1 jenkins jenkins 19665 Dec 4 22:43 go.sum [2020-12-04T22:43:54.429Z] -rw-rw-r-- 1 jenkins jenkins 1519 Dec 4 22:41 main.go [2020-12-04T22:43:54.429Z] -rw-rw-r-- 1 jenkins jenkins 1573 Dec 4 22:41 makefile [2020-12-04T22:43:54.429Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 4 22:41 res [2020-12-04T22:43:54.429Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 4 22:41 snap [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:43:54.881Z] + 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=7f47c9eff9bdccc396688e395d48b7e5029db660 --label arch=arm64 --label version=2.0.0-dev.1 . [2020-12-04T22:43:54.881Z] Sending build context to Docker daemon 120.3kB [2020-12-04T22:43:55.157Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-12-04T22:43:55.157Z] Step 2/27 : FROM ${BASE} AS builder [2020-12-04T22:43:55.157Z] ---> e1b8bafe5ee1 [2020-12-04T22:43:55.157Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-12-04T22:43:55.432Z] ---> Running in 348b000db0b8 [2020-12-04T22:43:56.032Z] Removing intermediate container 348b000db0b8 [2020-12-04T22:43:56.032Z] ---> 87bbb9a59268 [2020-12-04T22:43:56.032Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-12-04T22:43:56.032Z] ---> Running in baee57f51255 [2020-12-04T22:43:56.628Z] Removing intermediate container baee57f51255 [2020-12-04T22:43:56.628Z] ---> 1e7972a458fd [2020-12-04T22:43:56.628Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T22:43:56.628Z] ---> Running in 0709f9a6f5de [2020-12-04T22:43:57.226Z] Removing intermediate container 0709f9a6f5de [2020-12-04T22:43:57.226Z] ---> 3077ebe7ee6b [2020-12-04T22:43:57.226Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T22:43:57.226Z] ---> Running in 1e3fc7b176ee [2020-12-04T22:43:59.211Z] Removing intermediate container 1e3fc7b176ee [2020-12-04T22:43:59.211Z] ---> 36cb01772d57 [2020-12-04T22:43:59.211Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-04T22:43:59.486Z] ---> Running in 3914cae98dd4 [2020-12-04T22:44:00.279Z] Removing intermediate container 6d4de6335538 [2020-12-04T22:44:00.279Z] ---> 1c248ff79188 [2020-12-04T22:44:00.279Z] Step 14/27 : FROM alpine:latest [2020-12-04T22:44:00.279Z] latest: Pulling from library/alpine [2020-12-04T22:44:00.279Z] 188c0c94c7c5: Already exists [2020-12-04T22:44:00.279Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-04T22:44:00.279Z] Status: Downloaded newer image for alpine:latest [2020-12-04T22:44:00.279Z] ---> d6e46aa2470d [2020-12-04T22:44:00.279Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T22:44:00.279Z] ---> Running in 77683b7152ff [2020-12-04T22:44:00.279Z] Removing intermediate container 77683b7152ff [2020-12-04T22:44:00.279Z] ---> 256e17c46d27 [2020-12-04T22:44:00.279Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-12-04T22:44:00.279Z] ---> Running in 1168501e4e78 [2020-12-04T22:44:00.279Z] Removing intermediate container 1168501e4e78 [2020-12-04T22:44:00.279Z] ---> da6471e9052c [2020-12-04T22:44:00.279Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-12-04T22:44:00.279Z] ---> Running in a7c8979c4054 [2020-12-04T22:44:00.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T22:44:00.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T22:44:00.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T22:44:00.807Z] (1/6) Installing ca-certificates (20191127-r4) [2020-12-04T22:44:00.807Z] (2/6) Installing libgcc (9.3.0-r2) [2020-12-04T22:44:00.807Z] (3/6) Installing libsodium (1.0.18-r0) [2020-12-04T22:44:00.807Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-12-04T22:44:00.807Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-04T22:44:01.078Z] (6/6) Installing zeromq (4.3.3-r0) [2020-12-04T22:44:01.078Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T22:44:01.078Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T22:44:01.078Z] OK: 9 MiB in 20 packages [2020-12-04T22:44:01.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T22:44:02.052Z] OK: 144 MiB in 45 packages [2020-12-04T22:44:02.475Z] Removing intermediate container a7c8979c4054 [2020-12-04T22:44:02.475Z] ---> 0ac7855c4f53 [2020-12-04T22:44:02.475Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-12-04T22:44:02.738Z] ---> c97961fe909b [2020-12-04T22:44:02.738Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-12-04T22:44:03.003Z] ---> e350b7b7f401 [2020-12-04T22:44:03.003Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-12-04T22:44:03.266Z] ---> dff69948c62e [2020-12-04T22:44:03.266Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-12-04T22:44:03.490Z] Removing intermediate container 3914cae98dd4 [2020-12-04T22:44:03.490Z] ---> a13f7f43b064 [2020-12-04T22:44:03.490Z] Step 8/27 : WORKDIR /app [2020-12-04T22:44:03.490Z] ---> Running in caa724ca1efe [2020-12-04T22:44:04.091Z] Removing intermediate container caa724ca1efe [2020-12-04T22:44:04.091Z] ---> 650d2dc3a399 [2020-12-04T22:44:04.091Z] Step 9/27 : COPY go.mod . [2020-12-04T22:44:04.213Z] ---> c14986fee990 [2020-12-04T22:44:04.214Z] Step 22/27 : EXPOSE 48095 [2020-12-04T22:44:04.214Z] ---> Running in 44c1d0c09f87 [2020-12-04T22:44:04.214Z] Removing intermediate container 44c1d0c09f87 [2020-12-04T22:44:04.214Z] ---> 8ae6bf9d75df [2020-12-04T22:44:04.214Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-12-04T22:44:04.214Z] ---> Running in 02ec44c42327 [2020-12-04T22:44:04.479Z] Removing intermediate container 02ec44c42327 [2020-12-04T22:44:04.479Z] ---> 441e2e67b310 [2020-12-04T22:44:04.479Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T22:44:04.479Z] ---> Running in e1355c403a2a [2020-12-04T22:44:04.691Z] ---> 36c91aee120c [2020-12-04T22:44:04.691Z] Step 10/27 : RUN go mod download [2020-12-04T22:44:04.691Z] ---> Running in e7dce292bee9 [2020-12-04T22:44:04.742Z] Removing intermediate container e1355c403a2a [2020-12-04T22:44:04.742Z] ---> ecd2b6da7703 [2020-12-04T22:44:04.742Z] Step 25/27 : LABEL arch=amd64 [2020-12-04T22:44:04.742Z] ---> Running in 404ed0b25967 [2020-12-04T22:44:05.005Z] Removing intermediate container 404ed0b25967 [2020-12-04T22:44:05.005Z] ---> 016a1521228b [2020-12-04T22:44:05.005Z] Step 26/27 : LABEL git_sha=7f47c9eff9bdccc396688e395d48b7e5029db660 [2020-12-04T22:44:05.005Z] ---> Running in 80b5f813efe4 [2020-12-04T22:44:05.268Z] Removing intermediate container 80b5f813efe4 [2020-12-04T22:44:05.268Z] ---> f674c3e938aa [2020-12-04T22:44:05.268Z] Step 27/27 : LABEL version=2.0.0-dev.1 [2020-12-04T22:44:05.268Z] ---> Running in b1b5b6674793 [2020-12-04T22:44:05.268Z] Removing intermediate container b1b5b6674793 [2020-12-04T22:44:05.268Z] ---> 033b50a23df9 [2020-12-04T22:44:05.268Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-04T22:44:05.268Z] Successfully built 033b50a23df9 [2020-12-04T22:44:05.268Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T22:44:06.060Z] provisioning config files... [2020-12-04T22:44:06.089Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/64@tmp/config220249979732815052tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:44:06.457Z] ---> docker-login.sh [2020-12-04T22:44:06.457Z] nexus3.edgexfoundry.org:10001 [2020-12-04T22:44:06.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:44:06.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:44:06.720Z] Configure a credential helper to remove this warning. See [2020-12-04T22:44:06.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:44:06.720Z] [2020-12-04T22:44:06.720Z] Login Succeeded [2020-12-04T22:44:06.720Z] nexus3.edgexfoundry.org:10002 [2020-12-04T22:44:06.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:44:06.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:44:06.720Z] Configure a credential helper to remove this warning. See [2020-12-04T22:44:06.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:44:06.720Z] [2020-12-04T22:44:06.720Z] Login Succeeded [2020-12-04T22:44:06.985Z] nexus3.edgexfoundry.org:10003 [2020-12-04T22:44:06.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:44:06.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:44:06.985Z] Configure a credential helper to remove this warning. See [2020-12-04T22:44:06.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:44:06.985Z] [2020-12-04T22:44:06.985Z] Login Succeeded [2020-12-04T22:44:06.985Z] nexus3.edgexfoundry.org:10004 [2020-12-04T22:44:07.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:44:07.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:44:07.250Z] Configure a credential helper to remove this warning. See [2020-12-04T22:44:07.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:44:07.250Z] [2020-12-04T22:44:07.250Z] Login Succeeded [2020-12-04T22:44:07.250Z] docker.io [2020-12-04T22:44:07.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:44:07.309Z] Removing intermediate container e7dce292bee9 [2020-12-04T22:44:07.309Z] ---> e5c76324ef62 [2020-12-04T22:44:07.309Z] Step 11/27 : COPY . . [2020-12-04T22:44:07.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:44:07.513Z] Configure a credential helper to remove this warning. See [2020-12-04T22:44:07.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:44:07.513Z] [2020-12-04T22:44:07.513Z] Login Succeeded [2020-12-04T22:44:07.513Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T22:44:07.526Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T22:44:07.742Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-12-04T22:44:07.742Z] 7f47c9eff9bdccc396688e395d48b7e5029db660 [2020-12-04T22:44:07.742Z] latest [2020-12-04T22:44:07.742Z] 2.0.0-dev.1 [2020-12-04T22:44:07.742Z] 7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 [2020-12-04T22:44:07.742Z] master [2020-12-04T22:44:07.742Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-04T22:44:07.909Z] ---> 73e339edb355 [2020-12-04T22:44:07.909Z] Step 12/27 : ARG MAKE="make build" [2020-12-04T22:44:07.909Z] ---> Running in 3d4d4b5a3d9c [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:44:08.273Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:44:08.508Z] Removing intermediate container 3d4d4b5a3d9c [2020-12-04T22:44:08.508Z] ---> 57d86f06f8d1 [2020-12-04T22:44:08.508Z] Step 13/27 : RUN $MAKE [2020-12-04T22:44:08.508Z] ---> Running in c13ef7f1ecdc [2020-12-04T22:44:08.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660 [2020-12-04T22:44:08.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-04T22:44:08.583Z] 0a940f08c1d9: Preparing [2020-12-04T22:44:08.583Z] 534136c5aee5: Preparing [2020-12-04T22:44:08.583Z] 6d7bf7c8759d: Preparing [2020-12-04T22:44:08.583Z] f5a3bf1cfc27: Preparing [2020-12-04T22:44:08.583Z] c9c38e360358: Preparing [2020-12-04T22:44:08.583Z] ace0eda3e3be: Preparing [2020-12-04T22:44:08.583Z] ace0eda3e3be: Waiting [2020-12-04T22:44:08.846Z] 6d7bf7c8759d: Pushed [2020-12-04T22:44:08.846Z] f5a3bf1cfc27: Pushed [2020-12-04T22:44:08.846Z] 534136c5aee5: Pushed [2020-12-04T22:44:08.846Z] ace0eda3e3be: Layer already exists [2020-12-04T22:44:09.109Z] c9c38e360358: Pushed [2020-12-04T22:44:09.948Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.1" -o app-service-configurable [2020-12-04T22:44:10.508Z] 0a940f08c1d9: Pushed [2020-12-04T22:44:10.771Z] 7f47c9eff9bdccc396688e395d48b7e5029db660: digest: sha256:ba1fdf0a8010e570a9a2c08c0191be3387a7e711fd57d5097d9729d8515c6efc size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:44:11.075Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:44:11.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-12-04T22:44:11.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-04T22:44:11.376Z] 0a940f08c1d9: Preparing [2020-12-04T22:44:11.376Z] 534136c5aee5: Preparing [2020-12-04T22:44:11.376Z] 6d7bf7c8759d: Preparing [2020-12-04T22:44:11.376Z] f5a3bf1cfc27: Preparing [2020-12-04T22:44:11.376Z] c9c38e360358: Preparing [2020-12-04T22:44:11.376Z] ace0eda3e3be: Preparing [2020-12-04T22:44:11.376Z] ace0eda3e3be: Waiting [2020-12-04T22:44:11.376Z] 0a940f08c1d9: Layer already exists [2020-12-04T22:44:11.376Z] f5a3bf1cfc27: Layer already exists [2020-12-04T22:44:11.376Z] c9c38e360358: Layer already exists [2020-12-04T22:44:11.376Z] 6d7bf7c8759d: Layer already exists [2020-12-04T22:44:11.376Z] 534136c5aee5: Layer already exists [2020-12-04T22:44:11.376Z] ace0eda3e3be: Layer already exists [2020-12-04T22:44:11.637Z] latest: digest: sha256:ba1fdf0a8010e570a9a2c08c0191be3387a7e711fd57d5097d9729d8515c6efc size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:44:11.949Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:44:12.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.1 [2020-12-04T22:44:12.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-04T22:44:12.256Z] 0a940f08c1d9: Preparing [2020-12-04T22:44:12.256Z] 534136c5aee5: Preparing [2020-12-04T22:44:12.256Z] 6d7bf7c8759d: Preparing [2020-12-04T22:44:12.256Z] f5a3bf1cfc27: Preparing [2020-12-04T22:44:12.256Z] c9c38e360358: Preparing [2020-12-04T22:44:12.256Z] ace0eda3e3be: Preparing [2020-12-04T22:44:12.256Z] ace0eda3e3be: Waiting [2020-12-04T22:44:12.256Z] 0a940f08c1d9: Layer already exists [2020-12-04T22:44:12.256Z] c9c38e360358: Layer already exists [2020-12-04T22:44:12.256Z] f5a3bf1cfc27: Layer already exists [2020-12-04T22:44:12.256Z] 6d7bf7c8759d: Layer already exists [2020-12-04T22:44:12.256Z] 534136c5aee5: Layer already exists [2020-12-04T22:44:12.256Z] ace0eda3e3be: Layer already exists [2020-12-04T22:44:12.256Z] 2.0.0-dev.1: digest: sha256:ba1fdf0a8010e570a9a2c08c0191be3387a7e711fd57d5097d9729d8515c6efc size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:44:12.573Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:44:12.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 [2020-12-04T22:44:12.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-04T22:44:12.875Z] 0a940f08c1d9: Preparing [2020-12-04T22:44:12.875Z] 534136c5aee5: Preparing [2020-12-04T22:44:12.875Z] 6d7bf7c8759d: Preparing [2020-12-04T22:44:12.875Z] f5a3bf1cfc27: Preparing [2020-12-04T22:44:12.875Z] c9c38e360358: Preparing [2020-12-04T22:44:12.875Z] ace0eda3e3be: Preparing [2020-12-04T22:44:12.875Z] ace0eda3e3be: Waiting [2020-12-04T22:44:12.875Z] 534136c5aee5: Layer already exists [2020-12-04T22:44:12.875Z] c9c38e360358: Layer already exists [2020-12-04T22:44:12.875Z] 0a940f08c1d9: Layer already exists [2020-12-04T22:44:12.875Z] f5a3bf1cfc27: Layer already exists [2020-12-04T22:44:12.875Z] 6d7bf7c8759d: Layer already exists [2020-12-04T22:44:12.875Z] ace0eda3e3be: Layer already exists [2020-12-04T22:44:12.875Z] 7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1: digest: sha256:ba1fdf0a8010e570a9a2c08c0191be3387a7e711fd57d5097d9729d8515c6efc size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:44:13.188Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:44:13.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-12-04T22:44:13.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-04T22:44:13.506Z] 0a940f08c1d9: Preparing [2020-12-04T22:44:13.506Z] 534136c5aee5: Preparing [2020-12-04T22:44:13.506Z] 6d7bf7c8759d: Preparing [2020-12-04T22:44:13.506Z] f5a3bf1cfc27: Preparing [2020-12-04T22:44:13.506Z] c9c38e360358: Preparing [2020-12-04T22:44:13.506Z] ace0eda3e3be: Preparing [2020-12-04T22:44:13.506Z] ace0eda3e3be: Waiting [2020-12-04T22:44:13.506Z] c9c38e360358: Layer already exists [2020-12-04T22:44:13.506Z] 6d7bf7c8759d: Layer already exists [2020-12-04T22:44:13.506Z] 534136c5aee5: Layer already exists [2020-12-04T22:44:13.506Z] 0a940f08c1d9: Layer already exists [2020-12-04T22:44:13.506Z] f5a3bf1cfc27: Layer already exists [2020-12-04T22:44:13.506Z] ace0eda3e3be: Layer already exists [2020-12-04T22:44:13.506Z] master: digest: sha256:ba1fdf0a8010e570a9a2c08c0191be3387a7e711fd57d5097d9729d8515c6efc size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T22:44:13.877Z] ===================================================== [Pipeline] echo [2020-12-04T22:44:13.932Z] taggedImages: [2020-12-04T22:44:13.932Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660 [2020-12-04T22:44:13.932Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-12-04T22:44:13.932Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.1 [2020-12-04T22:44:13.932Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 [2020-12-04T22:44:13.932Z] - 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] } [2020-12-04T22:44:56.959Z] Removing intermediate container c13ef7f1ecdc [2020-12-04T22:44:56.959Z] ---> 243d8931aea2 [2020-12-04T22:44:56.959Z] Step 14/27 : FROM alpine:latest [2020-12-04T22:44:56.959Z] latest: Pulling from library/alpine [2020-12-04T22:44:56.959Z] 5f621e34cdf4: Already exists [2020-12-04T22:44:56.959Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-04T22:44:56.959Z] Status: Downloaded newer image for alpine:latest [2020-12-04T22:44:56.959Z] ---> 2e77e061c27f [2020-12-04T22:44:56.959Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T22:44:56.959Z] ---> Running in d5a7440d1f70 [2020-12-04T22:44:56.959Z] Removing intermediate container d5a7440d1f70 [2020-12-04T22:44:56.959Z] ---> e06c7b669ba2 [2020-12-04T22:44:56.959Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-12-04T22:44:56.959Z] ---> Running in 09adf9c56976 [2020-12-04T22:44:56.959Z] Removing intermediate container 09adf9c56976 [2020-12-04T22:44:56.959Z] ---> efef94165d83 [2020-12-04T22:44:56.959Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-12-04T22:44:57.236Z] ---> Running in fcdcdcda38a5 [2020-12-04T22:44:58.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T22:44:58.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T22:44:59.083Z] (1/6) Installing ca-certificates (20191127-r4) [2020-12-04T22:44:59.083Z] (2/6) Installing libgcc (9.3.0-r2) [2020-12-04T22:44:59.083Z] (3/6) Installing libsodium (1.0.18-r0) [2020-12-04T22:44:59.083Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-12-04T22:44:59.083Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-04T22:44:59.083Z] (6/6) Installing zeromq (4.3.3-r0) [2020-12-04T22:44:59.356Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T22:44:59.356Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T22:44:59.356Z] OK: 9 MiB in 20 packages [2020-12-04T22:45:01.328Z] Removing intermediate container fcdcdcda38a5 [2020-12-04T22:45:01.328Z] ---> d432f27fc134 [2020-12-04T22:45:01.328Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-12-04T22:45:01.931Z] ---> c1d5a72e3407 [2020-12-04T22:45:01.931Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-12-04T22:45:02.535Z] ---> f765ed573f0e [2020-12-04T22:45:02.535Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-12-04T22:45:03.519Z] ---> 5aa5ec6b4810 [2020-12-04T22:45:03.519Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-12-04T22:45:04.959Z] ---> ec5da541a34d [2020-12-04T22:45:04.959Z] Step 22/27 : EXPOSE 48095 [2020-12-04T22:45:05.232Z] ---> Running in 25378b90885e [2020-12-04T22:45:05.504Z] Removing intermediate container 25378b90885e [2020-12-04T22:45:05.504Z] ---> 6e1f706c688c [2020-12-04T22:45:05.504Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-12-04T22:45:05.776Z] ---> Running in deb9ba7a3164 [2020-12-04T22:45:06.049Z] Removing intermediate container deb9ba7a3164 [2020-12-04T22:45:06.049Z] ---> 28562ed8074b [2020-12-04T22:45:06.049Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T22:45:06.322Z] ---> Running in 74000157f50f [2020-12-04T22:45:06.595Z] Removing intermediate container 74000157f50f [2020-12-04T22:45:06.596Z] ---> 4e5fe932bec2 [2020-12-04T22:45:06.596Z] Step 25/27 : LABEL arch=arm64 [2020-12-04T22:45:06.868Z] ---> Running in ef185565df8a [2020-12-04T22:45:07.470Z] Removing intermediate container ef185565df8a [2020-12-04T22:45:07.470Z] ---> 24cd9aa94d4d [2020-12-04T22:45:07.470Z] Step 26/27 : LABEL git_sha=7f47c9eff9bdccc396688e395d48b7e5029db660 [2020-12-04T22:45:07.470Z] ---> Running in 78db396a2b95 [2020-12-04T22:45:08.076Z] Removing intermediate container 78db396a2b95 [2020-12-04T22:45:08.076Z] ---> 5a66a6ed02a9 [2020-12-04T22:45:08.076Z] Step 27/27 : LABEL version=2.0.0-dev.1 [2020-12-04T22:45:08.076Z] ---> Running in 7076f9d3e201 [2020-12-04T22:45:08.674Z] Removing intermediate container 7076f9d3e201 [2020-12-04T22:45:08.674Z] ---> 6d7478df582c [2020-12-04T22:45:08.674Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-04T22:45:08.674Z] Successfully built 6d7478df582c [2020-12-04T22:45:08.674Z] 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-12-04T22:45:09.136Z] provisioning config files... [2020-12-04T22:45:09.172Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/64@tmp/config8075350916523359378tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:45:09.602Z] ---> docker-login.sh [2020-12-04T22:45:09.602Z] nexus3.edgexfoundry.org:10001 [2020-12-04T22:45:09.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:45:09.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:45:09.880Z] Configure a credential helper to remove this warning. See [2020-12-04T22:45:09.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:45:09.880Z] [2020-12-04T22:45:09.880Z] Login Succeeded [2020-12-04T22:45:10.155Z] nexus3.edgexfoundry.org:10002 [2020-12-04T22:45:10.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:45:10.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:45:10.706Z] Configure a credential helper to remove this warning. See [2020-12-04T22:45:10.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:45:10.706Z] [2020-12-04T22:45:10.706Z] Login Succeeded [2020-12-04T22:45:10.706Z] nexus3.edgexfoundry.org:10003 [2020-12-04T22:45:10.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:45:11.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:45:11.256Z] Configure a credential helper to remove this warning. See [2020-12-04T22:45:11.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:45:11.256Z] [2020-12-04T22:45:11.256Z] Login Succeeded [2020-12-04T22:45:11.256Z] nexus3.edgexfoundry.org:10004 [2020-12-04T22:45:11.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:45:11.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:45:11.805Z] Configure a credential helper to remove this warning. See [2020-12-04T22:45:11.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:45:11.805Z] [2020-12-04T22:45:11.805Z] Login Succeeded [2020-12-04T22:45:11.805Z] docker.io [2020-12-04T22:45:12.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T22:45:12.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T22:45:12.676Z] Configure a credential helper to remove this warning. See [2020-12-04T22:45:12.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T22:45:12.676Z] [2020-12-04T22:45:12.676Z] Login Succeeded [2020-12-04T22:45:12.676Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T22:45:12.692Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T22:45:12.932Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-12-04T22:45:12.932Z] 7f47c9eff9bdccc396688e395d48b7e5029db660 [2020-12-04T22:45:12.932Z] latest [2020-12-04T22:45:12.932Z] 2.0.0-dev.1 [2020-12-04T22:45:12.932Z] 7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 [2020-12-04T22:45:12.932Z] master [2020-12-04T22:45:12.932Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:45:13.526Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7f47c9eff9bdccc396688e395d48b7e5029db660 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:45:13.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7f47c9eff9bdccc396688e395d48b7e5029db660 [2020-12-04T22:45:13.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-12-04T22:45:13.869Z] 5bce5bb2be6c: Preparing [2020-12-04T22:45:13.869Z] 744d949d353d: Preparing [2020-12-04T22:45:13.869Z] cdf13ada902f: Preparing [2020-12-04T22:45:13.869Z] aef4d26b3d3b: Preparing [2020-12-04T22:45:13.869Z] 82b7b0432f73: Preparing [2020-12-04T22:45:13.869Z] cd3761cfa1d9: Preparing [2020-12-04T22:45:13.869Z] cd3761cfa1d9: Waiting [2020-12-04T22:45:14.468Z] 744d949d353d: Pushed [2020-12-04T22:45:14.468Z] cdf13ada902f: Pushed [2020-12-04T22:45:14.468Z] aef4d26b3d3b: Pushed [2020-12-04T22:45:14.468Z] cd3761cfa1d9: Layer already exists [2020-12-04T22:45:15.069Z] 82b7b0432f73: Pushed [2020-12-04T22:45:18.446Z] 5bce5bb2be6c: Pushed [2020-12-04T22:45:18.446Z] 7f47c9eff9bdccc396688e395d48b7e5029db660: digest: sha256:2b7b018c1963f38aa232c968a646f9a9ec9519d977bd70856ec9c4d6ad014a8c size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:45:18.787Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:45:19.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-12-04T22:45:19.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-12-04T22:45:19.122Z] 5bce5bb2be6c: Preparing [2020-12-04T22:45:19.122Z] 744d949d353d: Preparing [2020-12-04T22:45:19.122Z] cdf13ada902f: Preparing [2020-12-04T22:45:19.122Z] aef4d26b3d3b: Preparing [2020-12-04T22:45:19.122Z] 82b7b0432f73: Preparing [2020-12-04T22:45:19.122Z] cd3761cfa1d9: Preparing [2020-12-04T22:45:19.122Z] cd3761cfa1d9: Waiting [2020-12-04T22:45:19.396Z] cdf13ada902f: Layer already exists [2020-12-04T22:45:19.396Z] aef4d26b3d3b: Layer already exists [2020-12-04T22:45:19.396Z] 744d949d353d: Layer already exists [2020-12-04T22:45:19.396Z] 5bce5bb2be6c: Layer already exists [2020-12-04T22:45:19.396Z] 82b7b0432f73: Layer already exists [2020-12-04T22:45:19.396Z] cd3761cfa1d9: Layer already exists [2020-12-04T22:45:19.396Z] latest: digest: sha256:2b7b018c1963f38aa232c968a646f9a9ec9519d977bd70856ec9c4d6ad014a8c size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:45:19.741Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:45:20.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.1 [2020-12-04T22:45:20.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-12-04T22:45:20.080Z] 5bce5bb2be6c: Preparing [2020-12-04T22:45:20.080Z] 744d949d353d: Preparing [2020-12-04T22:45:20.080Z] cdf13ada902f: Preparing [2020-12-04T22:45:20.080Z] aef4d26b3d3b: Preparing [2020-12-04T22:45:20.080Z] 82b7b0432f73: Preparing [2020-12-04T22:45:20.080Z] cd3761cfa1d9: Preparing [2020-12-04T22:45:20.080Z] cd3761cfa1d9: Waiting [2020-12-04T22:45:20.360Z] cdf13ada902f: Layer already exists [2020-12-04T22:45:20.360Z] 82b7b0432f73: Layer already exists [2020-12-04T22:45:20.360Z] 5bce5bb2be6c: Layer already exists [2020-12-04T22:45:20.360Z] aef4d26b3d3b: Layer already exists [2020-12-04T22:45:20.360Z] 744d949d353d: Layer already exists [2020-12-04T22:45:20.360Z] cd3761cfa1d9: Layer already exists [2020-12-04T22:45:20.360Z] 2.0.0-dev.1: digest: sha256:2b7b018c1963f38aa232c968a646f9a9ec9519d977bd70856ec9c4d6ad014a8c size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:45:20.701Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:45:21.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 [2020-12-04T22:45:21.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-12-04T22:45:21.037Z] 5bce5bb2be6c: Preparing [2020-12-04T22:45:21.037Z] 744d949d353d: Preparing [2020-12-04T22:45:21.037Z] cdf13ada902f: Preparing [2020-12-04T22:45:21.037Z] aef4d26b3d3b: Preparing [2020-12-04T22:45:21.037Z] 82b7b0432f73: Preparing [2020-12-04T22:45:21.037Z] cd3761cfa1d9: Preparing [2020-12-04T22:45:21.037Z] cd3761cfa1d9: Waiting [2020-12-04T22:45:21.037Z] 744d949d353d: Layer already exists [2020-12-04T22:45:21.037Z] aef4d26b3d3b: Layer already exists [2020-12-04T22:45:21.037Z] cdf13ada902f: Layer already exists [2020-12-04T22:45:21.037Z] 82b7b0432f73: Layer already exists [2020-12-04T22:45:21.037Z] 5bce5bb2be6c: Layer already exists [2020-12-04T22:45:21.308Z] cd3761cfa1d9: Layer already exists [2020-12-04T22:45:21.308Z] 7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1: digest: sha256:2b7b018c1963f38aa232c968a646f9a9ec9519d977bd70856ec9c4d6ad014a8c size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:45:21.648Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:45:21.992Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-12-04T22:45:21.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-12-04T22:45:21.992Z] 5bce5bb2be6c: Preparing [2020-12-04T22:45:21.992Z] 744d949d353d: Preparing [2020-12-04T22:45:21.992Z] cdf13ada902f: Preparing [2020-12-04T22:45:21.992Z] aef4d26b3d3b: Preparing [2020-12-04T22:45:21.992Z] 82b7b0432f73: Preparing [2020-12-04T22:45:21.992Z] cd3761cfa1d9: Preparing [2020-12-04T22:45:21.992Z] cd3761cfa1d9: Waiting [2020-12-04T22:45:21.992Z] 82b7b0432f73: Layer already exists [2020-12-04T22:45:22.262Z] 5bce5bb2be6c: Layer already exists [2020-12-04T22:45:22.262Z] cdf13ada902f: Layer already exists [2020-12-04T22:45:22.262Z] aef4d26b3d3b: Layer already exists [2020-12-04T22:45:22.262Z] 744d949d353d: Layer already exists [2020-12-04T22:45:22.262Z] cd3761cfa1d9: Layer already exists [2020-12-04T22:45:22.262Z] master: digest: sha256:2b7b018c1963f38aa232c968a646f9a9ec9519d977bd70856ec9c4d6ad014a8c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T22:45:22.501Z] ===================================================== [Pipeline] echo [2020-12-04T22:45:22.563Z] taggedImages: [2020-12-04T22:45:22.563Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7f47c9eff9bdccc396688e395d48b7e5029db660 [2020-12-04T22:45:22.563Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-12-04T22:45:22.563Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.1 [2020-12-04T22:45:22.563Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 [2020-12-04T22:45:22.563Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-04T22:45:24.193Z] provisioning config files... [2020-12-04T22:45:24.221Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config5341829698427729644tmp [Pipeline] { [Pipeline] sh [2020-12-04T22:45:24.662Z] + set +x [2020-12-04T22:45:24.663Z] + bash -s -- [2020-12-04T22:45:24.663Z] + curl -s https://codecov.io/bash [2020-12-04T22:45:24.931Z] [2020-12-04T22:45:24.931Z] _____ _ [2020-12-04T22:45:24.931Z] / ____| | | [2020-12-04T22:45:24.931Z] | | ___ __| | ___ ___ _____ __ [2020-12-04T22:45:24.931Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-04T22:45:24.931Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-04T22:45:24.931Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-04T22:45:24.931Z] Bash-20201130-cc6d3fe [2020-12-04T22:45:24.931Z] [2020-12-04T22:45:24.931Z] [2020-12-04T22:45:24.931Z] ==> Jenkins CI detected. [2020-12-04T22:45:24.931Z] project root: . [2020-12-04T22:45:24.931Z] --> token set from env [2020-12-04T22:45:24.931Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-04T22:45:24.931Z] ==> Running gcov in . (disable via -X gcov) [2020-12-04T22:45:24.931Z] ==> Python coveragepy not found [2020-12-04T22:45:24.931Z] ==> Searching for coverage reports in: [2020-12-04T22:45:24.931Z] + . [2020-12-04T22:45:25.243Z] -> Found 1 reports [2020-12-04T22:45:25.243Z] ==> Detecting git/mercurial file structure [2020-12-04T22:45:25.243Z] ==> Reading reports [2020-12-04T22:45:25.243Z] + ./coverage.out bytes=10 [2020-12-04T22:45:25.243Z] ==> Appending adjustments [2020-12-04T22:45:25.243Z] https://docs.codecov.io/docs/fixing-reports [2020-12-04T22:45:25.243Z] + Found adjustments [2020-12-04T22:45:25.243Z] ==> Gzipping contents [2020-12-04T22:45:25.243Z] 4.0K /tmp/codecov.wf3tY3.gz [2020-12-04T22:45:25.243Z] ==> Uploading reports [2020-12-04T22:45:25.243Z] url: https://codecov.io [2020-12-04T22:45:25.243Z] query: branch=master&commit=7f47c9eff9bdccc396688e395d48b7e5029db660&build=64&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F64%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-04T22:45:25.243Z] -> Pinging Codecov [2020-12-04T22:45:25.243Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=7f47c9eff9bdccc396688e395d48b7e5029db660&build=64&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F64%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-04T22:45:25.836Z] -> Uploading to [2020-12-04T22:45:25.836Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-04/A97CA9966030D2A3747ED39772930CCE/7f47c9eff9bdccc396688e395d48b7e5029db660/a6665183-90ad-4844-97cd-39f55a71034d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201204T224525Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=066e314c51d2387c092be41b861a9bbad74f7bb30c3b17ee31e7b761e7736239 [2020-12-04T22:45:25.836Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T22:45:25.836Z] Dload Upload Total Spent Left Speed [2020-12-04T22:45:26.188Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 813 --:--:-- --:--:-- --:--:-- 812 [2020-12-04T22:45:26.188Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7f47c9eff9bdccc396688e395d48b7e5029db660 [Pipeline] } [2020-12-04T22:45:26.189Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-04T22:45:27.125Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-04T22:45:27.186Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:45:27.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T22:45:27.894Z] [2020-12-04T22:45:27.894Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:45:28.275Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T22:45:28.275Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-04T22:45:28.275Z] 188c0c94c7c5: Pulling fs layer [2020-12-04T22:45:28.275Z] 0ef7d3d256c8: Pulling fs layer [2020-12-04T22:45:28.275Z] de9db76c5a1d: Pulling fs layer [2020-12-04T22:45:28.275Z] 0eba1c9be4d2: Pulling fs layer [2020-12-04T22:45:28.275Z] 0d57e429df01: Pulling fs layer [2020-12-04T22:45:28.275Z] 4e4be7b47b0d: Pulling fs layer [2020-12-04T22:45:28.275Z] e1f770b5df2f: Pulling fs layer [2020-12-04T22:45:28.275Z] 85a0685a4137: Pulling fs layer [2020-12-04T22:45:28.275Z] 0d57e429df01: Waiting [2020-12-04T22:45:28.275Z] 4e4be7b47b0d: Waiting [2020-12-04T22:45:28.275Z] e1f770b5df2f: Waiting [2020-12-04T22:45:28.275Z] 85a0685a4137: Waiting [2020-12-04T22:45:28.276Z] 0eba1c9be4d2: Waiting [2020-12-04T22:45:28.276Z] de9db76c5a1d: Verifying Checksum [2020-12-04T22:45:28.276Z] de9db76c5a1d: Download complete [2020-12-04T22:45:28.276Z] 0ef7d3d256c8: Verifying Checksum [2020-12-04T22:45:28.276Z] 0ef7d3d256c8: Download complete [2020-12-04T22:45:28.550Z] 0d57e429df01: Verifying Checksum [2020-12-04T22:45:28.550Z] 0d57e429df01: Download complete [2020-12-04T22:45:28.550Z] 4e4be7b47b0d: Verifying Checksum [2020-12-04T22:45:28.550Z] 4e4be7b47b0d: Download complete [2020-12-04T22:45:28.550Z] 188c0c94c7c5: Verifying Checksum [2020-12-04T22:45:29.164Z] 188c0c94c7c5: Pull complete [2020-12-04T22:45:29.812Z] 0ef7d3d256c8: Pull complete [2020-12-04T22:45:30.091Z] de9db76c5a1d: Pull complete [2020-12-04T22:45:30.705Z] e1f770b5df2f: Verifying Checksum [2020-12-04T22:45:30.705Z] e1f770b5df2f: Download complete [2020-12-04T22:45:36.444Z] 85a0685a4137: Verifying Checksum [2020-12-04T22:45:36.444Z] 85a0685a4137: Download complete [2020-12-04T22:45:36.444Z] 0eba1c9be4d2: Verifying Checksum [2020-12-04T22:45:36.444Z] 0eba1c9be4d2: Download complete [2020-12-04T22:45:48.937Z] 0eba1c9be4d2: Pull complete [2020-12-04T22:45:48.937Z] 0d57e429df01: Pull complete [2020-12-04T22:45:48.937Z] 4e4be7b47b0d: Pull complete [2020-12-04T22:45:50.395Z] e1f770b5df2f: Pull complete [2020-12-04T22:46:03.029Z] 85a0685a4137: Pull complete [2020-12-04T22:46:03.029Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-04T22:46:03.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T22:46:03.029Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-04T22:46:03.525Z] prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container [2020-12-04T22:46:03.598Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T22:46:05.181Z] $ docker top d6589be451f8b1417cd1bd8943cba8593f78af1f46c9e4360d9e988084318f0b -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-04T22:46:05.695Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-04T22:46:06.031Z] + set -o pipefail [2020-12-04T22:46:06.031Z] + snyk monitor '--org=edgex-jenkins' [2020-12-04T22:46:33.084Z] [2020-12-04T22:46:33.084Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-12-04T22:46:33.084Z] [2020-12-04T22:46:33.084Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/fb104aef-e070-4afb-ba8f-9a2a866967fe [2020-12-04T22:46:33.084Z] [2020-12-04T22:46:33.084Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-04T22:46:33.084Z] [2020-12-04T22:46:33.084Z] [Pipeline] } [2020-12-04T22:46:33.108Z] $ docker stop --time=1 d6589be451f8b1417cd1bd8943cba8593f78af1f46c9e4360d9e988084318f0b [2020-12-04T22:46:34.968Z] $ docker rm -f d6589be451f8b1417cd1bd8943cba8593f78af1f46c9e4360d9e988084318f0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-04T22:46:36.654Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660, dockerFile=Dockerfile [Pipeline] echo [2020-12-04T22:46:36.656Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T22:46:37.048Z] + set -o pipefail [2020-12-04T22:46:37.048Z] + tee .snyk [2020-12-04T22:46:37.048Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T22:46:37.323Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T22:46:37.323Z] version: v1.14.1 [2020-12-04T22:46:37.323Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T22:46:37.323Z] ignore: [2020-12-04T22:46:37.323Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T22:46:37.323Z] - '*': [2020-12-04T22:46:37.323Z] reason: does not apply # justification for ignoring [2020-12-04T22:46:37.323Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T22:46:37.323Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T22:46:37.323Z] - '*': [2020-12-04T22:46:37.323Z] reason: false positive [2020-12-04T22:46:37.323Z] expires: 2021-01-01T00:00:00 [2020-12-04T22:46:37.323Z] # patch: {} [Pipeline] withCredentials [2020-12-04T22:46:37.444Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:46:37.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T22:46:37.870Z] . [Pipeline] withDockerContainer [2020-12-04T22:46:38.140Z] prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container [2020-12-04T22:46:38.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T22:46:39.653Z] $ docker top b2df25c2e9b2cb61cc1a6593d62e6ef6fa75caccf48708caac55e92d5e7587d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T22:46:40.883Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T22:46:40.900Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T22:46:41.258Z] + set -o pipefail [2020-12-04T22:46:41.258Z] + snyk-to-html -o snykReport.html [2020-12-04T22:46:41.258Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T22:46:56.445Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T22:46:56.478Z] $ docker stop --time=1 b2df25c2e9b2cb61cc1a6593d62e6ef6fa75caccf48708caac55e92d5e7587d0 [2020-12-04T22:46:58.350Z] $ docker rm -f b2df25c2e9b2cb61cc1a6593d62e6ef6fa75caccf48708caac55e92d5e7587d0 [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-12-04T22:47:00.033Z] + git log --format=format:%s -1 7f47c9eff9bdccc396688e395d48b7e5029db660 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:47:00.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T22:47:00.413Z] . [Pipeline] withDockerContainer [2020-12-04T22:47:01.101Z] prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container [2020-12-04T22:47:01.569Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T22:47:03.038Z] $ docker top 615895a45f7a82f7b20405fc34bf9e64b4b33396b4a438a32b86045948563396 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T22:47:03.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T22:47:03.523Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T22:47:03.979Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T22:47:03.986Z] $ docker exec 615895a45f7a82f7b20405fc34bf9e64b4b33396b4a438a32b86045948563396 ssh-agent [2020-12-04T22:47:04.433Z] SSH_AUTH_SOCK=/tmp/ssh-KYxNTsQmP0El/agent.12 [2020-12-04T22:47:04.433Z] SSH_AGENT_PID=18 [2020-12-04T22:47:04.444Z] Running ssh-add (command line suppressed) [2020-12-04T22:47:04.683Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2893133314093462393.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2893133314093462393.key) [2020-12-04T22:47:04.779Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T22:47:05.514Z] + git semver tag [2020-12-04T22:47:05.515Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T22:47:05.515Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-12-04T22:47:05.515Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-12-04T22:47:05.515Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T22:47:05.515Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T22:47:05.515Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T22:47:05.515Z] # $SEMVER_BRANCH = master [2020-12-04T22:47:05.515Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-12-04T22:47:05.515Z] # 7f47c9eff9bdccc396688e395d48b7e5029db660 HEAD [2020-12-04T22:47:05.784Z] # -> Force: false [2020-12-04T22:47:05.784Z] # c20ed1b2cec4d733d30e6ba1484014ef0f9c3019 refs/tags/v2.0.0-dev.1 [Pipeline] } [2020-12-04T22:47:05.802Z] $ docker exec --env ******** --env ******** 615895a45f7a82f7b20405fc34bf9e64b4b33396b4a438a32b86045948563396 ssh-agent -k [2020-12-04T22:47:06.012Z] unset SSH_AUTH_SOCK; [2020-12-04T22:47:06.013Z] unset SSH_AGENT_PID; [2020-12-04T22:47:06.013Z] echo Agent pid 18 killed; [2020-12-04T22:47:06.086Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T22:47:06.975Z] + git semver [Pipeline] } [2020-12-04T22:47:06.996Z] $ docker stop --time=1 615895a45f7a82f7b20405fc34bf9e64b4b33396b4a438a32b86045948563396 [2020-12-04T22:47:08.588Z] $ docker rm -f 615895a45f7a82f7b20405fc34bf9e64b4b33396b4a438a32b86045948563396 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:47:09.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T22:47:09.362Z] [2020-12-04T22:47:09.362Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:47:09.762Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T22:47:09.762Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-04T22:47:09.762Z] ab5ef0e58194: Pulling fs layer [2020-12-04T22:47:09.762Z] 9712f1f96733: Pulling fs layer [2020-12-04T22:47:09.762Z] 63f879dbbcfc: Pulling fs layer [2020-12-04T22:47:09.762Z] 0d9ebad4ef96: Pulling fs layer [2020-12-04T22:47:09.762Z] e9a5061849ea: Pulling fs layer [2020-12-04T22:47:09.762Z] d747dcd14b5f: Pulling fs layer [2020-12-04T22:47:09.762Z] 2de7ff778b66: Pulling fs layer [2020-12-04T22:47:09.762Z] e9a5061849ea: Waiting [2020-12-04T22:47:09.762Z] d747dcd14b5f: Waiting [2020-12-04T22:47:09.762Z] 0d9ebad4ef96: Waiting [2020-12-04T22:47:09.762Z] 2de7ff778b66: Waiting [2020-12-04T22:47:09.762Z] 9712f1f96733: Verifying Checksum [2020-12-04T22:47:09.762Z] 9712f1f96733: Download complete [2020-12-04T22:47:13.443Z] 63f879dbbcfc: Verifying Checksum [2020-12-04T22:47:13.443Z] 63f879dbbcfc: Download complete [2020-12-04T22:47:14.138Z] e9a5061849ea: Verifying Checksum [2020-12-04T22:47:14.138Z] e9a5061849ea: Download complete [2020-12-04T22:47:14.138Z] d747dcd14b5f: Verifying Checksum [2020-12-04T22:47:14.138Z] d747dcd14b5f: Download complete [2020-12-04T22:47:15.665Z] 2de7ff778b66: Verifying Checksum [2020-12-04T22:47:15.665Z] 2de7ff778b66: Download complete [2020-12-04T22:47:16.309Z] 0d9ebad4ef96: Verifying Checksum [2020-12-04T22:47:16.309Z] 0d9ebad4ef96: Download complete [2020-12-04T22:47:17.341Z] ab5ef0e58194: Verifying Checksum [2020-12-04T22:47:17.341Z] ab5ef0e58194: Download complete [2020-12-04T22:47:25.821Z] ab5ef0e58194: Pull complete [2020-12-04T22:47:25.821Z] 9712f1f96733: Pull complete [2020-12-04T22:47:27.787Z] 63f879dbbcfc: Pull complete [2020-12-04T22:47:40.330Z] 0d9ebad4ef96: Pull complete [2020-12-04T22:47:40.602Z] e9a5061849ea: Pull complete [2020-12-04T22:47:40.877Z] d747dcd14b5f: Pull complete [2020-12-04T22:47:45.299Z] 2de7ff778b66: Pull complete [2020-12-04T22:47:45.299Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-04T22:47:45.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T22:47:45.299Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-04T22:47:45.630Z] prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container [2020-12-04T22:47:45.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-04T22:47:48.817Z] $ docker top 9c401461b27bb7e09df087db2b219ecddebe46ccd6906fb23facf7c284d6c8c2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-04T22:47:49.209Z] provisioning config files... [2020-12-04T22:47:49.226Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config4427427958056956802tmp [2020-12-04T22:47:49.255Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config1261936131125289123tmp [2020-12-04T22:47:49.280Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5778100973941826131tmp [Pipeline] { [Pipeline] echo [2020-12-04T22:47:49.361Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:47:50.048Z] ---> sigul-configuration.sh [2020-12-04T22:47:50.048Z] gpg: directory `/root/.gnupg' created [2020-12-04T22:47:50.048Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-04T22:47:50.048Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-04T22:47:50.048Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-04T22:47:50.048Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-04T22:47:50.048Z] gpg: CAST5 encrypted data [2020-12-04T22:47:50.048Z] gpg: encrypted with 1 passphrase [2020-12-04T22:47:50.048Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-04T22:47:50.980Z] + mkdir /home/jenkins [2020-12-04T22:47:50.980Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-04T22:47:51.643Z] + 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-12-04T22:47:51.655Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:47:51.979Z] ---> sigul-install.sh [2020-12-04T22:48:00.225Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-04T22:48:00.923Z] + git tag --list [2020-12-04T22:48:00.923Z] v1.0.0 [2020-12-04T22:48:00.923Z] v1.1.0 [2020-12-04T22:48:00.923Z] v1.2.0 [2020-12-04T22:48:00.923Z] v1.2.1-dev.1 [2020-12-04T22:48:00.923Z] v1.2.1-dev.10 [2020-12-04T22:48:00.923Z] v1.2.1-dev.11 [2020-12-04T22:48:00.923Z] v1.2.1-dev.12 [2020-12-04T22:48:00.923Z] v1.2.1-dev.13 [2020-12-04T22:48:00.923Z] v1.2.1-dev.14 [2020-12-04T22:48:00.923Z] v1.2.1-dev.15 [2020-12-04T22:48:00.923Z] v1.2.1-dev.16 [2020-12-04T22:48:00.923Z] v1.2.1-dev.17 [2020-12-04T22:48:00.923Z] v1.2.1-dev.18 [2020-12-04T22:48:00.923Z] v1.2.1-dev.19 [2020-12-04T22:48:00.923Z] v1.2.1-dev.2 [2020-12-04T22:48:00.923Z] v1.2.1-dev.20 [2020-12-04T22:48:00.923Z] v1.2.1-dev.21 [2020-12-04T22:48:00.923Z] v1.2.1-dev.22 [2020-12-04T22:48:00.923Z] v1.2.1-dev.23 [2020-12-04T22:48:00.923Z] v1.2.1-dev.3 [2020-12-04T22:48:00.923Z] v1.2.1-dev.4 [2020-12-04T22:48:00.923Z] v1.2.1-dev.5 [2020-12-04T22:48:00.923Z] v1.2.1-dev.6 [2020-12-04T22:48:00.923Z] v1.2.1-dev.7 [2020-12-04T22:48:00.923Z] v1.2.1-dev.8 [2020-12-04T22:48:00.923Z] v1.2.1-dev.9 [2020-12-04T22:48:00.923Z] v1.3.0 [2020-12-04T22:48:00.923Z] v1.3.1-dev.1 [2020-12-04T22:48:00.923Z] v2.0.0-dev.1 [Pipeline] sh [2020-12-04T22:48:01.760Z] + lftools sign git-tag v2.0.0-dev.1 [2020-12-04T22:48:03.227Z] Signing Git tag with Sigul... [2020-12-04T22:48:03.227Z] Signing v2.0.0-dev.1 [Pipeline] echo [2020-12-04T22:48:04.661Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:48:05.321Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-04T22:48:05.333Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-04T22:48:05.450Z] $ docker stop --time=1 9c401461b27bb7e09df087db2b219ecddebe46ccd6906fb23facf7c284d6c8c2 [2020-12-04T22:48:07.672Z] $ docker rm -f 9c401461b27bb7e09df087db2b219ecddebe46ccd6906fb23facf7c284d6c8c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:48:10.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T22:48:10.136Z] . [Pipeline] withDockerContainer [2020-12-04T22:48:10.383Z] prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container [2020-12-04T22:48:10.486Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T22:48:12.184Z] $ docker top a6b42a73f7c741660354a4693928c3f23038d5b70e52f89c697404cded4629ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T22:48:12.648Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T22:48:12.649Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T22:48:13.268Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T22:48:13.275Z] $ docker exec a6b42a73f7c741660354a4693928c3f23038d5b70e52f89c697404cded4629ee ssh-agent [2020-12-04T22:48:13.834Z] SSH_AUTH_SOCK=/tmp/ssh-tKwZ79jngYxf/agent.11 [2020-12-04T22:48:13.834Z] SSH_AGENT_PID=16 [2020-12-04T22:48:13.846Z] Running ssh-add (command line suppressed) [2020-12-04T22:48:14.226Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3659653547355184302.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3659653547355184302.key) [2020-12-04T22:48:14.353Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T22:48:15.086Z] + git semver bump pre [2020-12-04T22:48:15.086Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T22:48:15.086Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-12-04T22:48:15.087Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-12-04T22:48:15.087Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T22:48:15.087Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T22:48:15.087Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T22:48:15.087Z] # $SEMVER_BRANCH = master [2020-12-04T22:48:15.087Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-12-04T22:48:15.458Z] 2.0.0-dev.2 [Pipeline] } [2020-12-04T22:48:15.529Z] $ docker exec --env ******** --env ******** a6b42a73f7c741660354a4693928c3f23038d5b70e52f89c697404cded4629ee ssh-agent -k [2020-12-04T22:48:16.050Z] unset SSH_AUTH_SOCK; [2020-12-04T22:48:16.051Z] unset SSH_AGENT_PID; [2020-12-04T22:48:16.051Z] echo Agent pid 16 killed; [2020-12-04T22:48:16.338Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T22:48:16.913Z] + git semver [Pipeline] } [2020-12-04T22:48:16.939Z] $ docker stop --time=1 a6b42a73f7c741660354a4693928c3f23038d5b70e52f89c697404cded4629ee [2020-12-04T22:48:18.519Z] $ docker rm -f a6b42a73f7c741660354a4693928c3f23038d5b70e52f89c697404cded4629ee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:48:19.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T22:48:19.285Z] . [Pipeline] withDockerContainer [2020-12-04T22:48:19.468Z] prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container [2020-12-04T22:48:19.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T22:48:20.899Z] $ docker top 80fbbe6029af09e7585fdc32b51f7c69c17f56494311b3326e7bab4a7107e0da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T22:48:21.418Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T22:48:21.418Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T22:48:21.907Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T22:48:21.926Z] $ docker exec 80fbbe6029af09e7585fdc32b51f7c69c17f56494311b3326e7bab4a7107e0da ssh-agent [2020-12-04T22:48:22.853Z] SSH_AUTH_SOCK=/tmp/ssh-CkL2tjF4oMZH/agent.12 [2020-12-04T22:48:22.853Z] SSH_AGENT_PID=17 [2020-12-04T22:48:22.862Z] Running ssh-add (command line suppressed) [2020-12-04T22:48:23.321Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5154756898488445372.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5154756898488445372.key) [2020-12-04T22:48:23.473Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T22:48:24.235Z] + git semver push [2020-12-04T22:48:24.235Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T22:48:24.235Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-12-04T22:48:24.235Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-12-04T22:48:24.235Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T22:48:24.235Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T22:48:24.235Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T22:48:24.235Z] # $SEMVER_BRANCH = master [2020-12-04T22:48:24.235Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-12-04T22:48:30.936Z] $ docker exec --env ******** --env ******** 80fbbe6029af09e7585fdc32b51f7c69c17f56494311b3326e7bab4a7107e0da ssh-agent -k [2020-12-04T22:48:31.574Z] unset SSH_AUTH_SOCK; [2020-12-04T22:48:31.574Z] unset SSH_AGENT_PID; [2020-12-04T22:48:31.574Z] echo Agent pid 17 killed; [2020-12-04T22:48:31.694Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T22:48:32.260Z] + git semver [Pipeline] } [2020-12-04T22:48:32.550Z] $ docker stop --time=1 80fbbe6029af09e7585fdc32b51f7c69c17f56494311b3326e7bab4a7107e0da [2020-12-04T22:48:34.121Z] $ docker rm -f 80fbbe6029af09e7585fdc32b51f7c69c17f56494311b3326e7bab4a7107e0da [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-12-04T22:48:36.022Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:48:36.926Z] ---> package-listing.sh [2020-12-04T22:48:36.926Z] ++ facter osfamily [2020-12-04T22:48:36.926Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-04T22:48:36.926Z] + OS_FAMILY=redhat [2020-12-04T22:48:36.926Z] + workspace=/w/workspace/_app-service-configurable_master [2020-12-04T22:48:36.926Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-04T22:48:36.926Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-04T22:48:36.926Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-04T22:48:36.926Z] + PACKAGES=/tmp/packages_start.txt [2020-12-04T22:48:36.926Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-12-04T22:48:36.926Z] + PACKAGES=/tmp/packages_end.txt [2020-12-04T22:48:36.926Z] + case "${OS_FAMILY}" in [2020-12-04T22:48:36.926Z] + rpm -qa [2020-12-04T22:48:36.926Z] + sort [2020-12-04T22:48:43.620Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-04T22:48:43.620Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-04T22:48:43.620Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-04T22:48:43.620Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-12-04T22:48:43.620Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-12-04T22:48:43.620Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2020-12-04T22:48:43.635Z] 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-12-04T22:48:43.966Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:48:44.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T22:48:44.833Z] [2020-12-04T22:48:44.833Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-04T22:48:45.205Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T22:48:45.205Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-04T22:48:45.205Z] df20fa9351a1: Pulling fs layer [2020-12-04T22:48:45.205Z] 36b3adc4ff6f: Pulling fs layer [2020-12-04T22:48:45.205Z] 8ad3a11d3b57: Pulling fs layer [2020-12-04T22:48:45.205Z] 46f8f816bc3b: Pulling fs layer [2020-12-04T22:48:45.205Z] 93b61091891f: Pulling fs layer [2020-12-04T22:48:45.205Z] 93b9cdb0e59b: Pulling fs layer [2020-12-04T22:48:45.205Z] 5e14af77c1be: Pulling fs layer [2020-12-04T22:48:45.205Z] 01666e4c0597: Pulling fs layer [2020-12-04T22:48:45.205Z] aa168da1d23b: Pulling fs layer [2020-12-04T22:48:45.205Z] 46f8f816bc3b: Waiting [2020-12-04T22:48:45.205Z] 93b61091891f: Waiting [2020-12-04T22:48:45.205Z] 93b9cdb0e59b: Waiting [2020-12-04T22:48:45.205Z] 5e14af77c1be: Waiting [2020-12-04T22:48:45.205Z] aa168da1d23b: Waiting [2020-12-04T22:48:45.486Z] 36b3adc4ff6f: Download complete [2020-12-04T22:48:45.486Z] 46f8f816bc3b: Download complete [2020-12-04T22:48:45.486Z] df20fa9351a1: Verifying Checksum [2020-12-04T22:48:45.784Z] 93b9cdb0e59b: Download complete [2020-12-04T22:48:45.784Z] 5e14af77c1be: Verifying Checksum [2020-12-04T22:48:45.784Z] 5e14af77c1be: Download complete [2020-12-04T22:48:45.784Z] 01666e4c0597: Verifying Checksum [2020-12-04T22:48:45.784Z] 01666e4c0597: Download complete [2020-12-04T22:48:46.052Z] 93b61091891f: Verifying Checksum [2020-12-04T22:48:46.052Z] 93b61091891f: Download complete [2020-12-04T22:48:46.052Z] df20fa9351a1: Pull complete [2020-12-04T22:48:46.644Z] 8ad3a11d3b57: Verifying Checksum [2020-12-04T22:48:46.644Z] 8ad3a11d3b57: Download complete [2020-12-04T22:48:46.644Z] 36b3adc4ff6f: Pull complete [2020-12-04T22:48:48.090Z] 8ad3a11d3b57: Pull complete [2020-12-04T22:48:48.090Z] 46f8f816bc3b: Pull complete [2020-12-04T22:48:49.158Z] 93b61091891f: Pull complete [2020-12-04T22:48:49.442Z] 93b9cdb0e59b: Pull complete [2020-12-04T22:48:50.043Z] 5e14af77c1be: Pull complete [2020-12-04T22:48:50.319Z] 01666e4c0597: Pull complete [2020-12-04T22:48:50.591Z] aa168da1d23b: Verifying Checksum [2020-12-04T22:48:50.591Z] aa168da1d23b: Download complete [2020-12-04T22:49:05.835Z] aa168da1d23b: Pull complete [2020-12-04T22:49:05.835Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-04T22:49:05.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T22:49:05.835Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-04T22:49:06.302Z] prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container [2020-12-04T22:49:06.398Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-04T22:49:09.115Z] $ docker top 796b7d959eca583c147ca5bde7a846f6aa558d13ed250ade63f1d6aa3359c318 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T22:49:09.858Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-04T22:49:10.676Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-04T22:49:11.044Z] + ls /var/log/sa-host [2020-12-04T22:49:11.044Z] + sadf -c /var/log/sa-host/sa04 [2020-12-04T22:49:11.044Z] file_magic: OK [2020-12-04T22:49:11.044Z] HZ: Using current value: 100 [2020-12-04T22:49:11.044Z] file_header: OK [2020-12-04T22:49:11.044Z] 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-12-04T22:49:11.044Z] Statistics: [2020-12-04T22:49:11.044Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-04T22:49:11.044Z] File successfully converted to sysstat format version 12.2.1 [2020-12-04T22:49:11.044Z] + sadf -c /var/log/sa-host/sa23 [2020-12-04T22:49:11.044Z] file_magic: OK [2020-12-04T22:49:11.044Z] HZ: Using current value: 100 [2020-12-04T22:49:11.044Z] file_header: OK [2020-12-04T22:49:11.045Z] 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-12-04T22:49:11.045Z] Statistics: [2020-12-04T22:49:11.045Z] Hnuu...uuuununununu... [2020-12-04T22:49:11.045Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-04T22:49:11.283Z] provisioning config files... [2020-12-04T22:49:11.305Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4844126329870655486tmp [Pipeline] { [Pipeline] echo [2020-12-04T22:49:11.376Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:49:12.033Z] ---> create-netrc.sh [Pipeline] } [2020-12-04T22:49:12.046Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-04T22:49:12.144Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:49:12.811Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-04T22:49:12.824Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:49:13.137Z] ---> sudo-logs.sh [2020-12-04T22:49:13.138Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-04T22:49:13.149Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:49:13.476Z] ---> job-cost.sh [2020-12-04T22:49:13.476Z] lf-activate-venv: SKIPPING [2020-12-04T22:49:13.476Z] INFO: No Stack... [2020-12-04T22:49:14.462Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-04T22:49:15.040Z] INFO: Archiving Costs [Pipeline] echo [2020-12-04T22:49:15.056Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T22:49:15.384Z] ---> logs-deploy.sh [2020-12-04T22:49:15.384Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/64 [2020-12-04T22:49:15.384Z] INFO: archiving workspace using pattern(s): [2020-12-04T22:49:18.033Z] Archives upload complete. [2020-12-04T22:49:18.033Z] INFO: archiving logs to Nexus [2020-12-04T22:49:19.732Z] ---> uname -a: [2020-12-04T22:49:19.732Z] Linux prd-centos7-docker-4c-2g-14557.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-04T22:49:19.732Z] [2020-12-04T22:49:19.732Z]