Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3cd660e81816b08168514e6ce1dd9c9056e6c906 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-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. [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 [Pipeline] node Running on prd-centos7-docker-4c-2g-689 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 with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 3cd660e81816b08168514e6ce1dd9c9056e6c906 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3cd660e81816b08168514e6ce1dd9c9056e6c906 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#121)" > git rev-list --no-walk 8582f2b767348e02b53e84eef1a2c5c64dff35c1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-21T17:54:38.398Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-21T17:54:38.667Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-21T17:54:38.765Z] ========================================================= [2020-09-21T17:54:38.765Z] EdgeX Global Pipelines Version Info [2020-09-21T17:54:38.765Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-21T17:54:40.842Z] ------------------- [2020-09-21T17:54:40.842Z] stable info: [2020-09-21T17:54:40.842Z] ------------------- [2020-09-21T17:54:40.842Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-21T17:54:40.842Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-21T17:54:40.842Z] Message: update stable to v1.0.122 [2020-09-21T17:54:41.422Z] ------------------- [2020-09-21T17:54:41.422Z] experimental info: [2020-09-21T17:54:41.422Z] ------------------- [2020-09-21T17:54:41.422Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-21T17:54:41.422Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-21T17:54:41.422Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-21T17:54:41.855Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-09-21T17:54:41.947Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-09-21T17:54:42.064Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-21T17:54:42.153Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-21T17:54:42.245Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-21T17:54:42.332Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-21T17:54:42.419Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-21T17:54:42.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-21T17:54:42.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-21T17:54:42.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-21T17:54:42.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-21T17:54:43.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-09-21T17:54:43.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-21T17:54:43.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-21T17:54:43.451Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-21T17:54:43.539Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-21T17:54:43.656Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-21T17:54:43.806Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-21T17:54:43.893Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-21T17:54:43.980Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-21T17:54:44.094Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-21T17:54:44.180Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-21T17:54:44.264Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-21T17:54:44.363Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-21T17:54:44.453Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-21T17:54:44.548Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3cd660e81816b08168514e6ce1dd9c9056e6c906 [Pipeline] echo [2020-09-21T17:54:44.632Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3cd660e [Pipeline] echo [2020-09-21T17:54:44.760Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-21T17:54:45.538Z] + git log --format=format:%s -1 3cd660e81816b08168514e6ce1dd9c9056e6c906 [Pipeline] echo [2020-09-21T17:54:45.635Z] GIT_COMMIT: 3cd660e81816b08168514e6ce1dd9c9056e6c906, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#121) [Pipeline] echo [2020-09-21T17:54:45.678Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-21T17:54:46.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T17:54:46.691Z] [2020-09-21T17:54:46.691Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T17:54:47.158Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T17:54:47.158Z] latest: Pulling from edgex-devops/git-semver [2020-09-21T17:54:47.158Z] 31603596830f: Pulling fs layer [2020-09-21T17:54:47.158Z] 2a8b12db71e7: Pulling fs layer [2020-09-21T17:54:47.158Z] 6ca5941a6612: Pulling fs layer [2020-09-21T17:54:47.158Z] ecc8261a40a4: Pulling fs layer [2020-09-21T17:54:47.158Z] ecc8261a40a4: Waiting [2020-09-21T17:54:47.158Z] 2a8b12db71e7: Verifying Checksum [2020-09-21T17:54:47.158Z] 2a8b12db71e7: Download complete [2020-09-21T17:54:47.463Z] 31603596830f: Verifying Checksum [2020-09-21T17:54:47.463Z] 31603596830f: Download complete [2020-09-21T17:54:48.106Z] ecc8261a40a4: Verifying Checksum [2020-09-21T17:54:48.106Z] ecc8261a40a4: Download complete [2020-09-21T17:54:48.106Z] 6ca5941a6612: Verifying Checksum [2020-09-21T17:54:48.106Z] 6ca5941a6612: Download complete [2020-09-21T17:54:48.397Z] 31603596830f: Pull complete [2020-09-21T17:54:48.674Z] 2a8b12db71e7: Pull complete [2020-09-21T17:54:49.675Z] 6ca5941a6612: Pull complete [2020-09-21T17:54:49.943Z] ecc8261a40a4: Pull complete [2020-09-21T17:54:49.943Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-21T17:54:49.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T17:54:49.943Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-21T17:54:50.077Z] prd-centos7-docker-4c-2g-689 does not seem to be running inside a container [2020-09-21T17:54:50.141Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-21T17:54:52.761Z] $ docker top 0db7ec4c83612e615b8263ee3ec056fc7dc2cccd9c44984c78371112b596c806 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-21T17:54:53.355Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-21T17:54:53.355Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-21T17:54:53.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-21T17:54:53.637Z] $ docker exec 0db7ec4c83612e615b8263ee3ec056fc7dc2cccd9c44984c78371112b596c806 ssh-agent [2020-09-21T17:54:53.837Z] SSH_AUTH_SOCK=/tmp/ssh-DbMQdVwRH35q/agent.11 [2020-09-21T17:54:53.837Z] SSH_AGENT_PID=16 [2020-09-21T17:54:53.855Z] Running ssh-add (command line suppressed) [2020-09-21T17:54:54.096Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_158204520376713013.key (/w/workspace/_app-service-configurable_master@tmp/private_key_158204520376713013.key) [2020-09-21T17:54:54.203Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-21T17:54:54.599Z] + git describe --exact-match --tags HEAD [2020-09-21T17:54:54.600Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-21T17:54:54.695Z] $ docker exec --env ******** --env ******** 0db7ec4c83612e615b8263ee3ec056fc7dc2cccd9c44984c78371112b596c806 ssh-agent -k [2020-09-21T17:54:54.985Z] unset SSH_AUTH_SOCK; [2020-09-21T17:54:54.986Z] unset SSH_AGENT_PID; [2020-09-21T17:54:54.987Z] echo Agent pid 16 killed; [2020-09-21T17:54:55.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-21T17:54:55.139Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-21T17:54:55.139Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-21T17:54:55.235Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-21T17:54:55.235Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-21T17:54:55.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-21T17:54:55.547Z] $ docker exec 0db7ec4c83612e615b8263ee3ec056fc7dc2cccd9c44984c78371112b596c806 ssh-agent [2020-09-21T17:54:55.831Z] SSH_AUTH_SOCK=/tmp/ssh-RWxkzOJnGzrG/agent.44 [2020-09-21T17:54:55.831Z] SSH_AGENT_PID=50 [2020-09-21T17:54:55.867Z] Running ssh-add (command line suppressed) [2020-09-21T17:54:56.043Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6089124257444507356.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6089124257444507356.key) [2020-09-21T17:54:56.128Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-21T17:54:56.578Z] + git semver init [2020-09-21T17:54:56.578Z] # -> Open(): unable to determine branch for HEAD [2020-09-21T17:54:56.578Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-21T17:54:56.578Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-21T17:54:56.578Z] # $SEMVER_REMOTE_NAME = origin [2020-09-21T17:54:56.578Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-21T17:54:56.578Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-21T17:54:56.578Z] # $SEMVER_BRANCH = master [2020-09-21T17:54:56.578Z] # $SEMVER_TEMP = /tmp/semver-371571791 [2020-09-21T17:54:56.578Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-09-21T17:54:56.845Z] # '/tmp/semver-371571791' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-09-21T17:54:56.845Z] # -> Force: false [2020-09-21T17:54:56.845Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-09-21T17:54:56.862Z] $ docker exec --env ******** --env ******** 0db7ec4c83612e615b8263ee3ec056fc7dc2cccd9c44984c78371112b596c806 ssh-agent -k [2020-09-21T17:54:57.058Z] unset SSH_AUTH_SOCK; [2020-09-21T17:54:57.058Z] unset SSH_AGENT_PID; [2020-09-21T17:54:57.058Z] echo Agent pid 50 killed; [2020-09-21T17:54:57.123Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-21T17:54:57.637Z] + git semver [Pipeline] } [2020-09-21T17:54:57.700Z] $ docker stop --time=1 0db7ec4c83612e615b8263ee3ec056fc7dc2cccd9c44984c78371112b596c806 [2020-09-21T17:54:59.196Z] $ docker rm -f 0db7ec4c83612e615b8263ee3ec056fc7dc2cccd9c44984c78371112b596c806 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-21T17:55:00.344Z] Stashed 24 file(s) [Pipeline] echo [2020-09-21T17:55:00.346Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.13 [Pipeline] echo [2020-09-21T17:55:00.444Z] Archived original version: [1.2.1-dev.13] [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-09-21T17:55:16.028Z] Still waiting to schedule task [2020-09-21T17:55:16.029Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-21T17:55:16.031Z] Still waiting to schedule task [2020-09-21T17:55:16.031Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-21T17:57:09.797Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-690 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-09-21T17:57:09.855Z] Running in /w/workspace/app-service-configurable/50 [Pipeline] { [Pipeline] checkout [2020-09-21T17:57:14.582Z] using credential edgex-jenkins-ssh [2020-09-21T17:57:14.687Z] Cloning the remote Git repository [2020-09-21T17:57:14.687Z] Cloning with configured refspecs honoured and without tags [2020-09-21T17:57:14.752Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-09-21T17:57:14.858Z] > git init /w/workspace/app-service-configurable/50 # timeout=10 [2020-09-21T17:57:14.915Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-21T17:57:14.916Z] > git --version # timeout=10 [2020-09-21T17:57:14.931Z] > git --version # 'git version 2.17.1' [2020-09-21T17:57:14.932Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T17:57:15.677Z] Fetching without tags [2020-09-21T17:57:16.104Z] Checking out Revision 3cd660e81816b08168514e6ce1dd9c9056e6c906 (master) [2020-09-21T17:57:14.999Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T17:57:15.609Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-21T17:57:15.641Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T17:57:15.665Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-21T17:57:15.689Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-21T17:57:15.690Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T17:57:15.703Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T17:57:16.125Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T17:57:16.136Z] > git checkout -f 3cd660e81816b08168514e6ce1dd9c9056e6c906 # timeout=10 [2020-09-21T17:57:20.451Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#121)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-21T17:57:21.749Z] ========================================================= [2020-09-21T17:57:21.749Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-21T17:57:21.750Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-21T17:57:22.745Z] + 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-09-21T17:57:23.735Z] Sending build context to Docker daemon 314.9kB [2020-09-21T17:57:23.735Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-21T17:57:23.735Z] Step 2/8 : FROM ${BASE} [2020-09-21T17:57:24.012Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-21T17:57:24.012Z] b538f80385f9: Pulling fs layer [2020-09-21T17:57:24.012Z] 74f711af9a0d: Pulling fs layer [2020-09-21T17:57:24.012Z] 99f96fe45779: Pulling fs layer [2020-09-21T17:57:24.012Z] 8529a6b9a6be: Pulling fs layer [2020-09-21T17:57:24.012Z] 45590311c82a: Pulling fs layer [2020-09-21T17:57:24.012Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-21T17:57:24.012Z] 209524e5b208: Pulling fs layer [2020-09-21T17:57:24.012Z] 45590311c82a: Waiting [2020-09-21T17:57:24.012Z] 69ca0ff8b7b3: Waiting [2020-09-21T17:57:24.012Z] 8529a6b9a6be: Waiting [2020-09-21T17:57:24.012Z] 209524e5b208: Waiting [2020-09-21T17:57:24.012Z] 99f96fe45779: Verifying Checksum [2020-09-21T17:57:24.012Z] 99f96fe45779: Download complete [2020-09-21T17:57:24.012Z] 74f711af9a0d: Verifying Checksum [2020-09-21T17:57:24.012Z] 74f711af9a0d: Download complete [2020-09-21T17:57:24.012Z] 45590311c82a: Verifying Checksum [2020-09-21T17:57:24.012Z] 45590311c82a: Download complete [2020-09-21T17:57:24.012Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-21T17:57:24.012Z] 69ca0ff8b7b3: Download complete [2020-09-21T17:57:24.012Z] b538f80385f9: Verifying Checksum [2020-09-21T17:57:24.012Z] b538f80385f9: Download complete [2020-09-21T17:57:25.011Z] b538f80385f9: Pull complete [2020-09-21T17:57:25.620Z] 74f711af9a0d: Pull complete [2020-09-21T17:57:25.898Z] 99f96fe45779: Pull complete [2020-09-21T17:57:26.886Z] 209524e5b208: Verifying Checksum [2020-09-21T17:57:26.886Z] 209524e5b208: Download complete [2020-09-21T17:57:28.928Z] 8529a6b9a6be: Verifying Checksum [2020-09-21T17:57:28.928Z] 8529a6b9a6be: Download complete [2020-09-21T17:57:39.097Z] 8529a6b9a6be: Pull complete [2020-09-21T17:57:39.097Z] 45590311c82a: Pull complete [2020-09-21T17:57:39.372Z] 69ca0ff8b7b3: Pull complete [2020-09-21T17:57:43.710Z] 209524e5b208: Pull complete [2020-09-21T17:57:43.710Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-21T17:57:43.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-21T17:57:43.710Z] ---> 5bddaf1c2fca [2020-09-21T17:57:43.710Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-21T17:57:46.335Z] ---> Running in b874e2f4ca29 [2020-09-21T17:57:46.335Z] Removing intermediate container b874e2f4ca29 [2020-09-21T17:57:46.335Z] ---> b27bc6683838 [2020-09-21T17:57:46.335Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T17:57:46.607Z] ---> Running in fad0ee761c9a [2020-09-21T17:57:49.229Z] Removing intermediate container fad0ee761c9a [2020-09-21T17:57:49.229Z] ---> c13b78432230 [2020-09-21T17:57:49.229Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-09-21T17:57:49.229Z] ---> Running in 589fcca456b2 [2020-09-21T17:57:50.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-21T17:57:51.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-21T17:57:52.265Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-09-21T17:57:52.265Z] (2/6) Installing libsodium (1.0.18-r0) [2020-09-21T17:57:52.265Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-09-21T17:57:52.265Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-09-21T17:57:52.535Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-21T17:57:52.535Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-09-21T17:57:52.809Z] Executing busybox-1.31.1-r16.trigger [2020-09-21T17:57:52.809Z] OK: 144 MiB in 45 packages [2020-09-21T17:57:54.253Z] Removing intermediate container 589fcca456b2 [2020-09-21T17:57:54.253Z] ---> dd1cbd8c38b4 [2020-09-21T17:57:54.253Z] Step 6/8 : WORKDIR /app [2020-09-21T17:57:54.253Z] ---> Running in 7c9a12a74814 [2020-09-21T17:57:54.855Z] Removing intermediate container 7c9a12a74814 [2020-09-21T17:57:54.855Z] ---> 0cd3d0db5e89 [2020-09-21T17:57:54.855Z] Step 7/8 : COPY . . [2020-09-21T17:57:55.480Z] ---> 770455c68564 [2020-09-21T17:57:55.480Z] Step 8/8 : RUN go mod download [2020-09-21T17:57:55.805Z] ---> Running in 1414831f9e5a [2020-09-21T17:58:28.364Z] Removing intermediate container 1414831f9e5a [2020-09-21T17:58:28.364Z] ---> 3ee6782e01f0 [2020-09-21T17:58:28.364Z] Successfully built 3ee6782e01f0 [2020-09-21T17:58:28.364Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T17:58:28.775Z] + docker inspect -f . ci-base-image-arm64 [2020-09-21T17:58:28.775Z] . [Pipeline] withDockerContainer [2020-09-21T17:58:29.055Z] prd-ubuntu18.04-docker-arm64-4c-16g-690 does not seem to be running inside a container [2020-09-21T17:58:29.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/50 -v /w/workspace/app-service-configurable/50:/w/workspace/app-service-configurable/50:rw,z -v /w/workspace/app-service-configurable/50@tmp:/w/workspace/app-service-configurable/50@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 ******** ci-base-image-arm64 cat [2020-09-21T17:58:31.004Z] $ docker top e4b0c57215956c757c3b2c81aca54ac7a270ba7449d4f5e629f7b97b4dc51256 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T17:58:32.413Z] + go version [2020-09-21T17:58:32.413Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-21T17:58:32.442Z] $ docker stop --time=1 e4b0c57215956c757c3b2c81aca54ac7a270ba7449d4f5e629f7b97b4dc51256 [2020-09-21T17:58:34.431Z] $ docker rm -f e4b0c57215956c757c3b2c81aca54ac7a270ba7449d4f5e629f7b97b4dc51256 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-21T17:58:37.933Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-21T17:58:38.261Z] + ls -al . [2020-09-21T17:58:38.261Z] total 100 [2020-09-21T17:58:38.261Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 17:57 . [2020-09-21T17:58:38.261Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 17:57 .. [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 119 Sep 21 17:57 .dockerignore [2020-09-21T17:58:38.261Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 17:57 .git [2020-09-21T17:58:38.261Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 17:57 .github [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 93 Sep 21 17:57 .gitignore [2020-09-21T17:58:38.261Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 17:57 .semver [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 6568 Sep 21 17:57 Attribution.txt [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 2002 Sep 21 17:57 Dockerfile [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 966 Sep 21 17:57 Dockerfile.build [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 687 Sep 21 17:57 Jenkinsfile [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 21 17:57 LICENSE [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 1277 Sep 21 17:57 README.md [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 12 Sep 21 17:54 VERSION [2020-09-21T17:58:38.261Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 17:57 bin [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 180 Sep 21 17:57 docker-compose.debug.yml [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 133 Sep 21 17:57 docker-compose.yml [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 133 Sep 21 17:57 go.mod [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 1519 Sep 21 17:57 main.go [2020-09-21T17:58:38.261Z] -rw-rw-r-- 1 jenkins jenkins 1573 Sep 21 17:57 makefile [2020-09-21T17:58:38.261Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 21 17:57 res [2020-09-21T17:58:38.261Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 17:57 snap [Pipeline] isUnix [Pipeline] sh [2020-09-21T17:58:38.601Z] + 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=3cd660e81816b08168514e6ce1dd9c9056e6c906 --label arch=arm64 --label version=1.2.1-dev.13 . [2020-09-21T17:58:38.882Z] Sending build context to Docker daemon 315.9kB [2020-09-21T17:58:38.882Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-09-21T17:58:38.882Z] Step 2/27 : FROM ${BASE} AS builder [2020-09-21T17:58:38.882Z] ---> 3ee6782e01f0 [2020-09-21T17:58:38.882Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-09-21T17:58:39.155Z] ---> Running in 71d2b4b6cd71 [2020-09-21T17:58:39.751Z] Removing intermediate container 71d2b4b6cd71 [2020-09-21T17:58:39.751Z] ---> 0eb1dc38ec68 [2020-09-21T17:58:39.751Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-09-21T17:58:39.751Z] ---> Running in accec26c770d [2020-09-21T17:58:40.346Z] Removing intermediate container accec26c770d [2020-09-21T17:58:40.346Z] ---> 3f9794146b7a [2020-09-21T17:58:40.346Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-21T17:58:40.346Z] ---> Running in a8163354856e [2020-09-21T17:58:40.942Z] Removing intermediate container a8163354856e [2020-09-21T17:58:40.942Z] ---> e3cf732145eb [2020-09-21T17:58:40.942Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T17:58:40.942Z] ---> Running in 6b217795a724 [2020-09-21T17:58:43.561Z] Removing intermediate container 6b217795a724 [2020-09-21T17:58:43.561Z] ---> 5a807464ca5e [2020-09-21T17:58:43.561Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-21T17:58:43.561Z] ---> Running in 037be90f2a7e [2020-09-21T17:58:44.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-21T17:58:45.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-21T17:58:46.562Z] OK: 144 MiB in 45 packages [2020-09-21T17:58:47.538Z] Removing intermediate container 037be90f2a7e [2020-09-21T17:58:47.538Z] ---> fcc41a0d36ae [2020-09-21T17:58:47.538Z] Step 8/27 : WORKDIR /app [2020-09-21T17:58:47.538Z] ---> Running in 86a18d1174d5 [2020-09-21T17:58:48.137Z] Removing intermediate container 86a18d1174d5 [2020-09-21T17:58:48.137Z] ---> 2f0050de4e65 [2020-09-21T17:58:48.137Z] Step 9/27 : COPY go.mod . [2020-09-21T17:58:48.731Z] ---> 85512483b402 [2020-09-21T17:58:48.731Z] Step 10/27 : RUN go mod download [2020-09-21T17:58:49.016Z] ---> Running in 145e6c6b9256 [2020-09-21T17:58:51.652Z] Removing intermediate container 145e6c6b9256 [2020-09-21T17:58:51.652Z] ---> 73bc94d5edf9 [2020-09-21T17:58:51.652Z] Step 11/27 : COPY . . [2020-09-21T17:58:52.247Z] ---> 4da6f66d90b7 [2020-09-21T17:58:52.247Z] Step 12/27 : ARG MAKE="make build" [2020-09-21T17:58:52.519Z] ---> Running in 6ac2d48ee902 [2020-09-21T17:58:52.791Z] Removing intermediate container 6ac2d48ee902 [2020-09-21T17:58:52.791Z] ---> 9a4f47a8d407 [2020-09-21T17:58:52.791Z] Step 13/27 : RUN $MAKE [2020-09-21T17:58:53.069Z] ---> Running in e09d965cfeed [2020-09-21T17:58:54.511Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.32 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.13" -o app-service-configurable [2020-09-21T17:59:07.310Z] Running on prd-centos7-docker-4c-2g-691 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-09-21T17:59:07.394Z] Running in /w/workspace/app-service-configurable/50 [Pipeline] { [Pipeline] checkout [2020-09-21T17:59:10.060Z] using credential edgex-jenkins-ssh [2020-09-21T17:59:10.185Z] Cloning the remote Git repository [2020-09-21T17:59:10.185Z] Cloning with configured refspecs honoured and without tags [2020-09-21T17:59:11.031Z] Fetching without tags [2020-09-21T17:59:10.214Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-09-21T17:59:10.288Z] > git init /w/workspace/app-service-configurable/50 # timeout=10 [2020-09-21T17:59:10.442Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-21T17:59:10.443Z] > git --version # timeout=10 [2020-09-21T17:59:10.448Z] > git --version # 'git version 2.16.5' [2020-09-21T17:59:10.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T17:59:10.479Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T17:59:10.988Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-21T17:59:11.008Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T17:59:11.021Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-21T17:59:11.040Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-21T17:59:11.040Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T17:59:11.045Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T17:59:11.430Z] Checking out Revision 3cd660e81816b08168514e6ce1dd9c9056e6c906 (master) [2020-09-21T17:59:11.442Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T17:59:11.447Z] > git checkout -f 3cd660e81816b08168514e6ce1dd9c9056e6c906 # timeout=10 [2020-09-21T17:59:15.089Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#121)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-21T17:59:16.334Z] ========================================================= [2020-09-21T17:59:16.335Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-21T17:59:16.335Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-21T17:59:17.006Z] + 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-09-21T17:59:17.585Z] Sending build context to Docker daemon 314.9kB [2020-09-21T17:59:17.585Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-21T17:59:17.585Z] Step 2/8 : FROM ${BASE} [2020-09-21T17:59:17.585Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-21T17:59:17.585Z] df20fa9351a1: Pulling fs layer [2020-09-21T17:59:17.585Z] ed8968b2872e: Pulling fs layer [2020-09-21T17:59:17.585Z] a92cc7c5fd73: Pulling fs layer [2020-09-21T17:59:17.585Z] e871e8e8d7a9: Pulling fs layer [2020-09-21T17:59:17.585Z] e73272ec9a57: Pulling fs layer [2020-09-21T17:59:17.585Z] 1e910a182e73: Pulling fs layer [2020-09-21T17:59:17.585Z] 4e634b169226: Pulling fs layer [2020-09-21T17:59:17.585Z] e871e8e8d7a9: Waiting [2020-09-21T17:59:17.585Z] e73272ec9a57: Waiting [2020-09-21T17:59:17.585Z] 1e910a182e73: Waiting [2020-09-21T17:59:17.585Z] 4e634b169226: Waiting [2020-09-21T17:59:17.585Z] a92cc7c5fd73: Verifying Checksum [2020-09-21T17:59:17.585Z] a92cc7c5fd73: Download complete [2020-09-21T17:59:17.585Z] ed8968b2872e: Verifying Checksum [2020-09-21T17:59:17.585Z] ed8968b2872e: Download complete [2020-09-21T17:59:17.585Z] e73272ec9a57: Verifying Checksum [2020-09-21T17:59:17.585Z] e73272ec9a57: Download complete [2020-09-21T17:59:17.850Z] 1e910a182e73: Verifying Checksum [2020-09-21T17:59:17.850Z] 1e910a182e73: Download complete [2020-09-21T17:59:17.850Z] df20fa9351a1: Verifying Checksum [2020-09-21T17:59:17.850Z] df20fa9351a1: Download complete [2020-09-21T17:59:18.113Z] df20fa9351a1: Pull complete [2020-09-21T17:59:18.113Z] ed8968b2872e: Pull complete [2020-09-21T17:59:18.377Z] a92cc7c5fd73: Pull complete [2020-09-21T17:59:19.773Z] 4e634b169226: Verifying Checksum [2020-09-21T17:59:19.773Z] 4e634b169226: Download complete [2020-09-21T17:59:20.354Z] e871e8e8d7a9: Verifying Checksum [2020-09-21T17:59:20.354Z] e871e8e8d7a9: Download complete [2020-09-21T17:59:25.684Z] e871e8e8d7a9: Pull complete [2020-09-21T17:59:25.684Z] e73272ec9a57: Pull complete [2020-09-21T17:59:25.684Z] 1e910a182e73: Pull complete [2020-09-21T17:59:31.026Z] 4e634b169226: Pull complete [2020-09-21T17:59:31.026Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-21T17:59:31.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-21T17:59:31.026Z] ---> f7629b54cfaa [2020-09-21T17:59:31.026Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-21T17:59:31.026Z] ---> Running in 221a95f8d7a8 [2020-09-21T17:59:31.289Z] Removing intermediate container 221a95f8d7a8 [2020-09-21T17:59:31.289Z] ---> 99a3bd17df7b [2020-09-21T17:59:31.289Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T17:59:31.289Z] ---> Running in 1272fc653a97 [2020-09-21T17:59:32.238Z] Removing intermediate container 1272fc653a97 [2020-09-21T17:59:32.238Z] ---> 752f6d5db2b1 [2020-09-21T17:59:32.238Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-09-21T17:59:32.238Z] ---> Running in 1f316949081a [2020-09-21T17:59:33.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-21T17:59:33.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-21T17:59:34.352Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-09-21T17:59:34.352Z] (2/6) Installing libsodium (1.0.18-r0) [2020-09-21T17:59:34.352Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-09-21T17:59:34.352Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-09-21T17:59:34.614Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-21T17:59:34.614Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-09-21T17:59:34.878Z] Executing busybox-1.31.1-r16.trigger [2020-09-21T17:59:34.878Z] OK: 167 MiB in 45 packages [2020-09-21T17:59:35.456Z] Removing intermediate container 1f316949081a [2020-09-21T17:59:35.456Z] ---> 751404b7f4ca [2020-09-21T17:59:35.456Z] Step 6/8 : WORKDIR /app [2020-09-21T17:59:35.456Z] ---> Running in d02f17c3dfa7 [2020-09-21T17:59:35.718Z] Removing intermediate container d02f17c3dfa7 [2020-09-21T17:59:35.718Z] ---> c01cb89bd2e8 [2020-09-21T17:59:35.718Z] Step 7/8 : COPY . . [2020-09-21T17:59:36.297Z] ---> 11ff572a3a50 [2020-09-21T17:59:36.297Z] Step 8/8 : RUN go mod download [2020-09-21T17:59:36.297Z] ---> Running in 463feb2332e1 [2020-09-21T17:59:41.575Z] Removing intermediate container e09d965cfeed [2020-09-21T17:59:41.576Z] ---> 2dc0efe01fe6 [2020-09-21T17:59:41.576Z] Step 14/27 : FROM alpine:latest [2020-09-21T17:59:41.576Z] latest: Pulling from library/alpine [2020-09-21T17:59:41.576Z] b538f80385f9: Already exists [2020-09-21T17:59:41.576Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-21T17:59:41.576Z] Status: Downloaded newer image for alpine:latest [2020-09-21T17:59:41.576Z] ---> 62ee0e9f8440 [2020-09-21T17:59:41.576Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-21T17:59:41.576Z] ---> Running in 6360377adc9c [2020-09-21T17:59:41.576Z] Removing intermediate container 6360377adc9c [2020-09-21T17:59:41.576Z] ---> 98b2483861da [2020-09-21T17:59:41.576Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-09-21T17:59:41.576Z] ---> Running in cc6f86336d4b [2020-09-21T17:59:42.173Z] Removing intermediate container cc6f86336d4b [2020-09-21T17:59:42.173Z] ---> 5af0eca1e8a7 [2020-09-21T17:59:42.173Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-09-21T17:59:42.173Z] ---> Running in d292d18d0549 [2020-09-21T17:59:43.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-21T17:59:43.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-21T17:59:44.143Z] (1/6) Installing ca-certificates (20191127-r4) [2020-09-21T17:59:44.417Z] (2/6) Installing libgcc (9.3.0-r2) [2020-09-21T17:59:44.417Z] (3/6) Installing libsodium (1.0.18-r0) [2020-09-21T17:59:44.417Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-09-21T17:59:44.417Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-21T17:59:44.417Z] (6/6) Installing zeromq (4.3.3-r0) [2020-09-21T17:59:44.417Z] Executing busybox-1.31.1-r16.trigger [2020-09-21T17:59:44.417Z] Executing ca-certificates-20191127-r4.trigger [2020-09-21T17:59:44.690Z] OK: 9 MiB in 20 packages [2020-09-21T17:59:46.664Z] Removing intermediate container d292d18d0549 [2020-09-21T17:59:46.664Z] ---> 091297507b35 [2020-09-21T17:59:46.664Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-09-21T17:59:46.938Z] ---> 49c6b98f9dbe [2020-09-21T17:59:46.938Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-09-21T17:59:47.916Z] ---> 84a63056ce58 [2020-09-21T17:59:47.916Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-09-21T17:59:48.517Z] ---> f56ab354e58a [2020-09-21T17:59:48.517Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-09-21T17:59:49.982Z] ---> 0cf3fe066cce [2020-09-21T17:59:49.982Z] Step 22/27 : EXPOSE 48095 [2020-09-21T17:59:49.982Z] ---> Running in 0a660bc4fade [2020-09-21T17:59:50.577Z] Removing intermediate container 0a660bc4fade [2020-09-21T17:59:50.577Z] ---> 5f05edb5b178 [2020-09-21T17:59:50.577Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-09-21T17:59:50.577Z] ---> Running in 39093c0538b8 [2020-09-21T17:59:50.855Z] Removing intermediate container 39093c0538b8 [2020-09-21T17:59:50.855Z] ---> 976051d82689 [2020-09-21T17:59:50.855Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-21T17:59:51.127Z] ---> Running in 71c93c0ff785 [2020-09-21T17:59:51.722Z] Removing intermediate container 71c93c0ff785 [2020-09-21T17:59:51.722Z] ---> 6c72697e1130 [2020-09-21T17:59:51.722Z] Step 25/27 : LABEL arch=arm64 [2020-09-21T17:59:51.722Z] ---> Running in 00928d8a075b [2020-09-21T17:59:51.995Z] Removing intermediate container 00928d8a075b [2020-09-21T17:59:51.995Z] ---> 865a358275d6 [2020-09-21T17:59:51.995Z] Step 26/27 : LABEL git_sha=3cd660e81816b08168514e6ce1dd9c9056e6c906 [2020-09-21T17:59:52.270Z] ---> Running in 9c88828533d9 [2020-09-21T17:59:52.867Z] Removing intermediate container 9c88828533d9 [2020-09-21T17:59:52.867Z] ---> 3069e9b31e8e [2020-09-21T17:59:52.867Z] Step 27/27 : LABEL version=1.2.1-dev.13 [2020-09-21T17:59:52.867Z] ---> Running in a57866514efd [2020-09-21T17:59:53.140Z] Removing intermediate container a57866514efd [2020-09-21T17:59:53.140Z] ---> 1e0cba987336 [2020-09-21T17:59:53.140Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-21T17:59:53.414Z] Successfully built 1e0cba987336 [2020-09-21T17:59:53.414Z] 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-09-21T17:59:54.000Z] provisioning config files... [2020-09-21T17:59:54.043Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/50@tmp/config2989278200462291431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-21T17:59:54.503Z] ---> docker-login.sh [2020-09-21T17:59:54.504Z] nexus3.edgexfoundry.org:10001 [2020-09-21T17:59:54.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-21T17:59:55.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-21T17:59:55.111Z] Configure a credential helper to remove this warning. See [2020-09-21T17:59:55.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-21T17:59:55.111Z] [2020-09-21T17:59:55.111Z] Login Succeeded [2020-09-21T17:59:55.111Z] nexus3.edgexfoundry.org:10002 [2020-09-21T17:59:55.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-21T17:59:55.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-21T17:59:55.669Z] Configure a credential helper to remove this warning. See [2020-09-21T17:59:55.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-21T17:59:55.669Z] [2020-09-21T17:59:55.669Z] Login Succeeded [2020-09-21T17:59:55.669Z] nexus3.edgexfoundry.org:10003 [2020-09-21T17:59:56.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-21T17:59:56.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-21T17:59:56.281Z] Configure a credential helper to remove this warning. See [2020-09-21T17:59:56.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-21T17:59:56.281Z] [2020-09-21T17:59:56.281Z] Login Succeeded [2020-09-21T17:59:56.281Z] nexus3.edgexfoundry.org:10004 [2020-09-21T17:59:56.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-21T17:59:56.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-21T17:59:56.891Z] Configure a credential helper to remove this warning. See [2020-09-21T17:59:56.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-21T17:59:56.891Z] [2020-09-21T17:59:56.891Z] Login Succeeded [2020-09-21T17:59:56.891Z] docker.io [2020-09-21T17:59:57.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-21T17:59:57.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-21T17:59:57.758Z] Configure a credential helper to remove this warning. See [2020-09-21T17:59:57.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-21T17:59:57.758Z] [2020-09-21T17:59:57.758Z] Login Succeeded [2020-09-21T17:59:57.758Z] ---> docker-login.sh ends [Pipeline] } [2020-09-21T17:59:57.777Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-21T17:59:58.069Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-09-21T17:59:58.069Z] 3cd660e81816b08168514e6ce1dd9c9056e6c906 [2020-09-21T17:59:58.069Z] latest [2020-09-21T17:59:58.069Z] 1.2.1-dev.13 [2020-09-21T17:59:58.069Z] 3cd660e81816b08168514e6ce1dd9c9056e6c906-1.2.1-dev.13 [2020-09-21T17:59:58.069Z] master [2020-09-21T17:59:58.069Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-21T17:59:58.599Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3cd660e81816b08168514e6ce1dd9c9056e6c906 [Pipeline] isUnix [Pipeline] sh [2020-09-21T17:59:58.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3cd660e81816b08168514e6ce1dd9c9056e6c906 [2020-09-21T17:59:58.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-21T17:59:58.934Z] dd08feb08cc6: Preparing [2020-09-21T17:59:58.934Z] 178d740df334: Preparing [2020-09-21T17:59:58.934Z] 7c0b56035d47: Preparing [2020-09-21T17:59:58.934Z] 45ad18721b76: Preparing [2020-09-21T17:59:58.934Z] d001a917eec4: Preparing [2020-09-21T17:59:58.934Z] e2f13739ad41: Preparing [2020-09-21T17:59:58.934Z] e2f13739ad41: Waiting [2020-09-21T17:59:59.208Z] 7c0b56035d47: Pushed [2020-09-21T17:59:59.208Z] 178d740df334: Pushed [2020-09-21T17:59:59.208Z] 45ad18721b76: Pushed [2020-09-21T17:59:59.480Z] e2f13739ad41: Layer already exists [2020-09-21T18:00:00.070Z] d001a917eec4: Pushed [2020-09-21T18:00:02.940Z] Removing intermediate container 463feb2332e1 [2020-09-21T18:00:02.941Z] ---> e7da9f25d24b [2020-09-21T18:00:02.941Z] Successfully built e7da9f25d24b [2020-09-21T18:00:02.941Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:03.297Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-21T18:00:03.297Z] . [Pipeline] withDockerContainer [2020-09-21T18:00:03.413Z] prd-centos7-docker-4c-2g-691 does not seem to be running inside a container [2020-09-21T18:00:03.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/50 -v /w/workspace/app-service-configurable/50:/w/workspace/app-service-configurable/50:rw,z -v /w/workspace/app-service-configurable/50@tmp:/w/workspace/app-service-configurable/50@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 ******** ci-base-image-x86_64 cat [2020-09-21T18:00:04.168Z] $ docker top ece10d5c304cb1db2bc77f8d20a25f6ba5e9caba8ac01340edd78356bffbbc1b -eo pid,comm [Pipeline] { [2020-09-21T18:00:04.363Z] dd08feb08cc6: Pushed [2020-09-21T18:00:04.363Z] 3cd660e81816b08168514e6ce1dd9c9056e6c906: digest: sha256:d8bd80ba5082d520b9216ed19a02ba7b8aeabb36e109b1824961689b5f1cded6 size: 1574 [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:04.699Z] + go version [2020-09-21T18:00:04.699Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-21T18:00:04.716Z] $ docker stop --time=1 ece10d5c304cb1db2bc77f8d20a25f6ba5e9caba8ac01340edd78356bffbbc1b [2020-09-21T18:00:04.810Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-09-21T18:00:06.057Z] $ docker rm -f ece10d5c304cb1db2bc77f8d20a25f6ba5e9caba8ac01340edd78356bffbbc1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-09-21T18:00:06.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-09-21T18:00:06.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-21T18:00:06.581Z] dd08feb08cc6: Preparing [2020-09-21T18:00:06.581Z] 178d740df334: Preparing [2020-09-21T18:00:06.581Z] 7c0b56035d47: Preparing [2020-09-21T18:00:06.581Z] 45ad18721b76: Preparing [2020-09-21T18:00:06.581Z] d001a917eec4: Preparing [2020-09-21T18:00:06.581Z] e2f13739ad41: Preparing [2020-09-21T18:00:06.581Z] e2f13739ad41: Waiting [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-09-21T18:00:06.853Z] 7c0b56035d47: Layer already exists [2020-09-21T18:00:06.853Z] 178d740df334: Layer already exists [2020-09-21T18:00:06.853Z] dd08feb08cc6: Layer already exists [2020-09-21T18:00:06.853Z] 45ad18721b76: Layer already exists [2020-09-21T18:00:06.853Z] d001a917eec4: Layer already exists [2020-09-21T18:00:06.853Z] e2f13739ad41: Layer already exists [2020-09-21T18:00:06.853Z] latest: digest: sha256:d8bd80ba5082d520b9216ed19a02ba7b8aeabb36e109b1824961689b5f1cded6 size: 1574 [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:07.207Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-21T18:00:07.359Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:07.525Z] + ls -al . [2020-09-21T18:00:07.526Z] total 72 [2020-09-21T18:00:07.526Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 21 17:59 . [2020-09-21T18:00:07.526Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 21 17:59 .. [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 6568 Sep 21 17:59 Attribution.txt [2020-09-21T18:00:07.526Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 21 17:59 bin [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 180 Sep 21 17:59 docker-compose.debug.yml [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 133 Sep 21 17:59 docker-compose.yml [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 2002 Sep 21 17:59 Dockerfile [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 966 Sep 21 17:59 Dockerfile.build [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 119 Sep 21 17:59 .dockerignore [2020-09-21T18:00:07.526Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 21 17:59 .git [2020-09-21T18:00:07.526Z] drwxrwxr-x. 2 jenkins jenkins 81 Sep 21 17:59 .github [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 93 Sep 21 17:59 .gitignore [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 133 Sep 21 17:59 go.mod [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 687 Sep 21 17:59 Jenkinsfile [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 10174 Sep 21 17:59 LICENSE [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 1519 Sep 21 17:59 main.go [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 1573 Sep 21 17:59 makefile [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 1277 Sep 21 17:59 README.md [2020-09-21T18:00:07.526Z] drwxrwxr-x. 10 jenkins jenkins 171 Sep 21 17:59 res [2020-09-21T18:00:07.526Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 21 17:59 .semver [2020-09-21T18:00:07.526Z] drwxrwxr-x. 4 jenkins jenkins 71 Sep 21 17:59 snap [2020-09-21T18:00:07.526Z] -rw-rw-r--. 1 jenkins jenkins 12 Sep 21 17:54 VERSION [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:07.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.13 [2020-09-21T18:00:07.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-21T18:00:07.694Z] dd08feb08cc6: Preparing [2020-09-21T18:00:07.694Z] 178d740df334: Preparing [2020-09-21T18:00:07.694Z] 7c0b56035d47: Preparing [2020-09-21T18:00:07.694Z] 45ad18721b76: Preparing [2020-09-21T18:00:07.694Z] d001a917eec4: Preparing [2020-09-21T18:00:07.694Z] e2f13739ad41: Preparing [2020-09-21T18:00:07.694Z] e2f13739ad41: Waiting [2020-09-21T18:00:07.839Z] + 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=3cd660e81816b08168514e6ce1dd9c9056e6c906 --label arch=amd64 --label version=1.2.1-dev.13 . [2020-09-21T18:00:07.840Z] Sending build context to Docker daemon 315.9kB [2020-09-21T18:00:07.840Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-09-21T18:00:07.840Z] Step 2/27 : FROM ${BASE} AS builder [2020-09-21T18:00:07.840Z] ---> e7da9f25d24b [2020-09-21T18:00:07.840Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-09-21T18:00:07.840Z] ---> Running in 8a8ec76c1c12 [2020-09-21T18:00:07.967Z] d001a917eec4: Layer already exists [2020-09-21T18:00:07.967Z] dd08feb08cc6: Layer already exists [2020-09-21T18:00:07.967Z] 7c0b56035d47: Layer already exists [2020-09-21T18:00:07.967Z] 178d740df334: Layer already exists [2020-09-21T18:00:07.967Z] 45ad18721b76: Layer already exists [2020-09-21T18:00:07.967Z] e2f13739ad41: Layer already exists [2020-09-21T18:00:07.967Z] 1.2.1-dev.13: digest: sha256:d8bd80ba5082d520b9216ed19a02ba7b8aeabb36e109b1824961689b5f1cded6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:08.109Z] Removing intermediate container 8a8ec76c1c12 [2020-09-21T18:00:08.109Z] ---> 40c5b561e0ae [2020-09-21T18:00:08.109Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-09-21T18:00:08.109Z] ---> Running in d9423065bca5 [2020-09-21T18:00:08.310Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3cd660e81816b08168514e6ce1dd9c9056e6c906-1.2.1-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:08.377Z] Removing intermediate container d9423065bca5 [2020-09-21T18:00:08.377Z] ---> 0c50af8f45cd [2020-09-21T18:00:08.377Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-21T18:00:08.377Z] ---> Running in 1b6d27bc2537 [2020-09-21T18:00:08.377Z] Removing intermediate container 1b6d27bc2537 [2020-09-21T18:00:08.377Z] ---> 5a7da0db35c3 [2020-09-21T18:00:08.377Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T18:00:08.641Z] ---> Running in f28975e70136 [2020-09-21T18:00:08.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3cd660e81816b08168514e6ce1dd9c9056e6c906-1.2.1-dev.13 [2020-09-21T18:00:08.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-21T18:00:08.644Z] dd08feb08cc6: Preparing [2020-09-21T18:00:08.644Z] 178d740df334: Preparing [2020-09-21T18:00:08.644Z] 7c0b56035d47: Preparing [2020-09-21T18:00:08.644Z] 45ad18721b76: Preparing [2020-09-21T18:00:08.644Z] d001a917eec4: Preparing [2020-09-21T18:00:08.644Z] e2f13739ad41: Preparing [2020-09-21T18:00:08.644Z] e2f13739ad41: Waiting [2020-09-21T18:00:08.644Z] dd08feb08cc6: Layer already exists [2020-09-21T18:00:08.915Z] d001a917eec4: Layer already exists [2020-09-21T18:00:08.915Z] 7c0b56035d47: Layer already exists [2020-09-21T18:00:08.915Z] 178d740df334: Layer already exists [2020-09-21T18:00:08.915Z] 45ad18721b76: Layer already exists [2020-09-21T18:00:08.915Z] e2f13739ad41: Layer already exists [2020-09-21T18:00:08.915Z] 3cd660e81816b08168514e6ce1dd9c9056e6c906-1.2.1-dev.13: digest: sha256:d8bd80ba5082d520b9216ed19a02ba7b8aeabb36e109b1824961689b5f1cded6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:09.257Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:09.588Z] Removing intermediate container f28975e70136 [2020-09-21T18:00:09.588Z] ---> 1bb6a4d26a46 [2020-09-21T18:00:09.588Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-21T18:00:09.588Z] ---> Running in 711f05d029a7 [2020-09-21T18:00:09.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-09-21T18:00:09.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-21T18:00:09.610Z] dd08feb08cc6: Preparing [2020-09-21T18:00:09.611Z] 178d740df334: Preparing [2020-09-21T18:00:09.611Z] 7c0b56035d47: Preparing [2020-09-21T18:00:09.611Z] 45ad18721b76: Preparing [2020-09-21T18:00:09.611Z] d001a917eec4: Preparing [2020-09-21T18:00:09.611Z] e2f13739ad41: Preparing [2020-09-21T18:00:09.611Z] e2f13739ad41: Waiting [2020-09-21T18:00:09.611Z] 178d740df334: Layer already exists [2020-09-21T18:00:09.611Z] d001a917eec4: Layer already exists [2020-09-21T18:00:09.611Z] 7c0b56035d47: Layer already exists [2020-09-21T18:00:09.611Z] dd08feb08cc6: Layer already exists [2020-09-21T18:00:09.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-21T18:00:09.888Z] 45ad18721b76: Layer already exists [2020-09-21T18:00:09.889Z] e2f13739ad41: Layer already exists [2020-09-21T18:00:09.889Z] master: digest: sha256:d8bd80ba5082d520b9216ed19a02ba7b8aeabb36e109b1824961689b5f1cded6 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-21T18:00:10.120Z] ===================================================== [Pipeline] echo [2020-09-21T18:00:10.225Z] taggedImages: [2020-09-21T18:00:10.225Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3cd660e81816b08168514e6ce1dd9c9056e6c906 [2020-09-21T18:00:10.225Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-09-21T18:00:10.225Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.13 [2020-09-21T18:00:10.225Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3cd660e81816b08168514e6ce1dd9c9056e6c906-1.2.1-dev.13 [2020-09-21T18:00:10.225Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-09-21T18:00:10.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-09-21T18:00:11.058Z] OK: 167 MiB in 45 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2020-09-21T18:00:11.632Z] Removing intermediate container 711f05d029a7 [2020-09-21T18:00:11.632Z] ---> 52b78c38a587 [2020-09-21T18:00:11.632Z] Step 8/27 : WORKDIR /app [2020-09-21T18:00:11.632Z] ---> Running in 1eacdf88bc50 [Pipeline] } [2020-09-21T18:00:11.894Z] Removing intermediate container 1eacdf88bc50 [2020-09-21T18:00:11.894Z] ---> a85d80f8a640 [2020-09-21T18:00:11.894Z] Step 9/27 : COPY go.mod . [2020-09-21T18:00:11.894Z] ---> a880acebd5e1 [2020-09-21T18:00:11.894Z] Step 10/27 : RUN go mod download [2020-09-21T18:00:12.155Z] ---> Running in 278fccf0ff3a [2020-09-21T18:00:13.115Z] Removing intermediate container 278fccf0ff3a [2020-09-21T18:00:13.115Z] ---> dd15cbcad163 [2020-09-21T18:00:13.115Z] Step 11/27 : COPY . . [2020-09-21T18:00:13.378Z] ---> 13e84d4cd4f6 [2020-09-21T18:00:13.378Z] Step 12/27 : ARG MAKE="make build" [2020-09-21T18:00:13.378Z] ---> Running in 2b925e3a3d01 [2020-09-21T18:00:13.640Z] Removing intermediate container 2b925e3a3d01 [2020-09-21T18:00:13.640Z] ---> 98d41f517118 [2020-09-21T18:00:13.640Z] Step 13/27 : RUN $MAKE [2020-09-21T18:00:13.640Z] ---> Running in 4e53b1f60bab [2020-09-21T18:00:14.216Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.32 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.13" -o app-service-configurable [2020-09-21T18:00:32.453Z] Removing intermediate container 4e53b1f60bab [2020-09-21T18:00:32.453Z] ---> 972d5b7e4cee [2020-09-21T18:00:32.453Z] Step 14/27 : FROM alpine:latest [2020-09-21T18:00:32.453Z] latest: Pulling from library/alpine [2020-09-21T18:00:32.453Z] df20fa9351a1: Already exists [2020-09-21T18:00:32.453Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-21T18:00:32.453Z] Status: Downloaded newer image for alpine:latest [2020-09-21T18:00:32.453Z] ---> a24bb4013296 [2020-09-21T18:00:32.453Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-21T18:00:32.453Z] ---> Running in 1d2f4f90f1e6 [2020-09-21T18:00:32.453Z] Removing intermediate container 1d2f4f90f1e6 [2020-09-21T18:00:32.453Z] ---> 90dc2609f4f2 [2020-09-21T18:00:32.453Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-09-21T18:00:32.453Z] ---> Running in 7cbacefbee8a [2020-09-21T18:00:32.719Z] Removing intermediate container 7cbacefbee8a [2020-09-21T18:00:32.719Z] ---> cb3622239639 [2020-09-21T18:00:32.719Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-09-21T18:00:32.719Z] ---> Running in 6d7c440c7f99 [2020-09-21T18:00:33.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-21T18:00:33.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-21T18:00:33.556Z] (1/6) Installing ca-certificates (20191127-r4) [2020-09-21T18:00:33.557Z] (2/6) Installing libgcc (9.3.0-r2) [2020-09-21T18:00:33.557Z] (3/6) Installing libsodium (1.0.18-r0) [2020-09-21T18:00:33.557Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-09-21T18:00:33.557Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-21T18:00:33.557Z] (6/6) Installing zeromq (4.3.3-r0) [2020-09-21T18:00:33.557Z] Executing busybox-1.31.1-r16.trigger [2020-09-21T18:00:33.557Z] Executing ca-certificates-20191127-r4.trigger [2020-09-21T18:00:33.557Z] OK: 9 MiB in 20 packages [2020-09-21T18:00:34.951Z] Removing intermediate container 6d7c440c7f99 [2020-09-21T18:00:34.951Z] ---> 5dd0299e4b22 [2020-09-21T18:00:34.951Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-09-21T18:00:34.951Z] ---> 4be75b3a52a1 [2020-09-21T18:00:34.951Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-09-21T18:00:35.214Z] ---> f22c3e72115f [2020-09-21T18:00:35.214Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-09-21T18:00:35.480Z] ---> b947a1c80698 [2020-09-21T18:00:35.480Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-09-21T18:00:36.433Z] ---> 2b578045e0aa [2020-09-21T18:00:36.433Z] Step 22/27 : EXPOSE 48095 [2020-09-21T18:00:36.433Z] ---> Running in 17cb45b3bb6e [2020-09-21T18:00:36.433Z] Removing intermediate container 17cb45b3bb6e [2020-09-21T18:00:36.433Z] ---> c349127fbf2d [2020-09-21T18:00:36.433Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-09-21T18:00:36.433Z] ---> Running in 785c8c8604fc [2020-09-21T18:00:36.697Z] Removing intermediate container 785c8c8604fc [2020-09-21T18:00:36.697Z] ---> 669e9724047b [2020-09-21T18:00:36.697Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-21T18:00:36.697Z] ---> Running in 510b2a9d65bd [2020-09-21T18:00:36.960Z] Removing intermediate container 510b2a9d65bd [2020-09-21T18:00:36.960Z] ---> dbdae119c709 [2020-09-21T18:00:36.960Z] Step 25/27 : LABEL arch=amd64 [2020-09-21T18:00:36.960Z] ---> Running in 986f03516884 [2020-09-21T18:00:36.960Z] Removing intermediate container 986f03516884 [2020-09-21T18:00:36.960Z] ---> d79fa2afebb6 [2020-09-21T18:00:36.960Z] Step 26/27 : LABEL git_sha=3cd660e81816b08168514e6ce1dd9c9056e6c906 [2020-09-21T18:00:37.223Z] ---> Running in fe2a7f8b03bf [2020-09-21T18:00:37.223Z] Removing intermediate container fe2a7f8b03bf [2020-09-21T18:00:37.223Z] ---> ee8852f9a8d9 [2020-09-21T18:00:37.223Z] Step 27/27 : LABEL version=1.2.1-dev.13 [2020-09-21T18:00:37.223Z] ---> Running in eca4ce1b6e42 [2020-09-21T18:00:37.487Z] Removing intermediate container eca4ce1b6e42 [2020-09-21T18:00:37.487Z] ---> ed117eeb9be9 [2020-09-21T18:00:37.487Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-21T18:00:37.487Z] Successfully built ed117eeb9be9 [2020-09-21T18:00:37.487Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-21T18:00:38.020Z] provisioning config files... [2020-09-21T18:00:38.058Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/50@tmp/config6636663340120576701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-21T18:00:38.425Z] ---> docker-login.sh [2020-09-21T18:00:38.425Z] nexus3.edgexfoundry.org:10001 [2020-09-21T18:00:38.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-21T18:00:38.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-21T18:00:38.690Z] Configure a credential helper to remove this warning. See [2020-09-21T18:00:38.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-21T18:00:38.690Z] [2020-09-21T18:00:38.690Z] Login Succeeded [2020-09-21T18:00:38.690Z] nexus3.edgexfoundry.org:10002 [2020-09-21T18:00:38.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-21T18:00:38.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-21T18:00:38.690Z] Configure a credential helper to remove this warning. See [2020-09-21T18:00:38.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-21T18:00:38.690Z] [2020-09-21T18:00:38.690Z] Login Succeeded [2020-09-21T18:00:38.690Z] nexus3.edgexfoundry.org:10003 [2020-09-21T18:00:38.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-21T18:00:38.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-21T18:00:38.953Z] Configure a credential helper to remove this warning. See [2020-09-21T18:00:38.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-21T18:00:38.954Z] [2020-09-21T18:00:38.954Z] Login Succeeded [2020-09-21T18:00:38.954Z] nexus3.edgexfoundry.org:10004 [2020-09-21T18:00:39.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-21T18:00:39.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-21T18:00:39.217Z] Configure a credential helper to remove this warning. See [2020-09-21T18:00:39.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-21T18:00:39.217Z] [2020-09-21T18:00:39.217Z] Login Succeeded [2020-09-21T18:00:39.217Z] docker.io [2020-09-21T18:00:39.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-21T18:00:39.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-21T18:00:39.480Z] Configure a credential helper to remove this warning. See [2020-09-21T18:00:39.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-21T18:00:39.480Z] [2020-09-21T18:00:39.480Z] Login Succeeded [2020-09-21T18:00:39.480Z] ---> docker-login.sh ends [Pipeline] } [2020-09-21T18:00:39.493Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-21T18:00:39.730Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-09-21T18:00:39.730Z] 3cd660e81816b08168514e6ce1dd9c9056e6c906 [2020-09-21T18:00:39.730Z] latest [2020-09-21T18:00:39.730Z] 1.2.1-dev.13 [2020-09-21T18:00:39.730Z] 3cd660e81816b08168514e6ce1dd9c9056e6c906-1.2.1-dev.13 [2020-09-21T18:00:39.730Z] master [2020-09-21T18:00:39.730Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:40.228Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3cd660e81816b08168514e6ce1dd9c9056e6c906 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:40.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3cd660e81816b08168514e6ce1dd9c9056e6c906 [2020-09-21T18:00:40.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-21T18:00:40.537Z] 3658056c07b7: Preparing [2020-09-21T18:00:40.537Z] d416c8c6afac: Preparing [2020-09-21T18:00:40.537Z] b2a356a0e91c: Preparing [2020-09-21T18:00:40.537Z] 2608c30b46c5: Preparing [2020-09-21T18:00:40.537Z] 1fe9cbcddc26: Preparing [2020-09-21T18:00:40.537Z] 50644c29ef5a: Preparing [2020-09-21T18:00:40.537Z] 50644c29ef5a: Waiting [2020-09-21T18:00:40.802Z] d416c8c6afac: Pushed [2020-09-21T18:00:40.802Z] b2a356a0e91c: Pushed [2020-09-21T18:00:40.802Z] 2608c30b46c5: Pushed [2020-09-21T18:00:40.802Z] 50644c29ef5a: Layer already exists [2020-09-21T18:00:41.070Z] 1fe9cbcddc26: Pushed [2020-09-21T18:00:42.463Z] 3658056c07b7: Pushed [2020-09-21T18:00:42.726Z] 3cd660e81816b08168514e6ce1dd9c9056e6c906: digest: sha256:7b371236d03f31bcd0c2047c20eaf2022c51652444aba47707c0573337b3c2ee size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:43.030Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:43.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-09-21T18:00:43.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-21T18:00:43.330Z] 3658056c07b7: Preparing [2020-09-21T18:00:43.330Z] d416c8c6afac: Preparing [2020-09-21T18:00:43.330Z] b2a356a0e91c: Preparing [2020-09-21T18:00:43.330Z] 2608c30b46c5: Preparing [2020-09-21T18:00:43.330Z] 1fe9cbcddc26: Preparing [2020-09-21T18:00:43.330Z] 50644c29ef5a: Preparing [2020-09-21T18:00:43.330Z] 50644c29ef5a: Waiting [2020-09-21T18:00:43.330Z] 2608c30b46c5: Layer already exists [2020-09-21T18:00:43.330Z] 1fe9cbcddc26: Layer already exists [2020-09-21T18:00:43.330Z] 3658056c07b7: Layer already exists [2020-09-21T18:00:43.330Z] b2a356a0e91c: Layer already exists [2020-09-21T18:00:43.330Z] d416c8c6afac: Layer already exists [2020-09-21T18:00:43.330Z] 50644c29ef5a: Layer already exists [2020-09-21T18:00:43.595Z] latest: digest: sha256:7b371236d03f31bcd0c2047c20eaf2022c51652444aba47707c0573337b3c2ee size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:43.907Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:44.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.13 [2020-09-21T18:00:44.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-21T18:00:44.212Z] 3658056c07b7: Preparing [2020-09-21T18:00:44.212Z] d416c8c6afac: Preparing [2020-09-21T18:00:44.212Z] b2a356a0e91c: Preparing [2020-09-21T18:00:44.212Z] 2608c30b46c5: Preparing [2020-09-21T18:00:44.212Z] 1fe9cbcddc26: Preparing [2020-09-21T18:00:44.212Z] 50644c29ef5a: Preparing [2020-09-21T18:00:44.212Z] 50644c29ef5a: Waiting [2020-09-21T18:00:44.212Z] d416c8c6afac: Layer already exists [2020-09-21T18:00:44.212Z] 1fe9cbcddc26: Layer already exists [2020-09-21T18:00:44.212Z] 2608c30b46c5: Layer already exists [2020-09-21T18:00:44.212Z] 3658056c07b7: Layer already exists [2020-09-21T18:00:44.212Z] b2a356a0e91c: Layer already exists [2020-09-21T18:00:44.212Z] 50644c29ef5a: Layer already exists [2020-09-21T18:00:44.476Z] 1.2.1-dev.13: digest: sha256:7b371236d03f31bcd0c2047c20eaf2022c51652444aba47707c0573337b3c2ee size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:44.787Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3cd660e81816b08168514e6ce1dd9c9056e6c906-1.2.1-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:45.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3cd660e81816b08168514e6ce1dd9c9056e6c906-1.2.1-dev.13 [2020-09-21T18:00:45.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-21T18:00:45.092Z] 3658056c07b7: Preparing [2020-09-21T18:00:45.092Z] d416c8c6afac: Preparing [2020-09-21T18:00:45.092Z] b2a356a0e91c: Preparing [2020-09-21T18:00:45.092Z] 2608c30b46c5: Preparing [2020-09-21T18:00:45.092Z] 1fe9cbcddc26: Preparing [2020-09-21T18:00:45.092Z] 50644c29ef5a: Preparing [2020-09-21T18:00:45.092Z] 50644c29ef5a: Waiting [2020-09-21T18:00:45.092Z] b2a356a0e91c: Layer already exists [2020-09-21T18:00:45.092Z] 2608c30b46c5: Layer already exists [2020-09-21T18:00:45.092Z] 1fe9cbcddc26: Layer already exists [2020-09-21T18:00:45.092Z] d416c8c6afac: Layer already exists [2020-09-21T18:00:45.092Z] 3658056c07b7: Layer already exists [2020-09-21T18:00:45.092Z] 50644c29ef5a: Layer already exists [2020-09-21T18:00:45.092Z] 3cd660e81816b08168514e6ce1dd9c9056e6c906-1.2.1-dev.13: digest: sha256:7b371236d03f31bcd0c2047c20eaf2022c51652444aba47707c0573337b3c2ee size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:45.410Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:45.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-09-21T18:00:45.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-21T18:00:45.722Z] 3658056c07b7: Preparing [2020-09-21T18:00:45.722Z] d416c8c6afac: Preparing [2020-09-21T18:00:45.722Z] b2a356a0e91c: Preparing [2020-09-21T18:00:45.722Z] 2608c30b46c5: Preparing [2020-09-21T18:00:45.722Z] 1fe9cbcddc26: Preparing [2020-09-21T18:00:45.722Z] 50644c29ef5a: Preparing [2020-09-21T18:00:45.722Z] 50644c29ef5a: Waiting [2020-09-21T18:00:45.722Z] 1fe9cbcddc26: Layer already exists [2020-09-21T18:00:45.722Z] 2608c30b46c5: Layer already exists [2020-09-21T18:00:45.722Z] b2a356a0e91c: Layer already exists [2020-09-21T18:00:45.722Z] 3658056c07b7: Layer already exists [2020-09-21T18:00:45.722Z] d416c8c6afac: Layer already exists [2020-09-21T18:00:45.722Z] 50644c29ef5a: Layer already exists [2020-09-21T18:00:45.722Z] master: digest: sha256:7b371236d03f31bcd0c2047c20eaf2022c51652444aba47707c0573337b3c2ee size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-21T18:00:45.920Z] ===================================================== [Pipeline] echo [2020-09-21T18:00:45.969Z] taggedImages: [2020-09-21T18:00:45.969Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3cd660e81816b08168514e6ce1dd9c9056e6c906 [2020-09-21T18:00:45.969Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-09-21T18:00:45.969Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.13 [2020-09-21T18:00:45.969Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3cd660e81816b08168514e6ce1dd9c9056e6c906-1.2.1-dev.13 [2020-09-21T18:00:45.969Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-21T18:00:48.584Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-21T18:00:48.587Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-21T18:00:48.650Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:49.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-21T18:00:49.327Z] [2020-09-21T18:00:49.327Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:00:49.735Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-21T18:00:49.735Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-21T18:00:49.735Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-21T18:00:49.735Z] 408f87550127: Pulling fs layer [2020-09-21T18:00:49.735Z] fe522b08c979: Pulling fs layer [2020-09-21T18:00:49.735Z] 221eaa008020: Pulling fs layer [2020-09-21T18:00:49.735Z] 2a4607e5d6b9: Pulling fs layer [2020-09-21T18:00:49.735Z] 8f79b27c4fd2: Pulling fs layer [2020-09-21T18:00:49.735Z] e5c8dbe1645b: Pulling fs layer [2020-09-21T18:00:49.735Z] 23e8b3b47431: Pulling fs layer [2020-09-21T18:00:49.735Z] 5c568d65a230: Pulling fs layer [2020-09-21T18:00:49.735Z] 8f79b27c4fd2: Waiting [2020-09-21T18:00:49.735Z] e5c8dbe1645b: Waiting [2020-09-21T18:00:49.736Z] 23e8b3b47431: Waiting [2020-09-21T18:00:49.736Z] 5c568d65a230: Waiting [2020-09-21T18:00:49.736Z] 221eaa008020: Waiting [2020-09-21T18:00:49.736Z] 2a4607e5d6b9: Waiting [2020-09-21T18:00:49.736Z] fe522b08c979: Verifying Checksum [2020-09-21T18:00:49.736Z] fe522b08c979: Download complete [2020-09-21T18:00:49.736Z] 408f87550127: Download complete [2020-09-21T18:00:49.736Z] 2a4607e5d6b9: Download complete [2020-09-21T18:00:49.736Z] 8f79b27c4fd2: Verifying Checksum [2020-09-21T18:00:49.736Z] 8f79b27c4fd2: Download complete [2020-09-21T18:00:50.627Z] cbdbe7a5bc2a: Download complete [2020-09-21T18:00:50.966Z] cbdbe7a5bc2a: Pull complete [2020-09-21T18:00:51.252Z] 408f87550127: Pull complete [2020-09-21T18:00:51.565Z] fe522b08c979: Pull complete [2020-09-21T18:00:51.850Z] e5c8dbe1645b: Verifying Checksum [2020-09-21T18:00:51.850Z] e5c8dbe1645b: Download complete [2020-09-21T18:00:55.530Z] 5c568d65a230: Verifying Checksum [2020-09-21T18:00:55.530Z] 5c568d65a230: Download complete [2020-09-21T18:00:55.530Z] 23e8b3b47431: Verifying Checksum [2020-09-21T18:00:55.530Z] 23e8b3b47431: Download complete [2020-09-21T18:00:57.562Z] 221eaa008020: Verifying Checksum [2020-09-21T18:00:57.562Z] 221eaa008020: Download complete [2020-09-21T18:01:07.992Z] 221eaa008020: Pull complete [2020-09-21T18:01:08.268Z] 2a4607e5d6b9: Pull complete [2020-09-21T18:01:08.546Z] 8f79b27c4fd2: Pull complete [2020-09-21T18:01:11.206Z] e5c8dbe1645b: Pull complete [2020-09-21T18:01:15.578Z] 23e8b3b47431: Pull complete [2020-09-21T18:01:16.996Z] 5c568d65a230: Pull complete [2020-09-21T18:01:16.996Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-21T18:01:16.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-21T18:01:16.996Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-21T18:01:17.288Z] prd-centos7-docker-4c-2g-689 does not seem to be running inside a container [2020-09-21T18:01:17.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-21T18:01:18.899Z] $ docker top 6e0d316537bf17a6fed5c7240385f7386084c086dd135277f02fbd8ade00bafb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T18:01:19.873Z] + snyk monitor '--org=edgex-jenkins' [2020-09-21T18:01:52.754Z] [2020-09-21T18:01:52.754Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-09-21T18:01:52.754Z] [2020-09-21T18:01:52.754Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/ad0d1bdd-cc8c-4cd3-a114-6a1cf21676b4 [2020-09-21T18:01:52.754Z] [2020-09-21T18:01:52.754Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-21T18:01:52.754Z] [2020-09-21T18:01:52.754Z] [2020-09-21T18:01:52.754Z] Snyk CLI supports Node.js 8 and higher. [2020-09-21T18:01:52.754Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-21T18:01:52.754Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-21T18:01:52.754Z] [2020-09-21T18:01:52.754Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-21T18:01:52.754Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-21T18:01:52.778Z] $ docker stop --time=1 6e0d316537bf17a6fed5c7240385f7386084c086dd135277f02fbd8ade00bafb [2020-09-21T18:01:57.084Z] $ docker rm -f 6e0d316537bf17a6fed5c7240385f7386084c086dd135277f02fbd8ade00bafb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:01:59.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-21T18:01:59.250Z] [2020-09-21T18:01:59.250Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:01:59.639Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-21T18:01:59.639Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-21T18:01:59.639Z] e7c96db7181b: Pulling fs layer [2020-09-21T18:01:59.639Z] 1868ca2cb446: Pulling fs layer [2020-09-21T18:01:59.639Z] 136be5d0fe8e: Pulling fs layer [2020-09-21T18:01:59.639Z] 894bfe63afcb: Pulling fs layer [2020-09-21T18:01:59.639Z] 894bfe63afcb: Waiting [2020-09-21T18:01:59.639Z] 1868ca2cb446: Verifying Checksum [2020-09-21T18:01:59.639Z] 1868ca2cb446: Download complete [2020-09-21T18:01:59.639Z] 136be5d0fe8e: Verifying Checksum [2020-09-21T18:01:59.639Z] 136be5d0fe8e: Download complete [2020-09-21T18:02:00.013Z] e7c96db7181b: Verifying Checksum [2020-09-21T18:02:00.013Z] e7c96db7181b: Download complete [2020-09-21T18:02:00.281Z] 894bfe63afcb: Download complete [2020-09-21T18:02:00.281Z] e7c96db7181b: Pull complete [2020-09-21T18:02:00.281Z] 1868ca2cb446: Pull complete [2020-09-21T18:02:00.547Z] 136be5d0fe8e: Pull complete [2020-09-21T18:02:00.811Z] 894bfe63afcb: Pull complete [2020-09-21T18:02:00.811Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-21T18:02:00.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-21T18:02:00.811Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-21T18:02:00.965Z] prd-centos7-docker-4c-2g-689 does not seem to be running inside a container [2020-09-21T18:02:01.039Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-21T18:02:02.381Z] $ docker top 2230c6248e87f7c057dbc4c6e4504f143200fd54416daf3333f3ff16c6baa8b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-21T18:02:03.035Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3cd660e81816b08168514e6ce1dd9c9056e6c906 [2020-09-21T18:02:03.036Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-21T18:02:08.703Z] $ docker stop --time=1 2230c6248e87f7c057dbc4c6e4504f143200fd54416daf3333f3ff16c6baa8b1 [2020-09-21T18:02:10.181Z] $ docker rm -f 2230c6248e87f7c057dbc4c6e4504f143200fd54416daf3333f3ff16c6baa8b1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:02:10.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-21T18:02:10.871Z] . [Pipeline] withDockerContainer [2020-09-21T18:02:11.055Z] prd-centos7-docker-4c-2g-689 does not seem to be running inside a container [2020-09-21T18:02:11.136Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-21T18:02:12.193Z] $ docker top 9121502e20fc0ca136dd2f56def725a46ab537575d81193b85bef528a00d3ec9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-21T18:02:12.865Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3cd660e81816b08168514e6ce1dd9c9056e6c906 [2020-09-21T18:02:12.865Z] + tee [2020-09-21T18:02:12.865Z] clair timeout 1m0s [2020-09-21T18:02:12.865Z] docker timeout: 1m0s [2020-09-21T18:02:12.865Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-21T18:02:13.939Z] $ docker stop --time=1 9121502e20fc0ca136dd2f56def725a46ab537575d81193b85bef528a00d3ec9 [2020-09-21T18:02:15.404Z] $ docker rm -f 9121502e20fc0ca136dd2f56def725a46ab537575d81193b85bef528a00d3ec9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-21T18:02:15.937Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-09-21T18:02:15.955Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_3cd660e81816b08168514e6ce1dd9c9056e6c906.html [Pipeline] writeFile [Pipeline] step [2020-09-21T18:02:16.018Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:02:16.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-21T18:02:16.392Z] . [Pipeline] withDockerContainer [2020-09-21T18:02:16.582Z] prd-centos7-docker-4c-2g-689 does not seem to be running inside a container [2020-09-21T18:02:16.835Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-21T18:02:18.204Z] $ docker top 2b8e62c0b2a9650aade05b319f583654e613a313eae94b709673cb960d0ce1d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-21T18:02:18.865Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3cd660e81816b08168514e6ce1dd9c9056e6c906 [2020-09-21T18:02:18.865Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-21T18:02:24.732Z] $ docker stop --time=1 2b8e62c0b2a9650aade05b319f583654e613a313eae94b709673cb960d0ce1d0 [2020-09-21T18:02:26.221Z] $ docker rm -f 2b8e62c0b2a9650aade05b319f583654e613a313eae94b709673cb960d0ce1d0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:02:26.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-21T18:02:26.886Z] . [Pipeline] withDockerContainer [2020-09-21T18:02:27.178Z] prd-centos7-docker-4c-2g-689 does not seem to be running inside a container [2020-09-21T18:02:27.276Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-21T18:02:28.678Z] $ docker top 7d5daab0b3ddb1a2ee39812ddf3f56359e033d595940333f72a62ee8bc8592c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-21T18:02:29.736Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3cd660e81816b08168514e6ce1dd9c9056e6c906 [2020-09-21T18:02:29.736Z] + tee [2020-09-21T18:02:29.736Z] clair timeout 1m0s [2020-09-21T18:02:29.736Z] docker timeout: 1m0s [2020-09-21T18:02:29.736Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-21T18:02:30.905Z] $ docker stop --time=1 7d5daab0b3ddb1a2ee39812ddf3f56359e033d595940333f72a62ee8bc8592c9 [2020-09-21T18:02:32.474Z] $ docker rm -f 7d5daab0b3ddb1a2ee39812ddf3f56359e033d595940333f72a62ee8bc8592c9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-21T18:02:33.109Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-09-21T18:02:33.123Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_3cd660e81816b08168514e6ce1dd9c9056e6c906.html [Pipeline] writeFile [Pipeline] step [2020-09-21T18:02:33.205Z] Archiving artifacts [Pipeline] } [Pipeline] // script [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] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:02:34.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T18:02:34.838Z] . [Pipeline] withDockerContainer [2020-09-21T18:02:35.027Z] prd-centos7-docker-4c-2g-689 does not seem to be running inside a container [2020-09-21T18:02:35.142Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-21T18:02:36.202Z] $ docker top ddf686813d3940844e96afc346dcd95cd50bd6c37333a8c91e6ead8477b23ef5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-21T18:02:36.614Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-21T18:02:36.614Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-21T18:02:36.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-21T18:02:36.996Z] $ docker exec ddf686813d3940844e96afc346dcd95cd50bd6c37333a8c91e6ead8477b23ef5 ssh-agent [2020-09-21T18:02:37.371Z] SSH_AUTH_SOCK=/tmp/ssh-EtOrs0c9ARKX/agent.11 [2020-09-21T18:02:37.371Z] SSH_AGENT_PID=16 [2020-09-21T18:02:37.385Z] Running ssh-add (command line suppressed) [2020-09-21T18:02:37.576Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5237855864410165409.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5237855864410165409.key) [2020-09-21T18:02:37.657Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-21T18:02:38.009Z] + git semver tag [2020-09-21T18:02:38.279Z] # -> Open(): unable to determine branch for HEAD [2020-09-21T18:02:38.279Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-21T18:02:38.279Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-21T18:02:38.279Z] # $SEMVER_REMOTE_NAME = origin [2020-09-21T18:02:38.279Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-21T18:02:38.279Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-21T18:02:38.279Z] # $SEMVER_BRANCH = master [2020-09-21T18:02:38.279Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-09-21T18:02:38.279Z] # 3cd660e81816b08168514e6ce1dd9c9056e6c906 HEAD [2020-09-21T18:02:38.279Z] # -> Force: false [2020-09-21T18:02:38.279Z] # 241325774186052aee2e8ba6815bef959440fea0 refs/tags/v1.2.1-dev.13 [Pipeline] } [2020-09-21T18:02:38.295Z] $ docker exec --env ******** --env ******** ddf686813d3940844e96afc346dcd95cd50bd6c37333a8c91e6ead8477b23ef5 ssh-agent -k [2020-09-21T18:02:38.471Z] unset SSH_AUTH_SOCK; [2020-09-21T18:02:38.471Z] unset SSH_AGENT_PID; [2020-09-21T18:02:38.471Z] echo Agent pid 16 killed; [2020-09-21T18:02:38.558Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-21T18:02:39.068Z] + git semver [Pipeline] } [2020-09-21T18:02:39.093Z] $ docker stop --time=1 ddf686813d3940844e96afc346dcd95cd50bd6c37333a8c91e6ead8477b23ef5 [2020-09-21T18:02:40.542Z] $ docker rm -f ddf686813d3940844e96afc346dcd95cd50bd6c37333a8c91e6ead8477b23ef5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:02:41.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-21T18:02:41.287Z] [2020-09-21T18:02:41.287Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:02:41.663Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-21T18:02:41.663Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-21T18:02:41.663Z] ab5ef0e58194: Pulling fs layer [2020-09-21T18:02:41.663Z] 9712f1f96733: Pulling fs layer [2020-09-21T18:02:41.663Z] 63f879dbbcfc: Pulling fs layer [2020-09-21T18:02:41.663Z] 0d9ebad4ef96: Pulling fs layer [2020-09-21T18:02:41.663Z] e9a5061849ea: Pulling fs layer [2020-09-21T18:02:41.663Z] d747dcd14b5f: Pulling fs layer [2020-09-21T18:02:41.663Z] 2de7ff778b66: Pulling fs layer [2020-09-21T18:02:41.663Z] 0d9ebad4ef96: Waiting [2020-09-21T18:02:41.663Z] e9a5061849ea: Waiting [2020-09-21T18:02:41.663Z] 2de7ff778b66: Waiting [2020-09-21T18:02:41.663Z] d747dcd14b5f: Waiting [2020-09-21T18:02:41.663Z] 9712f1f96733: Verifying Checksum [2020-09-21T18:02:41.663Z] 9712f1f96733: Download complete [2020-09-21T18:02:45.311Z] 63f879dbbcfc: Verifying Checksum [2020-09-21T18:02:45.311Z] 63f879dbbcfc: Download complete [2020-09-21T18:02:45.950Z] e9a5061849ea: Verifying Checksum [2020-09-21T18:02:45.950Z] e9a5061849ea: Download complete [2020-09-21T18:02:45.950Z] d747dcd14b5f: Verifying Checksum [2020-09-21T18:02:45.950Z] d747dcd14b5f: Download complete [2020-09-21T18:02:47.433Z] 0d9ebad4ef96: Verifying Checksum [2020-09-21T18:02:47.433Z] 0d9ebad4ef96: Download complete [2020-09-21T18:02:48.186Z] 2de7ff778b66: Verifying Checksum [2020-09-21T18:02:48.186Z] 2de7ff778b66: Download complete [2020-09-21T18:02:49.217Z] ab5ef0e58194: Verifying Checksum [2020-09-21T18:02:49.217Z] ab5ef0e58194: Download complete [2020-09-21T18:02:57.585Z] ab5ef0e58194: Pull complete [2020-09-21T18:02:57.585Z] 9712f1f96733: Pull complete [2020-09-21T18:03:00.442Z] 63f879dbbcfc: Pull complete [2020-09-21T18:03:10.830Z] 0d9ebad4ef96: Pull complete [2020-09-21T18:03:11.460Z] e9a5061849ea: Pull complete [2020-09-21T18:03:11.460Z] d747dcd14b5f: Pull complete [2020-09-21T18:03:14.921Z] 2de7ff778b66: Pull complete [2020-09-21T18:03:14.921Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-21T18:03:14.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-21T18:03:14.921Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-21T18:03:15.194Z] prd-centos7-docker-4c-2g-689 does not seem to be running inside a container [2020-09-21T18:03:15.358Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-21T18:03:19.654Z] $ docker top fc9d110a2dde65650fbc78424f376cbfa82bcad140a2d8fa989deeb85bace4bc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-21T18:03:19.894Z] provisioning config files... [2020-09-21T18:03:19.913Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8297028483667957390tmp [2020-09-21T18:03:19.936Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config6839031390691053119tmp [2020-09-21T18:03:19.957Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5040472824239715473tmp [Pipeline] { [Pipeline] echo [2020-09-21T18:03:20.017Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T18:03:20.329Z] ---> sigul-configuration.sh [2020-09-21T18:03:20.602Z] gpg: directory `/root/.gnupg' created [2020-09-21T18:03:20.602Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-21T18:03:20.602Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-21T18:03:20.602Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-21T18:03:20.602Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-21T18:03:20.602Z] gpg: CAST5 encrypted data [2020-09-21T18:03:20.602Z] gpg: encrypted with 1 passphrase [2020-09-21T18:03:20.602Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-21T18:03:21.020Z] + mkdir /home/jenkins [2020-09-21T18:03:21.020Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-21T18:03:21.748Z] + 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-09-21T18:03:21.765Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T18:03:22.431Z] ---> sigul-install.sh [2020-09-21T18:03:31.007Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-21T18:03:31.842Z] + git tag --list [2020-09-21T18:03:31.842Z] v1.2.1-dev.13 [Pipeline] sh [2020-09-21T18:03:32.351Z] + lftools sign git-tag v1.2.1-dev.13 [2020-09-21T18:03:34.353Z] Signing Git tag with Sigul... [2020-09-21T18:03:34.353Z] Signing v1.2.1-dev.13 [Pipeline] echo [2020-09-21T18:03:35.438Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T18:03:35.958Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-21T18:03:35.989Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-21T18:03:36.085Z] $ docker stop --time=1 fc9d110a2dde65650fbc78424f376cbfa82bcad140a2d8fa989deeb85bace4bc [2020-09-21T18:03:38.067Z] $ docker rm -f fc9d110a2dde65650fbc78424f376cbfa82bcad140a2d8fa989deeb85bace4bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:03:39.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T18:03:39.051Z] . [Pipeline] withDockerContainer [2020-09-21T18:03:39.213Z] prd-centos7-docker-4c-2g-689 does not seem to be running inside a container [2020-09-21T18:03:39.274Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-21T18:03:40.316Z] $ docker top 805727846e2cd6d4a290893bc54dd174f1d256178ed1678b71fccd3c46ab76f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-21T18:03:40.881Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-21T18:03:40.882Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-21T18:03:41.401Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-21T18:03:41.408Z] $ docker exec 805727846e2cd6d4a290893bc54dd174f1d256178ed1678b71fccd3c46ab76f9 ssh-agent [2020-09-21T18:03:41.860Z] SSH_AUTH_SOCK=/tmp/ssh-OUAGcnZCbpT4/agent.11 [2020-09-21T18:03:41.860Z] SSH_AGENT_PID=16 [2020-09-21T18:03:41.910Z] Running ssh-add (command line suppressed) [2020-09-21T18:03:42.298Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6459100726473407994.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6459100726473407994.key) [2020-09-21T18:03:42.425Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-21T18:03:43.247Z] + git semver bump pre [2020-09-21T18:03:43.247Z] # -> Open(): unable to determine branch for HEAD [2020-09-21T18:03:43.247Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-21T18:03:43.247Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-21T18:03:43.247Z] # $SEMVER_REMOTE_NAME = origin [2020-09-21T18:03:43.247Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-21T18:03:43.247Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-21T18:03:43.247Z] # $SEMVER_BRANCH = master [2020-09-21T18:03:43.247Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-09-21T18:03:43.266Z] 1.2.1-dev.14 [Pipeline] } [2020-09-21T18:03:43.280Z] $ docker exec --env ******** --env ******** 805727846e2cd6d4a290893bc54dd174f1d256178ed1678b71fccd3c46ab76f9 ssh-agent -k [2020-09-21T18:03:43.626Z] unset SSH_AUTH_SOCK; [2020-09-21T18:03:43.626Z] unset SSH_AGENT_PID; [2020-09-21T18:03:43.626Z] echo Agent pid 16 killed; [2020-09-21T18:03:43.708Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-21T18:03:44.645Z] + git semver [Pipeline] } [2020-09-21T18:03:44.705Z] $ docker stop --time=1 805727846e2cd6d4a290893bc54dd174f1d256178ed1678b71fccd3c46ab76f9 [2020-09-21T18:03:46.641Z] $ docker rm -f 805727846e2cd6d4a290893bc54dd174f1d256178ed1678b71fccd3c46ab76f9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:03:47.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T18:03:47.310Z] . [Pipeline] withDockerContainer [2020-09-21T18:03:47.566Z] prd-centos7-docker-4c-2g-689 does not seem to be running inside a container [2020-09-21T18:03:47.787Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-21T18:03:50.192Z] $ docker top b6877c4bfc846991a88df25b5d31982b7df115cc15a9d4d0eb32106761711348 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-21T18:03:50.637Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-21T18:03:50.637Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-21T18:03:51.402Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-21T18:03:51.409Z] $ docker exec b6877c4bfc846991a88df25b5d31982b7df115cc15a9d4d0eb32106761711348 ssh-agent [2020-09-21T18:03:52.317Z] SSH_AUTH_SOCK=/tmp/ssh-OzB6luzlemJd/agent.11 [2020-09-21T18:03:52.317Z] SSH_AGENT_PID=16 [2020-09-21T18:03:52.340Z] Running ssh-add (command line suppressed) [2020-09-21T18:03:53.034Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4421511512738421251.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4421511512738421251.key) [2020-09-21T18:03:53.494Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-21T18:03:54.421Z] + git semver push [2020-09-21T18:03:54.421Z] # -> Open(): unable to determine branch for HEAD [2020-09-21T18:03:54.421Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-21T18:03:54.421Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-21T18:03:54.421Z] # $SEMVER_REMOTE_NAME = origin [2020-09-21T18:03:54.421Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-21T18:03:54.421Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-21T18:03:54.421Z] # $SEMVER_BRANCH = master [2020-09-21T18:03:54.421Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-09-21T18:04:03.012Z] $ docker exec --env ******** --env ******** b6877c4bfc846991a88df25b5d31982b7df115cc15a9d4d0eb32106761711348 ssh-agent -k [2020-09-21T18:04:03.444Z] unset SSH_AUTH_SOCK; [2020-09-21T18:04:03.445Z] unset SSH_AGENT_PID; [2020-09-21T18:04:03.445Z] echo Agent pid 16 killed; [2020-09-21T18:04:03.898Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-21T18:04:05.173Z] + git semver [Pipeline] } [2020-09-21T18:04:05.195Z] $ docker stop --time=1 b6877c4bfc846991a88df25b5d31982b7df115cc15a9d4d0eb32106761711348 [2020-09-21T18:04:07.201Z] $ docker rm -f b6877c4bfc846991a88df25b5d31982b7df115cc15a9d4d0eb32106761711348 [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-09-21T18:04:08.832Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T18:04:09.748Z] ---> package-listing.sh [2020-09-21T18:04:09.748Z] ++ facter osfamily [2020-09-21T18:04:09.748Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-21T18:04:10.132Z] + OS_FAMILY=redhat [2020-09-21T18:04:10.132Z] + workspace=/w/workspace/_app-service-configurable_master [2020-09-21T18:04:10.132Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-21T18:04:10.132Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-21T18:04:10.132Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-21T18:04:10.132Z] + PACKAGES=/tmp/packages_start.txt [2020-09-21T18:04:10.132Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-09-21T18:04:10.132Z] + PACKAGES=/tmp/packages_end.txt [2020-09-21T18:04:10.132Z] + case "${OS_FAMILY}" in [2020-09-21T18:04:10.132Z] + rpm -qa [2020-09-21T18:04:10.132Z] + sort [2020-09-21T18:04:15.674Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-21T18:04:15.674Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-21T18:04:15.674Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-21T18:04:15.674Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-09-21T18:04:15.674Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-09-21T18:04:15.674Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:04:16.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-21T18:04:16.164Z] [2020-09-21T18:04:16.164Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-21T18:04:16.538Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-21T18:04:16.827Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-21T18:04:16.827Z] df20fa9351a1: Pulling fs layer [2020-09-21T18:04:16.827Z] 36b3adc4ff6f: Pulling fs layer [2020-09-21T18:04:16.827Z] 8ad3a11d3b57: Pulling fs layer [2020-09-21T18:04:16.827Z] 46f8f816bc3b: Pulling fs layer [2020-09-21T18:04:16.827Z] 0dadc02b9964: Pulling fs layer [2020-09-21T18:04:16.827Z] ce6a7cf60c04: Pulling fs layer [2020-09-21T18:04:16.827Z] 7a184a31f384: Pulling fs layer [2020-09-21T18:04:16.827Z] 0879bd2ef858: Pulling fs layer [2020-09-21T18:04:16.827Z] 46f8f816bc3b: Waiting [2020-09-21T18:04:16.827Z] 0dadc02b9964: Waiting [2020-09-21T18:04:16.827Z] ce6a7cf60c04: Waiting [2020-09-21T18:04:16.827Z] 0879bd2ef858: Waiting [2020-09-21T18:04:16.827Z] 7a184a31f384: Waiting [2020-09-21T18:04:16.827Z] 36b3adc4ff6f: Verifying Checksum [2020-09-21T18:04:16.827Z] 36b3adc4ff6f: Download complete [2020-09-21T18:04:16.828Z] 46f8f816bc3b: Verifying Checksum [2020-09-21T18:04:16.828Z] 46f8f816bc3b: Download complete [2020-09-21T18:04:16.828Z] df20fa9351a1: Verifying Checksum [2020-09-21T18:04:16.828Z] ce6a7cf60c04: Verifying Checksum [2020-09-21T18:04:16.828Z] ce6a7cf60c04: Download complete [2020-09-21T18:04:17.123Z] 7a184a31f384: Verifying Checksum [2020-09-21T18:04:17.123Z] 7a184a31f384: Download complete [2020-09-21T18:04:17.123Z] 0dadc02b9964: Verifying Checksum [2020-09-21T18:04:17.123Z] 0dadc02b9964: Download complete [2020-09-21T18:04:17.777Z] df20fa9351a1: Pull complete [2020-09-21T18:04:17.777Z] 8ad3a11d3b57: Verifying Checksum [2020-09-21T18:04:17.777Z] 8ad3a11d3b57: Download complete [2020-09-21T18:04:18.074Z] 36b3adc4ff6f: Pull complete [2020-09-21T18:04:19.695Z] 0879bd2ef858: Verifying Checksum [2020-09-21T18:04:19.695Z] 0879bd2ef858: Download complete [2020-09-21T18:04:19.695Z] 8ad3a11d3b57: Pull complete [2020-09-21T18:04:19.695Z] 46f8f816bc3b: Pull complete [2020-09-21T18:04:20.341Z] 0dadc02b9964: Pull complete [2020-09-21T18:04:20.622Z] ce6a7cf60c04: Pull complete [2020-09-21T18:04:20.902Z] 7a184a31f384: Pull complete [2020-09-21T18:04:29.532Z] 0879bd2ef858: Pull complete [2020-09-21T18:04:29.532Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-21T18:04:29.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-21T18:04:29.532Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-21T18:04:29.754Z] prd-centos7-docker-4c-2g-689 does not seem to be running inside a container [2020-09-21T18:04:29.830Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-21T18:04:32.744Z] $ docker top ccebc28da30b1a15d29ba9e7d8ab1142d5645fe9b5913814323730587d66614b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T18:04:33.593Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-21T18:04:34.446Z] + ls /var/log/sa-host [2020-09-21T18:04:34.446Z] + sadf -c /var/log/sa-host/sa05 [2020-09-21T18:04:34.446Z] file_magic: OK [2020-09-21T18:04:34.446Z] HZ: Using current value: 100 [2020-09-21T18:04:34.446Z] file_header: OK [2020-09-21T18:04:34.446Z] 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-09-21T18:04:34.446Z] Statistics: [2020-09-21T18:04:34.446Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-21T18:04:34.446Z] File successfully converted to sysstat format version 12.2.1 [2020-09-21T18:04:34.446Z] + sadf -c /var/log/sa-host/sa21 [2020-09-21T18:04:34.446Z] file_magic: OK [2020-09-21T18:04:34.446Z] HZ: Using current value: 100 [2020-09-21T18:04:34.446Z] file_header: OK [2020-09-21T18:04:34.446Z] 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-09-21T18:04:34.446Z] Statistics: [2020-09-21T18:04:34.446Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-21T18:04:34.446Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-21T18:04:34.518Z] provisioning config files... [2020-09-21T18:04:34.536Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1628117606906729564tmp [Pipeline] { [Pipeline] echo [2020-09-21T18:04:34.620Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T18:04:34.955Z] ---> create-netrc.sh [Pipeline] echo [2020-09-21T18:04:34.976Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T18:04:35.365Z] ---> logs-deploy.sh [2020-09-21T18:04:35.365Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/50 [2020-09-21T18:04:35.365Z] INFO: archiving workspace using pattern(s): [2020-09-21T18:04:38.048Z] Archives upload complete. [2020-09-21T18:04:38.048Z] INFO: archiving logs to Nexus