Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8582f2b767348e02b53e84eef1a2c5c64dff35c1 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 Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32 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 > 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 Checking out Revision 8582f2b767348e02b53e84eef1a2c5c64dff35c1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8582f2b767348e02b53e84eef1a2c5c64dff35c1 # timeout=10 Commit message: "build: Switch to using Go 1.15 (#117)" > git rev-list --no-walk 99aa3b53937bec0da90267ae07f26eaa97fe64a2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-16T22:34:14.654Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-16T22:34:14.998Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-16T22:34:15.101Z] ========================================================= [2020-09-16T22:34:15.101Z] EdgeX Global Pipelines Version Info [2020-09-16T22:34:15.101Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:34:16.591Z] ------------------- [2020-09-16T22:34:16.591Z] stable info: [2020-09-16T22:34:16.591Z] ------------------- [2020-09-16T22:34:16.591Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-16T22:34:16.591Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T22:34:16.591Z] Message: update stable to v1.0.122 [2020-09-16T22:34:18.010Z] ------------------- [2020-09-16T22:34:18.010Z] experimental info: [2020-09-16T22:34:18.010Z] ------------------- [2020-09-16T22:34:18.010Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-16T22:34:18.010Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T22:34:18.010Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-16T22:34:18.569Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-09-16T22:34:18.675Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-09-16T22:34:18.768Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-16T22:34:18.870Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-16T22:34:18.964Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-16T22:34:19.058Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-16T22:34:19.163Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-16T22:34:19.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-16T22:34:19.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-16T22:34:19.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-16T22:34:19.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-16T22:34:19.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-09-16T22:34:19.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-16T22:34:19.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-16T22:34:19.936Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-16T22:34:20.026Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-16T22:34:20.112Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T22:34:20.294Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T22:34:20.492Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-16T22:34:20.629Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-16T22:34:20.745Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-16T22:34:20.843Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-16T22:34:20.944Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-16T22:34:21.034Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-16T22:34:21.136Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-16T22:34:21.242Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8582f2b767348e02b53e84eef1a2c5c64dff35c1 [Pipeline] echo [2020-09-16T22:34:21.401Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8582f2b [Pipeline] echo [2020-09-16T22:34:21.495Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-16T22:34:22.376Z] + git log --format=format:%s -1 8582f2b767348e02b53e84eef1a2c5c64dff35c1 [Pipeline] echo [2020-09-16T22:34:22.494Z] GIT_COMMIT: 8582f2b767348e02b53e84eef1a2c5c64dff35c1, Commit Message: build: Switch to using Go 1.15 (#117) [Pipeline] echo [2020-09-16T22:34:22.540Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:34:23.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T22:34:24.118Z] [2020-09-16T22:34:24.118Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:34:24.479Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T22:34:24.479Z] latest: Pulling from edgex-devops/git-semver [2020-09-16T22:34:24.479Z] 31603596830f: Pulling fs layer [2020-09-16T22:34:24.479Z] 2a8b12db71e7: Pulling fs layer [2020-09-16T22:34:24.479Z] 6ca5941a6612: Pulling fs layer [2020-09-16T22:34:24.479Z] ecc8261a40a4: Pulling fs layer [2020-09-16T22:34:24.479Z] ecc8261a40a4: Waiting [2020-09-16T22:34:24.479Z] 2a8b12db71e7: Verifying Checksum [2020-09-16T22:34:24.479Z] 2a8b12db71e7: Download complete [2020-09-16T22:34:24.746Z] 31603596830f: Verifying Checksum [2020-09-16T22:34:24.746Z] 31603596830f: Download complete [2020-09-16T22:34:24.746Z] 6ca5941a6612: Verifying Checksum [2020-09-16T22:34:24.746Z] 6ca5941a6612: Download complete [2020-09-16T22:34:24.746Z] ecc8261a40a4: Verifying Checksum [2020-09-16T22:34:24.746Z] ecc8261a40a4: Download complete [2020-09-16T22:34:25.327Z] 31603596830f: Pull complete [2020-09-16T22:34:25.327Z] 2a8b12db71e7: Pull complete [2020-09-16T22:34:26.291Z] 6ca5941a6612: Pull complete [2020-09-16T22:34:26.570Z] ecc8261a40a4: Pull complete [2020-09-16T22:34:26.570Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-16T22:34:26.570Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T22:34:26.570Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-16T22:34:26.728Z] prd-centos7-docker-4c-2g-32 does not seem to be running inside a container [2020-09-16T22:34:26.824Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-16T22:34:29.262Z] $ docker top cff7a61a30cd101fa16eb49fc89e62175dc2eb26cef38ce32fb475282413d29f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T22:34:29.565Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T22:34:29.566Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T22:34:29.804Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T22:34:29.811Z] $ docker exec cff7a61a30cd101fa16eb49fc89e62175dc2eb26cef38ce32fb475282413d29f ssh-agent [2020-09-16T22:34:30.000Z] SSH_AUTH_SOCK=/tmp/ssh-OlzQ0GOQco8j/agent.12 [2020-09-16T22:34:30.000Z] SSH_AGENT_PID=18 [2020-09-16T22:34:30.013Z] Running ssh-add (command line suppressed) [2020-09-16T22:34:30.145Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1483050631326367945.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1483050631326367945.key) [2020-09-16T22:34:30.200Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T22:34:30.597Z] + git describe --exact-match --tags HEAD [2020-09-16T22:34:30.597Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-16T22:34:30.698Z] $ docker exec --env ******** --env ******** cff7a61a30cd101fa16eb49fc89e62175dc2eb26cef38ce32fb475282413d29f ssh-agent -k [2020-09-16T22:34:30.831Z] unset SSH_AUTH_SOCK; [2020-09-16T22:34:30.831Z] unset SSH_AGENT_PID; [2020-09-16T22:34:30.831Z] echo Agent pid 18 killed; [2020-09-16T22:34:30.887Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-16T22:34:30.977Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-16T22:34:30.977Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-16T22:34:31.090Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T22:34:31.090Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T22:34:31.256Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T22:34:31.262Z] $ docker exec cff7a61a30cd101fa16eb49fc89e62175dc2eb26cef38ce32fb475282413d29f ssh-agent [2020-09-16T22:34:31.443Z] SSH_AUTH_SOCK=/tmp/ssh-ou2xbgurXvOP/agent.47 [2020-09-16T22:34:31.443Z] SSH_AGENT_PID=52 [2020-09-16T22:34:31.451Z] Running ssh-add (command line suppressed) [2020-09-16T22:34:31.596Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3852242258315000618.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3852242258315000618.key) [2020-09-16T22:34:31.661Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T22:34:32.021Z] + git semver init [2020-09-16T22:34:32.021Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T22:34:32.021Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-16T22:34:32.021Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-16T22:34:32.021Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T22:34:32.021Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T22:34:32.021Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T22:34:32.021Z] # $SEMVER_BRANCH = master [2020-09-16T22:34:32.021Z] # $SEMVER_TEMP = /tmp/semver-711349732 [2020-09-16T22:34:32.021Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-09-16T22:34:32.602Z] # '/tmp/semver-711349732' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-09-16T22:34:32.602Z] # -> Force: false [2020-09-16T22:34:32.602Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-09-16T22:34:32.618Z] $ docker exec --env ******** --env ******** cff7a61a30cd101fa16eb49fc89e62175dc2eb26cef38ce32fb475282413d29f ssh-agent -k [2020-09-16T22:34:32.804Z] unset SSH_AUTH_SOCK; [2020-09-16T22:34:32.804Z] unset SSH_AGENT_PID; [2020-09-16T22:34:32.804Z] echo Agent pid 52 killed; [2020-09-16T22:34:32.852Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T22:34:33.342Z] + git semver [Pipeline] } [2020-09-16T22:34:33.361Z] $ docker stop --time=1 cff7a61a30cd101fa16eb49fc89e62175dc2eb26cef38ce32fb475282413d29f [2020-09-16T22:34:34.755Z] $ docker rm -f cff7a61a30cd101fa16eb49fc89e62175dc2eb26cef38ce32fb475282413d29f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-16T22:34:35.554Z] Stashed 23 file(s) [Pipeline] echo [2020-09-16T22:34:35.557Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.12 [Pipeline] echo [2020-09-16T22:34:35.665Z] Archived original version: [1.2.1-dev.12] [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-16T22:34:51.129Z] Still waiting to schedule task [2020-09-16T22:34:51.130Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-16T22:34:51.135Z] Still waiting to schedule task [2020-09-16T22:34:51.135Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-16T22:37:00.092Z] Running on prd-centos7-docker-4c-2g-43 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-09-16T22:37:00.178Z] Running in /w/workspace/app-service-configurable/49 [Pipeline] { [Pipeline] checkout [2020-09-16T22:37:02.654Z] using credential edgex-jenkins-ssh [2020-09-16T22:37:02.718Z] Cloning the remote Git repository [2020-09-16T22:37:02.718Z] Cloning with configured refspecs honoured and without tags [2020-09-16T22:37:02.749Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-09-16T22:37:02.814Z] > git init /w/workspace/app-service-configurable/49 # timeout=10 [2020-09-16T22:37:02.861Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-16T22:37:02.861Z] > git --version # timeout=10 [2020-09-16T22:37:02.866Z] > git --version # 'git version 2.16.5' [2020-09-16T22:37:02.867Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T22:37:02.891Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T22:37:04.603Z] Fetching without tags [2020-09-16T22:37:04.568Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-16T22:37:04.579Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T22:37:04.597Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-16T22:37:04.609Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-16T22:37:04.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T22:37:04.615Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T22:37:06.224Z] Checking out Revision 8582f2b767348e02b53e84eef1a2c5c64dff35c1 (master) [2020-09-16T22:37:06.237Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T22:37:06.242Z] > git checkout -f 8582f2b767348e02b53e84eef1a2c5c64dff35c1 # timeout=10 [2020-09-16T22:37:09.864Z] Commit message: "build: Switch to using Go 1.15 (#117)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T22:37:10.991Z] ========================================================= [2020-09-16T22:37:10.992Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-16T22:37:10.992Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:37:11.675Z] + 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-16T22:37:11.940Z] Sending build context to Docker daemon 312.3kB [2020-09-16T22:37:11.940Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-16T22:37:11.940Z] Step 2/8 : FROM ${BASE} [2020-09-16T22:37:11.940Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-16T22:37:11.940Z] df20fa9351a1: Pulling fs layer [2020-09-16T22:37:11.940Z] ed8968b2872e: Pulling fs layer [2020-09-16T22:37:11.940Z] a92cc7c5fd73: Pulling fs layer [2020-09-16T22:37:11.940Z] e871e8e8d7a9: Pulling fs layer [2020-09-16T22:37:11.940Z] e73272ec9a57: Pulling fs layer [2020-09-16T22:37:11.940Z] 1e910a182e73: Pulling fs layer [2020-09-16T22:37:11.940Z] 4e634b169226: Pulling fs layer [2020-09-16T22:37:11.940Z] e73272ec9a57: Waiting [2020-09-16T22:37:11.940Z] 1e910a182e73: Waiting [2020-09-16T22:37:11.940Z] 4e634b169226: Waiting [2020-09-16T22:37:11.940Z] e871e8e8d7a9: Waiting [2020-09-16T22:37:11.940Z] a92cc7c5fd73: Verifying Checksum [2020-09-16T22:37:11.940Z] a92cc7c5fd73: Download complete [2020-09-16T22:37:12.204Z] ed8968b2872e: Verifying Checksum [2020-09-16T22:37:12.204Z] ed8968b2872e: Download complete [2020-09-16T22:37:12.204Z] e73272ec9a57: Download complete [2020-09-16T22:37:12.204Z] 1e910a182e73: Verifying Checksum [2020-09-16T22:37:12.205Z] 1e910a182e73: Download complete [2020-09-16T22:37:12.205Z] df20fa9351a1: Verifying Checksum [2020-09-16T22:37:12.205Z] df20fa9351a1: Download complete [2020-09-16T22:37:12.466Z] df20fa9351a1: Pull complete [2020-09-16T22:37:12.466Z] ed8968b2872e: Pull complete [2020-09-16T22:37:12.728Z] a92cc7c5fd73: Pull complete [2020-09-16T22:37:14.658Z] 4e634b169226: Verifying Checksum [2020-09-16T22:37:14.658Z] 4e634b169226: Download complete [2020-09-16T22:37:15.232Z] e871e8e8d7a9: Verifying Checksum [2020-09-16T22:37:15.232Z] e871e8e8d7a9: Download complete [2020-09-16T22:37:20.667Z] e871e8e8d7a9: Pull complete [2020-09-16T22:37:20.667Z] e73272ec9a57: Pull complete [2020-09-16T22:37:20.667Z] 1e910a182e73: Pull complete [2020-09-16T22:37:28.877Z] 4e634b169226: Pull complete [2020-09-16T22:37:28.877Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-16T22:37:28.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-16T22:37:28.877Z] ---> f7629b54cfaa [2020-09-16T22:37:28.877Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T22:37:28.877Z] ---> Running in 3cc5baa49463 [2020-09-16T22:37:28.877Z] Removing intermediate container 3cc5baa49463 [2020-09-16T22:37:28.877Z] ---> 259544bbab02 [2020-09-16T22:37:28.877Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T22:37:28.877Z] ---> Running in 14133a502301 [2020-09-16T22:37:29.455Z] Removing intermediate container 14133a502301 [2020-09-16T22:37:29.455Z] ---> bdbc128c9925 [2020-09-16T22:37:29.455Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-09-16T22:37:29.455Z] ---> Running in e2e464f50424 [2020-09-16T22:37:30.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T22:37:30.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T22:37:31.553Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-09-16T22:37:31.815Z] (2/6) Installing libsodium (1.0.18-r0) [2020-09-16T22:37:32.393Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-09-16T22:37:32.393Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-09-16T22:37:32.393Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-16T22:37:32.657Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-09-16T22:37:32.657Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T22:37:32.657Z] OK: 167 MiB in 45 packages [2020-09-16T22:37:33.230Z] Removing intermediate container e2e464f50424 [2020-09-16T22:37:33.230Z] ---> 92130345ff93 [2020-09-16T22:37:33.230Z] Step 6/8 : WORKDIR /app [2020-09-16T22:37:33.493Z] ---> Running in 247a33067b3e [2020-09-16T22:37:33.493Z] Removing intermediate container 247a33067b3e [2020-09-16T22:37:33.493Z] ---> 086031d07a0e [2020-09-16T22:37:33.493Z] Step 7/8 : COPY . . [2020-09-16T22:37:34.073Z] ---> 1b893dc883b0 [2020-09-16T22:37:34.073Z] Step 8/8 : RUN go mod download [2020-09-16T22:37:34.073Z] ---> Running in 6e46d69bb026 [2020-09-16T22:37:38.256Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-48 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-09-16T22:37:38.307Z] Running in /w/workspace/app-service-configurable/49 [Pipeline] { [Pipeline] checkout [2020-09-16T22:37:43.973Z] using credential edgex-jenkins-ssh [2020-09-16T22:37:44.213Z] Cloning the remote Git repository [2020-09-16T22:37:44.213Z] Cloning with configured refspecs honoured and without tags [2020-09-16T22:37:44.295Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-09-16T22:37:44.451Z] > git init /w/workspace/app-service-configurable/49 # timeout=10 [2020-09-16T22:37:44.566Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-16T22:37:44.567Z] > git --version # timeout=10 [2020-09-16T22:37:44.585Z] > git --version # 'git version 2.17.1' [2020-09-16T22:37:44.587Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T22:37:44.655Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T22:37:45.432Z] Fetching without tags [2020-09-16T22:37:45.961Z] Checking out Revision 8582f2b767348e02b53e84eef1a2c5c64dff35c1 (master) [2020-09-16T22:37:45.375Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-16T22:37:45.395Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T22:37:45.420Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-16T22:37:45.451Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-16T22:37:45.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T22:37:45.466Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T22:37:45.989Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T22:37:46.008Z] > git checkout -f 8582f2b767348e02b53e84eef1a2c5c64dff35c1 # timeout=10 [2020-09-16T22:37:50.436Z] Commit message: "build: Switch to using Go 1.15 (#117)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T22:37:51.630Z] ========================================================= [2020-09-16T22:37:51.630Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-16T22:37:51.630Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:37:52.679Z] + 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-16T22:37:53.741Z] Sending build context to Docker daemon 312.3kB [2020-09-16T22:37:53.741Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-16T22:37:53.741Z] Step 2/8 : FROM ${BASE} [2020-09-16T22:37:54.017Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-16T22:37:54.017Z] b538f80385f9: Pulling fs layer [2020-09-16T22:37:54.017Z] 74f711af9a0d: Pulling fs layer [2020-09-16T22:37:54.017Z] 99f96fe45779: Pulling fs layer [2020-09-16T22:37:54.017Z] 8529a6b9a6be: Pulling fs layer [2020-09-16T22:37:54.017Z] 45590311c82a: Pulling fs layer [2020-09-16T22:37:54.017Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-16T22:37:54.017Z] 209524e5b208: Pulling fs layer [2020-09-16T22:37:54.017Z] 8529a6b9a6be: Waiting [2020-09-16T22:37:54.017Z] 45590311c82a: Waiting [2020-09-16T22:37:54.017Z] 69ca0ff8b7b3: Waiting [2020-09-16T22:37:54.017Z] 209524e5b208: Waiting [2020-09-16T22:37:54.017Z] 99f96fe45779: Verifying Checksum [2020-09-16T22:37:54.017Z] 99f96fe45779: Download complete [2020-09-16T22:37:54.017Z] 74f711af9a0d: Download complete [2020-09-16T22:37:54.017Z] 45590311c82a: Verifying Checksum [2020-09-16T22:37:54.017Z] 45590311c82a: Download complete [2020-09-16T22:37:54.017Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-16T22:37:54.017Z] 69ca0ff8b7b3: Download complete [2020-09-16T22:37:54.017Z] b538f80385f9: Verifying Checksum [2020-09-16T22:37:54.017Z] b538f80385f9: Download complete [2020-09-16T22:37:55.006Z] b538f80385f9: Pull complete [2020-09-16T22:37:55.623Z] 74f711af9a0d: Pull complete [2020-09-16T22:37:55.902Z] 99f96fe45779: Pull complete [2020-09-16T22:37:56.505Z] 209524e5b208: Verifying Checksum [2020-09-16T22:37:56.505Z] 209524e5b208: Download complete [2020-09-16T22:37:57.510Z] 8529a6b9a6be: Download complete [2020-09-16T22:38:00.746Z] Removing intermediate container 6e46d69bb026 [2020-09-16T22:38:00.746Z] ---> f57fa8c7d6ee [2020-09-16T22:38:00.746Z] Successfully built f57fa8c7d6ee [2020-09-16T22:38:00.746Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:01.108Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-16T22:38:01.108Z] . [Pipeline] withDockerContainer [2020-09-16T22:38:01.212Z] prd-centos7-docker-4c-2g-43 does not seem to be running inside a container [2020-09-16T22:38:01.265Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/49 -v /w/workspace/app-service-configurable/49:/w/workspace/app-service-configurable/49:rw,z -v /w/workspace/app-service-configurable/49@tmp:/w/workspace/app-service-configurable/49@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-16T22:38:02.016Z] $ docker top a27ee5b22edb1ba7f018157b812bbb5c40719db4a79efdea6c57a0c0b69f5706 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T22:38:02.520Z] + go version [2020-09-16T22:38:02.520Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-16T22:38:02.538Z] $ docker stop --time=1 a27ee5b22edb1ba7f018157b812bbb5c40719db4a79efdea6c57a0c0b69f5706 [2020-09-16T22:38:03.856Z] $ docker rm -f a27ee5b22edb1ba7f018157b812bbb5c40719db4a79efdea6c57a0c0b69f5706 [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] { [2020-09-16T22:38:07.723Z] 8529a6b9a6be: Pull complete [2020-09-16T22:38:08.330Z] 45590311c82a: Pull complete [2020-09-16T22:38:08.606Z] 69ca0ff8b7b3: Pull complete [2020-09-16T22:38:12.050Z] 209524e5b208: Pull complete [2020-09-16T22:38:12.050Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-16T22:38:12.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-16T22:38:12.324Z] ---> 5bddaf1c2fca [2020-09-16T22:38:12.324Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T22:38:14.970Z] ---> Running in 2d9e0e80cf6e [2020-09-16T22:38:15.243Z] Removing intermediate container 2d9e0e80cf6e [2020-09-16T22:38:15.243Z] ---> 86ef325fc629 [2020-09-16T22:38:15.243Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T22:38:15.517Z] ---> Running in d9548a8392ee [Pipeline] sh [2020-09-16T22:38:17.885Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-16T22:38:18.186Z] + ls -al . [2020-09-16T22:38:18.186Z] total 72 [2020-09-16T22:38:18.186Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 16 22:37 . [2020-09-16T22:38:18.186Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 16 22:37 .. [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 6568 Sep 16 22:37 Attribution.txt [2020-09-16T22:38:18.186Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 16 22:37 bin [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 180 Sep 16 22:37 docker-compose.debug.yml [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 133 Sep 16 22:37 docker-compose.yml [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 2002 Sep 16 22:37 Dockerfile [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 966 Sep 16 22:37 Dockerfile.build [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 119 Sep 16 22:37 .dockerignore [2020-09-16T22:38:18.186Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 16 22:37 .git [2020-09-16T22:38:18.186Z] drwxrwxr-x. 2 jenkins jenkins 81 Sep 16 22:37 .github [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 93 Sep 16 22:37 .gitignore [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 133 Sep 16 22:37 go.mod [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 687 Sep 16 22:37 Jenkinsfile [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 10174 Sep 16 22:37 LICENSE [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 1519 Sep 16 22:37 main.go [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 1573 Sep 16 22:37 makefile [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 1277 Sep 16 22:37 README.md [2020-09-16T22:38:18.186Z] drwxrwxr-x. 10 jenkins jenkins 171 Sep 16 22:37 res [2020-09-16T22:38:18.186Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 16 22:37 .semver [2020-09-16T22:38:18.186Z] drwxrwxr-x. 4 jenkins jenkins 71 Sep 16 22:37 snap [2020-09-16T22:38:18.186Z] -rw-rw-r--. 1 jenkins jenkins 12 Sep 16 22:34 VERSION [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:18.494Z] + 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=8582f2b767348e02b53e84eef1a2c5c64dff35c1 --label arch=amd64 --label version=1.2.1-dev.12 . [2020-09-16T22:38:18.494Z] Sending build context to Docker daemon 313.3kB [2020-09-16T22:38:18.494Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-09-16T22:38:18.494Z] Step 2/27 : FROM ${BASE} AS builder [2020-09-16T22:38:18.494Z] ---> f57fa8c7d6ee [2020-09-16T22:38:18.494Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-09-16T22:38:18.494Z] ---> Running in 58f0dbc05a87 [2020-09-16T22:38:18.758Z] Removing intermediate container 58f0dbc05a87 [2020-09-16T22:38:18.758Z] ---> 37368a7a639f [2020-09-16T22:38:18.758Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-09-16T22:38:18.758Z] ---> Running in 175547e4c921 [2020-09-16T22:38:18.934Z] Removing intermediate container d9548a8392ee [2020-09-16T22:38:18.934Z] ---> 6c4f6d00b1d9 [2020-09-16T22:38:18.934Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-09-16T22:38:18.934Z] ---> Running in 59f5b573e137 [2020-09-16T22:38:19.021Z] Removing intermediate container 175547e4c921 [2020-09-16T22:38:19.021Z] ---> 32d0986394ca [2020-09-16T22:38:19.021Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T22:38:19.021Z] ---> Running in 6682f52a6ced [2020-09-16T22:38:19.021Z] Removing intermediate container 6682f52a6ced [2020-09-16T22:38:19.021Z] ---> 8479d5abec21 [2020-09-16T22:38:19.021Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T22:38:19.284Z] ---> Running in da5af7d742db [2020-09-16T22:38:19.862Z] Removing intermediate container da5af7d742db [2020-09-16T22:38:19.862Z] ---> b11ced39a700 [2020-09-16T22:38:19.862Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-16T22:38:20.128Z] ---> Running in 41898e88101b [2020-09-16T22:38:20.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T22:38:20.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T22:38:21.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T22:38:21.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T22:38:22.361Z] OK: 167 MiB in 45 packages [2020-09-16T22:38:22.605Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-09-16T22:38:22.605Z] (2/6) Installing libsodium (1.0.18-r0) [2020-09-16T22:38:22.882Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-09-16T22:38:22.882Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-09-16T22:38:22.954Z] Removing intermediate container 41898e88101b [2020-09-16T22:38:22.954Z] ---> 765e4001b466 [2020-09-16T22:38:22.954Z] Step 8/27 : WORKDIR /app [2020-09-16T22:38:22.954Z] ---> Running in ece6276b5d45 [2020-09-16T22:38:23.157Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-16T22:38:23.158Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-09-16T22:38:23.216Z] Removing intermediate container ece6276b5d45 [2020-09-16T22:38:23.216Z] ---> 14819bddf6b2 [2020-09-16T22:38:23.216Z] Step 9/27 : COPY go.mod . [2020-09-16T22:38:23.216Z] ---> f35122e0041f [2020-09-16T22:38:23.216Z] Step 10/27 : RUN go mod download [2020-09-16T22:38:23.435Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T22:38:23.435Z] OK: 144 MiB in 45 packages [2020-09-16T22:38:23.483Z] ---> Running in a0e3e4930ba6 [2020-09-16T22:38:24.069Z] Removing intermediate container a0e3e4930ba6 [2020-09-16T22:38:24.069Z] ---> 14246422f7c6 [2020-09-16T22:38:24.069Z] Step 11/27 : COPY . . [2020-09-16T22:38:24.656Z] ---> 3459ad4f80f3 [2020-09-16T22:38:24.656Z] Step 12/27 : ARG MAKE="make build" [2020-09-16T22:38:24.656Z] ---> Running in 0110abf4a657 [2020-09-16T22:38:24.656Z] Removing intermediate container 0110abf4a657 [2020-09-16T22:38:24.656Z] ---> faaac9f169a5 [2020-09-16T22:38:24.656Z] Step 13/27 : RUN $MAKE [2020-09-16T22:38:24.892Z] Removing intermediate container 59f5b573e137 [2020-09-16T22:38:24.892Z] ---> 4ee334474efb [2020-09-16T22:38:24.892Z] Step 6/8 : WORKDIR /app [2020-09-16T22:38:24.892Z] ---> Running in 661be3523bf9 [2020-09-16T22:38:24.923Z] ---> Running in 2c99aad8d815 [2020-09-16T22:38:25.191Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.23 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.12" -o app-service-configurable [2020-09-16T22:38:25.502Z] Removing intermediate container 661be3523bf9 [2020-09-16T22:38:25.502Z] ---> b7a0470dfd0e [2020-09-16T22:38:25.502Z] Step 7/8 : COPY . . [2020-09-16T22:38:26.491Z] ---> bd3604c409b5 [2020-09-16T22:38:26.491Z] Step 8/8 : RUN go mod download [2020-09-16T22:38:26.770Z] ---> Running in e7fe571dac31 [2020-09-16T22:38:43.545Z] Removing intermediate container 2c99aad8d815 [2020-09-16T22:38:43.545Z] ---> 2b1e92776039 [2020-09-16T22:38:43.545Z] Step 14/27 : FROM alpine:latest [2020-09-16T22:38:43.545Z] latest: Pulling from library/alpine [2020-09-16T22:38:43.545Z] df20fa9351a1: Already exists [2020-09-16T22:38:43.545Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-16T22:38:43.545Z] Status: Downloaded newer image for alpine:latest [2020-09-16T22:38:43.545Z] ---> a24bb4013296 [2020-09-16T22:38:43.545Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T22:38:43.545Z] ---> Running in 77b885c86720 [2020-09-16T22:38:43.545Z] Removing intermediate container 77b885c86720 [2020-09-16T22:38:43.545Z] ---> cca5b4ba102d [2020-09-16T22:38:43.545Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-09-16T22:38:43.545Z] ---> Running in c5d560e15a25 [2020-09-16T22:38:43.545Z] Removing intermediate container c5d560e15a25 [2020-09-16T22:38:43.545Z] ---> 4071ecd3cb1f [2020-09-16T22:38:43.545Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-09-16T22:38:43.545Z] ---> Running in de6c43b10ebf [2020-09-16T22:38:43.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T22:38:43.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T22:38:44.073Z] (1/6) Installing ca-certificates (20191127-r4) [2020-09-16T22:38:44.073Z] (2/6) Installing libgcc (9.3.0-r2) [2020-09-16T22:38:44.073Z] (3/6) Installing libsodium (1.0.18-r0) [2020-09-16T22:38:44.073Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-09-16T22:38:44.073Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-16T22:38:44.073Z] (6/6) Installing zeromq (4.3.3-r0) [2020-09-16T22:38:44.073Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T22:38:44.073Z] Executing ca-certificates-20191127-r4.trigger [2020-09-16T22:38:44.073Z] OK: 9 MiB in 20 packages [2020-09-16T22:38:45.069Z] Removing intermediate container de6c43b10ebf [2020-09-16T22:38:45.069Z] ---> b2ade74b5e6d [2020-09-16T22:38:45.069Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-09-16T22:38:45.342Z] ---> 96248ca31dad [2020-09-16T22:38:45.342Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-09-16T22:38:45.342Z] ---> 2ea108e94eb0 [2020-09-16T22:38:45.342Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-09-16T22:38:45.610Z] ---> c6fb78624062 [2020-09-16T22:38:45.610Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-09-16T22:38:46.591Z] ---> 985f194131e7 [2020-09-16T22:38:46.591Z] Step 22/27 : EXPOSE 48095 [2020-09-16T22:38:46.591Z] ---> Running in 07e3779a30cd [2020-09-16T22:38:46.591Z] Removing intermediate container 07e3779a30cd [2020-09-16T22:38:46.591Z] ---> cd17b5031508 [2020-09-16T22:38:46.591Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-09-16T22:38:46.591Z] ---> Running in 5806dd01da2b [2020-09-16T22:38:46.859Z] Removing intermediate container 5806dd01da2b [2020-09-16T22:38:46.859Z] ---> 745b4afc4714 [2020-09-16T22:38:46.859Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T22:38:46.859Z] ---> Running in 2fd2d8aa807e [2020-09-16T22:38:47.123Z] Removing intermediate container 2fd2d8aa807e [2020-09-16T22:38:47.123Z] ---> 4fd6633bce5f [2020-09-16T22:38:47.123Z] Step 25/27 : LABEL arch=amd64 [2020-09-16T22:38:47.123Z] ---> Running in 92ebee75fe0f [2020-09-16T22:38:47.386Z] Removing intermediate container 92ebee75fe0f [2020-09-16T22:38:47.386Z] ---> b5a064a80235 [2020-09-16T22:38:47.386Z] Step 26/27 : LABEL git_sha=8582f2b767348e02b53e84eef1a2c5c64dff35c1 [2020-09-16T22:38:47.386Z] ---> Running in afe7ab4b2562 [2020-09-16T22:38:47.386Z] Removing intermediate container afe7ab4b2562 [2020-09-16T22:38:47.386Z] ---> f974a7100ce0 [2020-09-16T22:38:47.386Z] Step 27/27 : LABEL version=1.2.1-dev.12 [2020-09-16T22:38:47.653Z] ---> Running in 4840d199f9ad [2020-09-16T22:38:47.653Z] Removing intermediate container 4840d199f9ad [2020-09-16T22:38:47.653Z] ---> db31e5447936 [2020-09-16T22:38:47.653Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-16T22:38:47.653Z] Successfully built db31e5447936 [2020-09-16T22:38:47.653Z] 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-16T22:38:48.187Z] provisioning config files... [2020-09-16T22:38:48.225Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/49@tmp/config1810873799777621921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:38:48.607Z] ---> docker-login.sh [2020-09-16T22:38:48.607Z] nexus3.edgexfoundry.org:10001 [2020-09-16T22:38:48.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T22:38:48.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T22:38:48.875Z] Configure a credential helper to remove this warning. See [2020-09-16T22:38:48.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T22:38:48.875Z] [2020-09-16T22:38:48.875Z] Login Succeeded [2020-09-16T22:38:48.875Z] nexus3.edgexfoundry.org:10002 [2020-09-16T22:38:48.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T22:38:48.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T22:38:48.875Z] Configure a credential helper to remove this warning. See [2020-09-16T22:38:48.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T22:38:48.875Z] [2020-09-16T22:38:48.875Z] Login Succeeded [2020-09-16T22:38:48.875Z] nexus3.edgexfoundry.org:10003 [2020-09-16T22:38:49.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T22:38:49.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T22:38:49.142Z] Configure a credential helper to remove this warning. See [2020-09-16T22:38:49.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T22:38:49.142Z] [2020-09-16T22:38:49.142Z] Login Succeeded [2020-09-16T22:38:49.142Z] nexus3.edgexfoundry.org:10004 [2020-09-16T22:38:49.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T22:38:49.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T22:38:49.406Z] Configure a credential helper to remove this warning. See [2020-09-16T22:38:49.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T22:38:49.406Z] [2020-09-16T22:38:49.406Z] Login Succeeded [2020-09-16T22:38:49.406Z] docker.io [2020-09-16T22:38:49.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T22:38:49.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T22:38:49.671Z] Configure a credential helper to remove this warning. See [2020-09-16T22:38:49.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T22:38:49.671Z] [2020-09-16T22:38:49.671Z] Login Succeeded [2020-09-16T22:38:49.671Z] ---> docker-login.sh ends [Pipeline] } [2020-09-16T22:38:49.696Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T22:38:49.930Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-09-16T22:38:49.930Z] 8582f2b767348e02b53e84eef1a2c5c64dff35c1 [2020-09-16T22:38:49.930Z] latest [2020-09-16T22:38:49.930Z] 1.2.1-dev.12 [2020-09-16T22:38:49.930Z] 8582f2b767348e02b53e84eef1a2c5c64dff35c1-1.2.1-dev.12 [2020-09-16T22:38:49.930Z] master [2020-09-16T22:38:49.930Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:50.545Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8582f2b767348e02b53e84eef1a2c5c64dff35c1 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:50.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8582f2b767348e02b53e84eef1a2c5c64dff35c1 [2020-09-16T22:38:50.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-16T22:38:50.861Z] 563a96a613ae: Preparing [2020-09-16T22:38:50.861Z] 56e3c5ee6062: Preparing [2020-09-16T22:38:50.861Z] 12a6e76df5ea: Preparing [2020-09-16T22:38:50.861Z] 3ab709b91231: Preparing [2020-09-16T22:38:50.861Z] 18295cb2866b: Preparing [2020-09-16T22:38:50.861Z] 50644c29ef5a: Preparing [2020-09-16T22:38:50.861Z] 50644c29ef5a: Waiting [2020-09-16T22:38:51.133Z] 56e3c5ee6062: Pushed [2020-09-16T22:38:51.133Z] 12a6e76df5ea: Pushed [2020-09-16T22:38:51.133Z] 3ab709b91231: Pushed [2020-09-16T22:38:51.133Z] 50644c29ef5a: Layer already exists [2020-09-16T22:38:51.402Z] 18295cb2866b: Pushed [2020-09-16T22:38:52.878Z] 563a96a613ae: Pushed [2020-09-16T22:38:52.878Z] 8582f2b767348e02b53e84eef1a2c5c64dff35c1: digest: sha256:6760e0c6a2f4c9b92d465f2b80ea7c13fd11934f93903fab816c7d76219494ef size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:53.233Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:53.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-09-16T22:38:53.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-16T22:38:53.596Z] 563a96a613ae: Preparing [2020-09-16T22:38:53.596Z] 56e3c5ee6062: Preparing [2020-09-16T22:38:53.596Z] 12a6e76df5ea: Preparing [2020-09-16T22:38:53.596Z] 3ab709b91231: Preparing [2020-09-16T22:38:53.596Z] 18295cb2866b: Preparing [2020-09-16T22:38:53.596Z] 50644c29ef5a: Preparing [2020-09-16T22:38:53.596Z] 50644c29ef5a: Waiting [2020-09-16T22:38:53.596Z] 563a96a613ae: Layer already exists [2020-09-16T22:38:53.596Z] 12a6e76df5ea: Layer already exists [2020-09-16T22:38:53.596Z] 3ab709b91231: Layer already exists [2020-09-16T22:38:53.596Z] 56e3c5ee6062: Layer already exists [2020-09-16T22:38:53.596Z] 18295cb2866b: Layer already exists [2020-09-16T22:38:53.596Z] 50644c29ef5a: Layer already exists [2020-09-16T22:38:53.596Z] latest: digest: sha256:6760e0c6a2f4c9b92d465f2b80ea7c13fd11934f93903fab816c7d76219494ef size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:53.940Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:54.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.12 [2020-09-16T22:38:54.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-16T22:38:54.332Z] 563a96a613ae: Preparing [2020-09-16T22:38:54.332Z] 56e3c5ee6062: Preparing [2020-09-16T22:38:54.332Z] 12a6e76df5ea: Preparing [2020-09-16T22:38:54.332Z] 3ab709b91231: Preparing [2020-09-16T22:38:54.332Z] 18295cb2866b: Preparing [2020-09-16T22:38:54.332Z] 50644c29ef5a: Preparing [2020-09-16T22:38:54.332Z] 56e3c5ee6062: Layer already exists [2020-09-16T22:38:54.332Z] 18295cb2866b: Layer already exists [2020-09-16T22:38:54.332Z] 3ab709b91231: Layer already exists [2020-09-16T22:38:54.332Z] 12a6e76df5ea: Layer already exists [2020-09-16T22:38:54.332Z] 563a96a613ae: Layer already exists [2020-09-16T22:38:54.332Z] 50644c29ef5a: Layer already exists [2020-09-16T22:38:54.332Z] 1.2.1-dev.12: digest: sha256:6760e0c6a2f4c9b92d465f2b80ea7c13fd11934f93903fab816c7d76219494ef size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:54.669Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8582f2b767348e02b53e84eef1a2c5c64dff35c1-1.2.1-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:54.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8582f2b767348e02b53e84eef1a2c5c64dff35c1-1.2.1-dev.12 [2020-09-16T22:38:54.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-16T22:38:54.983Z] 563a96a613ae: Preparing [2020-09-16T22:38:54.983Z] 56e3c5ee6062: Preparing [2020-09-16T22:38:54.983Z] 12a6e76df5ea: Preparing [2020-09-16T22:38:54.983Z] 3ab709b91231: Preparing [2020-09-16T22:38:54.983Z] 18295cb2866b: Preparing [2020-09-16T22:38:54.983Z] 50644c29ef5a: Preparing [2020-09-16T22:38:54.983Z] 50644c29ef5a: Waiting [2020-09-16T22:38:54.983Z] 56e3c5ee6062: Layer already exists [2020-09-16T22:38:54.983Z] 12a6e76df5ea: Layer already exists [2020-09-16T22:38:54.983Z] 3ab709b91231: Layer already exists [2020-09-16T22:38:54.983Z] 563a96a613ae: Layer already exists [2020-09-16T22:38:54.983Z] 18295cb2866b: Layer already exists [2020-09-16T22:38:54.983Z] 50644c29ef5a: Layer already exists [2020-09-16T22:38:54.983Z] 8582f2b767348e02b53e84eef1a2c5c64dff35c1-1.2.1-dev.12: digest: sha256:6760e0c6a2f4c9b92d465f2b80ea7c13fd11934f93903fab816c7d76219494ef size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:55.331Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:55.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-09-16T22:38:55.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-16T22:38:55.651Z] 563a96a613ae: Preparing [2020-09-16T22:38:55.651Z] 56e3c5ee6062: Preparing [2020-09-16T22:38:55.651Z] 12a6e76df5ea: Preparing [2020-09-16T22:38:55.651Z] 3ab709b91231: Preparing [2020-09-16T22:38:55.651Z] 18295cb2866b: Preparing [2020-09-16T22:38:55.651Z] 50644c29ef5a: Preparing [2020-09-16T22:38:55.651Z] 12a6e76df5ea: Layer already exists [2020-09-16T22:38:55.651Z] 18295cb2866b: Layer already exists [2020-09-16T22:38:55.651Z] 56e3c5ee6062: Layer already exists [2020-09-16T22:38:55.651Z] 563a96a613ae: Layer already exists [2020-09-16T22:38:55.651Z] 3ab709b91231: Layer already exists [2020-09-16T22:38:55.651Z] 50644c29ef5a: Layer already exists [2020-09-16T22:38:55.651Z] master: digest: sha256:6760e0c6a2f4c9b92d465f2b80ea7c13fd11934f93903fab816c7d76219494ef size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T22:38:55.856Z] ===================================================== [Pipeline] echo [2020-09-16T22:38:55.904Z] taggedImages: [2020-09-16T22:38:55.904Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8582f2b767348e02b53e84eef1a2c5c64dff35c1 [2020-09-16T22:38:55.904Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-09-16T22:38:55.904Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.12 [2020-09-16T22:38:55.904Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8582f2b767348e02b53e84eef1a2c5c64dff35c1-1.2.1-dev.12 [2020-09-16T22:38:55.904Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-16T22:38:59.224Z] Removing intermediate container e7fe571dac31 [2020-09-16T22:38:59.224Z] ---> d65c9781aa3f [2020-09-16T22:38:59.224Z] Successfully built d65c9781aa3f [2020-09-16T22:38:59.224Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:59.712Z] + docker inspect -f . ci-base-image-arm64 [2020-09-16T22:38:59.712Z] . [Pipeline] withDockerContainer [2020-09-16T22:39:00.000Z] prd-ubuntu18.04-docker-arm64-4c-16g-48 does not seem to be running inside a container [2020-09-16T22:39:00.150Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/49 -v /w/workspace/app-service-configurable/49:/w/workspace/app-service-configurable/49:rw,z -v /w/workspace/app-service-configurable/49@tmp:/w/workspace/app-service-configurable/49@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-arm64 cat [2020-09-16T22:39:02.107Z] $ docker top 5c051c217c5fbe536b75b1dddeaef5312fd404968619c7209a8e4d2dcfefd496 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T22:39:03.564Z] + go version [2020-09-16T22:39:03.564Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-16T22:39:03.625Z] $ docker stop --time=1 5c051c217c5fbe536b75b1dddeaef5312fd404968619c7209a8e4d2dcfefd496 [2020-09-16T22:39:05.583Z] $ docker rm -f 5c051c217c5fbe536b75b1dddeaef5312fd404968619c7209a8e4d2dcfefd496 [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-16T22:39:06.787Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-16T22:39:07.142Z] + ls -al . [2020-09-16T22:39:07.142Z] total 100 [2020-09-16T22:39:07.142Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 16 22:37 . [2020-09-16T22:39:07.142Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 16 22:37 .. [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 119 Sep 16 22:37 .dockerignore [2020-09-16T22:39:07.142Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 16 22:37 .git [2020-09-16T22:39:07.142Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 16 22:37 .github [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 93 Sep 16 22:37 .gitignore [2020-09-16T22:39:07.142Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 16 22:37 .semver [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 6568 Sep 16 22:37 Attribution.txt [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 2002 Sep 16 22:37 Dockerfile [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 966 Sep 16 22:37 Dockerfile.build [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 687 Sep 16 22:37 Jenkinsfile [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 16 22:37 LICENSE [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 1277 Sep 16 22:37 README.md [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 12 Sep 16 22:34 VERSION [2020-09-16T22:39:07.142Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 16 22:37 bin [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 180 Sep 16 22:37 docker-compose.debug.yml [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 133 Sep 16 22:37 docker-compose.yml [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 133 Sep 16 22:37 go.mod [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 1519 Sep 16 22:37 main.go [2020-09-16T22:39:07.142Z] -rw-rw-r-- 1 jenkins jenkins 1573 Sep 16 22:37 makefile [2020-09-16T22:39:07.142Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 16 22:37 res [2020-09-16T22:39:07.142Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 16 22:37 snap [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:39:07.512Z] + 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=8582f2b767348e02b53e84eef1a2c5c64dff35c1 --label arch=arm64 --label version=1.2.1-dev.12 . [2020-09-16T22:39:07.794Z] Sending build context to Docker daemon 313.3kB [2020-09-16T22:39:07.794Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-09-16T22:39:07.794Z] Step 2/27 : FROM ${BASE} AS builder [2020-09-16T22:39:07.794Z] ---> d65c9781aa3f [2020-09-16T22:39:07.794Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-09-16T22:39:08.071Z] ---> Running in d7ba2015ab13 [2020-09-16T22:39:08.673Z] Removing intermediate container d7ba2015ab13 [2020-09-16T22:39:08.673Z] ---> 5ea1d2c2054b [2020-09-16T22:39:08.673Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-09-16T22:39:08.673Z] ---> Running in e4a082ca5edd [2020-09-16T22:39:09.271Z] Removing intermediate container e4a082ca5edd [2020-09-16T22:39:09.271Z] ---> 2cb3fa57021e [2020-09-16T22:39:09.271Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T22:39:09.271Z] ---> Running in f0254c235b35 [2020-09-16T22:39:09.874Z] Removing intermediate container f0254c235b35 [2020-09-16T22:39:09.874Z] ---> ba012666cc24 [2020-09-16T22:39:09.874Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T22:39:09.874Z] ---> Running in 4202004243a4 [2020-09-16T22:39:12.515Z] Removing intermediate container 4202004243a4 [2020-09-16T22:39:12.515Z] ---> 258b360ebaae [2020-09-16T22:39:12.515Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-16T22:39:12.515Z] ---> Running in 3007c215b9b5 [2020-09-16T22:39:13.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T22:39:14.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T22:39:15.909Z] OK: 144 MiB in 45 packages [2020-09-16T22:39:16.890Z] Removing intermediate container 3007c215b9b5 [2020-09-16T22:39:16.890Z] ---> 8fef749442cb [2020-09-16T22:39:16.890Z] Step 8/27 : WORKDIR /app [2020-09-16T22:39:17.169Z] ---> Running in 50cbcebee969 [2020-09-16T22:39:17.763Z] Removing intermediate container 50cbcebee969 [2020-09-16T22:39:17.763Z] ---> e89b6a9caaea [2020-09-16T22:39:17.763Z] Step 9/27 : COPY go.mod . [2020-09-16T22:39:18.357Z] ---> 8bca9751fcf7 [2020-09-16T22:39:18.357Z] Step 10/27 : RUN go mod download [2020-09-16T22:39:18.631Z] ---> Running in cc7d34fa9611 [2020-09-16T22:39:21.264Z] Removing intermediate container cc7d34fa9611 [2020-09-16T22:39:21.264Z] ---> c1952004fdb8 [2020-09-16T22:39:21.264Z] Step 11/27 : COPY . . [2020-09-16T22:39:22.249Z] ---> a73dc30320de [2020-09-16T22:39:22.249Z] Step 12/27 : ARG MAKE="make build" [2020-09-16T22:39:22.249Z] ---> Running in 882480da34ac [2020-09-16T22:39:22.844Z] Removing intermediate container 882480da34ac [2020-09-16T22:39:22.844Z] ---> b0de88d0a01c [2020-09-16T22:39:22.844Z] Step 13/27 : RUN $MAKE [2020-09-16T22:39:22.844Z] ---> Running in daa25929534a [2020-09-16T22:39:24.824Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.23 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.12" -o app-service-configurable [2020-09-16T22:40:11.845Z] Removing intermediate container daa25929534a [2020-09-16T22:40:11.845Z] ---> f9a9f0dceba8 [2020-09-16T22:40:11.845Z] Step 14/27 : FROM alpine:latest [2020-09-16T22:40:11.845Z] latest: Pulling from library/alpine [2020-09-16T22:40:11.845Z] b538f80385f9: Already exists [2020-09-16T22:40:11.845Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-16T22:40:11.845Z] Status: Downloaded newer image for alpine:latest [2020-09-16T22:40:11.845Z] ---> 62ee0e9f8440 [2020-09-16T22:40:11.845Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T22:40:11.845Z] ---> Running in c8b5e9a46cae [2020-09-16T22:40:11.845Z] Removing intermediate container c8b5e9a46cae [2020-09-16T22:40:11.845Z] ---> af19f97c8350 [2020-09-16T22:40:11.845Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-09-16T22:40:11.845Z] ---> Running in 644b5d714f43 [2020-09-16T22:40:12.446Z] Removing intermediate container 644b5d714f43 [2020-09-16T22:40:12.446Z] ---> 8a0762d47711 [2020-09-16T22:40:12.446Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-09-16T22:40:12.446Z] ---> Running in 5c4a935de573 [2020-09-16T22:40:13.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T22:40:14.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T22:40:14.758Z] (1/6) Installing ca-certificates (20191127-r4) [2020-09-16T22:40:14.758Z] (2/6) Installing libgcc (9.3.0-r2) [2020-09-16T22:40:14.758Z] (3/6) Installing libsodium (1.0.18-r0) [2020-09-16T22:40:14.758Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-09-16T22:40:14.758Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-16T22:40:14.758Z] (6/6) Installing zeromq (4.3.3-r0) [2020-09-16T22:40:14.758Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T22:40:14.758Z] Executing ca-certificates-20191127-r4.trigger [2020-09-16T22:40:15.038Z] OK: 9 MiB in 20 packages [2020-09-16T22:40:17.018Z] Removing intermediate container 5c4a935de573 [2020-09-16T22:40:17.018Z] ---> 25479bb0903b [2020-09-16T22:40:17.018Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-09-16T22:40:17.612Z] ---> dffa4ebcbbdc [2020-09-16T22:40:17.612Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-09-16T22:40:18.208Z] ---> c380d7eedcf0 [2020-09-16T22:40:18.208Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-09-16T22:40:19.189Z] ---> f5b33e0ead8b [2020-09-16T22:40:19.189Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-09-16T22:40:20.623Z] ---> 2f812dd26648 [2020-09-16T22:40:20.623Z] Step 22/27 : EXPOSE 48095 [2020-09-16T22:40:20.623Z] ---> Running in e1a0e785d5c9 [2020-09-16T22:40:21.223Z] Removing intermediate container e1a0e785d5c9 [2020-09-16T22:40:21.223Z] ---> 9ab8cb3d2af9 [2020-09-16T22:40:21.223Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-09-16T22:40:21.223Z] ---> Running in 39baa6c81c80 [2020-09-16T22:40:21.818Z] Removing intermediate container 39baa6c81c80 [2020-09-16T22:40:21.818Z] ---> 4393c4a052a8 [2020-09-16T22:40:21.818Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T22:40:21.818Z] ---> Running in c47101ffc4b1 [2020-09-16T22:40:22.416Z] Removing intermediate container c47101ffc4b1 [2020-09-16T22:40:22.416Z] ---> 1c980300424b [2020-09-16T22:40:22.416Z] Step 25/27 : LABEL arch=arm64 [2020-09-16T22:40:22.416Z] ---> Running in 287b1d93ee3b [2020-09-16T22:40:23.024Z] Removing intermediate container 287b1d93ee3b [2020-09-16T22:40:23.024Z] ---> 97cb26b187d1 [2020-09-16T22:40:23.024Z] Step 26/27 : LABEL git_sha=8582f2b767348e02b53e84eef1a2c5c64dff35c1 [2020-09-16T22:40:23.024Z] ---> Running in be01ea9bd66c [2020-09-16T22:40:23.623Z] Removing intermediate container be01ea9bd66c [2020-09-16T22:40:23.623Z] ---> edfc7721e594 [2020-09-16T22:40:23.623Z] Step 27/27 : LABEL version=1.2.1-dev.12 [2020-09-16T22:40:23.623Z] ---> Running in 78d1df7e8f2b [2020-09-16T22:40:24.219Z] Removing intermediate container 78d1df7e8f2b [2020-09-16T22:40:24.219Z] ---> 4e9c3b8be8b6 [2020-09-16T22:40:24.219Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-16T22:40:24.219Z] Successfully built 4e9c3b8be8b6 [2020-09-16T22:40:24.219Z] 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-16T22:40:24.655Z] provisioning config files... [2020-09-16T22:40:24.755Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/49@tmp/config7205960069239026532tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:40:25.175Z] ---> docker-login.sh [2020-09-16T22:40:25.175Z] nexus3.edgexfoundry.org:10001 [2020-09-16T22:40:25.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T22:40:25.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T22:40:25.728Z] Configure a credential helper to remove this warning. See [2020-09-16T22:40:25.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T22:40:25.728Z] [2020-09-16T22:40:25.728Z] Login Succeeded [2020-09-16T22:40:25.728Z] nexus3.edgexfoundry.org:10002 [2020-09-16T22:40:26.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T22:40:26.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T22:40:26.291Z] Configure a credential helper to remove this warning. See [2020-09-16T22:40:26.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T22:40:26.291Z] [2020-09-16T22:40:26.291Z] Login Succeeded [2020-09-16T22:40:26.291Z] nexus3.edgexfoundry.org:10003 [2020-09-16T22:40:26.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T22:40:26.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T22:40:26.893Z] Configure a credential helper to remove this warning. See [2020-09-16T22:40:26.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T22:40:26.893Z] [2020-09-16T22:40:26.893Z] Login Succeeded [2020-09-16T22:40:26.893Z] nexus3.edgexfoundry.org:10004 [2020-09-16T22:40:27.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T22:40:27.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T22:40:27.491Z] Configure a credential helper to remove this warning. See [2020-09-16T22:40:27.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T22:40:27.491Z] [2020-09-16T22:40:27.491Z] Login Succeeded [2020-09-16T22:40:27.491Z] docker.io [2020-09-16T22:40:28.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T22:40:28.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T22:40:28.360Z] Configure a credential helper to remove this warning. See [2020-09-16T22:40:28.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T22:40:28.360Z] [2020-09-16T22:40:28.360Z] Login Succeeded [2020-09-16T22:40:28.360Z] ---> docker-login.sh ends [Pipeline] } [2020-09-16T22:40:28.376Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T22:40:28.584Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-09-16T22:40:28.584Z] 8582f2b767348e02b53e84eef1a2c5c64dff35c1 [2020-09-16T22:40:28.584Z] latest [2020-09-16T22:40:28.584Z] 1.2.1-dev.12 [2020-09-16T22:40:28.584Z] 8582f2b767348e02b53e84eef1a2c5c64dff35c1-1.2.1-dev.12 [2020-09-16T22:40:28.584Z] master [2020-09-16T22:40:28.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:40:29.116Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8582f2b767348e02b53e84eef1a2c5c64dff35c1 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:40:29.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8582f2b767348e02b53e84eef1a2c5c64dff35c1 [2020-09-16T22:40:29.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-16T22:40:29.466Z] 48ab3b09453f: Preparing [2020-09-16T22:40:29.466Z] ec594d0265d1: Preparing [2020-09-16T22:40:29.466Z] ee8773c4c7f8: Preparing [2020-09-16T22:40:29.466Z] f083a4996c5e: Preparing [2020-09-16T22:40:29.466Z] af4c6dbdc0cb: Preparing [2020-09-16T22:40:29.466Z] e2f13739ad41: Preparing [2020-09-16T22:40:29.466Z] e2f13739ad41: Waiting [2020-09-16T22:40:29.746Z] ec594d0265d1: Pushed [2020-09-16T22:40:30.033Z] f083a4996c5e: Pushed [2020-09-16T22:40:30.033Z] ee8773c4c7f8: Pushed [2020-09-16T22:40:30.033Z] e2f13739ad41: Layer already exists [2020-09-16T22:40:30.639Z] af4c6dbdc0cb: Pushed [2020-09-16T22:40:34.958Z] 48ab3b09453f: Pushed [2020-09-16T22:40:34.958Z] 8582f2b767348e02b53e84eef1a2c5c64dff35c1: digest: sha256:044af685779150dfc5c79c1b050061c6a85038fd5e47c91bd2143fa591533a83 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:40:35.317Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:40:35.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-09-16T22:40:35.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-16T22:40:35.660Z] 48ab3b09453f: Preparing [2020-09-16T22:40:35.660Z] ec594d0265d1: Preparing [2020-09-16T22:40:35.660Z] ee8773c4c7f8: Preparing [2020-09-16T22:40:35.660Z] f083a4996c5e: Preparing [2020-09-16T22:40:35.660Z] af4c6dbdc0cb: Preparing [2020-09-16T22:40:35.660Z] e2f13739ad41: Preparing [2020-09-16T22:40:35.660Z] e2f13739ad41: Waiting [2020-09-16T22:40:35.660Z] ec594d0265d1: Layer already exists [2020-09-16T22:40:35.660Z] ee8773c4c7f8: Layer already exists [2020-09-16T22:40:35.660Z] 48ab3b09453f: Layer already exists [2020-09-16T22:40:35.660Z] af4c6dbdc0cb: Layer already exists [2020-09-16T22:40:35.660Z] f083a4996c5e: Layer already exists [2020-09-16T22:40:35.936Z] e2f13739ad41: Layer already exists [2020-09-16T22:40:35.936Z] latest: digest: sha256:044af685779150dfc5c79c1b050061c6a85038fd5e47c91bd2143fa591533a83 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:40:36.297Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:40:36.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.12 [2020-09-16T22:40:36.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-16T22:40:36.649Z] 48ab3b09453f: Preparing [2020-09-16T22:40:36.649Z] ec594d0265d1: Preparing [2020-09-16T22:40:36.649Z] ee8773c4c7f8: Preparing [2020-09-16T22:40:36.649Z] f083a4996c5e: Preparing [2020-09-16T22:40:36.649Z] af4c6dbdc0cb: Preparing [2020-09-16T22:40:36.650Z] e2f13739ad41: Preparing [2020-09-16T22:40:36.650Z] e2f13739ad41: Waiting [2020-09-16T22:40:36.925Z] ee8773c4c7f8: Layer already exists [2020-09-16T22:40:36.925Z] f083a4996c5e: Layer already exists [2020-09-16T22:40:36.925Z] 48ab3b09453f: Layer already exists [2020-09-16T22:40:36.925Z] ec594d0265d1: Layer already exists [2020-09-16T22:40:36.925Z] af4c6dbdc0cb: Layer already exists [2020-09-16T22:40:36.925Z] e2f13739ad41: Layer already exists [2020-09-16T22:40:36.925Z] 1.2.1-dev.12: digest: sha256:044af685779150dfc5c79c1b050061c6a85038fd5e47c91bd2143fa591533a83 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:40:37.284Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8582f2b767348e02b53e84eef1a2c5c64dff35c1-1.2.1-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:40:37.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8582f2b767348e02b53e84eef1a2c5c64dff35c1-1.2.1-dev.12 [2020-09-16T22:40:37.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-16T22:40:37.640Z] 48ab3b09453f: Preparing [2020-09-16T22:40:37.640Z] ec594d0265d1: Preparing [2020-09-16T22:40:37.640Z] ee8773c4c7f8: Preparing [2020-09-16T22:40:37.640Z] f083a4996c5e: Preparing [2020-09-16T22:40:37.640Z] af4c6dbdc0cb: Preparing [2020-09-16T22:40:37.640Z] e2f13739ad41: Preparing [2020-09-16T22:40:37.640Z] e2f13739ad41: Waiting [2020-09-16T22:40:37.918Z] f083a4996c5e: Layer already exists [2020-09-16T22:40:37.918Z] af4c6dbdc0cb: Layer already exists [2020-09-16T22:40:37.918Z] ec594d0265d1: Layer already exists [2020-09-16T22:40:37.918Z] ee8773c4c7f8: Layer already exists [2020-09-16T22:40:37.918Z] 48ab3b09453f: Layer already exists [2020-09-16T22:40:37.918Z] e2f13739ad41: Layer already exists [2020-09-16T22:40:37.918Z] 8582f2b767348e02b53e84eef1a2c5c64dff35c1-1.2.1-dev.12: digest: sha256:044af685779150dfc5c79c1b050061c6a85038fd5e47c91bd2143fa591533a83 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:40:38.276Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:40:38.621Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-09-16T22:40:38.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-16T22:40:38.621Z] 48ab3b09453f: Preparing [2020-09-16T22:40:38.621Z] ec594d0265d1: Preparing [2020-09-16T22:40:38.621Z] ee8773c4c7f8: Preparing [2020-09-16T22:40:38.621Z] f083a4996c5e: Preparing [2020-09-16T22:40:38.621Z] af4c6dbdc0cb: Preparing [2020-09-16T22:40:38.621Z] e2f13739ad41: Preparing [2020-09-16T22:40:38.621Z] e2f13739ad41: Waiting [2020-09-16T22:40:38.897Z] ec594d0265d1: Layer already exists [2020-09-16T22:40:38.897Z] 48ab3b09453f: Layer already exists [2020-09-16T22:40:38.897Z] ee8773c4c7f8: Layer already exists [2020-09-16T22:40:38.897Z] f083a4996c5e: Layer already exists [2020-09-16T22:40:38.897Z] af4c6dbdc0cb: Layer already exists [2020-09-16T22:40:38.897Z] e2f13739ad41: Layer already exists [2020-09-16T22:40:38.897Z] master: digest: sha256:044af685779150dfc5c79c1b050061c6a85038fd5e47c91bd2143fa591533a83 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T22:40:39.156Z] ===================================================== [Pipeline] echo [2020-09-16T22:40:39.207Z] taggedImages: [2020-09-16T22:40:39.207Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8582f2b767348e02b53e84eef1a2c5c64dff35c1 [2020-09-16T22:40:39.207Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-09-16T22:40:39.207Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.12 [2020-09-16T22:40:39.207Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8582f2b767348e02b53e84eef1a2c5c64dff35c1-1.2.1-dev.12 [2020-09-16T22:40:39.207Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64: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-16T22:40:41.510Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-16T22:40:41.512Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-16T22:40:41.574Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:40:41.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T22:40:41.962Z] [2020-09-16T22:40:41.962Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:40:42.320Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T22:40:42.320Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-16T22:40:42.320Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-16T22:40:42.320Z] 408f87550127: Pulling fs layer [2020-09-16T22:40:42.320Z] fe522b08c979: Pulling fs layer [2020-09-16T22:40:42.320Z] 221eaa008020: Pulling fs layer [2020-09-16T22:40:42.320Z] 2a4607e5d6b9: Pulling fs layer [2020-09-16T22:40:42.320Z] 8f79b27c4fd2: Pulling fs layer [2020-09-16T22:40:42.320Z] e5c8dbe1645b: Pulling fs layer [2020-09-16T22:40:42.320Z] 23e8b3b47431: Pulling fs layer [2020-09-16T22:40:42.320Z] 5c568d65a230: Pulling fs layer [2020-09-16T22:40:42.320Z] 221eaa008020: Waiting [2020-09-16T22:40:42.320Z] 2a4607e5d6b9: Waiting [2020-09-16T22:40:42.320Z] 8f79b27c4fd2: Waiting [2020-09-16T22:40:42.320Z] 23e8b3b47431: Waiting [2020-09-16T22:40:42.320Z] e5c8dbe1645b: Waiting [2020-09-16T22:40:42.320Z] fe522b08c979: Verifying Checksum [2020-09-16T22:40:42.320Z] fe522b08c979: Download complete [2020-09-16T22:40:42.320Z] 408f87550127: Verifying Checksum [2020-09-16T22:40:42.320Z] 408f87550127: Download complete [2020-09-16T22:40:42.320Z] 2a4607e5d6b9: Verifying Checksum [2020-09-16T22:40:42.320Z] 2a4607e5d6b9: Download complete [2020-09-16T22:40:42.320Z] 8f79b27c4fd2: Verifying Checksum [2020-09-16T22:40:42.320Z] 8f79b27c4fd2: Download complete [2020-09-16T22:40:42.320Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-16T22:40:42.320Z] cbdbe7a5bc2a: Download complete [2020-09-16T22:40:42.899Z] cbdbe7a5bc2a: Pull complete [2020-09-16T22:40:42.899Z] 408f87550127: Pull complete [2020-09-16T22:40:43.165Z] fe522b08c979: Pull complete [2020-09-16T22:40:43.430Z] e5c8dbe1645b: Verifying Checksum [2020-09-16T22:40:44.389Z] 23e8b3b47431: Verifying Checksum [2020-09-16T22:40:44.389Z] 23e8b3b47431: Download complete [2020-09-16T22:40:44.973Z] 5c568d65a230: Verifying Checksum [2020-09-16T22:40:44.973Z] 5c568d65a230: Download complete [2020-09-16T22:40:46.375Z] 221eaa008020: Verifying Checksum [2020-09-16T22:40:46.375Z] 221eaa008020: Download complete [2020-09-16T22:40:53.019Z] 221eaa008020: Pull complete [2020-09-16T22:40:53.019Z] 2a4607e5d6b9: Pull complete [2020-09-16T22:40:53.019Z] 8f79b27c4fd2: Pull complete [2020-09-16T22:40:54.945Z] e5c8dbe1645b: Pull complete [2020-09-16T22:40:57.538Z] 23e8b3b47431: Pull complete [2020-09-16T22:40:58.936Z] 5c568d65a230: Pull complete [2020-09-16T22:40:58.936Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-16T22:40:58.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T22:40:58.936Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-16T22:40:59.152Z] prd-centos7-docker-4c-2g-32 does not seem to be running inside a container [2020-09-16T22:40:59.202Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-16T22:41:00.178Z] $ docker top 071ac932ace5765752498f077913cb2d8a2b6f9ba7231a07db3a44ff33bbafb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T22:41:00.718Z] + snyk monitor '--org=edgex-jenkins' [2020-09-16T22:41:12.991Z] [2020-09-16T22:41:12.991Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-09-16T22:41:12.991Z] [2020-09-16T22:41:12.991Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/763e37bb-2c9e-4723-ab5f-8b6b54ffbf9d [2020-09-16T22:41:12.991Z] [2020-09-16T22:41:12.991Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-16T22:41:12.991Z] [2020-09-16T22:41:12.991Z] [2020-09-16T22:41:12.991Z] Snyk CLI supports Node.js 8 and higher. [2020-09-16T22:41:12.991Z] 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-16T22:41:12.991Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-16T22:41:12.991Z] [2020-09-16T22:41:12.991Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-16T22:41:12.991Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-16T22:41:13.009Z] $ docker stop --time=1 071ac932ace5765752498f077913cb2d8a2b6f9ba7231a07db3a44ff33bbafb4 [2020-09-16T22:41:16.614Z] $ docker rm -f 071ac932ace5765752498f077913cb2d8a2b6f9ba7231a07db3a44ff33bbafb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:41:18.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T22:41:18.155Z] [2020-09-16T22:41:18.155Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:41:18.540Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T22:41:18.540Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-16T22:41:18.540Z] e7c96db7181b: Pulling fs layer [2020-09-16T22:41:18.540Z] 1868ca2cb446: Pulling fs layer [2020-09-16T22:41:18.540Z] 136be5d0fe8e: Pulling fs layer [2020-09-16T22:41:18.540Z] 894bfe63afcb: Pulling fs layer [2020-09-16T22:41:18.540Z] 894bfe63afcb: Waiting [2020-09-16T22:41:18.540Z] 1868ca2cb446: Verifying Checksum [2020-09-16T22:41:18.540Z] 1868ca2cb446: Download complete [2020-09-16T22:41:18.540Z] 136be5d0fe8e: Download complete [2020-09-16T22:41:18.540Z] e7c96db7181b: Verifying Checksum [2020-09-16T22:41:18.540Z] e7c96db7181b: Download complete [2020-09-16T22:41:18.810Z] 894bfe63afcb: Verifying Checksum [2020-09-16T22:41:18.810Z] 894bfe63afcb: Download complete [2020-09-16T22:41:18.810Z] e7c96db7181b: Pull complete [2020-09-16T22:41:19.079Z] 1868ca2cb446: Pull complete [2020-09-16T22:41:19.355Z] 136be5d0fe8e: Pull complete [2020-09-16T22:41:19.619Z] 894bfe63afcb: Pull complete [2020-09-16T22:41:19.619Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-16T22:41:19.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T22:41:19.619Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-16T22:41:19.759Z] prd-centos7-docker-4c-2g-32 does not seem to be running inside a container [2020-09-16T22:41:19.830Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-16T22:41:21.116Z] $ docker top 73b396afc26d7e9a43ee49c6c2f55cd39e6047d2ea25bc6e69071f0512b3e3ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T22:41:21.702Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8582f2b767348e02b53e84eef1a2c5c64dff35c1 [2020-09-16T22:41:21.703Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T22:41:27.316Z] $ docker stop --time=1 73b396afc26d7e9a43ee49c6c2f55cd39e6047d2ea25bc6e69071f0512b3e3ad [2020-09-16T22:41:28.743Z] $ docker rm -f 73b396afc26d7e9a43ee49c6c2f55cd39e6047d2ea25bc6e69071f0512b3e3ad [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:41:29.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T22:41:29.275Z] . [Pipeline] withDockerContainer [2020-09-16T22:41:29.369Z] prd-centos7-docker-4c-2g-32 does not seem to be running inside a container [2020-09-16T22:41:29.417Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-16T22:41:30.042Z] $ docker top 8c213c1e51b33684bddcbc6b033fcb6f11dac508d3d453dc43bd1a89d7afe78b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T22:41:30.723Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8582f2b767348e02b53e84eef1a2c5c64dff35c1 [2020-09-16T22:41:30.723Z] + tee [2020-09-16T22:41:30.723Z] clair timeout 1m0s [2020-09-16T22:41:30.723Z] docker timeout: 1m0s [2020-09-16T22:41:30.723Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T22:41:31.811Z] $ docker stop --time=1 8c213c1e51b33684bddcbc6b033fcb6f11dac508d3d453dc43bd1a89d7afe78b [2020-09-16T22:41:33.159Z] $ docker rm -f 8c213c1e51b33684bddcbc6b033fcb6f11dac508d3d453dc43bd1a89d7afe78b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T22:41:33.637Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-09-16T22:41:33.653Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_8582f2b767348e02b53e84eef1a2c5c64dff35c1.html [Pipeline] writeFile [Pipeline] step [2020-09-16T22:41:33.834Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:41:34.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T22:41:34.211Z] . [Pipeline] withDockerContainer [2020-09-16T22:41:34.324Z] prd-centos7-docker-4c-2g-32 does not seem to be running inside a container [2020-09-16T22:41:34.477Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-16T22:41:35.099Z] $ docker top 7f53a06d7dceb4668618f82b761344265af6f4ae5141d0420ca9766d12436c78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T22:41:35.669Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8582f2b767348e02b53e84eef1a2c5c64dff35c1 [2020-09-16T22:41:35.669Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T22:41:41.154Z] $ docker stop --time=1 7f53a06d7dceb4668618f82b761344265af6f4ae5141d0420ca9766d12436c78 [2020-09-16T22:41:42.549Z] $ docker rm -f 7f53a06d7dceb4668618f82b761344265af6f4ae5141d0420ca9766d12436c78 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:41:43.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T22:41:43.036Z] . [Pipeline] withDockerContainer [2020-09-16T22:41:43.134Z] prd-centos7-docker-4c-2g-32 does not seem to be running inside a container [2020-09-16T22:41:43.192Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-16T22:41:43.939Z] $ docker top 1d99f3e4e1f696d63cd37e6e607c9cd53b34eefb045c121179b382c4362fe7a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T22:41:44.621Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8582f2b767348e02b53e84eef1a2c5c64dff35c1 [2020-09-16T22:41:44.621Z] + tee [2020-09-16T22:41:44.621Z] clair timeout 1m0s [2020-09-16T22:41:44.621Z] docker timeout: 1m0s [2020-09-16T22:41:44.621Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T22:41:45.698Z] $ docker stop --time=1 1d99f3e4e1f696d63cd37e6e607c9cd53b34eefb045c121179b382c4362fe7a1 [2020-09-16T22:41:47.068Z] $ docker rm -f 1d99f3e4e1f696d63cd37e6e607c9cd53b34eefb045c121179b382c4362fe7a1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T22:41:47.550Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-09-16T22:41:47.566Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_8582f2b767348e02b53e84eef1a2c5c64dff35c1.html [Pipeline] writeFile [Pipeline] step [2020-09-16T22:41:47.621Z] 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-16T22:41:48.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T22:41:48.624Z] . [Pipeline] withDockerContainer [2020-09-16T22:41:48.724Z] prd-centos7-docker-4c-2g-32 does not seem to be running inside a container [2020-09-16T22:41:48.770Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-16T22:41:49.351Z] $ docker top 98c84568603d6f9f387f8823428f9cb7428a4fa01a5e5be04fd367de03b0d47f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T22:41:49.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T22:41:49.655Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T22:41:49.851Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T22:41:49.856Z] $ docker exec 98c84568603d6f9f387f8823428f9cb7428a4fa01a5e5be04fd367de03b0d47f ssh-agent [2020-09-16T22:41:50.023Z] SSH_AUTH_SOCK=/tmp/ssh-mRMyvIq0tTlV/agent.12 [2020-09-16T22:41:50.023Z] SSH_AGENT_PID=18 [2020-09-16T22:41:50.030Z] Running ssh-add (command line suppressed) [2020-09-16T22:41:50.158Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3832614103946846238.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3832614103946846238.key) [2020-09-16T22:41:50.213Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T22:41:50.586Z] + git semver tag [2020-09-16T22:41:50.586Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T22:41:50.586Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-16T22:41:50.586Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-16T22:41:50.586Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T22:41:50.586Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T22:41:50.586Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T22:41:50.586Z] # $SEMVER_BRANCH = master [2020-09-16T22:41:50.586Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-09-16T22:41:50.586Z] # 8582f2b767348e02b53e84eef1a2c5c64dff35c1 HEAD [2020-09-16T22:41:50.586Z] # -> Force: false [2020-09-16T22:41:50.586Z] # 6ce52a7764bdb06c7e9252417781ced3ad4cf3f9 refs/tags/v1.2.1-dev.12 [Pipeline] } [2020-09-16T22:41:50.601Z] $ docker exec --env ******** --env ******** 98c84568603d6f9f387f8823428f9cb7428a4fa01a5e5be04fd367de03b0d47f ssh-agent -k [2020-09-16T22:41:50.719Z] unset SSH_AUTH_SOCK; [2020-09-16T22:41:50.719Z] unset SSH_AGENT_PID; [2020-09-16T22:41:50.720Z] echo Agent pid 18 killed; [2020-09-16T22:41:50.768Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T22:41:51.248Z] + git semver [Pipeline] } [2020-09-16T22:41:51.268Z] $ docker stop --time=1 98c84568603d6f9f387f8823428f9cb7428a4fa01a5e5be04fd367de03b0d47f [2020-09-16T22:41:52.588Z] $ docker rm -f 98c84568603d6f9f387f8823428f9cb7428a4fa01a5e5be04fd367de03b0d47f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:41:53.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T22:41:53.316Z] [2020-09-16T22:41:53.316Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:41:53.689Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T22:41:53.690Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-16T22:41:53.690Z] ab5ef0e58194: Pulling fs layer [2020-09-16T22:41:53.690Z] 9712f1f96733: Pulling fs layer [2020-09-16T22:41:53.690Z] 63f879dbbcfc: Pulling fs layer [2020-09-16T22:41:53.690Z] 0d9ebad4ef96: Pulling fs layer [2020-09-16T22:41:53.690Z] e9a5061849ea: Pulling fs layer [2020-09-16T22:41:53.690Z] d747dcd14b5f: Pulling fs layer [2020-09-16T22:41:53.690Z] 2de7ff778b66: Pulling fs layer [2020-09-16T22:41:53.690Z] 0d9ebad4ef96: Waiting [2020-09-16T22:41:53.690Z] e9a5061849ea: Waiting [2020-09-16T22:41:53.690Z] d747dcd14b5f: Waiting [2020-09-16T22:41:53.690Z] 2de7ff778b66: Waiting [2020-09-16T22:41:53.690Z] 9712f1f96733: Verifying Checksum [2020-09-16T22:41:53.690Z] 9712f1f96733: Download complete [2020-09-16T22:41:55.091Z] 63f879dbbcfc: Verifying Checksum [2020-09-16T22:41:55.091Z] 63f879dbbcfc: Download complete [2020-09-16T22:41:55.354Z] e9a5061849ea: Verifying Checksum [2020-09-16T22:41:55.354Z] e9a5061849ea: Download complete [2020-09-16T22:41:55.354Z] d747dcd14b5f: Verifying Checksum [2020-09-16T22:41:55.354Z] d747dcd14b5f: Download complete [2020-09-16T22:41:55.931Z] 2de7ff778b66: Verifying Checksum [2020-09-16T22:41:55.931Z] 2de7ff778b66: Download complete [2020-09-16T22:41:56.194Z] 0d9ebad4ef96: Download complete [2020-09-16T22:41:56.460Z] ab5ef0e58194: Verifying Checksum [2020-09-16T22:41:56.460Z] ab5ef0e58194: Download complete [2020-09-16T22:42:00.698Z] ab5ef0e58194: Pull complete [2020-09-16T22:42:00.698Z] 9712f1f96733: Pull complete [2020-09-16T22:42:03.261Z] 63f879dbbcfc: Pull complete [2020-09-16T22:42:09.889Z] 0d9ebad4ef96: Pull complete [2020-09-16T22:42:10.837Z] e9a5061849ea: Pull complete [2020-09-16T22:42:10.837Z] d747dcd14b5f: Pull complete [2020-09-16T22:42:14.152Z] 2de7ff778b66: Pull complete [2020-09-16T22:42:14.152Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-16T22:42:14.152Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T22:42:14.152Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-16T22:42:14.342Z] prd-centos7-docker-4c-2g-32 does not seem to be running inside a container [2020-09-16T22:42:14.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-16T22:42:18.677Z] $ docker top 46cb19090173900ce85b9790e956b460e93c47deacdcb39999f3b7977c9822fe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-16T22:42:18.928Z] provisioning config files... [2020-09-16T22:42:18.943Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5272082048315653166tmp [2020-09-16T22:42:18.962Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config3424126568805831985tmp [2020-09-16T22:42:18.976Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config7960426302880980412tmp [Pipeline] { [Pipeline] echo [2020-09-16T22:42:19.045Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:42:19.348Z] ---> sigul-configuration.sh [2020-09-16T22:42:19.348Z] gpg: directory `/root/.gnupg' created [2020-09-16T22:42:19.348Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-16T22:42:19.348Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-16T22:42:19.348Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-16T22:42:19.348Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-16T22:42:19.348Z] gpg: CAST5 encrypted data [2020-09-16T22:42:19.611Z] gpg: encrypted with 1 passphrase [2020-09-16T22:42:19.611Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-16T22:42:19.912Z] + mkdir /home/jenkins [2020-09-16T22:42:19.912Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-16T22:42:20.235Z] + 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-16T22:42:20.259Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:42:20.618Z] ---> sigul-install.sh [2020-09-16T22:42:27.231Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-16T22:42:27.551Z] + git tag --list [2020-09-16T22:42:27.551Z] v1.2.1-dev.12 [Pipeline] sh [2020-09-16T22:42:27.855Z] + lftools sign git-tag v1.2.1-dev.12 [2020-09-16T22:42:29.255Z] Signing Git tag with Sigul... [2020-09-16T22:42:29.255Z] Signing v1.2.1-dev.12 [Pipeline] echo [2020-09-16T22:42:30.232Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:42:30.536Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-16T22:42:30.545Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-16T22:42:30.906Z] $ docker stop --time=1 46cb19090173900ce85b9790e956b460e93c47deacdcb39999f3b7977c9822fe [2020-09-16T22:42:32.824Z] $ docker rm -f 46cb19090173900ce85b9790e956b460e93c47deacdcb39999f3b7977c9822fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:42:33.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T22:42:33.772Z] . [Pipeline] withDockerContainer [2020-09-16T22:42:33.870Z] prd-centos7-docker-4c-2g-32 does not seem to be running inside a container [2020-09-16T22:42:33.916Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-16T22:42:34.535Z] $ docker top 6a5ed479c00e385288241d7583fbd9eafc46d60fc42684d98987b97e1c6b59c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T22:42:34.841Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T22:42:34.841Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T22:42:35.038Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T22:42:35.042Z] $ docker exec 6a5ed479c00e385288241d7583fbd9eafc46d60fc42684d98987b97e1c6b59c8 ssh-agent [2020-09-16T22:42:35.242Z] SSH_AUTH_SOCK=/tmp/ssh-l4sNl1SQndJ7/agent.12 [2020-09-16T22:42:35.242Z] SSH_AGENT_PID=17 [2020-09-16T22:42:35.249Z] Running ssh-add (command line suppressed) [2020-09-16T22:42:35.379Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6122624562382859951.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6122624562382859951.key) [2020-09-16T22:42:35.434Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T22:42:35.770Z] + git semver bump pre [2020-09-16T22:42:35.770Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T22:42:35.770Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-16T22:42:35.770Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-16T22:42:35.770Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T22:42:35.770Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T22:42:35.770Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T22:42:35.770Z] # $SEMVER_BRANCH = master [2020-09-16T22:42:35.770Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-09-16T22:42:35.770Z] 1.2.1-dev.13 [Pipeline] } [2020-09-16T22:42:35.785Z] $ docker exec --env ******** --env ******** 6a5ed479c00e385288241d7583fbd9eafc46d60fc42684d98987b97e1c6b59c8 ssh-agent -k [2020-09-16T22:42:35.908Z] unset SSH_AUTH_SOCK; [2020-09-16T22:42:35.908Z] unset SSH_AGENT_PID; [2020-09-16T22:42:35.908Z] echo Agent pid 17 killed; [2020-09-16T22:42:35.964Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T22:42:36.422Z] + git semver [Pipeline] } [2020-09-16T22:42:36.442Z] $ docker stop --time=1 6a5ed479c00e385288241d7583fbd9eafc46d60fc42684d98987b97e1c6b59c8 [2020-09-16T22:42:37.790Z] $ docker rm -f 6a5ed479c00e385288241d7583fbd9eafc46d60fc42684d98987b97e1c6b59c8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:42:38.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T22:42:38.308Z] . [Pipeline] withDockerContainer [2020-09-16T22:42:38.418Z] prd-centos7-docker-4c-2g-32 does not seem to be running inside a container [2020-09-16T22:42:38.475Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-16T22:42:39.158Z] $ docker top c295f647346fac127105236ff6a78ac7c05e4802664286457574d5c4242d9635 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T22:42:39.539Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T22:42:39.539Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T22:42:39.736Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T22:42:39.742Z] $ docker exec c295f647346fac127105236ff6a78ac7c05e4802664286457574d5c4242d9635 ssh-agent [2020-09-16T22:42:39.918Z] SSH_AUTH_SOCK=/tmp/ssh-herH8fGe92Nz/agent.11 [2020-09-16T22:42:39.918Z] SSH_AGENT_PID=17 [2020-09-16T22:42:39.926Z] Running ssh-add (command line suppressed) [2020-09-16T22:42:40.059Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2898984691798394784.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2898984691798394784.key) [2020-09-16T22:42:40.117Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T22:42:40.456Z] + git semver push [2020-09-16T22:42:40.456Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T22:42:40.456Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-16T22:42:40.456Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-16T22:42:40.456Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T22:42:40.456Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T22:42:40.456Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T22:42:40.456Z] # $SEMVER_BRANCH = master [2020-09-16T22:42:40.456Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-09-16T22:42:48.626Z] $ docker exec --env ******** --env ******** c295f647346fac127105236ff6a78ac7c05e4802664286457574d5c4242d9635 ssh-agent -k [2020-09-16T22:42:48.778Z] unset SSH_AUTH_SOCK; [2020-09-16T22:42:48.779Z] unset SSH_AGENT_PID; [2020-09-16T22:42:48.779Z] echo Agent pid 17 killed; [2020-09-16T22:42:48.846Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T22:42:49.311Z] + git semver [Pipeline] } [2020-09-16T22:42:49.330Z] $ docker stop --time=1 c295f647346fac127105236ff6a78ac7c05e4802664286457574d5c4242d9635 [2020-09-16T22:42:50.712Z] $ docker rm -f c295f647346fac127105236ff6a78ac7c05e4802664286457574d5c4242d9635 [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-16T22:42:52.186Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:42:52.773Z] ---> package-listing.sh [2020-09-16T22:42:52.773Z] ++ facter osfamily [2020-09-16T22:42:52.773Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-16T22:42:52.773Z] + OS_FAMILY=redhat [2020-09-16T22:42:52.773Z] + workspace=/w/workspace/_app-service-configurable_master [2020-09-16T22:42:52.773Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-16T22:42:52.773Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-16T22:42:52.773Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-16T22:42:52.773Z] + PACKAGES=/tmp/packages_start.txt [2020-09-16T22:42:52.773Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-09-16T22:42:52.773Z] + PACKAGES=/tmp/packages_end.txt [2020-09-16T22:42:52.773Z] + case "${OS_FAMILY}" in [2020-09-16T22:42:52.773Z] + rpm -qa [2020-09-16T22:42:52.773Z] + sort [2020-09-16T22:42:57.009Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-16T22:42:57.009Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-16T22:42:57.009Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-16T22:42:57.009Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-09-16T22:42:57.009Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-09-16T22:42:57.009Z] + 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-16T22:42:57.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T22:42:57.502Z] [2020-09-16T22:42:57.502Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:42:57.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T22:42:57.854Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-16T22:42:57.854Z] df20fa9351a1: Pulling fs layer [2020-09-16T22:42:57.854Z] 36b3adc4ff6f: Pulling fs layer [2020-09-16T22:42:57.854Z] 8ad3a11d3b57: Pulling fs layer [2020-09-16T22:42:57.854Z] 46f8f816bc3b: Pulling fs layer [2020-09-16T22:42:57.854Z] 0dadc02b9964: Pulling fs layer [2020-09-16T22:42:57.854Z] ce6a7cf60c04: Pulling fs layer [2020-09-16T22:42:57.854Z] 7a184a31f384: Pulling fs layer [2020-09-16T22:42:57.854Z] 0879bd2ef858: Pulling fs layer [2020-09-16T22:42:57.854Z] 0dadc02b9964: Waiting [2020-09-16T22:42:57.854Z] ce6a7cf60c04: Waiting [2020-09-16T22:42:57.854Z] 7a184a31f384: Waiting [2020-09-16T22:42:57.854Z] 46f8f816bc3b: Waiting [2020-09-16T22:42:57.854Z] 0879bd2ef858: Waiting [2020-09-16T22:42:57.854Z] 36b3adc4ff6f: Verifying Checksum [2020-09-16T22:42:57.854Z] 36b3adc4ff6f: Download complete [2020-09-16T22:42:58.117Z] 46f8f816bc3b: Verifying Checksum [2020-09-16T22:42:58.117Z] 46f8f816bc3b: Download complete [2020-09-16T22:42:58.385Z] df20fa9351a1: Verifying Checksum [2020-09-16T22:42:58.385Z] df20fa9351a1: Download complete [2020-09-16T22:42:58.385Z] 0dadc02b9964: Verifying Checksum [2020-09-16T22:42:58.385Z] 0dadc02b9964: Download complete [2020-09-16T22:42:58.385Z] ce6a7cf60c04: Verifying Checksum [2020-09-16T22:42:58.385Z] ce6a7cf60c04: Download complete [2020-09-16T22:42:58.385Z] 7a184a31f384: Verifying Checksum [2020-09-16T22:42:58.385Z] 7a184a31f384: Download complete [2020-09-16T22:42:58.650Z] df20fa9351a1: Pull complete [2020-09-16T22:42:58.912Z] 36b3adc4ff6f: Pull complete [2020-09-16T22:42:58.912Z] 8ad3a11d3b57: Verifying Checksum [2020-09-16T22:42:58.912Z] 8ad3a11d3b57: Download complete [2020-09-16T22:42:59.486Z] 8ad3a11d3b57: Pull complete [2020-09-16T22:42:59.750Z] 46f8f816bc3b: Pull complete [2020-09-16T22:43:00.017Z] 0dadc02b9964: Pull complete [2020-09-16T22:43:00.280Z] ce6a7cf60c04: Pull complete [2020-09-16T22:43:00.280Z] 7a184a31f384: Pull complete [2020-09-16T22:43:00.280Z] 0879bd2ef858: Verifying Checksum [2020-09-16T22:43:00.280Z] 0879bd2ef858: Download complete [2020-09-16T22:43:04.505Z] 0879bd2ef858: Pull complete [2020-09-16T22:43:04.505Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-16T22:43:04.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T22:43:04.505Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-16T22:43:04.669Z] prd-centos7-docker-4c-2g-32 does not seem to be running inside a container [2020-09-16T22:43:04.717Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-16T22:43:08.020Z] $ docker top 20312b0ce34b62181e98ed2233a0784978eb19190e9e03f9bcf17aa9f798d3c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T22:43:08.649Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-16T22:43:08.951Z] + ls /var/log/sa-host [2020-09-16T22:43:08.951Z] + sadf -c /var/log/sa-host/sa05 [2020-09-16T22:43:08.951Z] file_magic: OK [2020-09-16T22:43:08.951Z] HZ: Using current value: 100 [2020-09-16T22:43:08.951Z] file_header: OK [2020-09-16T22:43:08.951Z] 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-16T22:43:08.951Z] Statistics: [2020-09-16T22:43:08.951Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T22:43:08.951Z] File successfully converted to sysstat format version 12.2.1 [2020-09-16T22:43:08.951Z] + sadf -c /var/log/sa-host/sa16 [2020-09-16T22:43:08.951Z] file_magic: OK [2020-09-16T22:43:08.951Z] HZ: Using current value: 100 [2020-09-16T22:43:08.951Z] file_header: OK [2020-09-16T22:43:08.951Z] 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-16T22:43:08.951Z] Statistics: [2020-09-16T22:43:08.951Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T22:43:08.951Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-16T22:43:09.013Z] provisioning config files... [2020-09-16T22:43:09.030Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1486106098188837348tmp [Pipeline] { [Pipeline] echo [2020-09-16T22:43:09.107Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:43:09.406Z] ---> create-netrc.sh [Pipeline] echo [2020-09-16T22:43:09.417Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:43:09.720Z] ---> logs-deploy.sh [2020-09-16T22:43:09.720Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/49 [2020-09-16T22:43:09.720Z] INFO: archiving workspace using pattern(s): [2020-09-16T22:43:11.118Z] Archives upload complete. [2020-09-16T22:43:11.118Z] INFO: archiving logs to Nexus