Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6d51720bebf870c8d3052e72161f8d66f404099d 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1544 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 Fetching 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 > 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 6d51720bebf870c8d3052e72161f8d66f404099d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6d51720bebf870c8d3052e72161f8d66f404099d # timeout=10 Commit message: "fix: Update to latest SDK so V2 APIs are available for TAF tests (#112)" > git rev-list --no-walk 414b6282f916c065fbe85db3d54f08096cf4375d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-05T00:31:11.430Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-05T00:31:11.649Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-05T00:31:11.727Z] ========================================================= [2020-09-05T00:31:11.727Z] EdgeX Global Pipelines Version Info [2020-09-05T00:31:11.727Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-05T00:31:13.066Z] ------------------- [2020-09-05T00:31:13.066Z] stable info: [2020-09-05T00:31:13.066Z] ------------------- [2020-09-05T00:31:13.066Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-05T00:31:13.066Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-05T00:31:13.066Z] Message: update stable to v1.0.118 [2020-09-05T00:31:14.009Z] ------------------- [2020-09-05T00:31:14.009Z] experimental info: [2020-09-05T00:31:14.009Z] ------------------- [2020-09-05T00:31:14.009Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-05T00:31:14.009Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-05T00:31:14.009Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-05T00:31:14.345Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-09-05T00:31:14.423Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-09-05T00:31:14.559Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-05T00:31:14.633Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-05T00:31:14.707Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-05T00:31:14.809Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-05T00:31:14.884Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-05T00:31:14.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-05T00:31:15.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-05T00:31:15.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-05T00:31:15.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-05T00:31:15.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-09-05T00:31:15.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-05T00:31:15.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-05T00:31:15.521Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-05T00:31:15.594Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-05T00:31:15.688Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-05T00:31:15.760Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-05T00:31:15.836Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-05T00:31:15.917Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-05T00:31:15.989Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-05T00:31:16.060Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-05T00:31:16.129Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-05T00:31:16.202Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-05T00:31:16.272Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-05T00:31:16.356Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d51720bebf870c8d3052e72161f8d66f404099d [Pipeline] echo [2020-09-05T00:31:16.458Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d51720 [Pipeline] echo [2020-09-05T00:31:16.552Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-05T00:31:17.088Z] + git log --format=format:%s -1 6d51720bebf870c8d3052e72161f8d66f404099d [Pipeline] echo [2020-09-05T00:31:17.144Z] GIT_COMMIT: 6d51720bebf870c8d3052e72161f8d66f404099d, Commit Message: fix: Update to latest SDK so V2 APIs are available for TAF tests (#112) [Pipeline] echo [2020-09-05T00:31:17.183Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:31:17.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-05T00:31:18.234Z] [2020-09-05T00:31:18.234Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:31:18.573Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-05T00:31:18.573Z] latest: Pulling from edgex-devops/git-semver [2020-09-05T00:31:18.573Z] 31603596830f: Pulling fs layer [2020-09-05T00:31:18.573Z] 2a8b12db71e7: Pulling fs layer [2020-09-05T00:31:18.573Z] 6ca5941a6612: Pulling fs layer [2020-09-05T00:31:18.573Z] ecc8261a40a4: Pulling fs layer [2020-09-05T00:31:18.573Z] ecc8261a40a4: Waiting [2020-09-05T00:31:18.574Z] 2a8b12db71e7: Download complete [2020-09-05T00:31:18.574Z] 31603596830f: Verifying Checksum [2020-09-05T00:31:18.574Z] 31603596830f: Download complete [2020-09-05T00:31:18.838Z] ecc8261a40a4: Verifying Checksum [2020-09-05T00:31:18.838Z] ecc8261a40a4: Download complete [2020-09-05T00:31:18.838Z] 6ca5941a6612: Verifying Checksum [2020-09-05T00:31:18.838Z] 6ca5941a6612: Download complete [2020-09-05T00:31:19.102Z] 31603596830f: Pull complete [2020-09-05T00:31:19.102Z] 2a8b12db71e7: Pull complete [2020-09-05T00:31:20.045Z] 6ca5941a6612: Pull complete [2020-09-05T00:31:20.045Z] ecc8261a40a4: Pull complete [2020-09-05T00:31:20.306Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-05T00:31:20.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-05T00:31:20.569Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-05T00:31:20.686Z] prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container [2020-09-05T00:31:20.762Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-05T00:31:22.127Z] $ docker top 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-05T00:31:22.370Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-05T00:31:22.370Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-05T00:31:22.564Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-05T00:31:22.569Z] $ docker exec 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c ssh-agent [2020-09-05T00:31:22.717Z] SSH_AUTH_SOCK=/tmp/ssh-LzW4o9WbmwZZ/agent.12 [2020-09-05T00:31:22.717Z] SSH_AGENT_PID=17 [2020-09-05T00:31:22.730Z] Running ssh-add (command line suppressed) [2020-09-05T00:31:22.849Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8670992383052094194.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8670992383052094194.key) [2020-09-05T00:31:22.896Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-05T00:31:23.220Z] + git describe --exact-match --tags HEAD [2020-09-05T00:31:23.220Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-05T00:31:23.241Z] $ docker exec --env ******** --env ******** 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c ssh-agent -k [2020-09-05T00:31:23.354Z] unset SSH_AUTH_SOCK; [2020-09-05T00:31:23.354Z] unset SSH_AGENT_PID; [2020-09-05T00:31:23.354Z] echo Agent pid 17 killed; [2020-09-05T00:31:23.398Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-05T00:31:23.476Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-05T00:31:23.476Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-05T00:31:23.560Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-05T00:31:23.560Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-05T00:31:23.731Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-05T00:31:23.737Z] $ docker exec 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c ssh-agent [2020-09-05T00:31:23.900Z] SSH_AUTH_SOCK=/tmp/ssh-0EcMzMNack02/agent.45 [2020-09-05T00:31:23.900Z] SSH_AGENT_PID=50 [2020-09-05T00:31:23.907Z] Running ssh-add (command line suppressed) [2020-09-05T00:31:24.032Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8832062701851698402.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8832062701851698402.key) [2020-09-05T00:31:24.078Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-05T00:31:24.398Z] + git semver init [2020-09-05T00:31:24.398Z] # -> Open(): unable to determine branch for HEAD [2020-09-05T00:31:24.398Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-05T00:31:24.398Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-05T00:31:24.398Z] # $SEMVER_REMOTE_NAME = origin [2020-09-05T00:31:24.398Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-05T00:31:24.398Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-05T00:31:24.398Z] # $SEMVER_BRANCH = master [2020-09-05T00:31:24.398Z] # $SEMVER_TEMP = /tmp/semver-823108431 [2020-09-05T00:31:24.398Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-09-05T00:31:24.969Z] # '/tmp/semver-823108431' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-09-05T00:31:24.969Z] # -> Force: false [2020-09-05T00:31:24.969Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-09-05T00:31:24.983Z] $ docker exec --env ******** --env ******** 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c ssh-agent -k [2020-09-05T00:31:25.098Z] unset SSH_AUTH_SOCK; [2020-09-05T00:31:25.098Z] unset SSH_AGENT_PID; [2020-09-05T00:31:25.098Z] echo Agent pid 50 killed; [2020-09-05T00:31:25.137Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-05T00:31:25.566Z] + git semver [Pipeline] } [2020-09-05T00:31:25.585Z] $ docker stop --time=1 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c [2020-09-05T00:31:26.939Z] $ docker rm -f 780007d37ff6e2e06ee5ff4f7c87e97e4e73c2facd6312b1a19df0cf79bbf38c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-05T00:31:27.557Z] Stashed 20 file(s) [Pipeline] echo [2020-09-05T00:31:27.559Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.9 [Pipeline] echo [2020-09-05T00:31:27.634Z] Archived original version: [1.2.1-dev.9] [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-05T00:31:42.946Z] Still waiting to schedule task [2020-09-05T00:31:42.946Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-05T00:31:42.948Z] Still waiting to schedule task [2020-09-05T00:31:42.948Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-05T00:34:08.067Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1546 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-09-05T00:34:08.121Z] Running in /w/workspace/app-service-configurable/45 [Pipeline] { [Pipeline] checkout [2020-09-05T00:34:12.966Z] using credential edgex-jenkins-ssh [2020-09-05T00:34:13.055Z] Cloning the remote Git repository [2020-09-05T00:34:13.055Z] Cloning with configured refspecs honoured and without tags [2020-09-05T00:34:13.101Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-09-05T00:34:14.025Z] Fetching without tags [2020-09-05T00:34:13.212Z] > git init /w/workspace/app-service-configurable/45 # timeout=10 [2020-09-05T00:34:13.276Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-05T00:34:13.276Z] > git --version # timeout=10 [2020-09-05T00:34:13.299Z] > git --version # 'git version 2.17.1' [2020-09-05T00:34:13.300Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-05T00:34:13.355Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-05T00:34:13.930Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-05T00:34:13.947Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-05T00:34:13.974Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-05T00:34:14.015Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-05T00:34:14.016Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-05T00:34:14.030Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-05T00:34:14.537Z] Checking out Revision 6d51720bebf870c8d3052e72161f8d66f404099d (master) [2020-09-05T00:34:14.536Z] > git config core.sparsecheckout # timeout=10 [2020-09-05T00:34:14.556Z] > git checkout -f 6d51720bebf870c8d3052e72161f8d66f404099d # timeout=10 [2020-09-05T00:34:18.994Z] Commit message: "fix: Update to latest SDK so V2 APIs are available for TAF tests (#112)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-05T00:34:20.099Z] ========================================================= [2020-09-05T00:34:20.099Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-05T00:34:20.099Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:34:21.163Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-05T00:34:22.218Z] Sending build context to Docker daemon 301.1kB [2020-09-05T00:34:22.218Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-05T00:34:22.218Z] Step 2/8 : FROM ${BASE} [2020-09-05T00:34:22.494Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-05T00:34:22.494Z] b538f80385f9: Pulling fs layer [2020-09-05T00:34:22.494Z] 74f711af9a0d: Pulling fs layer [2020-09-05T00:34:22.494Z] 99f96fe45779: Pulling fs layer [2020-09-05T00:34:22.494Z] fd7a069fd194: Pulling fs layer [2020-09-05T00:34:22.494Z] 66aa3694b03b: Pulling fs layer [2020-09-05T00:34:22.494Z] 170f70906a0f: Pulling fs layer [2020-09-05T00:34:22.494Z] ad7c5574e4b9: Pulling fs layer [2020-09-05T00:34:22.494Z] e772456be8f7: Pulling fs layer [2020-09-05T00:34:22.494Z] c890913d741a: Pulling fs layer [2020-09-05T00:34:22.494Z] 2480fcc9aa5a: Pulling fs layer [2020-09-05T00:34:22.494Z] 09adf4765672: Pulling fs layer [2020-09-05T00:34:22.494Z] 66aa3694b03b: Waiting [2020-09-05T00:34:22.494Z] 170f70906a0f: Waiting [2020-09-05T00:34:22.494Z] ad7c5574e4b9: Waiting [2020-09-05T00:34:22.494Z] e772456be8f7: Waiting [2020-09-05T00:34:22.494Z] c890913d741a: Waiting [2020-09-05T00:34:22.494Z] 2480fcc9aa5a: Waiting [2020-09-05T00:34:22.494Z] 09adf4765672: Waiting [2020-09-05T00:34:22.494Z] fd7a069fd194: Waiting [2020-09-05T00:34:22.494Z] 99f96fe45779: Verifying Checksum [2020-09-05T00:34:22.494Z] 99f96fe45779: Download complete [2020-09-05T00:34:22.494Z] 74f711af9a0d: Verifying Checksum [2020-09-05T00:34:22.494Z] 74f711af9a0d: Download complete [2020-09-05T00:34:22.494Z] 66aa3694b03b: Verifying Checksum [2020-09-05T00:34:22.494Z] 66aa3694b03b: Download complete [2020-09-05T00:34:22.494Z] 170f70906a0f: Verifying Checksum [2020-09-05T00:34:22.494Z] b538f80385f9: Download complete [2020-09-05T00:34:23.500Z] b538f80385f9: Pull complete [2020-09-05T00:34:24.100Z] 74f711af9a0d: Pull complete [2020-09-05T00:34:24.703Z] 99f96fe45779: Pull complete [2020-09-05T00:34:25.313Z] ad7c5574e4b9: Verifying Checksum [2020-09-05T00:34:25.313Z] ad7c5574e4b9: Download complete [2020-09-05T00:34:25.313Z] c890913d741a: Verifying Checksum [2020-09-05T00:34:25.313Z] c890913d741a: Download complete [2020-09-05T00:34:26.760Z] 2480fcc9aa5a: Verifying Checksum [2020-09-05T00:34:26.760Z] 2480fcc9aa5a: Download complete [2020-09-05T00:34:27.032Z] 09adf4765672: Verifying Checksum [2020-09-05T00:34:27.032Z] 09adf4765672: Download complete [2020-09-05T00:34:27.635Z] e772456be8f7: Verifying Checksum [2020-09-05T00:34:27.635Z] e772456be8f7: Download complete [2020-09-05T00:34:28.235Z] fd7a069fd194: Verifying Checksum [2020-09-05T00:34:28.235Z] fd7a069fd194: Download complete [2020-09-05T00:34:30.588Z] Running on prd-centos7-docker-4c-2g-1547 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-09-05T00:34:30.631Z] Running in /w/workspace/app-service-configurable/45 [Pipeline] { [Pipeline] checkout [2020-09-05T00:34:33.179Z] using credential edgex-jenkins-ssh [2020-09-05T00:34:33.225Z] Cloning the remote Git repository [2020-09-05T00:34:33.225Z] Cloning with configured refspecs honoured and without tags [2020-09-05T00:34:33.915Z] Fetching without tags [2020-09-05T00:34:33.252Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-09-05T00:34:33.319Z] > git init /w/workspace/app-service-configurable/45 # timeout=10 [2020-09-05T00:34:33.371Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-05T00:34:33.371Z] > git --version # timeout=10 [2020-09-05T00:34:33.378Z] > git --version # 'git version 2.16.5' [2020-09-05T00:34:33.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-05T00:34:33.403Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-05T00:34:33.894Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-05T00:34:33.901Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-05T00:34:33.915Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-05T00:34:33.925Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-05T00:34:33.925Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-05T00:34:33.930Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-05T00:34:34.341Z] Checking out Revision 6d51720bebf870c8d3052e72161f8d66f404099d (master) [2020-09-05T00:34:34.355Z] > git config core.sparsecheckout # timeout=10 [2020-09-05T00:34:34.360Z] > git checkout -f 6d51720bebf870c8d3052e72161f8d66f404099d # timeout=10 [2020-09-05T00:34:37.957Z] Commit message: "fix: Update to latest SDK so V2 APIs are available for TAF tests (#112)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-05T00:34:38.823Z] ========================================================= [2020-09-05T00:34:38.823Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-05T00:34:38.823Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:34:39.467Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-05T00:34:40.046Z] Sending build context to Docker daemon 301.1kB [2020-09-05T00:34:40.046Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-05T00:34:40.046Z] Step 2/8 : FROM ${BASE} [2020-09-05T00:34:40.046Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-05T00:34:40.046Z] df20fa9351a1: Pulling fs layer [2020-09-05T00:34:40.046Z] ed8968b2872e: Pulling fs layer [2020-09-05T00:34:40.046Z] a92cc7c5fd73: Pulling fs layer [2020-09-05T00:34:40.046Z] 2dd03ba5bac4: Pulling fs layer [2020-09-05T00:34:40.046Z] 1e091d79d1de: Pulling fs layer [2020-09-05T00:34:40.046Z] 481702a1767f: Pulling fs layer [2020-09-05T00:34:40.046Z] f64a6f60c768: Pulling fs layer [2020-09-05T00:34:40.046Z] e78d2573fc39: Pulling fs layer [2020-09-05T00:34:40.046Z] e876d2f968b6: Pulling fs layer [2020-09-05T00:34:40.046Z] ce8a83651883: Pulling fs layer [2020-09-05T00:34:40.046Z] 07967f4d0e4b: Pulling fs layer [2020-09-05T00:34:40.046Z] 481702a1767f: Waiting [2020-09-05T00:34:40.046Z] f64a6f60c768: Waiting [2020-09-05T00:34:40.046Z] e78d2573fc39: Waiting [2020-09-05T00:34:40.046Z] e876d2f968b6: Waiting [2020-09-05T00:34:40.046Z] ce8a83651883: Waiting [2020-09-05T00:34:40.046Z] 07967f4d0e4b: Waiting [2020-09-05T00:34:40.046Z] 2dd03ba5bac4: Waiting [2020-09-05T00:34:40.046Z] 1e091d79d1de: Waiting [2020-09-05T00:34:40.046Z] a92cc7c5fd73: Verifying Checksum [2020-09-05T00:34:40.046Z] a92cc7c5fd73: Download complete [2020-09-05T00:34:40.046Z] ed8968b2872e: Verifying Checksum [2020-09-05T00:34:40.046Z] ed8968b2872e: Download complete [2020-09-05T00:34:40.046Z] 1e091d79d1de: Download complete [2020-09-05T00:34:40.046Z] 481702a1767f: Verifying Checksum [2020-09-05T00:34:40.046Z] 481702a1767f: Download complete [2020-09-05T00:34:40.046Z] df20fa9351a1: Download complete [2020-09-05T00:34:40.323Z] df20fa9351a1: Pull complete [2020-09-05T00:34:40.587Z] ed8968b2872e: Pull complete [2020-09-05T00:34:40.661Z] fd7a069fd194: Pull complete [2020-09-05T00:34:40.661Z] 66aa3694b03b: Pull complete [2020-09-05T00:34:40.661Z] 170f70906a0f: Pull complete [2020-09-05T00:34:40.855Z] a92cc7c5fd73: Pull complete [2020-09-05T00:34:42.251Z] f64a6f60c768: Verifying Checksum [2020-09-05T00:34:42.251Z] f64a6f60c768: Download complete [2020-09-05T00:34:42.251Z] e876d2f968b6: Verifying Checksum [2020-09-05T00:34:42.251Z] e876d2f968b6: Download complete [2020-09-05T00:34:43.195Z] ce8a83651883: Verifying Checksum [2020-09-05T00:34:43.195Z] ce8a83651883: Download complete [2020-09-05T00:34:43.195Z] 07967f4d0e4b: Verifying Checksum [2020-09-05T00:34:43.195Z] 07967f4d0e4b: Download complete [2020-09-05T00:34:43.463Z] e78d2573fc39: Verifying Checksum [2020-09-05T00:34:43.463Z] e78d2573fc39: Download complete [2020-09-05T00:34:43.463Z] 2dd03ba5bac4: Verifying Checksum [2020-09-05T00:34:43.463Z] 2dd03ba5bac4: Download complete [2020-09-05T00:34:44.055Z] ad7c5574e4b9: Pull complete [2020-09-05T00:34:48.370Z] e772456be8f7: Pull complete [2020-09-05T00:34:48.654Z] c890913d741a: Pull complete [2020-09-05T00:34:48.779Z] 2dd03ba5bac4: Pull complete [2020-09-05T00:34:49.041Z] 1e091d79d1de: Pull complete [2020-09-05T00:34:49.041Z] 481702a1767f: Pull complete [2020-09-05T00:34:51.276Z] 2480fcc9aa5a: Pull complete [2020-09-05T00:34:51.549Z] 09adf4765672: Pull complete [2020-09-05T00:34:51.549Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-05T00:34:51.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-05T00:34:51.549Z] ---> 2248a725d1cf [2020-09-05T00:34:51.549Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-05T00:34:55.661Z] f64a6f60c768: Pull complete [2020-09-05T00:34:55.864Z] ---> Running in 7cf3e399d03e [2020-09-05T00:34:56.136Z] Removing intermediate container 7cf3e399d03e [2020-09-05T00:34:56.136Z] ---> 6234683bcb98 [2020-09-05T00:34:56.136Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-05T00:34:56.136Z] ---> Running in 820c4bc1f073 [2020-09-05T00:34:57.595Z] e78d2573fc39: Pull complete [2020-09-05T00:34:57.595Z] e876d2f968b6: Pull complete [2020-09-05T00:34:58.544Z] ce8a83651883: Pull complete [2020-09-05T00:34:58.807Z] 07967f4d0e4b: Pull complete [2020-09-05T00:34:58.807Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-05T00:34:58.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-05T00:34:58.807Z] ---> 5d7c900382c6 [2020-09-05T00:34:58.807Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-05T00:34:59.526Z] Removing intermediate container 820c4bc1f073 [2020-09-05T00:34:59.526Z] ---> f357a98b0d38 [2020-09-05T00:34:59.526Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-09-05T00:34:59.526Z] ---> Running in 28ac29801898 [2020-09-05T00:35:00.747Z] ---> Running in e77aabb3e374 [2020-09-05T00:35:00.747Z] Removing intermediate container e77aabb3e374 [2020-09-05T00:35:00.747Z] ---> 1f072ab65802 [2020-09-05T00:35:00.747Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-05T00:35:00.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-05T00:35:01.010Z] ---> Running in f38b2a212834 [2020-09-05T00:35:01.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-05T00:35:02.142Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-09-05T00:35:02.142Z] (2/6) Installing libsodium (1.0.18-r0) [2020-09-05T00:35:02.142Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-09-05T00:35:02.404Z] Removing intermediate container f38b2a212834 [2020-09-05T00:35:02.404Z] ---> 36ea32d224b2 [2020-09-05T00:35:02.404Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-09-05T00:35:02.404Z] ---> Running in 0a38fc9781d7 [2020-09-05T00:35:02.412Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-09-05T00:35:02.412Z] (5/6) Installing libzmq (4.3.2-r0) [2020-09-05T00:35:02.683Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-09-05T00:35:02.683Z] Executing busybox-1.31.1-r16.trigger [2020-09-05T00:35:02.683Z] OK: 143 MiB in 45 packages [2020-09-05T00:35:02.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-05T00:35:03.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-05T00:35:04.112Z] Removing intermediate container 28ac29801898 [2020-09-05T00:35:04.112Z] ---> 6ff21d95a16d [2020-09-05T00:35:04.112Z] Step 6/8 : WORKDIR /app [2020-09-05T00:35:04.127Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-09-05T00:35:04.384Z] ---> Running in 0f9e0c0270d1 [2020-09-05T00:35:04.388Z] (2/6) Installing libsodium (1.0.18-r0) [2020-09-05T00:35:04.388Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-09-05T00:35:04.388Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-09-05T00:35:04.650Z] (5/6) Installing libzmq (4.3.2-r0) [2020-09-05T00:35:04.650Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-09-05T00:35:04.650Z] Executing busybox-1.31.1-r16.trigger [2020-09-05T00:35:04.650Z] OK: 167 MiB in 45 packages [2020-09-05T00:35:04.657Z] Removing intermediate container 0f9e0c0270d1 [2020-09-05T00:35:04.657Z] ---> e7077f581273 [2020-09-05T00:35:04.657Z] Step 7/8 : COPY . . [2020-09-05T00:35:05.224Z] Removing intermediate container 0a38fc9781d7 [2020-09-05T00:35:05.224Z] ---> 63a10fc3edb5 [2020-09-05T00:35:05.224Z] Step 6/8 : WORKDIR /app [2020-09-05T00:35:05.485Z] ---> Running in f5f752c85cb4 [2020-09-05T00:35:05.485Z] Removing intermediate container f5f752c85cb4 [2020-09-05T00:35:05.485Z] ---> 5d965f8f89ae [2020-09-05T00:35:05.485Z] Step 7/8 : COPY . . [2020-09-05T00:35:05.645Z] ---> 9c0a58587f04 [2020-09-05T00:35:05.645Z] Step 8/8 : RUN go mod download [2020-09-05T00:35:05.916Z] ---> Running in 33ea7d5ba0ed [2020-09-05T00:35:06.064Z] ---> 0db427d9f099 [2020-09-05T00:35:06.064Z] Step 8/8 : RUN go mod download [2020-09-05T00:35:06.064Z] ---> Running in ded986de1c3c [2020-09-05T00:35:08.622Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-05T00:35:08.622Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-05T00:35:08.622Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-05T00:35:08.622Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-05T00:35:08.622Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-05T00:35:08.622Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-05T00:35:08.622Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-05T00:35:08.622Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-05T00:35:08.622Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-09-05T00:35:08.622Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-05T00:35:08.622Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.19 [2020-09-05T00:35:08.622Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-05T00:35:08.885Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-05T00:35:08.885Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-09-05T00:35:08.885Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 [2020-09-05T00:35:08.885Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 [2020-09-05T00:35:08.885Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 [2020-09-05T00:35:08.885Z] go: finding github.com/fatih/color v1.7.0 [2020-09-05T00:35:08.885Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-05T00:35:08.885Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-05T00:35:08.885Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-05T00:35:08.885Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-05T00:35:08.885Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-05T00:35:08.885Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-05T00:35:09.146Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-05T00:35:09.146Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-05T00:35:09.146Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-05T00:35:09.146Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-05T00:35:09.146Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-05T00:35:09.146Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-05T00:35:09.146Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-05T00:35:09.146Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-05T00:35:09.146Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-05T00:35:09.146Z] go: finding github.com/google/uuid v1.1.1 [2020-09-05T00:35:09.299Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-05T00:35:09.299Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-05T00:35:09.299Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-05T00:35:09.299Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-05T00:35:09.407Z] go: finding github.com/gorilla/mux v1.8.0 [2020-09-05T00:35:09.407Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-05T00:35:09.407Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-05T00:35:09.407Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-05T00:35:09.407Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-05T00:35:09.407Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-05T00:35:09.407Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-05T00:35:09.407Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-05T00:35:09.407Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-05T00:35:09.407Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-05T00:35:09.407Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-05T00:35:09.407Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-05T00:35:09.571Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-05T00:35:09.571Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-05T00:35:09.571Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-05T00:35:09.571Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-05T00:35:09.571Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-09-05T00:35:09.571Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-05T00:35:09.571Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.19 [2020-09-05T00:35:09.571Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-05T00:35:09.571Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-05T00:35:09.571Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-09-05T00:35:09.668Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-05T00:35:09.668Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-05T00:35:09.668Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-05T00:35:09.668Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-05T00:35:09.668Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-05T00:35:09.668Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-05T00:35:09.668Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-05T00:35:09.668Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-05T00:35:09.668Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-05T00:35:09.668Z] go: finding github.com/kr/pty v1.1.1 [2020-09-05T00:35:09.668Z] go: finding github.com/kr/text v0.1.0 [2020-09-05T00:35:09.844Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 [2020-09-05T00:35:09.844Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 [2020-09-05T00:35:09.844Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 [2020-09-05T00:35:09.844Z] go: finding github.com/fatih/color v1.7.0 [2020-09-05T00:35:09.844Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-05T00:35:09.844Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-05T00:35:09.844Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-05T00:35:09.844Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-05T00:35:09.844Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-05T00:35:09.844Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-05T00:35:09.929Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-05T00:35:09.929Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-05T00:35:09.929Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-05T00:35:09.929Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-05T00:35:09.929Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-05T00:35:09.929Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-05T00:35:09.929Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-05T00:35:09.929Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-05T00:35:09.929Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-05T00:35:09.929Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-05T00:35:09.929Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-05T00:35:09.929Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-05T00:35:10.114Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-05T00:35:10.114Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-05T00:35:10.114Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-05T00:35:10.114Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-05T00:35:10.114Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-05T00:35:10.114Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-05T00:35:10.114Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-05T00:35:10.114Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-05T00:35:10.114Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-05T00:35:10.114Z] go: finding github.com/google/uuid v1.1.1 [2020-09-05T00:35:10.190Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-05T00:35:10.190Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-05T00:35:10.190Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-05T00:35:10.190Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-05T00:35:10.190Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-05T00:35:10.191Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-05T00:35:10.191Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-05T00:35:10.191Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-05T00:35:10.191Z] go: finding github.com/posener/complete v1.1.1 [2020-09-05T00:35:10.191Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-05T00:35:10.385Z] go: finding github.com/gorilla/mux v1.8.0 [2020-09-05T00:35:10.385Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-05T00:35:10.385Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-05T00:35:10.385Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-05T00:35:10.385Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-05T00:35:10.385Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-05T00:35:10.385Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-05T00:35:10.385Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-05T00:35:10.385Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-05T00:35:10.385Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-05T00:35:10.452Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-05T00:35:10.452Z] go: finding github.com/stretchr/objx v0.2.0 [2020-09-05T00:35:10.452Z] go: finding github.com/stretchr/testify v1.6.1 [2020-09-05T00:35:10.452Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-09-05T00:35:10.452Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-05T00:35:10.452Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-05T00:35:10.452Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-09-05T00:35:10.452Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-09-05T00:35:10.452Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-09-05T00:35:10.452Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-05T00:35:10.452Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-05T00:35:10.657Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-05T00:35:10.657Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-05T00:35:10.657Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-05T00:35:10.657Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-05T00:35:10.657Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-05T00:35:10.657Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-05T00:35:10.657Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-05T00:35:10.657Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-05T00:35:10.657Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-05T00:35:10.657Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-05T00:35:10.657Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-05T00:35:10.714Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-05T00:35:10.714Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-05T00:35:10.714Z] go: finding golang.org/x/text v0.3.2 [2020-09-05T00:35:10.714Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-05T00:35:10.714Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-05T00:35:10.714Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-05T00:35:10.714Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-05T00:35:10.714Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-05T00:35:10.714Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-05T00:35:10.714Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-09-05T00:35:10.927Z] go: finding github.com/kr/pty v1.1.1 [2020-09-05T00:35:10.928Z] go: finding github.com/kr/text v0.1.0 [2020-09-05T00:35:10.928Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-05T00:35:10.928Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-05T00:35:10.928Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-05T00:35:10.928Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-05T00:35:10.928Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-05T00:35:10.928Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-05T00:35:10.928Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-05T00:35:10.928Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-05T00:35:11.199Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-05T00:35:11.199Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-05T00:35:11.199Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-05T00:35:11.199Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-05T00:35:11.199Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-05T00:35:11.199Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-05T00:35:11.199Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-05T00:35:11.199Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-05T00:35:11.471Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-05T00:35:11.471Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-05T00:35:11.471Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-05T00:35:11.471Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-05T00:35:11.471Z] go: finding github.com/posener/complete v1.1.1 [2020-09-05T00:35:11.471Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-05T00:35:11.471Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-05T00:35:11.471Z] go: finding github.com/stretchr/objx v0.2.0 [2020-09-05T00:35:11.471Z] go: finding github.com/stretchr/testify v1.6.1 [2020-09-05T00:35:11.471Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-09-05T00:35:11.471Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-05T00:35:11.741Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-05T00:35:11.741Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-09-05T00:35:11.741Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-09-05T00:35:11.741Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-09-05T00:35:11.741Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-05T00:35:11.741Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-05T00:35:11.741Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-05T00:35:11.741Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-05T00:35:11.741Z] go: finding golang.org/x/text v0.3.2 [2020-09-05T00:35:11.741Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-05T00:35:11.741Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-05T00:35:12.020Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-05T00:35:12.020Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-05T00:35:12.020Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-05T00:35:12.020Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-05T00:35:12.020Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-09-05T00:35:32.764Z] Removing intermediate container ded986de1c3c [2020-09-05T00:35:32.764Z] ---> 5067a4ef4f37 [2020-09-05T00:35:32.764Z] Successfully built 5067a4ef4f37 [2020-09-05T00:35:32.764Z] Successfully tagged ci-base-image-x86_64:latest [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-05T00:35:34.215Z] Removing intermediate container 33ea7d5ba0ed [2020-09-05T00:35:34.215Z] ---> fa40923bc976 [2020-09-05T00:35:34.215Z] Successfully built fa40923bc976 [2020-09-05T00:35:34.215Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-09-05T00:35:35.997Z] + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [2020-09-05T00:35:36.386Z] + ls -al . [2020-09-05T00:35:36.386Z] total 72 [2020-09-05T00:35:36.386Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 5 00:34 . [2020-09-05T00:35:36.386Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 5 00:34 .. [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 6568 Sep 5 00:34 Attribution.txt [2020-09-05T00:35:36.386Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 5 00:34 bin [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 180 Sep 5 00:34 docker-compose.debug.yml [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 133 Sep 5 00:34 docker-compose.yml [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 2002 Sep 5 00:34 Dockerfile [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 966 Sep 5 00:34 Dockerfile.build [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 119 Sep 5 00:34 .dockerignore [2020-09-05T00:35:36.386Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 5 00:34 .git [2020-09-05T00:35:36.386Z] drwxrwxr-x. 2 jenkins jenkins 81 Sep 5 00:34 .github [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 93 Sep 5 00:34 .gitignore [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 133 Sep 5 00:34 go.mod [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 710 Sep 5 00:34 Jenkinsfile [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 10174 Sep 5 00:34 LICENSE [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 1519 Sep 5 00:34 main.go [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 1573 Sep 5 00:34 makefile [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 1277 Sep 5 00:34 README.md [2020-09-05T00:35:36.386Z] drwxrwxr-x. 10 jenkins jenkins 171 Sep 5 00:34 res [2020-09-05T00:35:36.386Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 5 00:34 .semver [2020-09-05T00:35:36.386Z] drwxrwxr-x. 4 jenkins jenkins 71 Sep 5 00:34 snap [2020-09-05T00:35:36.386Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 5 00:31 VERSION [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-05T00:35:36.715Z] + 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=6d51720bebf870c8d3052e72161f8d66f404099d --label arch=amd64 --label version=1.2.1-dev.9 . [2020-09-05T00:35:36.866Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-05T00:35:36.978Z] Sending build context to Docker daemon 302.1kB [2020-09-05T00:35:36.978Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-09-05T00:35:36.978Z] Step 2/27 : FROM ${BASE} AS builder [2020-09-05T00:35:36.978Z] ---> 5067a4ef4f37 [2020-09-05T00:35:36.978Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-09-05T00:35:36.978Z] ---> Running in aba0f5ff6477 [2020-09-05T00:35:37.201Z] + ls -al . [2020-09-05T00:35:37.201Z] total 100 [2020-09-05T00:35:37.201Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 5 00:34 . [2020-09-05T00:35:37.201Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 5 00:34 .. [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 119 Sep 5 00:34 .dockerignore [2020-09-05T00:35:37.201Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 5 00:34 .git [2020-09-05T00:35:37.201Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 5 00:34 .github [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 93 Sep 5 00:34 .gitignore [2020-09-05T00:35:37.201Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 5 00:34 .semver [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 6568 Sep 5 00:34 Attribution.txt [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 2002 Sep 5 00:34 Dockerfile [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 966 Sep 5 00:34 Dockerfile.build [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 710 Sep 5 00:34 Jenkinsfile [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 5 00:34 LICENSE [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 1277 Sep 5 00:34 README.md [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 5 00:31 VERSION [2020-09-05T00:35:37.201Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 5 00:34 bin [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 180 Sep 5 00:34 docker-compose.debug.yml [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 133 Sep 5 00:34 docker-compose.yml [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 133 Sep 5 00:34 go.mod [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 1519 Sep 5 00:34 main.go [2020-09-05T00:35:37.201Z] -rw-rw-r-- 1 jenkins jenkins 1573 Sep 5 00:34 makefile [2020-09-05T00:35:37.201Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 5 00:34 res [2020-09-05T00:35:37.201Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 5 00:34 snap [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:35:37.238Z] Removing intermediate container aba0f5ff6477 [2020-09-05T00:35:37.238Z] ---> 2e3a7babff1d [2020-09-05T00:35:37.238Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-09-05T00:35:37.238Z] ---> Running in 8430a2fc9e7c [2020-09-05T00:35:37.500Z] Removing intermediate container 8430a2fc9e7c [2020-09-05T00:35:37.500Z] ---> f082c987106d [2020-09-05T00:35:37.500Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-05T00:35:37.500Z] ---> Running in 293475195ceb [2020-09-05T00:35:37.550Z] + 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=6d51720bebf870c8d3052e72161f8d66f404099d --label arch=arm64 --label version=1.2.1-dev.9 . [2020-09-05T00:35:37.761Z] Removing intermediate container 293475195ceb [2020-09-05T00:35:37.761Z] ---> 7f359192f8eb [2020-09-05T00:35:37.761Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-05T00:35:37.823Z] Sending build context to Docker daemon 302.1kB [2020-09-05T00:35:37.823Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-09-05T00:35:37.823Z] Step 2/27 : FROM ${BASE} AS builder [2020-09-05T00:35:37.823Z] ---> fa40923bc976 [2020-09-05T00:35:37.823Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-09-05T00:35:38.036Z] ---> Running in 29a7b817c422 [2020-09-05T00:35:38.415Z] ---> Running in 16364d4e9297 [2020-09-05T00:35:38.686Z] Removing intermediate container 16364d4e9297 [2020-09-05T00:35:38.686Z] ---> 4e12e6e2bdbd [2020-09-05T00:35:38.686Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-09-05T00:35:38.686Z] ---> Running in d40cc322f300 [2020-09-05T00:35:39.278Z] Removing intermediate container d40cc322f300 [2020-09-05T00:35:39.278Z] ---> dc3f7ba93b62 [2020-09-05T00:35:39.278Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-05T00:35:39.426Z] Removing intermediate container 29a7b817c422 [2020-09-05T00:35:39.426Z] ---> d68b02b1589b [2020-09-05T00:35:39.426Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-05T00:35:39.426Z] ---> Running in 00ac9a319a00 [2020-09-05T00:35:39.547Z] ---> Running in 3ad931ba744d [2020-09-05T00:35:39.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-05T00:35:39.817Z] Removing intermediate container 3ad931ba744d [2020-09-05T00:35:39.817Z] ---> bd1099e20611 [2020-09-05T00:35:39.817Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-05T00:35:40.091Z] ---> Running in 8853329a09a4 [2020-09-05T00:35:40.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-05T00:35:40.895Z] OK: 167 MiB in 45 packages [2020-09-05T00:35:41.469Z] Removing intermediate container 00ac9a319a00 [2020-09-05T00:35:41.469Z] ---> f166a9c68f8a [2020-09-05T00:35:41.469Z] Step 8/27 : WORKDIR /app [2020-09-05T00:35:41.469Z] ---> Running in 51cf7ad37699 [2020-09-05T00:35:41.729Z] Removing intermediate container 51cf7ad37699 [2020-09-05T00:35:41.729Z] ---> c0270a2e7c6f [2020-09-05T00:35:41.729Z] Step 9/27 : COPY go.mod . [2020-09-05T00:35:41.998Z] ---> 9c2021f13738 [2020-09-05T00:35:41.998Z] Step 10/27 : RUN go mod download [2020-09-05T00:35:41.998Z] ---> Running in d36ad5b0b9ce [2020-09-05T00:35:42.706Z] Removing intermediate container 8853329a09a4 [2020-09-05T00:35:42.707Z] ---> 6fea1fd1441e [2020-09-05T00:35:42.707Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-05T00:35:42.707Z] ---> Running in fc605f21c3c0 [2020-09-05T00:35:42.952Z] Removing intermediate container d36ad5b0b9ce [2020-09-05T00:35:42.952Z] ---> 8b4bdd9c1b48 [2020-09-05T00:35:42.952Z] Step 11/27 : COPY . . [2020-09-05T00:35:43.525Z] ---> 4dccf3800129 [2020-09-05T00:35:43.525Z] Step 12/27 : ARG MAKE="make build" [2020-09-05T00:35:43.525Z] ---> Running in 3729aab5beb0 [2020-09-05T00:35:43.525Z] Removing intermediate container 3729aab5beb0 [2020-09-05T00:35:43.525Z] ---> 82f3217af21a [2020-09-05T00:35:43.525Z] Step 13/27 : RUN $MAKE [2020-09-05T00:35:43.791Z] ---> Running in fefe5caeec88 [2020-09-05T00:35:44.053Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.9" -o app-service-configurable [2020-09-05T00:35:44.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-05T00:35:45.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-05T00:35:45.688Z] OK: 143 MiB in 45 packages [2020-09-05T00:35:46.671Z] Removing intermediate container fc605f21c3c0 [2020-09-05T00:35:46.671Z] ---> 5c2b04227127 [2020-09-05T00:35:46.671Z] Step 8/27 : WORKDIR /app [2020-09-05T00:35:46.943Z] ---> Running in 183dbc9aacda [2020-09-05T00:35:47.217Z] Removing intermediate container 183dbc9aacda [2020-09-05T00:35:47.217Z] ---> 807f5cd51bb9 [2020-09-05T00:35:47.217Z] Step 9/27 : COPY go.mod . [2020-09-05T00:35:48.193Z] ---> 7c56452be463 [2020-09-05T00:35:48.193Z] Step 10/27 : RUN go mod download [2020-09-05T00:35:48.193Z] ---> Running in 64f5320daf80 [2020-09-05T00:35:50.807Z] Removing intermediate container 64f5320daf80 [2020-09-05T00:35:50.807Z] ---> 7e124a6a253f [2020-09-05T00:35:50.807Z] Step 11/27 : COPY . . [2020-09-05T00:35:51.793Z] ---> aaf09050a12e [2020-09-05T00:35:51.793Z] Step 12/27 : ARG MAKE="make build" [2020-09-05T00:35:51.793Z] ---> Running in e1ef6ade5558 [2020-09-05T00:35:52.383Z] Removing intermediate container e1ef6ade5558 [2020-09-05T00:35:52.383Z] ---> 7b9f95b1f509 [2020-09-05T00:35:52.383Z] Step 13/27 : RUN $MAKE [2020-09-05T00:35:52.383Z] ---> Running in 89b6720df740 [2020-09-05T00:35:53.811Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.9" -o app-service-configurable [2020-09-05T00:36:06.114Z] Removing intermediate container fefe5caeec88 [2020-09-05T00:36:06.114Z] ---> ac2efcbb8c44 [2020-09-05T00:36:06.114Z] Step 14/27 : FROM alpine:latest [2020-09-05T00:36:06.687Z] latest: Pulling from library/alpine [2020-09-05T00:36:06.687Z] df20fa9351a1: Already exists [2020-09-05T00:36:06.951Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-05T00:36:06.951Z] Status: Downloaded newer image for alpine:latest [2020-09-05T00:36:06.951Z] ---> a24bb4013296 [2020-09-05T00:36:06.951Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-05T00:36:06.951Z] ---> Running in 8a7ef7f0757a [2020-09-05T00:36:07.213Z] Removing intermediate container 8a7ef7f0757a [2020-09-05T00:36:07.213Z] ---> 8dbcadf63b8c [2020-09-05T00:36:07.213Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-09-05T00:36:07.213Z] ---> Running in b6b8d35fc469 [2020-09-05T00:36:07.475Z] Removing intermediate container b6b8d35fc469 [2020-09-05T00:36:07.475Z] ---> 2559205d6828 [2020-09-05T00:36:07.475Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-09-05T00:36:07.475Z] ---> Running in 3263f8a1d283 [2020-09-05T00:36:08.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-05T00:36:08.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-05T00:36:08.310Z] (1/6) Installing ca-certificates (20191127-r4) [2020-09-05T00:36:08.310Z] (2/6) Installing libgcc (9.3.0-r2) [2020-09-05T00:36:08.310Z] (3/6) Installing libsodium (1.0.18-r0) [2020-09-05T00:36:08.310Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-09-05T00:36:08.310Z] (5/6) Installing libzmq (4.3.2-r0) [2020-09-05T00:36:08.310Z] (6/6) Installing zeromq (4.3.2-r0) [2020-09-05T00:36:08.310Z] Executing busybox-1.31.1-r16.trigger [2020-09-05T00:36:08.310Z] Executing ca-certificates-20191127-r4.trigger [2020-09-05T00:36:08.310Z] OK: 9 MiB in 20 packages [2020-09-05T00:36:09.698Z] Removing intermediate container 3263f8a1d283 [2020-09-05T00:36:09.698Z] ---> fbeb92bc584a [2020-09-05T00:36:09.698Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-09-05T00:36:09.698Z] ---> 0c04cce803ca [2020-09-05T00:36:09.698Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-09-05T00:36:09.961Z] ---> 1a16e6b41642 [2020-09-05T00:36:09.961Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-09-05T00:36:10.228Z] ---> 53a538622581 [2020-09-05T00:36:10.228Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-09-05T00:36:10.801Z] ---> bf324bcb6e43 [2020-09-05T00:36:10.801Z] Step 22/27 : EXPOSE 48095 [2020-09-05T00:36:11.062Z] ---> Running in 9bee56ed417b [2020-09-05T00:36:11.062Z] Removing intermediate container 9bee56ed417b [2020-09-05T00:36:11.062Z] ---> 072ef92bcb50 [2020-09-05T00:36:11.062Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-09-05T00:36:11.323Z] ---> Running in 9a7ee147839e [2020-09-05T00:36:11.323Z] Removing intermediate container 9a7ee147839e [2020-09-05T00:36:11.323Z] ---> 542576401d0a [2020-09-05T00:36:11.323Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-05T00:36:11.323Z] ---> Running in 50e02d0a21e1 [2020-09-05T00:36:11.584Z] Removing intermediate container 50e02d0a21e1 [2020-09-05T00:36:11.584Z] ---> c1c28831c62c [2020-09-05T00:36:11.584Z] Step 25/27 : LABEL arch=amd64 [2020-09-05T00:36:11.584Z] ---> Running in 8fd89a5fcfbb [2020-09-05T00:36:11.845Z] Removing intermediate container 8fd89a5fcfbb [2020-09-05T00:36:11.845Z] ---> f68f800ec3d8 [2020-09-05T00:36:11.845Z] Step 26/27 : LABEL git_sha=6d51720bebf870c8d3052e72161f8d66f404099d [2020-09-05T00:36:11.845Z] ---> Running in 7cf7f478b357 [2020-09-05T00:36:12.107Z] Removing intermediate container 7cf7f478b357 [2020-09-05T00:36:12.107Z] ---> ce0ab95688c2 [2020-09-05T00:36:12.107Z] Step 27/27 : LABEL version=1.2.1-dev.9 [2020-09-05T00:36:12.107Z] ---> Running in 31f32d6691b5 [2020-09-05T00:36:12.368Z] Removing intermediate container 31f32d6691b5 [2020-09-05T00:36:12.368Z] ---> c25a83e678f2 [2020-09-05T00:36:12.368Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-05T00:36:12.368Z] Successfully built c25a83e678f2 [2020-09-05T00:36:12.368Z] 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-05T00:36:12.841Z] provisioning config files... [2020-09-05T00:36:12.872Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/45@tmp/config8873353247748389185tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-05T00:36:13.222Z] ---> docker-login.sh [2020-09-05T00:36:13.222Z] nexus3.edgexfoundry.org:10001 [2020-09-05T00:36:13.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-05T00:36:13.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-05T00:36:13.484Z] Configure a credential helper to remove this warning. See [2020-09-05T00:36:13.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-05T00:36:13.484Z] [2020-09-05T00:36:13.484Z] Login Succeeded [2020-09-05T00:36:13.484Z] nexus3.edgexfoundry.org:10002 [2020-09-05T00:36:13.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-05T00:36:13.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-05T00:36:13.746Z] Configure a credential helper to remove this warning. See [2020-09-05T00:36:13.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-05T00:36:13.746Z] [2020-09-05T00:36:13.746Z] Login Succeeded [2020-09-05T00:36:13.746Z] nexus3.edgexfoundry.org:10003 [2020-09-05T00:36:13.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-05T00:36:13.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-05T00:36:13.746Z] Configure a credential helper to remove this warning. See [2020-09-05T00:36:13.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-05T00:36:13.746Z] [2020-09-05T00:36:13.746Z] Login Succeeded [2020-09-05T00:36:13.746Z] nexus3.edgexfoundry.org:10004 [2020-09-05T00:36:14.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-05T00:36:14.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-05T00:36:14.007Z] Configure a credential helper to remove this warning. See [2020-09-05T00:36:14.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-05T00:36:14.007Z] [2020-09-05T00:36:14.007Z] Login Succeeded [2020-09-05T00:36:14.007Z] docker.io [2020-09-05T00:36:14.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-05T00:36:14.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-05T00:36:14.528Z] Configure a credential helper to remove this warning. See [2020-09-05T00:36:14.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-05T00:36:14.528Z] [2020-09-05T00:36:14.528Z] Login Succeeded [2020-09-05T00:36:14.528Z] ---> docker-login.sh ends [Pipeline] } [2020-09-05T00:36:14.538Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-05T00:36:14.698Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-09-05T00:36:14.699Z] 6d51720bebf870c8d3052e72161f8d66f404099d [2020-09-05T00:36:14.699Z] latest [2020-09-05T00:36:14.699Z] 1.2.1-dev.9 [2020-09-05T00:36:14.699Z] 6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 [2020-09-05T00:36:14.699Z] master [2020-09-05T00:36:14.699Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:36:15.144Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:36:15.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d [2020-09-05T00:36:15.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-05T00:36:15.440Z] d67efe6ab808: Preparing [2020-09-05T00:36:15.440Z] 92a2d767993c: Preparing [2020-09-05T00:36:15.440Z] 3c46ed87f46e: Preparing [2020-09-05T00:36:15.440Z] 991ebc0e2b24: Preparing [2020-09-05T00:36:15.440Z] 876dd489731a: Preparing [2020-09-05T00:36:15.440Z] 50644c29ef5a: Preparing [2020-09-05T00:36:15.440Z] 50644c29ef5a: Waiting [2020-09-05T00:36:15.440Z] 991ebc0e2b24: Pushed [2020-09-05T00:36:15.440Z] 3c46ed87f46e: Pushed [2020-09-05T00:36:15.440Z] 92a2d767993c: Pushed [2020-09-05T00:36:15.702Z] 50644c29ef5a: Layer already exists [2020-09-05T00:36:15.702Z] 876dd489731a: Pushed [2020-09-05T00:36:17.618Z] d67efe6ab808: Pushed [2020-09-05T00:36:17.618Z] 6d51720bebf870c8d3052e72161f8d66f404099d: digest: sha256:b12418a425b6c1934ae141d0c03e2cddb4fe33881ad12b8c783af5978964f96d size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:36:17.919Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:36:18.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-09-05T00:36:18.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-05T00:36:18.213Z] d67efe6ab808: Preparing [2020-09-05T00:36:18.213Z] 92a2d767993c: Preparing [2020-09-05T00:36:18.213Z] 3c46ed87f46e: Preparing [2020-09-05T00:36:18.213Z] 991ebc0e2b24: Preparing [2020-09-05T00:36:18.213Z] 876dd489731a: Preparing [2020-09-05T00:36:18.213Z] 50644c29ef5a: Preparing [2020-09-05T00:36:18.213Z] 50644c29ef5a: Waiting [2020-09-05T00:36:18.213Z] 3c46ed87f46e: Layer already exists [2020-09-05T00:36:18.213Z] 92a2d767993c: Layer already exists [2020-09-05T00:36:18.213Z] d67efe6ab808: Layer already exists [2020-09-05T00:36:18.213Z] 991ebc0e2b24: Layer already exists [2020-09-05T00:36:18.213Z] 876dd489731a: Layer already exists [2020-09-05T00:36:18.213Z] 50644c29ef5a: Layer already exists [2020-09-05T00:36:18.213Z] latest: digest: sha256:b12418a425b6c1934ae141d0c03e2cddb4fe33881ad12b8c783af5978964f96d size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:36:18.513Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:36:18.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.9 [2020-09-05T00:36:18.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-05T00:36:18.811Z] d67efe6ab808: Preparing [2020-09-05T00:36:18.811Z] 92a2d767993c: Preparing [2020-09-05T00:36:18.811Z] 3c46ed87f46e: Preparing [2020-09-05T00:36:18.811Z] 991ebc0e2b24: Preparing [2020-09-05T00:36:18.811Z] 876dd489731a: Preparing [2020-09-05T00:36:18.811Z] 50644c29ef5a: Preparing [2020-09-05T00:36:18.811Z] 50644c29ef5a: Waiting [2020-09-05T00:36:18.811Z] d67efe6ab808: Layer already exists [2020-09-05T00:36:18.811Z] 92a2d767993c: Layer already exists [2020-09-05T00:36:18.811Z] 876dd489731a: Layer already exists [2020-09-05T00:36:18.811Z] 3c46ed87f46e: Layer already exists [2020-09-05T00:36:18.811Z] 991ebc0e2b24: Layer already exists [2020-09-05T00:36:18.811Z] 50644c29ef5a: Layer already exists [2020-09-05T00:36:18.811Z] 1.2.1-dev.9: digest: sha256:b12418a425b6c1934ae141d0c03e2cddb4fe33881ad12b8c783af5978964f96d size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:36:19.114Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:36:19.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 [2020-09-05T00:36:19.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-05T00:36:19.410Z] d67efe6ab808: Preparing [2020-09-05T00:36:19.410Z] 92a2d767993c: Preparing [2020-09-05T00:36:19.410Z] 3c46ed87f46e: Preparing [2020-09-05T00:36:19.410Z] 991ebc0e2b24: Preparing [2020-09-05T00:36:19.410Z] 876dd489731a: Preparing [2020-09-05T00:36:19.410Z] 50644c29ef5a: Preparing [2020-09-05T00:36:19.410Z] 50644c29ef5a: Waiting [2020-09-05T00:36:19.410Z] 92a2d767993c: Layer already exists [2020-09-05T00:36:19.410Z] d67efe6ab808: Layer already exists [2020-09-05T00:36:19.410Z] 876dd489731a: Layer already exists [2020-09-05T00:36:19.410Z] 991ebc0e2b24: Layer already exists [2020-09-05T00:36:19.410Z] 3c46ed87f46e: Layer already exists [2020-09-05T00:36:19.410Z] 50644c29ef5a: Layer already exists [2020-09-05T00:36:19.410Z] 6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9: digest: sha256:b12418a425b6c1934ae141d0c03e2cddb4fe33881ad12b8c783af5978964f96d size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:36:19.711Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:36:20.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-09-05T00:36:20.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-05T00:36:20.007Z] d67efe6ab808: Preparing [2020-09-05T00:36:20.007Z] 92a2d767993c: Preparing [2020-09-05T00:36:20.007Z] 3c46ed87f46e: Preparing [2020-09-05T00:36:20.007Z] 991ebc0e2b24: Preparing [2020-09-05T00:36:20.007Z] 876dd489731a: Preparing [2020-09-05T00:36:20.007Z] 50644c29ef5a: Preparing [2020-09-05T00:36:20.007Z] 50644c29ef5a: Waiting [2020-09-05T00:36:20.007Z] d67efe6ab808: Layer already exists [2020-09-05T00:36:20.007Z] 876dd489731a: Layer already exists [2020-09-05T00:36:20.007Z] 3c46ed87f46e: Layer already exists [2020-09-05T00:36:20.007Z] 92a2d767993c: Layer already exists [2020-09-05T00:36:20.007Z] 991ebc0e2b24: Layer already exists [2020-09-05T00:36:20.007Z] 50644c29ef5a: Layer already exists [2020-09-05T00:36:20.007Z] master: digest: sha256:b12418a425b6c1934ae141d0c03e2cddb4fe33881ad12b8c783af5978964f96d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-05T00:36:20.314Z] ===================================================== [Pipeline] echo [2020-09-05T00:36:20.353Z] taggedImages: [2020-09-05T00:36:20.353Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d [2020-09-05T00:36:20.353Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-09-05T00:36:20.353Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.9 [2020-09-05T00:36:20.353Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 [2020-09-05T00:36:20.353Z] - 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-05T00:36:50.356Z] Removing intermediate container 89b6720df740 [2020-09-05T00:36:50.356Z] ---> 8d40306a8891 [2020-09-05T00:36:50.356Z] Step 14/27 : FROM alpine:latest [2020-09-05T00:36:50.356Z] latest: Pulling from library/alpine [2020-09-05T00:36:50.356Z] b538f80385f9: Already exists [2020-09-05T00:36:50.356Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-05T00:36:50.356Z] Status: Downloaded newer image for alpine:latest [2020-09-05T00:36:50.356Z] ---> 62ee0e9f8440 [2020-09-05T00:36:50.356Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-05T00:36:50.356Z] ---> Running in 86c262a726be [2020-09-05T00:36:50.356Z] Removing intermediate container 86c262a726be [2020-09-05T00:36:50.356Z] ---> aaf5b90fe36e [2020-09-05T00:36:50.356Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-09-05T00:36:50.356Z] ---> Running in 2b8c41446f45 [2020-09-05T00:36:50.356Z] Removing intermediate container 2b8c41446f45 [2020-09-05T00:36:50.356Z] ---> ac42c9ea0524 [2020-09-05T00:36:50.356Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-09-05T00:36:50.356Z] ---> Running in 53607e912c04 [2020-09-05T00:36:50.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-05T00:36:50.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-05T00:36:50.356Z] (1/6) Installing ca-certificates (20191127-r4) [2020-09-05T00:36:50.356Z] (2/6) Installing libgcc (9.3.0-r2) [2020-09-05T00:36:50.356Z] (3/6) Installing libsodium (1.0.18-r0) [2020-09-05T00:36:50.356Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-09-05T00:36:50.356Z] (5/6) Installing libzmq (4.3.2-r0) [2020-09-05T00:36:50.356Z] (6/6) Installing zeromq (4.3.2-r0) [2020-09-05T00:36:50.356Z] Executing busybox-1.31.1-r16.trigger [2020-09-05T00:36:50.356Z] Executing ca-certificates-20191127-r4.trigger [2020-09-05T00:36:50.356Z] OK: 8 MiB in 20 packages [2020-09-05T00:36:50.356Z] Removing intermediate container 53607e912c04 [2020-09-05T00:36:50.356Z] ---> 1024b13d32e4 [2020-09-05T00:36:50.356Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-09-05T00:36:50.356Z] ---> d8b242e2dcc5 [2020-09-05T00:36:50.356Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-09-05T00:36:50.356Z] ---> e1ea6dfb4724 [2020-09-05T00:36:50.356Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-09-05T00:36:50.356Z] ---> 8b32b29302a8 [2020-09-05T00:36:50.356Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-09-05T00:36:52.321Z] ---> 209a7e7f870e [2020-09-05T00:36:52.321Z] Step 22/27 : EXPOSE 48095 [2020-09-05T00:36:52.321Z] ---> Running in 0aec8a4830f0 [2020-09-05T00:36:52.592Z] Removing intermediate container 0aec8a4830f0 [2020-09-05T00:36:52.592Z] ---> 3250628de1a3 [2020-09-05T00:36:52.592Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-09-05T00:36:52.864Z] ---> Running in 04456d595b9a [2020-09-05T00:36:53.135Z] Removing intermediate container 04456d595b9a [2020-09-05T00:36:53.135Z] ---> 61281ecbd4af [2020-09-05T00:36:53.135Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-05T00:36:53.407Z] ---> Running in 33c2495b2bf2 [2020-09-05T00:36:54.001Z] Removing intermediate container 33c2495b2bf2 [2020-09-05T00:36:54.001Z] ---> 30e8100cbae6 [2020-09-05T00:36:54.001Z] Step 25/27 : LABEL arch=arm64 [2020-09-05T00:36:54.001Z] ---> Running in 381deaf2f675 [2020-09-05T00:36:54.602Z] Removing intermediate container 381deaf2f675 [2020-09-05T00:36:54.602Z] ---> 9f0e4315bc04 [2020-09-05T00:36:54.602Z] Step 26/27 : LABEL git_sha=6d51720bebf870c8d3052e72161f8d66f404099d [2020-09-05T00:36:54.602Z] ---> Running in 4d8aca7d1785 [2020-09-05T00:36:55.197Z] Removing intermediate container 4d8aca7d1785 [2020-09-05T00:36:55.197Z] ---> 3e60a95d7d67 [2020-09-05T00:36:55.197Z] Step 27/27 : LABEL version=1.2.1-dev.9 [2020-09-05T00:36:55.197Z] ---> Running in 7a3afdb40fb7 [2020-09-05T00:36:55.787Z] Removing intermediate container 7a3afdb40fb7 [2020-09-05T00:36:55.787Z] ---> 6880465a25b0 [2020-09-05T00:36:55.787Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-05T00:36:55.787Z] Successfully built 6880465a25b0 [2020-09-05T00:36:55.787Z] 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-05T00:36:56.192Z] provisioning config files... [2020-09-05T00:36:56.232Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/45@tmp/config6124737720822011882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-05T00:36:56.618Z] ---> docker-login.sh [2020-09-05T00:36:56.618Z] nexus3.edgexfoundry.org:10001 [2020-09-05T00:36:56.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-05T00:36:57.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-05T00:36:57.162Z] Configure a credential helper to remove this warning. See [2020-09-05T00:36:57.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-05T00:36:57.162Z] [2020-09-05T00:36:57.162Z] Login Succeeded [2020-09-05T00:36:57.162Z] nexus3.edgexfoundry.org:10002 [2020-09-05T00:36:57.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-05T00:36:57.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-05T00:36:57.702Z] Configure a credential helper to remove this warning. See [2020-09-05T00:36:57.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-05T00:36:57.702Z] [2020-09-05T00:36:57.702Z] Login Succeeded [2020-09-05T00:36:57.702Z] nexus3.edgexfoundry.org:10003 [2020-09-05T00:36:57.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-05T00:36:58.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-05T00:36:58.244Z] Configure a credential helper to remove this warning. See [2020-09-05T00:36:58.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-05T00:36:58.244Z] [2020-09-05T00:36:58.244Z] Login Succeeded [2020-09-05T00:36:58.244Z] nexus3.edgexfoundry.org:10004 [2020-09-05T00:36:58.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-05T00:36:58.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-05T00:36:58.789Z] Configure a credential helper to remove this warning. See [2020-09-05T00:36:58.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-05T00:36:58.789Z] [2020-09-05T00:36:58.789Z] Login Succeeded [2020-09-05T00:36:58.789Z] docker.io [2020-09-05T00:36:59.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-05T00:36:59.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-05T00:36:59.332Z] Configure a credential helper to remove this warning. See [2020-09-05T00:36:59.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-05T00:36:59.332Z] [2020-09-05T00:36:59.332Z] Login Succeeded [2020-09-05T00:36:59.602Z] ---> docker-login.sh ends [Pipeline] } [2020-09-05T00:36:59.617Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-05T00:36:59.799Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-09-05T00:36:59.799Z] 6d51720bebf870c8d3052e72161f8d66f404099d [2020-09-05T00:36:59.799Z] latest [2020-09-05T00:36:59.799Z] 1.2.1-dev.9 [2020-09-05T00:36:59.799Z] 6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 [2020-09-05T00:36:59.799Z] master [2020-09-05T00:36:59.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:00.288Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:00.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d [2020-09-05T00:37:00.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-05T00:37:00.621Z] 4b3696dae663: Preparing [2020-09-05T00:37:00.621Z] b57f0f79f144: Preparing [2020-09-05T00:37:00.621Z] 2a2287d53cde: Preparing [2020-09-05T00:37:00.621Z] 00faaf8e3d29: Preparing [2020-09-05T00:37:00.621Z] 7e243221a06c: Preparing [2020-09-05T00:37:00.621Z] e2f13739ad41: Preparing [2020-09-05T00:37:00.621Z] e2f13739ad41: Waiting [2020-09-05T00:37:00.897Z] 2a2287d53cde: Pushed [2020-09-05T00:37:00.897Z] b57f0f79f144: Pushed [2020-09-05T00:37:00.897Z] 00faaf8e3d29: Pushed [2020-09-05T00:37:00.897Z] e2f13739ad41: Layer already exists [2020-09-05T00:37:01.870Z] 7e243221a06c: Pushed [2020-09-05T00:37:05.237Z] 4b3696dae663: Pushed [2020-09-05T00:37:05.237Z] 6d51720bebf870c8d3052e72161f8d66f404099d: digest: sha256:b8e46c23168851034b496bc72cf9700695538723627a307639d66ac1e66bd11b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:05.576Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:05.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-09-05T00:37:05.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-05T00:37:05.907Z] 4b3696dae663: Preparing [2020-09-05T00:37:05.907Z] b57f0f79f144: Preparing [2020-09-05T00:37:05.907Z] 2a2287d53cde: Preparing [2020-09-05T00:37:05.907Z] 00faaf8e3d29: Preparing [2020-09-05T00:37:05.907Z] 7e243221a06c: Preparing [2020-09-05T00:37:05.907Z] e2f13739ad41: Preparing [2020-09-05T00:37:05.907Z] e2f13739ad41: Waiting [2020-09-05T00:37:05.907Z] b57f0f79f144: Layer already exists [2020-09-05T00:37:05.907Z] 00faaf8e3d29: Layer already exists [2020-09-05T00:37:05.907Z] 7e243221a06c: Layer already exists [2020-09-05T00:37:05.907Z] 2a2287d53cde: Layer already exists [2020-09-05T00:37:05.907Z] 4b3696dae663: Layer already exists [2020-09-05T00:37:06.176Z] e2f13739ad41: Layer already exists [2020-09-05T00:37:06.177Z] latest: digest: sha256:b8e46c23168851034b496bc72cf9700695538723627a307639d66ac1e66bd11b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:06.511Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:06.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.9 [2020-09-05T00:37:06.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-05T00:37:06.844Z] 4b3696dae663: Preparing [2020-09-05T00:37:06.844Z] b57f0f79f144: Preparing [2020-09-05T00:37:06.844Z] 2a2287d53cde: Preparing [2020-09-05T00:37:06.844Z] 00faaf8e3d29: Preparing [2020-09-05T00:37:06.844Z] 7e243221a06c: Preparing [2020-09-05T00:37:06.844Z] e2f13739ad41: Preparing [2020-09-05T00:37:06.844Z] e2f13739ad41: Waiting [2020-09-05T00:37:06.844Z] b57f0f79f144: Layer already exists [2020-09-05T00:37:06.844Z] 00faaf8e3d29: Layer already exists [2020-09-05T00:37:06.844Z] 7e243221a06c: Layer already exists [2020-09-05T00:37:06.844Z] 4b3696dae663: Layer already exists [2020-09-05T00:37:06.844Z] 2a2287d53cde: Layer already exists [2020-09-05T00:37:07.115Z] e2f13739ad41: Layer already exists [2020-09-05T00:37:07.115Z] 1.2.1-dev.9: digest: sha256:b8e46c23168851034b496bc72cf9700695538723627a307639d66ac1e66bd11b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:07.451Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:07.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 [2020-09-05T00:37:07.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-05T00:37:07.785Z] 4b3696dae663: Preparing [2020-09-05T00:37:07.785Z] b57f0f79f144: Preparing [2020-09-05T00:37:07.785Z] 2a2287d53cde: Preparing [2020-09-05T00:37:07.785Z] 00faaf8e3d29: Preparing [2020-09-05T00:37:07.785Z] 7e243221a06c: Preparing [2020-09-05T00:37:07.785Z] e2f13739ad41: Preparing [2020-09-05T00:37:07.785Z] e2f13739ad41: Waiting [2020-09-05T00:37:07.785Z] b57f0f79f144: Layer already exists [2020-09-05T00:37:07.785Z] 00faaf8e3d29: Layer already exists [2020-09-05T00:37:07.785Z] 2a2287d53cde: Layer already exists [2020-09-05T00:37:08.056Z] 4b3696dae663: Layer already exists [2020-09-05T00:37:08.056Z] 7e243221a06c: Layer already exists [2020-09-05T00:37:08.056Z] e2f13739ad41: Layer already exists [2020-09-05T00:37:08.056Z] 6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9: digest: sha256:b8e46c23168851034b496bc72cf9700695538723627a307639d66ac1e66bd11b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:08.392Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:08.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-09-05T00:37:08.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-05T00:37:08.725Z] 4b3696dae663: Preparing [2020-09-05T00:37:08.725Z] b57f0f79f144: Preparing [2020-09-05T00:37:08.725Z] 2a2287d53cde: Preparing [2020-09-05T00:37:08.725Z] 00faaf8e3d29: Preparing [2020-09-05T00:37:08.725Z] 7e243221a06c: Preparing [2020-09-05T00:37:08.725Z] e2f13739ad41: Preparing [2020-09-05T00:37:08.725Z] e2f13739ad41: Waiting [2020-09-05T00:37:08.725Z] 2a2287d53cde: Layer already exists [2020-09-05T00:37:08.725Z] b57f0f79f144: Layer already exists [2020-09-05T00:37:08.725Z] 00faaf8e3d29: Layer already exists [2020-09-05T00:37:08.725Z] 4b3696dae663: Layer already exists [2020-09-05T00:37:08.995Z] 7e243221a06c: Layer already exists [2020-09-05T00:37:08.995Z] e2f13739ad41: Layer already exists [2020-09-05T00:37:08.995Z] master: digest: sha256:b8e46c23168851034b496bc72cf9700695538723627a307639d66ac1e66bd11b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-05T00:37:09.176Z] ===================================================== [Pipeline] echo [2020-09-05T00:37:09.221Z] taggedImages: [2020-09-05T00:37:09.221Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d [2020-09-05T00:37:09.221Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-09-05T00:37:09.221Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.9 [2020-09-05T00:37:09.221Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d-1.2.1-dev.9 [2020-09-05T00:37:09.221Z] - 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-05T00:37:11.493Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-05T00:37:11.494Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-05T00:37:11.542Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:11.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-05T00:37:11.888Z] [2020-09-05T00:37:11.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:12.240Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-05T00:37:12.240Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-05T00:37:12.240Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-05T00:37:12.240Z] 408f87550127: Pulling fs layer [2020-09-05T00:37:12.240Z] fe522b08c979: Pulling fs layer [2020-09-05T00:37:12.240Z] 221eaa008020: Pulling fs layer [2020-09-05T00:37:12.240Z] 2a4607e5d6b9: Pulling fs layer [2020-09-05T00:37:12.240Z] 8f79b27c4fd2: Pulling fs layer [2020-09-05T00:37:12.240Z] e5c8dbe1645b: Pulling fs layer [2020-09-05T00:37:12.240Z] 23e8b3b47431: Pulling fs layer [2020-09-05T00:37:12.240Z] 5c568d65a230: Pulling fs layer [2020-09-05T00:37:12.240Z] 221eaa008020: Waiting [2020-09-05T00:37:12.240Z] 2a4607e5d6b9: Waiting [2020-09-05T00:37:12.240Z] 8f79b27c4fd2: Waiting [2020-09-05T00:37:12.240Z] e5c8dbe1645b: Waiting [2020-09-05T00:37:12.240Z] 23e8b3b47431: Waiting [2020-09-05T00:37:12.240Z] 5c568d65a230: Waiting [2020-09-05T00:37:12.240Z] fe522b08c979: Verifying Checksum [2020-09-05T00:37:12.240Z] fe522b08c979: Download complete [2020-09-05T00:37:12.240Z] 408f87550127: Verifying Checksum [2020-09-05T00:37:12.240Z] 408f87550127: Download complete [2020-09-05T00:37:12.240Z] 2a4607e5d6b9: Verifying Checksum [2020-09-05T00:37:12.240Z] 2a4607e5d6b9: Download complete [2020-09-05T00:37:12.240Z] 8f79b27c4fd2: Verifying Checksum [2020-09-05T00:37:12.240Z] 8f79b27c4fd2: Download complete [2020-09-05T00:37:12.240Z] cbdbe7a5bc2a: Download complete [2020-09-05T00:37:12.512Z] cbdbe7a5bc2a: Pull complete [2020-09-05T00:37:12.815Z] e5c8dbe1645b: Verifying Checksum [2020-09-05T00:37:12.815Z] e5c8dbe1645b: Download complete [2020-09-05T00:37:12.815Z] 408f87550127: Pull complete [2020-09-05T00:37:13.078Z] fe522b08c979: Pull complete [2020-09-05T00:37:13.658Z] 5c568d65a230: Verifying Checksum [2020-09-05T00:37:13.658Z] 5c568d65a230: Download complete [2020-09-05T00:37:13.919Z] 23e8b3b47431: Verifying Checksum [2020-09-05T00:37:13.919Z] 23e8b3b47431: Download complete [2020-09-05T00:37:14.864Z] 221eaa008020: Download complete [2020-09-05T00:37:20.175Z] 221eaa008020: Pull complete [2020-09-05T00:37:20.175Z] 2a4607e5d6b9: Pull complete [2020-09-05T00:37:20.175Z] 8f79b27c4fd2: Pull complete [2020-09-05T00:37:22.745Z] e5c8dbe1645b: Pull complete [2020-09-05T00:37:26.068Z] 23e8b3b47431: Pull complete [2020-09-05T00:37:27.461Z] 5c568d65a230: Pull complete [2020-09-05T00:37:27.461Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-05T00:37:27.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-05T00:37:27.461Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-05T00:37:27.632Z] prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container [2020-09-05T00:37:27.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-05T00:37:28.775Z] $ docker top b796b11b1304d93a9c228de533d0327c7e5105f41f330c6d798f30ea116787b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-05T00:37:29.266Z] + snyk monitor '--org=edgex-jenkins' [2020-09-05T00:37:39.285Z] [2020-09-05T00:37:39.285Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-09-05T00:37:39.285Z] [2020-09-05T00:37:39.285Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/83c99667-ad88-4b9a-9441-5ee6b7cca979 [2020-09-05T00:37:39.285Z] [2020-09-05T00:37:39.285Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-05T00:37:39.285Z] [2020-09-05T00:37:39.547Z] [2020-09-05T00:37:39.547Z] Snyk CLI supports Node.js 8 and higher. [2020-09-05T00:37:39.547Z] 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-05T00:37:39.547Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-05T00:37:39.547Z] [2020-09-05T00:37:39.547Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-05T00:37:39.547Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-05T00:37:39.564Z] $ docker stop --time=1 b796b11b1304d93a9c228de533d0327c7e5105f41f330c6d798f30ea116787b0 [2020-09-05T00:37:43.560Z] $ docker rm -f b796b11b1304d93a9c228de533d0327c7e5105f41f330c6d798f30ea116787b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:44.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-05T00:37:44.954Z] [2020-09-05T00:37:44.954Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:45.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-05T00:37:45.291Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-05T00:37:45.291Z] e7c96db7181b: Pulling fs layer [2020-09-05T00:37:45.291Z] 1868ca2cb446: Pulling fs layer [2020-09-05T00:37:45.291Z] 136be5d0fe8e: Pulling fs layer [2020-09-05T00:37:45.291Z] 894bfe63afcb: Pulling fs layer [2020-09-05T00:37:45.291Z] 894bfe63afcb: Waiting [2020-09-05T00:37:45.291Z] 1868ca2cb446: Verifying Checksum [2020-09-05T00:37:45.291Z] 1868ca2cb446: Download complete [2020-09-05T00:37:45.291Z] 136be5d0fe8e: Download complete [2020-09-05T00:37:45.291Z] e7c96db7181b: Verifying Checksum [2020-09-05T00:37:45.291Z] e7c96db7181b: Download complete [2020-09-05T00:37:45.291Z] 894bfe63afcb: Verifying Checksum [2020-09-05T00:37:45.291Z] 894bfe63afcb: Download complete [2020-09-05T00:37:45.552Z] e7c96db7181b: Pull complete [2020-09-05T00:37:45.814Z] 1868ca2cb446: Pull complete [2020-09-05T00:37:45.814Z] 136be5d0fe8e: Pull complete [2020-09-05T00:37:46.075Z] 894bfe63afcb: Pull complete [2020-09-05T00:37:46.075Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-05T00:37:46.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-05T00:37:46.075Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-05T00:37:46.167Z] prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container [2020-09-05T00:37:46.214Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-05T00:37:47.004Z] $ docker top b3f1d24b6c981adfda229339930e69f2982c8f53e8de79583c95678de2df9eba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-05T00:37:47.494Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d [2020-09-05T00:37:47.494Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-05T00:37:52.986Z] $ docker stop --time=1 b3f1d24b6c981adfda229339930e69f2982c8f53e8de79583c95678de2df9eba [2020-09-05T00:37:54.375Z] $ docker rm -f b3f1d24b6c981adfda229339930e69f2982c8f53e8de79583c95678de2df9eba [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:54.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-05T00:37:54.840Z] . [Pipeline] withDockerContainer [2020-09-05T00:37:54.937Z] prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container [2020-09-05T00:37:54.981Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-05T00:37:55.670Z] $ docker top 127c7fef8eaa8a96cafcd5c5875b47bb6b6473bff65c119450183d49ffd6e6dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-05T00:37:56.205Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6d51720bebf870c8d3052e72161f8d66f404099d [2020-09-05T00:37:56.205Z] + tee [2020-09-05T00:37:56.205Z] clair timeout 1m0s [2020-09-05T00:37:56.205Z] docker timeout: 1m0s [2020-09-05T00:37:56.205Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-05T00:37:57.271Z] $ docker stop --time=1 127c7fef8eaa8a96cafcd5c5875b47bb6b6473bff65c119450183d49ffd6e6dd [2020-09-05T00:37:58.627Z] $ docker rm -f 127c7fef8eaa8a96cafcd5c5875b47bb6b6473bff65c119450183d49ffd6e6dd [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-05T00:37:59.072Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-09-05T00:37:59.083Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_6d51720bebf870c8d3052e72161f8d66f404099d.html [Pipeline] writeFile [Pipeline] step [2020-09-05T00:37:59.130Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:37:59.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-05T00:37:59.466Z] . [Pipeline] withDockerContainer [2020-09-05T00:37:59.554Z] prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container [2020-09-05T00:37:59.597Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-05T00:38:00.151Z] $ docker top 6fd990bd2fe83dbccefcd5c69d7e82ae512180840985cd1e4b3d255a072cee0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-05T00:38:00.668Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d [2020-09-05T00:38:00.668Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-05T00:38:06.095Z] $ docker stop --time=1 6fd990bd2fe83dbccefcd5c69d7e82ae512180840985cd1e4b3d255a072cee0b [2020-09-05T00:38:07.464Z] $ docker rm -f 6fd990bd2fe83dbccefcd5c69d7e82ae512180840985cd1e4b3d255a072cee0b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:38:07.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-05T00:38:07.924Z] . [Pipeline] withDockerContainer [2020-09-05T00:38:08.011Z] prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container [2020-09-05T00:38:08.054Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-05T00:38:08.647Z] $ docker top 253ddb360959ab1bb2b25dfd8c7a656cc9b00a2d4012f06ff307ef6f3cf1200a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-05T00:38:09.126Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6d51720bebf870c8d3052e72161f8d66f404099d [2020-09-05T00:38:09.126Z] + tee [2020-09-05T00:38:09.126Z] clair timeout 1m0s [2020-09-05T00:38:09.126Z] docker timeout: 1m0s [2020-09-05T00:38:09.126Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-05T00:38:10.171Z] $ docker stop --time=1 253ddb360959ab1bb2b25dfd8c7a656cc9b00a2d4012f06ff307ef6f3cf1200a [2020-09-05T00:38:11.535Z] $ docker rm -f 253ddb360959ab1bb2b25dfd8c7a656cc9b00a2d4012f06ff307ef6f3cf1200a [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-05T00:38:11.981Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-09-05T00:38:11.993Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_6d51720bebf870c8d3052e72161f8d66f404099d.html [Pipeline] writeFile [Pipeline] step [2020-09-05T00:38:12.039Z] 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-05T00:38:12.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-05T00:38:12.967Z] . [Pipeline] withDockerContainer [2020-09-05T00:38:13.063Z] prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container [2020-09-05T00:38:13.105Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-05T00:38:13.736Z] $ docker top f878928215536a7153259c5959b1422e044bba6516245b192055af3b0728c0f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-05T00:38:14.006Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-05T00:38:14.006Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-05T00:38:14.195Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-05T00:38:14.202Z] $ docker exec f878928215536a7153259c5959b1422e044bba6516245b192055af3b0728c0f2 ssh-agent [2020-09-05T00:38:14.381Z] SSH_AUTH_SOCK=/tmp/ssh-kPdggekpjzEX/agent.11 [2020-09-05T00:38:14.381Z] SSH_AGENT_PID=16 [2020-09-05T00:38:14.387Z] Running ssh-add (command line suppressed) [2020-09-05T00:38:14.528Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7750234867975090132.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7750234867975090132.key) [2020-09-05T00:38:14.575Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-05T00:38:14.903Z] + git semver tag [2020-09-05T00:38:14.904Z] # -> Open(): unable to determine branch for HEAD [2020-09-05T00:38:14.904Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-05T00:38:14.904Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-05T00:38:14.904Z] # $SEMVER_REMOTE_NAME = origin [2020-09-05T00:38:14.904Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-05T00:38:14.904Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-05T00:38:14.904Z] # $SEMVER_BRANCH = master [2020-09-05T00:38:14.904Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-09-05T00:38:14.904Z] # 6d51720bebf870c8d3052e72161f8d66f404099d HEAD [2020-09-05T00:38:14.904Z] # -> Force: false [2020-09-05T00:38:14.904Z] # 4e83ac071b69b86d02bbda76700d98edd3749193 refs/tags/v1.2.1-dev.9 [Pipeline] } [2020-09-05T00:38:14.920Z] $ docker exec --env ******** --env ******** f878928215536a7153259c5959b1422e044bba6516245b192055af3b0728c0f2 ssh-agent -k [2020-09-05T00:38:15.069Z] unset SSH_AUTH_SOCK; [2020-09-05T00:38:15.069Z] unset SSH_AGENT_PID; [2020-09-05T00:38:15.069Z] echo Agent pid 16 killed; [2020-09-05T00:38:15.121Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-05T00:38:15.564Z] + git semver [Pipeline] } [2020-09-05T00:38:15.584Z] $ docker stop --time=1 f878928215536a7153259c5959b1422e044bba6516245b192055af3b0728c0f2 [2020-09-05T00:38:16.918Z] $ docker rm -f f878928215536a7153259c5959b1422e044bba6516245b192055af3b0728c0f2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:38:17.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-05T00:38:17.535Z] [2020-09-05T00:38:17.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:38:17.873Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-05T00:38:17.873Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-05T00:38:17.873Z] ab5ef0e58194: Pulling fs layer [2020-09-05T00:38:17.873Z] 9712f1f96733: Pulling fs layer [2020-09-05T00:38:17.873Z] 63f879dbbcfc: Pulling fs layer [2020-09-05T00:38:17.874Z] 0d9ebad4ef96: Pulling fs layer [2020-09-05T00:38:17.874Z] e9a5061849ea: Pulling fs layer [2020-09-05T00:38:17.874Z] d747dcd14b5f: Pulling fs layer [2020-09-05T00:38:17.874Z] 2de7ff778b66: Pulling fs layer [2020-09-05T00:38:17.874Z] 0d9ebad4ef96: Waiting [2020-09-05T00:38:17.874Z] e9a5061849ea: Waiting [2020-09-05T00:38:17.874Z] d747dcd14b5f: Waiting [2020-09-05T00:38:17.874Z] 2de7ff778b66: Waiting [2020-09-05T00:38:17.874Z] 9712f1f96733: Verifying Checksum [2020-09-05T00:38:19.268Z] 63f879dbbcfc: Verifying Checksum [2020-09-05T00:38:19.269Z] 63f879dbbcfc: Download complete [2020-09-05T00:38:19.530Z] e9a5061849ea: Verifying Checksum [2020-09-05T00:38:19.530Z] e9a5061849ea: Download complete [2020-09-05T00:38:19.530Z] d747dcd14b5f: Verifying Checksum [2020-09-05T00:38:19.530Z] d747dcd14b5f: Download complete [2020-09-05T00:38:19.792Z] 2de7ff778b66: Verifying Checksum [2020-09-05T00:38:19.792Z] 2de7ff778b66: Download complete [2020-09-05T00:38:20.054Z] 0d9ebad4ef96: Verifying Checksum [2020-09-05T00:38:20.054Z] 0d9ebad4ef96: Download complete [2020-09-05T00:38:20.317Z] ab5ef0e58194: Verifying Checksum [2020-09-05T00:38:20.317Z] ab5ef0e58194: Download complete [2020-09-05T00:38:24.548Z] ab5ef0e58194: Pull complete [2020-09-05T00:38:24.548Z] 9712f1f96733: Pull complete [2020-09-05T00:38:27.101Z] 63f879dbbcfc: Pull complete [2020-09-05T00:38:33.715Z] 0d9ebad4ef96: Pull complete [2020-09-05T00:38:35.105Z] e9a5061849ea: Pull complete [2020-09-05T00:38:35.368Z] d747dcd14b5f: Pull complete [2020-09-05T00:38:38.862Z] 2de7ff778b66: Pull complete [2020-09-05T00:38:38.862Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-05T00:38:38.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-05T00:38:38.862Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-05T00:38:39.084Z] prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container [2020-09-05T00:38:39.302Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-05T00:38:42.413Z] $ docker top e59d25cfd8b960d486050a5e542fc63c0aab9a90e76bc070cad148ec308400cc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-05T00:38:42.694Z] provisioning config files... [2020-09-05T00:38:42.710Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5416155354415084051tmp [2020-09-05T00:38:42.729Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config67326162192894806tmp [2020-09-05T00:38:42.743Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config8284510347597066218tmp [Pipeline] { [Pipeline] echo [2020-09-05T00:38:42.789Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-05T00:38:43.093Z] ---> sigul-configuration.sh [2020-09-05T00:38:43.093Z] gpg: directory `/root/.gnupg' created [2020-09-05T00:38:43.093Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-05T00:38:43.093Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-05T00:38:43.093Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-05T00:38:43.093Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-05T00:38:43.093Z] gpg: CAST5 encrypted data [2020-09-05T00:38:43.398Z] gpg: encrypted with 1 passphrase [2020-09-05T00:38:43.398Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-05T00:38:43.818Z] + mkdir /home/jenkins [2020-09-05T00:38:43.818Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-05T00:38:44.161Z] + 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-05T00:38:44.171Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-05T00:38:44.472Z] ---> sigul-install.sh [2020-09-05T00:38:49.807Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-05T00:38:50.108Z] + git tag --list [2020-09-05T00:38:50.108Z] v1.2.1-dev.9 [Pipeline] sh [2020-09-05T00:38:50.413Z] + lftools sign git-tag v1.2.1-dev.9 [2020-09-05T00:38:51.816Z] Signing Git tag with Sigul... [2020-09-05T00:38:51.816Z] Signing v1.2.1-dev.9 [Pipeline] echo [2020-09-05T00:38:52.773Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-05T00:38:53.077Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-05T00:38:53.088Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-05T00:38:53.174Z] $ docker stop --time=1 e59d25cfd8b960d486050a5e542fc63c0aab9a90e76bc070cad148ec308400cc [2020-09-05T00:38:55.055Z] $ docker rm -f e59d25cfd8b960d486050a5e542fc63c0aab9a90e76bc070cad148ec308400cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:38:55.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-05T00:38:55.786Z] . [Pipeline] withDockerContainer [2020-09-05T00:38:55.883Z] prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container [2020-09-05T00:38:55.939Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-05T00:38:56.548Z] $ docker top 15afed852b1fb3bd3b5bf7badc8906a827c4a520941053b4c250f7783e3c397a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-05T00:38:56.801Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-05T00:38:56.801Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-05T00:38:56.988Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-05T00:38:56.995Z] $ docker exec 15afed852b1fb3bd3b5bf7badc8906a827c4a520941053b4c250f7783e3c397a ssh-agent [2020-09-05T00:38:57.161Z] SSH_AUTH_SOCK=/tmp/ssh-0qvnIYEwicFa/agent.12 [2020-09-05T00:38:57.161Z] SSH_AGENT_PID=17 [2020-09-05T00:38:57.168Z] Running ssh-add (command line suppressed) [2020-09-05T00:38:57.298Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5990786872020448256.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5990786872020448256.key) [2020-09-05T00:38:57.350Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-05T00:38:57.676Z] + git semver bump pre [2020-09-05T00:38:57.677Z] # -> Open(): unable to determine branch for HEAD [2020-09-05T00:38:57.677Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-05T00:38:57.677Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-05T00:38:57.677Z] # $SEMVER_REMOTE_NAME = origin [2020-09-05T00:38:57.677Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-05T00:38:57.677Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-05T00:38:57.677Z] # $SEMVER_BRANCH = master [2020-09-05T00:38:57.677Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-09-05T00:38:57.677Z] 1.2.1-dev.10 [Pipeline] } [2020-09-05T00:38:57.691Z] $ docker exec --env ******** --env ******** 15afed852b1fb3bd3b5bf7badc8906a827c4a520941053b4c250f7783e3c397a ssh-agent -k [2020-09-05T00:38:57.829Z] unset SSH_AUTH_SOCK; [2020-09-05T00:38:57.829Z] unset SSH_AGENT_PID; [2020-09-05T00:38:57.829Z] echo Agent pid 17 killed; [2020-09-05T00:38:57.878Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-05T00:38:58.311Z] + git semver [Pipeline] } [2020-09-05T00:38:58.329Z] $ docker stop --time=1 15afed852b1fb3bd3b5bf7badc8906a827c4a520941053b4c250f7783e3c397a [2020-09-05T00:38:59.651Z] $ docker rm -f 15afed852b1fb3bd3b5bf7badc8906a827c4a520941053b4c250f7783e3c397a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:39:00.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-05T00:39:00.169Z] . [Pipeline] withDockerContainer [2020-09-05T00:39:00.267Z] prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container [2020-09-05T00:39:00.313Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-05T00:39:00.948Z] $ docker top 61560ac62209316afaeea46dba0749f7da03e8b39c487190cc5fd7006f25ae96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-05T00:39:01.259Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-05T00:39:01.259Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-05T00:39:01.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-05T00:39:01.469Z] $ docker exec 61560ac62209316afaeea46dba0749f7da03e8b39c487190cc5fd7006f25ae96 ssh-agent [2020-09-05T00:39:01.634Z] SSH_AUTH_SOCK=/tmp/ssh-GJp01mPiRpP8/agent.11 [2020-09-05T00:39:01.634Z] SSH_AGENT_PID=17 [2020-09-05T00:39:01.642Z] Running ssh-add (command line suppressed) [2020-09-05T00:39:01.773Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3237737956495847885.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3237737956495847885.key) [2020-09-05T00:39:01.821Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-05T00:39:02.148Z] + git semver push [2020-09-05T00:39:02.148Z] # -> Open(): unable to determine branch for HEAD [2020-09-05T00:39:02.148Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-05T00:39:02.148Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-05T00:39:02.148Z] # $SEMVER_REMOTE_NAME = origin [2020-09-05T00:39:02.148Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-05T00:39:02.148Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-05T00:39:02.148Z] # $SEMVER_BRANCH = master [2020-09-05T00:39:02.148Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-09-05T00:39:08.770Z] $ docker exec --env ******** --env ******** 61560ac62209316afaeea46dba0749f7da03e8b39c487190cc5fd7006f25ae96 ssh-agent -k [2020-09-05T00:39:08.889Z] unset SSH_AUTH_SOCK; [2020-09-05T00:39:08.890Z] unset SSH_AGENT_PID; [2020-09-05T00:39:08.890Z] echo Agent pid 17 killed; [2020-09-05T00:39:08.934Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-05T00:39:09.438Z] + git semver [Pipeline] } [2020-09-05T00:39:09.457Z] $ docker stop --time=1 61560ac62209316afaeea46dba0749f7da03e8b39c487190cc5fd7006f25ae96 [2020-09-05T00:39:10.823Z] $ docker rm -f 61560ac62209316afaeea46dba0749f7da03e8b39c487190cc5fd7006f25ae96 [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-05T00:39:12.015Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-05T00:39:12.574Z] ---> package-listing.sh [2020-09-05T00:39:12.574Z] ++ facter osfamily [2020-09-05T00:39:12.574Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-05T00:39:12.574Z] + OS_FAMILY=redhat [2020-09-05T00:39:12.574Z] + workspace=/w/workspace/_app-service-configurable_master [2020-09-05T00:39:12.574Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-05T00:39:12.574Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-05T00:39:12.574Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-05T00:39:12.574Z] + PACKAGES=/tmp/packages_start.txt [2020-09-05T00:39:12.574Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-09-05T00:39:12.574Z] + PACKAGES=/tmp/packages_end.txt [2020-09-05T00:39:12.574Z] + case "${OS_FAMILY}" in [2020-09-05T00:39:12.574Z] + rpm -qa [2020-09-05T00:39:12.574Z] + sort [2020-09-05T00:39:16.783Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-05T00:39:16.783Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-05T00:39:16.783Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-05T00:39:16.783Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-09-05T00:39:16.783Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-09-05T00:39:16.783Z] + 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-05T00:39:17.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-05T00:39:17.220Z] [2020-09-05T00:39:17.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-05T00:39:17.557Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-05T00:39:17.557Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-05T00:39:17.557Z] df20fa9351a1: Pulling fs layer [2020-09-05T00:39:17.557Z] 36b3adc4ff6f: Pulling fs layer [2020-09-05T00:39:17.557Z] 8ad3a11d3b57: Pulling fs layer [2020-09-05T00:39:17.557Z] 46f8f816bc3b: Pulling fs layer [2020-09-05T00:39:17.557Z] 0dadc02b9964: Pulling fs layer [2020-09-05T00:39:17.557Z] ce6a7cf60c04: Pulling fs layer [2020-09-05T00:39:17.557Z] 7a184a31f384: Pulling fs layer [2020-09-05T00:39:17.557Z] 0879bd2ef858: Pulling fs layer [2020-09-05T00:39:17.557Z] 0dadc02b9964: Waiting [2020-09-05T00:39:17.557Z] 46f8f816bc3b: Waiting [2020-09-05T00:39:17.557Z] ce6a7cf60c04: Waiting [2020-09-05T00:39:17.557Z] 7a184a31f384: Waiting [2020-09-05T00:39:17.557Z] 0879bd2ef858: Waiting [2020-09-05T00:39:17.557Z] 36b3adc4ff6f: Download complete [2020-09-05T00:39:17.557Z] 46f8f816bc3b: Verifying Checksum [2020-09-05T00:39:17.557Z] 46f8f816bc3b: Download complete [2020-09-05T00:39:17.557Z] df20fa9351a1: Verifying Checksum [2020-09-05T00:39:17.557Z] df20fa9351a1: Download complete [2020-09-05T00:39:17.557Z] 0dadc02b9964: Verifying Checksum [2020-09-05T00:39:17.557Z] 0dadc02b9964: Download complete [2020-09-05T00:39:17.557Z] ce6a7cf60c04: Verifying Checksum [2020-09-05T00:39:17.557Z] ce6a7cf60c04: Download complete [2020-09-05T00:39:17.557Z] 7a184a31f384: Verifying Checksum [2020-09-05T00:39:17.557Z] 7a184a31f384: Download complete [2020-09-05T00:39:17.818Z] 8ad3a11d3b57: Verifying Checksum [2020-09-05T00:39:18.391Z] 0879bd2ef858: Verifying Checksum [2020-09-05T00:39:18.391Z] 0879bd2ef858: Download complete [2020-09-05T00:39:18.391Z] df20fa9351a1: Pull complete [2020-09-05T00:39:18.654Z] 36b3adc4ff6f: Pull complete [2020-09-05T00:39:19.238Z] 8ad3a11d3b57: Pull complete [2020-09-05T00:39:19.238Z] 46f8f816bc3b: Pull complete [2020-09-05T00:39:19.809Z] 0dadc02b9964: Pull complete [2020-09-05T00:39:19.809Z] ce6a7cf60c04: Pull complete [2020-09-05T00:39:19.809Z] 7a184a31f384: Pull complete [2020-09-05T00:39:24.030Z] 0879bd2ef858: Pull complete [2020-09-05T00:39:24.030Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-05T00:39:24.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-05T00:39:24.030Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-05T00:39:24.199Z] prd-centos7-docker-4c-2g-1544 does not seem to be running inside a container [2020-09-05T00:39:24.248Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-05T00:39:27.969Z] $ docker top fab3e0092377e28a50a9acda988d45129917e03f88a4b08af1952195b380871f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-05T00:39:28.427Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-05T00:39:28.721Z] + ls /var/log/sa-host [2020-09-05T00:39:28.721Z] + sadf -c /var/log/sa-host/sa05 [2020-09-05T00:39:28.721Z] file_magic: OK [2020-09-05T00:39:28.721Z] HZ: Using current value: 100 [2020-09-05T00:39:28.721Z] file_header: OK [2020-09-05T00:39:28.721Z] 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-05T00:39:28.721Z] Statistics: [2020-09-05T00:39:28.721Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-05T00:39:28.721Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-05T00:39:28.773Z] provisioning config files... [2020-09-05T00:39:28.786Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6578795267642357128tmp [Pipeline] { [Pipeline] echo [2020-09-05T00:39:28.849Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-05T00:39:29.140Z] ---> create-netrc.sh [Pipeline] echo [2020-09-05T00:39:29.150Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-05T00:39:29.441Z] ---> logs-deploy.sh [2020-09-05T00:39:29.442Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/45 [2020-09-05T00:39:29.442Z] INFO: archiving workspace using pattern(s): [2020-09-05T00:39:30.826Z] Archives upload complete. [2020-09-05T00:39:30.826Z] INFO: archiving logs to Nexus