Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ec630328e1e51561b3c1fd19dbeb469b0362b87f 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-4704 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/177 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/177 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision ec630328e1e51561b3c1fd19dbeb469b0362b87f (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ec630328e1e51561b3c1fd19dbeb469b0362b87f # timeout=10 Commit message: "Merge pull request #2779 from cloudxxx8/issue-2769" > git rev-list --no-walk 116975359223b037ef6a270a14331e73faedb550 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-12T04:11:18.816Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-12T04:11:19.109Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-12T04:11:19.224Z] ========================================================= [2020-10-12T04:11:19.224Z] EdgeX Global Pipelines Version Info [2020-10-12T04:11:19.224Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:11:20.791Z] ------------------- [2020-10-12T04:11:20.791Z] stable info: [2020-10-12T04:11:20.791Z] ------------------- [2020-10-12T04:11:20.791Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-12T04:11:20.791Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-12T04:11:20.791Z] Message: update stable to v1.0.131 [2020-10-12T04:11:21.738Z] ------------------- [2020-10-12T04:11:21.738Z] experimental info: [2020-10-12T04:11:21.738Z] ------------------- [2020-10-12T04:11:21.738Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-12T04:11:21.738Z] Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af [2020-10-12T04:11:21.738Z] Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-12T04:11:22.015Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-12T04:11:22.118Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-12T04:11:22.214Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-12T04:11:22.355Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-12T04:11:22.451Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-12T04:11:22.553Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-12T04:11:22.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-12T04:11:22.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-12T04:11:22.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-12T04:11:23.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-12T04:11:23.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-12T04:11:23.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-12T04:11:23.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-12T04:11:23.440Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-12T04:11:23.528Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-12T04:11:23.628Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-12T04:11:23.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-12T04:11:23.830Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-12T04:11:23.976Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-12T04:11:24.116Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-12T04:11:24.217Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-12T04:11:24.319Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-12T04:11:24.470Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-12T04:11:24.571Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-12T04:11:24.665Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] echo [2020-10-12T04:11:24.763Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ec63032 [Pipeline] echo [2020-10-12T04:11:24.876Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-12T04:11:25.353Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-12T04:11:25.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T04:11:25.353Z] ++ dirname cmd/core-command/Dockerfile [2020-10-12T04:11:25.353Z] ++ cut -d/ -f2 [2020-10-12T04:11:25.353Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-12T04:11:25.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T04:11:25.353Z] ++ dirname cmd/core-data/Dockerfile [2020-10-12T04:11:25.353Z] ++ cut -d/ -f2 [2020-10-12T04:11:25.353Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-12T04:11:25.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T04:11:25.353Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-12T04:11:25.353Z] ++ cut -d/ -f2 [2020-10-12T04:11:25.353Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-12T04:11:25.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T04:11:25.353Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-12T04:11:25.353Z] ++ cut -d/ -f2 [2020-10-12T04:11:25.353Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-12T04:11:25.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T04:11:25.353Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-12T04:11:25.353Z] ++ cut -d/ -f2 [2020-10-12T04:11:25.353Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-12T04:11:25.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T04:11:25.353Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-12T04:11:25.353Z] ++ cut -d/ -f2 [2020-10-12T04:11:25.353Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-12T04:11:25.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T04:11:25.353Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-12T04:11:25.353Z] ++ cut -d/ -f2 [2020-10-12T04:11:25.353Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-12T04:11:25.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T04:11:25.353Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-12T04:11:25.353Z] ++ cut -d/ -f2 [2020-10-12T04:11:25.353Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-12T04:11:25.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T04:11:25.353Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-12T04:11:25.353Z] ++ cut -d/ -f2 [2020-10-12T04:11:25.353Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-12T04:11:25.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T04:11:25.353Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-12T04:11:25.353Z] ++ cut -d/ -f2 [2020-10-12T04:11:25.353Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-12T04:11:25.442Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:11:28.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T04:11:28.588Z] [2020-10-12T04:11:28.588Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:11:28.965Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T04:11:28.965Z] latest: Pulling from edgex-devops/git-semver [2020-10-12T04:11:28.965Z] 31603596830f: Pulling fs layer [2020-10-12T04:11:28.965Z] 2a8b12db71e7: Pulling fs layer [2020-10-12T04:11:28.965Z] 6ca5941a6612: Pulling fs layer [2020-10-12T04:11:28.965Z] ecc8261a40a4: Pulling fs layer [2020-10-12T04:11:28.965Z] ecc8261a40a4: Waiting [2020-10-12T04:11:28.965Z] 2a8b12db71e7: Verifying Checksum [2020-10-12T04:11:28.965Z] 2a8b12db71e7: Download complete [2020-10-12T04:11:29.230Z] 31603596830f: Verifying Checksum [2020-10-12T04:11:29.230Z] 31603596830f: Download complete [2020-10-12T04:11:29.230Z] ecc8261a40a4: Verifying Checksum [2020-10-12T04:11:29.230Z] ecc8261a40a4: Download complete [2020-10-12T04:11:29.497Z] 6ca5941a6612: Verifying Checksum [2020-10-12T04:11:29.497Z] 6ca5941a6612: Download complete [2020-10-12T04:11:29.497Z] 31603596830f: Pull complete [2020-10-12T04:11:29.761Z] 2a8b12db71e7: Pull complete [2020-10-12T04:11:30.341Z] 6ca5941a6612: Pull complete [2020-10-12T04:11:30.607Z] ecc8261a40a4: Pull complete [2020-10-12T04:11:30.607Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-12T04:11:30.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T04:11:30.871Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-12T04:11:30.987Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:11:31.055Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-12T04:11:33.430Z] $ docker top 9d6897fd6d919882012fa37c85ebdd63e8b8a45133478967a0bdf851762e9766 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T04:11:33.783Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T04:11:33.783Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T04:11:34.000Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T04:11:34.005Z] $ docker exec 9d6897fd6d919882012fa37c85ebdd63e8b8a45133478967a0bdf851762e9766 ssh-agent [2020-10-12T04:11:34.184Z] SSH_AUTH_SOCK=/tmp/ssh-7QDQ8DLhALGK/agent.12 [2020-10-12T04:11:34.185Z] SSH_AGENT_PID=17 [2020-10-12T04:11:34.197Z] Running ssh-add (command line suppressed) [2020-10-12T04:11:34.313Z] Identity added: /w/workspace/edgex-go/177@tmp/private_key_3356486349960955026.key (/w/workspace/edgex-go/177@tmp/private_key_3356486349960955026.key) [2020-10-12T04:11:34.371Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T04:11:34.795Z] + git describe --exact-match --tags HEAD [2020-10-12T04:11:34.795Z] fatal: no tag exactly matches 'ec630328e1e51561b3c1fd19dbeb469b0362b87f' [Pipeline] } [2020-10-12T04:11:34.822Z] $ docker exec --env ******** --env ******** 9d6897fd6d919882012fa37c85ebdd63e8b8a45133478967a0bdf851762e9766 ssh-agent -k [2020-10-12T04:11:34.932Z] unset SSH_AUTH_SOCK; [2020-10-12T04:11:34.932Z] unset SSH_AGENT_PID; [2020-10-12T04:11:34.932Z] echo Agent pid 17 killed; [2020-10-12T04:11:34.985Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-12T04:11:35.093Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-12T04:11:35.093Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-12T04:11:35.205Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T04:11:35.205Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T04:11:35.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T04:11:35.412Z] $ docker exec 9d6897fd6d919882012fa37c85ebdd63e8b8a45133478967a0bdf851762e9766 ssh-agent [2020-10-12T04:11:35.604Z] SSH_AUTH_SOCK=/tmp/ssh-N8votw4nwnhV/agent.46 [2020-10-12T04:11:35.604Z] SSH_AGENT_PID=51 [2020-10-12T04:11:35.687Z] Running ssh-add (command line suppressed) [2020-10-12T04:11:35.854Z] Identity added: /w/workspace/edgex-go/177@tmp/private_key_182876069269813230.key (/w/workspace/edgex-go/177@tmp/private_key_182876069269813230.key) [2020-10-12T04:11:35.904Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T04:11:36.254Z] + git semver init [2020-10-12T04:11:36.254Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T04:11:36.254Z] # $GIT_DIR = /w/workspace/edgex-go/177/.git [2020-10-12T04:11:36.254Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/177 [2020-10-12T04:11:36.254Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T04:11:36.254Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T04:11:36.254Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T04:11:36.254Z] # $SEMVER_BRANCH = master [2020-10-12T04:11:36.254Z] # $SEMVER_TEMP = /tmp/semver-138002768 [2020-10-12T04:11:36.254Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-12T04:12:04.033Z] # '/tmp/semver-138002768' -> '/w/workspace/edgex-go/177/.semver' [2020-10-12T04:12:04.033Z] # -> Force: false [2020-10-12T04:12:04.033Z] # $SEMVER_DIR = /w/workspace/edgex-go/177/.semver [Pipeline] } [2020-10-12T04:12:04.053Z] $ docker exec --env ******** --env ******** 9d6897fd6d919882012fa37c85ebdd63e8b8a45133478967a0bdf851762e9766 ssh-agent -k [2020-10-12T04:12:04.284Z] unset SSH_AUTH_SOCK; [2020-10-12T04:12:04.285Z] unset SSH_AGENT_PID; [2020-10-12T04:12:04.285Z] echo Agent pid 51 killed; [2020-10-12T04:12:04.371Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T04:12:04.872Z] + git semver [Pipeline] } [2020-10-12T04:12:04.892Z] $ docker stop --time=1 9d6897fd6d919882012fa37c85ebdd63e8b8a45133478967a0bdf851762e9766 [2020-10-12T04:12:06.520Z] $ docker rm -f 9d6897fd6d919882012fa37c85ebdd63e8b8a45133478967a0bdf851762e9766 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-12T04:12:20.259Z] Stashed 79 file(s) [Pipeline] echo [2020-10-12T04:12:20.262Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.62 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-10-12T04:12:20.937Z] ========================================================= [2020-10-12T04:12:20.937Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-12T04:12:20.937Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:12:21.276Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-12T04:12:25.494Z] Sending build context to Docker daemon 324.9MB [2020-10-12T04:12:25.494Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-12T04:12:25.494Z] Step 2/7 : FROM ${BASE} [2020-10-12T04:12:25.494Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-12T04:12:25.494Z] df20fa9351a1: Pulling fs layer [2020-10-12T04:12:25.494Z] ed8968b2872e: Pulling fs layer [2020-10-12T04:12:25.494Z] a92cc7c5fd73: Pulling fs layer [2020-10-12T04:12:25.494Z] e871e8e8d7a9: Pulling fs layer [2020-10-12T04:12:25.494Z] e73272ec9a57: Pulling fs layer [2020-10-12T04:12:25.494Z] 1e910a182e73: Pulling fs layer [2020-10-12T04:12:25.494Z] 4e634b169226: Pulling fs layer [2020-10-12T04:12:25.494Z] e73272ec9a57: Waiting [2020-10-12T04:12:25.494Z] 1e910a182e73: Waiting [2020-10-12T04:12:25.494Z] 4e634b169226: Waiting [2020-10-12T04:12:25.494Z] e871e8e8d7a9: Waiting [2020-10-12T04:12:25.494Z] a92cc7c5fd73: Verifying Checksum [2020-10-12T04:12:25.494Z] a92cc7c5fd73: Download complete [2020-10-12T04:12:25.494Z] ed8968b2872e: Verifying Checksum [2020-10-12T04:12:25.494Z] e73272ec9a57: Download complete [2020-10-12T04:12:25.494Z] 1e910a182e73: Download complete [2020-10-12T04:12:25.494Z] df20fa9351a1: Verifying Checksum [2020-10-12T04:12:25.494Z] df20fa9351a1: Download complete [2020-10-12T04:12:25.494Z] df20fa9351a1: Pull complete [2020-10-12T04:12:25.494Z] ed8968b2872e: Pull complete [2020-10-12T04:12:25.755Z] a92cc7c5fd73: Pull complete [2020-10-12T04:12:27.159Z] 4e634b169226: Verifying Checksum [2020-10-12T04:12:27.159Z] 4e634b169226: Download complete [2020-10-12T04:12:28.119Z] e871e8e8d7a9: Verifying Checksum [2020-10-12T04:12:28.119Z] e871e8e8d7a9: Download complete [2020-10-12T04:12:33.450Z] e871e8e8d7a9: Pull complete [2020-10-12T04:12:33.450Z] e73272ec9a57: Pull complete [2020-10-12T04:12:33.714Z] 1e910a182e73: Pull complete [2020-10-12T04:12:35.700Z] Still waiting to schedule task [2020-10-12T04:12:35.700Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-12T04:12:39.024Z] 4e634b169226: Pull complete [2020-10-12T04:12:39.024Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-12T04:12:39.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-12T04:12:39.024Z] ---> f7629b54cfaa [2020-10-12T04:12:39.024Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-12T04:12:39.024Z] ---> Running in 71da47dd52d9 [2020-10-12T04:12:39.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:12:39.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:12:40.546Z] (1/12) Installing libmagic (5.38-r0) [2020-10-12T04:12:40.546Z] (2/12) Installing file (5.38-r0) [2020-10-12T04:12:40.546Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-12T04:12:40.810Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-12T04:12:45.027Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-12T04:12:45.027Z] (6/12) Installing patch (2.7.6-r6) [2020-10-12T04:12:45.027Z] (7/12) Installing build-base (0.5-r2) [2020-10-12T04:12:45.027Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-12T04:12:45.027Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-12T04:12:45.027Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-12T04:12:45.027Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-12T04:12:45.027Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-12T04:12:45.027Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:12:45.027Z] OK: 233 MiB in 51 packages [2020-10-12T04:12:49.256Z] Removing intermediate container 71da47dd52d9 [2020-10-12T04:12:49.256Z] ---> 05f784738413 [2020-10-12T04:12:49.256Z] Step 4/7 : WORKDIR /edgex-go [2020-10-12T04:12:49.256Z] ---> Running in a82e9dfd8fc0 [2020-10-12T04:12:49.520Z] Removing intermediate container a82e9dfd8fc0 [2020-10-12T04:12:49.520Z] ---> 7a0021f51b61 [2020-10-12T04:12:49.520Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-12T04:12:49.788Z] latest: Pulling from library/docker [2020-10-12T04:12:49.788Z] df20fa9351a1: Already exists [2020-10-12T04:12:49.788Z] 25ad7478873d: Pulling fs layer [2020-10-12T04:12:49.788Z] 4684f6177b5d: Pulling fs layer [2020-10-12T04:12:49.788Z] 8ba584e970af: Pulling fs layer [2020-10-12T04:12:49.788Z] 3cdc74d2b06d: Pulling fs layer [2020-10-12T04:12:49.788Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-12T04:12:49.788Z] fca0ccc462d5: Pulling fs layer [2020-10-12T04:12:49.788Z] 4cf5a0d07c1f: Waiting [2020-10-12T04:12:49.788Z] 3cdc74d2b06d: Waiting [2020-10-12T04:12:49.788Z] fca0ccc462d5: Waiting [2020-10-12T04:12:50.055Z] 4684f6177b5d: Verifying Checksum [2020-10-12T04:12:50.055Z] 4684f6177b5d: Download complete [2020-10-12T04:12:50.055Z] 25ad7478873d: Verifying Checksum [2020-10-12T04:12:50.055Z] 25ad7478873d: Download complete [2020-10-12T04:12:50.055Z] 3cdc74d2b06d: Download complete [2020-10-12T04:12:50.321Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-12T04:12:50.321Z] 4cf5a0d07c1f: Download complete [2020-10-12T04:12:50.321Z] fca0ccc462d5: Verifying Checksum [2020-10-12T04:12:50.321Z] fca0ccc462d5: Download complete [2020-10-12T04:12:50.321Z] 25ad7478873d: Pull complete [2020-10-12T04:12:50.588Z] 4684f6177b5d: Pull complete [2020-10-12T04:12:50.858Z] 8ba584e970af: Verifying Checksum [2020-10-12T04:12:50.859Z] 8ba584e970af: Download complete [2020-10-12T04:12:53.426Z] 8ba584e970af: Pull complete [2020-10-12T04:12:53.426Z] 3cdc74d2b06d: Pull complete [2020-10-12T04:12:53.426Z] 4cf5a0d07c1f: Pull complete [2020-10-12T04:12:53.426Z] fca0ccc462d5: Pull complete [2020-10-12T04:12:53.426Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-12T04:12:53.426Z] Status: Downloaded newer image for docker:latest [2020-10-12T04:12:55.349Z] ---> 1590e6d770ea [2020-10-12T04:12:55.349Z] Step 6/7 : COPY go.mod . [2020-10-12T04:12:55.349Z] ---> 97801d4b8bbd [2020-10-12T04:12:55.349Z] Step 7/7 : RUN go mod download [2020-10-12T04:12:55.349Z] ---> Running in adccfae7b978 [2020-10-12T04:13:17.353Z] Removing intermediate container adccfae7b978 [2020-10-12T04:13:17.353Z] ---> 919a290c31e1 [2020-10-12T04:13:17.353Z] Successfully built 919a290c31e1 [2020-10-12T04:13:17.353Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:13:17.682Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-12T04:13:17.682Z] . [Pipeline] withDockerContainer [2020-10-12T04:13:17.782Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:13:17.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-12T04:13:19.259Z] $ docker top dd41ae5bc04601fd2764081f041f755437ac9015ab5ff9022bae0fb373fa7dd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T04:13:19.771Z] + go version [2020-10-12T04:13:19.771Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-12T04:13:19.787Z] $ docker stop --time=1 dd41ae5bc04601fd2764081f041f755437ac9015ab5ff9022bae0fb373fa7dd3 [2020-10-12T04:13:21.134Z] $ docker rm -f dd41ae5bc04601fd2764081f041f755437ac9015ab5ff9022bae0fb373fa7dd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:13:24.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T04:13:24.782Z] [2020-10-12T04:13:24.782Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:13:25.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T04:13:25.153Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-12T04:13:25.153Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-12T04:13:25.153Z] ca9280d653b3: Pulling fs layer [2020-10-12T04:13:25.153Z] 7e9c9ca2126c: Pulling fs layer [2020-10-12T04:13:25.421Z] cbdbe7a5bc2a: Download complete [2020-10-12T04:13:25.687Z] cbdbe7a5bc2a: Pull complete [2020-10-12T04:13:25.954Z] ca9280d653b3: Verifying Checksum [2020-10-12T04:13:25.954Z] ca9280d653b3: Download complete [2020-10-12T04:13:26.931Z] ca9280d653b3: Pull complete [2020-10-12T04:13:26.931Z] 7e9c9ca2126c: Verifying Checksum [2020-10-12T04:13:26.931Z] 7e9c9ca2126c: Download complete [2020-10-12T04:13:33.559Z] 7e9c9ca2126c: Pull complete [2020-10-12T04:13:33.559Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-12T04:13:33.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T04:13:33.560Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-12T04:13:33.694Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:13:33.744Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-compose:latest cat [2020-10-12T04:13:36.870Z] $ docker top 184a2f718070a46b0dcef006558febb6d0dc93b8bc151c236f06e1591e6b176f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T04:13:37.352Z] + docker-compose build --help [2020-10-12T04:13:37.352Z] + grep parallel [2020-10-12T04:13:38.298Z] --parallel Build images in parallel. [Pipeline] } [2020-10-12T04:13:38.328Z] $ docker stop --time=1 184a2f718070a46b0dcef006558febb6d0dc93b8bc151c236f06e1591e6b176f [2020-10-12T04:13:39.673Z] $ docker rm -f 184a2f718070a46b0dcef006558febb6d0dc93b8bc151c236f06e1591e6b176f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:13:40.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T04:13:40.321Z] . [Pipeline] withDockerContainer [2020-10-12T04:13:40.418Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:13:40.473Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-12T04:13:41.122Z] $ docker top 8ec7e9c3ce95b4eea0e61f5574ebabe677546ddc4c579d1f4122b5e9c5ff8935 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T04:13:41.614Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-12T04:13:42.559Z] Building docker-core-command-go ... [2020-10-12T04:13:42.559Z] Building docker-core-data-go ... [2020-10-12T04:13:42.559Z] Building docker-core-metadata-go ... [2020-10-12T04:13:42.559Z] Building docker-security-proxy-setup-go ... [2020-10-12T04:13:42.559Z] Building docker-security-secrets-setup-go ... [2020-10-12T04:13:42.559Z] Building docker-security-secretstore-setup-go ... [2020-10-12T04:13:42.559Z] Building docker-support-logging-go ... [2020-10-12T04:13:42.559Z] Building docker-support-notifications-go ... [2020-10-12T04:13:42.559Z] Building docker-support-scheduler-go ... [2020-10-12T04:13:42.559Z] Building docker-sys-mgmt-agent-go ... [2020-10-12T04:13:42.559Z] Building docker-core-data-go [2020-10-12T04:13:42.559Z] Building docker-support-scheduler-go [2020-10-12T04:13:42.559Z] Building docker-core-metadata-go [2020-10-12T04:13:42.559Z] Building docker-security-proxy-setup-go [2020-10-12T04:13:42.559Z] Building docker-security-secrets-setup-go [2020-10-12T04:14:04.630Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:14:04.631Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:14:04.631Z] ---> 919a290c31e1 [2020-10-12T04:14:04.631Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T04:14:04.631Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:14:04.631Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-12T04:14:04.631Z] ---> 919a290c31e1 [2020-10-12T04:14:04.631Z] Step 3/29 : WORKDIR /edgex-go [2020-10-12T04:14:04.631Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:14:04.631Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:14:04.631Z] ---> 919a290c31e1 [2020-10-12T04:14:04.631Z] Step 3/20 : WORKDIR /edgex-go [2020-10-12T04:14:04.631Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:14:04.631Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:14:04.631Z] ---> 919a290c31e1 [2020-10-12T04:14:04.631Z] Step 3/23 : WORKDIR /edgex-go [2020-10-12T04:14:04.631Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:14:04.631Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:14:04.631Z] ---> 919a290c31e1 [2020-10-12T04:14:04.631Z] Step 3/21 : WORKDIR /edgex-go [2020-10-12T04:14:04.631Z] ---> Running in e09347b0ce87 [2020-10-12T04:14:04.631Z] ---> Running in 48c41011c719 [2020-10-12T04:14:04.631Z] ---> Running in e06335fa32b4 [2020-10-12T04:14:04.631Z] ---> Running in 157740c998f2 [2020-10-12T04:14:04.631Z] ---> Running in 9f6a935f1207 [2020-10-12T04:14:04.898Z] Removing intermediate container 48c41011c719 [2020-10-12T04:14:04.898Z] ---> b5f39f59fad4 [2020-10-12T04:14:04.898Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:14:04.898Z] Removing intermediate container 9f6a935f1207 [2020-10-12T04:14:04.898Z] ---> 4e61518096fe [2020-10-12T04:14:04.898Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:14:05.162Z] Removing intermediate container 157740c998f2 [2020-10-12T04:14:05.162Z] ---> 29dde0c41012 [2020-10-12T04:14:05.162Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:14:05.162Z] Removing intermediate container e06335fa32b4 [2020-10-12T04:14:05.162Z] ---> ed54e05033e4 [2020-10-12T04:14:05.162Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:14:05.162Z] ---> Running in 29e240d97a19 [2020-10-12T04:14:05.162Z] ---> Running in ded766736f0b [2020-10-12T04:14:05.162Z] Removing intermediate container e09347b0ce87 [2020-10-12T04:14:05.162Z] ---> a402551dfa85 [2020-10-12T04:14:05.162Z] Step 4/29 : RUN apk update && apk add make git [2020-10-12T04:14:05.162Z] ---> Running in d5db7e8813f8 [2020-10-12T04:14:05.162Z] ---> Running in 7268f01306c3 [2020-10-12T04:14:05.425Z] ---> Running in 2f2c6920202e [2020-10-12T04:14:06.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:14:07.100Z] Removing intermediate container ded766736f0b [2020-10-12T04:14:07.100Z] ---> ac27c1dcf37e [2020-10-12T04:14:07.100Z] Step 5/21 : RUN apk update && apk add make git [2020-10-12T04:14:07.100Z] Removing intermediate container 29e240d97a19 [2020-10-12T04:14:07.100Z] ---> d9ce3dfda0bd [2020-10-12T04:14:07.100Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-12T04:14:07.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:14:07.364Z] ---> Running in b96a25d79b7f [2020-10-12T04:14:07.364Z] ---> Running in 729d07dbefd1 [2020-10-12T04:14:07.364Z] Removing intermediate container d5db7e8813f8 [2020-10-12T04:14:07.364Z] ---> af2603c34c73 [2020-10-12T04:14:07.364Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T04:14:07.364Z] Removing intermediate container 7268f01306c3 [2020-10-12T04:14:07.364Z] ---> 3d6aa3339b59 [2020-10-12T04:14:07.364Z] Step 5/20 : RUN apk update && apk add make git [2020-10-12T04:14:07.637Z] ---> Running in c84bdac03453 [2020-10-12T04:14:07.637Z] ---> Running in 063ef348083e [2020-10-12T04:14:07.637Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:14:07.637Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:14:07.637Z] OK: 12752 distinct packages available [2020-10-12T04:14:07.900Z] OK: 233 MiB in 51 packages [2020-10-12T04:14:08.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:14:08.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:14:08.696Z] Removing intermediate container 2f2c6920202e [2020-10-12T04:14:08.696Z] ---> bc63c22b24c9 [2020-10-12T04:14:08.696Z] Step 5/29 : COPY go.mod . [2020-10-12T04:14:08.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:14:08.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:14:08.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:14:08.958Z] ---> fa2370f1000c [2020-10-12T04:14:08.958Z] Step 6/29 : RUN go mod download [2020-10-12T04:14:08.958Z] ---> Running in 70c3be2ac4c0 [2020-10-12T04:14:08.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:14:09.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:14:09.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:14:09.220Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:14:09.220Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:14:09.220Z] OK: 12752 distinct packages available [2020-10-12T04:14:09.490Z] OK: 233 MiB in 51 packages [2020-10-12T04:14:09.763Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:14:09.764Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:14:09.764Z] OK: 12752 distinct packages available [2020-10-12T04:14:09.764Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:14:09.764Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:14:09.764Z] OK: 12752 distinct packages available [2020-10-12T04:14:09.764Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:14:09.764Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:14:09.764Z] OK: 12752 distinct packages available [2020-10-12T04:14:10.029Z] OK: 233 MiB in 51 packages [2020-10-12T04:14:10.029Z] OK: 233 MiB in 51 packages [2020-10-12T04:14:10.029Z] OK: 233 MiB in 51 packages [2020-10-12T04:14:10.294Z] Removing intermediate container b96a25d79b7f [2020-10-12T04:14:10.294Z] ---> c3cb97cef397 [2020-10-12T04:14:10.294Z] Step 6/21 : COPY go.mod . [2020-10-12T04:14:10.557Z] ---> 3ff3f6e099da [2020-10-12T04:14:10.557Z] Step 7/21 : RUN go mod download [2020-10-12T04:14:10.820Z] Removing intermediate container 729d07dbefd1 [2020-10-12T04:14:10.820Z] ---> cf9a5632bcfa [2020-10-12T04:14:10.820Z] Step 6/23 : COPY go.mod . [2020-10-12T04:14:10.820Z] ---> Running in e4b4f7940d6d [2020-10-12T04:14:11.086Z] Removing intermediate container 063ef348083e [2020-10-12T04:14:11.086Z] ---> 52f78365ed0e [2020-10-12T04:14:11.086Z] Step 6/20 : COPY go.mod . [2020-10-12T04:14:11.349Z] Removing intermediate container 70c3be2ac4c0 [2020-10-12T04:14:11.349Z] ---> 8bc8b0e97122 [2020-10-12T04:14:11.349Z] Step 7/29 : COPY . . [2020-10-12T04:14:11.349Z] ---> cc1a2e3bbc55 [2020-10-12T04:14:11.349Z] Step 7/23 : RUN go mod download [2020-10-12T04:14:11.349Z] Removing intermediate container c84bdac03453 [2020-10-12T04:14:11.349Z] ---> 0f1106b00101 [2020-10-12T04:14:11.349Z] Step 6/22 : COPY go.mod . [2020-10-12T04:14:11.349Z] ---> 57936f54a019 [2020-10-12T04:14:11.349Z] Step 7/20 : RUN go mod download [2020-10-12T04:14:11.349Z] ---> Running in 793df57da6b8 [2020-10-12T04:14:12.305Z] ---> Running in 5f611319f389 [2020-10-12T04:14:12.583Z] ---> 6510a912c11a [2020-10-12T04:14:12.846Z] Step 7/22 : RUN go mod download [2020-10-12T04:14:17.079Z] ---> Running in a03bef48bcd5 [2020-10-12T04:14:18.044Z] Removing intermediate container e4b4f7940d6d [2020-10-12T04:14:18.044Z] ---> b3e0f1b975b7 [2020-10-12T04:14:18.044Z] Step 8/21 : COPY . . [2020-10-12T04:14:23.370Z] Removing intermediate container 793df57da6b8 [2020-10-12T04:14:23.370Z] ---> eefb984a2255 [2020-10-12T04:14:23.370Z] Step 8/23 : COPY . . [2020-10-12T04:14:28.699Z] ---> d424f5fc9652 [2020-10-12T04:14:28.699Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-12T04:14:28.973Z] Removing intermediate container 5f611319f389 [2020-10-12T04:14:28.973Z] ---> 0038b4b51aca [2020-10-12T04:14:28.973Z] Step 8/20 : COPY . . [2020-10-12T04:14:28.973Z] Removing intermediate container a03bef48bcd5 [2020-10-12T04:14:28.973Z] ---> 25fb3ff192db [2020-10-12T04:14:28.973Z] Step 8/22 : COPY . . [2020-10-12T04:14:30.803Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4705 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-12T04:14:30.862Z] Running in /w/workspace/edgex-go/177 [Pipeline] { [Pipeline] checkout [2020-10-12T04:14:31.031Z] ---> Running in 9f06a7f0a953 [2020-10-12T04:14:36.207Z] using credential edgex-jenkins-ssh [2020-10-12T04:14:36.270Z] Cloning the remote Git repository [2020-10-12T04:14:36.336Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-12T04:14:36.453Z] > git init /w/workspace/edgex-go/177 # timeout=10 [2020-10-12T04:14:36.541Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-12T04:14:36.542Z] > git --version # timeout=10 [2020-10-12T04:14:36.564Z] > git --version # 'git version 2.17.1' [2020-10-12T04:14:36.566Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T04:14:36.638Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T04:14:41.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-12T04:14:43.707Z] ---> dac200934466 [2020-10-12T04:14:43.707Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-12T04:14:45.696Z] ---> Running in bf4dc23784bb [2020-10-12T04:14:47.644Z] ---> 1e9e036d2898 [2020-10-12T04:14:47.645Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-12T04:14:49.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-12T04:14:49.054Z] ---> Running in b94caaeacfd3 [2020-10-12T04:14:50.485Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/core-data/core-data ./cmd/core-data [2020-10-12T04:14:51.103Z] ---> af8c8ff98f32 [2020-10-12T04:14:51.103Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-12T04:14:51.103Z] ---> 9450139fbe73 [2020-10-12T04:14:51.103Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-12T04:14:51.103Z] ---> Running in c19918ba997a [2020-10-12T04:14:51.103Z] ---> Running in eba41e6027d3 [2020-10-12T04:14:52.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-12T04:14:52.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-12T04:15:01.602Z] Checking out Revision ec630328e1e51561b3c1fd19dbeb469b0362b87f (master) [2020-10-12T04:15:00.823Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-12T04:15:00.842Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T04:15:00.868Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-12T04:15:00.905Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-12T04:15:00.906Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T04:15:00.916Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-12T04:15:01.630Z] > git config core.sparsecheckout # timeout=10 [2020-10-12T04:15:01.655Z] > git checkout -f ec630328e1e51561b3c1fd19dbeb469b0362b87f # timeout=10 [2020-10-12T04:15:04.958Z] Removing intermediate container 9f06a7f0a953 [2020-10-12T04:15:04.958Z] ---> 7a42925dbae6 [2020-10-12T04:15:04.958Z] [2020-10-12T04:15:04.958Z] Step 9/29 : FROM alpine:latest [2020-10-12T04:15:04.958Z] latest: Pulling from library/alpine [2020-10-12T04:15:04.958Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-12T04:15:04.958Z] Status: Downloaded newer image for alpine:latest [2020-10-12T04:15:04.958Z] ---> a24bb4013296 [2020-10-12T04:15:04.958Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-12T04:15:05.236Z] ---> Running in d566eb6e6451 [2020-10-12T04:15:06.223Z] Removing intermediate container d566eb6e6451 [2020-10-12T04:15:06.223Z] ---> d50c83fdc615 [2020-10-12T04:15:06.223Z] Step 11/29 : USER root [2020-10-12T04:15:06.223Z] ---> Running in 888b4ac3eb5e [2020-10-12T04:15:06.223Z] Removing intermediate container 888b4ac3eb5e [2020-10-12T04:15:06.223Z] ---> 45959444dc80 [2020-10-12T04:15:06.223Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-12T04:15:06.509Z] ---> Running in 33f9654eb367 [2020-10-12T04:15:06.921Z] Commit message: "Merge pull request #2779 from cloudxxx8/issue-2769" [Pipeline] withEnv [Pipeline] { [2020-10-12T04:15:07.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:15:07.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-12T04:15:07.759Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:15:07.759Z] v3.12.0-382-g904dd561a5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:15:07.759Z] OK: 12750 distinct packages available [2020-10-12T04:15:08.031Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-12T04:15:08.031Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-12T04:15:08.031Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:15:08.031Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T04:15:08.331Z] OK: 6 MiB in 16 packages [2020-10-12T04:15:10.402Z] Removing intermediate container 33f9654eb367 [2020-10-12T04:15:10.402Z] ---> d688de40652f [2020-10-12T04:15:10.402Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-12T04:15:10.402Z] ---> Running in 36b8c7f4d7ef [2020-10-12T04:15:10.402Z] Removing intermediate container 36b8c7f4d7ef [2020-10-12T04:15:10.402Z] ---> 189e3baee83d [2020-10-12T04:15:10.402Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-12T04:15:10.691Z] ---> Running in b1e54b203f9b [2020-10-12T04:15:11.008Z] Removing intermediate container b1e54b203f9b [2020-10-12T04:15:11.008Z] ---> 0a89059e4d34 [2020-10-12T04:15:11.008Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-12T04:15:11.008Z] ---> Running in f3add9b25a68 [2020-10-12T04:15:13.129Z] Removing intermediate container f3add9b25a68 [2020-10-12T04:15:13.129Z] ---> 8a135c9e3b32 [2020-10-12T04:15:13.129Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-12T04:15:13.790Z] ---> b764b668d1d9 [2020-10-12T04:15:13.790Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-12T04:15:14.848Z] ---> eee5ce48e78b [2020-10-12T04:15:14.848Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-12T04:15:15.155Z] ---> 64e335c68e42 [2020-10-12T04:15:15.155Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-12T04:15:16.151Z] ---> 0667fe6ce11c [2020-10-12T04:15:16.151Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-12T04:15:16.789Z] ---> 52b551e76731 [2020-10-12T04:15:16.789Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-12T04:15:16.789Z] ---> Running in 96331f8ba82e [Pipeline] echo [2020-10-12T04:15:19.823Z] ========================================================= [2020-10-12T04:15:19.823Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-12T04:15:19.823Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:15:20.869Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-12T04:15:21.238Z] Removing intermediate container 96331f8ba82e [2020-10-12T04:15:21.238Z] ---> 038505fdb624 [2020-10-12T04:15:21.238Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T04:15:21.841Z] Removing intermediate container c19918ba997a [2020-10-12T04:15:21.841Z] ---> 3add02d02464 [2020-10-12T04:15:21.841Z] [2020-10-12T04:15:21.841Z] Step 10/20 : FROM alpine [2020-10-12T04:15:21.841Z] ---> a24bb4013296 [2020-10-12T04:15:21.841Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-12T04:15:22.439Z] ---> f09d6cf7f1bf [2020-10-12T04:15:22.439Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T04:15:23.022Z] ---> Running in 2b35a67ff2a2 [2020-10-12T04:15:23.600Z] ---> Running in ad0efbbd32f6 [2020-10-12T04:15:24.184Z] Removing intermediate container bf4dc23784bb [2020-10-12T04:15:24.184Z] ---> 5ce754e640db [2020-10-12T04:15:24.184Z] [2020-10-12T04:15:24.184Z] Step 10/21 : FROM scratch [2020-10-12T04:15:24.185Z] ---> [2020-10-12T04:15:24.185Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T04:15:25.228Z] Sending build context to Docker daemon 324.9MB [2020-10-12T04:15:25.228Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-12T04:15:25.228Z] Step 2/7 : FROM ${BASE} [2020-10-12T04:15:25.228Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-12T04:15:25.228Z] b538f80385f9: Pulling fs layer [2020-10-12T04:15:25.228Z] 74f711af9a0d: Pulling fs layer [2020-10-12T04:15:25.228Z] 99f96fe45779: Pulling fs layer [2020-10-12T04:15:25.228Z] 8529a6b9a6be: Pulling fs layer [2020-10-12T04:15:25.228Z] 45590311c82a: Pulling fs layer [2020-10-12T04:15:25.228Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-12T04:15:25.228Z] 209524e5b208: Pulling fs layer [2020-10-12T04:15:25.228Z] 8529a6b9a6be: Waiting [2020-10-12T04:15:25.228Z] 45590311c82a: Waiting [2020-10-12T04:15:25.228Z] 69ca0ff8b7b3: Waiting [2020-10-12T04:15:25.228Z] 209524e5b208: Waiting [2020-10-12T04:15:25.228Z] 99f96fe45779: Verifying Checksum [2020-10-12T04:15:25.228Z] 99f96fe45779: Download complete [2020-10-12T04:15:25.228Z] 74f711af9a0d: Download complete [2020-10-12T04:15:25.228Z] 45590311c82a: Verifying Checksum [2020-10-12T04:15:25.228Z] 45590311c82a: Download complete [2020-10-12T04:15:25.228Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-12T04:15:25.228Z] 69ca0ff8b7b3: Download complete [2020-10-12T04:15:25.228Z] b538f80385f9: Download complete [2020-10-12T04:15:25.834Z] b538f80385f9: Pull complete [2020-10-12T04:15:26.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:15:26.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:15:26.382Z] ---> Running in d072e56d8bda [2020-10-12T04:15:26.446Z] 74f711af9a0d: Pull complete [2020-10-12T04:15:26.654Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:15:26.654Z] v3.12.0-382-g904dd561a5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:15:26.654Z] OK: 12750 distinct packages available [2020-10-12T04:15:26.654Z] Removing intermediate container d072e56d8bda [2020-10-12T04:15:26.654Z] ---> 0920e4e6bbbe [2020-10-12T04:15:26.654Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-12T04:15:26.725Z] 99f96fe45779: Pull complete [2020-10-12T04:15:26.924Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-12T04:15:26.924Z] ---> Running in eae25291a57b [2020-10-12T04:15:26.925Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T04:15:26.925Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-12T04:15:26.925Z] (4/4) Installing curl (7.69.1-r1) [2020-10-12T04:15:26.925Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:15:26.925Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T04:15:26.925Z] OK: 7 MiB in 18 packages [2020-10-12T04:15:28.174Z] 209524e5b208: Download complete [2020-10-12T04:15:28.414Z] Removing intermediate container ad0efbbd32f6 [2020-10-12T04:15:28.414Z] ---> 6cae67e898b4 [2020-10-12T04:15:28.414Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-12T04:15:29.077Z] Removing intermediate container eae25291a57b [2020-10-12T04:15:29.077Z] ---> 0dd78bb50bf9 [2020-10-12T04:15:29.077Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-12T04:15:29.618Z] 8529a6b9a6be: Verifying Checksum [2020-10-12T04:15:29.618Z] 8529a6b9a6be: Download complete [2020-10-12T04:15:31.059Z] ---> Running in 1f5ab758787c [2020-10-12T04:15:31.060Z] Removing intermediate container eba41e6027d3 [2020-10-12T04:15:31.060Z] ---> 6c808fbc7d4c [2020-10-12T04:15:31.060Z] [2020-10-12T04:15:31.060Z] Step 10/22 : FROM scratch [2020-10-12T04:15:31.060Z] ---> [2020-10-12T04:15:31.060Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T04:15:31.060Z] ---> Running in 23b993672924 [2020-10-12T04:15:31.060Z] ---> Using cache [2020-10-12T04:15:31.060Z] ---> 0920e4e6bbbe [2020-10-12T04:15:31.325Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-12T04:15:31.909Z] Removing intermediate container b94caaeacfd3 [2020-10-12T04:15:31.909Z] ---> c90b032ec21f [2020-10-12T04:15:31.909Z] [2020-10-12T04:15:31.909Z] Step 10/23 : FROM alpine [2020-10-12T04:15:31.909Z] Removing intermediate container 2b35a67ff2a2 [2020-10-12T04:15:31.909Z] ---> 8162eba1191d [2020-10-12T04:15:31.909Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T04:15:31.909Z] ---> a24bb4013296 [2020-10-12T04:15:31.909Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T04:15:31.909Z] ---> Running in 6997c7e02d7d [2020-10-12T04:15:31.909Z] Removing intermediate container 23b993672924 [2020-10-12T04:15:31.909Z] ---> 6e625310d553 [2020-10-12T04:15:31.909Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-12T04:15:31.909Z] ---> Running in f05168f6a7f0 [2020-10-12T04:15:31.909Z] ---> Running in b8294560c1d1 [2020-10-12T04:15:32.176Z] Removing intermediate container 6997c7e02d7d [2020-10-12T04:15:32.176Z] ---> 54586a6c7e90 [2020-10-12T04:15:32.176Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T04:15:32.439Z] ---> Running in e9e46478cbaf [2020-10-12T04:15:32.439Z] ---> b9ba45f37dfa [2020-10-12T04:15:32.439Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-12T04:15:33.389Z] Removing intermediate container b8294560c1d1 [2020-10-12T04:15:33.389Z] ---> 1d5d2e4c11fa [2020-10-12T04:15:33.389Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-12T04:15:33.389Z] Removing intermediate container f05168f6a7f0 [2020-10-12T04:15:33.389Z] ---> 4e37c7d758fc [2020-10-12T04:15:33.389Z] Step 13/20 : WORKDIR /edgex [2020-10-12T04:15:33.389Z] Removing intermediate container e9e46478cbaf [2020-10-12T04:15:33.389Z] ---> f5961977955e [2020-10-12T04:15:33.389Z] Step 14/22 : WORKDIR / [2020-10-12T04:15:33.389Z] ---> Running in e471eb56f8da [2020-10-12T04:15:33.651Z] ---> Running in e6f2ea35a6ae [2020-10-12T04:15:33.651Z] ---> Running in e20faaf70dff [2020-10-12T04:15:33.651Z] ---> 1f5c88ff25e0 [2020-10-12T04:15:33.651Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-12T04:15:33.651Z] Removing intermediate container e471eb56f8da [2020-10-12T04:15:33.651Z] ---> 2a996d77bddf [2020-10-12T04:15:33.651Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-12T04:15:33.920Z] Removing intermediate container e6f2ea35a6ae [2020-10-12T04:15:33.920Z] ---> 49b94375788e [2020-10-12T04:15:33.920Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-12T04:15:33.920Z] ---> Running in be51269ca204 [2020-10-12T04:15:33.920Z] Removing intermediate container e20faaf70dff [2020-10-12T04:15:33.920Z] ---> cac998906051 [2020-10-12T04:15:33.920Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-12T04:15:34.189Z] ---> 8863d3f0afa4 [2020-10-12T04:15:34.189Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-12T04:15:34.189Z] Removing intermediate container 1f5ab758787c [2020-10-12T04:15:34.189Z] ---> 969e075ea1cd [2020-10-12T04:15:34.189Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T04:15:34.189Z] ---> Running in f543b323e4da [2020-10-12T04:15:34.189Z] ---> Running in 62a3614a64a8 [2020-10-12T04:15:34.470Z] ---> e009dbd596cd [2020-10-12T04:15:34.470Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-12T04:15:34.470Z] Removing intermediate container be51269ca204 [2020-10-12T04:15:34.470Z] ---> de536a2c227d [2020-10-12T04:15:34.470Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:15:34.470Z] ---> f570d649d6f2 [2020-10-12T04:15:34.470Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-12T04:15:34.470Z] ---> Running in a43e6ad55525 [2020-10-12T04:15:34.737Z] Removing intermediate container 62a3614a64a8 [2020-10-12T04:15:34.737Z] ---> a2dc74523d8b [2020-10-12T04:15:34.737Z] Step 26/29 : CMD [ "generate" ] [2020-10-12T04:15:34.737Z] Removing intermediate container f543b323e4da [2020-10-12T04:15:34.737Z] ---> 6c4daeb7d2b8 [2020-10-12T04:15:34.737Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:15:35.001Z] ---> Running in 17d40a5f3da8 [2020-10-12T04:15:35.001Z] ---> Running in a70bd650e59e [2020-10-12T04:15:35.263Z] ---> beaeaba22820 [2020-10-12T04:15:35.263Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-12T04:15:35.263Z] ---> 2270518f6a8e [2020-10-12T04:15:35.263Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-12T04:15:35.263Z] Removing intermediate container 17d40a5f3da8 [2020-10-12T04:15:35.263Z] ---> 912114b59f6e [2020-10-12T04:15:35.263Z] Step 27/29 : LABEL arch=x86_64 [2020-10-12T04:15:36.220Z] ---> Running in 3df4082b02fe [2020-10-12T04:15:36.220Z] ---> Running in 205e8cf9a4b1 [2020-10-12T04:15:36.220Z] Removing intermediate container a70bd650e59e [2020-10-12T04:15:36.220Z] ---> 1002a7c9f408 [2020-10-12T04:15:36.220Z] Step 19/21 : LABEL arch=x86_64 [2020-10-12T04:15:36.220Z] ---> 2e235867b88a [2020-10-12T04:15:36.220Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-12T04:15:36.220Z] ---> Running in f0205d102fc8 [2020-10-12T04:15:36.482Z] ---> Running in a4fed4e60287 [2020-10-12T04:15:36.482Z] Removing intermediate container 3df4082b02fe [2020-10-12T04:15:36.482Z] ---> e679f194b074 [2020-10-12T04:15:36.482Z] Step 17/20 : CMD ["--init=true"] [2020-10-12T04:15:36.482Z] Removing intermediate container 205e8cf9a4b1 [2020-10-12T04:15:36.482Z] ---> bdc510309c38 [2020-10-12T04:15:36.482Z] Step 28/29 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:15:36.745Z] Removing intermediate container f0205d102fc8 [2020-10-12T04:15:36.745Z] ---> ffd834a09408 [2020-10-12T04:15:36.745Z] Step 20/21 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:15:36.745Z] ---> Running in 3b89cab67763 [2020-10-12T04:15:36.745Z] ---> Running in e739ab5a8581 [2020-10-12T04:15:36.745Z] Removing intermediate container a4fed4e60287 [2020-10-12T04:15:36.745Z] ---> a0520bf4390d [2020-10-12T04:15:36.745Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:15:36.745Z] Removing intermediate container a43e6ad55525 [2020-10-12T04:15:36.745Z] ---> db677fb9d95e [2020-10-12T04:15:36.745Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-12T04:15:37.016Z] ---> Running in b3d0113eba88 [2020-10-12T04:15:37.017Z] ---> Running in 7db84d8d04c8 [2020-10-12T04:15:37.017Z] ---> Running in 1d217a335240 [2020-10-12T04:15:37.282Z] Removing intermediate container 3b89cab67763 [2020-10-12T04:15:37.282Z] ---> 45120c442029 [2020-10-12T04:15:37.282Z] Step 18/20 : LABEL arch=x86_64 [2020-10-12T04:15:37.282Z] Removing intermediate container e739ab5a8581 [2020-10-12T04:15:37.282Z] ---> edadd380d618 [2020-10-12T04:15:37.282Z] Step 29/29 : LABEL version=1.2.2-dev.62 [2020-10-12T04:15:37.547Z] ---> Running in 43a3329a31ca [2020-10-12T04:15:37.547Z] ---> Running in 3490255bad8b [2020-10-12T04:15:37.547Z] Removing intermediate container b3d0113eba88 [2020-10-12T04:15:37.547Z] ---> 29ab9e95c51d [2020-10-12T04:15:37.547Z] Step 21/21 : LABEL version=1.2.2-dev.62 [2020-10-12T04:15:37.809Z] Removing intermediate container 7db84d8d04c8 [2020-10-12T04:15:37.809Z] ---> 02d79a52cc68 [2020-10-12T04:15:37.809Z] Step 20/22 : LABEL arch=x86_64 [2020-10-12T04:15:37.809Z] ---> Running in 7039291bbc5b [2020-10-12T04:15:37.809Z] ---> Running in 934d3c7d0ee0 [2020-10-12T04:15:37.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:15:38.077Z] Removing intermediate container 43a3329a31ca [2020-10-12T04:15:38.077Z] ---> 6e235f4b1c31 [2020-10-12T04:15:38.077Z] Step 19/20 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:15:38.077Z] Removing intermediate container 3490255bad8b [2020-10-12T04:15:38.077Z] ---> a7b26201af88 [2020-10-12T04:15:38.077Z] [2020-10-12T04:15:38.077Z] ---> Running in 0b9c4898212f [2020-10-12T04:15:38.342Z] Removing intermediate container 7039291bbc5b [2020-10-12T04:15:38.342Z] ---> 381eaaaac378 [2020-10-12T04:15:38.342Z] [2020-10-12T04:15:38.343Z] Successfully built a7b26201af88 [2020-10-12T04:15:38.343Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-12T04:15:38.343Z] Removing intermediate container 934d3c7d0ee0 [2020-10-12T04:15:38.343Z] ---> 1dfdee29fda2 [2020-10-12T04:15:38.343Z] Step 21/22 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:15:38.343Z] Building docker-support-logging-go [2020-10-12T04:15:38.343Z]  Building docker-security-secrets-setup-go ... done  ---> Running in e6f26eed2836 [2020-10-12T04:15:38.343Z] Successfully built 381eaaaac378 [2020-10-12T04:15:38.614Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-12T04:15:38.614Z] Building docker-support-notifications-go [2020-10-12T04:15:38.614Z]  Building docker-support-scheduler-go ... done Removing intermediate container 0b9c4898212f [2020-10-12T04:15:38.614Z] ---> 211d7398a48e [2020-10-12T04:15:38.614Z] Step 20/20 : LABEL version=1.2.2-dev.62 [2020-10-12T04:15:38.614Z] ---> Running in 79f455670d2d [2020-10-12T04:15:38.614Z] Removing intermediate container e6f26eed2836 [2020-10-12T04:15:38.614Z] ---> 5105b3297f5b [2020-10-12T04:15:38.614Z] Step 22/22 : LABEL version=1.2.2-dev.62 [2020-10-12T04:15:38.614Z] ---> Running in 432b723c2d56 [2020-10-12T04:15:38.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:15:38.878Z] Removing intermediate container 79f455670d2d [2020-10-12T04:15:38.878Z] ---> 5180a1d26516 [2020-10-12T04:15:38.878Z] [2020-10-12T04:15:38.878Z] Successfully built 5180a1d26516 [2020-10-12T04:15:38.878Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-12T04:15:38.878Z] Building docker-core-command-go [2020-10-12T04:15:39.144Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 432b723c2d56 [2020-10-12T04:15:39.144Z] ---> 2e1dffe1c76b [2020-10-12T04:15:39.144Z] [2020-10-12T04:15:39.144Z] Successfully built 2e1dffe1c76b [2020-10-12T04:15:39.411Z] Successfully tagged docker-core-metadata-go:latest [2020-10-12T04:15:39.411Z] Building docker-sys-mgmt-agent-go [2020-10-12T04:15:39.411Z]  Building docker-core-metadata-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-10-12T04:15:39.411Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-12T04:15:39.681Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-12T04:15:39.808Z] 8529a6b9a6be: Pull complete [2020-10-12T04:15:39.808Z] 45590311c82a: Pull complete [2020-10-12T04:15:39.808Z] 69ca0ff8b7b3: Pull complete [2020-10-12T04:15:39.950Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-12T04:15:40.901Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-12T04:15:40.901Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:15:41.167Z] OK: 8 MiB in 19 packages [2020-10-12T04:15:44.126Z] 209524e5b208: Pull complete [2020-10-12T04:15:44.126Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-12T04:15:44.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-12T04:15:44.126Z] ---> 5bddaf1c2fca [2020-10-12T04:15:44.126Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-12T04:15:45.396Z] Removing intermediate container 1d217a335240 [2020-10-12T04:15:45.396Z] ---> cac1fe29d0ee [2020-10-12T04:15:45.396Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-12T04:15:45.661Z] ---> a54cc9bff28f [2020-10-12T04:15:45.661Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-12T04:15:46.616Z] ---> f837851eb086 [2020-10-12T04:15:46.616Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-12T04:15:46.892Z] ---> c6941bfdffab [2020-10-12T04:15:46.892Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-12T04:15:46.892Z] ---> Running in f883aef0f693 [2020-10-12T04:15:47.526Z] ---> Running in 901a65644141 [2020-10-12T04:15:48.303Z] Removing intermediate container f883aef0f693 [2020-10-12T04:15:48.303Z] ---> ac810744b276 [2020-10-12T04:15:48.303Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:15:48.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:15:49.268Z] ---> Running in 9d5e87b1dad2 [2020-10-12T04:15:49.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:15:49.883Z] Removing intermediate container 9d5e87b1dad2 [2020-10-12T04:15:49.883Z] ---> 55820b5d3c3c [2020-10-12T04:15:49.883Z] Step 21/23 : LABEL arch=x86_64 [2020-10-12T04:15:50.079Z] (1/12) Installing libmagic (5.38-r0) [2020-10-12T04:15:50.354Z] (2/12) Installing file (5.38-r0) [2020-10-12T04:15:50.354Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-12T04:15:50.354Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-12T04:15:50.856Z] ---> Running in b3ed8b02d16a [2020-10-12T04:15:51.840Z] Removing intermediate container b3ed8b02d16a [2020-10-12T04:15:51.840Z] ---> bc20c64b40ed [2020-10-12T04:15:51.840Z] Step 22/23 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:15:52.109Z] ---> Running in b500e06d9557 [2020-10-12T04:15:53.087Z] Removing intermediate container b500e06d9557 [2020-10-12T04:15:53.087Z] ---> ab0c439bc2b4 [2020-10-12T04:15:53.087Z] Step 23/23 : LABEL version=1.2.2-dev.62 [2020-10-12T04:15:55.759Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-12T04:15:55.759Z] (6/12) Installing patch (2.7.6-r6) [2020-10-12T04:15:55.759Z] (7/12) Installing build-base (0.5-r2) [2020-10-12T04:15:55.759Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-12T04:15:55.759Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-12T04:15:56.030Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-12T04:15:56.030Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-12T04:15:56.307Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-12T04:15:56.582Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:15:56.582Z] OK: 217 MiB in 51 packages [2020-10-12T04:15:57.344Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:15:57.344Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:15:57.344Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:15:57.345Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:15:57.345Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:15:57.345Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:15:57.345Z] ---> 919a290c31e1 [2020-10-12T04:15:57.345Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T04:15:57.345Z] ---> 919a290c31e1 [2020-10-12T04:15:57.345Z] Step 3/27 : WORKDIR /edgex-go ---> 919a290c31e1 [2020-10-12T04:15:57.345Z] [2020-10-12T04:15:57.345Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T04:15:57.345Z] ---> Using cache [2020-10-12T04:15:57.345Z] ---> a402551dfa85 [2020-10-12T04:15:57.345Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache [2020-10-12T04:15:57.345Z] ---> a402551dfa85 [2020-10-12T04:15:57.345Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:15:57.345Z] [2020-10-12T04:15:57.345Z] ---> Using cache [2020-10-12T04:15:57.345Z] ---> a402551dfa85 [2020-10-12T04:15:57.345Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:15:57.918Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:15:57.918Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:15:57.918Z] ---> 919a290c31e1 [2020-10-12T04:15:57.918Z] Step 3/24 : WORKDIR /edgex-go [2020-10-12T04:15:57.918Z] ---> Using cache [2020-10-12T04:15:57.918Z] ---> a402551dfa85 [2020-10-12T04:15:57.918Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:15:58.183Z] ---> Running in de471c0fea94 [2020-10-12T04:15:58.183Z] ---> Running in 11850d6ecf18 [2020-10-12T04:15:58.183Z] ---> Running in d36da5e14162 [2020-10-12T04:15:58.183Z] ---> Running in d3e9f405b63f [2020-10-12T04:15:58.183Z] ---> Running in fc7a746b2236 [2020-10-12T04:15:58.448Z] Removing intermediate container de471c0fea94 [2020-10-12T04:15:58.448Z] ---> 9960a5066fd1 [2020-10-12T04:15:58.448Z] [2020-10-12T04:15:58.718Z] Successfully built 9960a5066fd1 [2020-10-12T04:15:58.718Z] Successfully tagged docker-core-data-go:latest [2020-10-12T04:15:58.718Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2020-10-12T04:16:00.904Z] Removing intermediate container 901a65644141 [2020-10-12T04:16:00.904Z] ---> 959ac26bc648 [2020-10-12T04:16:00.904Z] Step 4/7 : WORKDIR /edgex-go [2020-10-12T04:16:00.904Z] ---> Running in 81febb5cb3c7 [2020-10-12T04:16:01.180Z] Removing intermediate container 81febb5cb3c7 [2020-10-12T04:16:01.180Z] ---> c386286677df [2020-10-12T04:16:01.180Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-12T04:16:01.457Z] latest: Pulling from library/docker [2020-10-12T04:16:01.457Z] b538f80385f9: Already exists [2020-10-12T04:16:01.457Z] 259a493cd78d: Pulling fs layer [2020-10-12T04:16:01.457Z] b8e66b5100f5: Pulling fs layer [2020-10-12T04:16:01.457Z] 7f8258a56ab6: Pulling fs layer [2020-10-12T04:16:01.457Z] 75a0a0ebb566: Pulling fs layer [2020-10-12T04:16:01.457Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-12T04:16:01.457Z] 294320357d30: Pulling fs layer [2020-10-12T04:16:01.457Z] 75a0a0ebb566: Waiting [2020-10-12T04:16:01.457Z] 4a2c62f0a2a3: Waiting [2020-10-12T04:16:01.457Z] 294320357d30: Waiting [2020-10-12T04:16:01.735Z] b8e66b5100f5: Verifying Checksum [2020-10-12T04:16:01.735Z] b8e66b5100f5: Download complete [2020-10-12T04:16:01.735Z] 259a493cd78d: Verifying Checksum [2020-10-12T04:16:01.735Z] 259a493cd78d: Download complete [2020-10-12T04:16:01.735Z] 75a0a0ebb566: Verifying Checksum [2020-10-12T04:16:01.735Z] 75a0a0ebb566: Download complete [2020-10-12T04:16:01.735Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-12T04:16:01.735Z] 4a2c62f0a2a3: Download complete [2020-10-12T04:16:02.019Z] 294320357d30: Verifying Checksum [2020-10-12T04:16:02.019Z] 294320357d30: Download complete [2020-10-12T04:16:02.055Z] Removing intermediate container 11850d6ecf18 [2020-10-12T04:16:02.055Z] ---> c66cb5051d30 [2020-10-12T04:16:02.056Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-12T04:16:02.318Z] Removing intermediate container fc7a746b2236 [2020-10-12T04:16:02.318Z] ---> d3dcc7cb7356 [2020-10-12T04:16:02.318Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T04:16:02.318Z] ---> Running in ec841d3c7b0f [2020-10-12T04:16:02.626Z] 259a493cd78d: Pull complete [2020-10-12T04:16:02.925Z] b8e66b5100f5: Pull complete [2020-10-12T04:16:03.200Z] 7f8258a56ab6: Verifying Checksum [2020-10-12T04:16:03.200Z] 7f8258a56ab6: Download complete [2020-10-12T04:16:03.279Z] Removing intermediate container d36da5e14162 [2020-10-12T04:16:03.279Z] ---> 1de536af702c [2020-10-12T04:16:03.279Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-12T04:16:04.234Z] Removing intermediate container d3e9f405b63f [2020-10-12T04:16:04.234Z] ---> 2c4740d8e583 [2020-10-12T04:16:04.234Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-12T04:16:04.234Z] ---> Running in a834db711425 [2020-10-12T04:16:05.184Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:16:05.184Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:16:05.184Z] ---> 919a290c31e1 [2020-10-12T04:16:05.184Z] Step 3/26 : WORKDIR /edgex-go [2020-10-12T04:16:05.184Z] ---> Using cache [2020-10-12T04:16:05.184Z] ---> a402551dfa85 [2020-10-12T04:16:05.184Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:16:05.184Z] ---> Using cache [2020-10-12T04:16:05.184Z] ---> 2c4740d8e583 [2020-10-12T04:16:05.184Z] Step 5/26 : RUN apk update && apk add make git [2020-10-12T04:16:05.184Z] ---> Running in 2d3c485cc1c9 [2020-10-12T04:16:06.293Z] ---> Running in 4d086380c785 [2020-10-12T04:16:06.293Z] ---> Running in 1160ecedec29 [2020-10-12T04:16:06.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:16:06.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:16:06.603Z] 7f8258a56ab6: Pull complete [2020-10-12T04:16:06.603Z] 75a0a0ebb566: Pull complete [2020-10-12T04:16:06.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:16:06.877Z] 4a2c62f0a2a3: Pull complete [2020-10-12T04:16:07.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:16:07.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:16:07.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:16:07.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:16:07.483Z] 294320357d30: Pull complete [2020-10-12T04:16:07.483Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-12T04:16:07.483Z] Status: Downloaded newer image for docker:latest [2020-10-12T04:16:07.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:16:07.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:16:07.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:16:07.608Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:16:07.608Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:16:07.608Z] OK: 12752 distinct packages available [2020-10-12T04:16:07.872Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:16:07.872Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:16:07.872Z] OK: 12752 distinct packages available [2020-10-12T04:16:07.872Z] OK: 233 MiB in 51 packages [2020-10-12T04:16:08.144Z] OK: 233 MiB in 51 packages [2020-10-12T04:16:08.144Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:16:08.144Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:16:08.144Z] OK: 12752 distinct packages available [2020-10-12T04:16:08.419Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:16:08.419Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:16:08.419Z] OK: 12752 distinct packages available [2020-10-12T04:16:08.419Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:16:08.419Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:16:08.419Z] OK: 12752 distinct packages available [2020-10-12T04:16:08.419Z] OK: 233 MiB in 51 packages [2020-10-12T04:16:08.686Z] OK: 233 MiB in 51 packages [2020-10-12T04:16:08.686Z] OK: 233 MiB in 51 packages [2020-10-12T04:16:08.686Z] Removing intermediate container ec841d3c7b0f [2020-10-12T04:16:08.686Z] ---> d2bd13eca0c2 [2020-10-12T04:16:08.686Z] Step 6/27 : COPY go.mod . [2020-10-12T04:16:08.950Z] Removing intermediate container a834db711425 [2020-10-12T04:16:08.950Z] ---> 96432b3cbba5 [2020-10-12T04:16:08.950Z] Step 6/22 : COPY go.mod . [2020-10-12T04:16:08.950Z] OK: 233 MiB in 51 packages [2020-10-12T04:16:09.214Z] ---> c021a4f1c3ce [2020-10-12T04:16:09.214Z] Step 7/27 : RUN go mod download [2020-10-12T04:16:09.499Z] ---> Running in abf6f7881a8d [2020-10-12T04:16:09.499Z] ---> 1d3108ec2d30 [2020-10-12T04:16:09.499Z] Step 7/22 : RUN go mod download [2020-10-12T04:16:09.499Z] Removing intermediate container 2d3c485cc1c9 [2020-10-12T04:16:09.499Z] ---> 2cc33c68a1b0 [2020-10-12T04:16:09.499Z] Step 6/24 : COPY go.mod . [2020-10-12T04:16:09.808Z] ---> Running in 1beb4314fd1e [2020-10-12T04:16:09.808Z] Removing intermediate container 1160ecedec29 [2020-10-12T04:16:09.808Z] ---> 9be3c811b418 [2020-10-12T04:16:09.808Z] Step 6/26 : COPY go.mod . [2020-10-12T04:16:10.117Z] Removing intermediate container 4d086380c785 [2020-10-12T04:16:10.118Z] ---> d1a1b4d103a5 [2020-10-12T04:16:10.118Z] Step 6/22 : COPY go.mod . [2020-10-12T04:16:10.118Z] ---> f633376afd7d [2020-10-12T04:16:10.118Z] Step 7/24 : RUN go mod download [2020-10-12T04:16:10.405Z] ---> Running in fb766b692b3d [2020-10-12T04:16:10.405Z] ---> 8fcf86baa05a [2020-10-12T04:16:10.405Z] Step 7/26 : RUN go mod download [2020-10-12T04:16:10.405Z] ---> 849fbead0ce5 [2020-10-12T04:16:10.405Z] Step 7/22 : RUN go mod download [2020-10-12T04:16:10.688Z] ---> Running in a0c94872cb0c [2020-10-12T04:16:10.688Z] ---> Running in 3d81a4058a10 [2020-10-12T04:16:10.925Z] ---> f8923ed9d291 [2020-10-12T04:16:10.925Z] Step 6/7 : COPY go.mod . [2020-10-12T04:16:11.219Z] ---> 12461ff89c44 [2020-10-12T04:16:11.219Z] Step 7/7 : RUN go mod download [2020-10-12T04:16:11.515Z] ---> Running in 92327289977a [2020-10-12T04:16:11.706Z] Removing intermediate container abf6f7881a8d [2020-10-12T04:16:11.706Z] ---> c3031031aba2 [2020-10-12T04:16:11.706Z] Step 8/27 : COPY . . [2020-10-12T04:16:11.706Z] Removing intermediate container 1beb4314fd1e [2020-10-12T04:16:11.706Z] ---> 497f10fe673c [2020-10-12T04:16:11.706Z] Step 8/22 : COPY . . [2020-10-12T04:16:16.131Z] Removing intermediate container fb766b692b3d [2020-10-12T04:16:16.131Z] ---> e1920bde0bcc [2020-10-12T04:16:16.131Z] Step 8/24 : COPY . . [2020-10-12T04:16:16.728Z] Removing intermediate container a0c94872cb0c [2020-10-12T04:16:16.728Z] ---> 741f112faaf3 [2020-10-12T04:16:16.728Z] Step 8/26 : COPY . . [2020-10-12T04:16:21.096Z] Removing intermediate container 3d81a4058a10 [2020-10-12T04:16:21.096Z] ---> d690f64666ba [2020-10-12T04:16:21.096Z] Step 8/22 : COPY . . [2020-10-12T04:16:38.408Z] Removing intermediate container 92327289977a [2020-10-12T04:16:38.408Z] ---> fc1dec0c1048 [2020-10-12T04:16:38.408Z] Successfully built fc1dec0c1048 [2020-10-12T04:16:38.408Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:16:38.861Z] + docker inspect -f . ci-base-image-arm64 [2020-10-12T04:16:38.861Z] . [Pipeline] withDockerContainer [2020-10-12T04:16:39.117Z] prd-ubuntu18.04-docker-arm64-4c-16g-4705 does not seem to be running inside a container [2020-10-12T04:16:39.226Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-12T04:16:41.006Z] $ docker top 48734328dd3ef67b2590c7fcf51cbbc6cc716975b9d4d4bfc97dbc74c5195891 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T04:16:42.430Z] + go version [2020-10-12T04:16:42.430Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-12T04:16:42.460Z] $ docker stop --time=1 48734328dd3ef67b2590c7fcf51cbbc6cc716975b9d4d4bfc97dbc74c5195891 [2020-10-12T04:16:44.435Z] $ docker rm -f 48734328dd3ef67b2590c7fcf51cbbc6cc716975b9d4d4bfc97dbc74c5195891 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:16:45.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T04:16:45.686Z] [2020-10-12T04:16:45.686Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:16:46.343Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T04:16:46.343Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-12T04:16:46.343Z] 29e5d40040c1: Pulling fs layer [2020-10-12T04:16:46.343Z] 1ce36da41761: Pulling fs layer [2020-10-12T04:16:46.343Z] 25b303627fd3: Pulling fs layer [2020-10-12T04:16:46.945Z] 29e5d40040c1: Verifying Checksum [2020-10-12T04:16:46.945Z] 29e5d40040c1: Download complete [2020-10-12T04:16:47.219Z] 1ce36da41761: Verifying Checksum [2020-10-12T04:16:47.219Z] 1ce36da41761: Download complete [2020-10-12T04:16:47.496Z] 29e5d40040c1: Pull complete [2020-10-12T04:16:48.052Z] ---> 7160a4a511b4 [2020-10-12T04:16:48.052Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-12T04:16:48.052Z] ---> 4985f1e8cacb [2020-10-12T04:16:48.052Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-12T04:16:48.052Z] ---> Running in 33c3dbc7e829 [2020-10-12T04:16:48.052Z] ---> Running in 242edaf9930d [2020-10-12T04:16:48.052Z] ---> b470c51ea7da [2020-10-12T04:16:48.052Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-12T04:16:48.052Z] ---> 68e7b18ecf2f [2020-10-12T04:16:48.052Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-12T04:16:48.052Z] ---> Running in ab4773a548c7 [2020-10-12T04:16:48.052Z] ---> Running in 25093ea96049 [2020-10-12T04:16:48.052Z] ---> f14dc09eb1bd [2020-10-12T04:16:48.052Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-12T04:16:48.325Z] ---> Running in 5e92b6c8c329 [2020-10-12T04:16:48.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-12T04:16:48.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/core-command/core-command ./cmd/core-command [2020-10-12T04:16:48.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-12T04:16:48.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-12T04:16:48.948Z] 1ce36da41761: Pull complete [2020-10-12T04:16:48.948Z] 25b303627fd3: Verifying Checksum [2020-10-12T04:16:48.948Z] 25b303627fd3: Download complete [2020-10-12T04:16:49.143Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-12T04:16:59.239Z] 25b303627fd3: Pull complete [2020-10-12T04:16:59.239Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-12T04:16:59.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T04:16:59.239Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-12T04:16:59.489Z] prd-ubuntu18.04-docker-arm64-4c-16g-4705 does not seem to be running inside a container [2020-10-12T04:16:59.577Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-compose-arm64:latest cat [2020-10-12T04:17:02.691Z] $ docker top 8dcc688d774dc95820c28f48d278ad96cf1954aa646f714abdd0b7a8653e639f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T04:17:04.148Z] + grep parallel [2020-10-12T04:17:04.148Z] + docker-compose build --help [2020-10-12T04:17:07.531Z] --parallel Build images in parallel. [Pipeline] } [2020-10-12T04:17:07.561Z] $ docker stop --time=1 8dcc688d774dc95820c28f48d278ad96cf1954aa646f714abdd0b7a8653e639f [2020-10-12T04:17:09.509Z] $ docker rm -f 8dcc688d774dc95820c28f48d278ad96cf1954aa646f714abdd0b7a8653e639f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:17:10.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T04:17:10.369Z] . [Pipeline] withDockerContainer [2020-10-12T04:17:10.643Z] prd-ubuntu18.04-docker-arm64-4c-16g-4705 does not seem to be running inside a container [2020-10-12T04:17:10.745Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-12T04:17:12.185Z] $ docker top d364b8688f850a15978ff2135019e1c829bd7bc65e4ed37a95310b6726015d41 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T04:17:13.252Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-12T04:17:15.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-12T04:17:16.626Z] Building docker-core-command-go ... [2020-10-12T04:17:16.626Z] Building docker-core-data-go ... [2020-10-12T04:17:16.626Z] Building docker-core-metadata-go ... [2020-10-12T04:17:16.626Z] Building docker-security-proxy-setup-go ... [2020-10-12T04:17:16.626Z] Building docker-security-secrets-setup-go ... [2020-10-12T04:17:16.626Z] Building docker-security-secretstore-setup-go ... [2020-10-12T04:17:16.626Z] Building docker-support-logging-go ... [2020-10-12T04:17:16.626Z] Building docker-support-notifications-go ... [2020-10-12T04:17:16.626Z] Building docker-support-scheduler-go ... [2020-10-12T04:17:16.626Z] Building docker-sys-mgmt-agent-go ... [2020-10-12T04:17:16.626Z] Building docker-security-proxy-setup-go [2020-10-12T04:17:16.626Z] Building docker-support-notifications-go [2020-10-12T04:17:16.626Z] Building docker-sys-mgmt-agent-go [2020-10-12T04:17:16.626Z] Building docker-support-scheduler-go [2020-10-12T04:17:16.626Z] Building docker-core-metadata-go [2020-10-12T04:17:20.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-12T04:17:22.816Z] Removing intermediate container 5e92b6c8c329 [2020-10-12T04:17:22.816Z] ---> 460a30f3b2aa [2020-10-12T04:17:22.816Z] [2020-10-12T04:17:22.816Z] Step 10/22 : FROM scratch [2020-10-12T04:17:22.816Z] ---> [2020-10-12T04:17:22.816Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T04:17:22.816Z] Removing intermediate container 33c3dbc7e829 [2020-10-12T04:17:22.816Z] ---> ce82f2f4ed16 [2020-10-12T04:17:22.816Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-12T04:17:22.816Z] ---> Running in cf1ba3acada0 [2020-10-12T04:17:24.236Z] ---> Running in 46ca66da57e7 [2020-10-12T04:17:24.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-12T04:17:26.811Z] Removing intermediate container 46ca66da57e7 [2020-10-12T04:17:26.811Z] ---> 0d6d1691df59 [2020-10-12T04:17:26.811Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-12T04:17:26.811Z] Removing intermediate container 242edaf9930d [2020-10-12T04:17:26.811Z] ---> ef16fe2db3c2 [2020-10-12T04:17:26.811Z] [2020-10-12T04:17:26.811Z] Step 10/22 : FROM scratch [2020-10-12T04:17:26.811Z] ---> [2020-10-12T04:17:26.811Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T04:17:26.811Z] ---> Using cache [2020-10-12T04:17:26.811Z] ---> 0920e4e6bbbe [2020-10-12T04:17:26.811Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-12T04:17:26.811Z] ---> Running in b8b06f44b340 [2020-10-12T04:17:26.811Z] ---> Running in d93add160442 [2020-10-12T04:17:27.782Z] Removing intermediate container ab4773a548c7 [2020-10-12T04:17:27.782Z] ---> 5f0c8cdd744e [2020-10-12T04:17:27.782Z] [2020-10-12T04:17:27.782Z] Step 10/24 : FROM scratch [2020-10-12T04:17:27.782Z] ---> [2020-10-12T04:17:27.782Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T04:17:27.782Z] Removing intermediate container 25093ea96049 [2020-10-12T04:17:27.782Z] ---> 90e160666cda [2020-10-12T04:17:27.782Z] [2020-10-12T04:17:27.782Z] Step 10/26 : FROM alpine:3.10 [2020-10-12T04:17:27.782Z] ---> Using cache [2020-10-12T04:17:27.782Z] ---> 0d6d1691df59 [2020-10-12T04:17:27.782Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-12T04:17:27.782Z] Removing intermediate container b8b06f44b340 [2020-10-12T04:17:27.782Z] ---> 94cf0d5772c0 [2020-10-12T04:17:27.782Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T04:17:27.782Z] ---> Running in e19af5981335 [2020-10-12T04:17:27.782Z] Removing intermediate container d93add160442 [2020-10-12T04:17:27.782Z] ---> ef532fcdc8db [2020-10-12T04:17:27.782Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T04:17:27.782Z] 3.10: Pulling from library/alpine [2020-10-12T04:17:28.056Z] ---> Running in 0c436e1aa7c3 [2020-10-12T04:17:28.056Z] ---> Running in cfbf630d21bb [2020-10-12T04:17:28.056Z] Removing intermediate container e19af5981335 [2020-10-12T04:17:28.056Z] ---> a90075da5104 [2020-10-12T04:17:28.056Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-12T04:17:28.323Z] Removing intermediate container cf1ba3acada0 [2020-10-12T04:17:28.323Z] ---> 634cfb7ca7d5 [2020-10-12T04:17:28.323Z] [2020-10-12T04:17:28.323Z] Step 11/27 : FROM docker:latest [2020-10-12T04:17:28.323Z] ---> 809cc4dba987 [2020-10-12T04:17:28.323Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-12T04:17:28.323Z] ---> Running in aca86a0fdc17 [2020-10-12T04:17:28.323Z] Removing intermediate container 0c436e1aa7c3 [2020-10-12T04:17:28.323Z] ---> 3931c1b3737c [2020-10-12T04:17:28.323Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-12T04:17:28.323Z] Removing intermediate container cfbf630d21bb [2020-10-12T04:17:28.323Z] ---> 8be532b6853d [2020-10-12T04:17:28.323Z] Step 14/22 : WORKDIR / [2020-10-12T04:17:28.587Z] ---> Running in 2cc8b30aef3c [2020-10-12T04:17:28.861Z] ---> Running in 1c9ae77618b1 [2020-10-12T04:17:28.861Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-12T04:17:28.861Z] ---> fa2a0fd9d77c [2020-10-12T04:17:28.861Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-12T04:17:28.861Z] Removing intermediate container aca86a0fdc17 [2020-10-12T04:17:28.861Z] ---> efe5cce9518d [2020-10-12T04:17:28.861Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-12T04:17:28.861Z] Status: Downloaded newer image for alpine:3.10 [2020-10-12T04:17:28.861Z] ---> be4e4bea2c2e [2020-10-12T04:17:28.861Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-12T04:17:29.188Z] Removing intermediate container 1c9ae77618b1 [2020-10-12T04:17:29.189Z] ---> 63674ee891b7 [2020-10-12T04:17:29.189Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-12T04:17:29.189Z] ---> Running in ee80d7662fd3 [2020-10-12T04:17:29.517Z] ---> d35a58c61edd [2020-10-12T04:17:29.517Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-12T04:17:29.517Z] ---> 5f5b2fa2c074 [2020-10-12T04:17:29.517Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-12T04:17:29.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:17:29.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:17:29.813Z] (1/2) Installing readline (8.0.4-r0) [2020-10-12T04:17:29.813Z] (2/2) Installing bash (5.0.17-r0) [2020-10-12T04:17:29.813Z] Executing bash-5.0.17-r0.post-install [2020-10-12T04:17:29.813Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:17:29.813Z] OK: 12 MiB in 22 packages [2020-10-12T04:17:30.775Z] ---> 8cebba2c47a6 [2020-10-12T04:17:30.775Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-12T04:17:31.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:17:31.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:17:31.637Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-12T04:17:31.637Z] v3.10.5-97-gf39009a9b6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-12T04:17:31.637Z] OK: 10346 distinct packages available [2020-10-12T04:17:31.637Z] ---> 9bba60ce979f [2020-10-12T04:17:31.637Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-12T04:17:31.637Z] ---> e6cbdd9822d2 [2020-10-12T04:17:31.637Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-12T04:17:31.637Z] ---> 60e2a85dbea4 [2020-10-12T04:17:31.637Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-12T04:17:31.928Z] Removing intermediate container 2cc8b30aef3c [2020-10-12T04:17:31.928Z] ---> f2bf225ccc3f [2020-10-12T04:17:31.928Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-12T04:17:31.928Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-12T04:17:31.928Z] ---> Running in b163efeecd03 [2020-10-12T04:17:31.928Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-12T04:17:31.928Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-12T04:17:31.928Z] (4/5) Installing curl (7.66.0-r1) [2020-10-12T04:17:31.928Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-12T04:17:31.928Z] Executing busybox-1.30.1-r3.trigger [2020-10-12T04:17:31.929Z] Executing ca-certificates-20191127-r2.trigger [2020-10-12T04:17:32.197Z] OK: 7 MiB in 19 packages [2020-10-12T04:17:32.784Z] ---> 040dc7846ed8 [2020-10-12T04:17:32.784Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-12T04:17:32.784Z] ---> 0cf9d1e3dfb9 [2020-10-12T04:17:32.784Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-12T04:17:32.784Z] ---> Running in fe5b9b01fcbf [2020-10-12T04:17:32.784Z] ---> Running in 06d45db70668 [2020-10-12T04:17:33.049Z] ---> e1a3124f1c15 [2020-10-12T04:17:33.049Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-12T04:17:34.005Z] Removing intermediate container fe5b9b01fcbf [2020-10-12T04:17:34.005Z] ---> 0bfd79d33c6e [2020-10-12T04:17:34.005Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:17:34.005Z] Removing intermediate container 06d45db70668 [2020-10-12T04:17:34.005Z] ---> 6767cab38197 [2020-10-12T04:17:34.005Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:17:34.005Z] ---> be4f8514bdd9 [2020-10-12T04:17:34.005Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-12T04:17:34.005Z] Removing intermediate container ee80d7662fd3 [2020-10-12T04:17:34.005Z] ---> 04196cfca53b [2020-10-12T04:17:34.005Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T04:17:34.272Z] ---> Running in 3e0801a87d3e [2020-10-12T04:17:34.272Z] ---> Running in 5406df555b56 [2020-10-12T04:17:34.272Z] ---> Running in 85997522c73b [2020-10-12T04:17:34.272Z] Removing intermediate container b163efeecd03 [2020-10-12T04:17:34.272Z] ---> af52a89e2294 [2020-10-12T04:17:34.272Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-12T04:17:34.543Z] ---> Running in 8a2713cd5d8f [2020-10-12T04:17:34.543Z] Removing intermediate container 3e0801a87d3e [2020-10-12T04:17:34.543Z] ---> 4f51be1924e0 [2020-10-12T04:17:34.543Z] Step 20/22 : LABEL arch=x86_64 [2020-10-12T04:17:34.543Z] Removing intermediate container 5406df555b56 [2020-10-12T04:17:34.543Z] ---> 0cd3458d8f0e [2020-10-12T04:17:34.543Z] Step 20/22 : LABEL arch=x86_64 [2020-10-12T04:17:34.806Z] Removing intermediate container 85997522c73b [2020-10-12T04:17:34.806Z] ---> 346aa6ec2eed [2020-10-12T04:17:34.806Z] Step 13/26 : WORKDIR / [2020-10-12T04:17:35.070Z] ---> Running in 6da05a326872 [2020-10-12T04:17:35.070Z] ---> c460f59c1136 [2020-10-12T04:17:35.070Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-12T04:17:35.070Z] ---> Running in f28f71de4d5c [2020-10-12T04:17:35.338Z] ---> Running in 7948107c402b [2020-10-12T04:17:35.338Z] Removing intermediate container 8a2713cd5d8f [2020-10-12T04:17:35.338Z] ---> 179d89127a7b [2020-10-12T04:17:35.338Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-12T04:17:35.338Z] ---> Running in acff139f8d6a [2020-10-12T04:17:35.604Z] Removing intermediate container f28f71de4d5c [2020-10-12T04:17:35.604Z] ---> a42d9226a5a1 [2020-10-12T04:17:35.604Z] Step 21/22 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:17:35.604Z] Removing intermediate container 6da05a326872 [2020-10-12T04:17:35.604Z] ---> 9a1f22b7850f [2020-10-12T04:17:35.604Z] Step 21/22 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:17:35.604Z] ---> 6737df9876cc [2020-10-12T04:17:35.604Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-12T04:17:35.604Z] Removing intermediate container 7948107c402b [2020-10-12T04:17:35.604Z] ---> 3d31ffff3570 [2020-10-12T04:17:35.604Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-12T04:17:35.870Z] ---> Running in e45b36c20aaa [2020-10-12T04:17:35.870Z] ---> Running in 5bc28ffb3146 [2020-10-12T04:17:35.870Z] ---> Running in 9db8d9bfed09 [2020-10-12T04:17:35.870Z] Removing intermediate container acff139f8d6a [2020-10-12T04:17:35.870Z] ---> fd9343ded04b [2020-10-12T04:17:35.870Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-12T04:17:36.136Z] ---> Running in ffa0048a8850 [2020-10-12T04:17:36.136Z] ---> 26a0b119d419 [2020-10-12T04:17:36.136Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-12T04:17:36.136Z] Removing intermediate container e45b36c20aaa [2020-10-12T04:17:36.136Z] ---> a665b7667160 [2020-10-12T04:17:36.136Z] Step 22/22 : LABEL version=1.2.2-dev.62 [2020-10-12T04:17:36.136Z] Removing intermediate container 5bc28ffb3146 [2020-10-12T04:17:36.136Z] ---> c9b087cc0554 [2020-10-12T04:17:36.407Z] Step 22/22 : LABEL version=1.2.2-dev.62 [2020-10-12T04:17:36.407Z] Removing intermediate container 9db8d9bfed09 [2020-10-12T04:17:36.407Z] ---> 8981cef18337 [2020-10-12T04:17:36.407Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:17:36.407Z] ---> Running in a1195d8d5dc9 [2020-10-12T04:17:36.407Z] ---> Running in 92c127547b51 [2020-10-12T04:17:36.407Z] ---> Running in f69fa56c2ec5 [2020-10-12T04:17:36.680Z] Removing intermediate container ffa0048a8850 [2020-10-12T04:17:36.680Z] ---> 14b70f393dee [2020-10-12T04:17:36.680Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-12T04:17:36.680Z] ---> d22e697b49f3 [2020-10-12T04:17:36.680Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-12T04:17:36.680Z] Removing intermediate container a1195d8d5dc9 [2020-10-12T04:17:36.680Z] ---> 3677bc2ab61f [2020-10-12T04:17:36.680Z] [2020-10-12T04:17:36.946Z] Successfully built 3677bc2ab61f [2020-10-12T04:17:37.212Z] Removing intermediate container 92c127547b51 [2020-10-12T04:17:37.212Z] ---> 4fec7976c37b [2020-10-12T04:17:37.213Z] [2020-10-12T04:17:37.213Z] Successfully tagged docker-core-command-go:latest [2020-10-12T04:17:37.213Z]  Building docker-core-command-go ... done Removing intermediate container f69fa56c2ec5 [2020-10-12T04:17:37.213Z] ---> c6aee2dde69b [2020-10-12T04:17:37.213Z] Step 22/24 : LABEL arch=x86_64 [2020-10-12T04:17:37.213Z] Successfully built 4fec7976c37b [2020-10-12T04:17:37.478Z] Successfully tagged docker-support-logging-go:latest [2020-10-12T04:17:37.478Z]  Building docker-support-logging-go ... done  ---> Running in bab4d873d173 [2020-10-12T04:17:37.478Z] ---> 2fe85fea7598 [2020-10-12T04:17:37.478Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-12T04:17:37.478Z] ---> 754371ce0c83 [2020-10-12T04:17:37.478Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-12T04:17:37.478Z] Removing intermediate container bab4d873d173 [2020-10-12T04:17:37.478Z] ---> 845f0250e88a [2020-10-12T04:17:37.478Z] Step 23/24 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:17:37.741Z] ---> 9df6aeacf683 [2020-10-12T04:17:37.742Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-12T04:17:37.742Z] ---> Running in ae527f68fa7e [2020-10-12T04:17:37.742Z] ---> 0ebbac6a692c [2020-10-12T04:17:37.742Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-12T04:17:38.009Z] Removing intermediate container ae527f68fa7e [2020-10-12T04:17:38.009Z] ---> e22ec0869fc2 [2020-10-12T04:17:38.009Z] Step 24/24 : LABEL version=1.2.2-dev.62 [2020-10-12T04:17:38.278Z] ---> Running in b2ce7bd713a6 [2020-10-12T04:17:38.278Z] ---> c95779527718 [2020-10-12T04:17:38.278Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-12T04:17:38.278Z] ---> e9aebb1dae19 [2020-10-12T04:17:38.278Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-12T04:17:38.278Z] ---> Running in 95f3689d6f28 [2020-10-12T04:17:38.552Z] Removing intermediate container b2ce7bd713a6 [2020-10-12T04:17:38.552Z] ---> bc2d9a74dd96 [2020-10-12T04:17:38.552Z] [2020-10-12T04:17:38.819Z] ---> 77747fb3957a [2020-10-12T04:17:38.819Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-12T04:17:38.819Z] Successfully built bc2d9a74dd96 [2020-10-12T04:17:38.819Z] Successfully tagged docker-support-notifications-go:latest [2020-10-12T04:17:39.087Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:17:39.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:17:39.352Z] ---> 4f89ffe60844 [2020-10-12T04:17:39.352Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T04:17:39.352Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-12T04:17:39.352Z] (2/33) Installing expat (2.2.9-r1) [2020-10-12T04:17:39.352Z] (3/33) Installing libffi (3.3-r2) [2020-10-12T04:17:39.352Z] (4/33) Installing gdbm (1.13-r1) [2020-10-12T04:17:39.352Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-12T04:17:39.352Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-12T04:17:39.352Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-12T04:17:43.593Z] ---> 4fc29b551da1 [2020-10-12T04:17:43.593Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T04:17:43.593Z] ---> Running in 32ad920c2f11 [2020-10-12T04:17:43.593Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-12T04:17:43.593Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-12T04:17:43.593Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-12T04:17:43.593Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-12T04:17:43.593Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-12T04:17:43.593Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-12T04:17:43.593Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-12T04:17:43.593Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-12T04:17:43.593Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-12T04:17:43.593Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-12T04:17:43.593Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-12T04:17:43.593Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-12T04:17:43.593Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-12T04:17:43.593Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-12T04:17:43.593Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-12T04:17:43.858Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-12T04:17:43.858Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-12T04:17:43.858Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-12T04:17:43.858Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-12T04:17:43.858Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-12T04:17:43.858Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-12T04:17:43.858Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-12T04:17:43.858Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-12T04:17:43.858Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-12T04:17:43.858Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-12T04:17:43.858Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-12T04:17:44.123Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:17:44.123Z] OK: 71 MiB in 55 packages [2020-10-12T04:17:46.063Z] Removing intermediate container 32ad920c2f11 [2020-10-12T04:17:46.063Z] ---> 8fc1ba57cdff [2020-10-12T04:17:46.063Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T04:17:46.330Z] ---> Running in ef098bc40504 [2020-10-12T04:17:48.899Z] Removing intermediate container ef098bc40504 [2020-10-12T04:17:48.899Z] ---> 75a0c60d6f08 [2020-10-12T04:17:48.899Z] Step 24/26 : LABEL arch=x86_64 [2020-10-12T04:17:52.235Z] ---> Running in 78d8753c13cb [2020-10-12T04:17:52.235Z] Removing intermediate container 95f3689d6f28 [2020-10-12T04:17:52.235Z] ---> 2c64059accaa [2020-10-12T04:17:52.235Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-12T04:17:52.235Z] ---> Running in b8a5dca21316 [2020-10-12T04:17:52.235Z] Removing intermediate container 78d8753c13cb [2020-10-12T04:17:52.235Z] ---> 115d25f62a0a [2020-10-12T04:17:52.235Z] Step 25/26 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:17:52.235Z] ---> Running in bcae2016d78e [2020-10-12T04:17:53.637Z] Removing intermediate container bcae2016d78e [2020-10-12T04:17:53.637Z] ---> 4c5d4fa0fb56 [2020-10-12T04:17:53.637Z] Step 26/26 : LABEL version=1.2.2-dev.62 [2020-10-12T04:17:53.637Z] ---> Running in 0a4c507e769a [2020-10-12T04:17:53.637Z] Removing intermediate container 0a4c507e769a [2020-10-12T04:17:53.637Z] ---> 93b00d842061 [2020-10-12T04:17:53.637Z] [2020-10-12T04:17:53.637Z] Successfully built 93b00d842061 [2020-10-12T04:17:53.902Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-12T04:17:54.481Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-10-12T04:17:54.481Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-12T04:17:54.481Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-12T04:17:54.481Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-12T04:17:54.745Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-12T04:17:55.322Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-12T04:17:55.322Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-12T04:17:55.588Z] Collecting PyYAML<4,>=3.10 [2020-10-12T04:17:55.588Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-12T04:17:56.544Z] Collecting texttable<0.10,>=0.9.0 [2020-10-12T04:17:56.544Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-12T04:17:56.811Z] Collecting jsonschema<3,>=2.5.1 [2020-10-12T04:17:56.811Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-12T04:17:57.076Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-12T04:17:57.076Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-12T04:17:57.076Z] Collecting docker<4.0,>=3.6.0 [2020-10-12T04:17:57.342Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-12T04:17:57.342Z] Collecting docopt<0.7,>=0.6.1 [2020-10-12T04:17:57.342Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-12T04:17:57.927Z] Collecting cached-property<2,>=1.2.0 [2020-10-12T04:17:57.927Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-12T04:17:57.927Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-12T04:17:58.199Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-12T04:17:58.199Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-12T04:17:58.199Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-12T04:17:58.199Z] Collecting idna<2.8,>=2.5 [2020-10-12T04:17:58.199Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-12T04:17:58.199Z] Collecting docker-pycreds>=0.4.0 [2020-10-12T04:17:58.199Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-12T04:17:58.464Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-12T04:17:58.464Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-12T04:17:58.464Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-12T04:17:58.464Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-12T04:17:58.464Z] Installing collected packages: dockerpty, urllib3, idna, requests, PyYAML, texttable, jsonschema, websocket-client, docker-pycreds, docker, docopt, cached-property, docker-compose [2020-10-12T04:17:58.464Z] Running setup.py install for dockerpty: started [2020-10-12T04:17:59.043Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-12T04:17:59.043Z] Attempting uninstall: urllib3 [2020-10-12T04:17:59.043Z] Found existing installation: urllib3 1.25.9 [2020-10-12T04:17:59.043Z] Uninstalling urllib3-1.25.9: [2020-10-12T04:17:59.043Z] Successfully uninstalled urllib3-1.25.9 [2020-10-12T04:17:59.306Z] Attempting uninstall: idna [2020-10-12T04:17:59.306Z] Found existing installation: idna 2.9 [2020-10-12T04:17:59.306Z] Uninstalling idna-2.9: [2020-10-12T04:17:59.306Z] Successfully uninstalled idna-2.9 [2020-10-12T04:17:59.306Z] Attempting uninstall: requests [2020-10-12T04:17:59.306Z] Found existing installation: requests 2.23.0 [2020-10-12T04:17:59.306Z] Uninstalling requests-2.23.0: [2020-10-12T04:17:59.569Z] Successfully uninstalled requests-2.23.0 [2020-10-12T04:17:59.569Z] Running setup.py install for PyYAML: started [2020-10-12T04:18:00.146Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-12T04:18:00.146Z] Running setup.py install for texttable: started [2020-10-12T04:18:00.412Z] Running setup.py install for texttable: finished with status 'done' [2020-10-12T04:18:00.994Z] Running setup.py install for docopt: started [2020-10-12T04:18:01.582Z] Running setup.py install for docopt: finished with status 'done' [2020-10-12T04:18:01.847Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-12T04:18:04.483Z] Removing intermediate container b8a5dca21316 [2020-10-12T04:18:04.483Z] ---> a9f49f51c97b [2020-10-12T04:18:04.483Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-12T04:18:04.483Z] ---> Running in 4ae6a2583a98 [2020-10-12T04:18:05.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T04:18:05.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T04:18:05.327Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T04:18:05.327Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-12T04:18:05.327Z] (3/3) Installing curl (7.69.1-r1) [2020-10-12T04:18:05.327Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:18:05.327Z] OK: 72 MiB in 58 packages [2020-10-12T04:18:05.592Z] Removing intermediate container 4ae6a2583a98 [2020-10-12T04:18:05.592Z] ---> 31ce579b96b7 [2020-10-12T04:18:05.592Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-12T04:18:05.858Z] ---> Running in 7153c812c27a [2020-10-12T04:18:05.858Z] Removing intermediate container 7153c812c27a [2020-10-12T04:18:05.858Z] ---> 2b8d2b97c3a5 [2020-10-12T04:18:05.858Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:18:05.858Z] ---> Running in 642b05377d47 [2020-10-12T04:18:06.127Z] Removing intermediate container 642b05377d47 [2020-10-12T04:18:06.127Z] ---> 028a78a17d5a [2020-10-12T04:18:06.127Z] Step 25/27 : LABEL arch=x86_64 [2020-10-12T04:18:06.127Z] ---> Running in 5bc49039a041 [2020-10-12T04:18:06.393Z] Removing intermediate container 5bc49039a041 [2020-10-12T04:18:06.393Z] ---> 782db4db6b89 [2020-10-12T04:18:06.393Z] Step 26/27 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:06.393Z] ---> Running in bede70944399 [2020-10-12T04:18:06.658Z] Removing intermediate container bede70944399 [2020-10-12T04:18:06.658Z] ---> c08c1277c7c9 [2020-10-12T04:18:06.658Z] Step 27/27 : LABEL version=1.2.2-dev.62 [2020-10-12T04:18:06.658Z] ---> Running in 620bba39b9d8 [2020-10-12T04:18:06.658Z] Removing intermediate container 620bba39b9d8 [2020-10-12T04:18:06.658Z] ---> f4a12e0a1566 [2020-10-12T04:18:06.658Z] [2020-10-12T04:18:06.922Z] Successfully built f4a12e0a1566 [2020-10-12T04:18:06.922Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-12T04:18:07.195Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-12T04:18:07.203Z] $ docker stop --time=1 8ec7e9c3ce95b4eea0e61f5574ebabe677546ddc4c579d1f4122b5e9c5ff8935 [2020-10-12T04:18:08.706Z] $ docker rm -f 8ec7e9c3ce95b4eea0e61f5574ebabe677546ddc4c579d1f4122b5e9c5ff8935 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:18:09.230Z] + docker images [2020-10-12T04:18:09.230Z] + grep docker [2020-10-12T04:18:09.230Z] docker-sys-mgmt-agent-go latest f4a12e0a1566 3 seconds ago 290MB [2020-10-12T04:18:09.230Z] docker-security-secretstore-setup-go latest 93b00d842061 16 seconds ago 32.4MB [2020-10-12T04:18:09.230Z] docker-support-notifications-go latest bc2d9a74dd96 31 seconds ago 13.6MB [2020-10-12T04:18:09.230Z] docker-core-command-go latest 3677bc2ab61f 33 seconds ago 12.2MB [2020-10-12T04:18:09.230Z] docker-support-logging-go latest 4fec7976c37b 33 seconds ago 11.1MB [2020-10-12T04:18:09.230Z] docker-core-data-go latest 9960a5066fd1 2 minutes ago 23.6MB [2020-10-12T04:18:09.230Z] docker-security-proxy-setup-go latest 5180a1d26516 2 minutes ago 15.8MB [2020-10-12T04:18:09.230Z] docker-core-metadata-go latest 2e1dffe1c76b 2 minutes ago 14.2MB [2020-10-12T04:18:09.230Z] docker-support-scheduler-go latest 381eaaaac378 2 minutes ago 12.3MB [2020-10-12T04:18:09.230Z] docker-security-secrets-setup-go latest a7b26201af88 2 minutes ago 24MB [2020-10-12T04:18:09.230Z] docker latest 809cc4dba987 3 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-12T04:18:09.850Z] provisioning config files... [2020-10-12T04:18:09.888Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/177@tmp/config9014648395597644775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:18:10.258Z] ---> docker-login.sh [2020-10-12T04:18:10.258Z] nexus3.edgexfoundry.org:10001 [2020-10-12T04:18:10.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T04:18:10.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T04:18:10.520Z] Configure a credential helper to remove this warning. See [2020-10-12T04:18:10.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T04:18:10.520Z] [2020-10-12T04:18:10.520Z] Login Succeeded [2020-10-12T04:18:10.520Z] nexus3.edgexfoundry.org:10002 [2020-10-12T04:18:10.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T04:18:10.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T04:18:10.782Z] Configure a credential helper to remove this warning. See [2020-10-12T04:18:10.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T04:18:10.782Z] [2020-10-12T04:18:10.782Z] Login Succeeded [2020-10-12T04:18:10.782Z] nexus3.edgexfoundry.org:10003 [2020-10-12T04:18:11.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T04:18:11.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T04:18:11.045Z] Configure a credential helper to remove this warning. See [2020-10-12T04:18:11.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T04:18:11.045Z] [2020-10-12T04:18:11.045Z] Login Succeeded [2020-10-12T04:18:11.045Z] nexus3.edgexfoundry.org:10004 [2020-10-12T04:18:11.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T04:18:11.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T04:18:11.308Z] Configure a credential helper to remove this warning. See [2020-10-12T04:18:11.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T04:18:11.308Z] [2020-10-12T04:18:11.308Z] Login Succeeded [2020-10-12T04:18:11.308Z] docker.io [2020-10-12T04:18:11.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T04:18:11.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T04:18:11.569Z] Configure a credential helper to remove this warning. See [2020-10-12T04:18:11.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T04:18:11.569Z] [2020-10-12T04:18:11.569Z] Login Succeeded [2020-10-12T04:18:11.569Z] ---> docker-login.sh ends [Pipeline] } [2020-10-12T04:18:11.579Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:18:11.865Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-12T04:18:11.865Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:11.865Z] 1.2.2-dev.62 [2020-10-12T04:18:11.865Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:11.865Z] master [2020-10-12T04:18:11.865Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:12.375Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:12.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:12.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T04:18:12.680Z] 7a2044c65826: Preparing [2020-10-12T04:18:12.680Z] 82b21850026e: Preparing [2020-10-12T04:18:12.680Z] 257207bb114d: Preparing [2020-10-12T04:18:12.941Z] 257207bb114d: Pushed [2020-10-12T04:18:12.941Z] 7a2044c65826: Pushed [2020-10-12T04:18:13.896Z] 82b21850026e: Pushed [2020-10-12T04:18:14.159Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:baa90a72df67565214de6a399bc42452f377128be483cfa48617137619936059 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:14.477Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:14.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.62 [2020-10-12T04:18:14.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T04:18:14.789Z] 7a2044c65826: Preparing [2020-10-12T04:18:14.789Z] 82b21850026e: Preparing [2020-10-12T04:18:14.789Z] 257207bb114d: Preparing [2020-10-12T04:18:14.789Z] 257207bb114d: Layer already exists [2020-10-12T04:18:14.789Z] 82b21850026e: Layer already exists [2020-10-12T04:18:14.789Z] 7a2044c65826: Layer already exists [2020-10-12T04:18:14.789Z] 1.2.2-dev.62: digest: sha256:baa90a72df67565214de6a399bc42452f377128be483cfa48617137619936059 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:15.099Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:15.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:15.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T04:18:15.401Z] 7a2044c65826: Preparing [2020-10-12T04:18:15.401Z] 82b21850026e: Preparing [2020-10-12T04:18:15.401Z] 257207bb114d: Preparing [2020-10-12T04:18:15.401Z] 7a2044c65826: Layer already exists [2020-10-12T04:18:15.401Z] 257207bb114d: Layer already exists [2020-10-12T04:18:15.401Z] 82b21850026e: Layer already exists [2020-10-12T04:18:15.401Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:baa90a72df67565214de6a399bc42452f377128be483cfa48617137619936059 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:15.711Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:16.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-12T04:18:16.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T04:18:16.016Z] 7a2044c65826: Preparing [2020-10-12T04:18:16.016Z] 82b21850026e: Preparing [2020-10-12T04:18:16.016Z] 257207bb114d: Preparing [2020-10-12T04:18:16.016Z] 82b21850026e: Layer already exists [2020-10-12T04:18:16.016Z] 7a2044c65826: Layer already exists [2020-10-12T04:18:16.016Z] 257207bb114d: Layer already exists [2020-10-12T04:18:16.016Z] master: digest: sha256:baa90a72df67565214de6a399bc42452f377128be483cfa48617137619936059 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:18:16.223Z] ===================================================== [Pipeline] echo [2020-10-12T04:18:16.268Z] taggedImages: [2020-10-12T04:18:16.268Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:16.268Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.62 [2020-10-12T04:18:16.268Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:16.268Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-12T04:18:16.334Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-12T04:18:16.334Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:16.334Z] 1.2.2-dev.62 [2020-10-12T04:18:16.334Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:16.334Z] master [2020-10-12T04:18:16.334Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:16.827Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:17.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:17.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T04:18:17.162Z] bb2e002d3579: Preparing [2020-10-12T04:18:17.162Z] fd9e5f5ed14d: Preparing [2020-10-12T04:18:17.162Z] 5c8c26f15909: Preparing [2020-10-12T04:18:17.162Z] af4e17e919b2: Preparing [2020-10-12T04:18:17.162Z] c3f359b20ac1: Preparing [2020-10-12T04:18:17.162Z] 50644c29ef5a: Preparing [2020-10-12T04:18:17.162Z] 50644c29ef5a: Waiting [2020-10-12T04:18:17.428Z] c3f359b20ac1: Pushed [2020-10-12T04:18:17.692Z] 5c8c26f15909: Pushed [2020-10-12T04:18:17.692Z] af4e17e919b2: Pushed [2020-10-12T04:18:17.692Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:17.692Z] bb2e002d3579: Pushed [2020-10-12T04:18:18.640Z] fd9e5f5ed14d: Pushed [2020-10-12T04:18:18.903Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:243c91378a5ca570d2c812122cd71fc93d66725eb2c4297e33d85780508acf1a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:19.225Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:20.473Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.62 [2020-10-12T04:18:20.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T04:18:20.473Z] bb2e002d3579: Preparing [2020-10-12T04:18:20.473Z] fd9e5f5ed14d: Preparing [2020-10-12T04:18:20.473Z] 5c8c26f15909: Preparing [2020-10-12T04:18:20.473Z] af4e17e919b2: Preparing [2020-10-12T04:18:20.473Z] c3f359b20ac1: Preparing [2020-10-12T04:18:20.473Z] 50644c29ef5a: Preparing [2020-10-12T04:18:20.473Z] 50644c29ef5a: Waiting [2020-10-12T04:18:20.473Z] fd9e5f5ed14d: Layer already exists [2020-10-12T04:18:20.473Z] c3f359b20ac1: Layer already exists [2020-10-12T04:18:20.473Z] 5c8c26f15909: Layer already exists [2020-10-12T04:18:20.473Z] af4e17e919b2: Layer already exists [2020-10-12T04:18:20.473Z] bb2e002d3579: Layer already exists [2020-10-12T04:18:20.473Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:20.473Z] 1.2.2-dev.62: digest: sha256:243c91378a5ca570d2c812122cd71fc93d66725eb2c4297e33d85780508acf1a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:20.783Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:21.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:21.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T04:18:21.106Z] bb2e002d3579: Preparing [2020-10-12T04:18:21.106Z] fd9e5f5ed14d: Preparing [2020-10-12T04:18:21.106Z] 5c8c26f15909: Preparing [2020-10-12T04:18:21.106Z] af4e17e919b2: Preparing [2020-10-12T04:18:21.106Z] c3f359b20ac1: Preparing [2020-10-12T04:18:21.106Z] 50644c29ef5a: Preparing [2020-10-12T04:18:21.106Z] 50644c29ef5a: Waiting [2020-10-12T04:18:21.106Z] bb2e002d3579: Layer already exists [2020-10-12T04:18:21.106Z] af4e17e919b2: Layer already exists [2020-10-12T04:18:21.106Z] 5c8c26f15909: Layer already exists [2020-10-12T04:18:21.106Z] c3f359b20ac1: Layer already exists [2020-10-12T04:18:21.106Z] fd9e5f5ed14d: Layer already exists [2020-10-12T04:18:21.106Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:21.106Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:243c91378a5ca570d2c812122cd71fc93d66725eb2c4297e33d85780508acf1a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:21.414Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:21.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-12T04:18:21.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T04:18:21.719Z] bb2e002d3579: Preparing [2020-10-12T04:18:21.719Z] fd9e5f5ed14d: Preparing [2020-10-12T04:18:21.719Z] 5c8c26f15909: Preparing [2020-10-12T04:18:21.719Z] af4e17e919b2: Preparing [2020-10-12T04:18:21.719Z] c3f359b20ac1: Preparing [2020-10-12T04:18:21.719Z] 50644c29ef5a: Preparing [2020-10-12T04:18:21.719Z] 50644c29ef5a: Waiting [2020-10-12T04:18:21.719Z] bb2e002d3579: Layer already exists [2020-10-12T04:18:21.719Z] af4e17e919b2: Layer already exists [2020-10-12T04:18:21.719Z] 5c8c26f15909: Layer already exists [2020-10-12T04:18:21.719Z] fd9e5f5ed14d: Layer already exists [2020-10-12T04:18:21.719Z] c3f359b20ac1: Layer already exists [2020-10-12T04:18:21.719Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:21.719Z] master: digest: sha256:243c91378a5ca570d2c812122cd71fc93d66725eb2c4297e33d85780508acf1a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:18:21.907Z] ===================================================== [Pipeline] echo [2020-10-12T04:18:21.953Z] taggedImages: [2020-10-12T04:18:21.953Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:21.953Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.62 [2020-10-12T04:18:21.953Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:21.953Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-12T04:18:22.018Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-12T04:18:22.018Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:22.018Z] 1.2.2-dev.62 [2020-10-12T04:18:22.018Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:22.018Z] master [2020-10-12T04:18:22.018Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:22.488Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:22.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:22.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T04:18:22.797Z] 89480eacbf20: Preparing [2020-10-12T04:18:22.797Z] b73c983ce5a9: Preparing [2020-10-12T04:18:22.797Z] a5dcadd1828b: Preparing [2020-10-12T04:18:23.058Z] 89480eacbf20: Pushed [2020-10-12T04:18:23.058Z] a5dcadd1828b: Pushed [2020-10-12T04:18:24.444Z] b73c983ce5a9: Pushed [2020-10-12T04:18:24.444Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:fa2e42c2f39e1f142ca80e794e3c69c837561b78401085ae0040510137f9de2f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:24.751Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:25.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.62 [2020-10-12T04:18:25.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T04:18:25.047Z] 89480eacbf20: Preparing [2020-10-12T04:18:25.047Z] b73c983ce5a9: Preparing [2020-10-12T04:18:25.047Z] a5dcadd1828b: Preparing [2020-10-12T04:18:25.047Z] b73c983ce5a9: Layer already exists [2020-10-12T04:18:25.047Z] a5dcadd1828b: Layer already exists [2020-10-12T04:18:25.047Z] 89480eacbf20: Layer already exists [2020-10-12T04:18:25.047Z] 1.2.2-dev.62: digest: sha256:fa2e42c2f39e1f142ca80e794e3c69c837561b78401085ae0040510137f9de2f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:25.355Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:25.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:25.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T04:18:25.655Z] 89480eacbf20: Preparing [2020-10-12T04:18:25.655Z] b73c983ce5a9: Preparing [2020-10-12T04:18:25.655Z] a5dcadd1828b: Preparing [2020-10-12T04:18:25.655Z] b73c983ce5a9: Layer already exists [2020-10-12T04:18:25.655Z] a5dcadd1828b: Layer already exists [2020-10-12T04:18:25.655Z] 89480eacbf20: Layer already exists [2020-10-12T04:18:25.655Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:fa2e42c2f39e1f142ca80e794e3c69c837561b78401085ae0040510137f9de2f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:25.960Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:26.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-12T04:18:26.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T04:18:26.264Z] 89480eacbf20: Preparing [2020-10-12T04:18:26.264Z] b73c983ce5a9: Preparing [2020-10-12T04:18:26.264Z] a5dcadd1828b: Preparing [2020-10-12T04:18:26.264Z] a5dcadd1828b: Layer already exists [2020-10-12T04:18:26.264Z] b73c983ce5a9: Layer already exists [2020-10-12T04:18:26.264Z] 89480eacbf20: Layer already exists [2020-10-12T04:18:26.264Z] master: digest: sha256:fa2e42c2f39e1f142ca80e794e3c69c837561b78401085ae0040510137f9de2f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:18:26.439Z] ===================================================== [Pipeline] echo [2020-10-12T04:18:26.480Z] taggedImages: [2020-10-12T04:18:26.480Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:26.480Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.62 [2020-10-12T04:18:26.480Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:26.480Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-12T04:18:26.537Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-12T04:18:26.537Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:26.537Z] 1.2.2-dev.62 [2020-10-12T04:18:26.537Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:26.537Z] master [2020-10-12T04:18:26.537Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:27.002Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:27.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:27.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T04:18:27.303Z] a07e1f02a048: Preparing [2020-10-12T04:18:27.303Z] 8904db5fc1f2: Preparing [2020-10-12T04:18:27.303Z] e4dffe0cd23b: Preparing [2020-10-12T04:18:27.303Z] 799e04b43e9a: Preparing [2020-10-12T04:18:27.303Z] 50644c29ef5a: Preparing [2020-10-12T04:18:27.303Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:27.571Z] 8904db5fc1f2: Pushed [2020-10-12T04:18:27.571Z] e4dffe0cd23b: Pushed [2020-10-12T04:18:27.832Z] 799e04b43e9a: Pushed [2020-10-12T04:18:28.406Z] a07e1f02a048: Pushed [2020-10-12T04:18:28.406Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:a0447715cccb1ebfd7e7044240f4bb250410e16565d33ae7c18cce4cb7f3ee95 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:28.792Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:29.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.62 [2020-10-12T04:18:29.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T04:18:29.130Z] a07e1f02a048: Preparing [2020-10-12T04:18:29.130Z] 8904db5fc1f2: Preparing [2020-10-12T04:18:29.130Z] e4dffe0cd23b: Preparing [2020-10-12T04:18:29.130Z] 799e04b43e9a: Preparing [2020-10-12T04:18:29.130Z] 50644c29ef5a: Preparing [2020-10-12T04:18:29.130Z] e4dffe0cd23b: Layer already exists [2020-10-12T04:18:29.130Z] a07e1f02a048: Layer already exists [2020-10-12T04:18:29.130Z] 799e04b43e9a: Layer already exists [2020-10-12T04:18:29.130Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:29.130Z] 8904db5fc1f2: Layer already exists [2020-10-12T04:18:29.130Z] 1.2.2-dev.62: digest: sha256:a0447715cccb1ebfd7e7044240f4bb250410e16565d33ae7c18cce4cb7f3ee95 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:29.439Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:29.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:29.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T04:18:29.737Z] a07e1f02a048: Preparing [2020-10-12T04:18:29.737Z] 8904db5fc1f2: Preparing [2020-10-12T04:18:29.737Z] e4dffe0cd23b: Preparing [2020-10-12T04:18:29.737Z] 799e04b43e9a: Preparing [2020-10-12T04:18:29.737Z] 50644c29ef5a: Preparing [2020-10-12T04:18:29.737Z] a07e1f02a048: Layer already exists [2020-10-12T04:18:29.737Z] 799e04b43e9a: Layer already exists [2020-10-12T04:18:29.737Z] 8904db5fc1f2: Layer already exists [2020-10-12T04:18:29.737Z] e4dffe0cd23b: Layer already exists [2020-10-12T04:18:29.737Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:29.737Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:a0447715cccb1ebfd7e7044240f4bb250410e16565d33ae7c18cce4cb7f3ee95 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:30.045Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:30.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-12T04:18:30.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T04:18:30.347Z] a07e1f02a048: Preparing [2020-10-12T04:18:30.347Z] 8904db5fc1f2: Preparing [2020-10-12T04:18:30.347Z] e4dffe0cd23b: Preparing [2020-10-12T04:18:30.347Z] 799e04b43e9a: Preparing [2020-10-12T04:18:30.347Z] 50644c29ef5a: Preparing [2020-10-12T04:18:30.347Z] 799e04b43e9a: Layer already exists [2020-10-12T04:18:30.347Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:30.347Z] 8904db5fc1f2: Layer already exists [2020-10-12T04:18:30.347Z] e4dffe0cd23b: Layer already exists [2020-10-12T04:18:30.347Z] a07e1f02a048: Layer already exists [2020-10-12T04:18:30.347Z] master: digest: sha256:a0447715cccb1ebfd7e7044240f4bb250410e16565d33ae7c18cce4cb7f3ee95 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:18:30.616Z] ===================================================== [Pipeline] echo [2020-10-12T04:18:30.661Z] taggedImages: [2020-10-12T04:18:30.661Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:30.661Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.62 [2020-10-12T04:18:30.661Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:30.661Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-12T04:18:30.767Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-12T04:18:30.767Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:30.767Z] 1.2.2-dev.62 [2020-10-12T04:18:30.767Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:30.767Z] master [2020-10-12T04:18:30.767Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:31.282Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:31.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:31.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T04:18:31.580Z] 18824bb21185: Preparing [2020-10-12T04:18:31.580Z] 3100c3468442: Preparing [2020-10-12T04:18:31.580Z] 65ee5de4542a: Preparing [2020-10-12T04:18:31.580Z] be1a4e6878a1: Preparing [2020-10-12T04:18:31.580Z] be1a4e6878a1: Preparing [2020-10-12T04:18:31.580Z] 2595a8e5fdb6: Preparing [2020-10-12T04:18:31.580Z] fe90a87adadc: Preparing [2020-10-12T04:18:31.580Z] 808623b0ed93: Preparing [2020-10-12T04:18:31.580Z] 18824bb21185: Preparing [2020-10-12T04:18:31.580Z] 18855a588525: Preparing [2020-10-12T04:18:31.580Z] 463c337efcf7: Preparing [2020-10-12T04:18:31.580Z] 2f3451b1ddd1: Preparing [2020-10-12T04:18:31.580Z] 50644c29ef5a: Preparing [2020-10-12T04:18:31.580Z] fe90a87adadc: Waiting [2020-10-12T04:18:31.580Z] 808623b0ed93: Waiting [2020-10-12T04:18:31.580Z] 18855a588525: Waiting [2020-10-12T04:18:31.580Z] 463c337efcf7: Waiting [2020-10-12T04:18:31.580Z] 2f3451b1ddd1: Waiting [2020-10-12T04:18:31.580Z] 50644c29ef5a: Waiting [2020-10-12T04:18:31.842Z] 2595a8e5fdb6: Pushed [2020-10-12T04:18:31.842Z] 3100c3468442: Pushed [2020-10-12T04:18:31.842Z] 65ee5de4542a: Pushed [2020-10-12T04:18:31.842Z] be1a4e6878a1: Pushed [2020-10-12T04:18:32.106Z] fe90a87adadc: Pushed [2020-10-12T04:18:32.106Z] 18855a588525: Pushed [2020-10-12T04:18:32.106Z] 808623b0ed93: Pushed [2020-10-12T04:18:32.106Z] 463c337efcf7: Pushed [2020-10-12T04:18:32.106Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:32.369Z] 2f3451b1ddd1: Pushed [2020-10-12T04:18:32.630Z] 18824bb21185: Pushed [2020-10-12T04:18:32.630Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:9778bd23906672b989842044493a0dc5137291381dff6ff8a99276a11b7670e7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:32.938Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:33.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.62 [2020-10-12T04:18:33.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T04:18:33.244Z] 18824bb21185: Preparing [2020-10-12T04:18:33.244Z] 3100c3468442: Preparing [2020-10-12T04:18:33.244Z] 65ee5de4542a: Preparing [2020-10-12T04:18:33.244Z] be1a4e6878a1: Preparing [2020-10-12T04:18:33.244Z] be1a4e6878a1: Preparing [2020-10-12T04:18:33.244Z] 2595a8e5fdb6: Preparing [2020-10-12T04:18:33.244Z] fe90a87adadc: Preparing [2020-10-12T04:18:33.244Z] 808623b0ed93: Preparing [2020-10-12T04:18:33.244Z] 18824bb21185: Preparing [2020-10-12T04:18:33.244Z] 18855a588525: Preparing [2020-10-12T04:18:33.244Z] 463c337efcf7: Preparing [2020-10-12T04:18:33.244Z] 2f3451b1ddd1: Preparing [2020-10-12T04:18:33.244Z] 50644c29ef5a: Preparing [2020-10-12T04:18:33.244Z] fe90a87adadc: Waiting [2020-10-12T04:18:33.244Z] 808623b0ed93: Waiting [2020-10-12T04:18:33.245Z] 18855a588525: Waiting [2020-10-12T04:18:33.245Z] 463c337efcf7: Waiting [2020-10-12T04:18:33.245Z] 2f3451b1ddd1: Waiting [2020-10-12T04:18:33.245Z] 50644c29ef5a: Waiting [2020-10-12T04:18:33.245Z] be1a4e6878a1: Layer already exists [2020-10-12T04:18:33.245Z] 18824bb21185: Layer already exists [2020-10-12T04:18:33.245Z] 65ee5de4542a: Layer already exists [2020-10-12T04:18:33.245Z] 2595a8e5fdb6: Layer already exists [2020-10-12T04:18:33.245Z] 3100c3468442: Layer already exists [2020-10-12T04:18:33.245Z] 808623b0ed93: Layer already exists [2020-10-12T04:18:33.245Z] fe90a87adadc: Layer already exists [2020-10-12T04:18:33.245Z] 18855a588525: Layer already exists [2020-10-12T04:18:33.245Z] 2f3451b1ddd1: Layer already exists [2020-10-12T04:18:33.245Z] 463c337efcf7: Layer already exists [2020-10-12T04:18:33.245Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:33.506Z] 1.2.2-dev.62: digest: sha256:9778bd23906672b989842044493a0dc5137291381dff6ff8a99276a11b7670e7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:33.819Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:34.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:34.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T04:18:34.125Z] 18824bb21185: Preparing [2020-10-12T04:18:34.125Z] 3100c3468442: Preparing [2020-10-12T04:18:34.125Z] 65ee5de4542a: Preparing [2020-10-12T04:18:34.125Z] be1a4e6878a1: Preparing [2020-10-12T04:18:34.125Z] be1a4e6878a1: Preparing [2020-10-12T04:18:34.125Z] 2595a8e5fdb6: Preparing [2020-10-12T04:18:34.125Z] fe90a87adadc: Preparing [2020-10-12T04:18:34.125Z] 808623b0ed93: Preparing [2020-10-12T04:18:34.125Z] 18824bb21185: Preparing [2020-10-12T04:18:34.125Z] 18855a588525: Preparing [2020-10-12T04:18:34.125Z] 463c337efcf7: Preparing [2020-10-12T04:18:34.125Z] 2f3451b1ddd1: Preparing [2020-10-12T04:18:34.125Z] 50644c29ef5a: Preparing [2020-10-12T04:18:34.125Z] fe90a87adadc: Waiting [2020-10-12T04:18:34.125Z] 808623b0ed93: Waiting [2020-10-12T04:18:34.125Z] 18855a588525: Waiting [2020-10-12T04:18:34.125Z] 50644c29ef5a: Waiting [2020-10-12T04:18:34.125Z] 463c337efcf7: Waiting [2020-10-12T04:18:34.125Z] 2f3451b1ddd1: Waiting [2020-10-12T04:18:34.125Z] 2595a8e5fdb6: Layer already exists [2020-10-12T04:18:34.125Z] 65ee5de4542a: Layer already exists [2020-10-12T04:18:34.125Z] be1a4e6878a1: Layer already exists [2020-10-12T04:18:34.125Z] 3100c3468442: Layer already exists [2020-10-12T04:18:34.125Z] 18824bb21185: Layer already exists [2020-10-12T04:18:34.125Z] fe90a87adadc: Layer already exists [2020-10-12T04:18:34.125Z] 18855a588525: Layer already exists [2020-10-12T04:18:34.125Z] 2f3451b1ddd1: Layer already exists [2020-10-12T04:18:34.125Z] 463c337efcf7: Layer already exists [2020-10-12T04:18:34.125Z] 808623b0ed93: Layer already exists [2020-10-12T04:18:34.125Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:34.125Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:9778bd23906672b989842044493a0dc5137291381dff6ff8a99276a11b7670e7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:34.441Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:34.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-12T04:18:34.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T04:18:34.742Z] 18824bb21185: Preparing [2020-10-12T04:18:34.742Z] 3100c3468442: Preparing [2020-10-12T04:18:34.742Z] 65ee5de4542a: Preparing [2020-10-12T04:18:34.742Z] be1a4e6878a1: Preparing [2020-10-12T04:18:34.742Z] be1a4e6878a1: Preparing [2020-10-12T04:18:34.742Z] 2595a8e5fdb6: Preparing [2020-10-12T04:18:34.742Z] fe90a87adadc: Preparing [2020-10-12T04:18:34.742Z] 808623b0ed93: Preparing [2020-10-12T04:18:34.742Z] 18824bb21185: Preparing [2020-10-12T04:18:34.742Z] 18855a588525: Preparing [2020-10-12T04:18:34.742Z] 463c337efcf7: Preparing [2020-10-12T04:18:34.742Z] 2f3451b1ddd1: Preparing [2020-10-12T04:18:34.742Z] 50644c29ef5a: Preparing [2020-10-12T04:18:34.742Z] fe90a87adadc: Waiting [2020-10-12T04:18:34.742Z] 808623b0ed93: Waiting [2020-10-12T04:18:34.742Z] 18855a588525: Waiting [2020-10-12T04:18:34.742Z] 463c337efcf7: Waiting [2020-10-12T04:18:34.742Z] 2f3451b1ddd1: Waiting [2020-10-12T04:18:34.742Z] 50644c29ef5a: Waiting [2020-10-12T04:18:34.742Z] 65ee5de4542a: Layer already exists [2020-10-12T04:18:34.742Z] 3100c3468442: Layer already exists [2020-10-12T04:18:34.742Z] 2595a8e5fdb6: Layer already exists [2020-10-12T04:18:34.742Z] 18824bb21185: Layer already exists [2020-10-12T04:18:34.742Z] be1a4e6878a1: Layer already exists [2020-10-12T04:18:34.742Z] fe90a87adadc: Layer already exists [2020-10-12T04:18:34.742Z] 2f3451b1ddd1: Layer already exists [2020-10-12T04:18:34.742Z] 18855a588525: Layer already exists [2020-10-12T04:18:34.742Z] 463c337efcf7: Layer already exists [2020-10-12T04:18:34.742Z] 808623b0ed93: Layer already exists [2020-10-12T04:18:34.742Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:34.742Z] master: digest: sha256:9778bd23906672b989842044493a0dc5137291381dff6ff8a99276a11b7670e7 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:18:34.959Z] ===================================================== [Pipeline] echo [2020-10-12T04:18:35.007Z] taggedImages: [2020-10-12T04:18:35.007Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:35.007Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.62 [2020-10-12T04:18:35.007Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:35.007Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-12T04:18:35.076Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-12T04:18:35.076Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:35.076Z] 1.2.2-dev.62 [2020-10-12T04:18:35.076Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:35.076Z] master [2020-10-12T04:18:35.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:35.577Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:35.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:35.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T04:18:35.887Z] 58e1a808d63f: Preparing [2020-10-12T04:18:35.887Z] 125d876555dc: Preparing [2020-10-12T04:18:35.887Z] a409e8f3f36e: Preparing [2020-10-12T04:18:35.887Z] e20d76d341fc: Preparing [2020-10-12T04:18:35.887Z] ea40b4260a61: Preparing [2020-10-12T04:18:35.887Z] 23205aa94b46: Preparing [2020-10-12T04:18:35.887Z] 9a79767bda59: Preparing [2020-10-12T04:18:35.887Z] 65af8712f8a6: Preparing [2020-10-12T04:18:35.887Z] 2ebb63006847: Preparing [2020-10-12T04:18:35.887Z] 972441826e3b: Preparing [2020-10-12T04:18:35.887Z] 1b3ee35aacca: Preparing [2020-10-12T04:18:35.887Z] 65af8712f8a6: Waiting [2020-10-12T04:18:35.887Z] 2ebb63006847: Waiting [2020-10-12T04:18:35.887Z] 23205aa94b46: Waiting [2020-10-12T04:18:35.887Z] 972441826e3b: Waiting [2020-10-12T04:18:35.887Z] 1b3ee35aacca: Waiting [2020-10-12T04:18:35.887Z] 9a79767bda59: Waiting [2020-10-12T04:18:36.160Z] 58e1a808d63f: Pushed [2020-10-12T04:18:36.160Z] 125d876555dc: Pushed [2020-10-12T04:18:36.160Z] 23205aa94b46: Pushed [2020-10-12T04:18:36.424Z] 9a79767bda59: Pushed [2020-10-12T04:18:36.424Z] 65af8712f8a6: Pushed [2020-10-12T04:18:36.424Z] 2ebb63006847: Pushed [2020-10-12T04:18:36.717Z] 1b3ee35aacca: Layer already exists [2020-10-12T04:18:37.026Z] a409e8f3f36e: Pushed [2020-10-12T04:18:37.026Z] ea40b4260a61: Pushed [2020-10-12T04:18:37.026Z] e20d76d341fc: Pushed [2020-10-12T04:18:37.026Z] 972441826e3b: Pushed [2020-10-12T04:18:37.298Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:0203fe9886f65e156706209099e804c0bc6be2962c7951247678913095d63b60 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:37.608Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:37.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.62 [2020-10-12T04:18:37.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T04:18:37.912Z] 58e1a808d63f: Preparing [2020-10-12T04:18:37.912Z] 125d876555dc: Preparing [2020-10-12T04:18:37.912Z] a409e8f3f36e: Preparing [2020-10-12T04:18:37.912Z] e20d76d341fc: Preparing [2020-10-12T04:18:37.912Z] ea40b4260a61: Preparing [2020-10-12T04:18:37.912Z] 23205aa94b46: Preparing [2020-10-12T04:18:37.912Z] 9a79767bda59: Preparing [2020-10-12T04:18:37.912Z] 65af8712f8a6: Preparing [2020-10-12T04:18:37.912Z] 2ebb63006847: Preparing [2020-10-12T04:18:37.912Z] 972441826e3b: Preparing [2020-10-12T04:18:37.912Z] 1b3ee35aacca: Preparing [2020-10-12T04:18:37.912Z] 9a79767bda59: Waiting [2020-10-12T04:18:37.912Z] 972441826e3b: Waiting [2020-10-12T04:18:37.912Z] 1b3ee35aacca: Waiting [2020-10-12T04:18:37.912Z] 65af8712f8a6: Waiting [2020-10-12T04:18:37.912Z] 23205aa94b46: Waiting [2020-10-12T04:18:37.912Z] 2ebb63006847: Waiting [2020-10-12T04:18:37.912Z] 125d876555dc: Layer already exists [2020-10-12T04:18:37.912Z] ea40b4260a61: Layer already exists [2020-10-12T04:18:37.912Z] e20d76d341fc: Layer already exists [2020-10-12T04:18:37.912Z] a409e8f3f36e: Layer already exists [2020-10-12T04:18:37.912Z] 58e1a808d63f: Layer already exists [2020-10-12T04:18:37.912Z] 9a79767bda59: Layer already exists [2020-10-12T04:18:37.912Z] 23205aa94b46: Layer already exists [2020-10-12T04:18:37.912Z] 972441826e3b: Layer already exists [2020-10-12T04:18:37.912Z] 2ebb63006847: Layer already exists [2020-10-12T04:18:37.912Z] 65af8712f8a6: Layer already exists [2020-10-12T04:18:37.912Z] 1b3ee35aacca: Layer already exists [2020-10-12T04:18:37.912Z] 1.2.2-dev.62: digest: sha256:0203fe9886f65e156706209099e804c0bc6be2962c7951247678913095d63b60 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:38.217Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:38.413Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:18:38.413Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:18:38.413Z] ---> fc1dec0c1048 [2020-10-12T04:18:38.413Z] Step 3/20 : WORKDIR /edgex-go [2020-10-12T04:18:38.413Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:18:38.413Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:18:38.413Z] ---> fc1dec0c1048 [2020-10-12T04:18:38.413Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T04:18:38.413Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:18:38.413Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:18:38.413Z] ---> fc1dec0c1048 [2020-10-12T04:18:38.413Z] Step 3/27 : WORKDIR /edgex-go [2020-10-12T04:18:38.413Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:18:38.413Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:18:38.413Z] ---> fc1dec0c1048 [2020-10-12T04:18:38.413Z] Step 3/24 : WORKDIR /edgex-go [2020-10-12T04:18:38.413Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:18:38.413Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:18:38.413Z] ---> fc1dec0c1048 [2020-10-12T04:18:38.413Z] Step 3/21 : WORKDIR /edgex-go [2020-10-12T04:18:38.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:38.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T04:18:38.522Z] 58e1a808d63f: Preparing [2020-10-12T04:18:38.522Z] 125d876555dc: Preparing [2020-10-12T04:18:38.522Z] a409e8f3f36e: Preparing [2020-10-12T04:18:38.522Z] e20d76d341fc: Preparing [2020-10-12T04:18:38.522Z] ea40b4260a61: Preparing [2020-10-12T04:18:38.522Z] 23205aa94b46: Preparing [2020-10-12T04:18:38.522Z] 9a79767bda59: Preparing [2020-10-12T04:18:38.522Z] 65af8712f8a6: Preparing [2020-10-12T04:18:38.522Z] 2ebb63006847: Preparing [2020-10-12T04:18:38.522Z] 972441826e3b: Preparing [2020-10-12T04:18:38.522Z] 1b3ee35aacca: Preparing [2020-10-12T04:18:38.522Z] 23205aa94b46: Waiting [2020-10-12T04:18:38.522Z] 9a79767bda59: Waiting [2020-10-12T04:18:38.522Z] 65af8712f8a6: Waiting [2020-10-12T04:18:38.522Z] 2ebb63006847: Waiting [2020-10-12T04:18:38.522Z] 972441826e3b: Waiting [2020-10-12T04:18:38.522Z] 1b3ee35aacca: Waiting [2020-10-12T04:18:38.522Z] e20d76d341fc: Layer already exists [2020-10-12T04:18:38.522Z] 58e1a808d63f: Layer already exists [2020-10-12T04:18:38.522Z] a409e8f3f36e: Layer already exists [2020-10-12T04:18:38.522Z] ea40b4260a61: Layer already exists [2020-10-12T04:18:38.522Z] 125d876555dc: Layer already exists [2020-10-12T04:18:38.522Z] 65af8712f8a6: Layer already exists [2020-10-12T04:18:38.522Z] 9a79767bda59: Layer already exists [2020-10-12T04:18:38.522Z] 23205aa94b46: Layer already exists [2020-10-12T04:18:38.522Z] 2ebb63006847: Layer already exists [2020-10-12T04:18:38.522Z] 972441826e3b: Layer already exists [2020-10-12T04:18:38.522Z] 1b3ee35aacca: Layer already exists [2020-10-12T04:18:38.522Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:0203fe9886f65e156706209099e804c0bc6be2962c7951247678913095d63b60 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:38.825Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:39.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-12T04:18:39.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T04:18:39.124Z] 58e1a808d63f: Preparing [2020-10-12T04:18:39.124Z] 125d876555dc: Preparing [2020-10-12T04:18:39.124Z] a409e8f3f36e: Preparing [2020-10-12T04:18:39.124Z] e20d76d341fc: Preparing [2020-10-12T04:18:39.124Z] ea40b4260a61: Preparing [2020-10-12T04:18:39.124Z] 23205aa94b46: Preparing [2020-10-12T04:18:39.124Z] 9a79767bda59: Preparing [2020-10-12T04:18:39.124Z] 65af8712f8a6: Preparing [2020-10-12T04:18:39.124Z] 2ebb63006847: Preparing [2020-10-12T04:18:39.124Z] 972441826e3b: Preparing [2020-10-12T04:18:39.124Z] 1b3ee35aacca: Preparing [2020-10-12T04:18:39.124Z] 23205aa94b46: Waiting [2020-10-12T04:18:39.124Z] 9a79767bda59: Waiting [2020-10-12T04:18:39.124Z] 65af8712f8a6: Waiting [2020-10-12T04:18:39.124Z] 2ebb63006847: Waiting [2020-10-12T04:18:39.124Z] 972441826e3b: Waiting [2020-10-12T04:18:39.124Z] 1b3ee35aacca: Waiting [2020-10-12T04:18:39.124Z] 58e1a808d63f: Layer already exists [2020-10-12T04:18:39.124Z] e20d76d341fc: Layer already exists [2020-10-12T04:18:39.124Z] ea40b4260a61: Layer already exists [2020-10-12T04:18:39.124Z] a409e8f3f36e: Layer already exists [2020-10-12T04:18:39.124Z] 125d876555dc: Layer already exists [2020-10-12T04:18:39.124Z] 9a79767bda59: Layer already exists [2020-10-12T04:18:39.125Z] 23205aa94b46: Layer already exists [2020-10-12T04:18:39.125Z] 2ebb63006847: Layer already exists [2020-10-12T04:18:39.125Z] 65af8712f8a6: Layer already exists [2020-10-12T04:18:39.125Z] 972441826e3b: Layer already exists [2020-10-12T04:18:39.125Z] 1b3ee35aacca: Layer already exists [2020-10-12T04:18:39.125Z] master: digest: sha256:0203fe9886f65e156706209099e804c0bc6be2962c7951247678913095d63b60 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:18:39.331Z] ===================================================== [Pipeline] echo [2020-10-12T04:18:39.380Z] taggedImages: [2020-10-12T04:18:39.380Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:39.380Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.62 [2020-10-12T04:18:39.380Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:39.380Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-12T04:18:39.442Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-12T04:18:39.442Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:39.442Z] 1.2.2-dev.62 [2020-10-12T04:18:39.442Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:39.442Z] master [2020-10-12T04:18:39.442Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:39.878Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:40.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:40.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T04:18:40.175Z] f2ff6164efc1: Preparing [2020-10-12T04:18:40.175Z] 082ead49734b: Preparing [2020-10-12T04:18:40.175Z] 36bb629216bb: Preparing [2020-10-12T04:18:40.175Z] 6544be7a4c9b: Preparing [2020-10-12T04:18:40.175Z] f2ff6164efc1: Pushed [2020-10-12T04:18:40.436Z] 36bb629216bb: Pushed [2020-10-12T04:18:40.436Z] 6544be7a4c9b: Pushed [2020-10-12T04:18:41.035Z] ---> Running in 5c3d4649f29a [2020-10-12T04:18:41.035Z] ---> Running in acc49565ce96 [2020-10-12T04:18:41.035Z] ---> Running in 800ad2c657f1 [2020-10-12T04:18:41.035Z] ---> Running in 3173e501d1d6 [2020-10-12T04:18:41.035Z] ---> Running in 4ebdca37ef2b [2020-10-12T04:18:41.314Z] Removing intermediate container 800ad2c657f1 [2020-10-12T04:18:41.314Z] ---> 0055724bbb68 [2020-10-12T04:18:41.314Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:18:41.314Z] Removing intermediate container 3173e501d1d6 [2020-10-12T04:18:41.314Z] ---> 7bcb13478e68 [2020-10-12T04:18:41.314Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:18:41.382Z] 082ead49734b: Pushed [2020-10-12T04:18:41.382Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:27790863916e815ef3a7b396fc648431714a76543eb89afa3bc1cc51d563635b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:41.584Z] Removing intermediate container 5c3d4649f29a [2020-10-12T04:18:41.584Z] ---> 2edd2a37d8a5 [2020-10-12T04:18:41.584Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:18:41.584Z] Removing intermediate container 4ebdca37ef2b [2020-10-12T04:18:41.584Z] ---> d7dbfb64a154 [2020-10-12T04:18:41.584Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:18:41.584Z] ---> Running in 4605386c542a [2020-10-12T04:18:41.584Z] Removing intermediate container acc49565ce96 [2020-10-12T04:18:41.584Z] ---> 47fd688684d7 [2020-10-12T04:18:41.584Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:18:41.584Z] ---> Running in 664fe98a8928 [2020-10-12T04:18:41.689Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:41.860Z] ---> Running in 49d371c9ede9 [2020-10-12T04:18:41.861Z] ---> Running in 161b36680eb2 [2020-10-12T04:18:41.861Z] ---> Running in 939dee45677f [2020-10-12T04:18:41.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.62 [2020-10-12T04:18:41.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T04:18:41.988Z] f2ff6164efc1: Preparing [2020-10-12T04:18:41.988Z] 082ead49734b: Preparing [2020-10-12T04:18:41.988Z] 36bb629216bb: Preparing [2020-10-12T04:18:41.988Z] 6544be7a4c9b: Preparing [2020-10-12T04:18:41.988Z] 082ead49734b: Layer already exists [2020-10-12T04:18:41.988Z] 36bb629216bb: Layer already exists [2020-10-12T04:18:41.988Z] f2ff6164efc1: Layer already exists [2020-10-12T04:18:41.988Z] 6544be7a4c9b: Layer already exists [2020-10-12T04:18:41.988Z] 1.2.2-dev.62: digest: sha256:27790863916e815ef3a7b396fc648431714a76543eb89afa3bc1cc51d563635b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:42.296Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:42.594Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:42.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T04:18:42.594Z] f2ff6164efc1: Preparing [2020-10-12T04:18:42.594Z] 082ead49734b: Preparing [2020-10-12T04:18:42.594Z] 36bb629216bb: Preparing [2020-10-12T04:18:42.594Z] 6544be7a4c9b: Preparing [2020-10-12T04:18:42.594Z] 082ead49734b: Layer already exists [2020-10-12T04:18:42.594Z] 36bb629216bb: Layer already exists [2020-10-12T04:18:42.594Z] f2ff6164efc1: Layer already exists [2020-10-12T04:18:42.594Z] 6544be7a4c9b: Layer already exists [2020-10-12T04:18:42.594Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:27790863916e815ef3a7b396fc648431714a76543eb89afa3bc1cc51d563635b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:42.905Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:43.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-12T04:18:43.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T04:18:43.224Z] f2ff6164efc1: Preparing [2020-10-12T04:18:43.224Z] 082ead49734b: Preparing [2020-10-12T04:18:43.224Z] 36bb629216bb: Preparing [2020-10-12T04:18:43.224Z] 6544be7a4c9b: Preparing [2020-10-12T04:18:43.224Z] 082ead49734b: Layer already exists [2020-10-12T04:18:43.224Z] 6544be7a4c9b: Layer already exists [2020-10-12T04:18:43.224Z] 36bb629216bb: Layer already exists [2020-10-12T04:18:43.224Z] f2ff6164efc1: Layer already exists [2020-10-12T04:18:43.224Z] master: digest: sha256:27790863916e815ef3a7b396fc648431714a76543eb89afa3bc1cc51d563635b size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:18:43.479Z] ===================================================== [Pipeline] echo [2020-10-12T04:18:43.598Z] taggedImages: [2020-10-12T04:18:43.599Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:43.599Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.62 [2020-10-12T04:18:43.599Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:43.599Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-12T04:18:43.673Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-12T04:18:43.673Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:43.673Z] 1.2.2-dev.62 [2020-10-12T04:18:43.673Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:43.673Z] master [2020-10-12T04:18:43.673Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:44.171Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:44.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:44.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T04:18:44.474Z] 48903697d19b: Preparing [2020-10-12T04:18:44.474Z] 36699ce52afa: Preparing [2020-10-12T04:18:44.474Z] d920219ea642: Preparing [2020-10-12T04:18:44.474Z] 990ee5ed7041: Preparing [2020-10-12T04:18:44.474Z] 00a184d2d241: Preparing [2020-10-12T04:18:44.474Z] 08b690c37255: Preparing [2020-10-12T04:18:44.474Z] 08b690c37255: Waiting [2020-10-12T04:18:44.737Z] 48903697d19b: Pushed [2020-10-12T04:18:44.737Z] 990ee5ed7041: Pushed [2020-10-12T04:18:44.737Z] 00a184d2d241: Pushed [2020-10-12T04:18:44.737Z] d920219ea642: Pushed [2020-10-12T04:18:45.007Z] 08b690c37255: Pushed [2020-10-12T04:18:45.954Z] 36699ce52afa: Pushed [2020-10-12T04:18:45.954Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:7219bf180effcdabfae92bf041c371ed9e6887798be40656c9dfeb5ca510cab7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:46.267Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:46.475Z] Removing intermediate container 4605386c542a [2020-10-12T04:18:46.475Z] ---> 02cc8db05186 [2020-10-12T04:18:46.475Z] Step 5/21 : RUN apk update && apk add make git [2020-10-12T04:18:46.475Z] ---> Running in a88bc974eded [2020-10-12T04:18:46.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.62 [2020-10-12T04:18:46.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T04:18:46.565Z] 48903697d19b: Preparing [2020-10-12T04:18:46.565Z] 36699ce52afa: Preparing [2020-10-12T04:18:46.565Z] d920219ea642: Preparing [2020-10-12T04:18:46.565Z] 990ee5ed7041: Preparing [2020-10-12T04:18:46.565Z] 00a184d2d241: Preparing [2020-10-12T04:18:46.565Z] 08b690c37255: Preparing [2020-10-12T04:18:46.565Z] 08b690c37255: Waiting [2020-10-12T04:18:46.565Z] d920219ea642: Layer already exists [2020-10-12T04:18:46.565Z] 00a184d2d241: Layer already exists [2020-10-12T04:18:46.565Z] 36699ce52afa: Layer already exists [2020-10-12T04:18:46.565Z] 48903697d19b: Layer already exists [2020-10-12T04:18:46.565Z] 990ee5ed7041: Layer already exists [2020-10-12T04:18:46.565Z] 08b690c37255: Layer already exists [2020-10-12T04:18:46.565Z] 1.2.2-dev.62: digest: sha256:7219bf180effcdabfae92bf041c371ed9e6887798be40656c9dfeb5ca510cab7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:46.751Z] Removing intermediate container 664fe98a8928 [2020-10-12T04:18:46.752Z] ---> 7f61936e752c [2020-10-12T04:18:46.752Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-12T04:18:46.867Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:47.023Z] Removing intermediate container 49d371c9ede9 [2020-10-12T04:18:47.024Z] ---> d131c770c3f3 [2020-10-12T04:18:47.024Z] Step 5/20 : RUN apk update && apk add make git [2020-10-12T04:18:47.024Z] ---> Running in ebb3c1f91f5d [2020-10-12T04:18:47.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:47.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T04:18:47.163Z] 48903697d19b: Preparing [2020-10-12T04:18:47.163Z] 36699ce52afa: Preparing [2020-10-12T04:18:47.163Z] d920219ea642: Preparing [2020-10-12T04:18:47.163Z] 990ee5ed7041: Preparing [2020-10-12T04:18:47.163Z] 00a184d2d241: Preparing [2020-10-12T04:18:47.163Z] 08b690c37255: Preparing [2020-10-12T04:18:47.163Z] 08b690c37255: Waiting [2020-10-12T04:18:47.163Z] 36699ce52afa: Layer already exists [2020-10-12T04:18:47.163Z] 990ee5ed7041: Layer already exists [2020-10-12T04:18:47.163Z] d920219ea642: Layer already exists [2020-10-12T04:18:47.163Z] 00a184d2d241: Layer already exists [2020-10-12T04:18:47.163Z] 48903697d19b: Layer already exists [2020-10-12T04:18:47.163Z] 08b690c37255: Layer already exists [2020-10-12T04:18:47.163Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:7219bf180effcdabfae92bf041c371ed9e6887798be40656c9dfeb5ca510cab7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:47.298Z] Removing intermediate container 161b36680eb2 [2020-10-12T04:18:47.298Z] ---> e90b0076aad4 [2020-10-12T04:18:47.298Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-12T04:18:47.298Z] ---> Running in 4d8eb5d88776 [2020-10-12T04:18:47.298Z] Removing intermediate container 939dee45677f [2020-10-12T04:18:47.298Z] ---> 0f2c36c2f336 [2020-10-12T04:18:47.298Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T04:18:47.473Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:47.577Z] ---> Running in 41aa13f97932 [2020-10-12T04:18:47.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-12T04:18:47.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T04:18:47.770Z] 48903697d19b: Preparing [2020-10-12T04:18:47.770Z] 36699ce52afa: Preparing [2020-10-12T04:18:47.770Z] d920219ea642: Preparing [2020-10-12T04:18:47.770Z] 990ee5ed7041: Preparing [2020-10-12T04:18:47.770Z] 00a184d2d241: Preparing [2020-10-12T04:18:47.770Z] 08b690c37255: Preparing [2020-10-12T04:18:47.770Z] 08b690c37255: Waiting [2020-10-12T04:18:47.770Z] 00a184d2d241: Layer already exists [2020-10-12T04:18:47.770Z] 48903697d19b: Layer already exists [2020-10-12T04:18:47.770Z] 36699ce52afa: Layer already exists [2020-10-12T04:18:47.770Z] 990ee5ed7041: Layer already exists [2020-10-12T04:18:47.770Z] d920219ea642: Layer already exists [2020-10-12T04:18:47.770Z] 08b690c37255: Layer already exists [2020-10-12T04:18:47.770Z] master: digest: sha256:7219bf180effcdabfae92bf041c371ed9e6887798be40656c9dfeb5ca510cab7 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-12T04:18:47.860Z] ---> Running in c17770d37ef5 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:18:47.981Z] ===================================================== [Pipeline] echo [2020-10-12T04:18:48.049Z] taggedImages: [2020-10-12T04:18:48.049Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:48.049Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.62 [2020-10-12T04:18:48.049Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:48.049Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-12T04:18:48.151Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-12T04:18:48.151Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:48.151Z] 1.2.2-dev.62 [2020-10-12T04:18:48.151Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:48.151Z] master [2020-10-12T04:18:48.151Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:48.646Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:48.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:18:48.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:48.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T04:18:48.956Z] 2578a112206f: Preparing [2020-10-12T04:18:48.956Z] 9c9fcb90635d: Preparing [2020-10-12T04:18:48.956Z] 2ea8fbcfc99a: Preparing [2020-10-12T04:18:48.956Z] 2ea8fbcfc99a: Pushed [2020-10-12T04:18:48.956Z] 2578a112206f: Pushed [2020-10-12T04:18:49.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:18:49.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:18:49.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:18:50.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:18:50.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:18:50.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:18:50.343Z] 9c9fcb90635d: Pushed [2020-10-12T04:18:50.343Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:96879cc919aefeac1d2fa5b43ade7be9e4fff8be250ac4aceca504f8abc1b2fb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:50.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:18:50.645Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:50.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:18:50.856Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:18:50.856Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:18:50.856Z] OK: 12623 distinct packages available [2020-10-12T04:18:50.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:18:50.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.62 [2020-10-12T04:18:50.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T04:18:50.949Z] 2578a112206f: Preparing [2020-10-12T04:18:50.949Z] 9c9fcb90635d: Preparing [2020-10-12T04:18:50.949Z] 2ea8fbcfc99a: Preparing [2020-10-12T04:18:50.949Z] 2ea8fbcfc99a: Layer already exists [2020-10-12T04:18:50.949Z] 2578a112206f: Layer already exists [2020-10-12T04:18:50.949Z] 9c9fcb90635d: Layer already exists [2020-10-12T04:18:50.949Z] 1.2.2-dev.62: digest: sha256:96879cc919aefeac1d2fa5b43ade7be9e4fff8be250ac4aceca504f8abc1b2fb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:51.133Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:18:51.133Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:18:51.133Z] OK: 12623 distinct packages available [2020-10-12T04:18:51.276Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:51.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:51.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T04:18:51.574Z] 2578a112206f: Preparing [2020-10-12T04:18:51.574Z] 9c9fcb90635d: Preparing [2020-10-12T04:18:51.574Z] 2ea8fbcfc99a: Preparing [2020-10-12T04:18:51.574Z] 2578a112206f: Layer already exists [2020-10-12T04:18:51.574Z] 2ea8fbcfc99a: Layer already exists [2020-10-12T04:18:51.574Z] 9c9fcb90635d: Layer already exists [2020-10-12T04:18:51.574Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:96879cc919aefeac1d2fa5b43ade7be9e4fff8be250ac4aceca504f8abc1b2fb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:51.740Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:18:51.741Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:18:51.741Z] OK: 12623 distinct packages available [2020-10-12T04:18:51.741Z] OK: 217 MiB in 51 packages [2020-10-12T04:18:51.741Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:18:51.741Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:18:51.741Z] OK: 12623 distinct packages available [2020-10-12T04:18:51.875Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:52.018Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:18:52.018Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:18:52.018Z] OK: 12623 distinct packages available [2020-10-12T04:18:52.173Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-12T04:18:52.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T04:18:52.173Z] 2578a112206f: Preparing [2020-10-12T04:18:52.173Z] 9c9fcb90635d: Preparing [2020-10-12T04:18:52.173Z] 2ea8fbcfc99a: Preparing [2020-10-12T04:18:52.173Z] 2578a112206f: Layer already exists [2020-10-12T04:18:52.173Z] 2ea8fbcfc99a: Layer already exists [2020-10-12T04:18:52.173Z] 9c9fcb90635d: Layer already exists [2020-10-12T04:18:52.173Z] master: digest: sha256:96879cc919aefeac1d2fa5b43ade7be9e4fff8be250ac4aceca504f8abc1b2fb size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-12T04:18:52.298Z] OK: 217 MiB in 51 packages [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:18:52.371Z] ===================================================== [Pipeline] echo [2020-10-12T04:18:52.422Z] taggedImages: [2020-10-12T04:18:52.422Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:52.422Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.62 [2020-10-12T04:18:52.422Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:52.422Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-12T04:18:52.489Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-12T04:18:52.489Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:52.489Z] 1.2.2-dev.62 [2020-10-12T04:18:52.489Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:52.489Z] master [2020-10-12T04:18:52.489Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-12T04:18:52.576Z] OK: 217 MiB in 51 packages [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:52.871Z] OK: 217 MiB in 51 packages [2020-10-12T04:18:52.871Z] OK: 217 MiB in 51 packages [2020-10-12T04:18:52.976Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:53.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:18:53.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T04:18:53.371Z] 48f4813e399a: Preparing [2020-10-12T04:18:53.371Z] 369aa296c005: Preparing [2020-10-12T04:18:53.371Z] b6d56e1fe495: Preparing [2020-10-12T04:18:53.371Z] 7b03a851d94f: Preparing [2020-10-12T04:18:53.371Z] a40658a6d8ab: Preparing [2020-10-12T04:18:53.371Z] 1d3cf5ff8186: Preparing [2020-10-12T04:18:53.371Z] 84ce97d87e6d: Preparing [2020-10-12T04:18:53.371Z] 527eef706b20: Preparing [2020-10-12T04:18:53.371Z] 224742e9e948: Preparing [2020-10-12T04:18:53.371Z] 5391e5290f13: Preparing [2020-10-12T04:18:53.371Z] 13baed61c795: Preparing [2020-10-12T04:18:53.371Z] 51d6d3d09136: Preparing [2020-10-12T04:18:53.371Z] 1507bc794612: Preparing [2020-10-12T04:18:53.371Z] 50644c29ef5a: Preparing [2020-10-12T04:18:53.371Z] 1d3cf5ff8186: Waiting [2020-10-12T04:18:53.371Z] 84ce97d87e6d: Waiting [2020-10-12T04:18:53.371Z] 527eef706b20: Waiting [2020-10-12T04:18:53.371Z] 51d6d3d09136: Waiting [2020-10-12T04:18:53.371Z] 1507bc794612: Waiting [2020-10-12T04:18:53.371Z] 50644c29ef5a: Waiting [2020-10-12T04:18:53.371Z] 224742e9e948: Waiting [2020-10-12T04:18:53.371Z] 5391e5290f13: Waiting [2020-10-12T04:18:53.371Z] 13baed61c795: Waiting [2020-10-12T04:18:53.638Z] a40658a6d8ab: Pushed [2020-10-12T04:18:53.638Z] 48f4813e399a: Pushed [2020-10-12T04:18:53.856Z] Removing intermediate container a88bc974eded [2020-10-12T04:18:53.857Z] ---> d6a00155f8be [2020-10-12T04:18:53.857Z] Step 6/21 : COPY go.mod . [2020-10-12T04:18:53.903Z] 7b03a851d94f: Pushed [2020-10-12T04:18:53.903Z] 527eef706b20: Layer already exists [2020-10-12T04:18:53.903Z] 224742e9e948: Layer already exists [2020-10-12T04:18:53.903Z] 84ce97d87e6d: Pushed [2020-10-12T04:18:53.903Z] 5391e5290f13: Layer already exists [2020-10-12T04:18:53.903Z] 13baed61c795: Layer already exists [2020-10-12T04:18:53.903Z] 51d6d3d09136: Layer already exists [2020-10-12T04:18:53.903Z] 1507bc794612: Layer already exists [2020-10-12T04:18:53.903Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:54.132Z] Removing intermediate container ebb3c1f91f5d [2020-10-12T04:18:54.132Z] ---> 96b3c17d51c8 [2020-10-12T04:18:54.132Z] Step 6/27 : COPY go.mod . [2020-10-12T04:18:54.165Z] 369aa296c005: Pushed [2020-10-12T04:18:54.409Z] Removing intermediate container 41aa13f97932 [2020-10-12T04:18:54.409Z] ---> fb59af9878b2 [2020-10-12T04:18:54.409Z] Step 6/24 : COPY go.mod . [2020-10-12T04:18:54.428Z] 1d3cf5ff8186: Pushed [2020-10-12T04:18:54.687Z] Removing intermediate container c17770d37ef5 [2020-10-12T04:18:54.687Z] ---> 68758f9a50d8 [2020-10-12T04:18:54.687Z] Step 6/22 : COPY go.mod . [2020-10-12T04:18:54.687Z] Removing intermediate container 4d8eb5d88776 [2020-10-12T04:18:54.687Z] ---> 00f726916771 [2020-10-12T04:18:54.687Z] Step 6/20 : COPY go.mod . [2020-10-12T04:18:54.969Z] ---> 16c1d9fd92f5 [2020-10-12T04:18:54.969Z] Step 7/21 : RUN go mod download [2020-10-12T04:18:54.969Z] ---> Running in fabb6ccb37f4 [2020-10-12T04:18:55.572Z] ---> f2eb6505f597 [2020-10-12T04:18:55.573Z] Step 7/27 : RUN go mod download [2020-10-12T04:18:55.573Z] ---> a4cefede33e7 [2020-10-12T04:18:55.573Z] Step 7/24 : RUN go mod download [2020-10-12T04:18:55.573Z] ---> Running in fd740b77d734 [2020-10-12T04:18:55.846Z] ---> Running in 53c13626ad8f [2020-10-12T04:18:55.846Z] ---> 2595860314cf [2020-10-12T04:18:55.846Z] Step 7/22 : RUN go mod download [2020-10-12T04:18:56.127Z] ---> e162a6c0f05f [2020-10-12T04:18:56.127Z] Step 7/20 : RUN go mod download [2020-10-12T04:18:56.127Z] ---> Running in def6b84dc9a6 [2020-10-12T04:18:56.405Z] ---> Running in 94728815c772 [2020-10-12T04:18:57.733Z] b6d56e1fe495: Pushed [2020-10-12T04:18:57.995Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:410c7c5513a497368d9f7bb7d3f7dd3087fed2fa2c104c4c4fdbdd03fe8a607a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:58.300Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:58.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.62 [2020-10-12T04:18:58.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T04:18:58.598Z] 48f4813e399a: Preparing [2020-10-12T04:18:58.598Z] 369aa296c005: Preparing [2020-10-12T04:18:58.598Z] b6d56e1fe495: Preparing [2020-10-12T04:18:58.598Z] 7b03a851d94f: Preparing [2020-10-12T04:18:58.598Z] a40658a6d8ab: Preparing [2020-10-12T04:18:58.598Z] 1d3cf5ff8186: Preparing [2020-10-12T04:18:58.598Z] 84ce97d87e6d: Preparing [2020-10-12T04:18:58.598Z] 527eef706b20: Preparing [2020-10-12T04:18:58.598Z] 224742e9e948: Preparing [2020-10-12T04:18:58.598Z] 5391e5290f13: Preparing [2020-10-12T04:18:58.598Z] 13baed61c795: Preparing [2020-10-12T04:18:58.598Z] 51d6d3d09136: Preparing [2020-10-12T04:18:58.598Z] 1507bc794612: Preparing [2020-10-12T04:18:58.598Z] 50644c29ef5a: Preparing [2020-10-12T04:18:58.598Z] 1d3cf5ff8186: Waiting [2020-10-12T04:18:58.598Z] 84ce97d87e6d: Waiting [2020-10-12T04:18:58.598Z] 527eef706b20: Waiting [2020-10-12T04:18:58.598Z] 224742e9e948: Waiting [2020-10-12T04:18:58.598Z] 5391e5290f13: Waiting [2020-10-12T04:18:58.598Z] 13baed61c795: Waiting [2020-10-12T04:18:58.598Z] 51d6d3d09136: Waiting [2020-10-12T04:18:58.598Z] 1507bc794612: Waiting [2020-10-12T04:18:58.598Z] 7b03a851d94f: Layer already exists [2020-10-12T04:18:58.598Z] 48f4813e399a: Layer already exists [2020-10-12T04:18:58.598Z] a40658a6d8ab: Layer already exists [2020-10-12T04:18:58.598Z] b6d56e1fe495: Layer already exists [2020-10-12T04:18:58.598Z] 369aa296c005: Layer already exists [2020-10-12T04:18:58.598Z] 84ce97d87e6d: Layer already exists [2020-10-12T04:18:58.598Z] 1d3cf5ff8186: Layer already exists [2020-10-12T04:18:58.598Z] 527eef706b20: Layer already exists [2020-10-12T04:18:58.598Z] 5391e5290f13: Layer already exists [2020-10-12T04:18:58.598Z] 224742e9e948: Layer already exists [2020-10-12T04:18:58.598Z] 51d6d3d09136: Layer already exists [2020-10-12T04:18:58.598Z] 13baed61c795: Layer already exists [2020-10-12T04:18:58.598Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:58.598Z] 1507bc794612: Layer already exists [2020-10-12T04:18:58.598Z] 1.2.2-dev.62: digest: sha256:410c7c5513a497368d9f7bb7d3f7dd3087fed2fa2c104c4c4fdbdd03fe8a607a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:58.900Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:59.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:18:59.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T04:18:59.198Z] 48f4813e399a: Preparing [2020-10-12T04:18:59.198Z] 369aa296c005: Preparing [2020-10-12T04:18:59.198Z] b6d56e1fe495: Preparing [2020-10-12T04:18:59.198Z] 7b03a851d94f: Preparing [2020-10-12T04:18:59.198Z] a40658a6d8ab: Preparing [2020-10-12T04:18:59.198Z] 1d3cf5ff8186: Preparing [2020-10-12T04:18:59.198Z] 84ce97d87e6d: Preparing [2020-10-12T04:18:59.198Z] 527eef706b20: Preparing [2020-10-12T04:18:59.198Z] 224742e9e948: Preparing [2020-10-12T04:18:59.198Z] 5391e5290f13: Preparing [2020-10-12T04:18:59.198Z] 13baed61c795: Preparing [2020-10-12T04:18:59.198Z] 51d6d3d09136: Preparing [2020-10-12T04:18:59.198Z] 1507bc794612: Preparing [2020-10-12T04:18:59.198Z] 50644c29ef5a: Preparing [2020-10-12T04:18:59.198Z] 84ce97d87e6d: Waiting [2020-10-12T04:18:59.198Z] 527eef706b20: Waiting [2020-10-12T04:18:59.198Z] 224742e9e948: Waiting [2020-10-12T04:18:59.198Z] 5391e5290f13: Waiting [2020-10-12T04:18:59.198Z] 13baed61c795: Waiting [2020-10-12T04:18:59.198Z] 51d6d3d09136: Waiting [2020-10-12T04:18:59.198Z] 1507bc794612: Waiting [2020-10-12T04:18:59.198Z] 1d3cf5ff8186: Waiting [2020-10-12T04:18:59.198Z] 50644c29ef5a: Waiting [2020-10-12T04:18:59.198Z] 48f4813e399a: Layer already exists [2020-10-12T04:18:59.198Z] b6d56e1fe495: Layer already exists [2020-10-12T04:18:59.198Z] 7b03a851d94f: Layer already exists [2020-10-12T04:18:59.198Z] a40658a6d8ab: Layer already exists [2020-10-12T04:18:59.198Z] 369aa296c005: Layer already exists [2020-10-12T04:18:59.198Z] 1d3cf5ff8186: Layer already exists [2020-10-12T04:18:59.198Z] 224742e9e948: Layer already exists [2020-10-12T04:18:59.198Z] 527eef706b20: Layer already exists [2020-10-12T04:18:59.198Z] 84ce97d87e6d: Layer already exists [2020-10-12T04:18:59.198Z] 5391e5290f13: Layer already exists [2020-10-12T04:18:59.198Z] 13baed61c795: Layer already exists [2020-10-12T04:18:59.198Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:59.198Z] 51d6d3d09136: Layer already exists [2020-10-12T04:18:59.198Z] 1507bc794612: Layer already exists [2020-10-12T04:18:59.198Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:410c7c5513a497368d9f7bb7d3f7dd3087fed2fa2c104c4c4fdbdd03fe8a607a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:59.499Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:18:59.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-12T04:18:59.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T04:18:59.799Z] 48f4813e399a: Preparing [2020-10-12T04:18:59.799Z] 369aa296c005: Preparing [2020-10-12T04:18:59.799Z] b6d56e1fe495: Preparing [2020-10-12T04:18:59.799Z] 7b03a851d94f: Preparing [2020-10-12T04:18:59.799Z] a40658a6d8ab: Preparing [2020-10-12T04:18:59.799Z] 1d3cf5ff8186: Preparing [2020-10-12T04:18:59.799Z] 84ce97d87e6d: Preparing [2020-10-12T04:18:59.799Z] 527eef706b20: Preparing [2020-10-12T04:18:59.799Z] 224742e9e948: Preparing [2020-10-12T04:18:59.799Z] 5391e5290f13: Preparing [2020-10-12T04:18:59.799Z] 13baed61c795: Preparing [2020-10-12T04:18:59.799Z] 51d6d3d09136: Preparing [2020-10-12T04:18:59.799Z] 1507bc794612: Preparing [2020-10-12T04:18:59.799Z] 50644c29ef5a: Preparing [2020-10-12T04:18:59.799Z] 1d3cf5ff8186: Waiting [2020-10-12T04:18:59.799Z] 13baed61c795: Waiting [2020-10-12T04:18:59.799Z] 51d6d3d09136: Waiting [2020-10-12T04:18:59.799Z] 224742e9e948: Waiting [2020-10-12T04:18:59.799Z] 84ce97d87e6d: Waiting [2020-10-12T04:18:59.799Z] 1507bc794612: Waiting [2020-10-12T04:18:59.799Z] 5391e5290f13: Waiting [2020-10-12T04:18:59.799Z] 50644c29ef5a: Waiting [2020-10-12T04:18:59.799Z] 527eef706b20: Waiting [2020-10-12T04:18:59.799Z] b6d56e1fe495: Layer already exists [2020-10-12T04:18:59.799Z] 369aa296c005: Layer already exists [2020-10-12T04:18:59.799Z] 7b03a851d94f: Layer already exists [2020-10-12T04:18:59.800Z] 48f4813e399a: Layer already exists [2020-10-12T04:18:59.800Z] a40658a6d8ab: Layer already exists [2020-10-12T04:18:59.800Z] 84ce97d87e6d: Layer already exists [2020-10-12T04:18:59.800Z] 1d3cf5ff8186: Layer already exists [2020-10-12T04:18:59.800Z] 527eef706b20: Layer already exists [2020-10-12T04:18:59.800Z] 224742e9e948: Layer already exists [2020-10-12T04:18:59.800Z] 5391e5290f13: Layer already exists [2020-10-12T04:18:59.800Z] 13baed61c795: Layer already exists [2020-10-12T04:18:59.800Z] 51d6d3d09136: Layer already exists [2020-10-12T04:18:59.800Z] 50644c29ef5a: Layer already exists [2020-10-12T04:18:59.800Z] 1507bc794612: Layer already exists [2020-10-12T04:18:59.800Z] master: digest: sha256:410c7c5513a497368d9f7bb7d3f7dd3087fed2fa2c104c4c4fdbdd03fe8a607a size: 3253 [Pipeline] } [2020-10-12T04:18:59.838Z] Removing intermediate container fabb6ccb37f4 [2020-10-12T04:18:59.838Z] ---> e0538c46863f [2020-10-12T04:18:59.838Z] Step 8/21 : COPY . . [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:19:00.010Z] ===================================================== [Pipeline] echo [2020-10-12T04:19:00.088Z] taggedImages: [2020-10-12T04:19:00.088Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:19:00.088Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.62 [2020-10-12T04:19:00.088Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:19:00.088Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-10-12T04:19:00.442Z] Removing intermediate container fd740b77d734 [2020-10-12T04:19:00.442Z] ---> 3d391f0ef587 [2020-10-12T04:19:00.442Z] Step 8/27 : COPY . . [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-12T04:19:01.442Z] Removing intermediate container 53c13626ad8f [2020-10-12T04:19:01.442Z] ---> 7b7a961a2f32 [2020-10-12T04:19:01.442Z] Step 8/24 : COPY . . [2020-10-12T04:19:01.720Z] Removing intermediate container def6b84dc9a6 [2020-10-12T04:19:01.720Z] ---> 73622a034083 [2020-10-12T04:19:01.720Z] Step 8/22 : COPY . . [2020-10-12T04:19:01.995Z] Removing intermediate container 94728815c772 [2020-10-12T04:19:01.995Z] ---> 6ab61325bf68 [2020-10-12T04:19:01.995Z] Step 8/20 : COPY . . [2020-10-12T04:19:24.188Z] ---> 5803ed3f726b [2020-10-12T04:19:24.188Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-12T04:19:24.188Z] ---> 7fbb35d5127a [2020-10-12T04:19:24.188Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-12T04:19:24.188Z] ---> Running in 31de6ace49e3 [2020-10-12T04:19:24.188Z] ---> 6576c1a98261 [2020-10-12T04:19:24.188Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-12T04:19:24.188Z] ---> 0ff5d5dd8eb8 [2020-10-12T04:19:24.188Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-12T04:19:24.188Z] ---> 3ebae18f10ae [2020-10-12T04:19:24.188Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-12T04:19:24.188Z] ---> Running in 5bbc5b4c57f5 [2020-10-12T04:19:24.188Z] ---> Running in b403c19129af [2020-10-12T04:19:24.188Z] ---> Running in f2d63f2d064f [2020-10-12T04:19:24.188Z] ---> Running in a76b8c3e8b2a [2020-10-12T04:19:25.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-12T04:19:25.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-12T04:19:25.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-12T04:19:25.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-12T04:19:26.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-12T04:21:02.954Z] Removing intermediate container a76b8c3e8b2a [2020-10-12T04:21:02.954Z] ---> fa5294a3bad9 [2020-10-12T04:21:02.954Z] [2020-10-12T04:21:02.954Z] Step 10/20 : FROM alpine [2020-10-12T04:21:02.954Z] latest: Pulling from library/alpine [2020-10-12T04:21:02.954Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-12T04:21:02.954Z] Status: Downloaded newer image for alpine:latest [2020-10-12T04:21:02.954Z] ---> 62ee0e9f8440 [2020-10-12T04:21:02.954Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-12T04:21:02.954Z] ---> Running in c2fedfead9ec [2020-10-12T04:21:02.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:21:02.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:21:02.954Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:21:02.954Z] v3.12.0-382-g904dd561a5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:21:02.954Z] OK: 12621 distinct packages available [2020-10-12T04:21:02.954Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-12T04:21:02.954Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T04:21:02.954Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-12T04:21:02.954Z] (4/4) Installing curl (7.69.1-r1) [2020-10-12T04:21:02.954Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:21:02.954Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T04:21:02.954Z] OK: 7 MiB in 18 packages [2020-10-12T04:21:02.954Z] Removing intermediate container 5bbc5b4c57f5 [2020-10-12T04:21:02.954Z] ---> ffcf8a765287 [2020-10-12T04:21:02.954Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-12T04:21:02.954Z] Removing intermediate container c2fedfead9ec [2020-10-12T04:21:02.954Z] ---> 621565e9e729 [2020-10-12T04:21:02.954Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T04:21:02.954Z] ---> Running in dbcb1407a2b3 [2020-10-12T04:21:02.954Z] ---> Running in 8fc0c84560d4 [2020-10-12T04:21:02.954Z] Removing intermediate container 8fc0c84560d4 [2020-10-12T04:21:02.954Z] ---> f04016d5d890 [2020-10-12T04:21:02.954Z] Step 13/20 : WORKDIR /edgex [2020-10-12T04:21:02.954Z] ---> Running in 0a538f23884f [2020-10-12T04:21:02.954Z] Removing intermediate container 0a538f23884f [2020-10-12T04:21:02.954Z] ---> fb96e56914ca [2020-10-12T04:21:02.954Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-12T04:21:02.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-12T04:21:02.954Z] ---> 0e905dd2dc6e [2020-10-12T04:21:02.954Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-12T04:21:03.575Z] ---> 44734d475f1c [2020-10-12T04:21:03.575Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-12T04:21:03.575Z] ---> Running in e24a84c63666 [2020-10-12T04:21:04.593Z] Removing intermediate container e24a84c63666 [2020-10-12T04:21:04.593Z] ---> af956c375de8 [2020-10-12T04:21:04.593Z] Step 17/20 : CMD ["--init=true"] [2020-10-12T04:21:04.899Z] ---> Running in 4fba26802192 [2020-10-12T04:21:05.505Z] Removing intermediate container 4fba26802192 [2020-10-12T04:21:05.505Z] ---> c91f99800a02 [2020-10-12T04:21:05.505Z] Step 18/20 : LABEL arch=arm64 [2020-10-12T04:21:05.782Z] ---> Running in 1eefde89f605 [2020-10-12T04:21:06.065Z] Removing intermediate container dbcb1407a2b3 [2020-10-12T04:21:06.065Z] ---> 9ab6c7d580bf [2020-10-12T04:21:06.065Z] [2020-10-12T04:21:06.065Z] Step 11/27 : FROM docker:latest [2020-10-12T04:21:06.065Z] ---> 45884bde0078 [2020-10-12T04:21:06.065Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-12T04:21:06.342Z] ---> Running in c63cef21ce35 [2020-10-12T04:21:06.620Z] Removing intermediate container 1eefde89f605 [2020-10-12T04:21:06.620Z] ---> e8ff2a6ebed8 [2020-10-12T04:21:06.620Z] Step 19/20 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:21:06.900Z] ---> Running in 2f5dc4f5e3ca [2020-10-12T04:21:07.907Z] Removing intermediate container 2f5dc4f5e3ca [2020-10-12T04:21:07.907Z] ---> 5a5efcab35f9 [2020-10-12T04:21:07.907Z] Step 20/20 : LABEL version=1.2.2-dev.62 [2020-10-12T04:21:07.907Z] ---> Running in 99a491940f58 [2020-10-12T04:21:08.921Z] Removing intermediate container 99a491940f58 [2020-10-12T04:21:08.921Z] ---> b6b8c5c97c1d [2020-10-12T04:21:08.921Z] [2020-10-12T04:21:09.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:21:09.479Z] Successfully built b6b8c5c97c1d [2020-10-12T04:21:09.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:21:09.479Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-12T04:21:09.479Z] Building docker-security-secrets-setup-go [2020-10-12T04:21:10.479Z]  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) [2020-10-12T04:21:10.479Z] (2/2) Installing bash (5.0.17-r0) [2020-10-12T04:21:10.479Z] Executing bash-5.0.17-r0.post-install [2020-10-12T04:21:10.479Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:21:10.479Z] OK: 12 MiB in 22 packages [2020-10-12T04:21:14.852Z] Removing intermediate container c63cef21ce35 [2020-10-12T04:21:14.852Z] ---> f4a6b636de95 [2020-10-12T04:21:14.852Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-12T04:21:16.305Z] ---> Running in de61ed3213ab [2020-10-12T04:21:16.590Z] Removing intermediate container 31de6ace49e3 [2020-10-12T04:21:16.590Z] ---> e38724132532 [2020-10-12T04:21:16.590Z] [2020-10-12T04:21:16.590Z] Step 10/21 : FROM scratch [2020-10-12T04:21:16.590Z] ---> [2020-10-12T04:21:16.590Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T04:21:17.580Z] ---> Running in f33018bfc2b5 [2020-10-12T04:21:17.580Z] Removing intermediate container b403c19129af [2020-10-12T04:21:17.580Z] ---> 080cfa8cdcdd [2020-10-12T04:21:17.580Z] [2020-10-12T04:21:17.580Z] Step 10/24 : FROM scratch [2020-10-12T04:21:17.580Z] ---> [2020-10-12T04:21:17.580Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T04:21:18.192Z] ---> Running in 464e1720869e [2020-10-12T04:21:18.192Z] Removing intermediate container f33018bfc2b5 [2020-10-12T04:21:18.192Z] ---> f03a6b2cd3ff [2020-10-12T04:21:18.192Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-12T04:21:18.192Z] ---> Running in 1342737fe275 [2020-10-12T04:21:18.801Z] Removing intermediate container 464e1720869e [2020-10-12T04:21:18.801Z] ---> 577a624657c2 [2020-10-12T04:21:18.801Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-12T04:21:19.081Z] ---> Running in 802f10df6b62 [2020-10-12T04:21:19.684Z] Removing intermediate container 1342737fe275 [2020-10-12T04:21:19.684Z] ---> 2c9889e0119d [2020-10-12T04:21:19.684Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-12T04:21:19.961Z] ---> Running in e8e709e9e469 [2020-10-12T04:21:20.236Z] Removing intermediate container 802f10df6b62 [2020-10-12T04:21:20.236Z] ---> e89b109af877 [2020-10-12T04:21:20.236Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-12T04:21:20.515Z] ---> Running in 16a13618eebd [2020-10-12T04:21:20.791Z] Removing intermediate container e8e709e9e469 [2020-10-12T04:21:20.791Z] ---> 7b5d5885f208 [2020-10-12T04:21:20.791Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-12T04:21:20.791Z] Removing intermediate container de61ed3213ab [2020-10-12T04:21:20.791Z] ---> c0b52f5f13bc [2020-10-12T04:21:20.791Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-12T04:21:21.386Z] ---> Running in 0d263b534f65 [2020-10-12T04:21:21.386Z] Removing intermediate container 16a13618eebd [2020-10-12T04:21:21.386Z] ---> f40662d707eb [2020-10-12T04:21:21.386Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-12T04:21:21.998Z] ---> 9fa2f6e47cea [2020-10-12T04:21:21.998Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-12T04:21:22.276Z] Removing intermediate container 0d263b534f65 [2020-10-12T04:21:22.276Z] ---> 65f889b7619d [2020-10-12T04:21:22.276Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-12T04:21:22.559Z] ---> 44fbdac7dc3b [2020-10-12T04:21:22.559Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-12T04:21:23.168Z] ---> Running in 847abb73067a [2020-10-12T04:21:24.152Z] Removing intermediate container 847abb73067a [2020-10-12T04:21:24.152Z] ---> 39c06caee3b8 [2020-10-12T04:21:24.152Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-12T04:21:24.542Z] ---> 41a7892d47be [2020-10-12T04:21:24.542Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-12T04:21:24.890Z] ---> 9b971266f221 [2020-10-12T04:21:24.890Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-12T04:21:24.890Z] ---> Running in c05230d7cf4c [2020-10-12T04:21:25.975Z] Removing intermediate container c05230d7cf4c [2020-10-12T04:21:25.975Z] ---> 2a46348b6147 [2020-10-12T04:21:25.975Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-12T04:21:26.290Z] ---> bea5fbceabe7 [2020-10-12T04:21:26.290Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-12T04:21:26.570Z] ---> Running in 2631202fe90e [2020-10-12T04:21:28.021Z] ---> a5b7dfa77536 [2020-10-12T04:21:28.021Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-12T04:21:28.021Z] Removing intermediate container 2631202fe90e [2020-10-12T04:21:28.021Z] ---> 51a74ed810b5 [2020-10-12T04:21:28.021Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:21:28.630Z] ---> 189601674f00 [2020-10-12T04:21:28.630Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-12T04:21:28.630Z] ---> Running in 8b6e6a0e2587 [2020-10-12T04:21:29.244Z] ---> c5ee91c6ef4a [2020-10-12T04:21:29.244Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-12T04:21:29.516Z] Removing intermediate container 8b6e6a0e2587 [2020-10-12T04:21:29.516Z] ---> 3797d8d23e35 [2020-10-12T04:21:29.516Z] Step 19/21 : LABEL arch=arm64 [2020-10-12T04:21:29.791Z] ---> 36bb05c356f9 [2020-10-12T04:21:29.791Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-12T04:21:29.791Z] ---> Running in 68f57210213f [2020-10-12T04:21:30.065Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:21:30.066Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-12T04:21:30.066Z] ---> fc1dec0c1048 [2020-10-12T04:21:30.066Z] Step 3/29 : WORKDIR /edgex-go [2020-10-12T04:21:30.066Z] ---> Using cache [2020-10-12T04:21:30.066Z] ---> 47fd688684d7 [2020-10-12T04:21:30.066Z] Step 4/29 : RUN apk update && apk add make git [2020-10-12T04:21:30.343Z] ---> Running in cab5b7426e06 [2020-10-12T04:21:30.343Z] Removing intermediate container f2d63f2d064f [2020-10-12T04:21:30.343Z] ---> 67d40d4c78e2 [2020-10-12T04:21:30.343Z] [2020-10-12T04:21:30.343Z] Step 10/22 : FROM scratch [2020-10-12T04:21:30.343Z] ---> [2020-10-12T04:21:30.619Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T04:21:30.619Z] ---> Using cache [2020-10-12T04:21:30.619Z] ---> f03a6b2cd3ff [2020-10-12T04:21:30.619Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-12T04:21:30.619Z] Removing intermediate container 68f57210213f [2020-10-12T04:21:30.619Z] ---> c162e8380402 [2020-10-12T04:21:30.619Z] Step 20/21 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:21:30.899Z] ---> Running in 7729f4dc57dc [2020-10-12T04:21:31.181Z] ---> Running in d632aed126e8 [2020-10-12T04:21:31.181Z] ---> afb74fc2b423 [2020-10-12T04:21:31.181Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-12T04:21:31.181Z] ---> e557f4e73d26 [2020-10-12T04:21:31.181Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-12T04:21:31.457Z] ---> Running in 1de28c36eb4a [2020-10-12T04:21:31.457Z] Removing intermediate container 7729f4dc57dc [2020-10-12T04:21:31.457Z] ---> 7aadd4bc3fb5 [2020-10-12T04:21:31.457Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T04:21:31.735Z] Removing intermediate container d632aed126e8 [2020-10-12T04:21:31.735Z] ---> 30d2260df365 [2020-10-12T04:21:31.735Z] Step 21/21 : LABEL version=1.2.2-dev.62 [2020-10-12T04:21:32.010Z] ---> Running in 403052e6f80e [2020-10-12T04:21:32.010Z] ---> Running in 43f59db6b9f1 [2020-10-12T04:21:32.293Z] ---> 28ab9ddaa3ac [2020-10-12T04:21:32.293Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-12T04:21:32.568Z] ---> Running in eb68b70f27e0 [2020-10-12T04:21:32.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:21:32.568Z] Removing intermediate container 403052e6f80e [2020-10-12T04:21:32.568Z] ---> 45c324727ef8 [2020-10-12T04:21:32.568Z] Step 14/22 : WORKDIR / [2020-10-12T04:21:32.843Z] ---> Running in 19ef1bb5e628 [2020-10-12T04:21:32.843Z] Removing intermediate container 43f59db6b9f1 [2020-10-12T04:21:32.843Z] ---> 6c900441812d [2020-10-12T04:21:32.843Z] [2020-10-12T04:21:33.443Z] Successfully built 6c900441812d [2020-10-12T04:21:33.443Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-12T04:21:33.443Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-10-12T04:21:33.443Z] Removing intermediate container eb68b70f27e0 [2020-10-12T04:21:33.443Z] ---> 387b2028b272 [2020-10-12T04:21:33.443Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:21:33.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:21:33.443Z] Removing intermediate container 19ef1bb5e628 [2020-10-12T04:21:33.443Z] ---> 63ad74be4dab [2020-10-12T04:21:33.443Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-12T04:21:33.718Z] ---> Running in 2eebed4099b4 [2020-10-12T04:21:33.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:21:33.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:21:34.269Z] Removing intermediate container 2eebed4099b4 [2020-10-12T04:21:34.269Z] ---> 2940bb5fe66d [2020-10-12T04:21:34.269Z] Step 22/24 : LABEL arch=arm64 [2020-10-12T04:21:34.550Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:21:34.550Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:21:34.550Z] OK: 12623 distinct packages available [2020-10-12T04:21:34.550Z] ---> Running in 6402156d1633 [2020-10-12T04:21:34.550Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-12T04:21:34.825Z] (2/33) Installing expat (2.2.9-r1) [2020-10-12T04:21:34.825Z] (3/33) Installing libffi (3.3-r2) [2020-10-12T04:21:34.825Z] (4/33) Installing gdbm (1.13-r1) [2020-10-12T04:21:34.825Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-12T04:21:34.825Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-12T04:21:34.825Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-12T04:21:34.825Z] ---> 512a7ca53cbf [2020-10-12T04:21:34.825Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-12T04:21:35.447Z] OK: 217 MiB in 51 packages [2020-10-12T04:21:35.728Z] Removing intermediate container 6402156d1633 [2020-10-12T04:21:35.728Z] ---> d36e6b954692 [2020-10-12T04:21:35.728Z] Step 23/24 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:21:37.165Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-12T04:21:37.165Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-12T04:21:37.165Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-12T04:21:37.165Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-12T04:21:37.165Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-12T04:21:37.165Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-12T04:21:37.165Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-12T04:21:37.165Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-12T04:21:37.165Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-12T04:21:37.437Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-12T04:21:37.437Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-12T04:21:37.437Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-12T04:21:37.437Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-12T04:21:37.437Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-12T04:21:37.437Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-12T04:21:37.713Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-12T04:21:37.713Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-12T04:21:37.713Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-12T04:21:37.713Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-12T04:21:37.713Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-12T04:21:37.713Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-12T04:21:37.713Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-12T04:21:37.713Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-12T04:21:38.006Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-12T04:21:38.006Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-12T04:21:38.006Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-12T04:21:38.006Z] ---> Running in 7f8d7b8c6a94 [2020-10-12T04:21:38.006Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:21:38.288Z] OK: 71 MiB in 55 packages [2020-10-12T04:21:38.561Z] ---> abe8be3fbf61 [2020-10-12T04:21:38.561Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-12T04:21:38.836Z] Removing intermediate container 7f8d7b8c6a94 [2020-10-12T04:21:38.837Z] ---> 18e3a04d3504 [2020-10-12T04:21:38.837Z] Step 24/24 : LABEL version=1.2.2-dev.62 [2020-10-12T04:21:38.837Z] Removing intermediate container cab5b7426e06 [2020-10-12T04:21:38.837Z] ---> b0050677a836 [2020-10-12T04:21:38.837Z] Step 5/29 : COPY go.mod . [2020-10-12T04:21:39.484Z] ---> Running in 247306a77d9f [2020-10-12T04:21:39.484Z] ---> 0f5e9cbf026b [2020-10-12T04:21:39.484Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-12T04:21:39.758Z] ---> Running in 83dcfdde585e [2020-10-12T04:21:39.758Z] ---> 00c7ace000ca [2020-10-12T04:21:39.758Z] Step 6/29 : RUN go mod download [2020-10-12T04:21:40.033Z] Removing intermediate container 247306a77d9f [2020-10-12T04:21:40.033Z] ---> 8ee58f165a1a [2020-10-12T04:21:40.033Z] [2020-10-12T04:21:40.033Z] ---> Running in 40d64b70c062 [2020-10-12T04:21:40.630Z] Removing intermediate container 83dcfdde585e [2020-10-12T04:21:40.630Z] ---> d86eca07186e [2020-10-12T04:21:40.630Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:21:40.907Z] Successfully built 8ee58f165a1a [2020-10-12T04:21:40.907Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-12T04:21:40.907Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-10-12T04:21:41.184Z] ---> Running in 12294fff1bb7 [2020-10-12T04:21:42.169Z] Removing intermediate container 12294fff1bb7 [2020-10-12T04:21:42.169Z] ---> 3f012986e125 [2020-10-12T04:21:42.169Z] Step 20/22 : LABEL arch=arm64 [2020-10-12T04:21:42.770Z] ---> Running in 563494df2428 [2020-10-12T04:21:44.241Z] Removing intermediate container 563494df2428 [2020-10-12T04:21:44.241Z] ---> 819967c4fc33 [2020-10-12T04:21:44.241Z] Step 21/22 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:21:44.849Z] ---> Running in 01f2f5b58435 [2020-10-12T04:21:45.458Z] Removing intermediate container 40d64b70c062 [2020-10-12T04:21:45.458Z] ---> 07c09a19a188 [2020-10-12T04:21:45.458Z] Step 7/29 : COPY . . [2020-10-12T04:21:46.078Z] Removing intermediate container 01f2f5b58435 [2020-10-12T04:21:46.078Z] ---> aabd42cdd3ab [2020-10-12T04:21:46.078Z] Step 22/22 : LABEL version=1.2.2-dev.62 [2020-10-12T04:21:48.065Z] ---> Running in 5ededd275b9c [2020-10-12T04:21:48.673Z] Removing intermediate container 1de28c36eb4a [2020-10-12T04:21:48.673Z] ---> 77eb8951f297 [2020-10-12T04:21:48.673Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-12T04:21:50.106Z] Removing intermediate container 5ededd275b9c [2020-10-12T04:21:50.106Z] ---> 940b17b900c0 [2020-10-12T04:21:50.106Z] [2020-10-12T04:21:50.383Z] Successfully built 940b17b900c0 [2020-10-12T04:21:50.383Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-12T04:21:50.383Z] Building docker-core-data-go [2020-10-12T04:21:50.383Z]  Building docker-core-metadata-go ... done  ---> Running in 9af5e4e7d876 [2020-10-12T04:21:57.129Z] Collecting docker-compose==1.23.2 [2020-10-12T04:21:57.129Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-12T04:21:57.407Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-12T04:21:57.407Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-12T04:21:58.004Z] Collecting cached-property<2,>=1.2.0 [2020-10-12T04:21:58.004Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-12T04:21:58.287Z] Collecting docopt<0.7,>=0.6.1 [2020-10-12T04:21:58.287Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-12T04:21:58.566Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:21:58.566Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:21:58.566Z] ---> fc1dec0c1048 [2020-10-12T04:21:58.566Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T04:21:58.566Z] ---> Using cache [2020-10-12T04:21:58.566Z] ---> 47fd688684d7 [2020-10-12T04:21:58.566Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:21:58.566Z] ---> Using cache [2020-10-12T04:21:58.566Z] ---> 0f2c36c2f336 [2020-10-12T04:21:58.566Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T04:21:58.566Z] ---> Using cache [2020-10-12T04:21:58.566Z] ---> 68758f9a50d8 [2020-10-12T04:21:58.566Z] Step 6/22 : COPY go.mod . [2020-10-12T04:21:58.566Z] ---> Using cache [2020-10-12T04:21:58.566Z] ---> 2595860314cf [2020-10-12T04:21:58.566Z] Step 7/22 : RUN go mod download [2020-10-12T04:21:58.566Z] ---> Using cache [2020-10-12T04:21:58.566Z] ---> 73622a034083 [2020-10-12T04:21:58.566Z] Step 8/22 : COPY . . [2020-10-12T04:21:58.566Z] ---> Using cache [2020-10-12T04:21:58.566Z] ---> 0ff5d5dd8eb8 [2020-10-12T04:21:58.566Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-12T04:22:01.972Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-12T04:22:01.972Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-12T04:22:03.953Z] ---> Running in a94ce7b7483f [2020-10-12T04:22:04.230Z] ---> 39a824f82c63 [2020-10-12T04:22:04.230Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-12T04:22:04.506Z] ---> Running in 5afb7b1c416e [2020-10-12T04:22:04.506Z] Collecting texttable<0.10,>=0.9.0 [2020-10-12T04:22:04.790Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-12T04:22:05.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/core-command/core-command ./cmd/core-command [2020-10-12T04:22:06.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-12T04:22:07.762Z] Collecting jsonschema<3,>=2.5.1 [2020-10-12T04:22:07.762Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-12T04:22:10.445Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-12T04:22:10.445Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-12T04:22:11.046Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-12T04:22:11.651Z] Collecting docker<4.0,>=3.6.0 [2020-10-12T04:22:11.651Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-12T04:22:13.666Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:22:13.666Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:22:13.666Z] ---> fc1dec0c1048 [2020-10-12T04:22:13.666Z] Step 3/26 : WORKDIR /edgex-go [2020-10-12T04:22:13.666Z] ---> Using cache [2020-10-12T04:22:13.666Z] ---> 47fd688684d7 [2020-10-12T04:22:13.666Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:22:13.666Z] ---> Using cache [2020-10-12T04:22:13.666Z] ---> 0f2c36c2f336 [2020-10-12T04:22:13.666Z] Step 5/26 : RUN apk update && apk add make git [2020-10-12T04:22:13.666Z] ---> Using cache [2020-10-12T04:22:13.666Z] ---> 68758f9a50d8 [2020-10-12T04:22:13.666Z] Step 6/26 : COPY go.mod . [2020-10-12T04:22:13.666Z] ---> Using cache [2020-10-12T04:22:13.666Z] ---> 2595860314cf [2020-10-12T04:22:13.666Z] Step 7/26 : RUN go mod download [2020-10-12T04:22:13.666Z] ---> Using cache [2020-10-12T04:22:13.666Z] ---> 73622a034083 [2020-10-12T04:22:13.666Z] Step 8/26 : COPY . . [2020-10-12T04:22:13.666Z] ---> Using cache [2020-10-12T04:22:13.666Z] ---> 0ff5d5dd8eb8 [2020-10-12T04:22:13.666Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-12T04:22:13.666Z] Collecting PyYAML<4,>=3.10 [2020-10-12T04:22:13.666Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-12T04:22:14.681Z] ---> Running in a652993ade23 [2020-10-12T04:22:18.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-12T04:22:19.596Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-12T04:22:20.225Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-12T04:22:20.225Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-12T04:22:21.228Z] Collecting idna<2.8,>=2.5 [2020-10-12T04:22:21.228Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-12T04:22:21.228Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-12T04:22:21.838Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:22:21.838Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:22:21.838Z] ---> fc1dec0c1048 [2020-10-12T04:22:21.838Z] Step 3/23 : WORKDIR /edgex-go [2020-10-12T04:22:21.838Z] ---> Using cache [2020-10-12T04:22:21.838Z] ---> 47fd688684d7 [2020-10-12T04:22:21.838Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:22:21.838Z] ---> Using cache [2020-10-12T04:22:21.838Z] ---> 0f2c36c2f336 [2020-10-12T04:22:21.838Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-12T04:22:22.120Z] Collecting docker-pycreds>=0.4.0 [2020-10-12T04:22:22.120Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-12T04:22:22.731Z] ---> Running in 5b2e96c8a6b6 [2020-10-12T04:22:22.731Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-12T04:22:22.731Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-12T04:22:22.731Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-12T04:22:22.731Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-12T04:22:24.203Z] Installing collected packages: websocket-client, cached-property, docopt, dockerpty, texttable, jsonschema, urllib3, idna, requests, docker-pycreds, docker, PyYAML, docker-compose [2020-10-12T04:22:24.811Z] Running setup.py install for docopt: started [2020-10-12T04:22:25.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:22:26.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:22:27.071Z] Running setup.py install for docopt: finished with status 'done' [2020-10-12T04:22:27.071Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:22:27.071Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:22:27.071Z] OK: 12623 distinct packages available [2020-10-12T04:22:27.071Z] Running setup.py install for dockerpty: started [2020-10-12T04:22:28.521Z] OK: 217 MiB in 51 packages [2020-10-12T04:22:29.980Z] Removing intermediate container 5b2e96c8a6b6 [2020-10-12T04:22:29.980Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-12T04:22:29.980Z] ---> 310c850d6346 [2020-10-12T04:22:29.980Z] Step 6/23 : COPY go.mod . [2020-10-12T04:22:29.980Z] Running setup.py install for texttable: started [2020-10-12T04:22:31.444Z] ---> e4edf188c503 [2020-10-12T04:22:31.444Z] Step 7/23 : RUN go mod download [2020-10-12T04:22:31.444Z] ---> Running in 41306ed212cc [2020-10-12T04:22:32.909Z] Running setup.py install for texttable: finished with status 'done' [2020-10-12T04:22:33.520Z] Attempting uninstall: urllib3 [2020-10-12T04:22:33.520Z] Found existing installation: urllib3 1.25.9 [2020-10-12T04:22:33.520Z] Uninstalling urllib3-1.25.9: [2020-10-12T04:22:33.800Z] Successfully uninstalled urllib3-1.25.9 [2020-10-12T04:22:34.407Z] Attempting uninstall: idna [2020-10-12T04:22:34.407Z] Found existing installation: idna 2.9 [2020-10-12T04:22:34.407Z] Uninstalling idna-2.9: [2020-10-12T04:22:34.686Z] Successfully uninstalled idna-2.9 [2020-10-12T04:22:36.148Z] Attempting uninstall: requests [2020-10-12T04:22:36.148Z] Found existing installation: requests 2.23.0 [2020-10-12T04:22:36.148Z] Uninstalling requests-2.23.0: [2020-10-12T04:22:36.148Z] Successfully uninstalled requests-2.23.0 [2020-10-12T04:22:36.766Z] Removing intermediate container 41306ed212cc [2020-10-12T04:22:36.766Z] ---> 6d1527ea04a8 [2020-10-12T04:22:36.766Z] Step 8/23 : COPY . . [2020-10-12T04:22:38.225Z] Running setup.py install for PyYAML: started [2020-10-12T04:22:42.582Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-12T04:22:43.575Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-12T04:22:53.824Z] Removing intermediate container 9af5e4e7d876 [2020-10-12T04:22:53.824Z] ---> 863df5bd9798 [2020-10-12T04:22:53.824Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-12T04:22:53.824Z] ---> Running in eb2d17f09d47 [2020-10-12T04:22:54.431Z] ---> 862bada2e60e [2020-10-12T04:22:54.431Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-12T04:22:54.714Z] ---> Running in 4358257511ab [2020-10-12T04:22:56.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:22:57.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:22:57.622Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/core-data/core-data ./cmd/core-data [2020-10-12T04:22:57.911Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T04:22:57.911Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-12T04:22:57.911Z] (3/3) Installing curl (7.69.1-r1) [2020-10-12T04:22:57.911Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:22:57.911Z] OK: 71 MiB in 58 packages [2020-10-12T04:22:59.945Z] Removing intermediate container eb2d17f09d47 [2020-10-12T04:22:59.946Z] ---> c86e9223f5fa [2020-10-12T04:22:59.946Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-12T04:22:59.946Z] ---> Running in 9d742b49d701 [2020-10-12T04:23:00.557Z] Removing intermediate container 9d742b49d701 [2020-10-12T04:23:00.557Z] ---> 68ce87815c18 [2020-10-12T04:23:00.557Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:23:00.557Z] ---> Running in af5f30860c0a [2020-10-12T04:23:01.165Z] Removing intermediate container af5f30860c0a [2020-10-12T04:23:01.165Z] ---> 7f54a366d1cc [2020-10-12T04:23:01.166Z] Step 25/27 : LABEL arch=arm64 [2020-10-12T04:23:01.458Z] ---> Running in b9151e491c94 [2020-10-12T04:23:02.469Z] Removing intermediate container b9151e491c94 [2020-10-12T04:23:02.469Z] ---> 0abf89b24f46 [2020-10-12T04:23:02.469Z] Step 26/27 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:23:02.470Z] ---> Running in f759c6820f5c [2020-10-12T04:23:03.078Z] Removing intermediate container f759c6820f5c [2020-10-12T04:23:03.354Z] ---> 3b7b54f5b46e [2020-10-12T04:23:03.354Z] Step 27/27 : LABEL version=1.2.2-dev.62 [2020-10-12T04:23:03.354Z] ---> Running in c1f6f8f69464 [2020-10-12T04:23:03.962Z] Removing intermediate container c1f6f8f69464 [2020-10-12T04:23:03.962Z] ---> 0723e7d219df [2020-10-12T04:23:04.242Z] [2020-10-12T04:23:04.765Z] Successfully built 0723e7d219df [2020-10-12T04:23:04.765Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-12T04:23:04.765Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-logging-go [2020-10-12T04:23:27.073Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T04:23:27.073Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T04:23:27.073Z] ---> fc1dec0c1048 [2020-10-12T04:23:27.073Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T04:23:27.073Z] ---> Using cache [2020-10-12T04:23:27.073Z] ---> 47fd688684d7 [2020-10-12T04:23:27.073Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:23:27.073Z] ---> Using cache [2020-10-12T04:23:27.073Z] ---> 0f2c36c2f336 [2020-10-12T04:23:27.073Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-12T04:23:29.782Z] ---> Running in 61a469f2dd44 [2020-10-12T04:23:32.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:23:32.734Z] Removing intermediate container 5afb7b1c416e [2020-10-12T04:23:32.734Z] ---> 5d0df46eb511 [2020-10-12T04:23:32.734Z] [2020-10-12T04:23:32.734Z] Step 9/29 : FROM alpine:latest [2020-10-12T04:23:32.734Z] ---> 62ee0e9f8440 [2020-10-12T04:23:32.734Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-12T04:23:32.734Z] ---> Running in 648fdf391740 [2020-10-12T04:23:33.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:23:33.294Z] Removing intermediate container 648fdf391740 [2020-10-12T04:23:33.294Z] ---> b91c50e95cc3 [2020-10-12T04:23:33.294Z] Step 11/29 : USER root [2020-10-12T04:23:33.582Z] ---> Running in 9cb71f5db7d4 [2020-10-12T04:23:34.190Z] Removing intermediate container 9cb71f5db7d4 [2020-10-12T04:23:34.190Z] ---> 73dceaee3794 [2020-10-12T04:23:34.190Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-12T04:23:34.190Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:23:34.190Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:23:34.190Z] OK: 12623 distinct packages available [2020-10-12T04:23:34.190Z] ---> Running in 59b8b78ec6b7 [2020-10-12T04:23:35.176Z] OK: 217 MiB in 51 packages [2020-10-12T04:23:36.161Z] OK: 217 MiB in 51 packages [2020-10-12T04:23:36.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:23:37.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-12T04:23:37.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:23:37.926Z] Removing intermediate container 61a469f2dd44 [2020-10-12T04:23:37.926Z] ---> 095e0f8221b7 [2020-10-12T04:23:37.926Z] Step 6/22 : COPY go.mod . [2020-10-12T04:23:38.213Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T04:23:38.214Z] v3.12.0-382-g904dd561a5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T04:23:38.214Z] OK: 12621 distinct packages available [2020-10-12T04:23:38.824Z] ---> a756f54c4f4e [2020-10-12T04:23:38.824Z] Step 7/22 : RUN go mod download [2020-10-12T04:23:39.104Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-12T04:23:39.104Z] ---> Running in 1255e3b81fd8 [2020-10-12T04:23:39.104Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-12T04:23:39.104Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:23:39.104Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T04:23:39.390Z] OK: 6 MiB in 16 packages [2020-10-12T04:23:42.052Z] Removing intermediate container 59b8b78ec6b7 [2020-10-12T04:23:42.052Z] ---> 7fa48f1a6669 [2020-10-12T04:23:42.052Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-12T04:23:42.339Z] ---> Running in 663d063337a5 [2020-10-12T04:23:42.954Z] Removing intermediate container 663d063337a5 [2020-10-12T04:23:42.954Z] ---> 2f477a403fbb [2020-10-12T04:23:42.954Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-12T04:23:42.954Z] ---> Running in 404d0472a51f [2020-10-12T04:23:43.982Z] Removing intermediate container 404d0472a51f [2020-10-12T04:23:43.982Z] ---> ed8384bedfe0 [2020-10-12T04:23:43.982Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-12T04:23:44.270Z] ---> Running in 13a91d09933a [2020-10-12T04:23:44.574Z] Removing intermediate container 1255e3b81fd8 [2020-10-12T04:23:44.574Z] ---> a327fa51c382 [2020-10-12T04:23:44.574Z] Step 8/22 : COPY . . [2020-10-12T04:23:48.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-12T04:23:50.379Z] Removing intermediate container 13a91d09933a [2020-10-12T04:23:50.379Z] ---> 7264a111ff2c [2020-10-12T04:23:50.379Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-12T04:23:53.053Z] ---> 61e921fc4560 [2020-10-12T04:23:53.053Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-12T04:23:54.514Z] ---> 55e7201ec370 [2020-10-12T04:23:54.514Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-12T04:23:57.191Z] ---> b90b9d963334 [2020-10-12T04:23:57.192Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-12T04:23:59.850Z] ---> a78c2ec8a099 [2020-10-12T04:23:59.851Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-12T04:24:00.459Z] Removing intermediate container a94ce7b7483f [2020-10-12T04:24:00.459Z] ---> 68875e34d5ad [2020-10-12T04:24:00.459Z] [2020-10-12T04:24:00.459Z] Step 10/22 : FROM scratch [2020-10-12T04:24:00.459Z] ---> [2020-10-12T04:24:00.459Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T04:24:01.065Z] ---> Using cache [2020-10-12T04:24:01.065Z] ---> f03a6b2cd3ff [2020-10-12T04:24:01.065Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-12T04:24:01.686Z] ---> Running in 9795a94aa2f7 [2020-10-12T04:24:01.686Z] ---> b5c38d5746a9 [2020-10-12T04:24:01.686Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-12T04:24:02.302Z] ---> Running in 8759cea3c8ce [2020-10-12T04:24:02.915Z] Removing intermediate container a652993ade23 [2020-10-12T04:24:02.915Z] ---> 033cc81dafb6 [2020-10-12T04:24:02.915Z] [2020-10-12T04:24:02.915Z] Step 10/26 : FROM alpine:3.10 [2020-10-12T04:24:02.915Z] Removing intermediate container 9795a94aa2f7 [2020-10-12T04:24:02.915Z] ---> 66415ae704ec [2020-10-12T04:24:02.915Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T04:24:03.194Z] ---> Running in 82c0a3504da8 [2020-10-12T04:24:03.471Z] 3.10: Pulling from library/alpine [2020-10-12T04:24:04.078Z] Removing intermediate container 82c0a3504da8 [2020-10-12T04:24:04.078Z] ---> a7e9c65f75e7 [2020-10-12T04:24:04.078Z] Step 14/22 : WORKDIR / [2020-10-12T04:24:04.363Z] ---> Running in 587fcb86e962 [2020-10-12T04:24:05.840Z] Removing intermediate container 587fcb86e962 [2020-10-12T04:24:05.840Z] ---> 5b62a8cf88af [2020-10-12T04:24:05.841Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-12T04:24:06.461Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-12T04:24:06.461Z] Status: Downloaded newer image for alpine:3.10 [2020-10-12T04:24:06.461Z] ---> 536a684cf733 [2020-10-12T04:24:06.461Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-12T04:24:06.741Z] ---> Running in f13e0c6fa867 [2020-10-12T04:24:08.190Z] ---> 62af4b59cfd8 [2020-10-12T04:24:08.190Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-12T04:24:08.190Z] Removing intermediate container 8759cea3c8ce [2020-10-12T04:24:08.190Z] ---> 1d518b613c17 [2020-10-12T04:24:08.190Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T04:24:10.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:24:10.250Z] ---> 75a6cf3912a5 [2020-10-12T04:24:10.250Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T04:24:10.549Z] ---> Running in 34e09df3618b [2020-10-12T04:24:10.549Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:24:11.161Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-12T04:24:11.161Z] v3.10.5-97-gf39009a9b6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-12T04:24:11.161Z] OK: 10167 distinct packages available [2020-10-12T04:24:11.764Z] ---> 3602ea39514c [2020-10-12T04:24:11.764Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-12T04:24:12.045Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-12T04:24:12.045Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-12T04:24:12.045Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-12T04:24:12.045Z] (4/5) Installing curl (7.66.0-r1) [2020-10-12T04:24:12.045Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-12T04:24:12.045Z] Executing busybox-1.30.1-r3.trigger [2020-10-12T04:24:12.045Z] Executing ca-certificates-20191127-r2.trigger [2020-10-12T04:24:12.657Z] OK: 7 MiB in 19 packages [2020-10-12T04:24:12.936Z] ---> d2663718f921 [2020-10-12T04:24:12.936Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-12T04:24:13.213Z] ---> Running in 535aad52cf0b [2020-10-12T04:24:13.506Z] ---> 239f6e29b9d2 [2020-10-12T04:24:13.506Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-12T04:24:14.114Z] ---> Running in 9b00809130e9 [2020-10-12T04:24:14.715Z] Removing intermediate container 535aad52cf0b [2020-10-12T04:24:14.715Z] ---> e456ff87be2f [2020-10-12T04:24:14.715Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:24:14.715Z] ---> Running in 9427da788667 [2020-10-12T04:24:16.176Z] Removing intermediate container 9427da788667 [2020-10-12T04:24:16.176Z] ---> 708e8f0880aa [2020-10-12T04:24:16.176Z] Step 20/22 : LABEL arch=arm64 [2020-10-12T04:24:16.176Z] ---> Running in 682cef6f93cd [2020-10-12T04:24:16.176Z] Removing intermediate container 34e09df3618b [2020-10-12T04:24:16.176Z] ---> 43e9b9c60d57 [2020-10-12T04:24:16.176Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-12T04:24:16.458Z] ---> Running in 8361164c9815 [2020-10-12T04:24:16.458Z] Removing intermediate container f13e0c6fa867 [2020-10-12T04:24:16.458Z] ---> 4bd6d0af4fca [2020-10-12T04:24:16.458Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T04:24:16.743Z] ---> Running in a665b53e41f8 [2020-10-12T04:24:17.028Z] Removing intermediate container 682cef6f93cd [2020-10-12T04:24:17.028Z] ---> c9ce24885411 [2020-10-12T04:24:17.028Z] Step 21/22 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:24:17.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.62" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-12T04:24:17.305Z] ---> Running in 7ae0791303c4 [2020-10-12T04:24:17.909Z] Removing intermediate container a665b53e41f8 [2020-10-12T04:24:17.909Z] ---> 18e78272ecfc [2020-10-12T04:24:17.909Z] Step 13/26 : WORKDIR / [2020-10-12T04:24:18.185Z] ---> Running in 5121054beab4 [2020-10-12T04:24:18.186Z] Removing intermediate container 7ae0791303c4 [2020-10-12T04:24:18.186Z] ---> a1e22ee8d68b [2020-10-12T04:24:18.186Z] Step 22/22 : LABEL version=1.2.2-dev.62 [2020-10-12T04:24:18.477Z] ---> Running in bcfba3e1e1d8 [2020-10-12T04:24:19.080Z] Removing intermediate container 5121054beab4 [2020-10-12T04:24:19.080Z] ---> 3af046cc9941 [2020-10-12T04:24:19.080Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-12T04:24:19.356Z] Removing intermediate container bcfba3e1e1d8 [2020-10-12T04:24:19.356Z] ---> bca7be8acd34 [2020-10-12T04:24:19.356Z] [2020-10-12T04:24:20.824Z] ---> ea65828b16f2 [2020-10-12T04:24:20.824Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-12T04:24:20.824Z] Successfully built bca7be8acd34 [2020-10-12T04:24:20.824Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-12T04:24:21.442Z]  Building docker-core-command-go ... done Removing intermediate container 8361164c9815 [2020-10-12T04:24:21.442Z] ---> 91e163e16e82 [2020-10-12T04:24:21.442Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T04:24:21.442Z] ---> Running in 4abc830d5e8a [2020-10-12T04:24:22.054Z] ---> 34637ab5c0c4 [2020-10-12T04:24:22.054Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-12T04:24:22.340Z] Removing intermediate container 4abc830d5e8a [2020-10-12T04:24:22.340Z] ---> ec248679df11 [2020-10-12T04:24:22.340Z] Step 26/29 : CMD [ "generate" ] [2020-10-12T04:24:22.619Z] ---> Running in d532a9f9c019 [2020-10-12T04:24:23.626Z] ---> e6a30621e213 [2020-10-12T04:24:23.626Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-12T04:24:23.626Z] Removing intermediate container d532a9f9c019 [2020-10-12T04:24:23.626Z] ---> ba25bb98f083 [2020-10-12T04:24:23.626Z] Step 27/29 : LABEL arch=arm64 [2020-10-12T04:24:23.626Z] ---> Running in 5e0b9bde0ba8 [2020-10-12T04:24:24.632Z] Removing intermediate container 5e0b9bde0ba8 [2020-10-12T04:24:24.632Z] ---> 735b03af83cb [2020-10-12T04:24:24.632Z] Step 28/29 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:24:24.632Z] ---> Running in 3cb129fc8a33 [2020-10-12T04:24:24.632Z] ---> 1490e989a970 [2020-10-12T04:24:24.632Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-12T04:24:25.239Z] Removing intermediate container 3cb129fc8a33 [2020-10-12T04:24:25.239Z] ---> 88bcbda720bf [2020-10-12T04:24:25.239Z] Step 29/29 : LABEL version=1.2.2-dev.62 [2020-10-12T04:24:25.861Z] ---> Running in d932da562aad [2020-10-12T04:24:26.473Z] Removing intermediate container d932da562aad [2020-10-12T04:24:26.473Z] ---> d8b52dc4fd47 [2020-10-12T04:24:26.473Z] [2020-10-12T04:24:26.753Z] ---> c8be6a7f250a [2020-10-12T04:24:26.754Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-12T04:24:27.361Z] Successfully built d8b52dc4fd47 [2020-10-12T04:24:27.361Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-12T04:24:28.355Z]  Building docker-security-secrets-setup-go ... done  ---> 60c90e636636 [2020-10-12T04:24:28.355Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-12T04:24:29.792Z] ---> 9304b1014590 [2020-10-12T04:24:29.792Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T04:24:31.263Z] ---> faec4b250980 [2020-10-12T04:24:31.263Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T04:24:31.263Z] ---> Running in 97827386fa95 [2020-10-12T04:24:34.705Z] Removing intermediate container 97827386fa95 [2020-10-12T04:24:34.705Z] ---> 6cd7d276e820 [2020-10-12T04:24:34.705Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T04:24:34.984Z] ---> Running in ae0f90159dbc [2020-10-12T04:24:35.605Z] Removing intermediate container ae0f90159dbc [2020-10-12T04:24:35.605Z] ---> 4536f5e89bb2 [2020-10-12T04:24:35.605Z] Step 24/26 : LABEL arch=arm64 [2020-10-12T04:24:35.884Z] ---> Running in ebe35d131b03 [2020-10-12T04:24:36.512Z] Removing intermediate container ebe35d131b03 [2020-10-12T04:24:36.512Z] ---> 007e1c466c8b [2020-10-12T04:24:36.512Z] Step 25/26 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:24:36.788Z] ---> Running in c61373a56e9a [2020-10-12T04:24:37.398Z] Removing intermediate container c61373a56e9a [2020-10-12T04:24:37.398Z] ---> ac02506e1cab [2020-10-12T04:24:37.398Z] Step 26/26 : LABEL version=1.2.2-dev.62 [2020-10-12T04:24:37.681Z] ---> Running in 70d7d5c7fca6 [2020-10-12T04:24:38.295Z] Removing intermediate container 70d7d5c7fca6 [2020-10-12T04:24:38.295Z] ---> e49f39d91f45 [2020-10-12T04:24:38.295Z] [2020-10-12T04:24:38.574Z] Successfully built e49f39d91f45 [2020-10-12T04:24:38.574Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-12T04:24:48.788Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4358257511ab [2020-10-12T04:24:48.788Z] ---> 519584ae1763 [2020-10-12T04:24:48.788Z] [2020-10-12T04:24:48.788Z] Step 10/23 : FROM alpine [2020-10-12T04:24:48.788Z] ---> 62ee0e9f8440 [2020-10-12T04:24:48.788Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T04:24:48.788Z] ---> Running in a9e1bd997812 [2020-10-12T04:24:48.788Z] Removing intermediate container a9e1bd997812 [2020-10-12T04:24:48.788Z] ---> 85e812089e00 [2020-10-12T04:24:48.788Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-12T04:24:48.788Z] ---> Running in 70a9a557b5a1 [2020-10-12T04:24:49.102Z] Removing intermediate container 70a9a557b5a1 [2020-10-12T04:24:49.102Z] ---> 3aa329211545 [2020-10-12T04:24:49.102Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-12T04:24:49.377Z] ---> Running in 31ebccafff97 [2020-10-12T04:24:49.985Z] Removing intermediate container 31ebccafff97 [2020-10-12T04:24:49.985Z] ---> d00c45c42f1f [2020-10-12T04:24:49.985Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T04:24:49.985Z] ---> Running in cf9476baa54c [2020-10-12T04:24:53.407Z] Removing intermediate container cf9476baa54c [2020-10-12T04:24:53.407Z] ---> 557d7155703c [2020-10-12T04:24:53.407Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-12T04:24:53.407Z] ---> Running in 876bd3305a34 [2020-10-12T04:24:54.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T04:24:55.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T04:24:55.969Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-12T04:24:55.969Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-12T04:24:55.969Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-12T04:24:56.242Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-12T04:24:56.528Z] Removing intermediate container 9b00809130e9 [2020-10-12T04:24:56.528Z] ---> 3b8c9afa76fd [2020-10-12T04:24:56.528Z] [2020-10-12T04:24:56.528Z] Step 10/22 : FROM scratch [2020-10-12T04:24:56.528Z] ---> [2020-10-12T04:24:56.528Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T04:24:56.528Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-12T04:24:56.528Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T04:24:56.528Z] ---> Using cache [2020-10-12T04:24:56.528Z] ---> 577a624657c2 [2020-10-12T04:24:56.528Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-12T04:24:56.528Z] OK: 8 MiB in 19 packages [2020-10-12T04:24:56.805Z] ---> Running in 369509f16e1e [2020-10-12T04:24:57.461Z] Removing intermediate container 369509f16e1e [2020-10-12T04:24:57.461Z] ---> b02dffa3693a [2020-10-12T04:24:57.461Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T04:24:57.461Z] ---> Running in b669359ea07d [2020-10-12T04:24:57.765Z] Removing intermediate container b669359ea07d [2020-10-12T04:24:58.059Z] ---> f0b770bd2595 [2020-10-12T04:24:58.059Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-12T04:24:58.059Z] Removing intermediate container 876bd3305a34 [2020-10-12T04:24:58.059Z] ---> 064e9275da00 [2020-10-12T04:24:58.059Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-12T04:24:58.703Z] ---> 403f09edc192 [2020-10-12T04:24:58.703Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-12T04:24:58.978Z] ---> 6bbab76e1440 [2020-10-12T04:24:58.978Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-12T04:24:59.576Z] ---> 2980c149a829 [2020-10-12T04:24:59.576Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-12T04:25:00.174Z] ---> 8b028e2108df [2020-10-12T04:25:00.174Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-12T04:25:00.773Z] ---> bd5600dcd833 [2020-10-12T04:25:00.773Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-12T04:25:01.046Z] ---> d68c47984129 [2020-10-12T04:25:01.046Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-12T04:25:01.329Z] ---> Running in 95018ea17825 [2020-10-12T04:25:01.607Z] ---> 62fea9e2fb24 [2020-10-12T04:25:01.607Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-12T04:25:01.607Z] ---> Running in 50bd00462d2f [2020-10-12T04:25:01.607Z] Removing intermediate container 95018ea17825 [2020-10-12T04:25:01.607Z] ---> 77ccec0d1955 [2020-10-12T04:25:01.607Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:25:01.884Z] ---> Running in 4ea37a89be08 [2020-10-12T04:25:02.157Z] Removing intermediate container 50bd00462d2f [2020-10-12T04:25:02.157Z] ---> c5e4e2548cef [2020-10-12T04:25:02.157Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T04:25:02.426Z] ---> Running in 7e55f8825d8b [2020-10-12T04:25:02.426Z] Removing intermediate container 4ea37a89be08 [2020-10-12T04:25:02.426Z] ---> 3a693d81e4e5 [2020-10-12T04:25:02.426Z] Step 21/23 : LABEL arch=arm64 [2020-10-12T04:25:02.704Z] ---> Running in f63355b98ff2 [2020-10-12T04:25:02.704Z] Removing intermediate container 7e55f8825d8b [2020-10-12T04:25:02.704Z] ---> e57402736c99 [2020-10-12T04:25:02.704Z] Step 20/22 : LABEL arch=arm64 [2020-10-12T04:25:02.975Z] ---> Running in b502a7c695c5 [2020-10-12T04:25:02.975Z] Removing intermediate container f63355b98ff2 [2020-10-12T04:25:02.975Z] ---> e1603e931cb6 [2020-10-12T04:25:02.975Z] Step 22/23 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:03.244Z] ---> Running in ef7b04d6c290 [2020-10-12T04:25:03.519Z] Removing intermediate container b502a7c695c5 [2020-10-12T04:25:03.519Z] ---> 39748983f204 [2020-10-12T04:25:03.519Z] Step 21/22 : LABEL git_sha=ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:03.519Z] ---> Running in 74f6674a6e99 [2020-10-12T04:25:03.519Z] Removing intermediate container ef7b04d6c290 [2020-10-12T04:25:03.519Z] ---> a96f5559226b [2020-10-12T04:25:03.519Z] Step 23/23 : LABEL version=1.2.2-dev.62 [2020-10-12T04:25:03.789Z] ---> Running in f79f344ba59b [2020-10-12T04:25:04.061Z] Removing intermediate container 74f6674a6e99 [2020-10-12T04:25:04.061Z] ---> 9fcb1551520d [2020-10-12T04:25:04.061Z] Step 22/22 : LABEL version=1.2.2-dev.62 [2020-10-12T04:25:04.061Z] Removing intermediate container f79f344ba59b [2020-10-12T04:25:04.061Z] ---> 54577f628b85 [2020-10-12T04:25:04.061Z] [2020-10-12T04:25:04.061Z] ---> Running in bd178feefaf2 [2020-10-12T04:25:04.651Z] Successfully built 54577f628b85 [2020-10-12T04:25:04.651Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-12T04:25:04.651Z]  Building docker-core-data-go ... done Removing intermediate container bd178feefaf2 [2020-10-12T04:25:04.651Z] ---> 1ba35a1702b6 [2020-10-12T04:25:04.651Z] [2020-10-12T04:25:04.922Z] Successfully built 1ba35a1702b6 [2020-10-12T04:25:04.922Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-12T04:25:05.209Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-10-12T04:25:05.225Z] $ docker stop --time=1 d364b8688f850a15978ff2135019e1c829bd7bc65e4ed37a95310b6726015d41 [2020-10-12T04:25:07.149Z] $ docker rm -f d364b8688f850a15978ff2135019e1c829bd7bc65e4ed37a95310b6726015d41 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:25:07.903Z] + grep docker [2020-10-12T04:25:07.903Z] + docker images [2020-10-12T04:25:08.174Z] docker-support-logging-go-arm64 latest 1ba35a1702b6 4 seconds ago 10.6MB [2020-10-12T04:25:08.175Z] docker-core-data-go-arm64 latest 54577f628b85 5 seconds ago 22.2MB [2020-10-12T04:25:08.175Z] docker-security-secretstore-setup-go-arm64 latest e49f39d91f45 31 seconds ago 30.8MB [2020-10-12T04:25:08.175Z] docker-security-secrets-setup-go-arm64 latest d8b52dc4fd47 42 seconds ago 22.7MB [2020-10-12T04:25:08.175Z] docker-core-command-go-arm64 latest bca7be8acd34 50 seconds ago 11.4MB [2020-10-12T04:25:08.175Z] docker-sys-mgmt-agent-go-arm64 latest 0723e7d219df 2 minutes ago 270MB [2020-10-12T04:25:08.175Z] docker-core-metadata-go-arm64 latest 940b17b900c0 3 minutes ago 13.3MB [2020-10-12T04:25:08.175Z] docker-support-notifications-go-arm64 latest 8ee58f165a1a 3 minutes ago 12.9MB [2020-10-12T04:25:08.175Z] docker-support-scheduler-go-arm64 latest 6c900441812d 3 minutes ago 11.5MB [2020-10-12T04:25:08.175Z] docker-security-proxy-setup-go-arm64 latest b6b8c5c97c1d 4 minutes ago 15.1MB [2020-10-12T04:25:08.175Z] docker latest 45884bde0078 3 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-12T04:25:08.764Z] provisioning config files... [2020-10-12T04:25:08.832Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/177@tmp/config2808700307648810617tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:25:09.255Z] ---> docker-login.sh [2020-10-12T04:25:09.255Z] nexus3.edgexfoundry.org:10001 [2020-10-12T04:25:09.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T04:25:09.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T04:25:09.800Z] Configure a credential helper to remove this warning. See [2020-10-12T04:25:09.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T04:25:09.800Z] [2020-10-12T04:25:09.800Z] Login Succeeded [2020-10-12T04:25:09.800Z] nexus3.edgexfoundry.org:10002 [2020-10-12T04:25:10.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T04:25:10.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T04:25:10.345Z] Configure a credential helper to remove this warning. See [2020-10-12T04:25:10.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T04:25:10.345Z] [2020-10-12T04:25:10.345Z] Login Succeeded [2020-10-12T04:25:10.345Z] nexus3.edgexfoundry.org:10003 [2020-10-12T04:25:10.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T04:25:10.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T04:25:10.888Z] Configure a credential helper to remove this warning. See [2020-10-12T04:25:10.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T04:25:10.888Z] [2020-10-12T04:25:10.888Z] Login Succeeded [2020-10-12T04:25:10.888Z] nexus3.edgexfoundry.org:10004 [2020-10-12T04:25:11.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T04:25:11.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T04:25:11.434Z] Configure a credential helper to remove this warning. See [2020-10-12T04:25:11.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T04:25:11.434Z] [2020-10-12T04:25:11.434Z] Login Succeeded [2020-10-12T04:25:11.434Z] docker.io [2020-10-12T04:25:11.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T04:25:12.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T04:25:12.302Z] Configure a credential helper to remove this warning. See [2020-10-12T04:25:12.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T04:25:12.302Z] [2020-10-12T04:25:12.302Z] Login Succeeded [2020-10-12T04:25:12.302Z] ---> docker-login.sh ends [Pipeline] } [2020-10-12T04:25:12.321Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:25:12.672Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-12T04:25:12.672Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:12.672Z] 1.2.2-dev.62 [2020-10-12T04:25:12.672Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:12.672Z] master [2020-10-12T04:25:12.672Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:13.243Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:13.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:13.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T04:25:13.581Z] 8484a67283ea: Preparing [2020-10-12T04:25:13.581Z] 5b0a6d1c5b11: Preparing [2020-10-12T04:25:13.581Z] 1b02ae0a0c95: Preparing [2020-10-12T04:25:13.853Z] 1b02ae0a0c95: Pushed [2020-10-12T04:25:13.853Z] 8484a67283ea: Pushed [2020-10-12T04:25:17.223Z] 5b0a6d1c5b11: Pushed [2020-10-12T04:25:17.223Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:845b4a8d2d4baf2ecedd5a5085f56a113078b7369667ddfadd226a9b5329c0b4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:17.565Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:17.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.62 [2020-10-12T04:25:17.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T04:25:17.900Z] 8484a67283ea: Preparing [2020-10-12T04:25:17.900Z] 5b0a6d1c5b11: Preparing [2020-10-12T04:25:17.900Z] 1b02ae0a0c95: Preparing [2020-10-12T04:25:17.900Z] 5b0a6d1c5b11: Layer already exists [2020-10-12T04:25:17.900Z] 8484a67283ea: Layer already exists [2020-10-12T04:25:17.900Z] 1b02ae0a0c95: Layer already exists [2020-10-12T04:25:18.169Z] 1.2.2-dev.62: digest: sha256:845b4a8d2d4baf2ecedd5a5085f56a113078b7369667ddfadd226a9b5329c0b4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:18.509Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:18.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:18.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T04:25:18.842Z] 8484a67283ea: Preparing [2020-10-12T04:25:18.842Z] 5b0a6d1c5b11: Preparing [2020-10-12T04:25:18.842Z] 1b02ae0a0c95: Preparing [2020-10-12T04:25:18.842Z] 8484a67283ea: Layer already exists [2020-10-12T04:25:18.842Z] 5b0a6d1c5b11: Layer already exists [2020-10-12T04:25:18.842Z] 1b02ae0a0c95: Layer already exists [2020-10-12T04:25:19.111Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:845b4a8d2d4baf2ecedd5a5085f56a113078b7369667ddfadd226a9b5329c0b4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:19.452Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:19.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-12T04:25:19.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T04:25:19.793Z] 8484a67283ea: Preparing [2020-10-12T04:25:19.793Z] 5b0a6d1c5b11: Preparing [2020-10-12T04:25:19.793Z] 1b02ae0a0c95: Preparing [2020-10-12T04:25:19.793Z] 5b0a6d1c5b11: Layer already exists [2020-10-12T04:25:19.793Z] 8484a67283ea: Layer already exists [2020-10-12T04:25:19.793Z] 1b02ae0a0c95: Layer already exists [2020-10-12T04:25:20.063Z] master: digest: sha256:845b4a8d2d4baf2ecedd5a5085f56a113078b7369667ddfadd226a9b5329c0b4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:25:20.387Z] ===================================================== [Pipeline] echo [2020-10-12T04:25:20.438Z] taggedImages: [2020-10-12T04:25:20.438Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:20.438Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.62 [2020-10-12T04:25:20.438Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:20.438Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-12T04:25:20.540Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-12T04:25:20.540Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:20.540Z] 1.2.2-dev.62 [2020-10-12T04:25:20.540Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:20.540Z] master [2020-10-12T04:25:20.540Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:21.073Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:21.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:21.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T04:25:21.441Z] e60ef34e59ae: Preparing [2020-10-12T04:25:21.441Z] f893e7000022: Preparing [2020-10-12T04:25:21.441Z] cc1612eb27ae: Preparing [2020-10-12T04:25:21.441Z] 806ff39cf8dc: Preparing [2020-10-12T04:25:21.441Z] 268abe842f4d: Preparing [2020-10-12T04:25:21.441Z] e2f13739ad41: Preparing [2020-10-12T04:25:21.441Z] e2f13739ad41: Waiting [2020-10-12T04:25:21.720Z] 268abe842f4d: Pushed [2020-10-12T04:25:21.720Z] e60ef34e59ae: Pushed [2020-10-12T04:25:21.720Z] cc1612eb27ae: Pushed [2020-10-12T04:25:22.008Z] e2f13739ad41: Layer already exists [2020-10-12T04:25:22.611Z] 806ff39cf8dc: Pushed [2020-10-12T04:25:25.223Z] f893e7000022: Pushed [2020-10-12T04:25:25.223Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:b2629950b8c9ff2e7452021942fc72afc4ed57d8e86224a29c8127edf16e97a7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:25.565Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:25.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.62 [2020-10-12T04:25:25.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T04:25:25.905Z] e60ef34e59ae: Preparing [2020-10-12T04:25:25.905Z] f893e7000022: Preparing [2020-10-12T04:25:25.905Z] cc1612eb27ae: Preparing [2020-10-12T04:25:25.905Z] 806ff39cf8dc: Preparing [2020-10-12T04:25:25.905Z] 268abe842f4d: Preparing [2020-10-12T04:25:25.905Z] e2f13739ad41: Preparing [2020-10-12T04:25:25.905Z] e2f13739ad41: Waiting [2020-10-12T04:25:25.905Z] cc1612eb27ae: Layer already exists [2020-10-12T04:25:25.905Z] e60ef34e59ae: Layer already exists [2020-10-12T04:25:25.905Z] f893e7000022: Layer already exists [2020-10-12T04:25:25.905Z] 268abe842f4d: Layer already exists [2020-10-12T04:25:25.905Z] 806ff39cf8dc: Layer already exists [2020-10-12T04:25:26.177Z] e2f13739ad41: Layer already exists [2020-10-12T04:25:26.177Z] 1.2.2-dev.62: digest: sha256:b2629950b8c9ff2e7452021942fc72afc4ed57d8e86224a29c8127edf16e97a7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:26.522Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:26.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:26.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T04:25:26.868Z] e60ef34e59ae: Preparing [2020-10-12T04:25:26.868Z] f893e7000022: Preparing [2020-10-12T04:25:26.868Z] cc1612eb27ae: Preparing [2020-10-12T04:25:26.868Z] 806ff39cf8dc: Preparing [2020-10-12T04:25:26.868Z] 268abe842f4d: Preparing [2020-10-12T04:25:26.868Z] e2f13739ad41: Preparing [2020-10-12T04:25:26.868Z] e2f13739ad41: Waiting [2020-10-12T04:25:26.868Z] e60ef34e59ae: Layer already exists [2020-10-12T04:25:26.868Z] cc1612eb27ae: Layer already exists [2020-10-12T04:25:26.868Z] 806ff39cf8dc: Layer already exists [2020-10-12T04:25:26.868Z] 268abe842f4d: Layer already exists [2020-10-12T04:25:26.868Z] f893e7000022: Layer already exists [2020-10-12T04:25:26.868Z] e2f13739ad41: Layer already exists [2020-10-12T04:25:27.140Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:b2629950b8c9ff2e7452021942fc72afc4ed57d8e86224a29c8127edf16e97a7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:27.482Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:27.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-12T04:25:27.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T04:25:27.819Z] e60ef34e59ae: Preparing [2020-10-12T04:25:27.819Z] f893e7000022: Preparing [2020-10-12T04:25:27.819Z] cc1612eb27ae: Preparing [2020-10-12T04:25:27.819Z] 806ff39cf8dc: Preparing [2020-10-12T04:25:27.819Z] 268abe842f4d: Preparing [2020-10-12T04:25:27.819Z] e2f13739ad41: Preparing [2020-10-12T04:25:27.819Z] e2f13739ad41: Waiting [2020-10-12T04:25:27.819Z] 268abe842f4d: Layer already exists [2020-10-12T04:25:27.819Z] f893e7000022: Layer already exists [2020-10-12T04:25:27.819Z] 806ff39cf8dc: Layer already exists [2020-10-12T04:25:28.088Z] cc1612eb27ae: Layer already exists [2020-10-12T04:25:28.088Z] e60ef34e59ae: Layer already exists [2020-10-12T04:25:28.088Z] e2f13739ad41: Layer already exists [2020-10-12T04:25:28.088Z] master: digest: sha256:b2629950b8c9ff2e7452021942fc72afc4ed57d8e86224a29c8127edf16e97a7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:25:28.326Z] ===================================================== [Pipeline] echo [2020-10-12T04:25:28.435Z] taggedImages: [2020-10-12T04:25:28.435Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:28.435Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.62 [2020-10-12T04:25:28.435Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:28.435Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-12T04:25:28.513Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-12T04:25:28.513Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:28.513Z] 1.2.2-dev.62 [2020-10-12T04:25:28.513Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:28.513Z] master [2020-10-12T04:25:28.513Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:29.045Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:29.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:29.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T04:25:29.381Z] 2e550b03413b: Preparing [2020-10-12T04:25:29.381Z] 4c2b95632f5c: Preparing [2020-10-12T04:25:29.381Z] 8f721281584e: Preparing [2020-10-12T04:25:29.652Z] 2e550b03413b: Pushed [2020-10-12T04:25:29.653Z] 8f721281584e: Pushed [2020-10-12T04:25:33.021Z] 4c2b95632f5c: Pushed [2020-10-12T04:25:33.291Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:fcd96def171526972edad4f6619021942c59425779c9bca35fd701be901c4b00 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:33.639Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:33.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.62 [2020-10-12T04:25:33.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T04:25:33.979Z] 2e550b03413b: Preparing [2020-10-12T04:25:33.979Z] 4c2b95632f5c: Preparing [2020-10-12T04:25:33.979Z] 8f721281584e: Preparing [2020-10-12T04:25:33.979Z] 8f721281584e: Layer already exists [2020-10-12T04:25:33.979Z] 2e550b03413b: Layer already exists [2020-10-12T04:25:33.979Z] 4c2b95632f5c: Layer already exists [2020-10-12T04:25:34.257Z] 1.2.2-dev.62: digest: sha256:fcd96def171526972edad4f6619021942c59425779c9bca35fd701be901c4b00 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:34.623Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:35.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:35.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T04:25:35.011Z] 2e550b03413b: Preparing [2020-10-12T04:25:35.011Z] 4c2b95632f5c: Preparing [2020-10-12T04:25:35.011Z] 8f721281584e: Preparing [2020-10-12T04:25:35.283Z] 8f721281584e: Layer already exists [2020-10-12T04:25:35.283Z] 4c2b95632f5c: Layer already exists [2020-10-12T04:25:35.283Z] 2e550b03413b: Layer already exists [2020-10-12T04:25:35.283Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:fcd96def171526972edad4f6619021942c59425779c9bca35fd701be901c4b00 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:35.620Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:35.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-12T04:25:35.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T04:25:35.951Z] 2e550b03413b: Preparing [2020-10-12T04:25:35.951Z] 4c2b95632f5c: Preparing [2020-10-12T04:25:35.951Z] 8f721281584e: Preparing [2020-10-12T04:25:35.951Z] 4c2b95632f5c: Layer already exists [2020-10-12T04:25:35.951Z] 2e550b03413b: Layer already exists [2020-10-12T04:25:35.951Z] 8f721281584e: Layer already exists [2020-10-12T04:25:36.226Z] master: digest: sha256:fcd96def171526972edad4f6619021942c59425779c9bca35fd701be901c4b00 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:25:36.431Z] ===================================================== [Pipeline] echo [2020-10-12T04:25:36.481Z] taggedImages: [2020-10-12T04:25:36.481Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:36.481Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.62 [2020-10-12T04:25:36.481Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:36.481Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-12T04:25:36.554Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-12T04:25:36.554Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:36.554Z] 1.2.2-dev.62 [2020-10-12T04:25:36.554Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:36.554Z] master [2020-10-12T04:25:36.554Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:37.067Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:37.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:37.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T04:25:37.410Z] 78a9ad1345a7: Preparing [2020-10-12T04:25:37.410Z] b3320ab7441d: Preparing [2020-10-12T04:25:37.410Z] 89c44e0976b8: Preparing [2020-10-12T04:25:37.410Z] b4bf10aa4793: Preparing [2020-10-12T04:25:37.410Z] e2f13739ad41: Preparing [2020-10-12T04:25:37.410Z] e2f13739ad41: Layer already exists [2020-10-12T04:25:37.683Z] 89c44e0976b8: Pushed [2020-10-12T04:25:37.683Z] b3320ab7441d: Pushed [2020-10-12T04:25:37.953Z] b4bf10aa4793: Pushed [2020-10-12T04:25:39.908Z] 78a9ad1345a7: Pushed [2020-10-12T04:25:39.909Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:003a6a1813495ab28d4731f489a1f96492392c5dc9d4c967fa966c952c1c9517 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:40.258Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:40.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.62 [2020-10-12T04:25:40.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T04:25:40.598Z] 78a9ad1345a7: Preparing [2020-10-12T04:25:40.598Z] b3320ab7441d: Preparing [2020-10-12T04:25:40.598Z] 89c44e0976b8: Preparing [2020-10-12T04:25:40.598Z] b4bf10aa4793: Preparing [2020-10-12T04:25:40.598Z] e2f13739ad41: Preparing [2020-10-12T04:25:40.598Z] e2f13739ad41: Layer already exists [2020-10-12T04:25:40.598Z] 89c44e0976b8: Layer already exists [2020-10-12T04:25:40.598Z] b3320ab7441d: Layer already exists [2020-10-12T04:25:40.598Z] 78a9ad1345a7: Layer already exists [2020-10-12T04:25:40.598Z] b4bf10aa4793: Layer already exists [2020-10-12T04:25:40.870Z] 1.2.2-dev.62: digest: sha256:003a6a1813495ab28d4731f489a1f96492392c5dc9d4c967fa966c952c1c9517 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:41.217Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:41.547Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:41.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T04:25:41.547Z] 78a9ad1345a7: Preparing [2020-10-12T04:25:41.547Z] b3320ab7441d: Preparing [2020-10-12T04:25:41.547Z] 89c44e0976b8: Preparing [2020-10-12T04:25:41.547Z] b4bf10aa4793: Preparing [2020-10-12T04:25:41.547Z] e2f13739ad41: Preparing [2020-10-12T04:25:41.547Z] e2f13739ad41: Layer already exists [2020-10-12T04:25:41.547Z] b3320ab7441d: Layer already exists [2020-10-12T04:25:41.547Z] b4bf10aa4793: Layer already exists [2020-10-12T04:25:41.547Z] 89c44e0976b8: Layer already exists [2020-10-12T04:25:41.547Z] 78a9ad1345a7: Layer already exists [2020-10-12T04:25:41.816Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:003a6a1813495ab28d4731f489a1f96492392c5dc9d4c967fa966c952c1c9517 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:42.166Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:42.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-12T04:25:42.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T04:25:42.500Z] 78a9ad1345a7: Preparing [2020-10-12T04:25:42.500Z] b3320ab7441d: Preparing [2020-10-12T04:25:42.500Z] 89c44e0976b8: Preparing [2020-10-12T04:25:42.500Z] b4bf10aa4793: Preparing [2020-10-12T04:25:42.500Z] e2f13739ad41: Preparing [2020-10-12T04:25:42.500Z] 89c44e0976b8: Layer already exists [2020-10-12T04:25:42.500Z] b4bf10aa4793: Layer already exists [2020-10-12T04:25:42.500Z] b3320ab7441d: Layer already exists [2020-10-12T04:25:42.500Z] 78a9ad1345a7: Layer already exists [2020-10-12T04:25:42.500Z] e2f13739ad41: Layer already exists [2020-10-12T04:25:42.778Z] master: digest: sha256:003a6a1813495ab28d4731f489a1f96492392c5dc9d4c967fa966c952c1c9517 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:25:43.001Z] ===================================================== [Pipeline] echo [2020-10-12T04:25:43.052Z] taggedImages: [2020-10-12T04:25:43.052Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:43.052Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.62 [2020-10-12T04:25:43.052Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:43.052Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-12T04:25:43.133Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-12T04:25:43.133Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:43.133Z] 1.2.2-dev.62 [2020-10-12T04:25:43.133Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:43.133Z] master [2020-10-12T04:25:43.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:43.657Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:43.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:43.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T04:25:43.998Z] cfb9bab46288: Preparing [2020-10-12T04:25:43.998Z] 27f93f8fd4c7: Preparing [2020-10-12T04:25:43.998Z] 468d971f8932: Preparing [2020-10-12T04:25:43.998Z] 2e2eceb5f135: Preparing [2020-10-12T04:25:43.998Z] 2e2eceb5f135: Preparing [2020-10-12T04:25:43.998Z] 0e5475831bd0: Preparing [2020-10-12T04:25:43.998Z] dd090c6cf188: Preparing [2020-10-12T04:25:43.998Z] 0ed0ea704931: Preparing [2020-10-12T04:25:43.998Z] cfb9bab46288: Preparing [2020-10-12T04:25:43.998Z] 5fdc8eea02ec: Preparing [2020-10-12T04:25:43.998Z] f2646886ce65: Preparing [2020-10-12T04:25:43.998Z] 13e817edfe30: Preparing [2020-10-12T04:25:43.998Z] e2f13739ad41: Preparing [2020-10-12T04:25:43.998Z] 5fdc8eea02ec: Waiting [2020-10-12T04:25:43.998Z] f2646886ce65: Waiting [2020-10-12T04:25:43.998Z] 13e817edfe30: Waiting [2020-10-12T04:25:43.998Z] dd090c6cf188: Waiting [2020-10-12T04:25:43.998Z] 0ed0ea704931: Waiting [2020-10-12T04:25:43.998Z] e2f13739ad41: Waiting [2020-10-12T04:25:44.277Z] 27f93f8fd4c7: Pushed [2020-10-12T04:25:44.277Z] 2e2eceb5f135: Pushed [2020-10-12T04:25:44.277Z] 0e5475831bd0: Pushed [2020-10-12T04:25:44.552Z] 468d971f8932: Pushed [2020-10-12T04:25:44.824Z] dd090c6cf188: Pushed [2020-10-12T04:25:44.824Z] 0ed0ea704931: Pushed [2020-10-12T04:25:44.824Z] e2f13739ad41: Layer already exists [2020-10-12T04:25:44.824Z] 5fdc8eea02ec: Pushed [2020-10-12T04:25:44.824Z] f2646886ce65: Pushed [2020-10-12T04:25:45.096Z] 13e817edfe30: Pushed [2020-10-12T04:25:46.514Z] cfb9bab46288: Pushed [2020-10-12T04:25:46.514Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:3fafb1f759fbf1fe2dbbc4786e2774fcc7da2bb714785983a8e79ac69f4f4921 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:46.852Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:47.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.62 [2020-10-12T04:25:47.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T04:25:47.186Z] cfb9bab46288: Preparing [2020-10-12T04:25:47.186Z] 27f93f8fd4c7: Preparing [2020-10-12T04:25:47.186Z] 468d971f8932: Preparing [2020-10-12T04:25:47.186Z] 2e2eceb5f135: Preparing [2020-10-12T04:25:47.186Z] 2e2eceb5f135: Preparing [2020-10-12T04:25:47.186Z] 0e5475831bd0: Preparing [2020-10-12T04:25:47.186Z] dd090c6cf188: Preparing [2020-10-12T04:25:47.186Z] 0ed0ea704931: Preparing [2020-10-12T04:25:47.186Z] cfb9bab46288: Preparing [2020-10-12T04:25:47.186Z] 5fdc8eea02ec: Preparing [2020-10-12T04:25:47.186Z] f2646886ce65: Preparing [2020-10-12T04:25:47.186Z] 13e817edfe30: Preparing [2020-10-12T04:25:47.186Z] e2f13739ad41: Preparing [2020-10-12T04:25:47.186Z] 5fdc8eea02ec: Waiting [2020-10-12T04:25:47.186Z] f2646886ce65: Waiting [2020-10-12T04:25:47.186Z] 13e817edfe30: Waiting [2020-10-12T04:25:47.186Z] e2f13739ad41: Waiting [2020-10-12T04:25:47.186Z] dd090c6cf188: Waiting [2020-10-12T04:25:47.186Z] 0ed0ea704931: Waiting [2020-10-12T04:25:47.186Z] 27f93f8fd4c7: Layer already exists [2020-10-12T04:25:47.186Z] cfb9bab46288: Layer already exists [2020-10-12T04:25:47.186Z] 468d971f8932: Layer already exists [2020-10-12T04:25:47.186Z] 2e2eceb5f135: Layer already exists [2020-10-12T04:25:47.186Z] 0e5475831bd0: Layer already exists [2020-10-12T04:25:47.457Z] f2646886ce65: Layer already exists [2020-10-12T04:25:47.457Z] 5fdc8eea02ec: Layer already exists [2020-10-12T04:25:47.457Z] dd090c6cf188: Layer already exists [2020-10-12T04:25:47.457Z] 0ed0ea704931: Layer already exists [2020-10-12T04:25:47.457Z] 13e817edfe30: Layer already exists [2020-10-12T04:25:47.457Z] e2f13739ad41: Layer already exists [2020-10-12T04:25:47.457Z] 1.2.2-dev.62: digest: sha256:3fafb1f759fbf1fe2dbbc4786e2774fcc7da2bb714785983a8e79ac69f4f4921 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:47.794Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:48.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:48.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T04:25:48.126Z] cfb9bab46288: Preparing [2020-10-12T04:25:48.126Z] 27f93f8fd4c7: Preparing [2020-10-12T04:25:48.126Z] 468d971f8932: Preparing [2020-10-12T04:25:48.126Z] 2e2eceb5f135: Preparing [2020-10-12T04:25:48.126Z] 2e2eceb5f135: Preparing [2020-10-12T04:25:48.126Z] 0e5475831bd0: Preparing [2020-10-12T04:25:48.126Z] dd090c6cf188: Preparing [2020-10-12T04:25:48.126Z] 0ed0ea704931: Preparing [2020-10-12T04:25:48.126Z] cfb9bab46288: Preparing [2020-10-12T04:25:48.126Z] 5fdc8eea02ec: Preparing [2020-10-12T04:25:48.126Z] f2646886ce65: Preparing [2020-10-12T04:25:48.126Z] 13e817edfe30: Preparing [2020-10-12T04:25:48.126Z] e2f13739ad41: Preparing [2020-10-12T04:25:48.126Z] 13e817edfe30: Waiting [2020-10-12T04:25:48.126Z] 5fdc8eea02ec: Waiting [2020-10-12T04:25:48.126Z] f2646886ce65: Waiting [2020-10-12T04:25:48.126Z] e2f13739ad41: Waiting [2020-10-12T04:25:48.126Z] dd090c6cf188: Waiting [2020-10-12T04:25:48.126Z] 0ed0ea704931: Waiting [2020-10-12T04:25:48.126Z] 0e5475831bd0: Layer already exists [2020-10-12T04:25:48.126Z] 27f93f8fd4c7: Layer already exists [2020-10-12T04:25:48.126Z] 468d971f8932: Layer already exists [2020-10-12T04:25:48.126Z] cfb9bab46288: Layer already exists [2020-10-12T04:25:48.126Z] 2e2eceb5f135: Layer already exists [2020-10-12T04:25:48.401Z] dd090c6cf188: Layer already exists [2020-10-12T04:25:48.401Z] 0ed0ea704931: Layer already exists [2020-10-12T04:25:48.401Z] 13e817edfe30: Layer already exists [2020-10-12T04:25:48.401Z] f2646886ce65: Layer already exists [2020-10-12T04:25:48.401Z] 5fdc8eea02ec: Layer already exists [2020-10-12T04:25:48.401Z] e2f13739ad41: Layer already exists [2020-10-12T04:25:48.401Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:3fafb1f759fbf1fe2dbbc4786e2774fcc7da2bb714785983a8e79ac69f4f4921 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:48.736Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:49.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-12T04:25:49.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T04:25:49.072Z] cfb9bab46288: Preparing [2020-10-12T04:25:49.072Z] 27f93f8fd4c7: Preparing [2020-10-12T04:25:49.072Z] 468d971f8932: Preparing [2020-10-12T04:25:49.072Z] 2e2eceb5f135: Preparing [2020-10-12T04:25:49.072Z] 2e2eceb5f135: Preparing [2020-10-12T04:25:49.072Z] 0e5475831bd0: Preparing [2020-10-12T04:25:49.072Z] dd090c6cf188: Preparing [2020-10-12T04:25:49.072Z] 0ed0ea704931: Preparing [2020-10-12T04:25:49.072Z] cfb9bab46288: Preparing [2020-10-12T04:25:49.072Z] 5fdc8eea02ec: Preparing [2020-10-12T04:25:49.072Z] f2646886ce65: Preparing [2020-10-12T04:25:49.072Z] 13e817edfe30: Preparing [2020-10-12T04:25:49.072Z] e2f13739ad41: Preparing [2020-10-12T04:25:49.072Z] 5fdc8eea02ec: Waiting [2020-10-12T04:25:49.072Z] f2646886ce65: Waiting [2020-10-12T04:25:49.072Z] 13e817edfe30: Waiting [2020-10-12T04:25:49.072Z] e2f13739ad41: Waiting [2020-10-12T04:25:49.072Z] dd090c6cf188: Waiting [2020-10-12T04:25:49.072Z] 0ed0ea704931: Waiting [2020-10-12T04:25:49.072Z] 0e5475831bd0: Layer already exists [2020-10-12T04:25:49.072Z] 2e2eceb5f135: Layer already exists [2020-10-12T04:25:49.072Z] 27f93f8fd4c7: Layer already exists [2020-10-12T04:25:49.072Z] cfb9bab46288: Layer already exists [2020-10-12T04:25:49.072Z] 468d971f8932: Layer already exists [2020-10-12T04:25:49.072Z] 0ed0ea704931: Layer already exists [2020-10-12T04:25:49.072Z] 5fdc8eea02ec: Layer already exists [2020-10-12T04:25:49.072Z] dd090c6cf188: Layer already exists [2020-10-12T04:25:49.072Z] 13e817edfe30: Layer already exists [2020-10-12T04:25:49.072Z] f2646886ce65: Layer already exists [2020-10-12T04:25:49.342Z] e2f13739ad41: Layer already exists [2020-10-12T04:25:49.342Z] master: digest: sha256:3fafb1f759fbf1fe2dbbc4786e2774fcc7da2bb714785983a8e79ac69f4f4921 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:25:49.540Z] ===================================================== [Pipeline] echo [2020-10-12T04:25:49.586Z] taggedImages: [2020-10-12T04:25:49.586Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:49.586Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.62 [2020-10-12T04:25:49.586Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:49.586Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-12T04:25:49.725Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-12T04:25:49.725Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:49.725Z] 1.2.2-dev.62 [2020-10-12T04:25:49.725Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:49.725Z] master [2020-10-12T04:25:49.725Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:50.239Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:50.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:50.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T04:25:50.570Z] e8986d4446d2: Preparing [2020-10-12T04:25:50.570Z] 6ca0dff76d2e: Preparing [2020-10-12T04:25:50.570Z] ee5ded53a862: Preparing [2020-10-12T04:25:50.570Z] c42ff8de8451: Preparing [2020-10-12T04:25:50.570Z] 727a78ffa802: Preparing [2020-10-12T04:25:50.570Z] 0edf84ca2395: Preparing [2020-10-12T04:25:50.570Z] 06c6321ea4d0: Preparing [2020-10-12T04:25:50.570Z] d3ed8857a547: Preparing [2020-10-12T04:25:50.570Z] c2c848fc3254: Preparing [2020-10-12T04:25:50.570Z] e51816ef742c: Preparing [2020-10-12T04:25:50.570Z] 66b385cf80cf: Preparing [2020-10-12T04:25:50.570Z] 06c6321ea4d0: Waiting [2020-10-12T04:25:50.570Z] d3ed8857a547: Waiting [2020-10-12T04:25:50.570Z] c2c848fc3254: Waiting [2020-10-12T04:25:50.570Z] e51816ef742c: Waiting [2020-10-12T04:25:50.570Z] 0edf84ca2395: Waiting [2020-10-12T04:25:50.570Z] 66b385cf80cf: Waiting [2020-10-12T04:25:50.844Z] e8986d4446d2: Pushed [2020-10-12T04:25:50.844Z] 6ca0dff76d2e: Pushed [2020-10-12T04:25:51.117Z] 06c6321ea4d0: Pushed [2020-10-12T04:25:51.117Z] 0edf84ca2395: Pushed [2020-10-12T04:25:51.393Z] c2c848fc3254: Pushed [2020-10-12T04:25:51.393Z] d3ed8857a547: Pushed [2020-10-12T04:25:51.393Z] 66b385cf80cf: Layer already exists [2020-10-12T04:25:52.008Z] e51816ef742c: Pushed [2020-10-12T04:25:52.598Z] ee5ded53a862: Pushed [2020-10-12T04:25:52.870Z] 727a78ffa802: Pushed [2020-10-12T04:25:52.870Z] c42ff8de8451: Pushed [2020-10-12T04:25:53.141Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:c9abbe37cd5c908bd808d278bf64b69f9c6d889e10c09ad058d18acb195bf134 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:53.500Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:53.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.62 [2020-10-12T04:25:53.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T04:25:53.832Z] e8986d4446d2: Preparing [2020-10-12T04:25:53.832Z] 6ca0dff76d2e: Preparing [2020-10-12T04:25:53.832Z] ee5ded53a862: Preparing [2020-10-12T04:25:53.832Z] c42ff8de8451: Preparing [2020-10-12T04:25:53.832Z] 727a78ffa802: Preparing [2020-10-12T04:25:53.832Z] 0edf84ca2395: Preparing [2020-10-12T04:25:53.832Z] 06c6321ea4d0: Preparing [2020-10-12T04:25:53.832Z] d3ed8857a547: Preparing [2020-10-12T04:25:53.832Z] c2c848fc3254: Preparing [2020-10-12T04:25:53.832Z] e51816ef742c: Preparing [2020-10-12T04:25:53.832Z] 66b385cf80cf: Preparing [2020-10-12T04:25:53.832Z] 0edf84ca2395: Waiting [2020-10-12T04:25:53.832Z] 06c6321ea4d0: Waiting [2020-10-12T04:25:53.832Z] d3ed8857a547: Waiting [2020-10-12T04:25:53.832Z] c2c848fc3254: Waiting [2020-10-12T04:25:53.832Z] e51816ef742c: Waiting [2020-10-12T04:25:53.832Z] 66b385cf80cf: Waiting [2020-10-12T04:25:53.832Z] 6ca0dff76d2e: Layer already exists [2020-10-12T04:25:53.832Z] ee5ded53a862: Layer already exists [2020-10-12T04:25:53.832Z] e8986d4446d2: Layer already exists [2020-10-12T04:25:53.832Z] 727a78ffa802: Layer already exists [2020-10-12T04:25:53.832Z] c42ff8de8451: Layer already exists [2020-10-12T04:25:54.103Z] 0edf84ca2395: Layer already exists [2020-10-12T04:25:54.104Z] c2c848fc3254: Layer already exists [2020-10-12T04:25:54.104Z] 06c6321ea4d0: Layer already exists [2020-10-12T04:25:54.104Z] e51816ef742c: Layer already exists [2020-10-12T04:25:54.104Z] d3ed8857a547: Layer already exists [2020-10-12T04:25:54.104Z] 66b385cf80cf: Layer already exists [2020-10-12T04:25:54.104Z] 1.2.2-dev.62: digest: sha256:c9abbe37cd5c908bd808d278bf64b69f9c6d889e10c09ad058d18acb195bf134 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:54.450Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:54.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:54.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T04:25:54.785Z] e8986d4446d2: Preparing [2020-10-12T04:25:54.785Z] 6ca0dff76d2e: Preparing [2020-10-12T04:25:54.785Z] ee5ded53a862: Preparing [2020-10-12T04:25:54.785Z] c42ff8de8451: Preparing [2020-10-12T04:25:54.785Z] 727a78ffa802: Preparing [2020-10-12T04:25:54.785Z] 0edf84ca2395: Preparing [2020-10-12T04:25:54.785Z] 06c6321ea4d0: Preparing [2020-10-12T04:25:54.785Z] d3ed8857a547: Preparing [2020-10-12T04:25:54.785Z] c2c848fc3254: Preparing [2020-10-12T04:25:54.785Z] e51816ef742c: Preparing [2020-10-12T04:25:54.785Z] 0edf84ca2395: Waiting [2020-10-12T04:25:54.785Z] 66b385cf80cf: Preparing [2020-10-12T04:25:54.785Z] 06c6321ea4d0: Waiting [2020-10-12T04:25:54.785Z] d3ed8857a547: Waiting [2020-10-12T04:25:54.785Z] e51816ef742c: Waiting [2020-10-12T04:25:54.785Z] 66b385cf80cf: Waiting [2020-10-12T04:25:54.785Z] c2c848fc3254: Waiting [2020-10-12T04:25:55.056Z] 727a78ffa802: Layer already exists [2020-10-12T04:25:55.057Z] c42ff8de8451: Layer already exists [2020-10-12T04:25:55.057Z] 6ca0dff76d2e: Layer already exists [2020-10-12T04:25:55.057Z] ee5ded53a862: Layer already exists [2020-10-12T04:25:55.057Z] e8986d4446d2: Layer already exists [2020-10-12T04:25:55.057Z] 06c6321ea4d0: Layer already exists [2020-10-12T04:25:55.057Z] d3ed8857a547: Layer already exists [2020-10-12T04:25:55.057Z] 0edf84ca2395: Layer already exists [2020-10-12T04:25:55.057Z] c2c848fc3254: Layer already exists [2020-10-12T04:25:55.057Z] e51816ef742c: Layer already exists [2020-10-12T04:25:55.057Z] 66b385cf80cf: Layer already exists [2020-10-12T04:25:55.057Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:c9abbe37cd5c908bd808d278bf64b69f9c6d889e10c09ad058d18acb195bf134 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:55.418Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:55.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-12T04:25:55.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T04:25:55.768Z] e8986d4446d2: Preparing [2020-10-12T04:25:55.768Z] 6ca0dff76d2e: Preparing [2020-10-12T04:25:55.768Z] ee5ded53a862: Preparing [2020-10-12T04:25:55.768Z] c42ff8de8451: Preparing [2020-10-12T04:25:55.768Z] 727a78ffa802: Preparing [2020-10-12T04:25:55.768Z] 0edf84ca2395: Preparing [2020-10-12T04:25:55.768Z] 06c6321ea4d0: Preparing [2020-10-12T04:25:55.768Z] d3ed8857a547: Preparing [2020-10-12T04:25:55.768Z] c2c848fc3254: Preparing [2020-10-12T04:25:55.768Z] e51816ef742c: Preparing [2020-10-12T04:25:55.768Z] 66b385cf80cf: Preparing [2020-10-12T04:25:55.768Z] 0edf84ca2395: Waiting [2020-10-12T04:25:55.768Z] 06c6321ea4d0: Waiting [2020-10-12T04:25:55.768Z] c2c848fc3254: Waiting [2020-10-12T04:25:55.768Z] e51816ef742c: Waiting [2020-10-12T04:25:55.768Z] d3ed8857a547: Waiting [2020-10-12T04:25:55.768Z] 66b385cf80cf: Waiting [2020-10-12T04:25:56.042Z] c42ff8de8451: Layer already exists [2020-10-12T04:25:56.042Z] ee5ded53a862: Layer already exists [2020-10-12T04:25:56.042Z] 727a78ffa802: Layer already exists [2020-10-12T04:25:56.042Z] e8986d4446d2: Layer already exists [2020-10-12T04:25:56.042Z] 6ca0dff76d2e: Layer already exists [2020-10-12T04:25:56.042Z] 06c6321ea4d0: Layer already exists [2020-10-12T04:25:56.042Z] 0edf84ca2395: Layer already exists [2020-10-12T04:25:56.042Z] d3ed8857a547: Layer already exists [2020-10-12T04:25:56.042Z] e51816ef742c: Layer already exists [2020-10-12T04:25:56.042Z] c2c848fc3254: Layer already exists [2020-10-12T04:25:56.042Z] 66b385cf80cf: Layer already exists [2020-10-12T04:25:56.042Z] master: digest: sha256:c9abbe37cd5c908bd808d278bf64b69f9c6d889e10c09ad058d18acb195bf134 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:25:56.293Z] ===================================================== [Pipeline] echo [2020-10-12T04:25:56.342Z] taggedImages: [2020-10-12T04:25:56.342Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:56.342Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.62 [2020-10-12T04:25:56.342Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:56.342Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-12T04:25:56.453Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-12T04:25:56.453Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:56.453Z] 1.2.2-dev.62 [2020-10-12T04:25:56.453Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:25:56.453Z] master [2020-10-12T04:25:56.453Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:56.967Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:25:57.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:25:57.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T04:25:57.305Z] fe498b211784: Preparing [2020-10-12T04:25:57.305Z] 3365798c24bd: Preparing [2020-10-12T04:25:57.305Z] cf8d5fcde011: Preparing [2020-10-12T04:25:57.305Z] 626a3a80a1f3: Preparing [2020-10-12T04:25:57.579Z] cf8d5fcde011: Pushed [2020-10-12T04:25:57.579Z] fe498b211784: Pushed [2020-10-12T04:25:57.856Z] 626a3a80a1f3: Pushed [2020-10-12T04:26:00.463Z] 3365798c24bd: Pushed [2020-10-12T04:26:00.463Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:cab11e2f5f0066d4d0c4d2f5b3c622c8b5c9b7796d039491f3fee3fc8680544e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:00.808Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:01.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.62 [2020-10-12T04:26:01.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T04:26:01.143Z] fe498b211784: Preparing [2020-10-12T04:26:01.143Z] 3365798c24bd: Preparing [2020-10-12T04:26:01.143Z] cf8d5fcde011: Preparing [2020-10-12T04:26:01.143Z] 626a3a80a1f3: Preparing [2020-10-12T04:26:01.143Z] cf8d5fcde011: Layer already exists [2020-10-12T04:26:01.143Z] 3365798c24bd: Layer already exists [2020-10-12T04:26:01.143Z] 626a3a80a1f3: Layer already exists [2020-10-12T04:26:01.143Z] fe498b211784: Layer already exists [2020-10-12T04:26:01.415Z] 1.2.2-dev.62: digest: sha256:cab11e2f5f0066d4d0c4d2f5b3c622c8b5c9b7796d039491f3fee3fc8680544e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:01.767Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:02.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:26:02.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T04:26:02.110Z] fe498b211784: Preparing [2020-10-12T04:26:02.110Z] 3365798c24bd: Preparing [2020-10-12T04:26:02.110Z] cf8d5fcde011: Preparing [2020-10-12T04:26:02.110Z] 626a3a80a1f3: Preparing [2020-10-12T04:26:02.110Z] 3365798c24bd: Layer already exists [2020-10-12T04:26:02.110Z] 626a3a80a1f3: Layer already exists [2020-10-12T04:26:02.385Z] fe498b211784: Layer already exists [2020-10-12T04:26:02.385Z] cf8d5fcde011: Layer already exists [2020-10-12T04:26:02.385Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:cab11e2f5f0066d4d0c4d2f5b3c622c8b5c9b7796d039491f3fee3fc8680544e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:02.720Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:03.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-12T04:26:03.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T04:26:03.054Z] fe498b211784: Preparing [2020-10-12T04:26:03.054Z] 3365798c24bd: Preparing [2020-10-12T04:26:03.054Z] cf8d5fcde011: Preparing [2020-10-12T04:26:03.054Z] 626a3a80a1f3: Preparing [2020-10-12T04:26:03.324Z] fe498b211784: Layer already exists [2020-10-12T04:26:03.324Z] cf8d5fcde011: Layer already exists [2020-10-12T04:26:03.324Z] 3365798c24bd: Layer already exists [2020-10-12T04:26:03.324Z] 626a3a80a1f3: Layer already exists [2020-10-12T04:26:03.324Z] master: digest: sha256:cab11e2f5f0066d4d0c4d2f5b3c622c8b5c9b7796d039491f3fee3fc8680544e size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:26:03.543Z] ===================================================== [Pipeline] echo [2020-10-12T04:26:03.594Z] taggedImages: [2020-10-12T04:26:03.594Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:26:03.594Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.62 [2020-10-12T04:26:03.594Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:26:03.594Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-12T04:26:03.655Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-12T04:26:03.655Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:26:03.655Z] 1.2.2-dev.62 [2020-10-12T04:26:03.655Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:26:03.655Z] master [2020-10-12T04:26:03.655Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:04.155Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:04.484Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:26:04.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T04:26:04.484Z] 3913d6289592: Preparing [2020-10-12T04:26:04.484Z] 71ff89f70c81: Preparing [2020-10-12T04:26:04.484Z] 749057ce2b62: Preparing [2020-10-12T04:26:04.484Z] b3103bdc4a35: Preparing [2020-10-12T04:26:04.484Z] 558f9929e18d: Preparing [2020-10-12T04:26:04.484Z] 0b492a3417db: Preparing [2020-10-12T04:26:04.484Z] 0b492a3417db: Waiting [2020-10-12T04:26:04.756Z] 749057ce2b62: Pushed [2020-10-12T04:26:04.756Z] 3913d6289592: Pushed [2020-10-12T04:26:05.028Z] 558f9929e18d: Pushed [2020-10-12T04:26:05.028Z] b3103bdc4a35: Pushed [2020-10-12T04:26:05.299Z] 0b492a3417db: Pushed [2020-10-12T04:26:07.908Z] 71ff89f70c81: Pushed [2020-10-12T04:26:08.178Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:fc48367fc2f2fe525cda6578bd94ddf45e945aecda03ab0ce31d0f5d4ed4be0c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:08.522Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:08.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.62 [2020-10-12T04:26:08.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T04:26:08.857Z] 3913d6289592: Preparing [2020-10-12T04:26:08.857Z] 71ff89f70c81: Preparing [2020-10-12T04:26:08.857Z] 749057ce2b62: Preparing [2020-10-12T04:26:08.857Z] b3103bdc4a35: Preparing [2020-10-12T04:26:08.857Z] 558f9929e18d: Preparing [2020-10-12T04:26:08.857Z] 0b492a3417db: Preparing [2020-10-12T04:26:08.857Z] 0b492a3417db: Waiting [2020-10-12T04:26:08.857Z] 558f9929e18d: Layer already exists [2020-10-12T04:26:08.857Z] b3103bdc4a35: Layer already exists [2020-10-12T04:26:08.857Z] 3913d6289592: Layer already exists [2020-10-12T04:26:08.857Z] 71ff89f70c81: Layer already exists [2020-10-12T04:26:08.857Z] 749057ce2b62: Layer already exists [2020-10-12T04:26:08.857Z] 0b492a3417db: Layer already exists [2020-10-12T04:26:09.127Z] 1.2.2-dev.62: digest: sha256:fc48367fc2f2fe525cda6578bd94ddf45e945aecda03ab0ce31d0f5d4ed4be0c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:09.476Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:09.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:26:09.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T04:26:09.814Z] 3913d6289592: Preparing [2020-10-12T04:26:09.814Z] 71ff89f70c81: Preparing [2020-10-12T04:26:09.814Z] 749057ce2b62: Preparing [2020-10-12T04:26:09.814Z] b3103bdc4a35: Preparing [2020-10-12T04:26:09.814Z] 558f9929e18d: Preparing [2020-10-12T04:26:09.814Z] 0b492a3417db: Preparing [2020-10-12T04:26:09.814Z] 0b492a3417db: Waiting [2020-10-12T04:26:09.814Z] b3103bdc4a35: Layer already exists [2020-10-12T04:26:09.814Z] 3913d6289592: Layer already exists [2020-10-12T04:26:10.085Z] 71ff89f70c81: Layer already exists [2020-10-12T04:26:10.085Z] 749057ce2b62: Layer already exists [2020-10-12T04:26:10.085Z] 558f9929e18d: Layer already exists [2020-10-12T04:26:10.085Z] 0b492a3417db: Layer already exists [2020-10-12T04:26:10.085Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:fc48367fc2f2fe525cda6578bd94ddf45e945aecda03ab0ce31d0f5d4ed4be0c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:10.434Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:10.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-12T04:26:10.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T04:26:10.773Z] 3913d6289592: Preparing [2020-10-12T04:26:10.773Z] 71ff89f70c81: Preparing [2020-10-12T04:26:10.773Z] 749057ce2b62: Preparing [2020-10-12T04:26:10.773Z] b3103bdc4a35: Preparing [2020-10-12T04:26:10.773Z] 558f9929e18d: Preparing [2020-10-12T04:26:10.773Z] 0b492a3417db: Preparing [2020-10-12T04:26:10.773Z] 0b492a3417db: Waiting [2020-10-12T04:26:11.045Z] 558f9929e18d: Layer already exists [2020-10-12T04:26:11.045Z] 71ff89f70c81: Layer already exists [2020-10-12T04:26:11.045Z] 749057ce2b62: Layer already exists [2020-10-12T04:26:11.045Z] 3913d6289592: Layer already exists [2020-10-12T04:26:11.045Z] b3103bdc4a35: Layer already exists [2020-10-12T04:26:11.045Z] 0b492a3417db: Layer already exists [2020-10-12T04:26:11.045Z] master: digest: sha256:fc48367fc2f2fe525cda6578bd94ddf45e945aecda03ab0ce31d0f5d4ed4be0c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:26:11.307Z] ===================================================== [Pipeline] echo [2020-10-12T04:26:11.376Z] taggedImages: [2020-10-12T04:26:11.376Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:26:11.376Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.62 [2020-10-12T04:26:11.376Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:26:11.376Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-12T04:26:11.459Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-12T04:26:11.459Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:26:11.459Z] 1.2.2-dev.62 [2020-10-12T04:26:11.459Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:26:11.459Z] master [2020-10-12T04:26:11.459Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:11.982Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:12.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:26:12.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T04:26:12.322Z] e7128f3a771d: Preparing [2020-10-12T04:26:12.322Z] 6694f194d762: Preparing [2020-10-12T04:26:12.322Z] 31387c1348c9: Preparing [2020-10-12T04:26:12.593Z] 31387c1348c9: Pushed [2020-10-12T04:26:12.593Z] e7128f3a771d: Pushed [2020-10-12T04:26:15.958Z] 6694f194d762: Pushed [2020-10-12T04:26:15.958Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:f2ce6173249e9bac40494f00f535017a4176b173be61cc77a54d2ca7c5f20870 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:16.291Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:16.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.62 [2020-10-12T04:26:16.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T04:26:16.623Z] e7128f3a771d: Preparing [2020-10-12T04:26:16.623Z] 6694f194d762: Preparing [2020-10-12T04:26:16.623Z] 31387c1348c9: Preparing [2020-10-12T04:26:16.623Z] e7128f3a771d: Layer already exists [2020-10-12T04:26:16.623Z] 31387c1348c9: Layer already exists [2020-10-12T04:26:16.623Z] 6694f194d762: Layer already exists [2020-10-12T04:26:16.894Z] 1.2.2-dev.62: digest: sha256:f2ce6173249e9bac40494f00f535017a4176b173be61cc77a54d2ca7c5f20870 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:17.227Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:17.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:26:17.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T04:26:17.552Z] e7128f3a771d: Preparing [2020-10-12T04:26:17.552Z] 6694f194d762: Preparing [2020-10-12T04:26:17.552Z] 31387c1348c9: Preparing [2020-10-12T04:26:17.552Z] 31387c1348c9: Layer already exists [2020-10-12T04:26:17.552Z] e7128f3a771d: Layer already exists [2020-10-12T04:26:17.552Z] 6694f194d762: Layer already exists [2020-10-12T04:26:17.821Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:f2ce6173249e9bac40494f00f535017a4176b173be61cc77a54d2ca7c5f20870 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:18.154Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:18.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-12T04:26:18.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T04:26:18.483Z] e7128f3a771d: Preparing [2020-10-12T04:26:18.483Z] 6694f194d762: Preparing [2020-10-12T04:26:18.483Z] 31387c1348c9: Preparing [2020-10-12T04:26:18.483Z] 31387c1348c9: Layer already exists [2020-10-12T04:26:18.483Z] 6694f194d762: Layer already exists [2020-10-12T04:26:18.483Z] e7128f3a771d: Layer already exists [2020-10-12T04:26:18.754Z] master: digest: sha256:f2ce6173249e9bac40494f00f535017a4176b173be61cc77a54d2ca7c5f20870 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:26:18.940Z] ===================================================== [Pipeline] echo [2020-10-12T04:26:18.985Z] taggedImages: [2020-10-12T04:26:18.985Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:26:18.985Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.62 [2020-10-12T04:26:18.985Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:26:18.985Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-12T04:26:19.052Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-12T04:26:19.052Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:26:19.052Z] 1.2.2-dev.62 [2020-10-12T04:26:19.052Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:26:19.052Z] master [2020-10-12T04:26:19.052Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:19.539Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:19.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:26:19.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T04:26:19.879Z] fb23774c11f6: Preparing [2020-10-12T04:26:19.879Z] 95033d883877: Preparing [2020-10-12T04:26:19.879Z] d74dfc9848be: Preparing [2020-10-12T04:26:19.879Z] cd207f64b5ac: Preparing [2020-10-12T04:26:19.879Z] 68df799d51f1: Preparing [2020-10-12T04:26:19.879Z] b9039574e4c5: Preparing [2020-10-12T04:26:19.879Z] 79ccb311c47c: Preparing [2020-10-12T04:26:19.879Z] f875f9e206db: Preparing [2020-10-12T04:26:19.879Z] 3994ac1dcb8b: Preparing [2020-10-12T04:26:19.879Z] 5f2247eaf593: Preparing [2020-10-12T04:26:19.879Z] 62d13be1b083: Preparing [2020-10-12T04:26:19.879Z] 94fdc660876c: Preparing [2020-10-12T04:26:19.879Z] 4e7279dfc0c0: Preparing [2020-10-12T04:26:19.879Z] e2f13739ad41: Preparing [2020-10-12T04:26:19.879Z] 79ccb311c47c: Waiting [2020-10-12T04:26:19.879Z] f875f9e206db: Waiting [2020-10-12T04:26:19.879Z] 3994ac1dcb8b: Waiting [2020-10-12T04:26:19.879Z] 5f2247eaf593: Waiting [2020-10-12T04:26:19.879Z] 62d13be1b083: Waiting [2020-10-12T04:26:19.879Z] 94fdc660876c: Waiting [2020-10-12T04:26:19.879Z] 4e7279dfc0c0: Waiting [2020-10-12T04:26:19.879Z] e2f13739ad41: Waiting [2020-10-12T04:26:19.879Z] b9039574e4c5: Waiting [2020-10-12T04:26:20.478Z] 68df799d51f1: Pushed [2020-10-12T04:26:20.478Z] fb23774c11f6: Pushed [2020-10-12T04:26:21.078Z] cd207f64b5ac: Pushed [2020-10-12T04:26:21.078Z] f875f9e206db: Layer already exists [2020-10-12T04:26:21.078Z] 3994ac1dcb8b: Layer already exists [2020-10-12T04:26:21.352Z] 5f2247eaf593: Layer already exists [2020-10-12T04:26:21.353Z] 62d13be1b083: Layer already exists [2020-10-12T04:26:21.353Z] 79ccb311c47c: Pushed [2020-10-12T04:26:21.353Z] 94fdc660876c: Layer already exists [2020-10-12T04:26:21.353Z] 4e7279dfc0c0: Layer already exists [2020-10-12T04:26:21.353Z] e2f13739ad41: Layer already exists [2020-10-12T04:26:21.625Z] 95033d883877: Pushed [2020-10-12T04:26:23.050Z] b9039574e4c5: Pushed [2020-10-12T04:26:33.174Z] d74dfc9848be: Pushed [2020-10-12T04:26:33.174Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f: digest: sha256:2c96f5bb60b8b8aa516e958f47f6fe1d1b70d90b5a2f9332870e21431b5960b7 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:33.515Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:33.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.62 [2020-10-12T04:26:33.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T04:26:33.852Z] fb23774c11f6: Preparing [2020-10-12T04:26:33.852Z] 95033d883877: Preparing [2020-10-12T04:26:33.852Z] d74dfc9848be: Preparing [2020-10-12T04:26:33.852Z] cd207f64b5ac: Preparing [2020-10-12T04:26:33.852Z] 68df799d51f1: Preparing [2020-10-12T04:26:33.852Z] b9039574e4c5: Preparing [2020-10-12T04:26:33.852Z] 79ccb311c47c: Preparing [2020-10-12T04:26:33.852Z] f875f9e206db: Preparing [2020-10-12T04:26:33.852Z] 3994ac1dcb8b: Preparing [2020-10-12T04:26:33.852Z] 5f2247eaf593: Preparing [2020-10-12T04:26:33.852Z] 62d13be1b083: Preparing [2020-10-12T04:26:33.852Z] 94fdc660876c: Preparing [2020-10-12T04:26:33.852Z] 4e7279dfc0c0: Preparing [2020-10-12T04:26:33.852Z] e2f13739ad41: Preparing [2020-10-12T04:26:33.852Z] b9039574e4c5: Waiting [2020-10-12T04:26:33.852Z] 79ccb311c47c: Waiting [2020-10-12T04:26:33.852Z] f875f9e206db: Waiting [2020-10-12T04:26:33.852Z] 3994ac1dcb8b: Waiting [2020-10-12T04:26:33.852Z] 5f2247eaf593: Waiting [2020-10-12T04:26:33.852Z] 62d13be1b083: Waiting [2020-10-12T04:26:33.852Z] 94fdc660876c: Waiting [2020-10-12T04:26:33.852Z] 4e7279dfc0c0: Waiting [2020-10-12T04:26:33.852Z] e2f13739ad41: Waiting [2020-10-12T04:26:33.852Z] 95033d883877: Layer already exists [2020-10-12T04:26:33.852Z] cd207f64b5ac: Layer already exists [2020-10-12T04:26:33.852Z] 68df799d51f1: Layer already exists [2020-10-12T04:26:33.852Z] d74dfc9848be: Layer already exists [2020-10-12T04:26:33.852Z] fb23774c11f6: Layer already exists [2020-10-12T04:26:34.122Z] b9039574e4c5: Layer already exists [2020-10-12T04:26:34.122Z] 3994ac1dcb8b: Layer already exists [2020-10-12T04:26:34.122Z] 79ccb311c47c: Layer already exists [2020-10-12T04:26:34.122Z] 5f2247eaf593: Layer already exists [2020-10-12T04:26:34.122Z] f875f9e206db: Layer already exists [2020-10-12T04:26:34.122Z] 62d13be1b083: Layer already exists [2020-10-12T04:26:34.122Z] 4e7279dfc0c0: Layer already exists [2020-10-12T04:26:34.122Z] 94fdc660876c: Layer already exists [2020-10-12T04:26:34.122Z] e2f13739ad41: Layer already exists [2020-10-12T04:26:34.122Z] 1.2.2-dev.62: digest: sha256:2c96f5bb60b8b8aa516e958f47f6fe1d1b70d90b5a2f9332870e21431b5960b7 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:34.462Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:34.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:26:34.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T04:26:34.793Z] fb23774c11f6: Preparing [2020-10-12T04:26:34.793Z] 95033d883877: Preparing [2020-10-12T04:26:34.793Z] d74dfc9848be: Preparing [2020-10-12T04:26:34.793Z] cd207f64b5ac: Preparing [2020-10-12T04:26:34.793Z] 68df799d51f1: Preparing [2020-10-12T04:26:34.793Z] b9039574e4c5: Preparing [2020-10-12T04:26:34.793Z] 79ccb311c47c: Preparing [2020-10-12T04:26:34.793Z] f875f9e206db: Preparing [2020-10-12T04:26:34.793Z] 3994ac1dcb8b: Preparing [2020-10-12T04:26:34.793Z] 5f2247eaf593: Preparing [2020-10-12T04:26:34.793Z] 62d13be1b083: Preparing [2020-10-12T04:26:34.793Z] 94fdc660876c: Preparing [2020-10-12T04:26:34.793Z] 4e7279dfc0c0: Preparing [2020-10-12T04:26:34.793Z] e2f13739ad41: Preparing [2020-10-12T04:26:34.793Z] b9039574e4c5: Waiting [2020-10-12T04:26:34.793Z] 79ccb311c47c: Waiting [2020-10-12T04:26:34.793Z] f875f9e206db: Waiting [2020-10-12T04:26:34.793Z] 3994ac1dcb8b: Waiting [2020-10-12T04:26:34.793Z] 4e7279dfc0c0: Waiting [2020-10-12T04:26:34.793Z] 5f2247eaf593: Waiting [2020-10-12T04:26:34.793Z] 62d13be1b083: Waiting [2020-10-12T04:26:34.793Z] 94fdc660876c: Waiting [2020-10-12T04:26:34.793Z] e2f13739ad41: Waiting [2020-10-12T04:26:34.793Z] 68df799d51f1: Layer already exists [2020-10-12T04:26:34.793Z] cd207f64b5ac: Layer already exists [2020-10-12T04:26:34.793Z] 95033d883877: Layer already exists [2020-10-12T04:26:34.793Z] d74dfc9848be: Layer already exists [2020-10-12T04:26:34.793Z] fb23774c11f6: Layer already exists [2020-10-12T04:26:34.793Z] 79ccb311c47c: Layer already exists [2020-10-12T04:26:34.793Z] 3994ac1dcb8b: Layer already exists [2020-10-12T04:26:34.793Z] b9039574e4c5: Layer already exists [2020-10-12T04:26:35.064Z] 5f2247eaf593: Layer already exists [2020-10-12T04:26:35.064Z] f875f9e206db: Layer already exists [2020-10-12T04:26:35.064Z] 62d13be1b083: Layer already exists [2020-10-12T04:26:35.064Z] 4e7279dfc0c0: Layer already exists [2020-10-12T04:26:35.064Z] 94fdc660876c: Layer already exists [2020-10-12T04:26:35.064Z] e2f13739ad41: Layer already exists [2020-10-12T04:26:35.064Z] ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62: digest: sha256:2c96f5bb60b8b8aa516e958f47f6fe1d1b70d90b5a2f9332870e21431b5960b7 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:35.403Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:35.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-12T04:26:35.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T04:26:35.761Z] fb23774c11f6: Preparing [2020-10-12T04:26:35.761Z] 95033d883877: Preparing [2020-10-12T04:26:35.761Z] d74dfc9848be: Preparing [2020-10-12T04:26:35.761Z] cd207f64b5ac: Preparing [2020-10-12T04:26:35.761Z] 68df799d51f1: Preparing [2020-10-12T04:26:35.761Z] b9039574e4c5: Preparing [2020-10-12T04:26:36.039Z] 79ccb311c47c: Preparing [2020-10-12T04:26:36.039Z] b9039574e4c5: Waiting [2020-10-12T04:26:36.039Z] f875f9e206db: Preparing [2020-10-12T04:26:36.040Z] 79ccb311c47c: Waiting [2020-10-12T04:26:36.040Z] f875f9e206db: Waiting [2020-10-12T04:26:36.040Z] 3994ac1dcb8b: Preparing [2020-10-12T04:26:36.040Z] 3994ac1dcb8b: Waiting [2020-10-12T04:26:36.040Z] 5f2247eaf593: Preparing [2020-10-12T04:26:36.040Z] 62d13be1b083: Preparing [2020-10-12T04:26:36.040Z] 5f2247eaf593: Waiting [2020-10-12T04:26:36.040Z] 62d13be1b083: Waiting [2020-10-12T04:26:36.040Z] 94fdc660876c: Preparing [2020-10-12T04:26:36.040Z] 4e7279dfc0c0: Preparing [2020-10-12T04:26:36.040Z] 94fdc660876c: Waiting [2020-10-12T04:26:36.040Z] e2f13739ad41: Preparing [2020-10-12T04:26:36.040Z] 4e7279dfc0c0: Waiting [2020-10-12T04:26:36.040Z] e2f13739ad41: Waiting [2020-10-12T04:26:36.040Z] fb23774c11f6: Layer already exists [2020-10-12T04:26:36.040Z] 68df799d51f1: Layer already exists [2020-10-12T04:26:36.040Z] cd207f64b5ac: Layer already exists [2020-10-12T04:26:36.040Z] d74dfc9848be: Layer already exists [2020-10-12T04:26:36.040Z] 95033d883877: Layer already exists [2020-10-12T04:26:36.040Z] 79ccb311c47c: Layer already exists [2020-10-12T04:26:36.040Z] b9039574e4c5: Layer already exists [2020-10-12T04:26:36.040Z] f875f9e206db: Layer already exists [2020-10-12T04:26:36.040Z] 3994ac1dcb8b: Layer already exists [2020-10-12T04:26:36.040Z] 5f2247eaf593: Layer already exists [2020-10-12T04:26:36.040Z] 62d13be1b083: Layer already exists [2020-10-12T04:26:36.040Z] e2f13739ad41: Layer already exists [2020-10-12T04:26:36.040Z] 94fdc660876c: Layer already exists [2020-10-12T04:26:36.040Z] 4e7279dfc0c0: Layer already exists [2020-10-12T04:26:36.040Z] master: digest: sha256:2c96f5bb60b8b8aa516e958f47f6fe1d1b70d90b5a2f9332870e21431b5960b7 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T04:26:36.294Z] ===================================================== [Pipeline] echo [2020-10-12T04:26:36.347Z] taggedImages: [2020-10-12T04:26:36.347Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:26:36.347Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.62 [2020-10-12T04:26:36.347Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f-1.2.2-dev.62 [2020-10-12T04:26:36.347Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-12T04:26:37.944Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-12T04:26:37.946Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-12T04:26:38.005Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:38.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T04:26:38.355Z] [2020-10-12T04:26:38.355Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:26:38.705Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T04:26:38.705Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-12T04:26:38.705Z] cbdbe7a5bc2a: Already exists [2020-10-12T04:26:38.705Z] 408f87550127: Pulling fs layer [2020-10-12T04:26:38.705Z] fe522b08c979: Pulling fs layer [2020-10-12T04:26:38.705Z] 221eaa008020: Pulling fs layer [2020-10-12T04:26:38.705Z] 2a4607e5d6b9: Pulling fs layer [2020-10-12T04:26:38.705Z] 8f79b27c4fd2: Pulling fs layer [2020-10-12T04:26:38.705Z] e5c8dbe1645b: Pulling fs layer [2020-10-12T04:26:38.705Z] 23e8b3b47431: Pulling fs layer [2020-10-12T04:26:38.705Z] 5c568d65a230: Pulling fs layer [2020-10-12T04:26:38.705Z] 2a4607e5d6b9: Waiting [2020-10-12T04:26:38.705Z] 8f79b27c4fd2: Waiting [2020-10-12T04:26:38.705Z] e5c8dbe1645b: Waiting [2020-10-12T04:26:38.705Z] 23e8b3b47431: Waiting [2020-10-12T04:26:38.705Z] 5c568d65a230: Waiting [2020-10-12T04:26:38.705Z] fe522b08c979: Verifying Checksum [2020-10-12T04:26:38.705Z] fe522b08c979: Download complete [2020-10-12T04:26:38.705Z] 408f87550127: Verifying Checksum [2020-10-12T04:26:38.705Z] 408f87550127: Download complete [2020-10-12T04:26:38.705Z] 2a4607e5d6b9: Verifying Checksum [2020-10-12T04:26:38.705Z] 2a4607e5d6b9: Download complete [2020-10-12T04:26:38.705Z] 8f79b27c4fd2: Verifying Checksum [2020-10-12T04:26:38.705Z] 8f79b27c4fd2: Download complete [2020-10-12T04:26:38.967Z] 408f87550127: Pull complete [2020-10-12T04:26:39.229Z] fe522b08c979: Pull complete [2020-10-12T04:26:40.625Z] e5c8dbe1645b: Verifying Checksum [2020-10-12T04:26:40.625Z] e5c8dbe1645b: Download complete [2020-10-12T04:26:41.576Z] 5c568d65a230: Verifying Checksum [2020-10-12T04:26:41.576Z] 5c568d65a230: Download complete [2020-10-12T04:26:41.841Z] 23e8b3b47431: Verifying Checksum [2020-10-12T04:26:41.841Z] 23e8b3b47431: Download complete [2020-10-12T04:26:42.423Z] 221eaa008020: Verifying Checksum [2020-10-12T04:26:42.423Z] 221eaa008020: Download complete [2020-10-12T04:26:49.060Z] 221eaa008020: Pull complete [2020-10-12T04:26:49.060Z] 2a4607e5d6b9: Pull complete [2020-10-12T04:26:49.060Z] 8f79b27c4fd2: Pull complete [2020-10-12T04:26:52.425Z] e5c8dbe1645b: Pull complete [2020-10-12T04:26:56.657Z] 23e8b3b47431: Pull complete [2020-10-12T04:26:58.049Z] 5c568d65a230: Pull complete [2020-10-12T04:26:58.049Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-12T04:26:58.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T04:26:58.049Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-12T04:26:58.238Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:26:58.291Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgex-go/177:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:26:59.782Z] $ docker top 19c9ba14e80e7b3bcdb7b21a2fea00aa7c2449eb80afbcac546402451a552fcc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T04:27:00.325Z] + snyk monitor '--org=edgex-jenkins' [2020-10-12T04:27:08.499Z] [2020-10-12T04:27:08.499Z] Monitoring /w/workspace/edgex-go/177 (github.com/edgexfoundry/edgex-go)... [2020-10-12T04:27:08.499Z] [2020-10-12T04:27:08.499Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/48a6ca71-d936-45dd-ae6e-91638caebbfd [2020-10-12T04:27:08.499Z] [2020-10-12T04:27:08.499Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-12T04:27:08.499Z] [2020-10-12T04:27:08.499Z] [2020-10-12T04:27:08.499Z] Snyk CLI supports Node.js 8 and higher. [2020-10-12T04:27:08.499Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-12T04:27:08.499Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-12T04:27:08.499Z] [2020-10-12T04:27:08.499Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-12T04:27:08.499Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-12T04:27:08.516Z] $ docker stop --time=1 19c9ba14e80e7b3bcdb7b21a2fea00aa7c2449eb80afbcac546402451a552fcc [2020-10-12T04:27:11.374Z] $ docker rm -f 19c9ba14e80e7b3bcdb7b21a2fea00aa7c2449eb80afbcac546402451a552fcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:27:13.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:27:13.035Z] [2020-10-12T04:27:13.035Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:27:13.423Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:27:13.423Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-12T04:27:13.423Z] e7c96db7181b: Pulling fs layer [2020-10-12T04:27:13.424Z] 1868ca2cb446: Pulling fs layer [2020-10-12T04:27:13.424Z] 136be5d0fe8e: Pulling fs layer [2020-10-12T04:27:13.424Z] 894bfe63afcb: Pulling fs layer [2020-10-12T04:27:13.424Z] 894bfe63afcb: Waiting [2020-10-12T04:27:13.424Z] 1868ca2cb446: Verifying Checksum [2020-10-12T04:27:13.424Z] 1868ca2cb446: Download complete [2020-10-12T04:27:13.424Z] 136be5d0fe8e: Download complete [2020-10-12T04:27:13.424Z] e7c96db7181b: Verifying Checksum [2020-10-12T04:27:13.424Z] e7c96db7181b: Download complete [2020-10-12T04:27:13.691Z] 894bfe63afcb: Verifying Checksum [2020-10-12T04:27:13.691Z] 894bfe63afcb: Download complete [2020-10-12T04:27:13.953Z] e7c96db7181b: Pull complete [2020-10-12T04:27:13.953Z] 1868ca2cb446: Pull complete [2020-10-12T04:27:14.220Z] 136be5d0fe8e: Pull complete [2020-10-12T04:27:14.483Z] 894bfe63afcb: Pull complete [2020-10-12T04:27:14.483Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-12T04:27:14.483Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:27:14.483Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-12T04:27:14.591Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:27:14.671Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:27:15.794Z] $ docker top 5583e7d454127090ef0b6191f6ec81be5b64792d1d19cc0a21582386746908a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:27:16.321Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:27:16.321Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:27:19.027Z] $ docker stop --time=1 5583e7d454127090ef0b6191f6ec81be5b64792d1d19cc0a21582386746908a9 [2020-10-12T04:27:20.366Z] $ docker rm -f 5583e7d454127090ef0b6191f6ec81be5b64792d1d19cc0a21582386746908a9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:27:20.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:27:20.857Z] . [Pipeline] withDockerContainer [2020-10-12T04:27:20.970Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:27:21.025Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:27:22.019Z] $ docker top 3433cdb271f997c5d01111101b4089ad6879576719d20e7143ea6c78eedc5cd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:27:22.548Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:27:22.549Z] + tee [2020-10-12T04:27:22.549Z] clair timeout 1m0s [2020-10-12T04:27:22.549Z] docker timeout: 1m0s [2020-10-12T04:27:22.549Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:27:23.232Z] $ docker stop --time=1 3433cdb271f997c5d01111101b4089ad6879576719d20e7143ea6c78eedc5cd5 [2020-10-12T04:27:24.582Z] $ docker rm -f 3433cdb271f997c5d01111101b4089ad6879576719d20e7143ea6c78eedc5cd5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:27:25.047Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:27:25.065Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-core-command-go_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:27:25.115Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:27:25.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:27:25.463Z] . [Pipeline] withDockerContainer [2020-10-12T04:27:25.564Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:27:25.660Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:27:26.248Z] $ docker top 3808af3d962e6d6a4a027136737c8d4d9f288ff4053f43948bfc8c1386104366 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:27:26.844Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:27:26.844Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:27:32.376Z] $ docker stop --time=1 3808af3d962e6d6a4a027136737c8d4d9f288ff4053f43948bfc8c1386104366 [2020-10-12T04:27:33.733Z] $ docker rm -f 3808af3d962e6d6a4a027136737c8d4d9f288ff4053f43948bfc8c1386104366 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:27:34.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:27:34.226Z] . [Pipeline] withDockerContainer [2020-10-12T04:27:34.328Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:27:34.373Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:27:35.020Z] $ docker top f4611b33e9f7a9a987955f2798a7765c7125acc784b3492868710b71e01d4455 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:27:35.533Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:27:35.534Z] + tee [2020-10-12T04:27:35.534Z] clair timeout 1m0s [2020-10-12T04:27:35.534Z] docker timeout: 1m0s [2020-10-12T04:27:35.534Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:27:36.633Z] $ docker stop --time=1 f4611b33e9f7a9a987955f2798a7765c7125acc784b3492868710b71e01d4455 [2020-10-12T04:27:38.009Z] $ docker rm -f f4611b33e9f7a9a987955f2798a7765c7125acc784b3492868710b71e01d4455 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:27:38.514Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:27:38.533Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-core-data-go_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:27:38.592Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:27:38.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:27:38.964Z] . [Pipeline] withDockerContainer [2020-10-12T04:27:39.077Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:27:39.129Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:27:39.842Z] $ docker top 9d04b5d50f4671ed52da9aadf2ec4fbc9a8646120095a26d6300438354e960e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:27:40.453Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:27:40.453Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:27:43.188Z] $ docker stop --time=1 9d04b5d50f4671ed52da9aadf2ec4fbc9a8646120095a26d6300438354e960e3 [2020-10-12T04:27:44.555Z] $ docker rm -f 9d04b5d50f4671ed52da9aadf2ec4fbc9a8646120095a26d6300438354e960e3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:27:45.061Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:27:45.061Z] . [Pipeline] withDockerContainer [2020-10-12T04:27:45.176Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:27:45.230Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:27:45.922Z] $ docker top 7d91910dce55ea944400812291e2de8d73da36259834d981670c395bfb27e400 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:27:46.462Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:27:46.462Z] + tee [2020-10-12T04:27:46.462Z] clair timeout 1m0s [2020-10-12T04:27:46.462Z] docker timeout: 1m0s [2020-10-12T04:27:46.462Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:27:47.147Z] $ docker stop --time=1 7d91910dce55ea944400812291e2de8d73da36259834d981670c395bfb27e400 [2020-10-12T04:27:48.488Z] $ docker rm -f 7d91910dce55ea944400812291e2de8d73da36259834d981670c395bfb27e400 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:27:48.986Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:27:49.001Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-core-metadata-go_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:27:49.052Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:27:49.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:27:49.413Z] . [Pipeline] withDockerContainer [2020-10-12T04:27:49.519Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:27:49.583Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:27:50.237Z] $ docker top 2c496a624538763d2f653078079b7edbeb4718d43a4805775062ced6118e89df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:27:50.784Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:27:50.784Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:27:55.165Z] $ docker stop --time=1 2c496a624538763d2f653078079b7edbeb4718d43a4805775062ced6118e89df [2020-10-12T04:27:56.506Z] $ docker rm -f 2c496a624538763d2f653078079b7edbeb4718d43a4805775062ced6118e89df [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:27:57.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:27:57.008Z] . [Pipeline] withDockerContainer [2020-10-12T04:27:57.115Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:27:57.158Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:27:57.855Z] $ docker top b0070d56c7132b55b26cc54a39612a9f2f965e658d0d32dbfe7a9554ffca1e17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:27:58.406Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:27:58.406Z] + tee [2020-10-12T04:27:58.406Z] clair timeout 1m0s [2020-10-12T04:27:58.406Z] docker timeout: 1m0s [2020-10-12T04:27:58.406Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:27:59.447Z] $ docker stop --time=1 b0070d56c7132b55b26cc54a39612a9f2f965e658d0d32dbfe7a9554ffca1e17 [2020-10-12T04:28:00.823Z] $ docker rm -f b0070d56c7132b55b26cc54a39612a9f2f965e658d0d32dbfe7a9554ffca1e17 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:28:01.312Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:28:01.326Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-security-proxy-setup-go_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:28:01.414Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:28:01.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:28:01.765Z] . [Pipeline] withDockerContainer [2020-10-12T04:28:01.892Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:28:01.945Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:28:02.703Z] $ docker top ea89fe674d048be1a42a1f5c394e94abbd2e48c1e54bab23d929276eb3758247 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:28:03.261Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:28:03.261Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:28:10.102Z] $ docker stop --time=1 ea89fe674d048be1a42a1f5c394e94abbd2e48c1e54bab23d929276eb3758247 [2020-10-12T04:28:11.464Z] $ docker rm -f ea89fe674d048be1a42a1f5c394e94abbd2e48c1e54bab23d929276eb3758247 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:28:11.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:28:11.933Z] . [Pipeline] withDockerContainer [2020-10-12T04:28:12.061Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:28:12.120Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:28:12.732Z] $ docker top 8a26c3dd47d7468bb278fe0e4e450d3cb19183731df0b0da028a602ae0d29b5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:28:13.445Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:28:13.445Z] + tee [2020-10-12T04:28:13.445Z] clair timeout 1m0s [2020-10-12T04:28:13.445Z] docker timeout: 1m0s [2020-10-12T04:28:13.445Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:28:14.951Z] $ docker stop --time=1 8a26c3dd47d7468bb278fe0e4e450d3cb19183731df0b0da028a602ae0d29b5d [2020-10-12T04:28:16.304Z] $ docker rm -f 8a26c3dd47d7468bb278fe0e4e450d3cb19183731df0b0da028a602ae0d29b5d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:28:16.782Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:28:16.799Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-security-secrets-setup-go_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:28:16.913Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:28:17.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:28:17.281Z] . [Pipeline] withDockerContainer [2020-10-12T04:28:17.382Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:28:17.430Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:28:18.154Z] $ docker top 1b0557b3bd23a5c2d5911383e9542258b4e612281becb36de021069c9764c3a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:28:18.697Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:28:18.697Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:28:27.026Z] $ docker stop --time=1 1b0557b3bd23a5c2d5911383e9542258b4e612281becb36de021069c9764c3a8 [2020-10-12T04:28:28.397Z] $ docker rm -f 1b0557b3bd23a5c2d5911383e9542258b4e612281becb36de021069c9764c3a8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:28:28.884Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:28:28.884Z] . [Pipeline] withDockerContainer [2020-10-12T04:28:28.986Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:28:29.032Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:28:29.740Z] $ docker top 06c2cbb29b1d2dc7bc904da8328cb07d4c2a4c877d8527c0b18f15f333926610 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:28:30.257Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:28:30.257Z] + tee [2020-10-12T04:28:30.257Z] clair timeout 1m0s [2020-10-12T04:28:30.257Z] docker timeout: 1m0s [2020-10-12T04:28:30.257Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:28:31.743Z] $ docker stop --time=1 06c2cbb29b1d2dc7bc904da8328cb07d4c2a4c877d8527c0b18f15f333926610 [2020-10-12T04:28:33.094Z] $ docker rm -f 06c2cbb29b1d2dc7bc904da8328cb07d4c2a4c877d8527c0b18f15f333926610 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:28:33.562Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:28:33.577Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-security-secretstore-setup-go_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:28:33.631Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:28:33.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:28:33.972Z] . [Pipeline] withDockerContainer [2020-10-12T04:28:34.088Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:28:34.153Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:28:34.813Z] $ docker top db5d272ed0fb9516f00ec8563c429aefce6bef2f8fc7d27ee84a8d76c94009f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:28:35.371Z] + + tee/klar [2020-10-12T04:28:35.371Z] nexus3.edgexfoundry.org:10004/docker-support-logging-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:28:38.828Z] $ docker stop --time=1 db5d272ed0fb9516f00ec8563c429aefce6bef2f8fc7d27ee84a8d76c94009f9 [2020-10-12T04:28:40.196Z] $ docker rm -f db5d272ed0fb9516f00ec8563c429aefce6bef2f8fc7d27ee84a8d76c94009f9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:28:40.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:28:40.715Z] . [Pipeline] withDockerContainer [2020-10-12T04:28:40.825Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:28:40.870Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:28:41.582Z] $ docker top cb2a964c5d95853af818ecb2e12353b607849287905f243c1e17f25bfc1d56a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:28:42.170Z] + tee [2020-10-12T04:28:42.170Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:28:42.170Z] clair timeout 1m0s [2020-10-12T04:28:42.170Z] docker timeout: 1m0s [2020-10-12T04:28:42.170Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:28:42.844Z] $ docker stop --time=1 cb2a964c5d95853af818ecb2e12353b607849287905f243c1e17f25bfc1d56a9 [2020-10-12T04:28:44.207Z] $ docker rm -f cb2a964c5d95853af818ecb2e12353b607849287905f243c1e17f25bfc1d56a9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:28:44.704Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:28:44.717Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-support-logging-go_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:28:44.769Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:28:45.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:28:45.101Z] . [Pipeline] withDockerContainer [2020-10-12T04:28:45.198Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:28:45.242Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:28:45.894Z] $ docker top 049ce4dfea0428d32d132e88aba4558851d4e726936901fd20f1faae4edd20d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:28:46.415Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:28:46.415Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:28:51.895Z] $ docker stop --time=1 049ce4dfea0428d32d132e88aba4558851d4e726936901fd20f1faae4edd20d9 [2020-10-12T04:28:53.281Z] $ docker rm -f 049ce4dfea0428d32d132e88aba4558851d4e726936901fd20f1faae4edd20d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:28:53.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:28:53.800Z] . [Pipeline] withDockerContainer [2020-10-12T04:28:53.937Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:28:53.984Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:28:54.601Z] $ docker top ce12b762b003e028a8d4bd6c85461a630cd23200c2b0130ef37d682bd1858d02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:28:55.106Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:28:55.106Z] + tee [2020-10-12T04:28:55.106Z] clair timeout 1m0s [2020-10-12T04:28:55.106Z] docker timeout: 1m0s [2020-10-12T04:28:55.106Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:28:56.147Z] $ docker stop --time=1 ce12b762b003e028a8d4bd6c85461a630cd23200c2b0130ef37d682bd1858d02 [2020-10-12T04:28:57.509Z] $ docker rm -f ce12b762b003e028a8d4bd6c85461a630cd23200c2b0130ef37d682bd1858d02 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:28:58.009Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:28:58.021Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-support-notifications-go_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:28:58.071Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:28:58.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:28:58.423Z] . [Pipeline] withDockerContainer [2020-10-12T04:28:58.519Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:28:58.599Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:28:59.206Z] $ docker top 8dca2740c5cf3f72f40771472db04d545f9edd71c2aceceb2166477996439b2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:28:59.700Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:28:59.700Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:29:02.409Z] $ docker stop --time=1 8dca2740c5cf3f72f40771472db04d545f9edd71c2aceceb2166477996439b2f [2020-10-12T04:29:03.805Z] $ docker rm -f 8dca2740c5cf3f72f40771472db04d545f9edd71c2aceceb2166477996439b2f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:29:04.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:29:04.272Z] . [Pipeline] withDockerContainer [2020-10-12T04:29:04.366Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:29:04.411Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:29:05.097Z] $ docker top ca49dca3610801ebcb52223e0a3e0fda0ff8aad0934348c2b3691e51e5b8a812 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:29:05.627Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:29:05.627Z] + tee [2020-10-12T04:29:05.628Z] clair timeout 1m0s [2020-10-12T04:29:05.628Z] docker timeout: 1m0s [2020-10-12T04:29:05.628Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:29:06.307Z] $ docker stop --time=1 ca49dca3610801ebcb52223e0a3e0fda0ff8aad0934348c2b3691e51e5b8a812 [2020-10-12T04:29:07.651Z] $ docker rm -f ca49dca3610801ebcb52223e0a3e0fda0ff8aad0934348c2b3691e51e5b8a812 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:29:08.175Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:29:08.188Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-support-scheduler-go_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:29:08.242Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:29:08.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:29:08.581Z] . [Pipeline] withDockerContainer [2020-10-12T04:29:08.676Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:29:08.721Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:29:09.353Z] $ docker top 48f0c01f44036573490b33d58f43fefc1b95297617505776eb0523d2419cb305 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:29:09.876Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:29:09.876Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:29:25.007Z] $ docker stop --time=1 48f0c01f44036573490b33d58f43fefc1b95297617505776eb0523d2419cb305 [2020-10-12T04:29:26.423Z] $ docker rm -f 48f0c01f44036573490b33d58f43fefc1b95297617505776eb0523d2419cb305 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:29:26.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:29:26.935Z] . [Pipeline] withDockerContainer [2020-10-12T04:29:27.061Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:29:27.118Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:29:27.747Z] $ docker top 49f479cf4d597ee781bf861e35759df90b32b9194a3761724144bc261e8958e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:29:28.299Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:29:28.299Z] + tee [2020-10-12T04:29:28.299Z] clair timeout 1m0s [2020-10-12T04:29:28.299Z] docker timeout: 1m0s [2020-10-12T04:29:28.299Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:29:29.787Z] $ docker stop --time=1 49f479cf4d597ee781bf861e35759df90b32b9194a3761724144bc261e8958e2 [2020-10-12T04:29:31.161Z] $ docker rm -f 49f479cf4d597ee781bf861e35759df90b32b9194a3761724144bc261e8958e2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:29:31.646Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:29:31.659Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-sys-mgmt-agent-go_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:29:31.719Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:29:32.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:29:32.067Z] . [Pipeline] withDockerContainer [2020-10-12T04:29:32.168Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:29:32.211Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:29:32.891Z] $ docker top 03e6f132281eb1a9e1566d8f52842507d64d21bfa359c854990050977b8339c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:29:33.467Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:29:33.467Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:29:36.160Z] $ docker stop --time=1 03e6f132281eb1a9e1566d8f52842507d64d21bfa359c854990050977b8339c8 [2020-10-12T04:29:37.523Z] $ docker rm -f 03e6f132281eb1a9e1566d8f52842507d64d21bfa359c854990050977b8339c8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:29:38.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:29:38.017Z] . [Pipeline] withDockerContainer [2020-10-12T04:29:38.119Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:29:38.164Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:29:38.891Z] $ docker top c16d227750af4628a42bfe3f736cbf3496b536926c66362a17dd39cce5d9dbec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:29:39.445Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:29:39.445Z] + tee [2020-10-12T04:29:39.445Z] clair timeout 1m0s [2020-10-12T04:29:39.445Z] docker timeout: 1m0s [2020-10-12T04:29:39.445Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:29:40.190Z] $ docker stop --time=1 c16d227750af4628a42bfe3f736cbf3496b536926c66362a17dd39cce5d9dbec [2020-10-12T04:29:41.606Z] $ docker rm -f c16d227750af4628a42bfe3f736cbf3496b536926c66362a17dd39cce5d9dbec [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:29:42.081Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:29:42.094Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-core-command-go-arm64_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:29:42.154Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:29:42.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:29:42.499Z] . [Pipeline] withDockerContainer [2020-10-12T04:29:42.601Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:29:42.648Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:29:43.251Z] $ docker top 7ec9288f8bea90d7a3cbbe8bab95fbf2454aa0fed71e33759de7059bb3f1d8e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:29:43.773Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:29:43.773Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:29:49.271Z] $ docker stop --time=1 7ec9288f8bea90d7a3cbbe8bab95fbf2454aa0fed71e33759de7059bb3f1d8e7 [2020-10-12T04:29:50.644Z] $ docker rm -f 7ec9288f8bea90d7a3cbbe8bab95fbf2454aa0fed71e33759de7059bb3f1d8e7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:29:51.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:29:51.114Z] . [Pipeline] withDockerContainer [2020-10-12T04:29:51.207Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:29:51.249Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:29:52.158Z] $ docker top 538fece77560c39d46dd778fa287b218d91f0db845237f3c45ed9cc78f76c4f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:29:52.677Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:29:52.677Z] + tee [2020-10-12T04:29:52.677Z] clair timeout 1m0s [2020-10-12T04:29:52.677Z] docker timeout: 1m0s [2020-10-12T04:29:52.677Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:29:53.720Z] $ docker stop --time=1 538fece77560c39d46dd778fa287b218d91f0db845237f3c45ed9cc78f76c4f1 [2020-10-12T04:29:55.080Z] $ docker rm -f 538fece77560c39d46dd778fa287b218d91f0db845237f3c45ed9cc78f76c4f1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:29:55.594Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:29:55.608Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-core-data-go-arm64_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:29:55.660Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:29:55.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:29:55.999Z] . [Pipeline] withDockerContainer [2020-10-12T04:29:56.101Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:29:56.150Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:29:56.811Z] $ docker top 2b31fe1f892a3be04a94446c1ed4372fd24f9752a8c9d0c7483e4179026dff2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:29:57.339Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:29:57.339Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:30:00.036Z] $ docker stop --time=1 2b31fe1f892a3be04a94446c1ed4372fd24f9752a8c9d0c7483e4179026dff2b [2020-10-12T04:30:01.461Z] $ docker rm -f 2b31fe1f892a3be04a94446c1ed4372fd24f9752a8c9d0c7483e4179026dff2b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:30:02.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:30:02.011Z] . [Pipeline] withDockerContainer [2020-10-12T04:30:02.181Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:30:02.231Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:30:02.878Z] $ docker top f87f2178b12d61710d98f71dc08635c9016803bd60cc6c18e7eece7b9be97a6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:30:03.402Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:30:03.402Z] + tee [2020-10-12T04:30:03.402Z] clair timeout 1m0s [2020-10-12T04:30:03.402Z] docker timeout: 1m0s [2020-10-12T04:30:03.402Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:30:04.075Z] $ docker stop --time=1 f87f2178b12d61710d98f71dc08635c9016803bd60cc6c18e7eece7b9be97a6f [2020-10-12T04:30:05.412Z] $ docker rm -f f87f2178b12d61710d98f71dc08635c9016803bd60cc6c18e7eece7b9be97a6f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:30:05.867Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:30:05.883Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-core-metadata-go-arm64_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:30:05.933Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:30:06.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:30:06.269Z] . [Pipeline] withDockerContainer [2020-10-12T04:30:06.367Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:30:06.420Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:30:07.014Z] $ docker top 8b5ad81b02dfa47c0dfb7358adcdd0af2e141f117308f79e4c18e77627f442dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:30:07.613Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:30:07.614Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:30:11.999Z] $ docker stop --time=1 8b5ad81b02dfa47c0dfb7358adcdd0af2e141f117308f79e4c18e77627f442dd [2020-10-12T04:30:13.356Z] $ docker rm -f 8b5ad81b02dfa47c0dfb7358adcdd0af2e141f117308f79e4c18e77627f442dd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:30:13.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:30:13.840Z] . [Pipeline] withDockerContainer [2020-10-12T04:30:13.943Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:30:14.033Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:30:14.696Z] $ docker top a811ffe2cf8b66e2b019d29b665515bb5150037df59568214e8254f1ae756663 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:30:15.240Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:30:15.240Z] + tee [2020-10-12T04:30:15.240Z] clair timeout 1m0s [2020-10-12T04:30:15.240Z] docker timeout: 1m0s [2020-10-12T04:30:15.240Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:30:16.327Z] $ docker stop --time=1 a811ffe2cf8b66e2b019d29b665515bb5150037df59568214e8254f1ae756663 [2020-10-12T04:30:17.750Z] $ docker rm -f a811ffe2cf8b66e2b019d29b665515bb5150037df59568214e8254f1ae756663 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:30:18.235Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:30:18.250Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:30:18.305Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:30:18.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:30:18.677Z] . [Pipeline] withDockerContainer [2020-10-12T04:30:18.777Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:30:18.822Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:30:19.513Z] $ docker top f57a0967ee790cfebd719e7a5f417850fa26f30c2a4b4a510b4df6d68d26cbb1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:30:20.062Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:30:20.062Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:30:26.858Z] $ docker stop --time=1 f57a0967ee790cfebd719e7a5f417850fa26f30c2a4b4a510b4df6d68d26cbb1 [2020-10-12T04:30:28.240Z] $ docker rm -f f57a0967ee790cfebd719e7a5f417850fa26f30c2a4b4a510b4df6d68d26cbb1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:30:28.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:30:28.703Z] . [Pipeline] withDockerContainer [2020-10-12T04:30:28.818Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:30:28.865Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:30:29.474Z] $ docker top 923392185d504b63b2cb6a180c251325b17dd8abecd4cd4e5b4faeab3c4fe2e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:30:29.993Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:30:29.993Z] + tee [2020-10-12T04:30:29.993Z] clair timeout 1m0s [2020-10-12T04:30:29.993Z] docker timeout: 1m0s [2020-10-12T04:30:29.993Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:30:31.490Z] $ docker stop --time=1 923392185d504b63b2cb6a180c251325b17dd8abecd4cd4e5b4faeab3c4fe2e9 [2020-10-12T04:30:32.823Z] $ docker rm -f 923392185d504b63b2cb6a180c251325b17dd8abecd4cd4e5b4faeab3c4fe2e9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:30:33.296Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:30:33.310Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:30:33.372Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:30:33.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:30:33.818Z] . [Pipeline] withDockerContainer [2020-10-12T04:30:33.916Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:30:33.963Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:30:34.645Z] $ docker top 34ca90c324c218b3199030d77d0670c2babf8dd9274ba44bebcb84ba001eed92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:30:35.179Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:30:35.179Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:30:43.506Z] $ docker stop --time=1 34ca90c324c218b3199030d77d0670c2babf8dd9274ba44bebcb84ba001eed92 [2020-10-12T04:30:44.883Z] $ docker rm -f 34ca90c324c218b3199030d77d0670c2babf8dd9274ba44bebcb84ba001eed92 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:30:45.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:30:45.361Z] . [Pipeline] withDockerContainer [2020-10-12T04:30:45.474Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:30:45.519Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:30:46.225Z] $ docker top 6196c71a50103198dd0802d572472a37e7b3dad8b1f36eae3a393724d4d1aeb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:30:46.763Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:30:46.763Z] + tee [2020-10-12T04:30:46.763Z] clair timeout 1m0s [2020-10-12T04:30:46.763Z] docker timeout: 1m0s [2020-10-12T04:30:46.763Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:30:48.271Z] $ docker stop --time=1 6196c71a50103198dd0802d572472a37e7b3dad8b1f36eae3a393724d4d1aeb8 [2020-10-12T04:30:49.647Z] $ docker rm -f 6196c71a50103198dd0802d572472a37e7b3dad8b1f36eae3a393724d4d1aeb8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:30:50.116Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:30:50.129Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:30:50.184Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:30:50.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:30:50.556Z] . [Pipeline] withDockerContainer [2020-10-12T04:30:50.706Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:30:50.755Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:30:51.409Z] $ docker top 298e786f371f2787d4ed8781f36ba6b557e6ec468ab558d83501c287f21f84ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:30:51.939Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:30:51.939Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:30:55.428Z] $ docker stop --time=1 298e786f371f2787d4ed8781f36ba6b557e6ec468ab558d83501c287f21f84ad [2020-10-12T04:30:56.779Z] $ docker rm -f 298e786f371f2787d4ed8781f36ba6b557e6ec468ab558d83501c287f21f84ad [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:30:57.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:30:57.272Z] . [Pipeline] withDockerContainer [2020-10-12T04:30:57.378Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:30:57.422Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:30:58.070Z] $ docker top 7bb7e2ca905bfe0269255018da0536b720bff5aa122eb776035b4fde9bb245d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:30:58.612Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:30:58.612Z] + tee [2020-10-12T04:30:58.612Z] clair timeout 1m0s [2020-10-12T04:30:58.612Z] docker timeout: 1m0s [2020-10-12T04:30:58.612Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:30:59.293Z] $ docker stop --time=1 7bb7e2ca905bfe0269255018da0536b720bff5aa122eb776035b4fde9bb245d0 [2020-10-12T04:31:00.653Z] $ docker rm -f 7bb7e2ca905bfe0269255018da0536b720bff5aa122eb776035b4fde9bb245d0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:31:01.175Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:31:01.190Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-support-logging-go-arm64_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:31:01.248Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:31:01.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:31:01.597Z] . [Pipeline] withDockerContainer [2020-10-12T04:31:01.707Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:31:01.760Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:31:02.473Z] $ docker top fd185d40aa5a777db67929d61ba95288572dfb192f251253588052f615cbe665 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:31:03.018Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:31:03.019Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:31:08.506Z] $ docker stop --time=1 fd185d40aa5a777db67929d61ba95288572dfb192f251253588052f615cbe665 [2020-10-12T04:31:09.955Z] $ docker rm -f fd185d40aa5a777db67929d61ba95288572dfb192f251253588052f615cbe665 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:31:10.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:31:10.427Z] . [Pipeline] withDockerContainer [2020-10-12T04:31:10.534Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:31:10.579Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:31:11.201Z] $ docker top 00a6bb3e96a7be2cb0bb3a3d0ac0ff7173de952450a624c5330fa2354a636224 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:31:11.730Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:31:11.730Z] + tee [2020-10-12T04:31:11.730Z] clair timeout 1m0s [2020-10-12T04:31:11.730Z] docker timeout: 1m0s [2020-10-12T04:31:11.730Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:31:12.794Z] $ docker stop --time=1 00a6bb3e96a7be2cb0bb3a3d0ac0ff7173de952450a624c5330fa2354a636224 [2020-10-12T04:31:14.152Z] $ docker rm -f 00a6bb3e96a7be2cb0bb3a3d0ac0ff7173de952450a624c5330fa2354a636224 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:31:14.663Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:31:14.681Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-support-notifications-go-arm64_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:31:14.749Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:31:15.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:31:15.091Z] . [Pipeline] withDockerContainer [2020-10-12T04:31:15.187Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:31:15.232Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:31:15.913Z] $ docker top 2de66191b0139db2e823016524bb8bf7e6ecb7df0e6487c42e89f3921784500d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:31:16.451Z] + + tee/klar [2020-10-12T04:31:16.451Z] nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:31:19.156Z] $ docker stop --time=1 2de66191b0139db2e823016524bb8bf7e6ecb7df0e6487c42e89f3921784500d [2020-10-12T04:31:20.543Z] $ docker rm -f 2de66191b0139db2e823016524bb8bf7e6ecb7df0e6487c42e89f3921784500d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:31:21.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:31:21.031Z] . [Pipeline] withDockerContainer [2020-10-12T04:31:21.129Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:31:21.174Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:31:21.889Z] $ docker top 2ff99c9b0e7dba0029aef5c2c03b1cc3c79f7648b4c3e2f82325e366d9441cb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:31:22.464Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:31:22.464Z] + tee [2020-10-12T04:31:22.464Z] clair timeout 1m0s [2020-10-12T04:31:22.464Z] docker timeout: 1m0s [2020-10-12T04:31:22.464Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:31:23.224Z] $ docker stop --time=1 2ff99c9b0e7dba0029aef5c2c03b1cc3c79f7648b4c3e2f82325e366d9441cb6 [2020-10-12T04:31:24.575Z] $ docker rm -f 2ff99c9b0e7dba0029aef5c2c03b1cc3c79f7648b4c3e2f82325e366d9441cb6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:31:25.073Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:31:25.086Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-support-scheduler-go-arm64_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:31:25.140Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:31:25.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:31:25.486Z] . [Pipeline] withDockerContainer [2020-10-12T04:31:25.580Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:31:25.622Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:31:26.232Z] $ docker top 1e9920d82ffd3df5906e433986764d3269a4fd1cc1d1ef9b6409eda4bdda652e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:31:26.797Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:31:26.797Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:31:41.882Z] $ docker stop --time=1 1e9920d82ffd3df5906e433986764d3269a4fd1cc1d1ef9b6409eda4bdda652e [2020-10-12T04:31:43.262Z] $ docker rm -f 1e9920d82ffd3df5906e433986764d3269a4fd1cc1d1ef9b6409eda4bdda652e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:31:43.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T04:31:43.763Z] . [Pipeline] withDockerContainer [2020-10-12T04:31:43.857Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:31:43.901Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:31:44.570Z] $ docker top ad3994fa0e8e3f96461813bd891ba1a48f67a43db491504a19d5f1acaacd194e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T04:31:45.103Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ec630328e1e51561b3c1fd19dbeb469b0362b87f [2020-10-12T04:31:45.103Z] + tee [2020-10-12T04:31:45.103Z] clair timeout 1m0s [2020-10-12T04:31:45.103Z] docker timeout: 1m0s [2020-10-12T04:31:45.103Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T04:31:46.586Z] $ docker stop --time=1 ad3994fa0e8e3f96461813bd891ba1a48f67a43db491504a19d5f1acaacd194e [2020-10-12T04:31:47.952Z] $ docker rm -f ad3994fa0e8e3f96461813bd891ba1a48f67a43db491504a19d5f1acaacd194e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T04:31:48.461Z] + mkdir -p /w/workspace/edgex-go/177/clair-reports [Pipeline] echo [2020-10-12T04:31:48.472Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/177/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_ec630328e1e51561b3c1fd19dbeb469b0362b87f.html [Pipeline] writeFile [Pipeline] step [2020-10-12T04:31:48.525Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-12T04:31:48.936Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-12T04:31:48.984Z] provisioning config files... [2020-10-12T04:31:48.997Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/177@tmp/config7668307652628584003tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:31:49.454Z] --> edgex-publish-swagger.sh [2020-10-12T04:31:49.454Z] === Publish openapi/v1 API === [2020-10-12T04:31:49.454Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-12T04:31:49.454Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-12T04:31:49.454Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:31:49.454Z] Dload Upload Total Spent Left Speed [2020-10-12T04:31:50.854Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8870 0:00:01 0:00:01 --:--:-- 8878 100 10521 0 0 100 10521 0 8869 0:00:01 0:00:01 --:--:-- 8878 [2020-10-12T04:31:50.854Z] [2020-10-12T04:31:50.854Z] [2020-10-12T04:31:50.854Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-12T04:31:50.854Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:31:50.854Z] Dload Upload Total Spent Left Speed [2020-10-12T04:31:51.795Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 29729 0:00:01 0:00:01 --:--:-- 29758 100 32556 0 0 100 32556 0 29723 0:00:01 0:00:01 --:--:-- 29731 [2020-10-12T04:31:51.795Z] [2020-10-12T04:31:51.795Z] [2020-10-12T04:31:51.795Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-12T04:31:51.795Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:31:51.795Z] Dload Upload Total Spent Left Speed [2020-10-12T04:31:53.185Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 63156 0:00:01 0:00:01 --:--:-- 63116 100 73720 0 0 100 73720 0 63146 0:00:01 0:00:01 --:--:-- 63116 [2020-10-12T04:31:53.185Z] [2020-10-12T04:31:53.185Z] [2020-10-12T04:31:53.185Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-12T04:31:53.185Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:31:53.185Z] Dload Upload Total Spent Left Speed [2020-10-12T04:31:54.128Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12597 0:00:01 0:00:01 --:--:-- 12609 100 13580 0 0 100 13580 0 12595 0:00:01 0:00:01 --:--:-- 12609 [2020-10-12T04:31:54.128Z] [2020-10-12T04:31:54.128Z] [2020-10-12T04:31:54.128Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-12T04:31:54.128Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:31:54.128Z] Dload Upload Total Spent Left Speed [2020-10-12T04:31:55.088Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 37094 0:00:01 0:00:01 --:--:-- 37107 100 38889 0 0 100 38889 0 37086 0:00:01 0:00:01 --:--:-- 37107 [2020-10-12T04:31:55.088Z] [2020-10-12T04:31:55.088Z] [2020-10-12T04:31:55.088Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-12T04:31:55.088Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:31:55.088Z] Dload Upload Total Spent Left Speed [2020-10-12T04:31:56.040Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13804 0:00:01 0:00:01 --:--:-- 13819 100 14248 0 0 100 14248 0 13802 0:00:01 0:00:01 --:--:-- 13806 [2020-10-12T04:31:56.040Z] [2020-10-12T04:31:56.040Z] [2020-10-12T04:31:56.040Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-12T04:31:56.040Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:31:56.040Z] Dload Upload Total Spent Left Speed [2020-10-12T04:31:57.436Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4021 0:00:01 0:00:01 --:--:-- 4024 100 4109 0 0 100 4109 0 4021 0:00:01 0:00:01 --:--:-- 4024 [2020-10-12T04:31:57.436Z] [2020-10-12T04:31:57.436Z] [2020-10-12T04:31:57.436Z] === Publish openapi/v2 API === [2020-10-12T04:31:57.436Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-12T04:31:57.436Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-12T04:31:57.436Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:31:57.436Z] Dload Upload Total Spent Left Speed [2020-10-12T04:31:58.381Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 26825 0:00:01 0:00:01 --:--:-- 26850 100 30234 0 0 100 30234 0 26821 0:00:01 0:00:01 --:--:-- 26826 [2020-10-12T04:31:58.381Z] [2020-10-12T04:31:58.381Z] [2020-10-12T04:31:58.381Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-12T04:31:58.381Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:31:58.381Z] Dload Upload Total Spent Left Speed [2020-10-12T04:31:59.770Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58943 0 0 100 58943 0 52697 0:00:01 0:00:01 --:--:-- 52721 100 58943 0 0 100 58943 0 52686 0:00:01 0:00:01 --:--:-- 52721 [2020-10-12T04:31:59.770Z] [2020-10-12T04:31:59.770Z] [2020-10-12T04:31:59.770Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-12T04:31:59.770Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:31:59.770Z] Dload Upload Total Spent Left Speed [2020-10-12T04:32:00.716Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 105k 0:00:01 0:00:01 --:--:-- 105k 100 114k 0 0 100 114k 0 105k 0:00:01 0:00:01 --:--:-- 105k [2020-10-12T04:32:00.716Z] [2020-10-12T04:32:00.716Z] [2020-10-12T04:32:00.716Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-12T04:32:00.716Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:32:00.716Z] Dload Upload Total Spent Left Speed [2020-10-12T04:32:01.668Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 25304 0:00:01 0:00:01 --:--:-- 25329 100 26165 0 0 100 26165 0 25298 0:00:01 0:00:01 --:--:-- 25329 [2020-10-12T04:32:01.668Z] [2020-10-12T04:32:01.668Z] [2020-10-12T04:32:01.668Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-12T04:32:01.668Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:32:01.668Z] Dload Upload Total Spent Left Speed [2020-10-12T04:32:03.057Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 54391 0:00:01 0:00:01 --:--:-- 54429 100 63410 0 0 100 63410 0 54382 0:00:01 0:00:01 --:--:-- 54429 [2020-10-12T04:32:03.057Z] [2020-10-12T04:32:03.057Z] [2020-10-12T04:32:03.057Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-12T04:32:03.057Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:32:03.057Z] Dload Upload Total Spent Left Speed [2020-10-12T04:32:04.003Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 39473 0:00:01 0:00:01 --:--:-- 39459 100 46049 0 0 100 46049 0 39466 0:00:01 0:00:01 --:--:-- 39459 [2020-10-12T04:32:04.003Z] [2020-10-12T04:32:04.003Z] [2020-10-12T04:32:04.003Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-12T04:32:04.003Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T04:32:04.003Z] Dload Upload Total Spent Left Speed [2020-10-12T04:32:05.400Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 21018 0:00:01 0:00:01 --:--:-- 21023 100 24114 0 0 100 24114 0 21015 0:00:01 0:00:01 --:--:-- 21023 [2020-10-12T04:32:05.400Z] [2020-10-12T04:32:05.400Z] [Pipeline] } [2020-10-12T04:32:05.409Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:32:16.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T04:32:16.038Z] . [Pipeline] withDockerContainer [2020-10-12T04:32:16.459Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:32:16.512Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:32:17.623Z] $ docker top c755cb7b427f5d1ae33df68e600c2919d14c78a85ec02f636d1174578778a14c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T04:32:17.985Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T04:32:17.985Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T04:32:18.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T04:32:18.223Z] $ docker exec c755cb7b427f5d1ae33df68e600c2919d14c78a85ec02f636d1174578778a14c ssh-agent [2020-10-12T04:32:18.426Z] SSH_AUTH_SOCK=/tmp/ssh-na1si7MM4PJJ/agent.12 [2020-10-12T04:32:18.426Z] SSH_AGENT_PID=18 [2020-10-12T04:32:18.434Z] Running ssh-add (command line suppressed) [2020-10-12T04:32:18.570Z] Identity added: /w/workspace/edgex-go/177@tmp/private_key_4381640131153309846.key (/w/workspace/edgex-go/177@tmp/private_key_4381640131153309846.key) [2020-10-12T04:32:18.628Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T04:32:18.955Z] + git semver tag [2020-10-12T04:32:19.218Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T04:32:19.218Z] # $GIT_DIR = /w/workspace/edgex-go/177/.git [2020-10-12T04:32:19.218Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/177 [2020-10-12T04:32:19.218Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T04:32:19.218Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T04:32:19.218Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T04:32:19.218Z] # $SEMVER_BRANCH = master [2020-10-12T04:32:19.218Z] # $SEMVER_DIR = /w/workspace/edgex-go/177/.semver [2020-10-12T04:32:19.218Z] # ec630328e1e51561b3c1fd19dbeb469b0362b87f HEAD [2020-10-12T04:32:19.791Z] # -> Force: false [2020-10-12T04:32:19.791Z] # 761dc36087c41dda593c7cdf6e53cad72645bb85 refs/tags/v1.2.2-dev.62 [Pipeline] } [2020-10-12T04:32:19.804Z] $ docker exec --env ******** --env ******** c755cb7b427f5d1ae33df68e600c2919d14c78a85ec02f636d1174578778a14c ssh-agent -k [2020-10-12T04:32:19.982Z] unset SSH_AUTH_SOCK; [2020-10-12T04:32:19.982Z] unset SSH_AGENT_PID; [2020-10-12T04:32:19.982Z] echo Agent pid 18 killed; [2020-10-12T04:32:20.050Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T04:32:20.654Z] + git semver [Pipeline] } [2020-10-12T04:32:20.671Z] $ docker stop --time=1 c755cb7b427f5d1ae33df68e600c2919d14c78a85ec02f636d1174578778a14c [2020-10-12T04:32:22.030Z] $ docker rm -f c755cb7b427f5d1ae33df68e600c2919d14c78a85ec02f636d1174578778a14c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:32:22.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T04:32:22.820Z] [2020-10-12T04:32:22.820Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:32:23.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T04:32:23.160Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-12T04:32:23.160Z] ab5ef0e58194: Pulling fs layer [2020-10-12T04:32:23.160Z] 9712f1f96733: Pulling fs layer [2020-10-12T04:32:23.160Z] 63f879dbbcfc: Pulling fs layer [2020-10-12T04:32:23.160Z] 0d9ebad4ef96: Pulling fs layer [2020-10-12T04:32:23.160Z] e9a5061849ea: Pulling fs layer [2020-10-12T04:32:23.160Z] d747dcd14b5f: Pulling fs layer [2020-10-12T04:32:23.160Z] 2de7ff778b66: Pulling fs layer [2020-10-12T04:32:23.160Z] 0d9ebad4ef96: Waiting [2020-10-12T04:32:23.160Z] e9a5061849ea: Waiting [2020-10-12T04:32:23.160Z] d747dcd14b5f: Waiting [2020-10-12T04:32:23.160Z] 2de7ff778b66: Waiting [2020-10-12T04:32:23.160Z] 9712f1f96733: Verifying Checksum [2020-10-12T04:32:23.160Z] 9712f1f96733: Download complete [2020-10-12T04:32:25.718Z] 63f879dbbcfc: Verifying Checksum [2020-10-12T04:32:25.718Z] 63f879dbbcfc: Download complete [2020-10-12T04:32:25.982Z] e9a5061849ea: Verifying Checksum [2020-10-12T04:32:25.982Z] e9a5061849ea: Download complete [2020-10-12T04:32:25.982Z] d747dcd14b5f: Verifying Checksum [2020-10-12T04:32:25.982Z] d747dcd14b5f: Download complete [2020-10-12T04:32:26.559Z] 0d9ebad4ef96: Verifying Checksum [2020-10-12T04:32:26.559Z] 0d9ebad4ef96: Download complete [2020-10-12T04:32:26.822Z] 2de7ff778b66: Verifying Checksum [2020-10-12T04:32:26.822Z] 2de7ff778b66: Download complete [2020-10-12T04:32:26.822Z] ab5ef0e58194: Verifying Checksum [2020-10-12T04:32:26.822Z] ab5ef0e58194: Download complete [2020-10-12T04:32:31.062Z] ab5ef0e58194: Pull complete [2020-10-12T04:32:31.062Z] 9712f1f96733: Pull complete [2020-10-12T04:32:33.625Z] 63f879dbbcfc: Pull complete [2020-10-12T04:32:40.235Z] 0d9ebad4ef96: Pull complete [2020-10-12T04:32:40.235Z] e9a5061849ea: Pull complete [2020-10-12T04:32:40.235Z] d747dcd14b5f: Pull complete [2020-10-12T04:32:45.555Z] 2de7ff778b66: Pull complete [2020-10-12T04:32:45.555Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-12T04:32:45.555Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T04:32:45.555Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-12T04:32:45.693Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:32:45.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:32:49.103Z] $ docker top b677eb7d40cdb7c7b9195425bd87e667896c1e050571ed480d11875a11880e0d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-12T04:32:49.325Z] provisioning config files... [2020-10-12T04:32:49.335Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/177@tmp/config7091836430301315909tmp [2020-10-12T04:32:49.350Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/177@tmp/config7839878307994006306tmp [2020-10-12T04:32:49.366Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/177@tmp/config2686103991594964889tmp [Pipeline] { [Pipeline] echo [2020-10-12T04:32:49.423Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:32:49.720Z] ---> sigul-configuration.sh [2020-10-12T04:32:49.721Z] gpg: directory `/root/.gnupg' created [2020-10-12T04:32:49.721Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-12T04:32:49.721Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-12T04:32:49.721Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-12T04:32:49.721Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-12T04:32:49.721Z] gpg: CAST5 encrypted data [2020-10-12T04:32:49.988Z] gpg: encrypted with 1 passphrase [2020-10-12T04:32:49.988Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-12T04:32:50.283Z] + mkdir /home/jenkins [2020-10-12T04:32:50.283Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-12T04:32:50.580Z] + 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-10-12T04:32:50.590Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:32:50.883Z] ---> sigul-install.sh [2020-10-12T04:32:56.204Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-12T04:32:56.504Z] + git tag --list [2020-10-12T04:32:56.504Z] 0.6.0 [2020-10-12T04:32:56.504Z] 0.6.1 [2020-10-12T04:32:56.504Z] 0.7.0 [2020-10-12T04:32:56.504Z] 0.7.1 [2020-10-12T04:32:56.504Z] v1.0.0 [2020-10-12T04:32:56.504Z] v1.0.1 [2020-10-12T04:32:56.504Z] v1.1.0 [2020-10-12T04:32:56.504Z] v1.2.0 [2020-10-12T04:32:56.504Z] v1.2.1 [2020-10-12T04:32:56.504Z] v1.2.2-dev.1 [2020-10-12T04:32:56.504Z] v1.2.2-dev.10 [2020-10-12T04:32:56.504Z] v1.2.2-dev.11 [2020-10-12T04:32:56.504Z] v1.2.2-dev.12 [2020-10-12T04:32:56.504Z] v1.2.2-dev.13 [2020-10-12T04:32:56.504Z] v1.2.2-dev.14 [2020-10-12T04:32:56.504Z] v1.2.2-dev.15 [2020-10-12T04:32:56.504Z] v1.2.2-dev.16 [2020-10-12T04:32:56.504Z] v1.2.2-dev.17 [2020-10-12T04:32:56.504Z] v1.2.2-dev.18 [2020-10-12T04:32:56.504Z] v1.2.2-dev.19 [2020-10-12T04:32:56.504Z] v1.2.2-dev.2 [2020-10-12T04:32:56.504Z] v1.2.2-dev.20 [2020-10-12T04:32:56.504Z] v1.2.2-dev.21 [2020-10-12T04:32:56.504Z] v1.2.2-dev.22 [2020-10-12T04:32:56.504Z] v1.2.2-dev.23 [2020-10-12T04:32:56.504Z] v1.2.2-dev.24 [2020-10-12T04:32:56.504Z] v1.2.2-dev.25 [2020-10-12T04:32:56.504Z] v1.2.2-dev.26 [2020-10-12T04:32:56.504Z] v1.2.2-dev.27 [2020-10-12T04:32:56.504Z] v1.2.2-dev.28 [2020-10-12T04:32:56.504Z] v1.2.2-dev.29 [2020-10-12T04:32:56.504Z] v1.2.2-dev.3 [2020-10-12T04:32:56.504Z] v1.2.2-dev.30 [2020-10-12T04:32:56.504Z] v1.2.2-dev.31 [2020-10-12T04:32:56.504Z] v1.2.2-dev.32 [2020-10-12T04:32:56.504Z] v1.2.2-dev.33 [2020-10-12T04:32:56.504Z] v1.2.2-dev.34 [2020-10-12T04:32:56.504Z] v1.2.2-dev.35 [2020-10-12T04:32:56.504Z] v1.2.2-dev.36 [2020-10-12T04:32:56.504Z] v1.2.2-dev.37 [2020-10-12T04:32:56.504Z] v1.2.2-dev.38 [2020-10-12T04:32:56.504Z] v1.2.2-dev.39 [2020-10-12T04:32:56.504Z] v1.2.2-dev.4 [2020-10-12T04:32:56.504Z] v1.2.2-dev.40 [2020-10-12T04:32:56.504Z] v1.2.2-dev.41 [2020-10-12T04:32:56.504Z] v1.2.2-dev.42 [2020-10-12T04:32:56.504Z] v1.2.2-dev.43 [2020-10-12T04:32:56.504Z] v1.2.2-dev.44 [2020-10-12T04:32:56.504Z] v1.2.2-dev.45 [2020-10-12T04:32:56.504Z] v1.2.2-dev.46 [2020-10-12T04:32:56.504Z] v1.2.2-dev.47 [2020-10-12T04:32:56.504Z] v1.2.2-dev.48 [2020-10-12T04:32:56.504Z] v1.2.2-dev.49 [2020-10-12T04:32:56.504Z] v1.2.2-dev.5 [2020-10-12T04:32:56.504Z] v1.2.2-dev.50 [2020-10-12T04:32:56.504Z] v1.2.2-dev.51 [2020-10-12T04:32:56.504Z] v1.2.2-dev.52 [2020-10-12T04:32:56.504Z] v1.2.2-dev.53 [2020-10-12T04:32:56.504Z] v1.2.2-dev.54 [2020-10-12T04:32:56.504Z] v1.2.2-dev.55 [2020-10-12T04:32:56.504Z] v1.2.2-dev.56 [2020-10-12T04:32:56.504Z] v1.2.2-dev.57 [2020-10-12T04:32:56.504Z] v1.2.2-dev.58 [2020-10-12T04:32:56.504Z] v1.2.2-dev.59 [2020-10-12T04:32:56.504Z] v1.2.2-dev.6 [2020-10-12T04:32:56.504Z] v1.2.2-dev.60 [2020-10-12T04:32:56.504Z] v1.2.2-dev.61 [2020-10-12T04:32:56.504Z] v1.2.2-dev.62 [2020-10-12T04:32:56.504Z] v1.2.2-dev.7 [2020-10-12T04:32:56.504Z] v1.2.2-dev.8 [2020-10-12T04:32:56.504Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-12T04:32:56.812Z] + lftools sign git-tag v1.2.2-dev.62 [2020-10-12T04:32:58.230Z] Signing Git tag with Sigul... [2020-10-12T04:32:58.230Z] Signing v1.2.2-dev.62 [Pipeline] echo [2020-10-12T04:32:59.186Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:32:59.484Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-12T04:32:59.496Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-12T04:32:59.586Z] $ docker stop --time=1 b677eb7d40cdb7c7b9195425bd87e667896c1e050571ed480d11875a11880e0d [2020-10-12T04:33:01.681Z] $ docker rm -f b677eb7d40cdb7c7b9195425bd87e667896c1e050571ed480d11875a11880e0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:33:02.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T04:33:02.922Z] . [Pipeline] withDockerContainer [2020-10-12T04:33:03.027Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:33:03.071Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:33:03.771Z] $ docker top ceb80f87955021c358c78aae5dfb55f4145296e607b7b41c57f1258a3bfbc1c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T04:33:04.121Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T04:33:04.121Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T04:33:04.324Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T04:33:04.329Z] $ docker exec ceb80f87955021c358c78aae5dfb55f4145296e607b7b41c57f1258a3bfbc1c3 ssh-agent [2020-10-12T04:33:04.505Z] SSH_AUTH_SOCK=/tmp/ssh-mZj7iTe6Z9hX/agent.11 [2020-10-12T04:33:04.505Z] SSH_AGENT_PID=16 [2020-10-12T04:33:04.512Z] Running ssh-add (command line suppressed) [2020-10-12T04:33:04.639Z] Identity added: /w/workspace/edgex-go/177@tmp/private_key_6576256115268866440.key (/w/workspace/edgex-go/177@tmp/private_key_6576256115268866440.key) [2020-10-12T04:33:04.695Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T04:33:05.026Z] + git semver bump pre [2020-10-12T04:33:05.026Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T04:33:05.026Z] # $GIT_DIR = /w/workspace/edgex-go/177/.git [2020-10-12T04:33:05.026Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/177 [2020-10-12T04:33:05.026Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T04:33:05.026Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T04:33:05.026Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T04:33:05.026Z] # $SEMVER_BRANCH = master [2020-10-12T04:33:05.026Z] # $SEMVER_DIR = /w/workspace/edgex-go/177/.semver [2020-10-12T04:33:05.026Z] 1.2.2-dev.63 [Pipeline] } [2020-10-12T04:33:05.038Z] $ docker exec --env ******** --env ******** ceb80f87955021c358c78aae5dfb55f4145296e607b7b41c57f1258a3bfbc1c3 ssh-agent -k [2020-10-12T04:33:05.163Z] unset SSH_AUTH_SOCK; [2020-10-12T04:33:05.163Z] unset SSH_AGENT_PID; [2020-10-12T04:33:05.163Z] echo Agent pid 16 killed; [2020-10-12T04:33:05.211Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T04:33:05.650Z] + git semver [Pipeline] } [2020-10-12T04:33:05.675Z] $ docker stop --time=1 ceb80f87955021c358c78aae5dfb55f4145296e607b7b41c57f1258a3bfbc1c3 [2020-10-12T04:33:07.025Z] $ docker rm -f ceb80f87955021c358c78aae5dfb55f4145296e607b7b41c57f1258a3bfbc1c3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T04:33:07.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T04:33:07.583Z] . [Pipeline] withDockerContainer [2020-10-12T04:33:07.708Z] prd-centos7-docker-4c-2g-4704 does not seem to be running inside a container [2020-10-12T04:33:07.752Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/177 -v /w/workspace/edgex-go/177:/w/workspace/edgex-go/177:rw,z -v /w/workspace/edgex-go/177@tmp:/w/workspace/edgex-go/177@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-10-12T04:33:08.405Z] $ docker top 431a02dd22d96190bad4849ceca9fb4cdbc772c6814dfa336dc26eb35ce4a97e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T04:33:08.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T04:33:08.707Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T04:33:08.897Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T04:33:08.902Z] $ docker exec 431a02dd22d96190bad4849ceca9fb4cdbc772c6814dfa336dc26eb35ce4a97e ssh-agent [2020-10-12T04:33:09.081Z] SSH_AUTH_SOCK=/tmp/ssh-QY1XtAAcEsij/agent.12 [2020-10-12T04:33:09.081Z] SSH_AGENT_PID=17 [2020-10-12T04:33:09.088Z] Running ssh-add (command line suppressed) [2020-10-12T04:33:09.217Z] Identity added: /w/workspace/edgex-go/177@tmp/private_key_4507649093480546118.key (/w/workspace/edgex-go/177@tmp/private_key_4507649093480546118.key) [2020-10-12T04:33:09.272Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T04:33:09.604Z] + git semver push [2020-10-12T04:33:09.604Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T04:33:09.604Z] # $GIT_DIR = /w/workspace/edgex-go/177/.git [2020-10-12T04:33:09.604Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/177 [2020-10-12T04:33:09.604Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T04:33:09.604Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T04:33:09.604Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T04:33:09.604Z] # $SEMVER_BRANCH = master [2020-10-12T04:33:09.604Z] # $SEMVER_DIR = /w/workspace/edgex-go/177/.semver [Pipeline] } [2020-10-12T04:33:19.625Z] $ docker exec --env ******** --env ******** 431a02dd22d96190bad4849ceca9fb4cdbc772c6814dfa336dc26eb35ce4a97e ssh-agent -k [2020-10-12T04:33:19.801Z] unset SSH_AUTH_SOCK; [2020-10-12T04:33:19.801Z] unset SSH_AGENT_PID; [2020-10-12T04:33:19.802Z] echo Agent pid 17 killed; [2020-10-12T04:33:19.861Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T04:33:20.329Z] + git semver [Pipeline] } [2020-10-12T04:33:20.345Z] $ docker stop --time=1 431a02dd22d96190bad4849ceca9fb4cdbc772c6814dfa336dc26eb35ce4a97e [2020-10-12T04:33:21.691Z] $ docker rm -f 431a02dd22d96190bad4849ceca9fb4cdbc772c6814dfa336dc26eb35ce4a97e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:33:22.632Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:33:23.252Z] ---> package-listing.sh [2020-10-12T04:33:23.252Z] ++ facter osfamily [2020-10-12T04:33:23.252Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-12T04:33:23.252Z] + OS_FAMILY=redhat [2020-10-12T04:33:23.252Z] + workspace=/w/workspace/edgex-go/177 [2020-10-12T04:33:23.252Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-12T04:33:23.252Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-12T04:33:23.252Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-12T04:33:23.252Z] + PACKAGES=/tmp/packages_start.txt [2020-10-12T04:33:23.252Z] + '[' /w/workspace/edgex-go/177 ']' [2020-10-12T04:33:23.252Z] + PACKAGES=/tmp/packages_end.txt [2020-10-12T04:33:23.252Z] + case "${OS_FAMILY}" in [2020-10-12T04:33:23.252Z] + rpm -qa [2020-10-12T04:33:23.252Z] + sort [2020-10-12T04:33:27.474Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-12T04:33:27.474Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-12T04:33:27.474Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-12T04:33:27.474Z] + '[' /w/workspace/edgex-go/177 ']' [2020-10-12T04:33:27.474Z] + mkdir -p /w/workspace/edgex-go/177/archives/ [2020-10-12T04:33:27.474Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/177/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-12T04:33:28.101Z] provisioning config files... [2020-10-12T04:33:28.123Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/177@tmp/config890640769014810153tmp [Pipeline] { [Pipeline] echo [2020-10-12T04:33:28.184Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:33:28.485Z] ---> create-netrc.sh [Pipeline] } [2020-10-12T04:33:28.496Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-12T04:33:28.587Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:33:28.885Z] ---> python-tools-install.sh [2020-10-12T04:33:28.885Z] Generating Requirements File [2020-10-12T04:34:50.465Z] Python 3.6.8 [2020-10-12T04:34:50.465Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-12T04:34:50.465Z] appdirs==1.4.3 [2020-10-12T04:34:50.465Z] argcomplete==1.12.1 [2020-10-12T04:34:50.465Z] aspy.yaml==1.3.0 [2020-10-12T04:34:50.465Z] attrs==19.3.0 [2020-10-12T04:34:50.465Z] Babel==2.8.0 [2020-10-12T04:34:50.465Z] beautifulsoup4==4.8.2 [2020-10-12T04:34:50.465Z] boto3==1.11.6 [2020-10-12T04:34:50.465Z] botocore==1.14.6 [2020-10-12T04:34:50.465Z] bs4==0.0.1 [2020-10-12T04:34:50.465Z] cachetools==4.1.1 [2020-10-12T04:34:50.465Z] certifi==2019.11.28 [2020-10-12T04:34:50.465Z] cffi==1.14.3 [2020-10-12T04:34:50.465Z] cfgv==2.0.1 [2020-10-12T04:34:50.465Z] chardet==3.0.4 [2020-10-12T04:34:50.465Z] click==7.1 [2020-10-12T04:34:50.465Z] cliff==3.4.0 [2020-10-12T04:34:50.465Z] cmd2==1.3.11 [2020-10-12T04:34:50.465Z] colorama==0.4.3 [2020-10-12T04:34:50.465Z] cryptography==3.1.1 [2020-10-12T04:34:50.465Z] debtcollector==2.2.0 [2020-10-12T04:34:50.465Z] decorator==4.4.2 [2020-10-12T04:34:50.465Z] defusedxml==0.6.0 [2020-10-12T04:34:50.465Z] Deprecated==1.2.7 [2020-10-12T04:34:50.465Z] distlib==0.3.1 [2020-10-12T04:34:50.465Z] distro==1.2.0 [2020-10-12T04:34:50.465Z] dnspython==1.16.0 [2020-10-12T04:34:50.465Z] docker==4.2.0 [2020-10-12T04:34:50.465Z] docutils==0.15.2 [2020-10-12T04:34:50.465Z] dogpile.cache==1.0.2 [2020-10-12T04:34:50.465Z] email-validator==1.0.5 [2020-10-12T04:34:50.465Z] filelock==3.0.12 [2020-10-12T04:34:50.465Z] future==0.18.2 [2020-10-12T04:34:50.465Z] google-auth==1.22.1 [2020-10-12T04:34:50.465Z] httplib2==0.17.0 [2020-10-12T04:34:50.465Z] identify==1.4.11 [2020-10-12T04:34:50.465Z] idna==2.9 [2020-10-12T04:34:50.465Z] importlib-metadata==2.0.0 [2020-10-12T04:34:50.465Z] importlib-resources==1.5.0 [2020-10-12T04:34:50.465Z] iso8601==0.1.13 [2020-10-12T04:34:50.465Z] Jinja2==2.11.1 [2020-10-12T04:34:50.465Z] jmespath==0.10.0 [2020-10-12T04:34:50.465Z] jsonpatch==1.26 [2020-10-12T04:34:50.465Z] jsonpointer==2.0 [2020-10-12T04:34:50.465Z] jsonschema==3.2.0 [2020-10-12T04:34:50.465Z] keystoneauth1==4.2.1 [2020-10-12T04:34:50.465Z] kubernetes==11.0.0 [2020-10-12T04:34:50.465Z] lftools==0.34.2 [2020-10-12T04:34:50.465Z] lxml==4.5.0 [2020-10-12T04:34:50.465Z] MarkupSafe==0.23 [2020-10-12T04:34:50.465Z] msgpack==1.0.0 [2020-10-12T04:34:50.465Z] multi-key-dict==2.0.3 [2020-10-12T04:34:50.465Z] munch==2.5.0 [2020-10-12T04:34:50.465Z] netaddr==0.8.0 [2020-10-12T04:34:50.465Z] netifaces==0.10.9 [2020-10-12T04:34:50.465Z] niet==1.4.2 [2020-10-12T04:34:50.465Z] nodeenv==1.3.5 [2020-10-12T04:34:50.465Z] oauth2client==4.1.3 [2020-10-12T04:34:50.465Z] oauthlib==3.1.0 [2020-10-12T04:34:50.465Z] openstacksdk==0.50.0 [2020-10-12T04:34:50.465Z] os-client-config==2.1.0 [2020-10-12T04:34:50.465Z] os-service-types==1.7.0 [2020-10-12T04:34:50.465Z] osc-lib==2.2.1 [2020-10-12T04:34:50.465Z] oslo.config==8.3.2 [2020-10-12T04:34:50.466Z] oslo.context==3.1.1 [2020-10-12T04:34:50.466Z] oslo.i18n==5.0.1 [2020-10-12T04:34:50.466Z] oslo.log==4.4.0 [2020-10-12T04:34:50.466Z] oslo.serialization==4.0.1 [2020-10-12T04:34:50.466Z] oslo.utils==4.6.0 [2020-10-12T04:34:50.466Z] packaging==20.4 [2020-10-12T04:34:50.466Z] pbr==5.4.4 [2020-10-12T04:34:50.466Z] pluggy==0.13.1 [2020-10-12T04:34:50.466Z] prettytable==0.7.2 [2020-10-12T04:34:50.466Z] py==1.9.0 [2020-10-12T04:34:50.466Z] pyasn1==0.4.8 [2020-10-12T04:34:50.466Z] pyasn1-modules==0.2.8 [2020-10-12T04:34:50.466Z] pycparser==2.20 [2020-10-12T04:34:50.466Z] pygerrit2==2.0.10 [2020-10-12T04:34:50.466Z] PyGithub==1.46 [2020-10-12T04:34:50.466Z] pyinotify==0.9.6 [2020-10-12T04:34:50.466Z] PyJWT==1.7.1 [2020-10-12T04:34:50.466Z] pyparsing==2.4.7 [2020-10-12T04:34:50.466Z] pyperclip==1.8.1 [2020-10-12T04:34:50.466Z] pyroute2==0.4.13 [2020-10-12T04:34:50.466Z] pyrsistent==0.15.7 [2020-10-12T04:34:50.466Z] PySocks==1.6.8 [2020-10-12T04:34:50.466Z] python-cinderclient==7.2.0 [2020-10-12T04:34:50.466Z] python-dateutil==2.8.1 [2020-10-12T04:34:50.466Z] python-heatclient==2.2.1 [2020-10-12T04:34:50.466Z] python-jenkins==1.7.0 [2020-10-12T04:34:50.466Z] python-keystoneclient==4.1.1 [2020-10-12T04:34:50.466Z] python-magnumclient==3.2.1 [2020-10-12T04:34:50.466Z] python-novaclient==17.2.1 [2020-10-12T04:34:50.466Z] python-openstackclient==5.4.0 [2020-10-12T04:34:50.466Z] python-swiftclient==3.10.1 [2020-10-12T04:34:50.466Z] pytz==2020.1 [2020-10-12T04:34:50.466Z] PyYAML==5.3 [2020-10-12T04:34:50.466Z] requests==2.23.0 [2020-10-12T04:34:50.466Z] requests-oauthlib==1.3.0 [2020-10-12T04:34:50.466Z] requestsexceptions==1.4.0 [2020-10-12T04:34:50.466Z] rfc3986==1.4.0 [2020-10-12T04:34:50.466Z] rpm==4.11.3 [2020-10-12T04:34:50.466Z] rsa==4.0 [2020-10-12T04:34:50.466Z] ruamel.yaml==0.16.10 [2020-10-12T04:34:50.466Z] ruamel.yaml.clib==0.2.0 [2020-10-12T04:34:50.466Z] s3transfer==0.3.3 [2020-10-12T04:34:50.466Z] shade==1.27.2 [2020-10-12T04:34:50.466Z] simplejson==3.17.2 [2020-10-12T04:34:50.466Z] six==1.14.0 [2020-10-12T04:34:50.466Z] soupsieve==2.0 [2020-10-12T04:34:50.466Z] stevedore==3.2.2 [2020-10-12T04:34:50.466Z] tabulate==0.8.6 [2020-10-12T04:34:50.466Z] toml==0.10.0 [2020-10-12T04:34:50.466Z] tox==3.20.1 [2020-10-12T04:34:50.466Z] tqdm==4.43.0 [2020-10-12T04:34:50.466Z] urllib3==1.25.8 [2020-10-12T04:34:50.466Z] virtualenv==20.0.33 [2020-10-12T04:34:50.466Z] wcwidth==0.2.5 [2020-10-12T04:34:50.466Z] websocket-client==0.57.0 [2020-10-12T04:34:50.466Z] wrapt==1.12.1 [2020-10-12T04:34:50.466Z] xdg==3.0.2 [2020-10-12T04:34:50.466Z] xmltodict==0.12.0 [2020-10-12T04:34:50.466Z] yq==2.11.1 [2020-10-12T04:34:50.466Z] zipp==3.3.0 [2020-10-12T04:34:50.466Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:34:50.466Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-12T04:34:50.466Z] Python 2.7.5 [2020-10-12T04:34:50.466Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-12T04:34:51.040Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-12T04:34:51.041Z] ansible==2.9.7 [2020-10-12T04:34:51.041Z] Babel==0.9.6 [2020-10-12T04:34:51.041Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-12T04:34:51.041Z] beautifulsoup4==4.4.1 [2020-10-12T04:34:51.041Z] bodhi==2.11.0 [2020-10-12T04:34:51.041Z] bodhi-client==2.11.0 [2020-10-12T04:34:51.041Z] CCColUtils==1.4 [2020-10-12T04:34:51.041Z] cffi==1.6.0 [2020-10-12T04:34:51.041Z] chardet==2.2.1 [2020-10-12T04:34:51.041Z] click==6.7 [2020-10-12T04:34:51.041Z] cloud-init==18.5 [2020-10-12T04:34:51.041Z] configobj==4.7.2 [2020-10-12T04:34:51.041Z] cryptography==1.7.2 [2020-10-12T04:34:51.041Z] decorator==3.4.0 [2020-10-12T04:34:51.041Z] distro==1.2.0 [2020-10-12T04:34:51.041Z] enum34==1.0.4 [2020-10-12T04:34:51.041Z] fedpkg==1.38 [2020-10-12T04:34:51.041Z] futures==3.1.1 [2020-10-12T04:34:51.041Z] gitdb==0.6.4 [2020-10-12T04:34:51.041Z] GitPython==1.0.1 [2020-10-12T04:34:51.041Z] html5lib==0.999 [2020-10-12T04:34:51.041Z] httplib2==0.9.2 [2020-10-12T04:34:51.041Z] idna==2.4 [2020-10-12T04:34:51.041Z] iniparse==0.4 [2020-10-12T04:34:51.041Z] ipaddress==1.0.16 [2020-10-12T04:34:51.041Z] IPy==0.75 [2020-10-12T04:34:51.041Z] javapackages==1.0.0 [2020-10-12T04:34:51.041Z] Jinja2==2.7.2 [2020-10-12T04:34:51.041Z] jmespath==0.9.4 [2020-10-12T04:34:51.041Z] jsonpatch==1.2 [2020-10-12T04:34:51.041Z] jsonpointer==1.9 [2020-10-12T04:34:51.041Z] kerberos==1.1 [2020-10-12T04:34:51.041Z] kitchen==1.1.1 [2020-10-12T04:34:51.041Z] langtable==0.0.31 [2020-10-12T04:34:51.041Z] lockfile==0.9.1 [2020-10-12T04:34:51.041Z] lxml==3.2.1 [2020-10-12T04:34:51.041Z] MarkupSafe==0.11 [2020-10-12T04:34:51.041Z] munch==2.0.2 [2020-10-12T04:34:51.041Z] offtrac==0.1.0 [2020-10-12T04:34:51.041Z] openidc-client==0.6.0 [2020-10-12T04:34:51.041Z] packagedb-cli==2.14.1 [2020-10-12T04:34:51.041Z] paramiko==2.1.1 [2020-10-12T04:34:51.041Z] perf==0.1 [2020-10-12T04:34:51.041Z] ply==3.4 [2020-10-12T04:34:51.041Z] policycoreutils-default-encoding==0.1 [2020-10-12T04:34:51.041Z] prettytable==0.7.2 [2020-10-12T04:34:51.041Z] pyasn1==0.1.9 [2020-10-12T04:34:51.041Z] pycparser==2.14 [2020-10-12T04:34:51.041Z] pycurl==7.19.0 [2020-10-12T04:34:51.041Z] pygobject==3.22.0 [2020-10-12T04:34:51.041Z] pygpgme==0.3 [2020-10-12T04:34:51.041Z] pyliblzma==0.5.3 [2020-10-12T04:34:51.041Z] pyOpenSSL==0.13.1 [2020-10-12T04:34:51.041Z] pyparsing==1.5.6 [2020-10-12T04:34:51.041Z] pyserial==2.6 [2020-10-12T04:34:51.041Z] python-augeas==0.5.0 [2020-10-12T04:34:51.041Z] python-bugzilla==2.3.0 [2020-10-12T04:34:51.041Z] python-dateutil==1.5 [2020-10-12T04:34:51.041Z] python-fedora==0.10.0 [2020-10-12T04:34:51.041Z] python-linux-procfs==0.4.9 [2020-10-12T04:34:51.041Z] python-yubico==1.2.3 [2020-10-12T04:34:51.041Z] pyudev==0.15 [2020-10-12T04:34:51.041Z] pyusb==1.0.0b1 [2020-10-12T04:34:51.041Z] pyxattr==0.5.1 [2020-10-12T04:34:51.041Z] PyYAML==3.10 [2020-10-12T04:34:51.041Z] requests==2.6.0 [2020-10-12T04:34:51.041Z] requests-kerberos==0.7.0 [2020-10-12T04:34:51.041Z] rpkg==1.60 [2020-10-12T04:34:51.041Z] schedutils==0.4 [2020-10-12T04:34:51.041Z] seobject==0.1 [2020-10-12T04:34:51.041Z] sepolicy==1.1 [2020-10-12T04:34:51.041Z] six==1.9.0 [2020-10-12T04:34:51.041Z] smmap==0.9.0 [2020-10-12T04:34:51.041Z] urlgrabber==3.10 [2020-10-12T04:34:51.041Z] urllib3==1.10.2 [2020-10-12T04:34:51.041Z] virtualenv==15.1.0 [2020-10-12T04:34:51.041Z] yum-langpacks==0.4.2 [2020-10-12T04:34:51.041Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-12T04:34:51.054Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:34:51.442Z] ---> sudo-logs.sh [2020-10-12T04:34:51.442Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-12T04:34:51.715Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:34:52.011Z] ---> job-cost.sh [2020-10-12T04:34:52.011Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VoiJ [2020-10-12T04:35:04.259Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:04.259Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:04.847Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:04.847Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:04.847Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:05.109Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:05.371Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:05.371Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:05.632Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:05.632Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:05.632Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:05.893Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:05.893Z] Cache entry deserialization failed, entry ignored [2020-10-12T04:35:09.201Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-12T04:35:41.362Z] lf-activate-venv(): INFO: Adding /tmp/venv-VoiJ/bin to PATH [2020-10-12T04:35:41.362Z] INFO: No Stack... [2020-10-12T04:35:41.362Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-12T04:35:41.362Z] INFO: Archiving Costs [Pipeline] echo [2020-10-12T04:35:41.376Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T04:35:41.720Z] ---> logs-deploy.sh [2020-10-12T04:35:41.720Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/177 [2020-10-12T04:35:41.721Z] INFO: archiving workspace using pattern(s): [2020-10-12T04:35:43.657Z] Archives upload complete. [2020-10-12T04:35:43.925Z] INFO: archiving logs to Nexus