Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0f1fe820ccd95aec4869edd2918246727b77d5b6 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-9581 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/219 [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/219 # 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 > 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 Checking out Revision 0f1fe820ccd95aec4869edd2918246727b77d5b6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f1fe820ccd95aec4869edd2918246727b77d5b6 # timeout=10 Commit message: "Merge pull request #2850 from andresrinivasan/issue-2503-correct-redis-secret-setup" > git rev-list --no-walk 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-28T22:20:24.928Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-28T22:20:25.206Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-28T22:20:25.309Z] ========================================================= [2020-10-28T22:20:25.309Z] EdgeX Global Pipelines Version Info [2020-10-28T22:20:25.309Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:20:26.787Z] ------------------- [2020-10-28T22:20:26.787Z] stable info: [2020-10-28T22:20:26.787Z] ------------------- [2020-10-28T22:20:26.787Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-28T22:20:26.787Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-28T22:20:26.787Z] Message: update stable to v1.0.148 [2020-10-28T22:20:27.732Z] ------------------- [2020-10-28T22:20:27.732Z] experimental info: [2020-10-28T22:20:27.732Z] ------------------- [2020-10-28T22:20:27.732Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-28T22:20:27.732Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-28T22:20:27.732Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-28T22:20:27.999Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-28T22:20:28.099Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-28T22:20:28.188Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-28T22:20:28.297Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-28T22:20:28.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-28T22:20:28.473Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-28T22:20:28.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-28T22:20:28.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-28T22:20:28.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-28T22:20:28.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-28T22:20:29.066Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-28T22:20:29.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-28T22:20:29.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-28T22:20:29.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-28T22:20:29.463Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T22:20:29.551Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T22:20:29.659Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-28T22:20:29.765Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-28T22:20:29.853Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-28T22:20:29.963Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-28T22:20:30.050Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-28T22:20:30.164Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-28T22:20:30.278Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-28T22:20:30.372Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-28T22:20:30.692Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] echo [2020-10-28T22:20:30.798Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f1fe82 [Pipeline] echo [2020-10-28T22:20:30.897Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-28T22:20:31.275Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-28T22:20:31.275Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T22:20:31.275Z] ++ dirname cmd/core-command/Dockerfile [2020-10-28T22:20:31.275Z] ++ cut -d/ -f2 [2020-10-28T22:20:31.275Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-28T22:20:31.275Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T22:20:31.275Z] ++ dirname cmd/core-data/Dockerfile [2020-10-28T22:20:31.275Z] ++ cut -d/ -f2 [2020-10-28T22:20:31.275Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-28T22:20:31.275Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T22:20:31.275Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-28T22:20:31.275Z] ++ cut -d/ -f2 [2020-10-28T22:20:31.275Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-28T22:20:31.275Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T22:20:31.275Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-10-28T22:20:31.275Z] ++ cut -d/ -f2 [2020-10-28T22:20:31.275Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-10-28T22:20:31.275Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T22:20:31.275Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-28T22:20:31.275Z] ++ cut -d/ -f2 [2020-10-28T22:20:31.275Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-28T22:20:31.275Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T22:20:31.275Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-28T22:20:31.275Z] ++ cut -d/ -f2 [2020-10-28T22:20:31.275Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-28T22:20:31.275Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T22:20:31.275Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-28T22:20:31.275Z] ++ cut -d/ -f2 [2020-10-28T22:20:31.275Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-28T22:20:31.275Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T22:20:31.275Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-28T22:20:31.275Z] ++ cut -d/ -f2 [2020-10-28T22:20:31.275Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-28T22:20:31.275Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T22:20:31.275Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-28T22:20:31.275Z] ++ cut -d/ -f2 [2020-10-28T22:20:31.275Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-28T22:20:31.275Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T22:20:31.275Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-28T22:20:31.275Z] ++ cut -d/ -f2 [2020-10-28T22:20:31.275Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-28T22:20:31.275Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T22:20:31.275Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-28T22:20:31.275Z] ++ cut -d/ -f2 [2020-10-28T22:20:31.275Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-28T22:20:31.347Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-28T22:20:33.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T22:20:33.335Z] [2020-10-28T22:20:33.335Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:20:33.698Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T22:20:33.698Z] latest: Pulling from edgex-devops/git-semver [2020-10-28T22:20:33.698Z] 31603596830f: Pulling fs layer [2020-10-28T22:20:33.698Z] 2a8b12db71e7: Pulling fs layer [2020-10-28T22:20:33.698Z] 6ca5941a6612: Pulling fs layer [2020-10-28T22:20:33.698Z] ecc8261a40a4: Pulling fs layer [2020-10-28T22:20:33.698Z] ecc8261a40a4: Waiting [2020-10-28T22:20:33.698Z] 2a8b12db71e7: Verifying Checksum [2020-10-28T22:20:33.698Z] 2a8b12db71e7: Download complete [2020-10-28T22:20:33.967Z] 31603596830f: Verifying Checksum [2020-10-28T22:20:33.967Z] 31603596830f: Download complete [2020-10-28T22:20:33.967Z] ecc8261a40a4: Verifying Checksum [2020-10-28T22:20:33.967Z] ecc8261a40a4: Download complete [2020-10-28T22:20:34.236Z] 6ca5941a6612: Verifying Checksum [2020-10-28T22:20:34.236Z] 6ca5941a6612: Download complete [2020-10-28T22:20:34.498Z] 31603596830f: Pull complete [2020-10-28T22:20:34.498Z] 2a8b12db71e7: Pull complete [2020-10-28T22:20:35.457Z] 6ca5941a6612: Pull complete [2020-10-28T22:20:35.719Z] ecc8261a40a4: Pull complete [2020-10-28T22:20:35.719Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-28T22:20:35.719Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T22:20:35.719Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-28T22:20:35.838Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:20:35.903Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@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-28T22:20:38.519Z] $ docker top 5830a9166df1ac97110707129f338b241623731c3ea24c0b20882286ba33b3ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T22:20:38.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T22:20:38.919Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T22:20:39.147Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T22:20:39.153Z] $ docker exec 5830a9166df1ac97110707129f338b241623731c3ea24c0b20882286ba33b3ee ssh-agent [2020-10-28T22:20:39.321Z] SSH_AUTH_SOCK=/tmp/ssh-V4Y3uj4wLcvH/agent.13 [2020-10-28T22:20:39.322Z] SSH_AGENT_PID=18 [2020-10-28T22:20:39.335Z] Running ssh-add (command line suppressed) [2020-10-28T22:20:39.461Z] Identity added: /w/workspace/edgex-go/219@tmp/private_key_2837010996174396971.key (/w/workspace/edgex-go/219@tmp/private_key_2837010996174396971.key) [2020-10-28T22:20:39.516Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T22:20:39.860Z] + git tag --points-at HEAD [Pipeline] } [2020-10-28T22:20:39.957Z] $ docker exec --env ******** --env ******** 5830a9166df1ac97110707129f338b241623731c3ea24c0b20882286ba33b3ee ssh-agent -k [2020-10-28T22:20:40.078Z] unset SSH_AUTH_SOCK; [2020-10-28T22:20:40.078Z] unset SSH_AGENT_PID; [2020-10-28T22:20:40.078Z] echo Agent pid 18 killed; [2020-10-28T22:20:40.131Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-28T22:20:40.328Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T22:20:40.328Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T22:20:40.505Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T22:20:40.511Z] $ docker exec 5830a9166df1ac97110707129f338b241623731c3ea24c0b20882286ba33b3ee ssh-agent [2020-10-28T22:20:40.676Z] SSH_AUTH_SOCK=/tmp/ssh-PAJjoydYFqnj/agent.48 [2020-10-28T22:20:40.676Z] SSH_AGENT_PID=53 [2020-10-28T22:20:40.683Z] Running ssh-add (command line suppressed) [2020-10-28T22:20:40.809Z] Identity added: /w/workspace/edgex-go/219@tmp/private_key_590105214683891194.key (/w/workspace/edgex-go/219@tmp/private_key_590105214683891194.key) [2020-10-28T22:20:40.862Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T22:20:41.199Z] + git semver init [2020-10-28T22:20:41.199Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T22:20:41.199Z] # $GIT_DIR = /w/workspace/edgex-go/219/.git [2020-10-28T22:20:41.199Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/219 [2020-10-28T22:20:41.199Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T22:20:41.199Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T22:20:41.199Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T22:20:41.199Z] # $SEMVER_BRANCH = master [2020-10-28T22:20:41.199Z] # $SEMVER_TEMP = /tmp/semver-277717562 [2020-10-28T22:20:41.199Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-28T22:20:59.355Z] # '/tmp/semver-277717562' -> '/w/workspace/edgex-go/219/.semver' [2020-10-28T22:20:59.355Z] # -> Force: false [2020-10-28T22:20:59.355Z] # $SEMVER_DIR = /w/workspace/edgex-go/219/.semver [Pipeline] } [2020-10-28T22:20:59.371Z] $ docker exec --env ******** --env ******** 5830a9166df1ac97110707129f338b241623731c3ea24c0b20882286ba33b3ee ssh-agent -k [2020-10-28T22:20:59.668Z] unset SSH_AUTH_SOCK; [2020-10-28T22:20:59.670Z] unset SSH_AGENT_PID; [2020-10-28T22:20:59.670Z] echo Agent pid 53 killed; [2020-10-28T22:20:59.750Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T22:21:00.315Z] + git semver [Pipeline] } [2020-10-28T22:21:00.334Z] $ docker stop --time=1 5830a9166df1ac97110707129f338b241623731c3ea24c0b20882286ba33b3ee [2020-10-28T22:21:01.923Z] $ docker rm -f 5830a9166df1ac97110707129f338b241623731c3ea24c0b20882286ba33b3ee [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:21:02.459Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-28T22:21:02.983Z] Stashed 1 file(s) [Pipeline] echo [2020-10-28T22:21:03.004Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.103 [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-28T22:21:03.622Z] ========================================================= [2020-10-28T22:21:03.622Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-28T22:21:03.622Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:21:03.965Z] + 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-28T22:21:08.213Z] Sending build context to Docker daemon 325.8MB [2020-10-28T22:21:08.213Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-28T22:21:08.213Z] Step 2/7 : FROM ${BASE} [2020-10-28T22:21:08.213Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-28T22:21:08.213Z] df20fa9351a1: Pulling fs layer [2020-10-28T22:21:08.213Z] ed8968b2872e: Pulling fs layer [2020-10-28T22:21:08.213Z] a92cc7c5fd73: Pulling fs layer [2020-10-28T22:21:08.213Z] e871e8e8d7a9: Pulling fs layer [2020-10-28T22:21:08.213Z] e73272ec9a57: Pulling fs layer [2020-10-28T22:21:08.213Z] 1e910a182e73: Pulling fs layer [2020-10-28T22:21:08.213Z] 4e634b169226: Pulling fs layer [2020-10-28T22:21:08.213Z] e73272ec9a57: Waiting [2020-10-28T22:21:08.213Z] 1e910a182e73: Waiting [2020-10-28T22:21:08.213Z] 4e634b169226: Waiting [2020-10-28T22:21:08.213Z] e871e8e8d7a9: Waiting [2020-10-28T22:21:08.213Z] a92cc7c5fd73: Verifying Checksum [2020-10-28T22:21:08.213Z] a92cc7c5fd73: Download complete [2020-10-28T22:21:08.213Z] ed8968b2872e: Download complete [2020-10-28T22:21:08.213Z] e73272ec9a57: Verifying Checksum [2020-10-28T22:21:08.213Z] e73272ec9a57: Download complete [2020-10-28T22:21:08.213Z] 1e910a182e73: Verifying Checksum [2020-10-28T22:21:08.213Z] 1e910a182e73: Download complete [2020-10-28T22:21:08.213Z] df20fa9351a1: Download complete [2020-10-28T22:21:08.810Z] df20fa9351a1: Pull complete [2020-10-28T22:21:09.081Z] ed8968b2872e: Pull complete [2020-10-28T22:21:09.346Z] a92cc7c5fd73: Pull complete [2020-10-28T22:21:10.739Z] 4e634b169226: Verifying Checksum [2020-10-28T22:21:10.739Z] 4e634b169226: Download complete [2020-10-28T22:21:11.318Z] e871e8e8d7a9: Verifying Checksum [2020-10-28T22:21:11.318Z] e871e8e8d7a9: Download complete [2020-10-28T22:21:16.637Z] e871e8e8d7a9: Pull complete [2020-10-28T22:21:16.637Z] e73272ec9a57: Pull complete [2020-10-28T22:21:16.901Z] 1e910a182e73: Pull complete [2020-10-28T22:21:18.415Z] Still waiting to schedule task [2020-10-28T22:21:18.415Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-28T22:21:23.528Z] 4e634b169226: Pull complete [2020-10-28T22:21:23.528Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-28T22:21:23.528Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-28T22:21:23.528Z] ---> f7629b54cfaa [2020-10-28T22:21:23.528Z] 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-28T22:21:23.794Z] ---> Running in f6c5e5a00206 [2020-10-28T22:21:24.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:21:26.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:21:26.557Z] (1/12) Installing libmagic (5.38-r0) [2020-10-28T22:21:26.819Z] (2/12) Installing file (5.38-r0) [2020-10-28T22:21:26.819Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-28T22:21:26.819Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-28T22:21:31.047Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-28T22:21:31.047Z] (6/12) Installing patch (2.7.6-r6) [2020-10-28T22:21:31.047Z] (7/12) Installing build-base (0.5-r2) [2020-10-28T22:21:31.047Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-28T22:21:31.047Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-28T22:21:31.047Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-28T22:21:31.309Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-28T22:21:31.309Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-28T22:21:31.309Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T22:21:31.309Z] OK: 233 MiB in 51 packages [2020-10-28T22:21:34.644Z] Removing intermediate container f6c5e5a00206 [2020-10-28T22:21:34.644Z] ---> 683456729f29 [2020-10-28T22:21:34.644Z] Step 4/7 : WORKDIR /edgex-go [2020-10-28T22:21:34.906Z] ---> Running in 94fcda3cee4b [2020-10-28T22:21:34.906Z] Removing intermediate container 94fcda3cee4b [2020-10-28T22:21:34.906Z] ---> d49d49f543a8 [2020-10-28T22:21:34.906Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-28T22:21:35.482Z] latest: Pulling from library/docker [2020-10-28T22:21:35.482Z] 188c0c94c7c5: Pulling fs layer [2020-10-28T22:21:35.482Z] 0c7c675703d6: Pulling fs layer [2020-10-28T22:21:35.482Z] cc8c12a437cb: Pulling fs layer [2020-10-28T22:21:35.482Z] c5dafad2182a: Pulling fs layer [2020-10-28T22:21:35.482Z] 5aa711733414: Pulling fs layer [2020-10-28T22:21:35.482Z] 058f73b55e4b: Pulling fs layer [2020-10-28T22:21:35.482Z] 8c9c664faf12: Pulling fs layer [2020-10-28T22:21:35.482Z] 5aa711733414: Waiting [2020-10-28T22:21:35.482Z] 8c9c664faf12: Waiting [2020-10-28T22:21:35.482Z] 058f73b55e4b: Waiting [2020-10-28T22:21:35.482Z] c5dafad2182a: Waiting [2020-10-28T22:21:35.747Z] cc8c12a437cb: Verifying Checksum [2020-10-28T22:21:35.747Z] cc8c12a437cb: Download complete [2020-10-28T22:21:35.747Z] 188c0c94c7c5: Verifying Checksum [2020-10-28T22:21:35.747Z] 188c0c94c7c5: Download complete [2020-10-28T22:21:35.747Z] 0c7c675703d6: Verifying Checksum [2020-10-28T22:21:35.747Z] 0c7c675703d6: Download complete [2020-10-28T22:21:35.747Z] 5aa711733414: Verifying Checksum [2020-10-28T22:21:35.747Z] 5aa711733414: Download complete [2020-10-28T22:21:36.015Z] 058f73b55e4b: Verifying Checksum [2020-10-28T22:21:36.015Z] 058f73b55e4b: Download complete [2020-10-28T22:21:36.015Z] 188c0c94c7c5: Pull complete [2020-10-28T22:21:36.015Z] 8c9c664faf12: Verifying Checksum [2020-10-28T22:21:36.015Z] 8c9c664faf12: Download complete [2020-10-28T22:21:36.282Z] 0c7c675703d6: Pull complete [2020-10-28T22:21:36.282Z] cc8c12a437cb: Pull complete [2020-10-28T22:21:36.868Z] c5dafad2182a: Verifying Checksum [2020-10-28T22:21:36.868Z] c5dafad2182a: Download complete [2020-10-28T22:21:39.442Z] c5dafad2182a: Pull complete [2020-10-28T22:21:39.442Z] 5aa711733414: Pull complete [2020-10-28T22:21:39.442Z] 058f73b55e4b: Pull complete [2020-10-28T22:21:39.708Z] 8c9c664faf12: Pull complete [2020-10-28T22:21:39.708Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-28T22:21:39.708Z] Status: Downloaded newer image for docker:latest [2020-10-28T22:21:41.635Z] ---> c884893e8e16 [2020-10-28T22:21:41.635Z] Step 6/7 : COPY go.mod . [2020-10-28T22:21:41.897Z] ---> ee8633e53d2f [2020-10-28T22:21:41.897Z] Step 7/7 : RUN go mod download [2020-10-28T22:21:41.897Z] ---> Running in 2045818edb13 [2020-10-28T22:22:03.939Z] Removing intermediate container 2045818edb13 [2020-10-28T22:22:03.939Z] ---> 53347eea83a4 [2020-10-28T22:22:03.939Z] Successfully built 53347eea83a4 [2020-10-28T22:22:03.939Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:22:04.262Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T22:22:04.262Z] . [Pipeline] withDockerContainer [2020-10-28T22:22:04.380Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:22:04.440Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-28T22:22:05.595Z] $ docker top 2fe6a59ade226b0ee68af958e94dedfd5b177c543414858fc0eea3b4e32981b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T22:22:06.113Z] + go version [2020-10-28T22:22:06.113Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-28T22:22:06.133Z] $ docker stop --time=1 2fe6a59ade226b0ee68af958e94dedfd5b177c543414858fc0eea3b4e32981b8 [2020-10-28T22:22:07.520Z] $ docker rm -f 2fe6a59ade226b0ee68af958e94dedfd5b177c543414858fc0eea3b4e32981b8 [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-28T22:22:10.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T22:22:10.852Z] [2020-10-28T22:22:10.852Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:22:11.195Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T22:22:11.195Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-28T22:22:11.195Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-28T22:22:11.195Z] ca9280d653b3: Pulling fs layer [2020-10-28T22:22:11.195Z] 7e9c9ca2126c: Pulling fs layer [2020-10-28T22:22:11.772Z] cbdbe7a5bc2a: Download complete [2020-10-28T22:22:12.038Z] ca9280d653b3: Verifying Checksum [2020-10-28T22:22:12.038Z] ca9280d653b3: Download complete [2020-10-28T22:22:12.038Z] cbdbe7a5bc2a: Pull complete [2020-10-28T22:22:12.997Z] ca9280d653b3: Pull complete [2020-10-28T22:22:12.997Z] 7e9c9ca2126c: Verifying Checksum [2020-10-28T22:22:12.997Z] 7e9c9ca2126c: Download complete [2020-10-28T22:22:19.642Z] 7e9c9ca2126c: Pull complete [2020-10-28T22:22:19.642Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-28T22:22:19.642Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T22:22:19.642Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-28T22:22:19.873Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:22:19.924Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@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-28T22:22:22.576Z] $ docker top ad2d1aac1be629e0cf724381acc69b8f41af35cfb1a4f3b7b5294241bebd0a30 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T22:22:23.103Z] + docker-compose build --help [2020-10-28T22:22:23.104Z] + grep parallel [2020-10-28T22:22:24.051Z] --parallel Build images in parallel. [Pipeline] } [2020-10-28T22:22:24.108Z] $ docker stop --time=1 ad2d1aac1be629e0cf724381acc69b8f41af35cfb1a4f3b7b5294241bebd0a30 [2020-10-28T22:22:25.469Z] $ docker rm -f ad2d1aac1be629e0cf724381acc69b8f41af35cfb1a4f3b7b5294241bebd0a30 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:22:26.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T22:22:26.353Z] . [Pipeline] withDockerContainer [2020-10-28T22:22:26.457Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:22:26.507Z] $ 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/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-28T22:22:27.218Z] $ docker top 4db601e90eca70071f9b52f312c58a0363309b7578357623e072ec3b3405806d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T22:22:27.749Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-28T22:22:28.701Z] Building docker-core-command-go ... [2020-10-28T22:22:28.701Z] Building docker-core-data-go ... [2020-10-28T22:22:28.701Z] Building docker-core-metadata-go ... [2020-10-28T22:22:28.701Z] Building docker-security-bootstrap-redis-go ... [2020-10-28T22:22:28.701Z] Building docker-security-proxy-setup-go ... [2020-10-28T22:22:28.701Z] Building docker-security-secrets-setup-go ... [2020-10-28T22:22:28.701Z] Building docker-security-secretstore-setup-go ... [2020-10-28T22:22:28.701Z] Building docker-support-logging-go ... [2020-10-28T22:22:28.701Z] Building docker-support-notifications-go ... [2020-10-28T22:22:28.701Z] Building docker-support-scheduler-go ... [2020-10-28T22:22:28.701Z] Building docker-sys-mgmt-agent-go ... [2020-10-28T22:22:28.701Z] Building docker-core-metadata-go [2020-10-28T22:22:28.701Z] Building docker-core-data-go [2020-10-28T22:22:28.701Z] Building docker-core-command-go [2020-10-28T22:22:28.701Z] Building docker-security-secrets-setup-go [2020-10-28T22:22:28.701Z] Building docker-security-secretstore-setup-go [2020-10-28T22:22:55.761Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:22:55.761Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:22:55.761Z] ---> 53347eea83a4 [2020-10-28T22:22:55.761Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T22:22:55.761Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:22:55.761Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:22:55.761Z] ---> 53347eea83a4 [2020-10-28T22:22:55.761Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T22:22:55.761Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:22:55.761Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-28T22:22:55.761Z] ---> 53347eea83a4 [2020-10-28T22:22:55.761Z] Step 3/29 : WORKDIR /edgex-go [2020-10-28T22:22:55.761Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:22:55.761Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:22:55.761Z] ---> 53347eea83a4 [2020-10-28T22:22:55.761Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T22:22:55.761Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:22:55.762Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:22:55.762Z] ---> 53347eea83a4 [2020-10-28T22:22:55.762Z] Step 3/23 : WORKDIR /edgex-go [2020-10-28T22:22:55.762Z] ---> Running in 6321cb2b7519 [2020-10-28T22:22:55.762Z] ---> Running in a1e4210c72e4 [2020-10-28T22:22:55.762Z] ---> Running in ee900400d2fb [2020-10-28T22:22:55.762Z] ---> Running in 914b012ef556 [2020-10-28T22:22:55.762Z] ---> Running in 53f9b6216646 [2020-10-28T22:22:55.762Z] Removing intermediate container 53f9b6216646 [2020-10-28T22:22:55.762Z] ---> 488a90c93979 [2020-10-28T22:22:55.762Z] Step 4/29 : RUN apk update && apk add make git [2020-10-28T22:22:55.762Z] Removing intermediate container 6321cb2b7519 [2020-10-28T22:22:55.762Z] ---> cc8e75db5a94 [2020-10-28T22:22:55.762Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:22:55.762Z] Removing intermediate container 914b012ef556 [2020-10-28T22:22:55.762Z] ---> a7ee6fb92c8c [2020-10-28T22:22:55.762Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:22:55.762Z] Removing intermediate container ee900400d2fb [2020-10-28T22:22:55.762Z] ---> e321cdb35ef1 [2020-10-28T22:22:55.762Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:22:55.762Z] Removing intermediate container a1e4210c72e4 [2020-10-28T22:22:55.762Z] ---> d21f2222ef11 [2020-10-28T22:22:55.762Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:22:55.762Z] ---> Running in 6bec04b86a17 [2020-10-28T22:22:55.762Z] ---> Running in 36b13bc9e4f2 [2020-10-28T22:22:55.762Z] ---> Running in 55cfe6c0c365 [2020-10-28T22:22:55.762Z] ---> Running in 467b065ce7f4 [2020-10-28T22:22:55.762Z] ---> Running in fa8237b38f3e [2020-10-28T22:22:56.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:22:57.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:22:57.848Z] Removing intermediate container 36b13bc9e4f2 [2020-10-28T22:22:57.848Z] ---> ec0d6ec32de2 [2020-10-28T22:22:57.848Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T22:22:57.848Z] Removing intermediate container 55cfe6c0c365 [2020-10-28T22:22:57.848Z] ---> 537d39bbf33c [2020-10-28T22:22:57.849Z] Step 5/24 : RUN apk update && apk add make git [2020-10-28T22:22:58.132Z] ---> Running in 33bc7b39861a [2020-10-28T22:22:58.132Z] ---> Running in cb339236f994 [2020-10-28T22:22:58.132Z] Removing intermediate container 467b065ce7f4 [2020-10-28T22:22:58.132Z] ---> b96dd6509100 [2020-10-28T22:22:58.132Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-28T22:22:58.132Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:22:58.132Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:22:58.132Z] OK: 12752 distinct packages available [2020-10-28T22:22:58.132Z] Removing intermediate container fa8237b38f3e [2020-10-28T22:22:58.132Z] ---> 9388f4b27091 [2020-10-28T22:22:58.132Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T22:22:58.436Z] ---> Running in 4632e87b5c28 [2020-10-28T22:22:58.436Z] ---> Running in a18ac0a27032 [2020-10-28T22:22:58.436Z] OK: 233 MiB in 51 packages [2020-10-28T22:22:59.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:22:59.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:22:59.299Z] Removing intermediate container 6bec04b86a17 [2020-10-28T22:22:59.299Z] ---> 37947cfd95fa [2020-10-28T22:22:59.299Z] Step 5/29 : COPY go.mod . [2020-10-28T22:22:59.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:22:59.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:22:59.563Z] ---> 0b4db86f8475 [2020-10-28T22:22:59.563Z] Step 6/29 : RUN go mod download [2020-10-28T22:22:59.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:22:59.563Z] ---> Running in bb2820b74687 [2020-10-28T22:22:59.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:22:59.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:23:00.092Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:23:00.092Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:23:00.092Z] OK: 12752 distinct packages available [2020-10-28T22:23:00.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:23:00.357Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:23:00.357Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:23:00.357Z] OK: 12752 distinct packages available [2020-10-28T22:23:00.357Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:23:00.357Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:23:00.357Z] OK: 12752 distinct packages available [2020-10-28T22:23:00.621Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:23:00.621Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:23:00.621Z] OK: 12752 distinct packages available [2020-10-28T22:23:00.888Z] OK: 233 MiB in 51 packages [2020-10-28T22:23:00.888Z] OK: 233 MiB in 51 packages [2020-10-28T22:23:00.888Z] OK: 233 MiB in 51 packages [2020-10-28T22:23:00.888Z] OK: 233 MiB in 51 packages [2020-10-28T22:23:01.854Z] Removing intermediate container cb339236f994 [2020-10-28T22:23:01.854Z] ---> c556b2e5bc96 [2020-10-28T22:23:01.854Z] Step 6/22 : COPY go.mod . [2020-10-28T22:23:01.854Z] Removing intermediate container 33bc7b39861a [2020-10-28T22:23:01.854Z] ---> b5e8b445c400 [2020-10-28T22:23:01.854Z] Step 6/24 : COPY go.mod . [2020-10-28T22:23:02.121Z] Removing intermediate container 4632e87b5c28 [2020-10-28T22:23:02.121Z] ---> 3548a9094b01 [2020-10-28T22:23:02.121Z] Step 6/23 : COPY go.mod . [2020-10-28T22:23:02.121Z] Removing intermediate container bb2820b74687 [2020-10-28T22:23:02.121Z] ---> b6194f5bbe04 [2020-10-28T22:23:02.121Z] Step 7/29 : COPY . . [2020-10-28T22:23:02.396Z] Removing intermediate container a18ac0a27032 [2020-10-28T22:23:02.396Z] ---> 2f07cbfce817 [2020-10-28T22:23:02.396Z] Step 6/22 : COPY go.mod . [2020-10-28T22:23:02.396Z] ---> 31f995cd063f [2020-10-28T22:23:02.396Z] Step 7/22 : RUN go mod download [2020-10-28T22:23:02.396Z] ---> 156cd5e48e4a [2020-10-28T22:23:02.396Z] Step 7/24 : RUN go mod download [2020-10-28T22:23:02.690Z] ---> Running in 34cac1905e92 [2020-10-28T22:23:02.958Z] ---> Running in 3018dadb1165 [2020-10-28T22:23:02.958Z] ---> 556b7c640684 [2020-10-28T22:23:02.958Z] Step 7/23 : RUN go mod download [2020-10-28T22:23:03.542Z] ---> 72314b8ded73 [2020-10-28T22:23:03.542Z] Step 7/22 : RUN go mod download [2020-10-28T22:23:03.542Z] ---> Running in 1edc97831e34 [2020-10-28T22:23:03.542Z] ---> Running in 06f3957e8490 [2020-10-28T22:23:07.080Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9582 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-28T22:23:07.136Z] Running in /w/workspace/edgex-go/219 [Pipeline] { [Pipeline] checkout [2020-10-28T22:23:10.200Z] Removing intermediate container 34cac1905e92 [2020-10-28T22:23:10.200Z] ---> e64e3751a352 [2020-10-28T22:23:10.200Z] Step 8/24 : COPY . . [2020-10-28T22:23:12.314Z] using credential edgex-jenkins-ssh [2020-10-28T22:23:12.392Z] Cloning the remote Git repository [2020-10-28T22:23:12.766Z] Removing intermediate container 3018dadb1165 [2020-10-28T22:23:12.766Z] ---> e7822094cd79 [2020-10-28T22:23:12.766Z] Step 8/22 : COPY . . [2020-10-28T22:23:12.457Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-28T22:23:12.573Z] > git init /w/workspace/edgex-go/219 # timeout=10 [2020-10-28T22:23:12.647Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T22:23:12.648Z] > git --version # timeout=10 [2020-10-28T22:23:12.675Z] > git --version # 'git version 2.17.1' [2020-10-28T22:23:12.677Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T22:23:12.748Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T22:23:17.018Z] Removing intermediate container 06f3957e8490 [2020-10-28T22:23:17.018Z] ---> fd07707d1c7e [2020-10-28T22:23:17.018Z] Step 8/22 : COPY . . [2020-10-28T22:23:17.018Z] Removing intermediate container 1edc97831e34 [2020-10-28T22:23:17.018Z] ---> 17ce5caad2ad [2020-10-28T22:23:17.018Z] Step 8/23 : COPY . . [2020-10-28T22:23:17.286Z] ---> 65811e385f49 [2020-10-28T22:23:17.286Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-28T22:23:25.496Z] ---> Running in 004b68e4e9f6 [2020-10-28T22:23:28.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-28T22:23:30.561Z] Checking out Revision 0f1fe820ccd95aec4869edd2918246727b77d5b6 (master) [2020-10-28T22:23:29.897Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T22:23:29.916Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T22:23:29.946Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T22:23:29.988Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T22:23:29.989Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T22:23:30.009Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T22:23:30.587Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T22:23:30.616Z] > git checkout -f 0f1fe820ccd95aec4869edd2918246727b77d5b6 # timeout=10 [2020-10-28T22:23:35.326Z] Commit message: "Merge pull request #2850 from andresrinivasan/issue-2503-correct-redis-secret-setup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-28T22:23:36.411Z] ========================================================= [2020-10-28T22:23:36.411Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-28T22:23:36.411Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:23:37.293Z] + 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-28T22:23:39.950Z] Sending build context to Docker daemon 165.3MB [2020-10-28T22:23:39.950Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-28T22:23:39.950Z] Step 2/7 : FROM ${BASE} [2020-10-28T22:23:40.229Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-28T22:23:40.229Z] b538f80385f9: Pulling fs layer [2020-10-28T22:23:40.229Z] 74f711af9a0d: Pulling fs layer [2020-10-28T22:23:40.229Z] 99f96fe45779: Pulling fs layer [2020-10-28T22:23:40.229Z] 8529a6b9a6be: Pulling fs layer [2020-10-28T22:23:40.229Z] 45590311c82a: Pulling fs layer [2020-10-28T22:23:40.229Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-28T22:23:40.229Z] 209524e5b208: Pulling fs layer [2020-10-28T22:23:40.229Z] 8529a6b9a6be: Waiting [2020-10-28T22:23:40.229Z] 45590311c82a: Waiting [2020-10-28T22:23:40.229Z] 69ca0ff8b7b3: Waiting [2020-10-28T22:23:40.229Z] 209524e5b208: Waiting [2020-10-28T22:23:40.229Z] 99f96fe45779: Verifying Checksum [2020-10-28T22:23:40.229Z] 99f96fe45779: Download complete [2020-10-28T22:23:40.229Z] 74f711af9a0d: Verifying Checksum [2020-10-28T22:23:40.229Z] 74f711af9a0d: Download complete [2020-10-28T22:23:40.229Z] 45590311c82a: Download complete [2020-10-28T22:23:40.449Z] ---> 9bfe4629ba7b [2020-10-28T22:23:40.449Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-10-28T22:23:40.449Z] ---> Running in bd5abf920a65 [2020-10-28T22:23:40.508Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-28T22:23:40.508Z] 69ca0ff8b7b3: Download complete [2020-10-28T22:23:40.783Z] b538f80385f9: Verifying Checksum [2020-10-28T22:23:40.783Z] b538f80385f9: Download complete [2020-10-28T22:23:41.389Z] b538f80385f9: Pull complete [2020-10-28T22:23:41.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-28T22:23:42.024Z] 74f711af9a0d: Pull complete [2020-10-28T22:23:42.051Z] ---> 4f15ac3db725 [2020-10-28T22:23:42.051Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-28T22:23:42.632Z] 99f96fe45779: Pull complete [2020-10-28T22:23:42.917Z] 209524e5b208: Verifying Checksum [2020-10-28T22:23:42.917Z] 209524e5b208: Download complete [2020-10-28T22:23:43.470Z] ---> Running in d4e80b8fb408 [2020-10-28T22:23:44.065Z] ---> 0ad25b9efd96 [2020-10-28T22:23:44.065Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-28T22:23:44.065Z] ---> 6cc317173af8 [2020-10-28T22:23:44.065Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-28T22:23:44.337Z] ---> Running in e47889046daf [2020-10-28T22:23:44.337Z] ---> Running in 411eca066119 [2020-10-28T22:23:44.907Z] 8529a6b9a6be: Verifying Checksum [2020-10-28T22:23:44.907Z] 8529a6b9a6be: Download complete [2020-10-28T22:23:44.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-28T22:23:45.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/core-command/core-command ./cmd/core-command [2020-10-28T22:23:45.833Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/core-data/core-data ./cmd/core-data [2020-10-28T22:23:54.080Z] Removing intermediate container 004b68e4e9f6 [2020-10-28T22:23:54.080Z] ---> 080ee7a7bf75 [2020-10-28T22:23:54.080Z] [2020-10-28T22:23:54.080Z] Step 9/29 : FROM alpine:latest [2020-10-28T22:23:54.348Z] latest: Pulling from library/alpine [2020-10-28T22:23:55.182Z] 8529a6b9a6be: Pull complete [2020-10-28T22:23:55.319Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T22:23:55.320Z] Status: Downloaded newer image for alpine:latest [2020-10-28T22:23:55.320Z] ---> d6e46aa2470d [2020-10-28T22:23:55.320Z] 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-28T22:23:55.460Z] 45590311c82a: Pull complete [2020-10-28T22:23:55.745Z] 69ca0ff8b7b3: Pull complete [2020-10-28T22:23:55.918Z] ---> Running in 396c1bf509d1 [2020-10-28T22:23:56.513Z] Removing intermediate container 396c1bf509d1 [2020-10-28T22:23:56.513Z] ---> 44f2b227bbe4 [2020-10-28T22:23:56.513Z] Step 11/29 : USER root [2020-10-28T22:23:56.782Z] ---> Running in 6a85c2e8b1d7 [2020-10-28T22:23:57.070Z] Removing intermediate container 6a85c2e8b1d7 [2020-10-28T22:23:57.070Z] ---> 43fe6a7d01ce [2020-10-28T22:23:57.070Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-28T22:23:57.070Z] ---> Running in 4f4c4547e6fb [2020-10-28T22:23:58.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:23:58.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:23:58.767Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:23:58.767Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:23:58.767Z] OK: 12744 distinct packages available [2020-10-28T22:23:59.041Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-28T22:23:59.318Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-28T22:23:59.318Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:23:59.318Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T22:23:59.318Z] OK: 6 MiB in 16 packages [2020-10-28T22:24:00.083Z] 209524e5b208: Pull complete [2020-10-28T22:24:00.083Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-28T22:24:00.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-28T22:24:00.083Z] ---> 5bddaf1c2fca [2020-10-28T22:24:00.083Z] 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-28T22:24:02.710Z] Removing intermediate container 4f4c4547e6fb [2020-10-28T22:24:02.710Z] ---> 3df808501e2d [2020-10-28T22:24:02.710Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-28T22:24:02.710Z] ---> Running in 016f8d0c7069 [2020-10-28T22:24:02.710Z] Removing intermediate container 016f8d0c7069 [2020-10-28T22:24:02.710Z] ---> 0bd902599bed [2020-10-28T22:24:02.710Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-28T22:24:02.986Z] ---> Running in f8443e20fb76 [2020-10-28T22:24:03.480Z] ---> Running in 69cd7433d49c [2020-10-28T22:24:04.413Z] Removing intermediate container f8443e20fb76 [2020-10-28T22:24:04.413Z] ---> 11f7d61cc9c3 [2020-10-28T22:24:04.413Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-28T22:24:04.691Z] ---> Running in ffb0ba1b0c23 [2020-10-28T22:24:04.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:24:05.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:24:06.494Z] (1/12) Installing libmagic (5.38-r0) [2020-10-28T22:24:06.494Z] (2/12) Installing file (5.38-r0) [2020-10-28T22:24:06.494Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-28T22:24:06.765Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-28T22:24:07.309Z] Removing intermediate container ffb0ba1b0c23 [2020-10-28T22:24:07.309Z] ---> d0818a6d724a [2020-10-28T22:24:07.309Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-28T22:24:07.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-28T22:24:08.768Z] ---> 41757b174459 [2020-10-28T22:24:08.768Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-28T22:24:09.354Z] ---> 69ce2e4c44ca [2020-10-28T22:24:09.354Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-28T22:24:09.632Z] ---> a2dd9fb117ad [2020-10-28T22:24:09.632Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-28T22:24:10.218Z] ---> 652bdd44d807 [2020-10-28T22:24:10.218Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-28T22:24:10.804Z] ---> 97f062eca49a [2020-10-28T22:24:10.804Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-28T22:24:10.804Z] ---> Running in 0b357bba0957 [2020-10-28T22:24:12.157Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-28T22:24:12.157Z] (6/12) Installing patch (2.7.6-r6) [2020-10-28T22:24:12.157Z] (7/12) Installing build-base (0.5-r2) [2020-10-28T22:24:12.157Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-28T22:24:12.157Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-28T22:24:12.157Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-28T22:24:12.157Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-28T22:24:12.157Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-28T22:24:12.157Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T22:24:12.157Z] OK: 217 MiB in 51 packages [2020-10-28T22:24:13.407Z] Removing intermediate container 0b357bba0957 [2020-10-28T22:24:13.407Z] ---> 925e9e644089 [2020-10-28T22:24:13.407Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T22:24:13.681Z] ---> 2c8fa052d825 [2020-10-28T22:24:13.681Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T22:24:13.681Z] ---> Running in 65cd0b428d7b [2020-10-28T22:24:16.478Z] Removing intermediate container 69cd7433d49c [2020-10-28T22:24:16.478Z] ---> a2f69481ad0e [2020-10-28T22:24:16.478Z] Step 4/7 : WORKDIR /edgex-go [2020-10-28T22:24:16.478Z] ---> Running in 6fffefa2ff91 [2020-10-28T22:24:17.071Z] Removing intermediate container 6fffefa2ff91 [2020-10-28T22:24:17.071Z] ---> cc6f20a559bf [2020-10-28T22:24:17.071Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-28T22:24:17.098Z] Removing intermediate container bd5abf920a65 [2020-10-28T22:24:17.098Z] ---> 15810c24244d [2020-10-28T22:24:17.098Z] [2020-10-28T22:24:17.098Z] Step 10/24 : FROM alpine:3.10 [2020-10-28T22:24:17.098Z] Removing intermediate container 65cd0b428d7b [2020-10-28T22:24:17.098Z] ---> 7b24c9f9dcba [2020-10-28T22:24:17.098Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-28T22:24:17.098Z] ---> Running in 8b3eb0c331db [2020-10-28T22:24:17.098Z] 3.10: Pulling from library/alpine [2020-10-28T22:24:17.673Z] latest: Pulling from library/docker [2020-10-28T22:24:17.673Z] 5f621e34cdf4: Pulling fs layer [2020-10-28T22:24:17.673Z] 85db56a05063: Pulling fs layer [2020-10-28T22:24:17.673Z] ccb67d6aeaaa: Pulling fs layer [2020-10-28T22:24:17.673Z] a0b19fc83503: Pulling fs layer [2020-10-28T22:24:17.673Z] 8eb508b41278: Pulling fs layer [2020-10-28T22:24:17.673Z] 37236713561e: Pulling fs layer [2020-10-28T22:24:17.673Z] 07c93f2b1b56: Pulling fs layer [2020-10-28T22:24:17.673Z] a0b19fc83503: Waiting [2020-10-28T22:24:17.673Z] 07c93f2b1b56: Waiting [2020-10-28T22:24:17.673Z] 8eb508b41278: Waiting [2020-10-28T22:24:17.673Z] 85db56a05063: Verifying Checksum [2020-10-28T22:24:17.673Z] 85db56a05063: Download complete [2020-10-28T22:24:17.947Z] 5f621e34cdf4: Verifying Checksum [2020-10-28T22:24:17.947Z] 5f621e34cdf4: Download complete [2020-10-28T22:24:17.947Z] 8eb508b41278: Verifying Checksum [2020-10-28T22:24:17.947Z] 8eb508b41278: Download complete [2020-10-28T22:24:18.225Z] 37236713561e: Verifying Checksum [2020-10-28T22:24:18.225Z] 37236713561e: Download complete [2020-10-28T22:24:18.225Z] 07c93f2b1b56: Verifying Checksum [2020-10-28T22:24:18.225Z] 07c93f2b1b56: Download complete [2020-10-28T22:24:18.499Z] 5f621e34cdf4: Pull complete [2020-10-28T22:24:18.551Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-28T22:24:18.777Z] ccb67d6aeaaa: Verifying Checksum [2020-10-28T22:24:18.777Z] ccb67d6aeaaa: Download complete [2020-10-28T22:24:19.375Z] 85db56a05063: Pull complete [2020-10-28T22:24:19.375Z] a0b19fc83503: Verifying Checksum [2020-10-28T22:24:19.375Z] a0b19fc83503: Download complete [2020-10-28T22:24:19.516Z] Status: Downloaded newer image for alpine:3.10 [2020-10-28T22:24:19.516Z] ---> be4e4bea2c2e [2020-10-28T22:24:19.516Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T22:24:19.651Z] ccb67d6aeaaa: Pull complete [2020-10-28T22:24:21.463Z] ---> Running in 6d1419e90650 [2020-10-28T22:24:21.463Z] Removing intermediate container e47889046daf [2020-10-28T22:24:21.463Z] ---> 84d609e10940 [2020-10-28T22:24:21.463Z] [2020-10-28T22:24:21.463Z] Step 10/22 : FROM scratch [2020-10-28T22:24:21.463Z] ---> [2020-10-28T22:24:21.463Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T22:24:21.463Z] Removing intermediate container 8b3eb0c331db [2020-10-28T22:24:21.463Z] ---> 8dac1784063d [2020-10-28T22:24:21.463Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T22:24:21.463Z] ---> Running in 894e6b4a15f1 [2020-10-28T22:24:21.463Z] ---> Running in 86ae77f25ccf [2020-10-28T22:24:21.735Z] Removing intermediate container 894e6b4a15f1 [2020-10-28T22:24:21.735Z] ---> 515101832036 [2020-10-28T22:24:21.735Z] Step 26/29 : CMD [ "generate" ] [2020-10-28T22:24:22.006Z] ---> Running in 7e82ca7169b4 [2020-10-28T22:24:22.006Z] Removing intermediate container 86ae77f25ccf [2020-10-28T22:24:22.006Z] ---> 580432e38253 [2020-10-28T22:24:22.006Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-28T22:24:22.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:24:22.006Z] ---> Running in d2a649bba3f2 [2020-10-28T22:24:22.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:24:22.272Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-28T22:24:22.273Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-28T22:24:22.273Z] OK: 10346 distinct packages available [2020-10-28T22:24:22.538Z] Removing intermediate container 7e82ca7169b4 [2020-10-28T22:24:22.538Z] ---> 24633241cffd [2020-10-28T22:24:22.538Z] Step 27/29 : LABEL arch=x86_64 [2020-10-28T22:24:22.538Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-28T22:24:22.538Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-28T22:24:22.538Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-28T22:24:22.538Z] (4/5) Installing curl (7.66.0-r1) [2020-10-28T22:24:22.538Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-28T22:24:22.538Z] Executing busybox-1.30.1-r3.trigger [2020-10-28T22:24:22.538Z] Executing ca-certificates-20191127-r2.trigger [2020-10-28T22:24:22.801Z] OK: 7 MiB in 19 packages [2020-10-28T22:24:23.042Z] a0b19fc83503: Pull complete [2020-10-28T22:24:23.314Z] 8eb508b41278: Pull complete [2020-10-28T22:24:23.587Z] 37236713561e: Pull complete [2020-10-28T22:24:23.861Z] 07c93f2b1b56: Pull complete [2020-10-28T22:24:23.861Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-28T22:24:23.861Z] Status: Downloaded newer image for docker:latest [2020-10-28T22:24:26.115Z] Removing intermediate container d2a649bba3f2 [2020-10-28T22:24:26.115Z] ---> 26dc0add9dfd [2020-10-28T22:24:26.115Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T22:24:26.115Z] ---> Running in ac5b6f60c459 [2020-10-28T22:24:26.115Z] ---> Running in e72dfd61e977 [2020-10-28T22:24:26.115Z] Removing intermediate container d4e80b8fb408 [2020-10-28T22:24:26.115Z] ---> 1f92e809615d [2020-10-28T22:24:26.115Z] [2020-10-28T22:24:26.115Z] Step 10/22 : FROM scratch [2020-10-28T22:24:26.115Z] ---> [2020-10-28T22:24:26.115Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T22:24:26.115Z] ---> Using cache [2020-10-28T22:24:26.115Z] ---> 580432e38253 [2020-10-28T22:24:26.115Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-28T22:24:26.694Z] Removing intermediate container ac5b6f60c459 [2020-10-28T22:24:26.694Z] ---> cf754b320e39 [2020-10-28T22:24:26.694Z] Step 28/29 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:24:27.257Z] ---> 2f6a0d74b1fe [2020-10-28T22:24:27.257Z] Step 6/7 : COPY go.mod . [2020-10-28T22:24:27.270Z] ---> Running in 525c2b41a5d1 [2020-10-28T22:24:27.270Z] ---> Running in 38323062e97a [2020-10-28T22:24:27.270Z] Removing intermediate container e72dfd61e977 [2020-10-28T22:24:27.270Z] ---> c44045c52893 [2020-10-28T22:24:27.270Z] Step 14/22 : WORKDIR / [2020-10-28T22:24:27.270Z] Removing intermediate container 6d1419e90650 [2020-10-28T22:24:27.270Z] ---> 757391a6140b [2020-10-28T22:24:27.270Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T22:24:27.534Z] ---> Running in 6443fe3248dd [2020-10-28T22:24:27.797Z] ---> Running in 3c20fc310816 [2020-10-28T22:24:27.797Z] Removing intermediate container 525c2b41a5d1 [2020-10-28T22:24:27.797Z] ---> 04135822fde9 [2020-10-28T22:24:27.797Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T22:24:27.853Z] ---> e86393f417b9 [2020-10-28T22:24:27.853Z] Step 7/7 : RUN go mod download [2020-10-28T22:24:28.130Z] ---> Running in 1a0c8ec80ca1 [2020-10-28T22:24:29.729Z] Removing intermediate container 38323062e97a [2020-10-28T22:24:29.729Z] ---> 2d5feb780b77 [2020-10-28T22:24:29.729Z] Step 29/29 : LABEL version=1.2.2-dev.103 [2020-10-28T22:24:29.992Z] ---> Running in 22d1bc779c7e [2020-10-28T22:24:30.254Z] ---> Running in 2a99e8620bb1 [2020-10-28T22:24:30.254Z] Removing intermediate container 6443fe3248dd [2020-10-28T22:24:30.254Z] ---> 4bc0a7737ab1 [2020-10-28T22:24:30.254Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-28T22:24:30.254Z] Removing intermediate container 3c20fc310816 [2020-10-28T22:24:30.254Z] ---> 76396c90f0a8 [2020-10-28T22:24:30.254Z] Step 13/24 : WORKDIR / [2020-10-28T22:24:30.254Z] Removing intermediate container 411eca066119 [2020-10-28T22:24:30.254Z] ---> 59e50010baa0 [2020-10-28T22:24:30.254Z] [2020-10-28T22:24:30.254Z] Step 10/23 : FROM alpine [2020-10-28T22:24:30.254Z] ---> d6e46aa2470d [2020-10-28T22:24:30.254Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T22:24:30.521Z] ---> Running in 0a9479193236 [2020-10-28T22:24:30.521Z] Removing intermediate container 22d1bc779c7e [2020-10-28T22:24:30.521Z] ---> fc5a715c6333 [2020-10-28T22:24:30.521Z] Step 14/22 : WORKDIR / [2020-10-28T22:24:30.521Z] ---> Running in 3616662499e1 [2020-10-28T22:24:30.521Z] ---> 61a8f892c340 [2020-10-28T22:24:30.521Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-28T22:24:30.784Z] Removing intermediate container 2a99e8620bb1 [2020-10-28T22:24:30.784Z] ---> 669e864d2b88 [2020-10-28T22:24:30.784Z] [2020-10-28T22:24:30.784Z] ---> Running in ec6910ab5171 [2020-10-28T22:24:32.177Z] Removing intermediate container 0a9479193236 [2020-10-28T22:24:32.177Z] ---> cc2b27d4d9d8 [2020-10-28T22:24:32.177Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-28T22:24:32.177Z] Successfully built 669e864d2b88 [2020-10-28T22:24:32.177Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-28T22:24:32.177Z] Removing intermediate container 3616662499e1 [2020-10-28T22:24:32.177Z] ---> a8fbee6574c6 [2020-10-28T22:24:32.177Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-28T22:24:32.177Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-10-28T22:24:32.177Z] ---> Running in c794e57de63c [2020-10-28T22:24:32.177Z] Removing intermediate container ec6910ab5171 [2020-10-28T22:24:32.177Z] ---> 3b22b9c4b65e [2020-10-28T22:24:32.177Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-28T22:24:32.453Z] ---> bafa9c5f7cef [2020-10-28T22:24:32.453Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-28T22:24:32.453Z] ---> f47acd8abf5d [2020-10-28T22:24:32.453Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-28T22:24:32.453Z] Removing intermediate container c794e57de63c [2020-10-28T22:24:32.453Z] ---> 97e7d5eea742 [2020-10-28T22:24:32.453Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-28T22:24:32.717Z] ---> Running in 73bdd1f05798 [2020-10-28T22:24:32.984Z] ---> 6903cd85b458 [2020-10-28T22:24:32.984Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-28T22:24:32.984Z] ---> 651bd37a0ce3 [2020-10-28T22:24:32.984Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-28T22:24:33.253Z] ---> 894f5a32bced [2020-10-28T22:24:33.253Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-28T22:24:33.253Z] ---> Running in 7ac8d72b222a [2020-10-28T22:24:33.526Z] Removing intermediate container 73bdd1f05798 [2020-10-28T22:24:33.526Z] ---> 99fd2b91de8e [2020-10-28T22:24:33.526Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:24:33.526Z] ---> Running in e1b79c8c4efa [2020-10-28T22:24:33.526Z] Removing intermediate container 7ac8d72b222a [2020-10-28T22:24:33.526Z] ---> 2d53e98d16b3 [2020-10-28T22:24:33.527Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:24:36.085Z] ---> d3fcf30fbede [2020-10-28T22:24:36.085Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-28T22:24:36.085Z] ---> Running in a540be2bf465 [2020-10-28T22:24:36.085Z] ---> c855973b5a30 [2020-10-28T22:24:36.085Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-28T22:24:36.666Z] Removing intermediate container a540be2bf465 [2020-10-28T22:24:36.666Z] ---> c16ba3c0bd06 [2020-10-28T22:24:36.666Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T22:24:37.246Z] ---> 444a1ed72cff [2020-10-28T22:24:37.246Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-28T22:24:37.246Z] ---> 69a8e062eeae [2020-10-28T22:24:37.246Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-28T22:24:37.246Z] ---> Running in ad2a25945ea2 [2020-10-28T22:24:38.219Z] ---> Running in 499c6f56759e [2020-10-28T22:24:38.804Z] Removing intermediate container ad2a25945ea2 [2020-10-28T22:24:38.804Z] ---> 686ea3e00aa4 [2020-10-28T22:24:38.804Z] Step 21/22 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:24:39.069Z] Removing intermediate container 499c6f56759e [2020-10-28T22:24:39.069Z] ---> e7217e960017 [2020-10-28T22:24:39.069Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:24:39.648Z] ---> Running in dbf3e02d969c [2020-10-28T22:24:40.229Z] ---> fcbff1bfa556 [2020-10-28T22:24:40.230Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T22:24:41.182Z] Removing intermediate container e1b79c8c4efa [2020-10-28T22:24:41.182Z] ---> 767a291a4b2d [2020-10-28T22:24:41.182Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-28T22:24:41.445Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:24:41.445Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:24:41.708Z] ---> 53347eea83a4 [2020-10-28T22:24:41.708Z] Step 3/27 : WORKDIR /edgex-go [2020-10-28T22:24:41.708Z] ---> Using cache [2020-10-28T22:24:41.708Z] ---> e321cdb35ef1 [2020-10-28T22:24:41.708Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:24:41.708Z] ---> Using cache [2020-10-28T22:24:41.708Z] ---> b96dd6509100 [2020-10-28T22:24:41.708Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-28T22:24:41.708Z] ---> Running in 28df3647a026 [2020-10-28T22:24:42.657Z] Removing intermediate container dbf3e02d969c [2020-10-28T22:24:42.657Z] ---> f38c1cebe26a [2020-10-28T22:24:42.657Z] Step 22/22 : LABEL version=1.2.2-dev.103 [2020-10-28T22:24:42.657Z] ---> Running in 2419a0056e19 [2020-10-28T22:24:42.657Z] ---> Running in 7bac87ba5dce [2020-10-28T22:24:42.657Z] ---> 580660b0f9ee [2020-10-28T22:24:42.657Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T22:24:42.657Z] ---> Running in 9a974a5d709a [2020-10-28T22:24:42.657Z] Removing intermediate container 28df3647a026 [2020-10-28T22:24:42.657Z] ---> 66162f179df3 [2020-10-28T22:24:42.657Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T22:24:42.919Z] ---> Running in 119547b08dd2 [2020-10-28T22:24:42.919Z] ---> Running in dd2c07b64705 [2020-10-28T22:24:43.184Z] Removing intermediate container 9a974a5d709a [2020-10-28T22:24:43.184Z] ---> a6d1bf5c9595 [2020-10-28T22:24:43.184Z] [2020-10-28T22:24:43.466Z] Successfully built a6d1bf5c9595 [2020-10-28T22:24:43.466Z] Removing intermediate container dd2c07b64705 [2020-10-28T22:24:43.466Z] ---> f2c8b069a2c9 [2020-10-28T22:24:43.466Z] Step 21/22 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:24:43.466Z] Successfully tagged docker-core-command-go:latest [2020-10-28T22:24:43.466Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-10-28T22:24:43.466Z] ---> Running in caed3a3b3c50 [2020-10-28T22:24:43.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:24:44.000Z] Removing intermediate container caed3a3b3c50 [2020-10-28T22:24:44.000Z] ---> 9ac0f48b1127 [2020-10-28T22:24:44.000Z] Step 22/22 : LABEL version=1.2.2-dev.103 [2020-10-28T22:24:44.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:24:44.367Z] ---> Running in f4ecfbd95b15 [2020-10-28T22:24:44.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:24:44.652Z] Removing intermediate container f4ecfbd95b15 [2020-10-28T22:24:44.652Z] ---> ebc854c38337 [2020-10-28T22:24:44.652Z] [2020-10-28T22:24:45.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:24:45.709Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-28T22:24:46.263Z] Successfully built ebc854c38337 [2020-10-28T22:24:46.263Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:24:46.263Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:24:46.263Z] OK: 12752 distinct packages available [2020-10-28T22:24:46.263Z] Successfully tagged docker-core-metadata-go:latest [2020-10-28T22:24:46.263Z] Building docker-support-logging-go [2020-10-28T22:24:46.263Z]  Building docker-core-metadata-go ... done (2/5) Installing libsodium (1.0.18-r0) [2020-10-28T22:24:46.629Z] OK: 233 MiB in 51 packages [2020-10-28T22:24:46.629Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-28T22:24:46.901Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-28T22:24:47.166Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-28T22:24:47.166Z] Removing intermediate container 119547b08dd2 [2020-10-28T22:24:47.166Z] ---> d7b602f7357b [2020-10-28T22:24:47.166Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T22:24:47.166Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:24:47.429Z] OK: 8 MiB in 19 packages [2020-10-28T22:24:48.010Z] ---> Running in c0337c305fc0 [2020-10-28T22:24:49.964Z] Removing intermediate container c0337c305fc0 [2020-10-28T22:24:49.964Z] ---> 341fc0a22149 [2020-10-28T22:24:49.964Z] Step 22/24 : LABEL arch=x86_64 [2020-10-28T22:24:49.964Z] Removing intermediate container 7bac87ba5dce [2020-10-28T22:24:49.964Z] ---> d427ce14c6c5 [2020-10-28T22:24:49.964Z] Step 6/27 : COPY go.mod . [2020-10-28T22:24:51.901Z] Removing intermediate container 2419a0056e19 [2020-10-28T22:24:51.901Z] ---> 451b65f59a7f [2020-10-28T22:24:51.901Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-28T22:24:51.901Z] ---> Running in 70ef26516ab7 [2020-10-28T22:24:53.305Z] ---> 93eb03014b1e [2020-10-28T22:24:53.305Z] Step 7/27 : RUN go mod download [2020-10-28T22:24:54.703Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:24:54.703Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:24:54.703Z] ---> 53347eea83a4 [2020-10-28T22:24:54.703Z] Step 3/21 : WORKDIR /edgex-go [2020-10-28T22:24:54.703Z] ---> Using cache [2020-10-28T22:24:54.703Z] ---> e321cdb35ef1 [2020-10-28T22:24:54.703Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:24:54.703Z] ---> Using cache [2020-10-28T22:24:54.703Z] ---> b96dd6509100 [2020-10-28T22:24:54.703Z] Step 5/21 : RUN apk update && apk add make git [2020-10-28T22:24:54.960Z] Removing intermediate container 1a0c8ec80ca1 [2020-10-28T22:24:54.960Z] ---> 385db4e4ba7c [2020-10-28T22:24:54.960Z] Successfully built 385db4e4ba7c [2020-10-28T22:24:54.960Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:24:55.380Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T22:24:55.380Z] . [Pipeline] withDockerContainer [2020-10-28T22:24:55.622Z] prd-ubuntu18.04-docker-arm64-4c-16g-9582 does not seem to be running inside a container [2020-10-28T22:24:55.661Z] ---> Running in 85e8a444f049 [2020-10-28T22:24:55.662Z] ---> b6cfff13b1aa [2020-10-28T22:24:55.662Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-28T22:24:55.662Z] ---> Running in c9b32dd92ade [2020-10-28T22:24:55.662Z] Removing intermediate container 70ef26516ab7 [2020-10-28T22:24:55.662Z] ---> ebdc8c13d50f [2020-10-28T22:24:55.662Z] Step 23/24 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:24:55.725Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-28T22:24:56.253Z] ---> Running in 26b635ceb56c [2020-10-28T22:24:57.555Z] $ docker top 6f2947ae8e85f58e38b4ec0e11f2ab4ef8236b77711fad2145f6f144595fe294 -eo pid,comm [2020-10-28T22:24:57.667Z] Removing intermediate container 26b635ceb56c [2020-10-28T22:24:57.667Z] ---> ba242168eedd [2020-10-28T22:24:57.667Z] Step 24/24 : LABEL version=1.2.2-dev.103 [Pipeline] { [Pipeline] sh [2020-10-28T22:24:58.615Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:24:58.615Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:24:58.615Z] ---> 53347eea83a4 [2020-10-28T22:24:58.615Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T22:24:58.615Z] ---> Using cache [2020-10-28T22:24:58.615Z] ---> e321cdb35ef1 [2020-10-28T22:24:58.615Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:24:58.615Z] ---> Using cache [2020-10-28T22:24:58.615Z] ---> b96dd6509100 [2020-10-28T22:24:58.615Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-28T22:24:58.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:24:58.971Z] + go version [2020-10-28T22:24:58.971Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-28T22:24:58.999Z] $ docker stop --time=1 6f2947ae8e85f58e38b4ec0e11f2ab4ef8236b77711fad2145f6f144595fe294 [2020-10-28T22:24:59.143Z] ---> b96c76fa2d3d [2020-10-28T22:24:59.143Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-28T22:24:59.407Z] ---> Running in db9393079680 [2020-10-28T22:24:59.407Z] ---> Running in 15e243e62954 [2020-10-28T22:24:59.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:24:59.675Z] Removing intermediate container db9393079680 [2020-10-28T22:24:59.675Z] ---> 4d94eb70377a [2020-10-28T22:24:59.675Z] [2020-10-28T22:24:59.675Z] ---> 92dfaa30acbf [2020-10-28T22:24:59.675Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-28T22:24:59.939Z] Successfully built 4d94eb70377a [2020-10-28T22:24:59.939Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-28T22:24:59.939Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-10-28T22:24:59.939Z] ---> Running in 6e56e019213a [2020-10-28T22:24:59.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:25:00.208Z] Removing intermediate container 85e8a444f049 [2020-10-28T22:25:00.208Z] ---> 394119bb6485 [2020-10-28T22:25:00.208Z] Step 8/27 : COPY . . [2020-10-28T22:25:00.208Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:25:00.208Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:25:00.208Z] OK: 12752 distinct packages available [2020-10-28T22:25:00.208Z] Removing intermediate container 6e56e019213a [2020-10-28T22:25:00.208Z] ---> 1b3d7f8e8d01 [2020-10-28T22:25:00.208Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:25:00.480Z] OK: 233 MiB in 51 packages [2020-10-28T22:25:00.756Z] ---> Running in c28b517eb25c [2020-10-28T22:25:00.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:25:00.902Z] $ docker rm -f 6f2947ae8e85f58e38b4ec0e11f2ab4ef8236b77711fad2145f6f144595fe294 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-10-28T22:25:01.341Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:25:01.341Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:25:01.341Z] OK: 12752 distinct packages available [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-10-28T22:25:01.921Z] OK: 233 MiB in 51 packages [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-10-28T22:25:02.188Z] OK: 233 MiB in 51 packages [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:25:02.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T22:25:02.604Z] [2020-10-28T22:25:02.604Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:25:03.015Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T22:25:03.290Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-28T22:25:03.290Z] 29e5d40040c1: Pulling fs layer [2020-10-28T22:25:03.290Z] 1ce36da41761: Pulling fs layer [2020-10-28T22:25:03.290Z] 25b303627fd3: Pulling fs layer [2020-10-28T22:25:03.566Z] 29e5d40040c1: Verifying Checksum [2020-10-28T22:25:03.566Z] 29e5d40040c1: Download complete [2020-10-28T22:25:04.165Z] 1ce36da41761: Verifying Checksum [2020-10-28T22:25:04.165Z] 1ce36da41761: Download complete [2020-10-28T22:25:04.441Z] 29e5d40040c1: Pull complete [2020-10-28T22:25:05.875Z] 1ce36da41761: Pull complete [2020-10-28T22:25:05.875Z] 25b303627fd3: Verifying Checksum [2020-10-28T22:25:05.875Z] 25b303627fd3: Download complete [2020-10-28T22:25:07.530Z] Removing intermediate container c28b517eb25c [2020-10-28T22:25:07.530Z] ---> 7d44484be268 [2020-10-28T22:25:07.530Z] Step 21/23 : LABEL arch=x86_64 [2020-10-28T22:25:11.803Z] ---> Running in 01596e61a6b9 [2020-10-28T22:25:11.803Z] Removing intermediate container c9b32dd92ade [2020-10-28T22:25:11.803Z] ---> 7f7eb174bb8d [2020-10-28T22:25:11.803Z] Step 6/21 : COPY go.mod . [2020-10-28T22:25:11.803Z] Removing intermediate container 15e243e62954 [2020-10-28T22:25:11.803Z] ---> f563c1b80712 [2020-10-28T22:25:11.803Z] Step 6/22 : COPY go.mod . [2020-10-28T22:25:12.071Z] ---> 899deb0e18c8 [2020-10-28T22:25:12.071Z] Step 7/21 : RUN go mod download [2020-10-28T22:25:12.344Z] Removing intermediate container 01596e61a6b9 [2020-10-28T22:25:12.344Z] ---> 591579442203 [2020-10-28T22:25:12.344Z] Step 22/23 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:25:13.752Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:25:13.752Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:25:13.752Z] ---> 53347eea83a4 [2020-10-28T22:25:13.752Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T22:25:13.752Z] ---> Using cache [2020-10-28T22:25:13.752Z] ---> e321cdb35ef1 [2020-10-28T22:25:13.752Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:25:13.752Z] ---> Using cache [2020-10-28T22:25:13.752Z] ---> b96dd6509100 [2020-10-28T22:25:13.752Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-28T22:25:13.752Z] ---> Running in 8e8401449bd2 [2020-10-28T22:25:14.729Z] ---> 5049b8dcf12a [2020-10-28T22:25:14.729Z] Step 7/22 : RUN go mod download [2020-10-28T22:25:15.306Z] ---> Running in 76631f2d5904 [2020-10-28T22:25:15.892Z] ---> Running in 523b4b0bbb73 [2020-10-28T22:25:15.892Z] ---> Running in 7318acbc72b1 [2020-10-28T22:25:16.039Z] 25b303627fd3: Pull complete [2020-10-28T22:25:16.039Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-28T22:25:16.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T22:25:16.039Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-28T22:25:16.284Z] prd-ubuntu18.04-docker-arm64-4c-16g-9582 does not seem to be running inside a container [2020-10-28T22:25:16.379Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@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-28T22:25:16.468Z] Removing intermediate container 76631f2d5904 [2020-10-28T22:25:16.468Z] ---> fdd7c2be9f38 [2020-10-28T22:25:16.468Z] Step 23/23 : LABEL version=1.2.2-dev.103 [2020-10-28T22:25:17.421Z] ---> Running in 30763d7b9ff6 [2020-10-28T22:25:17.421Z] ---> 974aac46effc [2020-10-28T22:25:17.421Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-28T22:25:17.692Z] ---> Running in e305021dc013 [2020-10-28T22:25:17.692Z] Removing intermediate container 30763d7b9ff6 [2020-10-28T22:25:17.692Z] ---> 6765cb749c6d [2020-10-28T22:25:17.692Z] [2020-10-28T22:25:17.964Z] Successfully built 6765cb749c6d [2020-10-28T22:25:17.964Z] Successfully tagged docker-core-data-go:latest [2020-10-28T22:25:17.964Z] Building docker-security-proxy-setup-go [2020-10-28T22:25:18.243Z]  Building docker-core-data-go ... done Removing intermediate container 8e8401449bd2 [2020-10-28T22:25:18.243Z] ---> e0f0bd1be8aa [2020-10-28T22:25:18.243Z] Step 8/21 : COPY . . [2020-10-28T22:25:18.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:25:18.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-28T22:25:19.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:25:19.702Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:25:19.703Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:25:19.703Z] OK: 12752 distinct packages available [2020-10-28T22:25:19.864Z] $ docker top 7e281a7eb4f1bdcffb1502f8c1ee7e56c369c71a407bc6124eea5a14be756475 -eo pid,comm [2020-10-28T22:25:19.964Z] OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] sh [2020-10-28T22:25:21.361Z] + docker-compose build --help [2020-10-28T22:25:21.362Z] + grep parallel [2020-10-28T22:25:24.731Z] --parallel Build images in parallel. [Pipeline] } [2020-10-28T22:25:24.759Z] $ docker stop --time=1 7e281a7eb4f1bdcffb1502f8c1ee7e56c369c71a407bc6124eea5a14be756475 [2020-10-28T22:25:26.633Z] Removing intermediate container 7318acbc72b1 [2020-10-28T22:25:26.633Z] ---> 12dc64b37a04 [2020-10-28T22:25:26.633Z] Step 8/22 : COPY . . [2020-10-28T22:25:26.639Z] $ docker rm -f 7e281a7eb4f1bdcffb1502f8c1ee7e56c369c71a407bc6124eea5a14be756475 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:25:27.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T22:25:27.563Z] . [Pipeline] withDockerContainer [2020-10-28T22:25:27.797Z] prd-ubuntu18.04-docker-arm64-4c-16g-9582 does not seem to be running inside a container [2020-10-28T22:25:27.885Z] $ 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/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-28T22:25:28.090Z] Removing intermediate container 523b4b0bbb73 [2020-10-28T22:25:28.090Z] ---> 8beca7723939 [2020-10-28T22:25:28.090Z] Step 6/24 : COPY go.mod . [2020-10-28T22:25:29.273Z] $ docker top 981b68550d5edafdca928564bbbad953343bb92de690d403d6e58cd525d6dbaa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T22:25:30.323Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-28T22:25:33.476Z] ---> 7b78d8847991 [2020-10-28T22:25:33.476Z] Step 7/24 : RUN go mod download [2020-10-28T22:25:33.716Z] Building docker-core-command-go ... [2020-10-28T22:25:33.716Z] Building docker-core-data-go ... [2020-10-28T22:25:33.716Z] Building docker-core-metadata-go ... [2020-10-28T22:25:33.716Z] Building docker-security-bootstrap-redis-go ... [2020-10-28T22:25:33.716Z] Building docker-security-proxy-setup-go ... [2020-10-28T22:25:33.716Z] Building docker-security-secrets-setup-go ... [2020-10-28T22:25:33.716Z] Building docker-security-secretstore-setup-go ... [2020-10-28T22:25:33.716Z] Building docker-support-logging-go ... [2020-10-28T22:25:33.716Z] Building docker-support-notifications-go ... [2020-10-28T22:25:33.716Z] Building docker-support-scheduler-go ... [2020-10-28T22:25:33.716Z] Building docker-sys-mgmt-agent-go ... [2020-10-28T22:25:33.716Z] Building docker-core-command-go [2020-10-28T22:25:33.716Z] Building docker-core-data-go [2020-10-28T22:25:33.716Z] Building docker-security-bootstrap-redis-go [2020-10-28T22:25:33.716Z] Building docker-support-notifications-go [2020-10-28T22:25:33.716Z] Building docker-security-secretstore-setup-go [2020-10-28T22:25:35.467Z] ---> Running in 3d6ebb459e89 [2020-10-28T22:25:37.450Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:25:37.451Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:25:37.451Z] ---> 53347eea83a4 [2020-10-28T22:25:37.451Z] Step 3/20 : WORKDIR /edgex-go [2020-10-28T22:25:37.451Z] ---> Using cache [2020-10-28T22:25:37.451Z] ---> e321cdb35ef1 [2020-10-28T22:25:37.451Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:25:37.451Z] ---> Using cache [2020-10-28T22:25:37.451Z] ---> b96dd6509100 [2020-10-28T22:25:37.451Z] Step 5/20 : RUN apk update && apk add make git [2020-10-28T22:25:37.451Z] ---> Using cache [2020-10-28T22:25:37.451Z] ---> 7f7eb174bb8d [2020-10-28T22:25:37.451Z] Step 6/20 : COPY go.mod . [2020-10-28T22:25:37.451Z] ---> Using cache [2020-10-28T22:25:37.451Z] ---> 899deb0e18c8 [2020-10-28T22:25:37.451Z] Step 7/20 : RUN go mod download [2020-10-28T22:25:37.451Z] ---> Using cache [2020-10-28T22:25:37.451Z] ---> e0f0bd1be8aa [2020-10-28T22:25:37.451Z] Step 8/20 : COPY . . [2020-10-28T22:25:47.655Z] ---> 77f93362387f [2020-10-28T22:25:47.655Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-28T22:25:48.247Z] Removing intermediate container 3d6ebb459e89 [2020-10-28T22:25:48.247Z] ---> 3ce138515e44 [2020-10-28T22:25:48.247Z] Step 8/24 : COPY . . [2020-10-28T22:25:48.515Z] ---> Running in e7c22a1bb279 [2020-10-28T22:25:58.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-28T22:25:59.800Z] ---> 96803b24e99b [2020-10-28T22:25:59.800Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-28T22:26:06.015Z] ---> 8ee73ada006d [2020-10-28T22:26:06.015Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-28T22:26:06.015Z] ---> Running in 196636c024bf [2020-10-28T22:26:06.015Z] Removing intermediate container e305021dc013 [2020-10-28T22:26:06.015Z] ---> 11f1c6691b90 [2020-10-28T22:26:06.015Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-28T22:26:06.015Z] ---> Running in 875ac5043457 [2020-10-28T22:26:08.148Z] ---> Running in a0ec0483f03c [2020-10-28T22:26:09.262Z] ---> fcf20a250899 [2020-10-28T22:26:09.262Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-28T22:26:09.262Z] ---> Running in 9bcd865e5f4f [2020-10-28T22:26:09.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-28T22:26:10.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-28T22:26:10.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-28T22:26:10.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-28T22:26:14.782Z] Removing intermediate container a0ec0483f03c [2020-10-28T22:26:14.782Z] ---> 4dbbca4ff73d [2020-10-28T22:26:14.782Z] [2020-10-28T22:26:14.782Z] Step 11/27 : FROM docker:latest [2020-10-28T22:26:14.782Z] ---> 6972c414f322 [2020-10-28T22:26:14.782Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-28T22:26:15.919Z] ---> Running in e41bea3565a6 [2020-10-28T22:26:17.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:26:17.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:26:17.350Z] (1/2) Installing readline (8.0.4-r0) [2020-10-28T22:26:17.350Z] (2/2) Installing bash (5.0.17-r0) [2020-10-28T22:26:17.673Z] Executing bash-5.0.17-r0.post-install [2020-10-28T22:26:17.673Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:26:17.673Z] OK: 12 MiB in 22 packages [2020-10-28T22:26:19.443Z] Removing intermediate container e41bea3565a6 [2020-10-28T22:26:19.443Z] ---> f87458e741bc [2020-10-28T22:26:19.443Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-28T22:26:19.443Z] ---> Running in a58ab4eb45f3 [2020-10-28T22:26:20.813Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:26:20.813Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:26:20.813Z] ---> 385db4e4ba7c [2020-10-28T22:26:20.813Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T22:26:20.813Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:26:20.813Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:26:20.813Z] ---> 385db4e4ba7c [2020-10-28T22:26:20.813Z] Step 3/23 : WORKDIR /edgex-go [2020-10-28T22:26:20.813Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:26:20.813Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:26:20.813Z] ---> 385db4e4ba7c [2020-10-28T22:26:20.813Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T22:26:20.813Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:26:20.813Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:26:20.813Z] ---> 385db4e4ba7c [2020-10-28T22:26:20.813Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T22:26:20.813Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:26:20.813Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:26:20.813Z] ---> 385db4e4ba7c [2020-10-28T22:26:20.813Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T22:26:21.528Z] Removing intermediate container a58ab4eb45f3 [2020-10-28T22:26:21.528Z] ---> 9e09c4996f35 [2020-10-28T22:26:21.528Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-28T22:26:21.528Z] ---> Running in ed8295671e3c [2020-10-28T22:26:21.884Z] Removing intermediate container ed8295671e3c [2020-10-28T22:26:21.884Z] ---> 8fa2b2f30323 [2020-10-28T22:26:21.884Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-28T22:26:21.884Z] ---> Running in 2ea2b8befc12 [2020-10-28T22:26:22.191Z] Removing intermediate container 2ea2b8befc12 [2020-10-28T22:26:22.191Z] ---> 2d2ef90ed5b9 [2020-10-28T22:26:22.191Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-28T22:26:22.191Z] ---> Running in a76839e1104d [2020-10-28T22:26:22.516Z] Removing intermediate container a76839e1104d [2020-10-28T22:26:22.516Z] ---> 7e42a55256dd [2020-10-28T22:26:22.516Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-28T22:26:22.810Z] ---> Running in 4eec4a9b92ce [2020-10-28T22:26:22.810Z] ---> Running in 98beed13494b [2020-10-28T22:26:22.810Z] ---> Running in 8b8d9f0343cf [2020-10-28T22:26:22.810Z] ---> Running in 02956272b174 [2020-10-28T22:26:22.810Z] ---> Running in 06acbeb31239 [2020-10-28T22:26:23.416Z] Removing intermediate container 06acbeb31239 [2020-10-28T22:26:23.416Z] ---> 44966cc14488 [2020-10-28T22:26:23.416Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:26:23.416Z] Removing intermediate container 98beed13494b [2020-10-28T22:26:23.416Z] ---> 22c7b73ead41 [2020-10-28T22:26:23.416Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:26:23.416Z] ---> Running in 6d6f2e32f114 [2020-10-28T22:26:23.416Z] Removing intermediate container 8b8d9f0343cf [2020-10-28T22:26:23.416Z] Removing intermediate container 4eec4a9b92ce [2020-10-28T22:26:23.416Z] ---> c0f9581d6822 [2020-10-28T22:26:23.642Z] ---> c88d7309f5ff [2020-10-28T22:26:23.642Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-28T22:26:23.700Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:26:23.700Z] ---> 89302834444f [2020-10-28T22:26:23.700Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:26:23.700Z] ---> Running in 85de91480216 [2020-10-28T22:26:23.700Z] Removing intermediate container 02956272b174 [2020-10-28T22:26:23.700Z] ---> a5dba2521671 [2020-10-28T22:26:23.700Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:26:23.700Z] ---> Running in c0dda075df30 [2020-10-28T22:26:23.700Z] ---> Running in b3e7f7061fec [2020-10-28T22:26:23.977Z] ---> Running in 6aa2db8db14e [2020-10-28T22:26:24.300Z] ---> 8c981a6eb2b2 [2020-10-28T22:26:24.301Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-28T22:26:25.609Z] ---> 79674ebadc18 [2020-10-28T22:26:25.609Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-28T22:26:25.609Z] ---> Running in 897355a78f1a [2020-10-28T22:26:26.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:26:27.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:26:27.357Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-28T22:26:27.357Z] (2/33) Installing expat (2.2.9-r1) [2020-10-28T22:26:27.357Z] (3/33) Installing libffi (3.3-r2) [2020-10-28T22:26:27.357Z] (4/33) Installing gdbm (1.13-r1) [2020-10-28T22:26:27.357Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-28T22:26:27.357Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-28T22:26:27.357Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-28T22:26:27.413Z] Removing intermediate container 6d6f2e32f114 [2020-10-28T22:26:27.413Z] ---> f0f714ceb9b1 [2020-10-28T22:26:27.413Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T22:26:27.687Z] ---> Running in 60a1849fb32c [2020-10-28T22:26:27.687Z] Removing intermediate container 85de91480216 [2020-10-28T22:26:27.687Z] ---> 957f74f67a24 [2020-10-28T22:26:27.687Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-28T22:26:27.961Z] ---> Running in 5cf3d9fbb5c2 [2020-10-28T22:26:28.565Z] Removing intermediate container c0dda075df30 [2020-10-28T22:26:28.565Z] ---> ebcf55e2f682 [2020-10-28T22:26:28.565Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T22:26:28.565Z] Removing intermediate container 6aa2db8db14e [2020-10-28T22:26:28.565Z] ---> c2ffe0ae2ef6 [2020-10-28T22:26:28.565Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-28T22:26:28.839Z] ---> Running in 73b8b4adecdc [2020-10-28T22:26:28.839Z] ---> Running in e8edc8d0e6ef [2020-10-28T22:26:28.839Z] Removing intermediate container b3e7f7061fec [2020-10-28T22:26:28.839Z] ---> efad14abaf5a [2020-10-28T22:26:28.839Z] Step 5/24 : RUN apk update && apk add make git [2020-10-28T22:26:29.117Z] ---> Running in 7391c0b8d311 [2020-10-28T22:26:30.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:26:30.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:26:31.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:26:31.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:26:31.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:26:31.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:26:31.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:26:31.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:26:31.895Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:26:31.895Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:26:31.895Z] OK: 12623 distinct packages available [2020-10-28T22:26:32.187Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:26:32.187Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:26:32.187Z] OK: 12623 distinct packages available [2020-10-28T22:26:32.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:26:32.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:26:32.784Z] OK: 217 MiB in 51 packages [2020-10-28T22:26:33.062Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:26:33.062Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:26:33.062Z] OK: 12623 distinct packages available [2020-10-28T22:26:33.062Z] OK: 217 MiB in 51 packages [2020-10-28T22:26:33.342Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:26:33.342Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:26:33.342Z] OK: 12623 distinct packages available [2020-10-28T22:26:33.342Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:26:33.342Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:26:33.342Z] OK: 12623 distinct packages available [2020-10-28T22:26:33.690Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-28T22:26:33.690Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-28T22:26:33.690Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-28T22:26:33.690Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-28T22:26:33.690Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-28T22:26:33.690Z] Removing intermediate container e7c22a1bb279 [2020-10-28T22:26:33.690Z] ---> 18b4ab86fe6b [2020-10-28T22:26:33.690Z] [2020-10-28T22:26:33.690Z] Step 10/21 : FROM scratch [2020-10-28T22:26:33.690Z] ---> [2020-10-28T22:26:33.690Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T22:26:33.690Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-28T22:26:33.690Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-28T22:26:33.690Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-28T22:26:33.690Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-28T22:26:33.690Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-28T22:26:33.690Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-28T22:26:33.690Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-28T22:26:33.690Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-28T22:26:33.690Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-28T22:26:33.690Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-28T22:26:33.690Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-28T22:26:33.690Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-28T22:26:33.690Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-28T22:26:33.942Z] OK: 217 MiB in 51 packages [2020-10-28T22:26:34.228Z] OK: 217 MiB in 51 packages [2020-10-28T22:26:34.525Z] OK: 217 MiB in 51 packages [2020-10-28T22:26:34.829Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-28T22:26:34.829Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-28T22:26:34.829Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-28T22:26:34.829Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-28T22:26:34.829Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-28T22:26:34.829Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-28T22:26:34.829Z] ---> Using cache [2020-10-28T22:26:34.829Z] ---> 580432e38253 [2020-10-28T22:26:34.829Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-28T22:26:34.829Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-28T22:26:34.829Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-28T22:26:35.141Z] Removing intermediate container 60a1849fb32c [2020-10-28T22:26:35.141Z] ---> 8d6bdb3d9792 [2020-10-28T22:26:35.141Z] Step 6/22 : COPY go.mod . [2020-10-28T22:26:35.418Z] Removing intermediate container 5cf3d9fbb5c2 [2020-10-28T22:26:35.418Z] ---> c290a8d5c7d4 [2020-10-28T22:26:35.418Z] Step 6/24 : COPY go.mod . [2020-10-28T22:26:35.692Z] Removing intermediate container 73b8b4adecdc [2020-10-28T22:26:35.692Z] ---> c8af6bd9270a [2020-10-28T22:26:35.692Z] Step 6/22 : COPY go.mod . [2020-10-28T22:26:35.925Z] ---> Running in 53a6f8fdde68 [2020-10-28T22:26:35.925Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:26:35.925Z] OK: 71 MiB in 55 packages [2020-10-28T22:26:36.305Z] ---> da116505e1ad [2020-10-28T22:26:36.305Z] Step 7/22 : RUN go mod download [2020-10-28T22:26:36.305Z] Removing intermediate container 7391c0b8d311 [2020-10-28T22:26:36.305Z] ---> 58964589c2db [2020-10-28T22:26:36.305Z] Step 6/24 : COPY go.mod . [2020-10-28T22:26:36.560Z] Removing intermediate container 53a6f8fdde68 [2020-10-28T22:26:36.560Z] ---> 140f0c2dc7e8 [2020-10-28T22:26:36.560Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-28T22:26:36.579Z] ---> Running in dfd8391c8557 [2020-10-28T22:26:36.579Z] ---> 8e247f38c971 [2020-10-28T22:26:36.579Z] Step 7/24 : RUN go mod download [2020-10-28T22:26:36.579Z] Removing intermediate container e8edc8d0e6ef [2020-10-28T22:26:36.579Z] ---> 0bfd8e804d7e [2020-10-28T22:26:36.579Z] Step 6/23 : COPY go.mod . [2020-10-28T22:26:36.854Z] ---> e84fdd7755ee [2020-10-28T22:26:36.854Z] Step 7/22 : RUN go mod download [2020-10-28T22:26:36.854Z] ---> Running in 20ca50c8af46 [2020-10-28T22:26:37.133Z] ---> Running in 1e8cd40fcf23 [2020-10-28T22:26:37.200Z] ---> Running in 0e97c1f593ca [2020-10-28T22:26:37.735Z] ---> e21c52686302 [2020-10-28T22:26:37.735Z] Step 7/24 : RUN go mod download [2020-10-28T22:26:37.735Z] ---> d52dd8150eed [2020-10-28T22:26:37.735Z] Step 7/23 : RUN go mod download [2020-10-28T22:26:38.011Z] ---> Running in f4fe0a8fb230 [2020-10-28T22:26:38.122Z] Removing intermediate container 0e97c1f593ca [2020-10-28T22:26:38.122Z] ---> 627dfbb45e7e [2020-10-28T22:26:38.122Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-28T22:26:38.290Z] ---> Running in 92910237f5ac [2020-10-28T22:26:41.709Z] Removing intermediate container dfd8391c8557 [2020-10-28T22:26:41.709Z] ---> 922e8b102bab [2020-10-28T22:26:41.709Z] Step 8/22 : COPY . . [2020-10-28T22:26:41.991Z] Removing intermediate container 1e8cd40fcf23 [2020-10-28T22:26:41.991Z] ---> 8fed8e8bffa9 [2020-10-28T22:26:41.991Z] Step 8/22 : COPY . . [2020-10-28T22:26:42.274Z] Removing intermediate container 20ca50c8af46 [2020-10-28T22:26:42.274Z] ---> 7fefe42ef962 [2020-10-28T22:26:42.274Z] Step 8/24 : COPY . . [2020-10-28T22:26:42.890Z] Removing intermediate container f4fe0a8fb230 [2020-10-28T22:26:42.890Z] ---> 5f7588c78fdb [2020-10-28T22:26:42.890Z] Step 8/24 : COPY . . [2020-10-28T22:26:43.205Z] ---> acd635867ff3 [2020-10-28T22:26:43.205Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-28T22:26:43.497Z] Removing intermediate container 92910237f5ac [2020-10-28T22:26:43.497Z] ---> f9958cb2099c [2020-10-28T22:26:43.497Z] Step 8/23 : COPY . . [2020-10-28T22:26:44.242Z] Removing intermediate container 875ac5043457 [2020-10-28T22:26:44.242Z] ---> 169c2a1cf252 [2020-10-28T22:26:44.242Z] [2020-10-28T22:26:44.242Z] Step 10/20 : FROM alpine [2020-10-28T22:26:44.242Z] ---> d6e46aa2470d [2020-10-28T22:26:44.242Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-28T22:26:44.242Z] ---> 557a52441c39 [2020-10-28T22:26:44.242Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-28T22:26:44.242Z] ---> Running in 05b05697e32a [2020-10-28T22:26:44.539Z] Removing intermediate container 897355a78f1a [2020-10-28T22:26:44.539Z] ---> a6e799c124d2 [2020-10-28T22:26:44.539Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-28T22:26:47.221Z] ---> Running in b5dd53d79e1f [2020-10-28T22:26:47.965Z] ---> d2e57749cef3 [2020-10-28T22:26:47.965Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-28T22:26:47.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:26:47.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:26:47.965Z] Removing intermediate container 196636c024bf [2020-10-28T22:26:47.965Z] ---> c9c2b62988bf [2020-10-28T22:26:47.965Z] [2020-10-28T22:26:47.965Z] Step 10/22 : FROM scratch [2020-10-28T22:26:47.965Z] ---> [2020-10-28T22:26:47.965Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T22:26:47.965Z] ---> Running in b06a73f0a6fa [2020-10-28T22:26:48.314Z] Removing intermediate container 9bcd865e5f4f [2020-10-28T22:26:48.314Z] ---> d413a6969a62 [2020-10-28T22:26:48.314Z] [2020-10-28T22:26:48.314Z] Step 10/24 : FROM scratch [2020-10-28T22:26:48.314Z] ---> [2020-10-28T22:26:48.314Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T22:26:48.314Z] ---> Running in c0493ef7b6b1 [2020-10-28T22:26:48.314Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:26:48.314Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:26:48.314Z] OK: 12744 distinct packages available [2020-10-28T22:26:48.650Z] ---> Running in 0efcbb58a962 [2020-10-28T22:26:48.650Z] Removing intermediate container b06a73f0a6fa [2020-10-28T22:26:48.650Z] ---> 6b053ea2b02b [2020-10-28T22:26:48.650Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:26:48.650Z] Removing intermediate container c0493ef7b6b1 [2020-10-28T22:26:48.650Z] ---> 25b600156c9b [2020-10-28T22:26:48.650Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-28T22:26:48.650Z] ---> Running in 87d41e7d1cb8 [2020-10-28T22:26:48.650Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-28T22:26:48.650Z] ---> Running in 3e463a33ae99 [2020-10-28T22:26:48.651Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T22:26:48.651Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-28T22:26:48.651Z] (4/4) Installing curl (7.69.1-r1) [2020-10-28T22:26:48.651Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:26:48.939Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T22:26:48.939Z] OK: 7 MiB in 18 packages [2020-10-28T22:26:49.204Z] Removing intermediate container 0efcbb58a962 [2020-10-28T22:26:49.204Z] ---> 520ef1f191bd [2020-10-28T22:26:49.204Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-28T22:26:49.470Z] Removing intermediate container 3e463a33ae99 [2020-10-28T22:26:49.470Z] ---> 03d158829dd8 [2020-10-28T22:26:49.470Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T22:26:49.470Z] ---> Running in f8230f6eb11c [2020-10-28T22:26:49.470Z] Removing intermediate container 87d41e7d1cb8 [2020-10-28T22:26:49.470Z] ---> a9e215c84804 [2020-10-28T22:26:49.470Z] Step 19/21 : LABEL arch=x86_64 [2020-10-28T22:26:50.051Z] ---> Running in 7fbfe39a3c31 [2020-10-28T22:26:50.051Z] ---> Running in d9cfdee19b08 [2020-10-28T22:26:50.051Z] Removing intermediate container f8230f6eb11c [2020-10-28T22:26:50.051Z] ---> ba71598f27fc [2020-10-28T22:26:50.051Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-28T22:26:50.314Z] Collecting docker-compose==1.23.2 [2020-10-28T22:26:50.314Z] ---> Running in 71663d6211b1 [2020-10-28T22:26:50.314Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-28T22:26:50.889Z] Removing intermediate container 7fbfe39a3c31 [2020-10-28T22:26:50.889Z] ---> c307dce34796 [2020-10-28T22:26:50.889Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-28T22:26:50.889Z] Collecting texttable<0.10,>=0.9.0 [2020-10-28T22:26:50.889Z] Removing intermediate container d9cfdee19b08 [2020-10-28T22:26:50.889Z] ---> 926cffc6e795 [2020-10-28T22:26:50.889Z] Step 20/21 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:26:50.889Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-28T22:26:51.156Z] Removing intermediate container 05b05697e32a [2020-10-28T22:26:51.156Z] ---> 9b26c8662b8d [2020-10-28T22:26:51.156Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T22:26:51.156Z] Removing intermediate container 71663d6211b1 [2020-10-28T22:26:51.156Z] ---> be6b2bbdf2d1 [2020-10-28T22:26:51.156Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-28T22:26:51.156Z] ---> Running in 0d22ac7533bc [2020-10-28T22:26:51.156Z] ---> 901d8a941fe1 [2020-10-28T22:26:51.156Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-28T22:26:51.418Z] ---> Running in c52f1672646e [2020-10-28T22:26:51.418Z] Removing intermediate container 0d22ac7533bc [2020-10-28T22:26:51.418Z] ---> 076b54eaae1c [2020-10-28T22:26:51.418Z] Step 21/21 : LABEL version=1.2.2-dev.103 [2020-10-28T22:26:51.418Z] 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-28T22:26:51.686Z] ---> Running in 2160217e58b4 [2020-10-28T22:26:51.686Z] ---> 786a37f2db69 [2020-10-28T22:26:51.686Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-28T22:26:51.686Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-28T22:26:51.686Z] Removing intermediate container c52f1672646e [2020-10-28T22:26:51.686Z] ---> 6afa165335b4 [2020-10-28T22:26:51.686Z] Step 13/20 : WORKDIR /edgex [2020-10-28T22:26:51.686Z] ---> 9e665f4d7b99 [2020-10-28T22:26:51.686Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-28T22:26:51.686Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-28T22:26:52.631Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-28T22:26:52.631Z] ---> Running in 40697bf8c202 [2020-10-28T22:26:52.631Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-28T22:26:53.596Z] Removing intermediate container 2160217e58b4 [2020-10-28T22:26:53.596Z] ---> 5ccdbb9797c2 [2020-10-28T22:26:53.596Z] [2020-10-28T22:26:53.596Z] ---> af91e4fd7dd8 [2020-10-28T22:26:53.596Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-28T22:26:53.596Z] ---> 3817a1516734 [2020-10-28T22:26:53.596Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-28T22:26:53.596Z] Removing intermediate container 40697bf8c202 [2020-10-28T22:26:53.597Z] ---> 18796b4db276 [2020-10-28T22:26:53.597Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-28T22:26:53.597Z] Successfully built 5ccdbb9797c2 [2020-10-28T22:26:53.865Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-28T22:26:53.865Z] Building docker-security-bootstrap-redis-go [2020-10-28T22:26:53.865Z]  Building docker-support-scheduler-go ... done  ---> 81148077c3a2 [2020-10-28T22:26:53.865Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-28T22:26:53.865Z] Collecting cached-property<2,>=1.2.0 [2020-10-28T22:26:53.865Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-28T22:26:54.132Z] Collecting docopt<0.7,>=0.6.1 [2020-10-28T22:26:54.132Z] ---> Running in c2f101034daf [2020-10-28T22:26:54.132Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-28T22:26:54.410Z] ---> de83a4d4f7b9 [2020-10-28T22:26:54.410Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-28T22:26:54.410Z] ---> 723a79dbf9af [2020-10-28T22:26:54.410Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-28T22:26:55.815Z] Removing intermediate container c2f101034daf [2020-10-28T22:26:55.815Z] ---> 84cb1942b84d [2020-10-28T22:26:55.815Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:26:56.079Z] Collecting jsonschema<3,>=2.5.1 [2020-10-28T22:26:56.079Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-28T22:26:57.480Z] Collecting PyYAML<4,>=3.10 [2020-10-28T22:26:57.480Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-28T22:26:57.742Z] ---> Running in cfec379bcc43 [2020-10-28T22:26:58.006Z] ---> 5ac4840a7fbc [2020-10-28T22:26:58.007Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-28T22:26:58.007Z] ---> ae23e25de4b2 [2020-10-28T22:26:58.007Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-28T22:26:58.583Z] ---> Running in d69a5c97abf2 [2020-10-28T22:26:58.596Z] ---> 053a2fa6391b [2020-10-28T22:26:58.596Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-10-28T22:26:58.596Z] ---> d25138245833 [2020-10-28T22:26:58.596Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-10-28T22:26:58.870Z] ---> a037206ecdce [2020-10-28T22:26:58.870Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-28T22:26:58.870Z] ---> 3d098d7b393f [2020-10-28T22:26:58.870Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-28T22:26:58.870Z] ---> 3593f1eeb631 [2020-10-28T22:26:58.870Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-28T22:26:59.149Z] ---> Running in 681bb7463219 [2020-10-28T22:26:59.149Z] ---> Running in 026e9fe847b9 [2020-10-28T22:26:59.149Z] ---> Running in 6dc385e576f6 [2020-10-28T22:26:59.149Z] ---> Running in 243033201a92 [2020-10-28T22:26:59.149Z] ---> Running in b8134455839b [2020-10-28T22:26:59.546Z] Removing intermediate container cfec379bcc43 [2020-10-28T22:26:59.546Z] ---> c8d7dc99b764 [2020-10-28T22:26:59.546Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T22:26:59.814Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-28T22:26:59.814Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-28T22:27:00.406Z] Collecting docker<4.0,>=3.6.0 [2020-10-28T22:27:00.406Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-28T22:27:01.807Z] Removing intermediate container d69a5c97abf2 [2020-10-28T22:27:01.807Z] ---> d792efa6bf84 [2020-10-28T22:27:01.807Z] Step 17/20 : CMD ["--init=true"] [2020-10-28T22:27:01.807Z] ---> Running in 96886ffa2adf [2020-10-28T22:27:01.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-28T22:27:01.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-28T22:27:01.815Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/core-data/core-data ./cmd/core-data [2020-10-28T22:27:02.069Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-28T22:27:02.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/core-command/core-command ./cmd/core-command [2020-10-28T22:27:02.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-10-28T22:27:02.332Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-28T22:27:02.603Z] ---> bf74333c78cc [2020-10-28T22:27:02.603Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-28T22:27:03.185Z] 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-28T22:27:03.185Z] 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-28T22:27:03.451Z] Collecting idna<2.8,>=2.5 [2020-10-28T22:27:03.451Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-28T22:27:04.025Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:27:04.025Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:27:04.025Z] ---> 53347eea83a4 [2020-10-28T22:27:04.025Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T22:27:04.025Z] ---> Using cache [2020-10-28T22:27:04.025Z] ---> e321cdb35ef1 [2020-10-28T22:27:04.025Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:27:04.025Z] ---> Using cache [2020-10-28T22:27:04.025Z] ---> b96dd6509100 [2020-10-28T22:27:04.025Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T22:27:04.025Z] ---> Using cache [2020-10-28T22:27:04.025Z] ---> 7f7eb174bb8d [2020-10-28T22:27:04.025Z] Step 6/22 : COPY go.mod . [2020-10-28T22:27:04.025Z] ---> Using cache [2020-10-28T22:27:04.025Z] ---> 899deb0e18c8 [2020-10-28T22:27:04.025Z] Step 7/22 : RUN go mod download [2020-10-28T22:27:04.025Z] ---> Using cache [2020-10-28T22:27:04.025Z] ---> e0f0bd1be8aa [2020-10-28T22:27:04.025Z] Step 8/22 : COPY . . [2020-10-28T22:27:04.025Z] ---> Using cache [2020-10-28T22:27:04.025Z] ---> 8ee73ada006d [2020-10-28T22:27:04.025Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-10-28T22:27:05.418Z] Collecting docker-pycreds>=0.4.0 [2020-10-28T22:27:05.418Z] ---> Running in 68c976aadcc7 [2020-10-28T22:27:05.418Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-28T22:27:05.418Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-28T22:27:05.418Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-28T22:27:05.418Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-28T22:27:05.418Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-28T22:27:05.418Z] Removing intermediate container 96886ffa2adf [2020-10-28T22:27:05.418Z] ---> 7aa478ab8a97 [2020-10-28T22:27:05.418Z] Step 21/22 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:05.681Z] ---> f61df00ee971 [2020-10-28T22:27:05.681Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-28T22:27:05.681Z] ---> Running in 5dfca6b10992 [2020-10-28T22:27:05.681Z] Installing collected packages: texttable, urllib3, idna, requests, dockerpty, cached-property, docopt, jsonschema, PyYAML, websocket-client, docker-pycreds, docker, docker-compose [2020-10-28T22:27:05.681Z] Running setup.py install for texttable: started [2020-10-28T22:27:05.681Z] ---> Running in a44b485377d2 [2020-10-28T22:27:05.949Z] ---> Running in 63dc1e9435a6 [2020-10-28T22:27:05.949Z] Removing intermediate container 68c976aadcc7 [2020-10-28T22:27:05.949Z] ---> 5e9663d17b1d [2020-10-28T22:27:05.949Z] Step 18/20 : LABEL arch=x86_64 [2020-10-28T22:27:05.949Z] ---> Running in 9c767af9c5e9 [2020-10-28T22:27:06.215Z] Removing intermediate container 63dc1e9435a6 [2020-10-28T22:27:06.215Z] ---> ccd5e1fe56d2 [2020-10-28T22:27:06.215Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:27:06.215Z] Removing intermediate container a44b485377d2 [2020-10-28T22:27:06.215Z] ---> 34eae81e7958 [2020-10-28T22:27:06.215Z] Step 22/22 : LABEL version=1.2.2-dev.103 [2020-10-28T22:27:06.215Z] ---> Running in e466f139686b [2020-10-28T22:27:06.484Z] ---> Running in 0ccb334c3195 [2020-10-28T22:27:06.484Z] Running setup.py install for texttable: finished with status 'done' [2020-10-28T22:27:06.484Z] Attempting uninstall: urllib3 [2020-10-28T22:27:06.484Z] Found existing installation: urllib3 1.25.9 [2020-10-28T22:27:06.484Z] Uninstalling urllib3-1.25.9: [2020-10-28T22:27:06.484Z] Removing intermediate container 9c767af9c5e9 [2020-10-28T22:27:06.484Z] ---> f0b6252e139f [2020-10-28T22:27:06.484Z] Step 19/20 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:06.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-10-28T22:27:06.484Z] Successfully uninstalled urllib3-1.25.9 [2020-10-28T22:27:06.746Z] ---> Running in 8f1de21719c8 [2020-10-28T22:27:07.328Z] Attempting uninstall: idna [2020-10-28T22:27:07.328Z] Found existing installation: idna 2.9 [2020-10-28T22:27:07.328Z] Uninstalling idna-2.9: [2020-10-28T22:27:07.328Z] Removing intermediate container e466f139686b [2020-10-28T22:27:07.328Z] ---> 7d03801ec58e [2020-10-28T22:27:07.328Z] Step 22/24 : LABEL arch=x86_64 [2020-10-28T22:27:07.328Z] Removing intermediate container 0ccb334c3195 [2020-10-28T22:27:07.328Z] ---> e2def40f248e [2020-10-28T22:27:07.328Z] [2020-10-28T22:27:07.328Z] Successfully uninstalled idna-2.9 [2020-10-28T22:27:07.596Z] Removing intermediate container 8f1de21719c8 [2020-10-28T22:27:07.596Z] ---> 50ca797ba6e4 [2020-10-28T22:27:07.596Z] Step 20/20 : LABEL version=1.2.2-dev.103 [2020-10-28T22:27:07.596Z] Successfully built e2def40f248e [2020-10-28T22:27:07.596Z] Successfully tagged docker-support-logging-go:latest [2020-10-28T22:27:07.596Z]  Building docker-support-logging-go ... done  ---> Running in c4008eafb604 [2020-10-28T22:27:07.596Z] Attempting uninstall: requests [2020-10-28T22:27:07.596Z] Found existing installation: requests 2.23.0 [2020-10-28T22:27:07.596Z] Uninstalling requests-2.23.0: [2020-10-28T22:27:07.596Z] Successfully uninstalled requests-2.23.0 [2020-10-28T22:27:07.596Z] ---> Running in 8971dae759cd [2020-10-28T22:27:07.866Z] Running setup.py install for dockerpty: started [2020-10-28T22:27:07.866Z] Removing intermediate container c4008eafb604 [2020-10-28T22:27:07.866Z] ---> d6f350f0ffb9 [2020-10-28T22:27:07.866Z] Step 23/24 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:08.139Z] Removing intermediate container 8971dae759cd [2020-10-28T22:27:08.139Z] ---> adc9610ad795 [2020-10-28T22:27:08.139Z] [2020-10-28T22:27:08.140Z] ---> Running in 3e63bc040fa5 [2020-10-28T22:27:08.421Z] Successfully built adc9610ad795 [2020-10-28T22:27:08.421Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-28T22:27:08.421Z]  Building docker-security-proxy-setup-go ... done  Running setup.py install for dockerpty: finished with status 'done' [2020-10-28T22:27:08.421Z] Running setup.py install for docopt: started [2020-10-28T22:27:08.701Z] Removing intermediate container 3e63bc040fa5 [2020-10-28T22:27:08.701Z] ---> 861eec41a7b4 [2020-10-28T22:27:08.701Z] Step 24/24 : LABEL version=1.2.2-dev.103 [2020-10-28T22:27:08.701Z] ---> Running in 5e662ee4d701 [2020-10-28T22:27:08.981Z] Removing intermediate container 5e662ee4d701 [2020-10-28T22:27:08.981Z] ---> 799521a19dc6 [2020-10-28T22:27:08.981Z] [2020-10-28T22:27:08.981Z] Successfully built 799521a19dc6 [2020-10-28T22:27:08.981Z] Running setup.py install for docopt: finished with status 'done' [2020-10-28T22:27:08.981Z] Successfully tagged docker-support-notifications-go:latest [2020-10-28T22:27:09.262Z]  Building docker-support-notifications-go ... done  Running setup.py install for PyYAML: started [2020-10-28T22:27:09.858Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-28T22:27:10.442Z] 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-28T22:27:14.691Z] Removing intermediate container b5dd53d79e1f [2020-10-28T22:27:14.691Z] ---> 77c1ccd187ce [2020-10-28T22:27:14.691Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-28T22:27:14.691Z] ---> Running in 7a9173f8ce7b [2020-10-28T22:27:15.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T22:27:15.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T22:27:15.549Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T22:27:15.549Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-28T22:27:15.549Z] (3/3) Installing curl (7.69.1-r1) [2020-10-28T22:27:15.549Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:27:15.549Z] OK: 72 MiB in 58 packages [2020-10-28T22:27:16.966Z] Removing intermediate container 7a9173f8ce7b [2020-10-28T22:27:16.966Z] ---> a2fd77a3a383 [2020-10-28T22:27:16.966Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-28T22:27:16.966Z] ---> Running in a1ab4a7de593 [2020-10-28T22:27:17.231Z] Removing intermediate container a1ab4a7de593 [2020-10-28T22:27:17.231Z] ---> 5e38c807436a [2020-10-28T22:27:17.231Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:27:17.231Z] ---> Running in b73894670822 [2020-10-28T22:27:17.494Z] Removing intermediate container b73894670822 [2020-10-28T22:27:17.494Z] ---> f679c9fc3757 [2020-10-28T22:27:17.494Z] Step 25/27 : LABEL arch=x86_64 [2020-10-28T22:27:17.494Z] ---> Running in cf002f4ef145 [2020-10-28T22:27:17.765Z] Removing intermediate container cf002f4ef145 [2020-10-28T22:27:17.765Z] ---> 0d0d579fc4b9 [2020-10-28T22:27:17.765Z] Step 26/27 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:17.765Z] ---> Running in 27889cb9e1b7 [2020-10-28T22:27:18.032Z] Removing intermediate container 27889cb9e1b7 [2020-10-28T22:27:18.032Z] ---> 42cf4e0dc062 [2020-10-28T22:27:18.032Z] Step 27/27 : LABEL version=1.2.2-dev.103 [2020-10-28T22:27:18.032Z] ---> Running in fd5e264449fc [2020-10-28T22:27:18.611Z] Removing intermediate container fd5e264449fc [2020-10-28T22:27:18.611Z] ---> a69e7a4245ea [2020-10-28T22:27:18.611Z] [2020-10-28T22:27:18.611Z] Successfully built a69e7a4245ea [2020-10-28T22:27:18.611Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-28T22:27:20.032Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5dfca6b10992 [2020-10-28T22:27:20.032Z] ---> 0a7211ff54a1 [2020-10-28T22:27:20.032Z] [2020-10-28T22:27:20.032Z] Step 10/22 : FROM alpine:3.10 [2020-10-28T22:27:20.032Z] ---> be4e4bea2c2e [2020-10-28T22:27:20.032Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T22:27:20.032Z] ---> Using cache [2020-10-28T22:27:20.032Z] ---> 757391a6140b [2020-10-28T22:27:20.032Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-10-28T22:27:20.295Z] ---> Running in 6a5cb12f32d6 [2020-10-28T22:27:20.295Z] Removing intermediate container 6a5cb12f32d6 [2020-10-28T22:27:20.295Z] ---> fcb579bd3952 [2020-10-28T22:27:20.295Z] Step 13/22 : WORKDIR / [2020-10-28T22:27:20.558Z] ---> Running in c6ffdbc2a1f1 [2020-10-28T22:27:20.558Z] Removing intermediate container c6ffdbc2a1f1 [2020-10-28T22:27:20.558Z] ---> 17b724b86796 [2020-10-28T22:27:20.558Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-10-28T22:27:20.822Z] ---> 35fa248ab528 [2020-10-28T22:27:20.822Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-10-28T22:27:21.398Z] ---> de24e0276d70 [2020-10-28T22:27:21.398Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-10-28T22:27:21.661Z] ---> 80530aa8b9af [2020-10-28T22:27:21.661Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-10-28T22:27:21.925Z] ---> 3ec7a2dc38f3 [2020-10-28T22:27:21.925Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-10-28T22:27:21.925Z] ---> Running in b8ba63838420 [2020-10-28T22:27:22.875Z] Removing intermediate container b8ba63838420 [2020-10-28T22:27:22.875Z] ---> eacb632dc80d [2020-10-28T22:27:22.875Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-10-28T22:27:23.137Z] ---> Running in 39be5befdbdf [2020-10-28T22:27:23.137Z] Removing intermediate container 39be5befdbdf [2020-10-28T22:27:23.137Z] ---> a5e24e3835d2 [2020-10-28T22:27:23.137Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T22:27:23.407Z] ---> Running in afe1fcf5530d [2020-10-28T22:27:23.407Z] Removing intermediate container afe1fcf5530d [2020-10-28T22:27:23.407Z] ---> 87bfb68241e7 [2020-10-28T22:27:23.407Z] Step 21/22 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:23.407Z] ---> Running in 4f133a984284 [2020-10-28T22:27:23.668Z] Removing intermediate container 4f133a984284 [2020-10-28T22:27:23.668Z] ---> 15d67bb9332b [2020-10-28T22:27:23.668Z] Step 22/22 : LABEL version=1.2.2-dev.103 [2020-10-28T22:27:23.669Z] ---> Running in 043ad32b2749 [2020-10-28T22:27:23.931Z] Removing intermediate container 043ad32b2749 [2020-10-28T22:27:23.931Z] ---> cd752e36c630 [2020-10-28T22:27:23.931Z] [2020-10-28T22:27:24.193Z] Successfully built cd752e36c630 [2020-10-28T22:27:24.193Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-10-28T22:27:24.480Z]  Building docker-security-bootstrap-redis-go ... done  [Pipeline] } [2020-10-28T22:27:24.546Z] $ docker stop --time=1 4db601e90eca70071f9b52f312c58a0363309b7578357623e072ec3b3405806d [2020-10-28T22:27:26.313Z] $ docker rm -f 4db601e90eca70071f9b52f312c58a0363309b7578357623e072ec3b3405806d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:27:26.872Z] + docker images [2020-10-28T22:27:26.872Z] + grep docker [2020-10-28T22:27:26.872Z] docker-security-bootstrap-redis-go latest cd752e36c630 3 seconds ago 15.9MB [2020-10-28T22:27:26.872Z] docker-sys-mgmt-agent-go latest a69e7a4245ea 8 seconds ago 290MB [2020-10-28T22:27:26.872Z] docker-support-notifications-go latest 799521a19dc6 18 seconds ago 13.6MB [2020-10-28T22:27:26.872Z] docker-security-proxy-setup-go latest adc9610ad795 19 seconds ago 15.8MB [2020-10-28T22:27:26.872Z] docker-support-logging-go latest e2def40f248e 20 seconds ago 11.1MB [2020-10-28T22:27:26.872Z] docker-support-scheduler-go latest 5ccdbb9797c2 34 seconds ago 12.3MB [2020-10-28T22:27:26.872Z] docker-core-data-go latest 6765cb749c6d 2 minutes ago 23.7MB [2020-10-28T22:27:26.872Z] docker-security-secretstore-setup-go latest 4d94eb70377a 2 minutes ago 24.8MB [2020-10-28T22:27:26.872Z] docker-core-metadata-go latest ebc854c38337 2 minutes ago 14.5MB [2020-10-28T22:27:26.872Z] docker-core-command-go latest a6d1bf5c9595 2 minutes ago 12.2MB [2020-10-28T22:27:26.872Z] docker-security-secrets-setup-go latest 669e864d2b88 2 minutes ago 24MB [2020-10-28T22:27:26.872Z] docker latest 6972c414f322 6 days 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-28T22:27:27.545Z] provisioning config files... [2020-10-28T22:27:27.646Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/219@tmp/config9117043900571963211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:27:28.106Z] ---> docker-login.sh [2020-10-28T22:27:28.106Z] nexus3.edgexfoundry.org:10001 [2020-10-28T22:27:28.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T22:27:28.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T22:27:28.370Z] Configure a credential helper to remove this warning. See [2020-10-28T22:27:28.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T22:27:28.370Z] [2020-10-28T22:27:28.370Z] Login Succeeded [2020-10-28T22:27:28.370Z] nexus3.edgexfoundry.org:10002 [2020-10-28T22:27:28.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T22:27:28.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T22:27:28.370Z] Configure a credential helper to remove this warning. See [2020-10-28T22:27:28.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T22:27:28.370Z] [2020-10-28T22:27:28.370Z] Login Succeeded [2020-10-28T22:27:28.370Z] nexus3.edgexfoundry.org:10003 [2020-10-28T22:27:28.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T22:27:28.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T22:27:28.633Z] Configure a credential helper to remove this warning. See [2020-10-28T22:27:28.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T22:27:28.633Z] [2020-10-28T22:27:28.633Z] Login Succeeded [2020-10-28T22:27:28.633Z] nexus3.edgexfoundry.org:10004 [2020-10-28T22:27:28.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T22:27:28.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T22:27:28.895Z] Configure a credential helper to remove this warning. See [2020-10-28T22:27:28.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T22:27:28.895Z] [2020-10-28T22:27:28.895Z] Login Succeeded [2020-10-28T22:27:28.895Z] docker.io [2020-10-28T22:27:28.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T22:27:29.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T22:27:29.157Z] Configure a credential helper to remove this warning. See [2020-10-28T22:27:29.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T22:27:29.157Z] [2020-10-28T22:27:29.157Z] Login Succeeded [2020-10-28T22:27:29.157Z] ---> docker-login.sh ends [Pipeline] } [2020-10-28T22:27:29.167Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:27:29.421Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-28T22:27:29.421Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:29.421Z] 1.2.2-dev.103 [2020-10-28T22:27:29.421Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:29.421Z] master [2020-10-28T22:27:29.421Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:29.956Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:30.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:30.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-28T22:27:30.262Z] 29e703b4f046: Preparing [2020-10-28T22:27:30.262Z] 994eb6991d5d: Preparing [2020-10-28T22:27:30.262Z] 94ebbc12ff12: Preparing [2020-10-28T22:27:30.526Z] 29e703b4f046: Pushed [2020-10-28T22:27:30.526Z] 94ebbc12ff12: Pushed [2020-10-28T22:27:31.475Z] 994eb6991d5d: Pushed [2020-10-28T22:27:31.737Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:3dcb34e9d74ead0650a0c017fcb26a26b023b8dc2b3e706f42f4b39eef39bfab size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:32.051Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:32.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.103 [2020-10-28T22:27:32.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-28T22:27:32.359Z] 29e703b4f046: Preparing [2020-10-28T22:27:32.359Z] 994eb6991d5d: Preparing [2020-10-28T22:27:32.359Z] 94ebbc12ff12: Preparing [2020-10-28T22:27:32.359Z] 994eb6991d5d: Layer already exists [2020-10-28T22:27:32.359Z] 94ebbc12ff12: Layer already exists [2020-10-28T22:27:32.359Z] 29e703b4f046: Layer already exists [2020-10-28T22:27:32.359Z] 1.2.2-dev.103: digest: sha256:3dcb34e9d74ead0650a0c017fcb26a26b023b8dc2b3e706f42f4b39eef39bfab size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:32.725Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:33.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:33.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-28T22:27:33.989Z] 29e703b4f046: Preparing [2020-10-28T22:27:33.989Z] 994eb6991d5d: Preparing [2020-10-28T22:27:33.989Z] 94ebbc12ff12: Preparing [2020-10-28T22:27:33.989Z] 994eb6991d5d: Layer already exists [2020-10-28T22:27:33.989Z] 29e703b4f046: Layer already exists [2020-10-28T22:27:33.989Z] 94ebbc12ff12: Layer already exists [2020-10-28T22:27:33.989Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:3dcb34e9d74ead0650a0c017fcb26a26b023b8dc2b3e706f42f4b39eef39bfab size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:35.319Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:35.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-28T22:27:35.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-28T22:27:35.639Z] 29e703b4f046: Preparing [2020-10-28T22:27:35.639Z] 994eb6991d5d: Preparing [2020-10-28T22:27:35.639Z] 94ebbc12ff12: Preparing [2020-10-28T22:27:35.639Z] 994eb6991d5d: Layer already exists [2020-10-28T22:27:35.639Z] 94ebbc12ff12: Layer already exists [2020-10-28T22:27:35.639Z] 29e703b4f046: Layer already exists [2020-10-28T22:27:35.639Z] master: digest: sha256:3dcb34e9d74ead0650a0c017fcb26a26b023b8dc2b3e706f42f4b39eef39bfab size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:27:35.842Z] ===================================================== [Pipeline] echo [2020-10-28T22:27:35.894Z] taggedImages: [2020-10-28T22:27:35.895Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:35.895Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.103 [2020-10-28T22:27:35.895Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:35.895Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-28T22:27:35.960Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-28T22:27:35.960Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:35.960Z] 1.2.2-dev.103 [2020-10-28T22:27:35.960Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:35.960Z] master [2020-10-28T22:27:35.960Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:36.448Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:36.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:36.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-28T22:27:36.755Z] 60223088c405: Preparing [2020-10-28T22:27:36.755Z] 4202421984d2: Preparing [2020-10-28T22:27:36.755Z] d219f87e5db3: Preparing [2020-10-28T22:27:36.755Z] a286fe7e48c1: Preparing [2020-10-28T22:27:36.755Z] bfd801dbf1c8: Preparing [2020-10-28T22:27:36.755Z] ace0eda3e3be: Preparing [2020-10-28T22:27:36.755Z] ace0eda3e3be: Waiting [2020-10-28T22:27:37.020Z] 60223088c405: Pushed [2020-10-28T22:27:37.020Z] bfd801dbf1c8: Pushed [2020-10-28T22:27:37.020Z] d219f87e5db3: Pushed [2020-10-28T22:27:37.020Z] ace0eda3e3be: Layer already exists [2020-10-28T22:27:37.020Z] a286fe7e48c1: Pushed [2020-10-28T22:27:38.414Z] 4202421984d2: Pushed [2020-10-28T22:27:38.414Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:36123d8311660aacb9c63b5f5d8cc530927fe5731c917ddb41ccecbf357215db size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:38.728Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:39.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.103 [2020-10-28T22:27:39.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-28T22:27:39.032Z] 60223088c405: Preparing [2020-10-28T22:27:39.032Z] 4202421984d2: Preparing [2020-10-28T22:27:39.033Z] d219f87e5db3: Preparing [2020-10-28T22:27:39.033Z] a286fe7e48c1: Preparing [2020-10-28T22:27:39.033Z] bfd801dbf1c8: Preparing [2020-10-28T22:27:39.033Z] ace0eda3e3be: Preparing [2020-10-28T22:27:39.033Z] ace0eda3e3be: Waiting [2020-10-28T22:27:39.033Z] d219f87e5db3: Layer already exists [2020-10-28T22:27:39.033Z] 60223088c405: Layer already exists [2020-10-28T22:27:39.033Z] bfd801dbf1c8: Layer already exists [2020-10-28T22:27:39.033Z] 4202421984d2: Layer already exists [2020-10-28T22:27:39.033Z] a286fe7e48c1: Layer already exists [2020-10-28T22:27:39.033Z] ace0eda3e3be: Layer already exists [2020-10-28T22:27:39.033Z] 1.2.2-dev.103: digest: sha256:36123d8311660aacb9c63b5f5d8cc530927fe5731c917ddb41ccecbf357215db size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:39.345Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:39.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:39.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-28T22:27:39.651Z] 60223088c405: Preparing [2020-10-28T22:27:39.651Z] 4202421984d2: Preparing [2020-10-28T22:27:39.651Z] d219f87e5db3: Preparing [2020-10-28T22:27:39.651Z] a286fe7e48c1: Preparing [2020-10-28T22:27:39.651Z] bfd801dbf1c8: Preparing [2020-10-28T22:27:39.651Z] ace0eda3e3be: Preparing [2020-10-28T22:27:39.651Z] ace0eda3e3be: Waiting [2020-10-28T22:27:39.651Z] bfd801dbf1c8: Layer already exists [2020-10-28T22:27:39.651Z] d219f87e5db3: Layer already exists [2020-10-28T22:27:39.651Z] a286fe7e48c1: Layer already exists [2020-10-28T22:27:39.651Z] 4202421984d2: Layer already exists [2020-10-28T22:27:39.651Z] 60223088c405: Layer already exists [2020-10-28T22:27:39.651Z] ace0eda3e3be: Layer already exists [2020-10-28T22:27:39.651Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:36123d8311660aacb9c63b5f5d8cc530927fe5731c917ddb41ccecbf357215db size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:39.969Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:40.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-28T22:27:40.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-28T22:27:40.343Z] 60223088c405: Preparing [2020-10-28T22:27:40.343Z] 4202421984d2: Preparing [2020-10-28T22:27:40.343Z] d219f87e5db3: Preparing [2020-10-28T22:27:40.343Z] a286fe7e48c1: Preparing [2020-10-28T22:27:40.343Z] bfd801dbf1c8: Preparing [2020-10-28T22:27:40.343Z] ace0eda3e3be: Preparing [2020-10-28T22:27:40.343Z] ace0eda3e3be: Waiting [2020-10-28T22:27:40.343Z] 60223088c405: Layer already exists [2020-10-28T22:27:40.343Z] d219f87e5db3: Layer already exists [2020-10-28T22:27:40.343Z] a286fe7e48c1: Layer already exists [2020-10-28T22:27:40.343Z] bfd801dbf1c8: Layer already exists [2020-10-28T22:27:40.343Z] 4202421984d2: Layer already exists [2020-10-28T22:27:40.343Z] ace0eda3e3be: Layer already exists [2020-10-28T22:27:40.343Z] master: digest: sha256:36123d8311660aacb9c63b5f5d8cc530927fe5731c917ddb41ccecbf357215db size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:27:40.619Z] ===================================================== [Pipeline] echo [2020-10-28T22:27:40.673Z] taggedImages: [2020-10-28T22:27:40.673Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:40.673Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.103 [2020-10-28T22:27:40.673Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:40.673Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-28T22:27:40.741Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-28T22:27:40.741Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:40.741Z] 1.2.2-dev.103 [2020-10-28T22:27:40.741Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:40.741Z] master [2020-10-28T22:27:40.741Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:41.282Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:41.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:41.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-28T22:27:41.608Z] a9c85cd18509: Preparing [2020-10-28T22:27:41.608Z] a6e2c552ff40: Preparing [2020-10-28T22:27:41.608Z] d8d0468c1038: Preparing [2020-10-28T22:27:41.608Z] d8d0468c1038: Pushed [2020-10-28T22:27:41.608Z] a9c85cd18509: Pushed [2020-10-28T22:27:43.020Z] a6e2c552ff40: Pushed [2020-10-28T22:27:43.020Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:572af0b0033a781f8e226e726dd48413b17de8159bf440ba40c80c7e401f00e4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:43.332Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:43.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.103 [2020-10-28T22:27:43.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-28T22:27:43.638Z] a9c85cd18509: Preparing [2020-10-28T22:27:43.638Z] a6e2c552ff40: Preparing [2020-10-28T22:27:43.638Z] d8d0468c1038: Preparing [2020-10-28T22:27:43.638Z] a6e2c552ff40: Layer already exists [2020-10-28T22:27:43.638Z] d8d0468c1038: Layer already exists [2020-10-28T22:27:43.638Z] a9c85cd18509: Layer already exists [2020-10-28T22:27:43.638Z] 1.2.2-dev.103: digest: sha256:572af0b0033a781f8e226e726dd48413b17de8159bf440ba40c80c7e401f00e4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:43.944Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:44.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:44.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-28T22:27:44.248Z] a9c85cd18509: Preparing [2020-10-28T22:27:44.248Z] a6e2c552ff40: Preparing [2020-10-28T22:27:44.248Z] d8d0468c1038: Preparing [2020-10-28T22:27:44.248Z] a9c85cd18509: Layer already exists [2020-10-28T22:27:44.248Z] d8d0468c1038: Layer already exists [2020-10-28T22:27:44.248Z] a6e2c552ff40: Layer already exists [2020-10-28T22:27:44.248Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:572af0b0033a781f8e226e726dd48413b17de8159bf440ba40c80c7e401f00e4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:44.554Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:44.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-28T22:27:44.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-28T22:27:44.854Z] a9c85cd18509: Preparing [2020-10-28T22:27:44.854Z] a6e2c552ff40: Preparing [2020-10-28T22:27:44.854Z] d8d0468c1038: Preparing [2020-10-28T22:27:44.854Z] d8d0468c1038: Layer already exists [2020-10-28T22:27:44.854Z] a9c85cd18509: Layer already exists [2020-10-28T22:27:44.854Z] a6e2c552ff40: Layer already exists [2020-10-28T22:27:44.854Z] master: digest: sha256:572af0b0033a781f8e226e726dd48413b17de8159bf440ba40c80c7e401f00e4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:27:45.047Z] ===================================================== [Pipeline] echo [2020-10-28T22:27:45.095Z] taggedImages: [2020-10-28T22:27:45.095Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:45.095Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.103 [2020-10-28T22:27:45.095Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:45.095Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-28T22:27:45.161Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-10-28T22:27:45.161Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:45.161Z] 1.2.2-dev.103 [2020-10-28T22:27:45.161Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:45.161Z] master [2020-10-28T22:27:45.161Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:45.657Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:45.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:45.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-10-28T22:27:45.961Z] 2e06ed391bd4: Preparing [2020-10-28T22:27:45.961Z] 73991c23fbe9: Preparing [2020-10-28T22:27:45.961Z] 3fe0dc353746: Preparing [2020-10-28T22:27:45.961Z] 554640281904: Preparing [2020-10-28T22:27:45.961Z] 8617f0063c1f: Preparing [2020-10-28T22:27:45.961Z] 9e6708041d42: Preparing [2020-10-28T22:27:45.961Z] 1b3ee35aacca: Preparing [2020-10-28T22:27:45.961Z] 1b3ee35aacca: Waiting [2020-10-28T22:27:45.961Z] 9e6708041d42: Waiting [2020-10-28T22:27:46.223Z] 73991c23fbe9: Pushed [2020-10-28T22:27:46.223Z] 2e06ed391bd4: Pushed [2020-10-28T22:27:46.223Z] 8617f0063c1f: Pushed [2020-10-28T22:27:46.223Z] 3fe0dc353746: Pushed [2020-10-28T22:27:46.223Z] 1b3ee35aacca: Layer already exists [2020-10-28T22:27:46.485Z] 9e6708041d42: Pushed [2020-10-28T22:27:46.747Z] 554640281904: Pushed [2020-10-28T22:27:47.009Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:bac9c9a47809cdf5515d00f0715467b7861f26a12e6a4f710e9a62b4a73472ae size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:47.320Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:47.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.2.2-dev.103 [2020-10-28T22:27:47.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-10-28T22:27:47.624Z] 2e06ed391bd4: Preparing [2020-10-28T22:27:47.624Z] 73991c23fbe9: Preparing [2020-10-28T22:27:47.624Z] 3fe0dc353746: Preparing [2020-10-28T22:27:47.624Z] 554640281904: Preparing [2020-10-28T22:27:47.624Z] 8617f0063c1f: Preparing [2020-10-28T22:27:47.624Z] 9e6708041d42: Preparing [2020-10-28T22:27:47.624Z] 1b3ee35aacca: Preparing [2020-10-28T22:27:47.624Z] 1b3ee35aacca: Waiting [2020-10-28T22:27:47.624Z] 9e6708041d42: Waiting [2020-10-28T22:27:47.624Z] 8617f0063c1f: Layer already exists [2020-10-28T22:27:47.624Z] 2e06ed391bd4: Layer already exists [2020-10-28T22:27:47.624Z] 73991c23fbe9: Layer already exists [2020-10-28T22:27:47.624Z] 554640281904: Layer already exists [2020-10-28T22:27:47.624Z] 3fe0dc353746: Layer already exists [2020-10-28T22:27:47.624Z] 1b3ee35aacca: Layer already exists [2020-10-28T22:27:47.624Z] 9e6708041d42: Layer already exists [2020-10-28T22:27:47.624Z] 1.2.2-dev.103: digest: sha256:bac9c9a47809cdf5515d00f0715467b7861f26a12e6a4f710e9a62b4a73472ae size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:47.931Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:48.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:48.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-10-28T22:27:48.233Z] 2e06ed391bd4: Preparing [2020-10-28T22:27:48.233Z] 73991c23fbe9: Preparing [2020-10-28T22:27:48.233Z] 3fe0dc353746: Preparing [2020-10-28T22:27:48.233Z] 554640281904: Preparing [2020-10-28T22:27:48.233Z] 8617f0063c1f: Preparing [2020-10-28T22:27:48.233Z] 9e6708041d42: Preparing [2020-10-28T22:27:48.233Z] 1b3ee35aacca: Preparing [2020-10-28T22:27:48.233Z] 1b3ee35aacca: Waiting [2020-10-28T22:27:48.233Z] 9e6708041d42: Waiting [2020-10-28T22:27:48.233Z] 554640281904: Layer already exists [2020-10-28T22:27:48.233Z] 2e06ed391bd4: Layer already exists [2020-10-28T22:27:48.233Z] 8617f0063c1f: Layer already exists [2020-10-28T22:27:48.233Z] 73991c23fbe9: Layer already exists [2020-10-28T22:27:48.233Z] 3fe0dc353746: Layer already exists [2020-10-28T22:27:48.233Z] 9e6708041d42: Layer already exists [2020-10-28T22:27:48.233Z] 1b3ee35aacca: Layer already exists [2020-10-28T22:27:48.233Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:bac9c9a47809cdf5515d00f0715467b7861f26a12e6a4f710e9a62b4a73472ae size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:48.546Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:48.849Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-10-28T22:27:48.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-10-28T22:27:48.849Z] 2e06ed391bd4: Preparing [2020-10-28T22:27:48.849Z] 73991c23fbe9: Preparing [2020-10-28T22:27:48.849Z] 3fe0dc353746: Preparing [2020-10-28T22:27:48.849Z] 554640281904: Preparing [2020-10-28T22:27:48.849Z] 8617f0063c1f: Preparing [2020-10-28T22:27:48.849Z] 9e6708041d42: Preparing [2020-10-28T22:27:48.849Z] 1b3ee35aacca: Preparing [2020-10-28T22:27:48.849Z] 9e6708041d42: Waiting [2020-10-28T22:27:48.849Z] 1b3ee35aacca: Waiting [2020-10-28T22:27:48.849Z] 554640281904: Layer already exists [2020-10-28T22:27:48.849Z] 73991c23fbe9: Layer already exists [2020-10-28T22:27:48.849Z] 8617f0063c1f: Layer already exists [2020-10-28T22:27:48.849Z] 2e06ed391bd4: Layer already exists [2020-10-28T22:27:48.849Z] 3fe0dc353746: Layer already exists [2020-10-28T22:27:48.849Z] 1b3ee35aacca: Layer already exists [2020-10-28T22:27:48.849Z] 9e6708041d42: Layer already exists [2020-10-28T22:27:49.110Z] master: digest: sha256:bac9c9a47809cdf5515d00f0715467b7861f26a12e6a4f710e9a62b4a73472ae size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:27:49.318Z] ===================================================== [Pipeline] echo [2020-10-28T22:27:49.369Z] taggedImages: [2020-10-28T22:27:49.369Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:49.369Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.2.2-dev.103 [2020-10-28T22:27:49.369Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:49.369Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-10-28T22:27:49.435Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-28T22:27:49.435Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:49.435Z] 1.2.2-dev.103 [2020-10-28T22:27:49.435Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:49.435Z] master [2020-10-28T22:27:49.435Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:49.938Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:50.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:50.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-28T22:27:50.242Z] 05d960fdb60a: Preparing [2020-10-28T22:27:50.242Z] e642a8c46320: Preparing [2020-10-28T22:27:50.242Z] e2081803102d: Preparing [2020-10-28T22:27:50.242Z] 06481869ea93: Preparing [2020-10-28T22:27:50.242Z] ace0eda3e3be: Preparing [2020-10-28T22:27:50.242Z] ace0eda3e3be: Layer already exists [2020-10-28T22:27:50.503Z] e2081803102d: Pushed [2020-10-28T22:27:50.503Z] e642a8c46320: Pushed [2020-10-28T22:27:50.765Z] 06481869ea93: Pushed [2020-10-28T22:27:51.027Z] 05d960fdb60a: Pushed [2020-10-28T22:27:51.600Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:6c0f096713d3282cedd2b4a6aef5627b1478331d25c789b24704893e468627e4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:51.909Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:52.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.103 [2020-10-28T22:27:52.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-28T22:27:52.210Z] 05d960fdb60a: Preparing [2020-10-28T22:27:52.210Z] e642a8c46320: Preparing [2020-10-28T22:27:52.210Z] e2081803102d: Preparing [2020-10-28T22:27:52.210Z] 06481869ea93: Preparing [2020-10-28T22:27:52.210Z] ace0eda3e3be: Preparing [2020-10-28T22:27:52.210Z] 06481869ea93: Layer already exists [2020-10-28T22:27:52.210Z] e642a8c46320: Layer already exists [2020-10-28T22:27:52.210Z] 05d960fdb60a: Layer already exists [2020-10-28T22:27:52.210Z] ace0eda3e3be: Layer already exists [2020-10-28T22:27:52.210Z] e2081803102d: Layer already exists [2020-10-28T22:27:52.210Z] 1.2.2-dev.103: digest: sha256:6c0f096713d3282cedd2b4a6aef5627b1478331d25c789b24704893e468627e4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:52.515Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:52.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:52.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-28T22:27:52.816Z] 05d960fdb60a: Preparing [2020-10-28T22:27:52.816Z] e642a8c46320: Preparing [2020-10-28T22:27:52.816Z] e2081803102d: Preparing [2020-10-28T22:27:52.816Z] 06481869ea93: Preparing [2020-10-28T22:27:52.816Z] ace0eda3e3be: Preparing [2020-10-28T22:27:52.816Z] e642a8c46320: Layer already exists [2020-10-28T22:27:52.816Z] 06481869ea93: Layer already exists [2020-10-28T22:27:52.816Z] e2081803102d: Layer already exists [2020-10-28T22:27:52.816Z] 05d960fdb60a: Layer already exists [2020-10-28T22:27:52.816Z] ace0eda3e3be: Layer already exists [2020-10-28T22:27:52.816Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:6c0f096713d3282cedd2b4a6aef5627b1478331d25c789b24704893e468627e4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:53.120Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:53.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-28T22:27:53.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-28T22:27:53.416Z] 05d960fdb60a: Preparing [2020-10-28T22:27:53.416Z] e642a8c46320: Preparing [2020-10-28T22:27:53.416Z] e2081803102d: Preparing [2020-10-28T22:27:53.416Z] 06481869ea93: Preparing [2020-10-28T22:27:53.416Z] ace0eda3e3be: Preparing [2020-10-28T22:27:53.416Z] ace0eda3e3be: Layer already exists [2020-10-28T22:27:53.416Z] 05d960fdb60a: Layer already exists [2020-10-28T22:27:53.416Z] e2081803102d: Layer already exists [2020-10-28T22:27:53.416Z] e642a8c46320: Layer already exists [2020-10-28T22:27:53.416Z] 06481869ea93: Layer already exists [2020-10-28T22:27:53.416Z] master: digest: sha256:6c0f096713d3282cedd2b4a6aef5627b1478331d25c789b24704893e468627e4 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:27:53.625Z] ===================================================== [Pipeline] echo [2020-10-28T22:27:53.678Z] taggedImages: [2020-10-28T22:27:53.678Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:53.678Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.103 [2020-10-28T22:27:53.678Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:53.678Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-28T22:27:53.768Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-28T22:27:53.768Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:53.768Z] 1.2.2-dev.103 [2020-10-28T22:27:53.768Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:53.768Z] master [2020-10-28T22:27:53.768Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:54.247Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:54.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:54.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-28T22:27:54.554Z] e13bad4d0a10: Preparing [2020-10-28T22:27:54.554Z] 92155c988cdf: Preparing [2020-10-28T22:27:54.554Z] 350303760a16: Preparing [2020-10-28T22:27:54.554Z] 71a61753a522: Preparing [2020-10-28T22:27:54.554Z] 71a61753a522: Preparing [2020-10-28T22:27:54.554Z] 4f8e8a195d0b: Preparing [2020-10-28T22:27:54.554Z] f6f1eab3158f: Preparing [2020-10-28T22:27:54.554Z] 36fba49638fb: Preparing [2020-10-28T22:27:54.554Z] e13bad4d0a10: Preparing [2020-10-28T22:27:54.554Z] 3b8a2ae61e5d: Preparing [2020-10-28T22:27:54.554Z] 64965f38fcee: Preparing [2020-10-28T22:27:54.554Z] 90b00b04de4f: Preparing [2020-10-28T22:27:54.554Z] ace0eda3e3be: Preparing [2020-10-28T22:27:54.554Z] 36fba49638fb: Waiting [2020-10-28T22:27:54.554Z] 3b8a2ae61e5d: Waiting [2020-10-28T22:27:54.554Z] 64965f38fcee: Waiting [2020-10-28T22:27:54.554Z] 90b00b04de4f: Waiting [2020-10-28T22:27:54.554Z] ace0eda3e3be: Waiting [2020-10-28T22:27:54.554Z] f6f1eab3158f: Waiting [2020-10-28T22:27:54.816Z] 71a61753a522: Pushed [2020-10-28T22:27:54.816Z] 350303760a16: Pushed [2020-10-28T22:27:54.816Z] 92155c988cdf: Pushed [2020-10-28T22:27:54.816Z] 4f8e8a195d0b: Pushed [2020-10-28T22:27:55.078Z] f6f1eab3158f: Pushed [2020-10-28T22:27:55.078Z] 3b8a2ae61e5d: Pushed [2020-10-28T22:27:55.078Z] 36fba49638fb: Pushed [2020-10-28T22:27:55.078Z] 64965f38fcee: Pushed [2020-10-28T22:27:55.078Z] ace0eda3e3be: Layer already exists [2020-10-28T22:27:55.340Z] 90b00b04de4f: Pushed [2020-10-28T22:27:55.602Z] e13bad4d0a10: Pushed [2020-10-28T22:27:55.602Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:3c00d2f561a86a31d89e2ca2a4f3105acd6fa07ae74618d99266d338aedadb28 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:55.906Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:56.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.103 [2020-10-28T22:27:56.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-28T22:27:56.204Z] e13bad4d0a10: Preparing [2020-10-28T22:27:56.204Z] 92155c988cdf: Preparing [2020-10-28T22:27:56.204Z] 350303760a16: Preparing [2020-10-28T22:27:56.204Z] 71a61753a522: Preparing [2020-10-28T22:27:56.204Z] 71a61753a522: Preparing [2020-10-28T22:27:56.204Z] 4f8e8a195d0b: Preparing [2020-10-28T22:27:56.204Z] f6f1eab3158f: Preparing [2020-10-28T22:27:56.204Z] 36fba49638fb: Preparing [2020-10-28T22:27:56.204Z] e13bad4d0a10: Preparing [2020-10-28T22:27:56.204Z] 3b8a2ae61e5d: Preparing [2020-10-28T22:27:56.204Z] 64965f38fcee: Preparing [2020-10-28T22:27:56.204Z] 90b00b04de4f: Preparing [2020-10-28T22:27:56.204Z] ace0eda3e3be: Preparing [2020-10-28T22:27:56.204Z] 3b8a2ae61e5d: Waiting [2020-10-28T22:27:56.204Z] 64965f38fcee: Waiting [2020-10-28T22:27:56.204Z] 90b00b04de4f: Waiting [2020-10-28T22:27:56.204Z] ace0eda3e3be: Waiting [2020-10-28T22:27:56.204Z] f6f1eab3158f: Waiting [2020-10-28T22:27:56.204Z] 350303760a16: Layer already exists [2020-10-28T22:27:56.204Z] 4f8e8a195d0b: Layer already exists [2020-10-28T22:27:56.204Z] 71a61753a522: Layer already exists [2020-10-28T22:27:56.204Z] e13bad4d0a10: Layer already exists [2020-10-28T22:27:56.204Z] 92155c988cdf: Layer already exists [2020-10-28T22:27:56.204Z] 3b8a2ae61e5d: Layer already exists [2020-10-28T22:27:56.204Z] f6f1eab3158f: Layer already exists [2020-10-28T22:27:56.204Z] 64965f38fcee: Layer already exists [2020-10-28T22:27:56.204Z] 36fba49638fb: Layer already exists [2020-10-28T22:27:56.204Z] 90b00b04de4f: Layer already exists [2020-10-28T22:27:56.204Z] ace0eda3e3be: Layer already exists [2020-10-28T22:27:56.204Z] 1.2.2-dev.103: digest: sha256:3c00d2f561a86a31d89e2ca2a4f3105acd6fa07ae74618d99266d338aedadb28 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:56.514Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:56.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:56.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-28T22:27:56.815Z] e13bad4d0a10: Preparing [2020-10-28T22:27:56.815Z] 92155c988cdf: Preparing [2020-10-28T22:27:56.815Z] 350303760a16: Preparing [2020-10-28T22:27:56.815Z] 71a61753a522: Preparing [2020-10-28T22:27:56.815Z] 71a61753a522: Preparing [2020-10-28T22:27:56.815Z] 4f8e8a195d0b: Preparing [2020-10-28T22:27:56.815Z] f6f1eab3158f: Preparing [2020-10-28T22:27:56.815Z] 36fba49638fb: Preparing [2020-10-28T22:27:56.815Z] e13bad4d0a10: Preparing [2020-10-28T22:27:56.815Z] 3b8a2ae61e5d: Preparing [2020-10-28T22:27:56.815Z] 64965f38fcee: Preparing [2020-10-28T22:27:56.815Z] 90b00b04de4f: Preparing [2020-10-28T22:27:56.815Z] ace0eda3e3be: Preparing [2020-10-28T22:27:56.815Z] 3b8a2ae61e5d: Waiting [2020-10-28T22:27:56.815Z] 64965f38fcee: Waiting [2020-10-28T22:27:56.815Z] f6f1eab3158f: Waiting [2020-10-28T22:27:56.815Z] 36fba49638fb: Waiting [2020-10-28T22:27:56.815Z] 90b00b04de4f: Waiting [2020-10-28T22:27:56.815Z] ace0eda3e3be: Waiting [2020-10-28T22:27:56.815Z] 4f8e8a195d0b: Layer already exists [2020-10-28T22:27:56.815Z] 92155c988cdf: Layer already exists [2020-10-28T22:27:56.815Z] 71a61753a522: Layer already exists [2020-10-28T22:27:56.815Z] 350303760a16: Layer already exists [2020-10-28T22:27:56.815Z] e13bad4d0a10: Layer already exists [2020-10-28T22:27:56.815Z] 64965f38fcee: Layer already exists [2020-10-28T22:27:56.815Z] f6f1eab3158f: Layer already exists [2020-10-28T22:27:56.815Z] 3b8a2ae61e5d: Layer already exists [2020-10-28T22:27:56.815Z] 90b00b04de4f: Layer already exists [2020-10-28T22:27:56.815Z] 36fba49638fb: Layer already exists [2020-10-28T22:27:56.815Z] ace0eda3e3be: Layer already exists [2020-10-28T22:27:57.077Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:3c00d2f561a86a31d89e2ca2a4f3105acd6fa07ae74618d99266d338aedadb28 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:57.382Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:57.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-28T22:27:57.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-28T22:27:57.679Z] e13bad4d0a10: Preparing [2020-10-28T22:27:57.679Z] 92155c988cdf: Preparing [2020-10-28T22:27:57.679Z] 350303760a16: Preparing [2020-10-28T22:27:57.679Z] 71a61753a522: Preparing [2020-10-28T22:27:57.679Z] 71a61753a522: Preparing [2020-10-28T22:27:57.679Z] 4f8e8a195d0b: Preparing [2020-10-28T22:27:57.679Z] f6f1eab3158f: Preparing [2020-10-28T22:27:57.679Z] 36fba49638fb: Preparing [2020-10-28T22:27:57.679Z] e13bad4d0a10: Preparing [2020-10-28T22:27:57.679Z] 3b8a2ae61e5d: Preparing [2020-10-28T22:27:57.679Z] 64965f38fcee: Preparing [2020-10-28T22:27:57.679Z] 90b00b04de4f: Preparing [2020-10-28T22:27:57.679Z] ace0eda3e3be: Preparing [2020-10-28T22:27:57.679Z] f6f1eab3158f: Waiting [2020-10-28T22:27:57.679Z] 36fba49638fb: Waiting [2020-10-28T22:27:57.679Z] 3b8a2ae61e5d: Waiting [2020-10-28T22:27:57.679Z] 64965f38fcee: Waiting [2020-10-28T22:27:57.679Z] 90b00b04de4f: Waiting [2020-10-28T22:27:57.679Z] ace0eda3e3be: Waiting [2020-10-28T22:27:57.679Z] 350303760a16: Layer already exists [2020-10-28T22:27:57.679Z] e13bad4d0a10: Layer already exists [2020-10-28T22:27:57.679Z] 4f8e8a195d0b: Layer already exists [2020-10-28T22:27:57.679Z] 71a61753a522: Layer already exists [2020-10-28T22:27:57.679Z] 92155c988cdf: Layer already exists [2020-10-28T22:27:57.679Z] 3b8a2ae61e5d: Layer already exists [2020-10-28T22:27:57.679Z] f6f1eab3158f: Layer already exists [2020-10-28T22:27:57.679Z] 64965f38fcee: Layer already exists [2020-10-28T22:27:57.679Z] 36fba49638fb: Layer already exists [2020-10-28T22:27:57.679Z] 90b00b04de4f: Layer already exists [2020-10-28T22:27:57.679Z] ace0eda3e3be: Layer already exists [2020-10-28T22:27:57.679Z] master: digest: sha256:3c00d2f561a86a31d89e2ca2a4f3105acd6fa07ae74618d99266d338aedadb28 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:27:57.868Z] ===================================================== [Pipeline] echo [2020-10-28T22:27:57.919Z] taggedImages: [2020-10-28T22:27:57.919Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:57.919Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.103 [2020-10-28T22:27:57.919Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:57.919Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-28T22:27:57.985Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-28T22:27:57.985Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:57.985Z] 1.2.2-dev.103 [2020-10-28T22:27:57.985Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:27:57.985Z] master [2020-10-28T22:27:57.985Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:58.479Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:27:58.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:27:58.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-28T22:27:58.781Z] f0d0dfe9a398: Preparing [2020-10-28T22:27:58.781Z] 8f29db92909d: Preparing [2020-10-28T22:27:58.781Z] bde9e3d0c693: Preparing [2020-10-28T22:27:58.781Z] 7bc7636672cf: Preparing [2020-10-28T22:27:58.781Z] ccc5f4f77970: Preparing [2020-10-28T22:27:58.781Z] bf0cb7e9e3c5: Preparing [2020-10-28T22:27:58.781Z] fca4bc4d98fe: Preparing [2020-10-28T22:27:58.781Z] 9e6708041d42: Preparing [2020-10-28T22:27:58.781Z] 1b3ee35aacca: Preparing [2020-10-28T22:27:58.781Z] fca4bc4d98fe: Waiting [2020-10-28T22:27:58.781Z] 9e6708041d42: Waiting [2020-10-28T22:27:58.781Z] 1b3ee35aacca: Waiting [2020-10-28T22:27:58.781Z] bf0cb7e9e3c5: Waiting [2020-10-28T22:27:59.042Z] ccc5f4f77970: Pushed [2020-10-28T22:27:59.042Z] 8f29db92909d: Pushed [2020-10-28T22:27:59.042Z] f0d0dfe9a398: Pushed [2020-10-28T22:27:59.042Z] 9e6708041d42: Layer already exists [2020-10-28T22:27:59.042Z] 1b3ee35aacca: Layer already exists [2020-10-28T22:27:59.042Z] bf0cb7e9e3c5: Pushed [2020-10-28T22:27:59.042Z] fca4bc4d98fe: Pushed [2020-10-28T22:27:59.989Z] bde9e3d0c693: Pushed [2020-10-28T22:27:59.989Z] 7bc7636672cf: Pushed [2020-10-28T22:27:59.989Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:b2b114245cbbd5a92d1ff2626ab9fe41c3b4d346c03faad3437c7888b9d62a1c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:00.298Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:00.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.103 [2020-10-28T22:28:00.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-28T22:28:00.597Z] f0d0dfe9a398: Preparing [2020-10-28T22:28:00.597Z] 8f29db92909d: Preparing [2020-10-28T22:28:00.597Z] bde9e3d0c693: Preparing [2020-10-28T22:28:00.597Z] 7bc7636672cf: Preparing [2020-10-28T22:28:00.597Z] ccc5f4f77970: Preparing [2020-10-28T22:28:00.597Z] bf0cb7e9e3c5: Preparing [2020-10-28T22:28:00.597Z] fca4bc4d98fe: Preparing [2020-10-28T22:28:00.597Z] 9e6708041d42: Preparing [2020-10-28T22:28:00.597Z] 1b3ee35aacca: Preparing [2020-10-28T22:28:00.597Z] bf0cb7e9e3c5: Waiting [2020-10-28T22:28:00.597Z] fca4bc4d98fe: Waiting [2020-10-28T22:28:00.597Z] 9e6708041d42: Waiting [2020-10-28T22:28:00.597Z] 1b3ee35aacca: Waiting [2020-10-28T22:28:00.597Z] ccc5f4f77970: Layer already exists [2020-10-28T22:28:00.597Z] bde9e3d0c693: Layer already exists [2020-10-28T22:28:00.597Z] f0d0dfe9a398: Layer already exists [2020-10-28T22:28:00.597Z] 7bc7636672cf: Layer already exists [2020-10-28T22:28:00.597Z] 8f29db92909d: Layer already exists [2020-10-28T22:28:00.597Z] 9e6708041d42: Layer already exists [2020-10-28T22:28:00.597Z] bf0cb7e9e3c5: Layer already exists [2020-10-28T22:28:00.597Z] fca4bc4d98fe: Layer already exists [2020-10-28T22:28:00.597Z] 1b3ee35aacca: Layer already exists [2020-10-28T22:28:00.597Z] 1.2.2-dev.103: digest: sha256:b2b114245cbbd5a92d1ff2626ab9fe41c3b4d346c03faad3437c7888b9d62a1c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:00.904Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:01.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:01.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-28T22:28:01.204Z] f0d0dfe9a398: Preparing [2020-10-28T22:28:01.204Z] 8f29db92909d: Preparing [2020-10-28T22:28:01.204Z] bde9e3d0c693: Preparing [2020-10-28T22:28:01.204Z] 7bc7636672cf: Preparing [2020-10-28T22:28:01.204Z] ccc5f4f77970: Preparing [2020-10-28T22:28:01.204Z] bf0cb7e9e3c5: Preparing [2020-10-28T22:28:01.204Z] fca4bc4d98fe: Preparing [2020-10-28T22:28:01.204Z] 9e6708041d42: Preparing [2020-10-28T22:28:01.204Z] 1b3ee35aacca: Preparing [2020-10-28T22:28:01.204Z] bf0cb7e9e3c5: Waiting [2020-10-28T22:28:01.204Z] fca4bc4d98fe: Waiting [2020-10-28T22:28:01.204Z] 1b3ee35aacca: Waiting [2020-10-28T22:28:01.204Z] 9e6708041d42: Waiting [2020-10-28T22:28:01.204Z] bde9e3d0c693: Layer already exists [2020-10-28T22:28:01.204Z] 7bc7636672cf: Layer already exists [2020-10-28T22:28:01.204Z] ccc5f4f77970: Layer already exists [2020-10-28T22:28:01.204Z] 8f29db92909d: Layer already exists [2020-10-28T22:28:01.204Z] f0d0dfe9a398: Layer already exists [2020-10-28T22:28:01.204Z] bf0cb7e9e3c5: Layer already exists [2020-10-28T22:28:01.204Z] fca4bc4d98fe: Layer already exists [2020-10-28T22:28:01.204Z] 9e6708041d42: Layer already exists [2020-10-28T22:28:01.204Z] 1b3ee35aacca: Layer already exists [2020-10-28T22:28:01.204Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:b2b114245cbbd5a92d1ff2626ab9fe41c3b4d346c03faad3437c7888b9d62a1c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:01.510Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:01.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-28T22:28:01.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-28T22:28:01.866Z] f0d0dfe9a398: Preparing [2020-10-28T22:28:01.866Z] 8f29db92909d: Preparing [2020-10-28T22:28:01.866Z] bde9e3d0c693: Preparing [2020-10-28T22:28:01.866Z] 7bc7636672cf: Preparing [2020-10-28T22:28:01.866Z] ccc5f4f77970: Preparing [2020-10-28T22:28:01.866Z] bf0cb7e9e3c5: Preparing [2020-10-28T22:28:01.866Z] fca4bc4d98fe: Preparing [2020-10-28T22:28:01.866Z] 9e6708041d42: Preparing [2020-10-28T22:28:01.866Z] 1b3ee35aacca: Preparing [2020-10-28T22:28:01.866Z] bf0cb7e9e3c5: Waiting [2020-10-28T22:28:01.866Z] fca4bc4d98fe: Waiting [2020-10-28T22:28:01.866Z] 9e6708041d42: Waiting [2020-10-28T22:28:01.866Z] 1b3ee35aacca: Waiting [2020-10-28T22:28:01.866Z] bde9e3d0c693: Layer already exists [2020-10-28T22:28:01.866Z] ccc5f4f77970: Layer already exists [2020-10-28T22:28:01.866Z] 7bc7636672cf: Layer already exists [2020-10-28T22:28:01.866Z] f0d0dfe9a398: Layer already exists [2020-10-28T22:28:01.866Z] 8f29db92909d: Layer already exists [2020-10-28T22:28:01.866Z] fca4bc4d98fe: Layer already exists [2020-10-28T22:28:01.866Z] bf0cb7e9e3c5: Layer already exists [2020-10-28T22:28:01.866Z] 9e6708041d42: Layer already exists [2020-10-28T22:28:01.866Z] 1b3ee35aacca: Layer already exists [2020-10-28T22:28:01.866Z] master: digest: sha256:b2b114245cbbd5a92d1ff2626ab9fe41c3b4d346c03faad3437c7888b9d62a1c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:28:02.072Z] ===================================================== [Pipeline] echo [2020-10-28T22:28:02.133Z] taggedImages: [2020-10-28T22:28:02.133Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:02.133Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.103 [2020-10-28T22:28:02.133Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:02.133Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-28T22:28:02.202Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-28T22:28:02.202Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:02.202Z] 1.2.2-dev.103 [2020-10-28T22:28:02.202Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:02.202Z] master [2020-10-28T22:28:02.202Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:02.747Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:03.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:03.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-28T22:28:03.083Z] f5f50244db3e: Preparing [2020-10-28T22:28:03.083Z] 3a275b59e3bc: Preparing [2020-10-28T22:28:03.083Z] cd48c0c541d9: Preparing [2020-10-28T22:28:03.083Z] 3fadbd36448a: Preparing [2020-10-28T22:28:03.083Z] cd48c0c541d9: Pushed [2020-10-28T22:28:03.083Z] f5f50244db3e: Pushed [2020-10-28T22:28:03.346Z] 3fadbd36448a: Pushed [2020-10-28T22:28:04.291Z] 3a275b59e3bc: Pushed [2020-10-28T22:28:04.291Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:106b8879eafb3e442fa8abab5672baa625d5f496ac126b3b6243d37c30840bc7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:04.598Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:04.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.103 [2020-10-28T22:28:04.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-28T22:28:04.897Z] f5f50244db3e: Preparing [2020-10-28T22:28:04.897Z] 3a275b59e3bc: Preparing [2020-10-28T22:28:04.897Z] cd48c0c541d9: Preparing [2020-10-28T22:28:04.897Z] 3fadbd36448a: Preparing [2020-10-28T22:28:04.897Z] 3fadbd36448a: Layer already exists [2020-10-28T22:28:04.897Z] cd48c0c541d9: Layer already exists [2020-10-28T22:28:04.897Z] 3a275b59e3bc: Layer already exists [2020-10-28T22:28:04.897Z] f5f50244db3e: Layer already exists [2020-10-28T22:28:04.897Z] 1.2.2-dev.103: digest: sha256:106b8879eafb3e442fa8abab5672baa625d5f496ac126b3b6243d37c30840bc7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:05.201Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:05.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:05.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-28T22:28:05.502Z] f5f50244db3e: Preparing [2020-10-28T22:28:05.502Z] 3a275b59e3bc: Preparing [2020-10-28T22:28:05.502Z] cd48c0c541d9: Preparing [2020-10-28T22:28:05.502Z] 3fadbd36448a: Preparing [2020-10-28T22:28:05.502Z] 3a275b59e3bc: Layer already exists [2020-10-28T22:28:05.502Z] 3fadbd36448a: Layer already exists [2020-10-28T22:28:05.502Z] f5f50244db3e: Layer already exists [2020-10-28T22:28:05.502Z] cd48c0c541d9: Layer already exists [2020-10-28T22:28:05.502Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:106b8879eafb3e442fa8abab5672baa625d5f496ac126b3b6243d37c30840bc7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:05.809Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:06.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-28T22:28:06.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-28T22:28:06.113Z] f5f50244db3e: Preparing [2020-10-28T22:28:06.113Z] 3a275b59e3bc: Preparing [2020-10-28T22:28:06.113Z] cd48c0c541d9: Preparing [2020-10-28T22:28:06.113Z] 3fadbd36448a: Preparing [2020-10-28T22:28:06.113Z] 3fadbd36448a: Layer already exists [2020-10-28T22:28:06.113Z] f5f50244db3e: Layer already exists [2020-10-28T22:28:06.113Z] 3a275b59e3bc: Layer already exists [2020-10-28T22:28:06.113Z] cd48c0c541d9: Layer already exists [2020-10-28T22:28:06.113Z] master: digest: sha256:106b8879eafb3e442fa8abab5672baa625d5f496ac126b3b6243d37c30840bc7 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:28:06.296Z] ===================================================== [Pipeline] echo [2020-10-28T22:28:06.363Z] taggedImages: [2020-10-28T22:28:06.363Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:06.363Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.103 [2020-10-28T22:28:06.363Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:06.363Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-28T22:28:06.427Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-28T22:28:06.427Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:06.427Z] 1.2.2-dev.103 [2020-10-28T22:28:06.427Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:06.427Z] master [2020-10-28T22:28:06.427Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:06.899Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:07.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:07.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-28T22:28:07.201Z] 618ccdfcda2a: Preparing [2020-10-28T22:28:07.201Z] 9085f6debb93: Preparing [2020-10-28T22:28:07.201Z] e5b26c14cb5c: Preparing [2020-10-28T22:28:07.201Z] 75565aea4f32: Preparing [2020-10-28T22:28:07.201Z] 9315b41e6c8f: Preparing [2020-10-28T22:28:07.201Z] 1ed12d0e9703: Preparing [2020-10-28T22:28:07.201Z] 1ed12d0e9703: Waiting [2020-10-28T22:28:07.201Z] 618ccdfcda2a: Pushed [2020-10-28T22:28:07.201Z] e5b26c14cb5c: Pushed [2020-10-28T22:28:07.201Z] 75565aea4f32: Pushed [2020-10-28T22:28:07.464Z] 9315b41e6c8f: Pushed [2020-10-28T22:28:07.464Z] 1ed12d0e9703: Pushed [2020-10-28T22:28:08.410Z] 9085f6debb93: Pushed [2020-10-28T22:28:08.671Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:1cd8834d2ca7b11a080990192aa34283d26c328bb6fa4826790ee182cf95f452 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:08.973Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:09.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.103 [2020-10-28T22:28:09.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-28T22:28:09.274Z] 618ccdfcda2a: Preparing [2020-10-28T22:28:09.274Z] 9085f6debb93: Preparing [2020-10-28T22:28:09.274Z] e5b26c14cb5c: Preparing [2020-10-28T22:28:09.274Z] 75565aea4f32: Preparing [2020-10-28T22:28:09.274Z] 9315b41e6c8f: Preparing [2020-10-28T22:28:09.274Z] 1ed12d0e9703: Preparing [2020-10-28T22:28:09.274Z] 1ed12d0e9703: Waiting [2020-10-28T22:28:09.274Z] 9315b41e6c8f: Layer already exists [2020-10-28T22:28:09.274Z] 75565aea4f32: Layer already exists [2020-10-28T22:28:09.274Z] e5b26c14cb5c: Layer already exists [2020-10-28T22:28:09.274Z] 618ccdfcda2a: Layer already exists [2020-10-28T22:28:09.274Z] 9085f6debb93: Layer already exists [2020-10-28T22:28:09.274Z] 1ed12d0e9703: Layer already exists [2020-10-28T22:28:09.274Z] 1.2.2-dev.103: digest: sha256:1cd8834d2ca7b11a080990192aa34283d26c328bb6fa4826790ee182cf95f452 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:09.581Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:09.883Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:09.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-28T22:28:09.883Z] 618ccdfcda2a: Preparing [2020-10-28T22:28:09.883Z] 9085f6debb93: Preparing [2020-10-28T22:28:09.883Z] e5b26c14cb5c: Preparing [2020-10-28T22:28:09.883Z] 75565aea4f32: Preparing [2020-10-28T22:28:09.883Z] 9315b41e6c8f: Preparing [2020-10-28T22:28:09.883Z] 1ed12d0e9703: Preparing [2020-10-28T22:28:09.883Z] 1ed12d0e9703: Waiting [2020-10-28T22:28:09.883Z] 9315b41e6c8f: Layer already exists [2020-10-28T22:28:09.883Z] 75565aea4f32: Layer already exists [2020-10-28T22:28:09.883Z] 9085f6debb93: Layer already exists [2020-10-28T22:28:09.883Z] 618ccdfcda2a: Layer already exists [2020-10-28T22:28:09.883Z] e5b26c14cb5c: Layer already exists [2020-10-28T22:28:09.883Z] 1ed12d0e9703: Layer already exists [2020-10-28T22:28:09.883Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:1cd8834d2ca7b11a080990192aa34283d26c328bb6fa4826790ee182cf95f452 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:10.194Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:10.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-28T22:28:10.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-28T22:28:10.492Z] 618ccdfcda2a: Preparing [2020-10-28T22:28:10.492Z] 9085f6debb93: Preparing [2020-10-28T22:28:10.492Z] e5b26c14cb5c: Preparing [2020-10-28T22:28:10.492Z] 75565aea4f32: Preparing [2020-10-28T22:28:10.492Z] 9315b41e6c8f: Preparing [2020-10-28T22:28:10.492Z] 1ed12d0e9703: Preparing [2020-10-28T22:28:10.492Z] 1ed12d0e9703: Waiting [2020-10-28T22:28:10.492Z] e5b26c14cb5c: Layer already exists [2020-10-28T22:28:10.492Z] 9315b41e6c8f: Layer already exists [2020-10-28T22:28:10.492Z] 618ccdfcda2a: Layer already exists [2020-10-28T22:28:10.492Z] 75565aea4f32: Layer already exists [2020-10-28T22:28:10.492Z] 9085f6debb93: Layer already exists [2020-10-28T22:28:10.492Z] 1ed12d0e9703: Layer already exists [2020-10-28T22:28:10.492Z] master: digest: sha256:1cd8834d2ca7b11a080990192aa34283d26c328bb6fa4826790ee182cf95f452 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:28:10.666Z] ===================================================== [Pipeline] echo [2020-10-28T22:28:10.711Z] taggedImages: [2020-10-28T22:28:10.711Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:10.711Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.103 [2020-10-28T22:28:10.711Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:10.711Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-28T22:28:10.777Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-28T22:28:10.777Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:10.777Z] 1.2.2-dev.103 [2020-10-28T22:28:10.777Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:10.777Z] master [2020-10-28T22:28:10.777Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:11.249Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:11.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:11.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-28T22:28:11.550Z] df718b277ff1: Preparing [2020-10-28T22:28:11.551Z] 691c89f9d8d6: Preparing [2020-10-28T22:28:11.551Z] cfb918f745c3: Preparing [2020-10-28T22:28:11.551Z] df718b277ff1: Pushed [2020-10-28T22:28:11.812Z] cfb918f745c3: Pushed [2020-10-28T22:28:12.760Z] 691c89f9d8d6: Pushed [2020-10-28T22:28:13.022Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:2eeecf0aea26085f01874c928f2d9e6e55942144b3c3654a359915637893463f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:13.346Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:13.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.103 [2020-10-28T22:28:13.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-28T22:28:13.647Z] df718b277ff1: Preparing [2020-10-28T22:28:13.647Z] 691c89f9d8d6: Preparing [2020-10-28T22:28:13.647Z] cfb918f745c3: Preparing [2020-10-28T22:28:13.647Z] df718b277ff1: Layer already exists [2020-10-28T22:28:13.647Z] 691c89f9d8d6: Layer already exists [2020-10-28T22:28:13.647Z] cfb918f745c3: Layer already exists [2020-10-28T22:28:13.647Z] 1.2.2-dev.103: digest: sha256:2eeecf0aea26085f01874c928f2d9e6e55942144b3c3654a359915637893463f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:13.954Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:14.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:14.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-28T22:28:14.256Z] df718b277ff1: Preparing [2020-10-28T22:28:14.256Z] 691c89f9d8d6: Preparing [2020-10-28T22:28:14.256Z] cfb918f745c3: Preparing [2020-10-28T22:28:14.256Z] 691c89f9d8d6: Layer already exists [2020-10-28T22:28:14.256Z] df718b277ff1: Layer already exists [2020-10-28T22:28:14.256Z] cfb918f745c3: Layer already exists [2020-10-28T22:28:14.256Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:2eeecf0aea26085f01874c928f2d9e6e55942144b3c3654a359915637893463f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:14.563Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:14.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-28T22:28:14.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-28T22:28:14.871Z] df718b277ff1: Preparing [2020-10-28T22:28:14.871Z] 691c89f9d8d6: Preparing [2020-10-28T22:28:14.871Z] cfb918f745c3: Preparing [2020-10-28T22:28:14.871Z] cfb918f745c3: Layer already exists [2020-10-28T22:28:14.871Z] df718b277ff1: Layer already exists [2020-10-28T22:28:14.871Z] 691c89f9d8d6: Layer already exists [2020-10-28T22:28:14.871Z] master: digest: sha256:2eeecf0aea26085f01874c928f2d9e6e55942144b3c3654a359915637893463f size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:28:15.085Z] ===================================================== [Pipeline] echo [2020-10-28T22:28:15.133Z] taggedImages: [2020-10-28T22:28:15.133Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:15.133Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.103 [2020-10-28T22:28:15.133Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:15.133Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-28T22:28:15.207Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-28T22:28:15.207Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:15.207Z] 1.2.2-dev.103 [2020-10-28T22:28:15.207Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:15.207Z] master [2020-10-28T22:28:15.207Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:15.683Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:15.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:15.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-28T22:28:15.984Z] 6112c7399f9e: Preparing [2020-10-28T22:28:15.984Z] 9a983f37b8e8: Preparing [2020-10-28T22:28:15.984Z] ade38408ad2d: Preparing [2020-10-28T22:28:15.984Z] 720db86e0d8a: Preparing [2020-10-28T22:28:15.984Z] 1e27210b6c86: Preparing [2020-10-28T22:28:15.984Z] 08f6fba0a77d: Preparing [2020-10-28T22:28:15.984Z] d3758e82e28b: Preparing [2020-10-28T22:28:15.984Z] 1d278c39f50a: Preparing [2020-10-28T22:28:15.984Z] 3730a0890c46: Preparing [2020-10-28T22:28:15.984Z] 383f309b5d37: Preparing [2020-10-28T22:28:15.984Z] e1a73c32da76: Preparing [2020-10-28T22:28:15.984Z] 31b11ec6ff38: Preparing [2020-10-28T22:28:15.984Z] 911954e2fe49: Preparing [2020-10-28T22:28:15.984Z] ace0eda3e3be: Preparing [2020-10-28T22:28:15.984Z] 08f6fba0a77d: Waiting [2020-10-28T22:28:15.984Z] 3730a0890c46: Waiting [2020-10-28T22:28:15.984Z] d3758e82e28b: Waiting [2020-10-28T22:28:15.984Z] 1d278c39f50a: Waiting [2020-10-28T22:28:15.984Z] 383f309b5d37: Waiting [2020-10-28T22:28:15.984Z] e1a73c32da76: Waiting [2020-10-28T22:28:15.984Z] 31b11ec6ff38: Waiting [2020-10-28T22:28:15.984Z] ace0eda3e3be: Waiting [2020-10-28T22:28:15.984Z] 911954e2fe49: Waiting [2020-10-28T22:28:16.247Z] 1e27210b6c86: Pushed [2020-10-28T22:28:16.247Z] 6112c7399f9e: Pushed [2020-10-28T22:28:16.510Z] 720db86e0d8a: Pushed [2020-10-28T22:28:16.510Z] 1d278c39f50a: Layer already exists [2020-10-28T22:28:16.510Z] 3730a0890c46: Layer already exists [2020-10-28T22:28:16.510Z] 383f309b5d37: Layer already exists [2020-10-28T22:28:16.510Z] d3758e82e28b: Pushed [2020-10-28T22:28:16.510Z] e1a73c32da76: Layer already exists [2020-10-28T22:28:16.510Z] 31b11ec6ff38: Layer already exists [2020-10-28T22:28:16.510Z] 911954e2fe49: Layer already exists [2020-10-28T22:28:16.774Z] 9a983f37b8e8: Pushed [2020-10-28T22:28:16.774Z] ace0eda3e3be: Layer already exists [2020-10-28T22:28:17.035Z] 08f6fba0a77d: Pushed [2020-10-28T22:28:23.635Z] ade38408ad2d: Pushed [2020-10-28T22:28:23.635Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:bd1a4205fcd8e4fe0c6ccdbdafa585c65d2c06891d7937c28fb81cfecb39fd70 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:23.946Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:24.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.103 [2020-10-28T22:28:24.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-28T22:28:24.245Z] 6112c7399f9e: Preparing [2020-10-28T22:28:24.245Z] 9a983f37b8e8: Preparing [2020-10-28T22:28:24.245Z] ade38408ad2d: Preparing [2020-10-28T22:28:24.245Z] 720db86e0d8a: Preparing [2020-10-28T22:28:24.245Z] 1e27210b6c86: Preparing [2020-10-28T22:28:24.245Z] 08f6fba0a77d: Preparing [2020-10-28T22:28:24.245Z] d3758e82e28b: Preparing [2020-10-28T22:28:24.245Z] 1d278c39f50a: Preparing [2020-10-28T22:28:24.245Z] 3730a0890c46: Preparing [2020-10-28T22:28:24.245Z] 383f309b5d37: Preparing [2020-10-28T22:28:24.245Z] e1a73c32da76: Preparing [2020-10-28T22:28:24.245Z] 31b11ec6ff38: Preparing [2020-10-28T22:28:24.245Z] 911954e2fe49: Preparing [2020-10-28T22:28:24.245Z] ace0eda3e3be: Preparing [2020-10-28T22:28:24.245Z] 08f6fba0a77d: Waiting [2020-10-28T22:28:24.245Z] d3758e82e28b: Waiting [2020-10-28T22:28:24.245Z] 1d278c39f50a: Waiting [2020-10-28T22:28:24.246Z] 3730a0890c46: Waiting [2020-10-28T22:28:24.246Z] 383f309b5d37: Waiting [2020-10-28T22:28:24.246Z] e1a73c32da76: Waiting [2020-10-28T22:28:24.246Z] 911954e2fe49: Waiting [2020-10-28T22:28:24.246Z] ace0eda3e3be: Waiting [2020-10-28T22:28:24.246Z] 31b11ec6ff38: Waiting [2020-10-28T22:28:24.246Z] 6112c7399f9e: Layer already exists [2020-10-28T22:28:24.246Z] 720db86e0d8a: Layer already exists [2020-10-28T22:28:24.246Z] 9a983f37b8e8: Layer already exists [2020-10-28T22:28:24.246Z] ade38408ad2d: Layer already exists [2020-10-28T22:28:24.246Z] 1e27210b6c86: Layer already exists [2020-10-28T22:28:24.246Z] 08f6fba0a77d: Layer already exists [2020-10-28T22:28:24.246Z] 1d278c39f50a: Layer already exists [2020-10-28T22:28:24.246Z] 383f309b5d37: Layer already exists [2020-10-28T22:28:24.246Z] d3758e82e28b: Layer already exists [2020-10-28T22:28:24.246Z] 3730a0890c46: Layer already exists [2020-10-28T22:28:24.246Z] e1a73c32da76: Layer already exists [2020-10-28T22:28:24.246Z] 911954e2fe49: Layer already exists [2020-10-28T22:28:24.246Z] 31b11ec6ff38: Layer already exists [2020-10-28T22:28:24.246Z] ace0eda3e3be: Layer already exists [2020-10-28T22:28:24.246Z] 1.2.2-dev.103: digest: sha256:bd1a4205fcd8e4fe0c6ccdbdafa585c65d2c06891d7937c28fb81cfecb39fd70 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:24.548Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:24.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-28T22:28:24.855Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:24.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-28T22:28:24.855Z] 6112c7399f9e: Preparing [2020-10-28T22:28:24.855Z] 9a983f37b8e8: Preparing [2020-10-28T22:28:24.855Z] ade38408ad2d: Preparing [2020-10-28T22:28:24.855Z] 720db86e0d8a: Preparing [2020-10-28T22:28:24.855Z] 1e27210b6c86: Preparing [2020-10-28T22:28:24.855Z] 08f6fba0a77d: Preparing [2020-10-28T22:28:24.855Z] d3758e82e28b: Preparing [2020-10-28T22:28:24.855Z] 1d278c39f50a: Preparing [2020-10-28T22:28:24.855Z] 3730a0890c46: Preparing [2020-10-28T22:28:24.855Z] 383f309b5d37: Preparing [2020-10-28T22:28:24.855Z] e1a73c32da76: Preparing [2020-10-28T22:28:24.855Z] 31b11ec6ff38: Preparing [2020-10-28T22:28:24.855Z] 911954e2fe49: Preparing [2020-10-28T22:28:24.855Z] ace0eda3e3be: Preparing [2020-10-28T22:28:24.855Z] 08f6fba0a77d: Waiting [2020-10-28T22:28:24.855Z] d3758e82e28b: Waiting [2020-10-28T22:28:24.855Z] 1d278c39f50a: Waiting [2020-10-28T22:28:24.855Z] 3730a0890c46: Waiting [2020-10-28T22:28:24.855Z] 383f309b5d37: Waiting [2020-10-28T22:28:24.855Z] e1a73c32da76: Waiting [2020-10-28T22:28:24.855Z] 31b11ec6ff38: Waiting [2020-10-28T22:28:24.855Z] 911954e2fe49: Waiting [2020-10-28T22:28:24.855Z] ace0eda3e3be: Waiting [2020-10-28T22:28:24.855Z] 9a983f37b8e8: Layer already exists [2020-10-28T22:28:24.855Z] 6112c7399f9e: Layer already exists [2020-10-28T22:28:24.855Z] 1e27210b6c86: Layer already exists [2020-10-28T22:28:24.855Z] 720db86e0d8a: Layer already exists [2020-10-28T22:28:24.855Z] ade38408ad2d: Layer already exists [2020-10-28T22:28:24.855Z] d3758e82e28b: Layer already exists [2020-10-28T22:28:24.855Z] 3730a0890c46: Layer already exists [2020-10-28T22:28:24.855Z] 1d278c39f50a: Layer already exists [2020-10-28T22:28:24.855Z] 383f309b5d37: Layer already exists [2020-10-28T22:28:24.855Z] 08f6fba0a77d: Layer already exists [2020-10-28T22:28:24.855Z] 31b11ec6ff38: Layer already exists [2020-10-28T22:28:24.855Z] e1a73c32da76: Layer already exists [2020-10-28T22:28:24.855Z] 911954e2fe49: Layer already exists [2020-10-28T22:28:24.855Z] ace0eda3e3be: Layer already exists [2020-10-28T22:28:24.855Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:bd1a4205fcd8e4fe0c6ccdbdafa585c65d2c06891d7937c28fb81cfecb39fd70 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:25.161Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:28:25.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-28T22:28:25.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-28T22:28:25.461Z] 6112c7399f9e: Preparing [2020-10-28T22:28:25.461Z] 9a983f37b8e8: Preparing [2020-10-28T22:28:25.461Z] ade38408ad2d: Preparing [2020-10-28T22:28:25.461Z] 720db86e0d8a: Preparing [2020-10-28T22:28:25.461Z] 1e27210b6c86: Preparing [2020-10-28T22:28:25.461Z] 08f6fba0a77d: Preparing [2020-10-28T22:28:25.461Z] d3758e82e28b: Preparing [2020-10-28T22:28:25.461Z] 1d278c39f50a: Preparing [2020-10-28T22:28:25.461Z] 3730a0890c46: Preparing [2020-10-28T22:28:25.461Z] 383f309b5d37: Preparing [2020-10-28T22:28:25.461Z] e1a73c32da76: Preparing [2020-10-28T22:28:25.461Z] 31b11ec6ff38: Preparing [2020-10-28T22:28:25.461Z] 911954e2fe49: Preparing [2020-10-28T22:28:25.461Z] ace0eda3e3be: Preparing [2020-10-28T22:28:25.461Z] 08f6fba0a77d: Waiting [2020-10-28T22:28:25.461Z] d3758e82e28b: Waiting [2020-10-28T22:28:25.461Z] 1d278c39f50a: Waiting [2020-10-28T22:28:25.461Z] 3730a0890c46: Waiting [2020-10-28T22:28:25.461Z] 383f309b5d37: Waiting [2020-10-28T22:28:25.461Z] e1a73c32da76: Waiting [2020-10-28T22:28:25.461Z] 31b11ec6ff38: Waiting [2020-10-28T22:28:25.461Z] 911954e2fe49: Waiting [2020-10-28T22:28:25.461Z] ace0eda3e3be: Waiting [2020-10-28T22:28:25.461Z] 9a983f37b8e8: Layer already exists [2020-10-28T22:28:25.461Z] 720db86e0d8a: Layer already exists [2020-10-28T22:28:25.461Z] 1e27210b6c86: Layer already exists [2020-10-28T22:28:25.461Z] 6112c7399f9e: Layer already exists [2020-10-28T22:28:25.461Z] ade38408ad2d: Layer already exists [2020-10-28T22:28:25.461Z] d3758e82e28b: Layer already exists [2020-10-28T22:28:25.461Z] 08f6fba0a77d: Layer already exists [2020-10-28T22:28:25.461Z] 1d278c39f50a: Layer already exists [2020-10-28T22:28:25.461Z] 383f309b5d37: Layer already exists [2020-10-28T22:28:25.461Z] 3730a0890c46: Layer already exists [2020-10-28T22:28:25.461Z] e1a73c32da76: Layer already exists [2020-10-28T22:28:25.461Z] 31b11ec6ff38: Layer already exists [2020-10-28T22:28:25.461Z] 911954e2fe49: Layer already exists [2020-10-28T22:28:25.461Z] ace0eda3e3be: Layer already exists [2020-10-28T22:28:25.461Z] master: digest: sha256:bd1a4205fcd8e4fe0c6ccdbdafa585c65d2c06891d7937c28fb81cfecb39fd70 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:28:25.697Z] ===================================================== [Pipeline] echo [2020-10-28T22:28:25.746Z] taggedImages: [2020-10-28T22:28:25.746Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:28:25.746Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.103 [2020-10-28T22:28:25.746Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:28:25.746Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-28T22:28:35.052Z] Removing intermediate container 026e9fe847b9 [2020-10-28T22:28:35.052Z] ---> e562524d8d2e [2020-10-28T22:28:35.052Z] [2020-10-28T22:28:35.052Z] Step 10/22 : FROM alpine:3.10 [2020-10-28T22:28:35.052Z] Removing intermediate container 681bb7463219 [2020-10-28T22:28:35.052Z] ---> 816c7d3a5305 [2020-10-28T22:28:35.052Z] [2020-10-28T22:28:35.052Z] Step 10/24 : FROM alpine:3.10 [2020-10-28T22:28:35.052Z] 3.10: Pulling from library/alpine [2020-10-28T22:28:35.052Z] 3.10: Pulling from library/alpine [2020-10-28T22:28:36.089Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-28T22:28:36.089Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-28T22:28:36.089Z] Status: Downloaded newer image for alpine:3.10 [2020-10-28T22:28:36.089Z] ---> 536a684cf733 [2020-10-28T22:28:36.089Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T22:28:36.089Z] Status: Downloaded newer image for alpine:3.10 [2020-10-28T22:28:36.089Z] ---> 536a684cf733 [2020-10-28T22:28:36.089Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T22:28:36.699Z] ---> Running in c6d5b48494db [2020-10-28T22:28:36.699Z] ---> Running in 9c4aa858d126 [2020-10-28T22:28:40.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:28:40.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:28:40.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:28:40.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:28:40.413Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-28T22:28:40.413Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-28T22:28:40.413Z] OK: 10167 distinct packages available [2020-10-28T22:28:40.413Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-28T22:28:40.413Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-28T22:28:40.413Z] OK: 10167 distinct packages available [2020-10-28T22:28:41.038Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-28T22:28:41.320Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-28T22:28:41.320Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-28T22:28:41.320Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-28T22:28:41.320Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-28T22:28:41.320Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-28T22:28:41.597Z] (4/5) Installing curl (7.66.0-r1) [2020-10-28T22:28:41.597Z] (4/5) Installing curl (7.66.0-r1) [2020-10-28T22:28:41.597Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-28T22:28:41.597Z] Executing busybox-1.30.1-r3.trigger [2020-10-28T22:28:41.597Z] Executing ca-certificates-20191127-r2.trigger [2020-10-28T22:28:41.597Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-28T22:28:41.597Z] Executing busybox-1.30.1-r3.trigger [2020-10-28T22:28:41.874Z] Executing ca-certificates-20191127-r2.trigger [2020-10-28T22:28:41.874Z] OK: 7 MiB in 19 packages [2020-10-28T22:28:42.151Z] OK: 7 MiB in 19 packages [2020-10-28T22:28:45.561Z] Removing intermediate container c6d5b48494db [2020-10-28T22:28:45.561Z] ---> 60de5c02dd19 [2020-10-28T22:28:45.561Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-10-28T22:28:45.561Z] Removing intermediate container 9c4aa858d126 [2020-10-28T22:28:45.561Z] ---> ea650fd6f7bf [2020-10-28T22:28:45.561Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T22:28:45.561Z] ---> Running in 4c5fb99084ca [2020-10-28T22:28:45.835Z] ---> Running in 28645b003e1b [2020-10-28T22:28:46.114Z] Removing intermediate container 4c5fb99084ca [2020-10-28T22:28:46.114Z] ---> c2b84de11922 [2020-10-28T22:28:46.114Z] Step 13/22 : WORKDIR / [2020-10-28T22:28:46.390Z] ---> Running in 5566e45431e2 [2020-10-28T22:28:46.668Z] Removing intermediate container 28645b003e1b [2020-10-28T22:28:46.668Z] ---> 71b686fd3b12 [2020-10-28T22:28:46.668Z] Step 13/24 : WORKDIR / [2020-10-28T22:28:46.944Z] ---> Running in f9e75ecdcca8 [2020-10-28T22:28:47.552Z] Removing intermediate container 5566e45431e2 [2020-10-28T22:28:47.552Z] ---> e9b9c7d36653 [2020-10-28T22:28:47.552Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-10-28T22:28:48.166Z] Removing intermediate container f9e75ecdcca8 [2020-10-28T22:28:48.166Z] ---> 777aa377ab6b [2020-10-28T22:28:48.166Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-28T22:28:49.161Z] ---> 5240c3de8763 [2020-10-28T22:28:49.161Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-10-28T22:28:50.140Z] ---> 45746c8a24bd [2020-10-28T22:28:50.140Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-28T22:28:52.789Z] ---> 80ad96051957 [2020-10-28T22:28:52.789Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-28T22:28:52.789Z] ---> eccdbf312f69 [2020-10-28T22:28:52.789Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-10-28T22:28:54.236Z] Removing intermediate container 6dc385e576f6 [2020-10-28T22:28:54.236Z] ---> c4a247e35ab4 [2020-10-28T22:28:54.236Z] [2020-10-28T22:28:54.236Z] Step 10/24 : FROM scratch [2020-10-28T22:28:54.236Z] ---> [2020-10-28T22:28:54.236Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T22:28:54.512Z] ---> Running in d516111113d0 [2020-10-28T22:28:54.512Z] ---> 9ae5171ef2f1 [2020-10-28T22:28:54.512Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-28T22:28:54.791Z] ---> f7a83f03bf0e [2020-10-28T22:28:54.792Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-10-28T22:28:55.072Z] Removing intermediate container d516111113d0 [2020-10-28T22:28:55.072Z] ---> efb39bad4b8b [2020-10-28T22:28:55.072Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-28T22:28:55.349Z] ---> Running in 2b4ca34d3cbc [2020-10-28T22:28:55.633Z] Removing intermediate container 243033201a92 [2020-10-28T22:28:55.633Z] ---> 9fa9efef35c3 [2020-10-28T22:28:55.633Z] [2020-10-28T22:28:55.633Z] Step 10/22 : FROM scratch [2020-10-28T22:28:55.633Z] ---> [2020-10-28T22:28:55.633Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T22:28:56.253Z] ---> Running in 519f204d8918 [2020-10-28T22:28:56.253Z] ---> bbc734ff5c35 [2020-10-28T22:28:56.253Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-10-28T22:28:56.253Z] Removing intermediate container 2b4ca34d3cbc [2020-10-28T22:28:56.253Z] ---> 483d19b96ddb [2020-10-28T22:28:56.253Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-28T22:28:56.253Z] ---> f15aae386f5e [2020-10-28T22:28:56.253Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-28T22:28:56.253Z] ---> Running in dab309c412fa [2020-10-28T22:28:56.549Z] ---> Running in 600037d1b422 [2020-10-28T22:28:56.831Z] Removing intermediate container 519f204d8918 [2020-10-28T22:28:56.831Z] ---> d8979baa26d9 [2020-10-28T22:28:56.832Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-28T22:28:57.107Z] ---> Running in a21678a9ee4a [2020-10-28T22:28:57.390Z] Removing intermediate container 600037d1b422 [2020-10-28T22:28:57.390Z] ---> e5576a48495d [2020-10-28T22:28:57.390Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-28T22:28:57.995Z] Removing intermediate container a21678a9ee4a [2020-10-28T22:28:57.995Z] ---> 2408ee0daec9 [2020-10-28T22:28:57.995Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T22:28:58.277Z] ---> Running in d6dfc975dc9d [2020-10-28T22:28:58.277Z] ---> 757a29e0987f [2020-10-28T22:28:58.277Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T22:28:58.553Z] ---> b6cc5c26e406 [2020-10-28T22:28:58.553Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-28T22:28:59.155Z] Removing intermediate container d6dfc975dc9d [2020-10-28T22:28:59.155Z] ---> 9fab4381b6ee [2020-10-28T22:28:59.155Z] Step 14/22 : WORKDIR / [2020-10-28T22:28:59.567Z] ---> Running in c58ecc8f0b5e [2020-10-28T22:28:59.923Z] ---> 12719d77695f [2020-10-28T22:28:59.923Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T22:29:00.237Z] ---> Running in 3889da70473e [2020-10-28T22:29:00.630Z] Removing intermediate container c58ecc8f0b5e [2020-10-28T22:29:00.630Z] ---> d701ec2e088a [2020-10-28T22:29:00.630Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-28T22:29:00.978Z] Removing intermediate container dab309c412fa [2020-10-28T22:29:00.978Z] ---> 3a144f463c14 [2020-10-28T22:29:00.978Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-10-28T22:29:00.978Z] ---> ee849719cf9c [2020-10-28T22:29:00.978Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-28T22:29:00.978Z] ---> Running in 6bf93a5376d2 [2020-10-28T22:29:02.206Z] Removing intermediate container 6bf93a5376d2 [2020-10-28T22:29:02.206Z] ---> bc5886dd640d [2020-10-28T22:29:02.206Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T22:29:02.206Z] ---> Running in 0bc3c4cd2dca [2020-10-28T22:29:02.206Z] ---> e53f5a2e1be2 [2020-10-28T22:29:02.206Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-28T22:29:03.211Z] Removing intermediate container 0bc3c4cd2dca [2020-10-28T22:29:03.211Z] ---> 45aef6f72bc6 [2020-10-28T22:29:03.211Z] Step 21/22 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:29:04.201Z] ---> ded621605b74 [2020-10-28T22:29:04.201Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-28T22:29:04.201Z] ---> Running in 8c233805f332 [2020-10-28T22:29:04.477Z] ---> 1270feba9438 [2020-10-28T22:29:04.477Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-28T22:29:05.090Z] Removing intermediate container 8c233805f332 [2020-10-28T22:29:05.090Z] ---> 4967ab0cf0cf [2020-10-28T22:29:05.090Z] Step 22/22 : LABEL version=1.2.2-dev.103 [2020-10-28T22:29:05.090Z] Removing intermediate container 3889da70473e [2020-10-28T22:29:05.090Z] ---> bd378c97f2f1 [2020-10-28T22:29:05.090Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T22:29:05.366Z] ---> Running in 9788426af8c7 [2020-10-28T22:29:05.366Z] ---> cbb605b680fd [2020-10-28T22:29:05.366Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-28T22:29:05.643Z] ---> Running in c3f3c93a92d3 [2020-10-28T22:29:05.643Z] ---> c19dbf783efe [2020-10-28T22:29:05.643Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-28T22:29:05.928Z] ---> Running in 9bdefc917013 [2020-10-28T22:29:06.206Z] Removing intermediate container 9788426af8c7 [2020-10-28T22:29:06.206Z] ---> ac3036a7fee5 [2020-10-28T22:29:06.206Z] [2020-10-28T22:29:06.483Z] Removing intermediate container c3f3c93a92d3 [2020-10-28T22:29:06.483Z] ---> add148e08551 [2020-10-28T22:29:06.483Z] Step 22/24 : LABEL arch=arm64 [2020-10-28T22:29:06.763Z] ---> Running in 78ed41f3ac83 [2020-10-28T22:29:06.763Z] Successfully built ac3036a7fee5 [2020-10-28T22:29:06.763Z] Removing intermediate container 9bdefc917013 [2020-10-28T22:29:06.763Z] ---> c0a9e4c1bf89 [2020-10-28T22:29:06.763Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:29:06.763Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-10-28T22:29:06.763Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-logging-go [2020-10-28T22:29:07.374Z] ---> Running in 5f9bb7c595e7 [2020-10-28T22:29:07.655Z] Removing intermediate container 78ed41f3ac83 [2020-10-28T22:29:07.655Z] ---> b14fec52384c [2020-10-28T22:29:07.655Z] Step 23/24 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:29:07.655Z] ---> a1a7878dac92 [2020-10-28T22:29:07.655Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-28T22:29:07.933Z] ---> Running in d702d71e0a75 [2020-10-28T22:29:08.210Z] Removing intermediate container 5f9bb7c595e7 [2020-10-28T22:29:08.210Z] ---> 80d2d25d3619 [2020-10-28T22:29:08.210Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T22:29:08.814Z] ---> Running in f99392e00a08 [2020-10-28T22:29:08.814Z] Removing intermediate container d702d71e0a75 [2020-10-28T22:29:08.814Z] ---> 1c1336509f2a [2020-10-28T22:29:08.814Z] Step 24/24 : LABEL version=1.2.2-dev.103 [2020-10-28T22:29:09.824Z] ---> 5d28003a79b1 [2020-10-28T22:29:09.824Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-28T22:29:09.824Z] ---> Running in 94828659a4be [2020-10-28T22:29:10.127Z] Removing intermediate container f99392e00a08 [2020-10-28T22:29:10.127Z] ---> a603550d3e1b [2020-10-28T22:29:10.127Z] Step 21/22 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:29:10.413Z] ---> Running in f610359e9421 [2020-10-28T22:29:10.695Z] Removing intermediate container 94828659a4be [2020-10-28T22:29:10.696Z] ---> eef2c5fbd669 [2020-10-28T22:29:10.696Z] [2020-10-28T22:29:10.696Z] ---> Running in aa29fbdc6733 [2020-10-28T22:29:11.298Z] Successfully built eef2c5fbd669 [2020-10-28T22:29:11.298Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-28T22:29:11.298Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2020-10-28T22:29:11.298Z] Removing intermediate container f610359e9421 [2020-10-28T22:29:11.298Z] ---> 6bc59919dcc7 [2020-10-28T22:29:11.298Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:29:11.573Z] Removing intermediate container aa29fbdc6733 [2020-10-28T22:29:11.573Z] ---> 6e54f83b1c83 [2020-10-28T22:29:11.573Z] Step 22/22 : LABEL version=1.2.2-dev.103 [2020-10-28T22:29:11.849Z] ---> Running in 1b5989bfed97 [2020-10-28T22:29:12.127Z] ---> Running in da323d8d02a7 [2020-10-28T22:29:12.728Z] Removing intermediate container 1b5989bfed97 [2020-10-28T22:29:12.728Z] ---> 31ce3e99198f [2020-10-28T22:29:12.728Z] Step 22/24 : LABEL arch=arm64 [2020-10-28T22:29:13.009Z] Removing intermediate container da323d8d02a7 [2020-10-28T22:29:13.009Z] ---> c93773a0d88e [2020-10-28T22:29:13.009Z] [2020-10-28T22:29:13.284Z] ---> Running in d2f3846f6d1f [2020-10-28T22:29:13.284Z] Successfully built c93773a0d88e [2020-10-28T22:29:13.284Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-28T22:29:13.563Z] Building docker-support-scheduler-go [2020-10-28T22:29:14.545Z]  Building docker-core-command-go ... done Removing intermediate container d2f3846f6d1f [2020-10-28T22:29:14.545Z] ---> c01ebb2f39b2 [2020-10-28T22:29:14.545Z] Step 23/24 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:29:14.545Z] Removing intermediate container b8134455839b [2020-10-28T22:29:14.545Z] ---> 0010a37e07a2 [2020-10-28T22:29:14.545Z] [2020-10-28T22:29:14.545Z] Step 10/23 : FROM alpine [2020-10-28T22:29:14.821Z] ---> Running in 4d2bcdf5cebd [2020-10-28T22:29:14.821Z] latest: Pulling from library/alpine [2020-10-28T22:29:15.098Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T22:29:15.098Z] Status: Downloaded newer image for alpine:latest [2020-10-28T22:29:15.098Z] ---> 2e77e061c27f [2020-10-28T22:29:15.098Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T22:29:16.552Z] ---> Running in 59a5f77355d8 [2020-10-28T22:29:16.552Z] Removing intermediate container 4d2bcdf5cebd [2020-10-28T22:29:16.552Z] ---> 40951e24dd06 [2020-10-28T22:29:16.552Z] Step 24/24 : LABEL version=1.2.2-dev.103 [2020-10-28T22:29:17.161Z] ---> Running in 4f597f3e0779 [2020-10-28T22:29:17.161Z] Removing intermediate container 59a5f77355d8 [2020-10-28T22:29:17.161Z] ---> 18e65f3ed01b [2020-10-28T22:29:17.161Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-28T22:29:17.789Z] ---> Running in c31be9280cd5 [2020-10-28T22:29:18.392Z] Removing intermediate container 4f597f3e0779 [2020-10-28T22:29:18.392Z] ---> 261e716e9be8 [2020-10-28T22:29:18.392Z] [2020-10-28T22:29:18.667Z] Successfully built 261e716e9be8 [2020-10-28T22:29:18.667Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-28T22:29:18.667Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-10-28T22:29:18.944Z] Removing intermediate container c31be9280cd5 [2020-10-28T22:29:18.944Z] ---> 31ef4227f679 [2020-10-28T22:29:18.944Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-28T22:29:19.224Z] ---> Running in 952b19bb578d [2020-10-28T22:29:19.828Z] Removing intermediate container 952b19bb578d [2020-10-28T22:29:19.828Z] ---> 8649b7adca65 [2020-10-28T22:29:19.828Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:29:20.107Z] ---> Running in d22ed6f18f40 [2020-10-28T22:29:23.521Z] Removing intermediate container d22ed6f18f40 [2020-10-28T22:29:23.521Z] ---> 88d7bc9d1df3 [2020-10-28T22:29:23.521Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-28T22:29:23.521Z] ---> Running in 57545cb550cf [2020-10-28T22:29:25.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:29:26.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:29:26.715Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-28T22:29:26.715Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-28T22:29:26.989Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-28T22:29:27.269Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-28T22:29:27.269Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-28T22:29:27.269Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:29:27.269Z] OK: 8 MiB in 19 packages [2020-10-28T22:29:30.707Z] Removing intermediate container 57545cb550cf [2020-10-28T22:29:30.707Z] ---> a9e286e93f70 [2020-10-28T22:29:30.707Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-28T22:29:30.707Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:29:30.707Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:29:30.707Z] ---> 385db4e4ba7c [2020-10-28T22:29:30.707Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T22:29:30.707Z] ---> Using cache [2020-10-28T22:29:30.707Z] ---> a5dba2521671 [2020-10-28T22:29:30.707Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:29:30.707Z] ---> Using cache [2020-10-28T22:29:30.707Z] ---> c2ffe0ae2ef6 [2020-10-28T22:29:30.707Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-28T22:29:30.994Z] ---> Running in 4d3cd3e0c0b8 [2020-10-28T22:29:31.597Z] ---> e0f2b610259e [2020-10-28T22:29:31.597Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-28T22:29:33.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:29:33.876Z] ---> 1d444d0ebb97 [2020-10-28T22:29:33.876Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-28T22:29:34.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:29:34.752Z] ---> db3dc4013fc1 [2020-10-28T22:29:34.752Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-28T22:29:35.029Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:29:35.029Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:29:35.029Z] OK: 12623 distinct packages available [2020-10-28T22:29:35.029Z] ---> Running in f096cf0b1a6a [2020-10-28T22:29:35.631Z] Removing intermediate container f096cf0b1a6a [2020-10-28T22:29:35.632Z] ---> d17cd2a90348 [2020-10-28T22:29:35.632Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:29:35.914Z] OK: 217 MiB in 51 packages [2020-10-28T22:29:36.191Z] ---> Running in c7cba658a2c9 [2020-10-28T22:29:36.469Z] OK: 217 MiB in 51 packages [2020-10-28T22:29:37.462Z] Removing intermediate container c7cba658a2c9 [2020-10-28T22:29:37.462Z] ---> 25fcb937c454 [2020-10-28T22:29:37.462Z] Step 21/23 : LABEL arch=arm64 [2020-10-28T22:29:37.738Z] ---> Running in bb2821a44a20 [2020-10-28T22:29:39.190Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:29:39.190Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:29:39.190Z] ---> 385db4e4ba7c [2020-10-28T22:29:39.190Z] Step 3/27 : WORKDIR /edgex-go [2020-10-28T22:29:39.190Z] ---> Using cache [2020-10-28T22:29:39.190Z] ---> a5dba2521671 [2020-10-28T22:29:39.190Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:29:39.190Z] ---> Using cache [2020-10-28T22:29:39.190Z] ---> c2ffe0ae2ef6 [2020-10-28T22:29:39.190Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-28T22:29:39.190Z] Removing intermediate container bb2821a44a20 [2020-10-28T22:29:39.190Z] ---> 862b45cc19b9 [2020-10-28T22:29:39.190Z] Step 22/23 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:29:39.472Z] ---> Running in f2148396e6ae [2020-10-28T22:29:39.472Z] Removing intermediate container 4d3cd3e0c0b8 [2020-10-28T22:29:39.472Z] ---> 4c43899c70a5 [2020-10-28T22:29:39.472Z] Step 6/22 : COPY go.mod . [2020-10-28T22:29:39.754Z] ---> Running in 227986ed90b7 [2020-10-28T22:29:40.035Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:29:40.035Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:29:40.035Z] ---> 385db4e4ba7c [2020-10-28T22:29:40.035Z] Step 3/21 : WORKDIR /edgex-go [2020-10-28T22:29:40.035Z] ---> Using cache [2020-10-28T22:29:40.035Z] ---> a5dba2521671 [2020-10-28T22:29:40.035Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:29:40.035Z] ---> Using cache [2020-10-28T22:29:40.035Z] ---> c2ffe0ae2ef6 [2020-10-28T22:29:40.035Z] Step 5/21 : RUN apk update && apk add make git [2020-10-28T22:29:40.313Z] ---> Running in 9995a3b61c66 [2020-10-28T22:29:40.607Z] Removing intermediate container 227986ed90b7 [2020-10-28T22:29:40.607Z] ---> 7bdfee858530 [2020-10-28T22:29:40.607Z] Step 23/23 : LABEL version=1.2.2-dev.103 [2020-10-28T22:29:41.218Z] ---> 50cec3598724 [2020-10-28T22:29:41.218Z] Step 7/22 : RUN go mod download [2020-10-28T22:29:41.218Z] ---> Running in 7c0021d11f53 [2020-10-28T22:29:41.498Z] ---> Running in 8658518e5103 [2020-10-28T22:29:41.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:29:42.385Z] Removing intermediate container 7c0021d11f53 [2020-10-28T22:29:42.385Z] ---> 32712b173f7b [2020-10-28T22:29:42.385Z] [2020-10-28T22:29:42.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:29:42.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:29:42.946Z] Successfully built 32712b173f7b [2020-10-28T22:29:42.946Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-28T22:29:42.946Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-10-28T22:29:43.235Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:29:43.235Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:29:43.235Z] ---> 385db4e4ba7c [2020-10-28T22:29:43.235Z] Step 3/20 : WORKDIR /edgex-go [2020-10-28T22:29:43.235Z] ---> Using cache [2020-10-28T22:29:43.235Z] ---> a5dba2521671 [2020-10-28T22:29:43.235Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:29:43.235Z] ---> Using cache [2020-10-28T22:29:43.235Z] ---> c2ffe0ae2ef6 [2020-10-28T22:29:43.235Z] Step 5/20 : RUN apk update && apk add make git [2020-10-28T22:29:43.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:29:43.790Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:29:43.790Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:29:43.790Z] OK: 12623 distinct packages available [2020-10-28T22:29:44.071Z] ---> Running in dfb533eeca13 [2020-10-28T22:29:44.681Z] OK: 217 MiB in 51 packages [2020-10-28T22:29:44.957Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:29:44.957Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:29:44.957Z] OK: 12623 distinct packages available [2020-10-28T22:29:45.960Z] OK: 217 MiB in 51 packages [2020-10-28T22:29:46.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:29:46.238Z] Removing intermediate container 8658518e5103 [2020-10-28T22:29:46.238Z] ---> ba982ecdcdae [2020-10-28T22:29:46.515Z] Step 8/22 : COPY . . [2020-10-28T22:29:46.799Z] Removing intermediate container f2148396e6ae [2020-10-28T22:29:46.799Z] ---> d1ec8c8d9c87 [2020-10-28T22:29:46.799Z] Step 6/27 : COPY go.mod . [2020-10-28T22:29:47.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:29:47.682Z] Removing intermediate container 9995a3b61c66 [2020-10-28T22:29:47.682Z] ---> e6d75c5e5931 [2020-10-28T22:29:47.682Z] Step 6/21 : COPY go.mod . [2020-10-28T22:29:47.970Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:29:47.970Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:29:47.970Z] OK: 12623 distinct packages available [2020-10-28T22:29:48.253Z] ---> 7ad837310c63 [2020-10-28T22:29:48.253Z] Step 7/27 : RUN go mod download [2020-10-28T22:29:48.851Z] OK: 217 MiB in 51 packages [2020-10-28T22:29:49.126Z] ---> 888cdaea50cf [2020-10-28T22:29:49.126Z] Step 7/21 : RUN go mod download [2020-10-28T22:29:49.126Z] ---> Running in 2b6ef052ecac [2020-10-28T22:29:50.567Z] ---> Running in 0e1ded224c84 [2020-10-28T22:29:52.015Z] Removing intermediate container dfb533eeca13 [2020-10-28T22:29:52.290Z] ---> 22dc5b8576a5 [2020-10-28T22:29:52.290Z] Step 6/20 : COPY go.mod . [2020-10-28T22:29:53.733Z] ---> 4ee794fa2b98 [2020-10-28T22:29:53.733Z] Step 7/20 : RUN go mod download [2020-10-28T22:29:54.334Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:29:54.334Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:29:54.334Z] ---> 385db4e4ba7c [2020-10-28T22:29:54.334Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T22:29:54.334Z] ---> Using cache [2020-10-28T22:29:54.334Z] ---> a5dba2521671 [2020-10-28T22:29:54.334Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:29:54.334Z] ---> Using cache [2020-10-28T22:29:54.334Z] ---> c2ffe0ae2ef6 [2020-10-28T22:29:54.334Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T22:29:54.334Z] ---> Using cache [2020-10-28T22:29:54.334Z] ---> 22dc5b8576a5 [2020-10-28T22:29:54.334Z] Step 6/22 : COPY go.mod . [2020-10-28T22:29:54.334Z] ---> Using cache [2020-10-28T22:29:54.334Z] ---> 4ee794fa2b98 [2020-10-28T22:29:54.334Z] Step 7/22 : RUN go mod download [2020-10-28T22:29:54.937Z] ---> Running in 56347375643c [2020-10-28T22:29:54.937Z] ---> Running in fb13c14e360f [2020-10-28T22:29:55.931Z] Removing intermediate container 0e1ded224c84 [2020-10-28T22:29:55.931Z] ---> dcb81c8ce1bd [2020-10-28T22:29:55.931Z] Step 8/21 : COPY . . [2020-10-28T22:29:56.206Z] Removing intermediate container 2b6ef052ecac [2020-10-28T22:29:56.207Z] ---> 29523caee547 [2020-10-28T22:29:56.207Z] Step 8/27 : COPY . . [2020-10-28T22:29:58.197Z] ---> f7999f753fe0 [2020-10-28T22:29:58.197Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-28T22:30:00.182Z] ---> Running in 9e683292089d [2020-10-28T22:30:02.163Z] Removing intermediate container 56347375643c [2020-10-28T22:30:02.163Z] ---> 09e710cb03b8 [2020-10-28T22:30:02.163Z] Step 8/20 : COPY . . [2020-10-28T22:30:02.163Z] Removing intermediate container fb13c14e360f [2020-10-28T22:30:02.163Z] ---> d73a1ed75262 [2020-10-28T22:30:02.163Z] Step 8/22 : COPY . . [2020-10-28T22:30:02.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-28T22:30:15.435Z] ---> 641b9c548129 [2020-10-28T22:30:15.435Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-28T22:30:15.435Z] ---> 5605ea8b03bb [2020-10-28T22:30:15.435Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-28T22:30:15.712Z] ---> Running in 668f3050e2b6 [2020-10-28T22:30:15.712Z] ---> Running in c8208e0f461a [2020-10-28T22:30:18.341Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-28T22:30:18.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-28T22:30:22.958Z] ---> 2d63516ff5be [2020-10-28T22:30:22.958Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-28T22:30:22.958Z] ---> 24b725f0a8da [2020-10-28T22:30:22.958Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-28T22:30:22.958Z] ---> Running in 229111a20954 [2020-10-28T22:30:22.958Z] ---> Running in 2cfd8031c91c [2020-10-28T22:30:26.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-28T22:30:26.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-28T22:31:13.357Z] Removing intermediate container 9e683292089d [2020-10-28T22:31:13.357Z] ---> b3ec93c8d7e0 [2020-10-28T22:31:13.357Z] [2020-10-28T22:31:13.357Z] Step 10/22 : FROM scratch [2020-10-28T22:31:13.357Z] ---> [2020-10-28T22:31:13.358Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T22:31:13.358Z] ---> Using cache [2020-10-28T22:31:13.358Z] ---> efb39bad4b8b [2020-10-28T22:31:13.358Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-28T22:31:13.358Z] ---> Running in 5ddc182cd871 [2020-10-28T22:31:13.358Z] Removing intermediate container 5ddc182cd871 [2020-10-28T22:31:13.358Z] ---> 0e592e2d44ba [2020-10-28T22:31:13.358Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T22:31:13.632Z] ---> Running in 88846e2e5fa1 [2020-10-28T22:31:14.236Z] Removing intermediate container 88846e2e5fa1 [2020-10-28T22:31:14.236Z] ---> b576d15ead1f [2020-10-28T22:31:14.236Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-28T22:31:15.219Z] ---> e3f1bcfc72b3 [2020-10-28T22:31:15.219Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-28T22:31:16.665Z] ---> 910286a21e52 [2020-10-28T22:31:16.665Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-28T22:31:18.108Z] ---> 714d740dfa92 [2020-10-28T22:31:18.108Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-28T22:31:19.089Z] ---> a52f48d9f2eb [2020-10-28T22:31:19.089Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-28T22:31:19.367Z] ---> Running in f851aff74eaf [2020-10-28T22:31:19.969Z] Removing intermediate container f851aff74eaf [2020-10-28T22:31:19.969Z] ---> af45c1622305 [2020-10-28T22:31:19.969Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:31:20.248Z] ---> Running in 35d4edb0c1c8 [2020-10-28T22:31:20.848Z] Removing intermediate container 35d4edb0c1c8 [2020-10-28T22:31:20.848Z] ---> 3761bcacdfb4 [2020-10-28T22:31:20.848Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T22:31:21.137Z] ---> Running in 3d482ddb41aa [2020-10-28T22:31:21.751Z] Removing intermediate container 3d482ddb41aa [2020-10-28T22:31:21.751Z] ---> 9aff9a1ca16a [2020-10-28T22:31:21.751Z] Step 21/22 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:31:21.751Z] ---> Running in 9a1783ada7a3 [2020-10-28T22:31:22.362Z] Removing intermediate container 9a1783ada7a3 [2020-10-28T22:31:22.362Z] ---> 6771810e0c12 [2020-10-28T22:31:22.362Z] Step 22/22 : LABEL version=1.2.2-dev.103 [2020-10-28T22:31:22.643Z] ---> Running in f59c8bd709e7 [2020-10-28T22:31:23.243Z] Removing intermediate container f59c8bd709e7 [2020-10-28T22:31:23.243Z] ---> d4c247616b27 [2020-10-28T22:31:23.243Z] [2020-10-28T22:31:23.520Z] Successfully built d4c247616b27 [2020-10-28T22:31:23.520Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-28T22:31:23.520Z] Building docker-security-secrets-setup-go [2020-10-28T22:31:35.962Z]  Building docker-support-logging-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:31:35.962Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-28T22:31:35.962Z] ---> 385db4e4ba7c [2020-10-28T22:31:35.962Z] Step 3/29 : WORKDIR /edgex-go [2020-10-28T22:31:35.962Z] ---> Using cache [2020-10-28T22:31:35.962Z] ---> a5dba2521671 [2020-10-28T22:31:35.962Z] Step 4/29 : RUN apk update && apk add make git [2020-10-28T22:31:36.962Z] ---> Running in aac970996599 [2020-10-28T22:31:39.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:31:40.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:31:41.571Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:31:41.571Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:31:41.571Z] OK: 12623 distinct packages available [2020-10-28T22:31:42.549Z] OK: 217 MiB in 51 packages [2020-10-28T22:31:44.557Z] Removing intermediate container aac970996599 [2020-10-28T22:31:44.557Z] ---> 7eeba339a40c [2020-10-28T22:31:44.557Z] Step 5/29 : COPY go.mod . [2020-10-28T22:31:45.997Z] ---> 242259442aa2 [2020-10-28T22:31:45.997Z] Step 6/29 : RUN go mod download [2020-10-28T22:31:45.997Z] ---> Running in 3bb10abb7ead [2020-10-28T22:31:49.413Z] Removing intermediate container 229111a20954 [2020-10-28T22:31:49.413Z] ---> 32e66b3c3a99 [2020-10-28T22:31:49.413Z] [2020-10-28T22:31:49.413Z] Step 10/20 : FROM alpine [2020-10-28T22:31:49.413Z] ---> 2e77e061c27f [2020-10-28T22:31:49.413Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-28T22:31:49.413Z] ---> Running in c1a39caeeab8 [2020-10-28T22:31:52.840Z] Removing intermediate container 3bb10abb7ead [2020-10-28T22:31:52.840Z] ---> 443af87e5d9e [2020-10-28T22:31:52.840Z] Step 7/29 : COPY . . [2020-10-28T22:31:52.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:31:53.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:31:54.096Z] Removing intermediate container 668f3050e2b6 [2020-10-28T22:31:54.096Z] ---> 58226a409d71 [2020-10-28T22:31:54.096Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-28T22:31:54.096Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:31:54.096Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:31:54.096Z] OK: 12615 distinct packages available [2020-10-28T22:31:54.705Z] ---> Running in e84fc35b4d23 [2020-10-28T22:31:55.309Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-28T22:31:55.309Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T22:31:55.309Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-28T22:31:55.309Z] (4/4) Installing curl (7.69.1-r1) [2020-10-28T22:31:55.309Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:31:55.309Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T22:31:55.913Z] OK: 7 MiB in 18 packages [2020-10-28T22:31:58.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-28T22:32:00.574Z] Removing intermediate container c1a39caeeab8 [2020-10-28T22:32:00.574Z] ---> 38b25869fded [2020-10-28T22:32:00.574Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T22:32:00.848Z] ---> Running in c2d1139e5ba1 [2020-10-28T22:32:02.844Z] Removing intermediate container c2d1139e5ba1 [2020-10-28T22:32:02.844Z] ---> 09ad47b527b0 [2020-10-28T22:32:02.844Z] Step 13/20 : WORKDIR /edgex [2020-10-28T22:32:02.844Z] ---> Running in 2bdc77e2c04a [2020-10-28T22:32:04.285Z] Removing intermediate container 2bdc77e2c04a [2020-10-28T22:32:04.285Z] ---> 7a9dd426133e [2020-10-28T22:32:04.285Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-28T22:32:05.728Z] Removing intermediate container e84fc35b4d23 [2020-10-28T22:32:05.728Z] ---> dadf70ffef4e [2020-10-28T22:32:05.728Z] [2020-10-28T22:32:05.728Z] Step 11/27 : FROM docker:latest [2020-10-28T22:32:05.728Z] ---> 5d4db4dc0692 [2020-10-28T22:32:05.728Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-28T22:32:06.014Z] ---> Running in 671e510bca7b [2020-10-28T22:32:06.289Z] ---> 707b0de8eeeb [2020-10-28T22:32:06.289Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-28T22:32:07.277Z] ---> 29b7031d5fba [2020-10-28T22:32:07.278Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-28T22:32:07.882Z] ---> Running in a3b714243cb1 [2020-10-28T22:32:08.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:32:09.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:32:09.741Z] ---> 693e0e3b4660 [2020-10-28T22:32:09.741Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-28T22:32:10.019Z] (1/2) Installing readline (8.0.4-r0) [2020-10-28T22:32:10.019Z] (2/2) Installing bash (5.0.17-r0) [2020-10-28T22:32:10.019Z] Executing bash-5.0.17-r0.post-install [2020-10-28T22:32:10.019Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:32:10.019Z] ---> Running in f4a01c95b0e3 [2020-10-28T22:32:10.297Z] OK: 12 MiB in 22 packages [2020-10-28T22:32:11.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.103" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-28T22:32:11.034Z] Removing intermediate container f4a01c95b0e3 [2020-10-28T22:32:11.034Z] ---> 7e9c693c4280 [2020-10-28T22:32:11.034Z] Step 17/20 : CMD ["--init=true"] [2020-10-28T22:32:11.349Z] Removing intermediate container c8208e0f461a [2020-10-28T22:32:11.349Z] ---> 6682741a409c [2020-10-28T22:32:11.349Z] [2020-10-28T22:32:11.349Z] Step 10/21 : FROM scratch [2020-10-28T22:32:11.349Z] ---> [2020-10-28T22:32:11.349Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T22:32:11.349Z] ---> Running in 28b4beacbf69 [2020-10-28T22:32:11.972Z] ---> Using cache [2020-10-28T22:32:11.972Z] ---> d8979baa26d9 [2020-10-28T22:32:11.972Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-28T22:32:12.387Z] ---> Running in c716dd86026e [2020-10-28T22:32:12.703Z] Removing intermediate container 28b4beacbf69 [2020-10-28T22:32:12.703Z] ---> 3ebe6752dba2 [2020-10-28T22:32:12.703Z] Step 18/20 : LABEL arch=arm64 [2020-10-28T22:32:12.703Z] Removing intermediate container 671e510bca7b [2020-10-28T22:32:12.703Z] ---> e0c57c034a6a [2020-10-28T22:32:12.703Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-28T22:32:13.044Z] ---> Running in 394a8ff6d660 [2020-10-28T22:32:13.044Z] ---> Running in 62567380d0d7 [2020-10-28T22:32:13.345Z] Removing intermediate container c716dd86026e [2020-10-28T22:32:13.345Z] ---> 69e2c55e31bc [2020-10-28T22:32:13.345Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-28T22:32:13.624Z] ---> Running in 96d080501121 [2020-10-28T22:32:14.232Z] Removing intermediate container 394a8ff6d660 [2020-10-28T22:32:14.232Z] ---> edbb8d749a1c [2020-10-28T22:32:14.232Z] Step 19/20 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:32:14.511Z] ---> Running in ca23a0738ffa [2020-10-28T22:32:14.511Z] Removing intermediate container 96d080501121 [2020-10-28T22:32:14.511Z] ---> 19baf56d6bbc [2020-10-28T22:32:14.511Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-28T22:32:15.500Z] Removing intermediate container ca23a0738ffa [2020-10-28T22:32:15.500Z] ---> 401649ab0c1b [2020-10-28T22:32:15.500Z] Step 20/20 : LABEL version=1.2.2-dev.103 [2020-10-28T22:32:15.777Z] ---> Running in 63d867f5ac5d [2020-10-28T22:32:15.777Z] ---> 9748a4f6a762 [2020-10-28T22:32:15.777Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-28T22:32:16.781Z] Removing intermediate container 63d867f5ac5d [2020-10-28T22:32:16.781Z] ---> 7b96c29c394c [2020-10-28T22:32:16.781Z] [2020-10-28T22:32:17.383Z] Successfully built 7b96c29c394c [2020-10-28T22:32:17.670Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-28T22:32:17.670Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 62567380d0d7 [2020-10-28T22:32:17.670Z] ---> cf85a9165deb [2020-10-28T22:32:17.670Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-28T22:32:17.950Z] ---> Running in 15db659136ec [2020-10-28T22:32:18.226Z] ---> c5de60f7d0ce [2020-10-28T22:32:18.227Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-28T22:32:18.829Z] Removing intermediate container 15db659136ec [2020-10-28T22:32:18.829Z] ---> 7060a1c9972f [2020-10-28T22:32:18.829Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-28T22:32:18.829Z] ---> Running in 325bce36c360 [2020-10-28T22:32:19.433Z] ---> d956bfccaf5b [2020-10-28T22:32:19.433Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-28T22:32:19.712Z] ---> Running in b06ebe3d29c6 [2020-10-28T22:32:19.989Z] Removing intermediate container 325bce36c360 [2020-10-28T22:32:19.989Z] ---> f5d365614256 [2020-10-28T22:32:19.989Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-28T22:32:19.989Z] ---> Running in e299d2f39243 [2020-10-28T22:32:20.600Z] Removing intermediate container b06ebe3d29c6 [2020-10-28T22:32:20.600Z] ---> 7aaab9a72978 [2020-10-28T22:32:20.600Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:32:20.876Z] ---> Running in f548500b59dc [2020-10-28T22:32:20.876Z] Removing intermediate container e299d2f39243 [2020-10-28T22:32:20.876Z] ---> dca51a6a8ce9 [2020-10-28T22:32:20.876Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-28T22:32:21.476Z] Removing intermediate container f548500b59dc [2020-10-28T22:32:21.476Z] ---> 193e298f493f [2020-10-28T22:32:21.476Z] Step 19/21 : LABEL arch=arm64 [2020-10-28T22:32:21.754Z] ---> Running in 4ac3509eeba1 [2020-10-28T22:32:22.743Z] Removing intermediate container 4ac3509eeba1 [2020-10-28T22:32:22.743Z] ---> cea9825817e9 [2020-10-28T22:32:22.743Z] Step 20/21 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:32:22.743Z] ---> Running in d65ac04620a3 [2020-10-28T22:32:23.015Z] ---> 9461e725e7d8 [2020-10-28T22:32:23.015Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-28T22:32:23.615Z] Removing intermediate container d65ac04620a3 [2020-10-28T22:32:23.615Z] ---> 056a56144ec5 [2020-10-28T22:32:23.615Z] Step 21/21 : LABEL version=1.2.2-dev.103 [2020-10-28T22:32:23.892Z] ---> Running in 071a09b3c8c1 [2020-10-28T22:32:24.165Z] ---> 6a906b5e8f8f [2020-10-28T22:32:24.165Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-28T22:32:24.762Z] Removing intermediate container 071a09b3c8c1 [2020-10-28T22:32:24.762Z] ---> 2079085d61fd [2020-10-28T22:32:24.762Z] [2020-10-28T22:32:25.038Z] Successfully built 2079085d61fd [2020-10-28T22:32:25.038Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-28T22:32:25.634Z]  Building docker-support-scheduler-go ... done  ---> 51f0ebb20a88 [2020-10-28T22:32:25.634Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-28T22:32:25.907Z] ---> Running in adb54904e784 [2020-10-28T22:32:28.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:32:28.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:32:29.127Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-28T22:32:29.128Z] (2/33) Installing expat (2.2.9-r1) [2020-10-28T22:32:29.128Z] (3/33) Installing libffi (3.3-r2) [2020-10-28T22:32:29.128Z] (4/33) Installing gdbm (1.13-r1) [2020-10-28T22:32:29.128Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-28T22:32:29.128Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-28T22:32:29.128Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-28T22:32:30.127Z] Removing intermediate container 2cfd8031c91c [2020-10-28T22:32:30.127Z] ---> aa3e6c3cdb81 [2020-10-28T22:32:30.127Z] [2020-10-28T22:32:30.127Z] Step 10/22 : FROM scratch [2020-10-28T22:32:30.127Z] ---> [2020-10-28T22:32:30.127Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T22:32:30.127Z] ---> Using cache [2020-10-28T22:32:30.127Z] ---> d8979baa26d9 [2020-10-28T22:32:30.127Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-28T22:32:31.109Z] ---> Running in 388868e0326e [2020-10-28T22:32:31.109Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-28T22:32:31.109Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-28T22:32:31.109Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-28T22:32:31.109Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-28T22:32:31.109Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-28T22:32:31.109Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-28T22:32:31.109Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-28T22:32:31.389Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-28T22:32:31.389Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-28T22:32:31.389Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-28T22:32:31.389Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-28T22:32:31.389Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-28T22:32:31.389Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-28T22:32:31.389Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-28T22:32:31.664Z] Removing intermediate container 388868e0326e [2020-10-28T22:32:31.664Z] ---> 4677a6aa9318 [2020-10-28T22:32:31.664Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T22:32:31.664Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-28T22:32:31.664Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-28T22:32:31.664Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-28T22:32:31.664Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-28T22:32:31.664Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-28T22:32:31.664Z] ---> Running in 9554d884a5d4 [2020-10-28T22:32:31.664Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-28T22:32:31.664Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-28T22:32:31.664Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-28T22:32:31.664Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-28T22:32:31.940Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-28T22:32:31.940Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-28T22:32:31.940Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-28T22:32:31.940Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:32:31.940Z] OK: 71 MiB in 55 packages [2020-10-28T22:32:32.212Z] Removing intermediate container 9554d884a5d4 [2020-10-28T22:32:32.212Z] ---> 05faf7400b8e [2020-10-28T22:32:32.212Z] Step 14/22 : WORKDIR / [2020-10-28T22:32:32.488Z] ---> Running in 9921c2330b39 [2020-10-28T22:32:33.088Z] Removing intermediate container 9921c2330b39 [2020-10-28T22:32:33.088Z] ---> 0290e578db48 [2020-10-28T22:32:33.088Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-28T22:32:34.081Z] ---> 73984aa16a24 [2020-10-28T22:32:34.081Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-28T22:32:36.723Z] ---> f624f3f7c62c [2020-10-28T22:32:36.723Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-28T22:32:38.163Z] ---> ca543b433f14 [2020-10-28T22:32:38.163Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-28T22:32:38.437Z] ---> Running in 98fec340bf9a [2020-10-28T22:32:39.419Z] Removing intermediate container 98fec340bf9a [2020-10-28T22:32:39.419Z] ---> 176aa2f832b3 [2020-10-28T22:32:39.419Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:32:39.419Z] ---> Running in 1d78063cb651 [2020-10-28T22:32:40.402Z] Removing intermediate container 1d78063cb651 [2020-10-28T22:32:40.403Z] ---> 031634cbd375 [2020-10-28T22:32:40.403Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T22:32:40.403Z] ---> Running in d8ad240b0cf9 [2020-10-28T22:32:40.676Z] Removing intermediate container adb54904e784 [2020-10-28T22:32:40.676Z] ---> aa4bc7b10b3e [2020-10-28T22:32:40.963Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-28T22:32:40.963Z] ---> Running in 530cf5ba8533 [2020-10-28T22:32:41.236Z] Removing intermediate container d8ad240b0cf9 [2020-10-28T22:32:41.236Z] ---> ef4fc3cffc23 [2020-10-28T22:32:41.236Z] Step 21/22 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:32:41.512Z] ---> Running in ea0ed257b5ee [2020-10-28T22:32:42.113Z] Removing intermediate container ea0ed257b5ee [2020-10-28T22:32:42.113Z] ---> 0e1756bb01c8 [2020-10-28T22:32:42.113Z] Step 22/22 : LABEL version=1.2.2-dev.103 [2020-10-28T22:32:42.387Z] ---> Running in f772391c056e [2020-10-28T22:32:42.984Z] Removing intermediate container f772391c056e [2020-10-28T22:32:42.984Z] ---> 361edc5b2f2b [2020-10-28T22:32:42.984Z] [2020-10-28T22:32:43.257Z] Successfully built 361edc5b2f2b [2020-10-28T22:32:43.532Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-28T22:32:47.827Z]  Building docker-core-metadata-go ... done Collecting docker-compose==1.23.2 [2020-10-28T22:32:47.827Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-28T22:32:48.100Z] Collecting docopt<0.7,>=0.6.1 [2020-10-28T22:32:48.100Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-28T22:32:48.100Z] Removing intermediate container a3b714243cb1 [2020-10-28T22:32:48.100Z] ---> dce709f4ed27 [2020-10-28T22:32:48.100Z] [2020-10-28T22:32:48.100Z] Step 9/29 : FROM alpine:latest [2020-10-28T22:32:48.100Z] ---> 2e77e061c27f [2020-10-28T22:32:48.100Z] 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-28T22:32:48.376Z] ---> Running in b94a8bd74854 [2020-10-28T22:32:48.649Z] Removing intermediate container b94a8bd74854 [2020-10-28T22:32:48.649Z] ---> 83a8c1345919 [2020-10-28T22:32:48.649Z] Step 11/29 : USER root [2020-10-28T22:32:48.933Z] ---> Running in fcf9cc432d43 [2020-10-28T22:32:49.533Z] Removing intermediate container fcf9cc432d43 [2020-10-28T22:32:49.533Z] ---> fb9f48e4a262 [2020-10-28T22:32:49.533Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-28T22:32:49.533Z] ---> Running in 2f814f15b4fe [2020-10-28T22:32:50.131Z] 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-28T22:32:50.406Z] Collecting cached-property<2,>=1.2.0 [2020-10-28T22:32:50.406Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-28T22:32:50.679Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-28T22:32:50.679Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-28T22:32:50.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:32:51.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:32:51.814Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:32:51.814Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:32:51.814Z] OK: 12615 distinct packages available [2020-10-28T22:32:52.790Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-28T22:32:52.791Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-28T22:32:52.791Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:32:52.791Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T22:32:52.791Z] Collecting texttable<0.10,>=0.9.0 [2020-10-28T22:32:52.791Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-28T22:32:53.061Z] OK: 6 MiB in 16 packages [2020-10-28T22:32:54.499Z] Removing intermediate container 2f814f15b4fe [2020-10-28T22:32:54.499Z] ---> a83ec6b8f3fc [2020-10-28T22:32:54.499Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-28T22:32:54.499Z] ---> Running in c04394659027 [2020-10-28T22:32:55.095Z] Removing intermediate container c04394659027 [2020-10-28T22:32:55.095Z] ---> b620a4e3179d [2020-10-28T22:32:55.095Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-28T22:32:55.095Z] ---> Running in 60d1a747d0a5 [2020-10-28T22:32:55.687Z] Removing intermediate container 60d1a747d0a5 [2020-10-28T22:32:55.687Z] ---> 1ee84948e507 [2020-10-28T22:32:55.687Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-28T22:32:55.687Z] ---> Running in d0db79607c20 [2020-10-28T22:32:55.959Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-28T22:32:55.959Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-28T22:32:56.930Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-28T22:32:56.930Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-28T22:32:57.204Z] Collecting jsonschema<3,>=2.5.1 [2020-10-28T22:32:57.204Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-28T22:32:58.181Z] Collecting PyYAML<4,>=3.10 [2020-10-28T22:32:58.181Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-28T22:32:58.181Z] Removing intermediate container d0db79607c20 [2020-10-28T22:32:58.181Z] ---> cfff05e8fe09 [2020-10-28T22:32:58.181Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-28T22:32:59.612Z] ---> f24b4db48d3c [2020-10-28T22:32:59.612Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-28T22:33:00.205Z] ---> 804f17b4d7fe [2020-10-28T22:33:00.205Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-28T22:33:01.180Z] ---> 0c9e060e7c8f [2020-10-28T22:33:01.180Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-28T22:33:01.778Z] ---> 88666a272479 [2020-10-28T22:33:01.778Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-28T22:33:02.054Z] Collecting docker<4.0,>=3.6.0 [2020-10-28T22:33:02.054Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-28T22:33:02.651Z] ---> 7008f0c41965 [2020-10-28T22:33:02.651Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-28T22:33:02.651Z] ---> Running in 4f6d0ee6bdeb [2020-10-28T22:33:03.249Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-28T22:33:03.249Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-28T22:33:03.520Z] 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-28T22:33:03.520Z] Collecting idna<2.8,>=2.5 [2020-10-28T22:33:03.791Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-28T22:33:03.791Z] 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-28T22:33:04.062Z] Collecting docker-pycreds>=0.4.0 [2020-10-28T22:33:04.062Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-28T22:33:04.062Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-28T22:33:04.062Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-28T22:33:04.062Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-28T22:33:04.062Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-28T22:33:05.045Z] Installing collected packages: docopt, cached-property, dockerpty, texttable, urllib3, idna, requests, websocket-client, jsonschema, PyYAML, docker-pycreds, docker, docker-compose [2020-10-28T22:33:05.045Z] Running setup.py install for docopt: started [2020-10-28T22:33:05.316Z] Removing intermediate container 4f6d0ee6bdeb [2020-10-28T22:33:05.316Z] ---> ec1c0742d9e8 [2020-10-28T22:33:05.316Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T22:33:05.912Z] ---> a83dcc5b5fe1 [2020-10-28T22:33:05.912Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T22:33:06.195Z] ---> Running in 39e34b821183 [2020-10-28T22:33:07.168Z] Running setup.py install for docopt: finished with status 'done' [2020-10-28T22:33:07.441Z] Running setup.py install for dockerpty: started [2020-10-28T22:33:08.870Z] Removing intermediate container 39e34b821183 [2020-10-28T22:33:08.870Z] ---> 8f7410b90596 [2020-10-28T22:33:08.870Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-28T22:33:08.870Z] ---> Running in b84e818454b1 [2020-10-28T22:33:09.463Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-28T22:33:09.463Z] Running setup.py install for texttable: started [2020-10-28T22:33:12.224Z] Running setup.py install for texttable: finished with status 'done' [2020-10-28T22:33:12.224Z] Attempting uninstall: urllib3 [2020-10-28T22:33:12.224Z] Found existing installation: urllib3 1.25.9 [2020-10-28T22:33:12.224Z] Uninstalling urllib3-1.25.9: [2020-10-28T22:33:12.224Z] Successfully uninstalled urllib3-1.25.9 [2020-10-28T22:33:12.224Z] Removing intermediate container b84e818454b1 [2020-10-28T22:33:12.224Z] ---> 56da7001761e [2020-10-28T22:33:12.224Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T22:33:12.224Z] ---> Running in 5a3a52a20c86 [2020-10-28T22:33:12.527Z] Attempting uninstall: idna [2020-10-28T22:33:12.527Z] Found existing installation: idna 2.9 [2020-10-28T22:33:12.807Z] Uninstalling idna-2.9: [2020-10-28T22:33:12.807Z] Removing intermediate container 5a3a52a20c86 [2020-10-28T22:33:12.807Z] ---> d52f52ed0de4 [2020-10-28T22:33:12.807Z] Step 26/29 : CMD [ "generate" ] [2020-10-28T22:33:12.807Z] Successfully uninstalled idna-2.9 [2020-10-28T22:33:12.807Z] ---> Running in 87d9a1196eea [2020-10-28T22:33:13.427Z] Attempting uninstall: requests [2020-10-28T22:33:13.427Z] Removing intermediate container 87d9a1196eea [2020-10-28T22:33:13.427Z] ---> 750ed987312d [2020-10-28T22:33:13.427Z] Found existing installation: requests 2.23.0 [2020-10-28T22:33:13.427Z] Step 27/29 : LABEL arch=arm64 [2020-10-28T22:33:13.427Z] Uninstalling requests-2.23.0: [2020-10-28T22:33:13.700Z] Successfully uninstalled requests-2.23.0 [2020-10-28T22:33:13.700Z] ---> Running in 9b71b974a806 [2020-10-28T22:33:13.974Z] Removing intermediate container 9b71b974a806 [2020-10-28T22:33:13.974Z] ---> f852887d7533 [2020-10-28T22:33:13.974Z] Step 28/29 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:33:14.254Z] ---> Running in e14fd7f32f4f [2020-10-28T22:33:14.529Z] Running setup.py install for PyYAML: started [2020-10-28T22:33:14.529Z] Removing intermediate container e14fd7f32f4f [2020-10-28T22:33:14.529Z] ---> dbbb9efc2830 [2020-10-28T22:33:14.529Z] Step 29/29 : LABEL version=1.2.2-dev.103 [2020-10-28T22:33:14.802Z] ---> Running in 5cf5f3173341 [2020-10-28T22:33:15.400Z] Removing intermediate container 5cf5f3173341 [2020-10-28T22:33:15.400Z] ---> a410ff5ced3b [2020-10-28T22:33:15.400Z] [2020-10-28T22:33:15.400Z] Successfully built a410ff5ced3b [2020-10-28T22:33:15.400Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-28T22:33:16.836Z]  Building docker-security-secrets-setup-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2020-10-28T22:33:18.268Z] 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-28T22:33:22.571Z] Removing intermediate container 530cf5ba8533 [2020-10-28T22:33:22.571Z] ---> 2f16ecb41d53 [2020-10-28T22:33:22.571Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-28T22:33:22.571Z] ---> Running in 843902217b48 [2020-10-28T22:33:23.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:33:23.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:33:24.419Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T22:33:24.419Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-28T22:33:24.419Z] (3/3) Installing curl (7.69.1-r1) [2020-10-28T22:33:24.419Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:33:24.419Z] OK: 71 MiB in 58 packages [2020-10-28T22:33:25.850Z] Removing intermediate container 843902217b48 [2020-10-28T22:33:25.850Z] ---> 1491301b7545 [2020-10-28T22:33:25.850Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-28T22:33:25.850Z] ---> Running in 0451e7e40ec8 [2020-10-28T22:33:26.125Z] Removing intermediate container 0451e7e40ec8 [2020-10-28T22:33:26.125Z] ---> 6de189c364e6 [2020-10-28T22:33:26.125Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:33:26.409Z] ---> Running in 0c8f028a8b61 [2020-10-28T22:33:27.005Z] Removing intermediate container 0c8f028a8b61 [2020-10-28T22:33:27.005Z] ---> d76383d8e3d1 [2020-10-28T22:33:27.005Z] Step 25/27 : LABEL arch=arm64 [2020-10-28T22:33:27.005Z] ---> Running in 8539dd32a425 [2020-10-28T22:33:27.601Z] Removing intermediate container 8539dd32a425 [2020-10-28T22:33:27.601Z] ---> 830ce51d9674 [2020-10-28T22:33:27.601Z] Step 26/27 : LABEL git_sha=0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:33:27.601Z] ---> Running in 380b85dd22d9 [2020-10-28T22:33:27.875Z] Removing intermediate container 380b85dd22d9 [2020-10-28T22:33:27.875Z] ---> 82684a7d5655 [2020-10-28T22:33:27.875Z] Step 27/27 : LABEL version=1.2.2-dev.103 [2020-10-28T22:33:28.149Z] ---> Running in 444a7721a148 [2020-10-28T22:33:28.749Z] Removing intermediate container 444a7721a148 [2020-10-28T22:33:28.749Z] ---> 8a730cf92801 [2020-10-28T22:33:28.749Z] [2020-10-28T22:33:28.749Z] Successfully built 8a730cf92801 [2020-10-28T22:33:28.749Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-28T22:33:29.359Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-28T22:33:29.367Z] $ docker stop --time=1 981b68550d5edafdca928564bbbad953343bb92de690d403d6e58cd525d6dbaa [2020-10-28T22:33:31.328Z] $ docker rm -f 981b68550d5edafdca928564bbbad953343bb92de690d403d6e58cd525d6dbaa [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:33:32.089Z] + docker images [2020-10-28T22:33:32.089Z] + grep docker [2020-10-28T22:33:32.359Z] docker-sys-mgmt-agent-go-arm64 latest 8a730cf92801 4 seconds ago 270MB [2020-10-28T22:33:32.359Z] docker-security-secrets-setup-go-arm64 latest a410ff5ced3b 18 seconds ago 22.7MB [2020-10-28T22:33:32.359Z] docker-core-metadata-go-arm64 latest 361edc5b2f2b 50 seconds ago 13.5MB [2020-10-28T22:33:32.359Z] docker-support-scheduler-go-arm64 latest 2079085d61fd About a minute ago 11.5MB [2020-10-28T22:33:32.359Z] docker-security-proxy-setup-go-arm64 latest 7b96c29c394c About a minute ago 15.1MB [2020-10-28T22:33:32.359Z] docker-support-logging-go-arm64 latest d4c247616b27 2 minutes ago 10.6MB [2020-10-28T22:33:32.359Z] docker-core-data-go-arm64 latest 32712b173f7b 3 minutes ago 22.3MB [2020-10-28T22:33:32.359Z] docker-support-notifications-go-arm64 latest 261e716e9be8 4 minutes ago 12.9MB [2020-10-28T22:33:32.359Z] docker-core-command-go-arm64 latest c93773a0d88e 4 minutes ago 11.4MB [2020-10-28T22:33:32.359Z] docker-security-secretstore-setup-go-arm64 latest eef2c5fbd669 4 minutes ago 23.6MB [2020-10-28T22:33:32.359Z] docker-security-bootstrap-redis-go-arm64 latest ac3036a7fee5 4 minutes ago 15.2MB [2020-10-28T22:33:32.359Z] docker latest 5d4db4dc0692 6 days 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-28T22:33:33.015Z] provisioning config files... [2020-10-28T22:33:33.057Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/219@tmp/config7601873503256689675tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:33:33.478Z] ---> docker-login.sh [2020-10-28T22:33:33.478Z] nexus3.edgexfoundry.org:10001 [2020-10-28T22:33:33.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T22:33:34.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T22:33:34.024Z] Configure a credential helper to remove this warning. See [2020-10-28T22:33:34.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T22:33:34.024Z] [2020-10-28T22:33:34.024Z] Login Succeeded [2020-10-28T22:33:34.024Z] nexus3.edgexfoundry.org:10002 [2020-10-28T22:33:34.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T22:33:34.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T22:33:34.573Z] Configure a credential helper to remove this warning. See [2020-10-28T22:33:34.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T22:33:34.573Z] [2020-10-28T22:33:34.573Z] Login Succeeded [2020-10-28T22:33:34.573Z] nexus3.edgexfoundry.org:10003 [2020-10-28T22:33:35.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T22:33:35.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T22:33:35.167Z] Configure a credential helper to remove this warning. See [2020-10-28T22:33:35.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T22:33:35.167Z] [2020-10-28T22:33:35.167Z] Login Succeeded [2020-10-28T22:33:35.167Z] nexus3.edgexfoundry.org:10004 [2020-10-28T22:33:35.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T22:33:35.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T22:33:35.762Z] Configure a credential helper to remove this warning. See [2020-10-28T22:33:35.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T22:33:35.762Z] [2020-10-28T22:33:35.762Z] Login Succeeded [2020-10-28T22:33:35.762Z] docker.io [2020-10-28T22:33:36.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T22:33:36.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T22:33:36.626Z] Configure a credential helper to remove this warning. See [2020-10-28T22:33:36.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T22:33:36.626Z] [2020-10-28T22:33:36.626Z] Login Succeeded [2020-10-28T22:33:36.626Z] ---> docker-login.sh ends [Pipeline] } [2020-10-28T22:33:36.643Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:33:36.848Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-28T22:33:36.848Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:33:36.849Z] 1.2.2-dev.103 [2020-10-28T22:33:36.849Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:33:36.849Z] master [2020-10-28T22:33:36.849Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:37.387Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:37.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:33:37.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-28T22:33:37.723Z] 0d1871fdcd19: Preparing [2020-10-28T22:33:37.723Z] 3a1e81b58525: Preparing [2020-10-28T22:33:37.723Z] 910632b183b2: Preparing [2020-10-28T22:33:37.994Z] 0d1871fdcd19: Pushed [2020-10-28T22:33:37.994Z] 910632b183b2: Pushed [2020-10-28T22:33:40.595Z] 3a1e81b58525: Pushed [2020-10-28T22:33:40.866Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:c2a4567202b00e85aa9ebd4d6e90f6d62680ec33aebf1178944275b0b65e892e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:41.205Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:41.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.103 [2020-10-28T22:33:41.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-28T22:33:41.542Z] 0d1871fdcd19: Preparing [2020-10-28T22:33:41.542Z] 3a1e81b58525: Preparing [2020-10-28T22:33:41.542Z] 910632b183b2: Preparing [2020-10-28T22:33:41.542Z] 910632b183b2: Layer already exists [2020-10-28T22:33:41.542Z] 3a1e81b58525: Layer already exists [2020-10-28T22:33:41.542Z] 0d1871fdcd19: Layer already exists [2020-10-28T22:33:41.814Z] 1.2.2-dev.103: digest: sha256:c2a4567202b00e85aa9ebd4d6e90f6d62680ec33aebf1178944275b0b65e892e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:42.154Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:42.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:33:42.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-28T22:33:42.491Z] 0d1871fdcd19: Preparing [2020-10-28T22:33:42.491Z] 3a1e81b58525: Preparing [2020-10-28T22:33:42.491Z] 910632b183b2: Preparing [2020-10-28T22:33:42.491Z] 910632b183b2: Layer already exists [2020-10-28T22:33:42.491Z] 0d1871fdcd19: Layer already exists [2020-10-28T22:33:42.491Z] 3a1e81b58525: Layer already exists [2020-10-28T22:33:42.762Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:c2a4567202b00e85aa9ebd4d6e90f6d62680ec33aebf1178944275b0b65e892e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:43.100Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:43.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-28T22:33:43.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-28T22:33:43.432Z] 0d1871fdcd19: Preparing [2020-10-28T22:33:43.432Z] 3a1e81b58525: Preparing [2020-10-28T22:33:43.432Z] 910632b183b2: Preparing [2020-10-28T22:33:43.432Z] 3a1e81b58525: Layer already exists [2020-10-28T22:33:43.432Z] 0d1871fdcd19: Layer already exists [2020-10-28T22:33:43.432Z] 910632b183b2: Layer already exists [2020-10-28T22:33:43.704Z] master: digest: sha256:c2a4567202b00e85aa9ebd4d6e90f6d62680ec33aebf1178944275b0b65e892e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:33:43.921Z] ===================================================== [Pipeline] echo [2020-10-28T22:33:43.974Z] taggedImages: [2020-10-28T22:33:43.974Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:33:43.974Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.103 [2020-10-28T22:33:43.974Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:33:43.974Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-28T22:33:44.076Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-28T22:33:44.076Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:33:44.076Z] 1.2.2-dev.103 [2020-10-28T22:33:44.076Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:33:44.076Z] master [2020-10-28T22:33:44.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:44.607Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:44.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:33:44.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-28T22:33:44.940Z] e1ec76008630: Preparing [2020-10-28T22:33:44.940Z] 8e16df8e7fdf: Preparing [2020-10-28T22:33:44.940Z] 5b3cf69237f7: Preparing [2020-10-28T22:33:44.940Z] bc05871bdd05: Preparing [2020-10-28T22:33:44.940Z] 98163181d71f: Preparing [2020-10-28T22:33:44.940Z] cd3761cfa1d9: Preparing [2020-10-28T22:33:44.940Z] cd3761cfa1d9: Waiting [2020-10-28T22:33:45.213Z] 5b3cf69237f7: Pushed [2020-10-28T22:33:45.213Z] e1ec76008630: Pushed [2020-10-28T22:33:45.213Z] 98163181d71f: Pushed [2020-10-28T22:33:45.213Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:33:45.808Z] bc05871bdd05: Pushed [2020-10-28T22:33:49.174Z] 8e16df8e7fdf: Pushed [2020-10-28T22:33:49.174Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:64ee53d348e0aef8de499c48de27d10a8883ffed2abfbba3d7dcb8b79335c3a6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:49.510Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:49.841Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.103 [2020-10-28T22:33:49.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-28T22:33:49.841Z] e1ec76008630: Preparing [2020-10-28T22:33:49.841Z] 8e16df8e7fdf: Preparing [2020-10-28T22:33:49.841Z] 5b3cf69237f7: Preparing [2020-10-28T22:33:49.841Z] bc05871bdd05: Preparing [2020-10-28T22:33:49.841Z] 98163181d71f: Preparing [2020-10-28T22:33:49.841Z] cd3761cfa1d9: Preparing [2020-10-28T22:33:49.841Z] cd3761cfa1d9: Waiting [2020-10-28T22:33:49.841Z] bc05871bdd05: Layer already exists [2020-10-28T22:33:49.841Z] 98163181d71f: Layer already exists [2020-10-28T22:33:49.841Z] 5b3cf69237f7: Layer already exists [2020-10-28T22:33:50.110Z] e1ec76008630: Layer already exists [2020-10-28T22:33:50.110Z] 8e16df8e7fdf: Layer already exists [2020-10-28T22:33:50.110Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:33:50.110Z] 1.2.2-dev.103: digest: sha256:64ee53d348e0aef8de499c48de27d10a8883ffed2abfbba3d7dcb8b79335c3a6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:50.490Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:50.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:33:50.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-28T22:33:50.845Z] e1ec76008630: Preparing [2020-10-28T22:33:50.845Z] 8e16df8e7fdf: Preparing [2020-10-28T22:33:50.845Z] 5b3cf69237f7: Preparing [2020-10-28T22:33:50.845Z] bc05871bdd05: Preparing [2020-10-28T22:33:50.845Z] 98163181d71f: Preparing [2020-10-28T22:33:50.845Z] cd3761cfa1d9: Preparing [2020-10-28T22:33:50.845Z] cd3761cfa1d9: Waiting [2020-10-28T22:33:50.845Z] bc05871bdd05: Layer already exists [2020-10-28T22:33:50.845Z] e1ec76008630: Layer already exists [2020-10-28T22:33:51.132Z] 5b3cf69237f7: Layer already exists [2020-10-28T22:33:51.132Z] 8e16df8e7fdf: Layer already exists [2020-10-28T22:33:51.132Z] 98163181d71f: Layer already exists [2020-10-28T22:33:51.132Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:33:51.132Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:64ee53d348e0aef8de499c48de27d10a8883ffed2abfbba3d7dcb8b79335c3a6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:51.489Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:51.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-28T22:33:51.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-28T22:33:51.832Z] e1ec76008630: Preparing [2020-10-28T22:33:51.832Z] 8e16df8e7fdf: Preparing [2020-10-28T22:33:51.832Z] 5b3cf69237f7: Preparing [2020-10-28T22:33:51.832Z] bc05871bdd05: Preparing [2020-10-28T22:33:51.832Z] 98163181d71f: Preparing [2020-10-28T22:33:51.832Z] cd3761cfa1d9: Preparing [2020-10-28T22:33:51.832Z] cd3761cfa1d9: Waiting [2020-10-28T22:33:51.832Z] e1ec76008630: Layer already exists [2020-10-28T22:33:51.832Z] bc05871bdd05: Layer already exists [2020-10-28T22:33:51.832Z] 8e16df8e7fdf: Layer already exists [2020-10-28T22:33:51.832Z] 5b3cf69237f7: Layer already exists [2020-10-28T22:33:51.832Z] 98163181d71f: Layer already exists [2020-10-28T22:33:51.832Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:33:52.102Z] master: digest: sha256:64ee53d348e0aef8de499c48de27d10a8883ffed2abfbba3d7dcb8b79335c3a6 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:33:52.299Z] ===================================================== [Pipeline] echo [2020-10-28T22:33:52.345Z] taggedImages: [2020-10-28T22:33:52.345Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:33:52.345Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.103 [2020-10-28T22:33:52.345Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:33:52.345Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-28T22:33:52.412Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-28T22:33:52.412Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:33:52.412Z] 1.2.2-dev.103 [2020-10-28T22:33:52.412Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:33:52.412Z] master [2020-10-28T22:33:52.412Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:52.908Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:53.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:33:53.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-28T22:33:53.241Z] aa64ba838d50: Preparing [2020-10-28T22:33:53.241Z] 1896fd75943e: Preparing [2020-10-28T22:33:53.241Z] 165458b799e5: Preparing [2020-10-28T22:33:53.512Z] aa64ba838d50: Pushed [2020-10-28T22:33:53.512Z] 165458b799e5: Pushed [2020-10-28T22:33:56.881Z] 1896fd75943e: Pushed [2020-10-28T22:33:56.881Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:099f52c8856618ccfeaa568031901295d397a366e1bcabf11363865a0522d067 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:57.491Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:57.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.103 [2020-10-28T22:33:57.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-28T22:33:57.821Z] aa64ba838d50: Preparing [2020-10-28T22:33:57.821Z] 1896fd75943e: Preparing [2020-10-28T22:33:57.821Z] 165458b799e5: Preparing [2020-10-28T22:33:57.821Z] 1896fd75943e: Layer already exists [2020-10-28T22:33:57.821Z] 165458b799e5: Layer already exists [2020-10-28T22:33:58.091Z] aa64ba838d50: Layer already exists [2020-10-28T22:33:58.091Z] 1.2.2-dev.103: digest: sha256:099f52c8856618ccfeaa568031901295d397a366e1bcabf11363865a0522d067 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:58.423Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:58.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:33:58.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-28T22:33:58.753Z] aa64ba838d50: Preparing [2020-10-28T22:33:58.753Z] 1896fd75943e: Preparing [2020-10-28T22:33:58.753Z] 165458b799e5: Preparing [2020-10-28T22:33:59.024Z] 165458b799e5: Layer already exists [2020-10-28T22:33:59.024Z] 1896fd75943e: Layer already exists [2020-10-28T22:33:59.024Z] aa64ba838d50: Layer already exists [2020-10-28T22:33:59.024Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:099f52c8856618ccfeaa568031901295d397a366e1bcabf11363865a0522d067 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:59.389Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:33:59.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-28T22:33:59.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-28T22:33:59.722Z] aa64ba838d50: Preparing [2020-10-28T22:33:59.722Z] 1896fd75943e: Preparing [2020-10-28T22:33:59.722Z] 165458b799e5: Preparing [2020-10-28T22:33:59.722Z] 165458b799e5: Layer already exists [2020-10-28T22:33:59.722Z] 1896fd75943e: Layer already exists [2020-10-28T22:33:59.722Z] aa64ba838d50: Layer already exists [2020-10-28T22:33:59.993Z] master: digest: sha256:099f52c8856618ccfeaa568031901295d397a366e1bcabf11363865a0522d067 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:34:00.275Z] ===================================================== [Pipeline] echo [2020-10-28T22:34:00.327Z] taggedImages: [2020-10-28T22:34:00.327Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:00.327Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:00.327Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:00.327Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-28T22:34:00.401Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-10-28T22:34:00.401Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:00.401Z] 1.2.2-dev.103 [2020-10-28T22:34:00.401Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:00.401Z] master [2020-10-28T22:34:00.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:00.903Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:01.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:01.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-10-28T22:34:01.233Z] 0ff065c1adf3: Preparing [2020-10-28T22:34:01.233Z] bee67481c5ec: Preparing [2020-10-28T22:34:01.233Z] d161e452cabb: Preparing [2020-10-28T22:34:01.233Z] 255ef2e1ed6e: Preparing [2020-10-28T22:34:01.233Z] 539a5e295400: Preparing [2020-10-28T22:34:01.233Z] 41364699cdb1: Preparing [2020-10-28T22:34:01.233Z] 66b385cf80cf: Preparing [2020-10-28T22:34:01.233Z] 41364699cdb1: Waiting [2020-10-28T22:34:01.233Z] 66b385cf80cf: Waiting [2020-10-28T22:34:01.504Z] bee67481c5ec: Pushed [2020-10-28T22:34:01.504Z] 539a5e295400: Pushed [2020-10-28T22:34:01.504Z] d161e452cabb: Pushed [2020-10-28T22:34:01.504Z] 0ff065c1adf3: Pushed [2020-10-28T22:34:01.775Z] 66b385cf80cf: Layer already exists [2020-10-28T22:34:02.365Z] 41364699cdb1: Pushed [2020-10-28T22:34:03.790Z] 255ef2e1ed6e: Pushed [2020-10-28T22:34:03.790Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:b63c1cad529cc5b5163e30d27db537af3fe60832576b23e682b7c0c18b47d4ab size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:04.403Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:04.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:04.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-10-28T22:34:04.742Z] 0ff065c1adf3: Preparing [2020-10-28T22:34:04.742Z] bee67481c5ec: Preparing [2020-10-28T22:34:04.742Z] d161e452cabb: Preparing [2020-10-28T22:34:04.742Z] 255ef2e1ed6e: Preparing [2020-10-28T22:34:04.742Z] 539a5e295400: Preparing [2020-10-28T22:34:04.742Z] 41364699cdb1: Preparing [2020-10-28T22:34:04.742Z] 66b385cf80cf: Preparing [2020-10-28T22:34:04.742Z] 41364699cdb1: Waiting [2020-10-28T22:34:04.742Z] 66b385cf80cf: Waiting [2020-10-28T22:34:04.742Z] d161e452cabb: Layer already exists [2020-10-28T22:34:04.742Z] 539a5e295400: Layer already exists [2020-10-28T22:34:04.742Z] 255ef2e1ed6e: Layer already exists [2020-10-28T22:34:04.742Z] bee67481c5ec: Layer already exists [2020-10-28T22:34:04.742Z] 0ff065c1adf3: Layer already exists [2020-10-28T22:34:05.012Z] 41364699cdb1: Layer already exists [2020-10-28T22:34:05.012Z] 66b385cf80cf: Layer already exists [2020-10-28T22:34:05.012Z] 1.2.2-dev.103: digest: sha256:b63c1cad529cc5b5163e30d27db537af3fe60832576b23e682b7c0c18b47d4ab size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:05.351Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:05.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:05.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-10-28T22:34:05.682Z] 0ff065c1adf3: Preparing [2020-10-28T22:34:05.682Z] bee67481c5ec: Preparing [2020-10-28T22:34:05.682Z] d161e452cabb: Preparing [2020-10-28T22:34:05.682Z] 255ef2e1ed6e: Preparing [2020-10-28T22:34:05.682Z] 539a5e295400: Preparing [2020-10-28T22:34:05.682Z] 41364699cdb1: Preparing [2020-10-28T22:34:05.682Z] 66b385cf80cf: Preparing [2020-10-28T22:34:05.682Z] 41364699cdb1: Waiting [2020-10-28T22:34:05.682Z] 66b385cf80cf: Waiting [2020-10-28T22:34:05.682Z] 0ff065c1adf3: Layer already exists [2020-10-28T22:34:05.682Z] 255ef2e1ed6e: Layer already exists [2020-10-28T22:34:05.682Z] bee67481c5ec: Layer already exists [2020-10-28T22:34:05.682Z] 539a5e295400: Layer already exists [2020-10-28T22:34:05.682Z] d161e452cabb: Layer already exists [2020-10-28T22:34:05.682Z] 41364699cdb1: Layer already exists [2020-10-28T22:34:05.952Z] 66b385cf80cf: Layer already exists [2020-10-28T22:34:05.952Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:b63c1cad529cc5b5163e30d27db537af3fe60832576b23e682b7c0c18b47d4ab size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:06.290Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:06.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-10-28T22:34:06.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-10-28T22:34:06.627Z] 0ff065c1adf3: Preparing [2020-10-28T22:34:06.627Z] bee67481c5ec: Preparing [2020-10-28T22:34:06.627Z] d161e452cabb: Preparing [2020-10-28T22:34:06.627Z] 255ef2e1ed6e: Preparing [2020-10-28T22:34:06.627Z] 539a5e295400: Preparing [2020-10-28T22:34:06.627Z] 41364699cdb1: Preparing [2020-10-28T22:34:06.627Z] 66b385cf80cf: Preparing [2020-10-28T22:34:06.627Z] 41364699cdb1: Waiting [2020-10-28T22:34:06.627Z] 66b385cf80cf: Waiting [2020-10-28T22:34:06.627Z] 255ef2e1ed6e: Layer already exists [2020-10-28T22:34:06.896Z] bee67481c5ec: Layer already exists [2020-10-28T22:34:06.896Z] d161e452cabb: Layer already exists [2020-10-28T22:34:06.896Z] 0ff065c1adf3: Layer already exists [2020-10-28T22:34:06.896Z] 539a5e295400: Layer already exists [2020-10-28T22:34:06.896Z] 41364699cdb1: Layer already exists [2020-10-28T22:34:06.896Z] 66b385cf80cf: Layer already exists [2020-10-28T22:34:06.896Z] master: digest: sha256:b63c1cad529cc5b5163e30d27db537af3fe60832576b23e682b7c0c18b47d4ab size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:34:07.180Z] ===================================================== [Pipeline] echo [2020-10-28T22:34:07.232Z] taggedImages: [2020-10-28T22:34:07.232Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:07.232Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:07.232Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:07.232Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-10-28T22:34:07.303Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-28T22:34:07.303Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:07.303Z] 1.2.2-dev.103 [2020-10-28T22:34:07.303Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:07.303Z] master [2020-10-28T22:34:07.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:07.814Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:08.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:08.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-28T22:34:08.155Z] 967b91cbb3df: Preparing [2020-10-28T22:34:08.155Z] 41893e3cc736: Preparing [2020-10-28T22:34:08.155Z] d070d8646902: Preparing [2020-10-28T22:34:08.155Z] db56e74054cc: Preparing [2020-10-28T22:34:08.155Z] cd3761cfa1d9: Preparing [2020-10-28T22:34:08.155Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:34:08.435Z] d070d8646902: Pushed [2020-10-28T22:34:08.435Z] 41893e3cc736: Pushed [2020-10-28T22:34:09.027Z] db56e74054cc: Pushed [2020-10-28T22:34:10.994Z] 967b91cbb3df: Pushed [2020-10-28T22:34:10.994Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:59340ad6dabe10028bf736aaf801de486b930152c64b888bf67e29c7f7913367 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:11.335Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:11.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:11.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-28T22:34:11.671Z] 967b91cbb3df: Preparing [2020-10-28T22:34:11.671Z] 41893e3cc736: Preparing [2020-10-28T22:34:11.671Z] d070d8646902: Preparing [2020-10-28T22:34:11.671Z] db56e74054cc: Preparing [2020-10-28T22:34:11.671Z] cd3761cfa1d9: Preparing [2020-10-28T22:34:11.943Z] 967b91cbb3df: Layer already exists [2020-10-28T22:34:11.943Z] d070d8646902: Layer already exists [2020-10-28T22:34:11.943Z] db56e74054cc: Layer already exists [2020-10-28T22:34:11.943Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:34:11.943Z] 41893e3cc736: Layer already exists [2020-10-28T22:34:11.943Z] 1.2.2-dev.103: digest: sha256:59340ad6dabe10028bf736aaf801de486b930152c64b888bf67e29c7f7913367 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:12.282Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:12.617Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:12.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-28T22:34:12.617Z] 967b91cbb3df: Preparing [2020-10-28T22:34:12.617Z] 41893e3cc736: Preparing [2020-10-28T22:34:12.617Z] d070d8646902: Preparing [2020-10-28T22:34:12.617Z] db56e74054cc: Preparing [2020-10-28T22:34:12.617Z] cd3761cfa1d9: Preparing [2020-10-28T22:34:12.617Z] d070d8646902: Layer already exists [2020-10-28T22:34:12.617Z] 41893e3cc736: Layer already exists [2020-10-28T22:34:12.617Z] db56e74054cc: Layer already exists [2020-10-28T22:34:12.617Z] 967b91cbb3df: Layer already exists [2020-10-28T22:34:12.888Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:34:12.888Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:59340ad6dabe10028bf736aaf801de486b930152c64b888bf67e29c7f7913367 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:13.227Z] + 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-28T22:34:13.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-28T22:34:13.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-28T22:34:13.584Z] 967b91cbb3df: Preparing [2020-10-28T22:34:13.584Z] 41893e3cc736: Preparing [2020-10-28T22:34:13.584Z] d070d8646902: Preparing [2020-10-28T22:34:13.584Z] db56e74054cc: Preparing [2020-10-28T22:34:13.584Z] cd3761cfa1d9: Preparing [2020-10-28T22:34:13.584Z] db56e74054cc: Layer already exists [2020-10-28T22:34:13.584Z] 41893e3cc736: Layer already exists [2020-10-28T22:34:13.584Z] d070d8646902: Layer already exists [2020-10-28T22:34:13.584Z] 967b91cbb3df: Layer already exists [2020-10-28T22:34:13.584Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:34:13.859Z] master: digest: sha256:59340ad6dabe10028bf736aaf801de486b930152c64b888bf67e29c7f7913367 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:34:14.096Z] ===================================================== [Pipeline] echo [2020-10-28T22:34:14.154Z] taggedImages: [2020-10-28T22:34:14.154Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:14.154Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:14.154Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:14.154Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-28T22:34:14.234Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-28T22:34:14.234Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:14.234Z] 1.2.2-dev.103 [2020-10-28T22:34:14.234Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:14.234Z] master [2020-10-28T22:34:14.234Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:14.791Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:15.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:15.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-28T22:34:15.116Z] a30a0fea27aa: Preparing [2020-10-28T22:34:15.116Z] 0fdce118794b: Preparing [2020-10-28T22:34:15.116Z] 33653e255b5d: Preparing [2020-10-28T22:34:15.116Z] a5a6bdd9b6c6: Preparing [2020-10-28T22:34:15.116Z] a5a6bdd9b6c6: Preparing [2020-10-28T22:34:15.116Z] 1c7509494eef: Preparing [2020-10-28T22:34:15.116Z] 1a3cb24bec37: Preparing [2020-10-28T22:34:15.116Z] 899cc926f03c: Preparing [2020-10-28T22:34:15.116Z] a30a0fea27aa: Preparing [2020-10-28T22:34:15.116Z] efe0cfa2d44f: Preparing [2020-10-28T22:34:15.116Z] 74f0a2187238: Preparing [2020-10-28T22:34:15.116Z] 23f97af256a4: Preparing [2020-10-28T22:34:15.116Z] cd3761cfa1d9: Preparing [2020-10-28T22:34:15.116Z] 899cc926f03c: Waiting [2020-10-28T22:34:15.116Z] efe0cfa2d44f: Waiting [2020-10-28T22:34:15.116Z] 23f97af256a4: Waiting [2020-10-28T22:34:15.116Z] cd3761cfa1d9: Waiting [2020-10-28T22:34:15.116Z] 74f0a2187238: Waiting [2020-10-28T22:34:15.116Z] 1a3cb24bec37: Waiting [2020-10-28T22:34:15.392Z] 33653e255b5d: Pushed [2020-10-28T22:34:15.392Z] a5a6bdd9b6c6: Pushed [2020-10-28T22:34:15.392Z] 0fdce118794b: Pushed [2020-10-28T22:34:15.392Z] 1c7509494eef: Pushed [2020-10-28T22:34:15.665Z] 1a3cb24bec37: Pushed [2020-10-28T22:34:15.665Z] 74f0a2187238: Pushed [2020-10-28T22:34:15.665Z] 899cc926f03c: Pushed [2020-10-28T22:34:15.665Z] efe0cfa2d44f: Pushed [2020-10-28T22:34:15.665Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:34:15.938Z] 23f97af256a4: Pushed [2020-10-28T22:34:17.901Z] a30a0fea27aa: Pushed [2020-10-28T22:34:17.901Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:50d95aaa08359d72a00b8d647639629925f9a9ec54d5b77a475a66c82370dcbf size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:18.239Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:18.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:18.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-28T22:34:18.845Z] a30a0fea27aa: Preparing [2020-10-28T22:34:18.845Z] 0fdce118794b: Preparing [2020-10-28T22:34:18.845Z] 33653e255b5d: Preparing [2020-10-28T22:34:18.845Z] a5a6bdd9b6c6: Preparing [2020-10-28T22:34:18.845Z] a5a6bdd9b6c6: Preparing [2020-10-28T22:34:18.845Z] 1c7509494eef: Preparing [2020-10-28T22:34:18.845Z] 1a3cb24bec37: Preparing [2020-10-28T22:34:18.845Z] 899cc926f03c: Preparing [2020-10-28T22:34:18.845Z] a30a0fea27aa: Preparing [2020-10-28T22:34:18.845Z] efe0cfa2d44f: Preparing [2020-10-28T22:34:18.845Z] 74f0a2187238: Preparing [2020-10-28T22:34:18.845Z] 23f97af256a4: Preparing [2020-10-28T22:34:18.845Z] cd3761cfa1d9: Preparing [2020-10-28T22:34:18.845Z] 1a3cb24bec37: Waiting [2020-10-28T22:34:18.845Z] 899cc926f03c: Waiting [2020-10-28T22:34:18.845Z] 74f0a2187238: Waiting [2020-10-28T22:34:18.845Z] efe0cfa2d44f: Waiting [2020-10-28T22:34:18.845Z] cd3761cfa1d9: Waiting [2020-10-28T22:34:18.845Z] 23f97af256a4: Waiting [2020-10-28T22:34:19.116Z] 0fdce118794b: Layer already exists [2020-10-28T22:34:19.116Z] a5a6bdd9b6c6: Layer already exists [2020-10-28T22:34:19.116Z] 33653e255b5d: Layer already exists [2020-10-28T22:34:19.116Z] a30a0fea27aa: Layer already exists [2020-10-28T22:34:19.116Z] 1c7509494eef: Layer already exists [2020-10-28T22:34:19.116Z] 1a3cb24bec37: Layer already exists [2020-10-28T22:34:19.116Z] efe0cfa2d44f: Layer already exists [2020-10-28T22:34:19.116Z] 899cc926f03c: Layer already exists [2020-10-28T22:34:19.116Z] 23f97af256a4: Layer already exists [2020-10-28T22:34:19.116Z] 74f0a2187238: Layer already exists [2020-10-28T22:34:19.116Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:34:19.116Z] 1.2.2-dev.103: digest: sha256:50d95aaa08359d72a00b8d647639629925f9a9ec54d5b77a475a66c82370dcbf size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:19.449Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:19.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:19.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-28T22:34:19.778Z] a30a0fea27aa: Preparing [2020-10-28T22:34:19.778Z] 0fdce118794b: Preparing [2020-10-28T22:34:19.778Z] 33653e255b5d: Preparing [2020-10-28T22:34:19.778Z] a5a6bdd9b6c6: Preparing [2020-10-28T22:34:19.778Z] a5a6bdd9b6c6: Preparing [2020-10-28T22:34:19.778Z] 1c7509494eef: Preparing [2020-10-28T22:34:19.778Z] 1a3cb24bec37: Preparing [2020-10-28T22:34:19.778Z] 899cc926f03c: Preparing [2020-10-28T22:34:19.778Z] a30a0fea27aa: Preparing [2020-10-28T22:34:19.778Z] efe0cfa2d44f: Preparing [2020-10-28T22:34:19.778Z] 74f0a2187238: Preparing [2020-10-28T22:34:19.778Z] 23f97af256a4: Preparing [2020-10-28T22:34:19.778Z] cd3761cfa1d9: Preparing [2020-10-28T22:34:19.778Z] efe0cfa2d44f: Waiting [2020-10-28T22:34:19.778Z] 74f0a2187238: Waiting [2020-10-28T22:34:19.778Z] 23f97af256a4: Waiting [2020-10-28T22:34:19.778Z] cd3761cfa1d9: Waiting [2020-10-28T22:34:19.778Z] 1a3cb24bec37: Waiting [2020-10-28T22:34:19.778Z] 899cc926f03c: Waiting [2020-10-28T22:34:19.778Z] 1c7509494eef: Layer already exists [2020-10-28T22:34:19.778Z] a30a0fea27aa: Layer already exists [2020-10-28T22:34:19.778Z] a5a6bdd9b6c6: Layer already exists [2020-10-28T22:34:19.778Z] 0fdce118794b: Layer already exists [2020-10-28T22:34:19.778Z] 33653e255b5d: Layer already exists [2020-10-28T22:34:19.778Z] 1a3cb24bec37: Layer already exists [2020-10-28T22:34:19.778Z] efe0cfa2d44f: Layer already exists [2020-10-28T22:34:19.778Z] 899cc926f03c: Layer already exists [2020-10-28T22:34:19.778Z] 74f0a2187238: Layer already exists [2020-10-28T22:34:19.778Z] 23f97af256a4: Layer already exists [2020-10-28T22:34:20.050Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:34:20.050Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:50d95aaa08359d72a00b8d647639629925f9a9ec54d5b77a475a66c82370dcbf size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:20.387Z] + 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-28T22:34:20.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-28T22:34:20.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-28T22:34:20.714Z] a30a0fea27aa: Preparing [2020-10-28T22:34:20.714Z] 0fdce118794b: Preparing [2020-10-28T22:34:20.714Z] 33653e255b5d: Preparing [2020-10-28T22:34:20.714Z] a5a6bdd9b6c6: Preparing [2020-10-28T22:34:20.714Z] a5a6bdd9b6c6: Preparing [2020-10-28T22:34:20.714Z] 1c7509494eef: Preparing [2020-10-28T22:34:20.714Z] 1a3cb24bec37: Preparing [2020-10-28T22:34:20.714Z] 899cc926f03c: Preparing [2020-10-28T22:34:20.714Z] a30a0fea27aa: Preparing [2020-10-28T22:34:20.714Z] efe0cfa2d44f: Preparing [2020-10-28T22:34:20.714Z] 74f0a2187238: Preparing [2020-10-28T22:34:20.714Z] 23f97af256a4: Preparing [2020-10-28T22:34:20.714Z] cd3761cfa1d9: Preparing [2020-10-28T22:34:20.714Z] efe0cfa2d44f: Waiting [2020-10-28T22:34:20.714Z] 74f0a2187238: Waiting [2020-10-28T22:34:20.714Z] 23f97af256a4: Waiting [2020-10-28T22:34:20.714Z] cd3761cfa1d9: Waiting [2020-10-28T22:34:20.714Z] 1a3cb24bec37: Waiting [2020-10-28T22:34:20.714Z] 0fdce118794b: Layer already exists [2020-10-28T22:34:20.714Z] a5a6bdd9b6c6: Layer already exists [2020-10-28T22:34:20.714Z] 1c7509494eef: Layer already exists [2020-10-28T22:34:20.714Z] a30a0fea27aa: Layer already exists [2020-10-28T22:34:20.714Z] 33653e255b5d: Layer already exists [2020-10-28T22:34:20.714Z] 1a3cb24bec37: Layer already exists [2020-10-28T22:34:20.984Z] 23f97af256a4: Layer already exists [2020-10-28T22:34:20.984Z] 74f0a2187238: Layer already exists [2020-10-28T22:34:20.984Z] 899cc926f03c: Layer already exists [2020-10-28T22:34:20.984Z] efe0cfa2d44f: Layer already exists [2020-10-28T22:34:20.985Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:34:20.985Z] master: digest: sha256:50d95aaa08359d72a00b8d647639629925f9a9ec54d5b77a475a66c82370dcbf size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:34:21.194Z] ===================================================== [Pipeline] echo [2020-10-28T22:34:21.247Z] taggedImages: [2020-10-28T22:34:21.247Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:21.247Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:21.247Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:21.247Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-28T22:34:21.321Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-28T22:34:21.321Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:21.321Z] 1.2.2-dev.103 [2020-10-28T22:34:21.321Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:21.321Z] master [2020-10-28T22:34:21.321Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:21.844Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:22.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:22.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-28T22:34:22.172Z] f8f27bcb0114: Preparing [2020-10-28T22:34:22.172Z] 4da54959319b: Preparing [2020-10-28T22:34:22.172Z] a1f62cb46e0b: Preparing [2020-10-28T22:34:22.172Z] 313501bc79ff: Preparing [2020-10-28T22:34:22.172Z] fb9a65707b44: Preparing [2020-10-28T22:34:22.172Z] c69778098f36: Preparing [2020-10-28T22:34:22.172Z] b08560abfb55: Preparing [2020-10-28T22:34:22.172Z] 3d6d1d138dd4: Preparing [2020-10-28T22:34:22.172Z] 66b385cf80cf: Preparing [2020-10-28T22:34:22.172Z] c69778098f36: Waiting [2020-10-28T22:34:22.172Z] b08560abfb55: Waiting [2020-10-28T22:34:22.172Z] 3d6d1d138dd4: Waiting [2020-10-28T22:34:22.172Z] 66b385cf80cf: Waiting [2020-10-28T22:34:22.444Z] 4da54959319b: Pushed [2020-10-28T22:34:22.444Z] f8f27bcb0114: Pushed [2020-10-28T22:34:22.444Z] fb9a65707b44: Pushed [2020-10-28T22:34:22.719Z] c69778098f36: Pushed [2020-10-28T22:34:22.719Z] b08560abfb55: Pushed [2020-10-28T22:34:22.719Z] 66b385cf80cf: Layer already exists [2020-10-28T22:34:23.332Z] 3d6d1d138dd4: Pushed [2020-10-28T22:34:24.759Z] 313501bc79ff: Pushed [2020-10-28T22:34:24.759Z] a1f62cb46e0b: Pushed [2020-10-28T22:34:25.030Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:e74375ac79eda39235789b62c90b2d0764d0e0b67c9accebc72569621ebc0116 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:25.372Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:25.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:25.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-28T22:34:25.704Z] f8f27bcb0114: Preparing [2020-10-28T22:34:25.704Z] 4da54959319b: Preparing [2020-10-28T22:34:25.704Z] a1f62cb46e0b: Preparing [2020-10-28T22:34:25.704Z] 313501bc79ff: Preparing [2020-10-28T22:34:25.704Z] fb9a65707b44: Preparing [2020-10-28T22:34:25.704Z] c69778098f36: Preparing [2020-10-28T22:34:25.704Z] b08560abfb55: Preparing [2020-10-28T22:34:25.704Z] 3d6d1d138dd4: Preparing [2020-10-28T22:34:25.704Z] 66b385cf80cf: Preparing [2020-10-28T22:34:25.704Z] b08560abfb55: Waiting [2020-10-28T22:34:25.704Z] 66b385cf80cf: Waiting [2020-10-28T22:34:25.704Z] 3d6d1d138dd4: Waiting [2020-10-28T22:34:25.704Z] c69778098f36: Waiting [2020-10-28T22:34:25.704Z] fb9a65707b44: Layer already exists [2020-10-28T22:34:25.704Z] f8f27bcb0114: Layer already exists [2020-10-28T22:34:25.704Z] 313501bc79ff: Layer already exists [2020-10-28T22:34:25.704Z] 4da54959319b: Layer already exists [2020-10-28T22:34:25.704Z] a1f62cb46e0b: Layer already exists [2020-10-28T22:34:25.704Z] c69778098f36: Layer already exists [2020-10-28T22:34:25.704Z] 3d6d1d138dd4: Layer already exists [2020-10-28T22:34:25.704Z] b08560abfb55: Layer already exists [2020-10-28T22:34:25.704Z] 66b385cf80cf: Layer already exists [2020-10-28T22:34:25.977Z] 1.2.2-dev.103: digest: sha256:e74375ac79eda39235789b62c90b2d0764d0e0b67c9accebc72569621ebc0116 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:26.311Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:26.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:26.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-28T22:34:26.642Z] f8f27bcb0114: Preparing [2020-10-28T22:34:26.642Z] 4da54959319b: Preparing [2020-10-28T22:34:26.642Z] a1f62cb46e0b: Preparing [2020-10-28T22:34:26.642Z] 313501bc79ff: Preparing [2020-10-28T22:34:26.642Z] fb9a65707b44: Preparing [2020-10-28T22:34:26.642Z] c69778098f36: Preparing [2020-10-28T22:34:26.642Z] b08560abfb55: Preparing [2020-10-28T22:34:26.642Z] 3d6d1d138dd4: Preparing [2020-10-28T22:34:26.642Z] 66b385cf80cf: Preparing [2020-10-28T22:34:26.642Z] b08560abfb55: Waiting [2020-10-28T22:34:26.642Z] 66b385cf80cf: Waiting [2020-10-28T22:34:26.642Z] c69778098f36: Waiting [2020-10-28T22:34:26.642Z] 3d6d1d138dd4: Waiting [2020-10-28T22:34:26.914Z] fb9a65707b44: Layer already exists [2020-10-28T22:34:26.914Z] 4da54959319b: Layer already exists [2020-10-28T22:34:26.914Z] f8f27bcb0114: Layer already exists [2020-10-28T22:34:26.914Z] a1f62cb46e0b: Layer already exists [2020-10-28T22:34:26.914Z] 313501bc79ff: Layer already exists [2020-10-28T22:34:26.914Z] c69778098f36: Layer already exists [2020-10-28T22:34:26.914Z] b08560abfb55: Layer already exists [2020-10-28T22:34:26.914Z] 3d6d1d138dd4: Layer already exists [2020-10-28T22:34:26.914Z] 66b385cf80cf: Layer already exists [2020-10-28T22:34:26.914Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:e74375ac79eda39235789b62c90b2d0764d0e0b67c9accebc72569621ebc0116 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:27.251Z] + 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-28T22:34:27.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-28T22:34:27.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-28T22:34:27.584Z] f8f27bcb0114: Preparing [2020-10-28T22:34:27.584Z] 4da54959319b: Preparing [2020-10-28T22:34:27.584Z] a1f62cb46e0b: Preparing [2020-10-28T22:34:27.584Z] 313501bc79ff: Preparing [2020-10-28T22:34:27.584Z] fb9a65707b44: Preparing [2020-10-28T22:34:27.584Z] c69778098f36: Preparing [2020-10-28T22:34:27.584Z] b08560abfb55: Preparing [2020-10-28T22:34:27.584Z] 3d6d1d138dd4: Preparing [2020-10-28T22:34:27.584Z] 66b385cf80cf: Preparing [2020-10-28T22:34:27.584Z] c69778098f36: Waiting [2020-10-28T22:34:27.584Z] b08560abfb55: Waiting [2020-10-28T22:34:27.584Z] 3d6d1d138dd4: Waiting [2020-10-28T22:34:27.584Z] 66b385cf80cf: Waiting [2020-10-28T22:34:27.584Z] 313501bc79ff: Layer already exists [2020-10-28T22:34:27.584Z] f8f27bcb0114: Layer already exists [2020-10-28T22:34:27.584Z] fb9a65707b44: Layer already exists [2020-10-28T22:34:27.584Z] 4da54959319b: Layer already exists [2020-10-28T22:34:27.584Z] a1f62cb46e0b: Layer already exists [2020-10-28T22:34:27.584Z] 3d6d1d138dd4: Layer already exists [2020-10-28T22:34:27.584Z] 66b385cf80cf: Layer already exists [2020-10-28T22:34:27.584Z] b08560abfb55: Layer already exists [2020-10-28T22:34:27.584Z] c69778098f36: Layer already exists [2020-10-28T22:34:27.854Z] master: digest: sha256:e74375ac79eda39235789b62c90b2d0764d0e0b67c9accebc72569621ebc0116 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:34:28.056Z] ===================================================== [Pipeline] echo [2020-10-28T22:34:28.107Z] taggedImages: [2020-10-28T22:34:28.107Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:28.107Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:28.107Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:28.107Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-28T22:34:28.171Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-28T22:34:28.172Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:28.172Z] 1.2.2-dev.103 [2020-10-28T22:34:28.172Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:28.172Z] master [2020-10-28T22:34:28.172Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:28.702Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:29.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:29.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-28T22:34:29.037Z] 1f4e9366d680: Preparing [2020-10-28T22:34:29.037Z] baaf720021d3: Preparing [2020-10-28T22:34:29.037Z] 6b388f106c9f: Preparing [2020-10-28T22:34:29.037Z] 9626b82aa0e4: Preparing [2020-10-28T22:34:29.306Z] 6b388f106c9f: Pushed [2020-10-28T22:34:29.306Z] 1f4e9366d680: Pushed [2020-10-28T22:34:29.576Z] 9626b82aa0e4: Pushed [2020-10-28T22:34:32.180Z] baaf720021d3: Pushed [2020-10-28T22:34:32.180Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:e88da256c9e09801135a7fc92b74e48470d26fb4570465c808d46ac4e5d59dbb size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:32.519Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:32.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:32.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-28T22:34:32.854Z] 1f4e9366d680: Preparing [2020-10-28T22:34:32.854Z] baaf720021d3: Preparing [2020-10-28T22:34:32.855Z] 6b388f106c9f: Preparing [2020-10-28T22:34:32.855Z] 9626b82aa0e4: Preparing [2020-10-28T22:34:33.126Z] 1f4e9366d680: Layer already exists [2020-10-28T22:34:33.126Z] 9626b82aa0e4: Layer already exists [2020-10-28T22:34:33.126Z] baaf720021d3: Layer already exists [2020-10-28T22:34:33.126Z] 6b388f106c9f: Layer already exists [2020-10-28T22:34:33.126Z] 1.2.2-dev.103: digest: sha256:e88da256c9e09801135a7fc92b74e48470d26fb4570465c808d46ac4e5d59dbb size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:33.459Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:33.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:33.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-28T22:34:33.792Z] 1f4e9366d680: Preparing [2020-10-28T22:34:33.792Z] baaf720021d3: Preparing [2020-10-28T22:34:33.792Z] 6b388f106c9f: Preparing [2020-10-28T22:34:33.792Z] 9626b82aa0e4: Preparing [2020-10-28T22:34:33.792Z] 9626b82aa0e4: Layer already exists [2020-10-28T22:34:33.792Z] baaf720021d3: Layer already exists [2020-10-28T22:34:33.792Z] 1f4e9366d680: Layer already exists [2020-10-28T22:34:33.792Z] 6b388f106c9f: Layer already exists [2020-10-28T22:34:34.061Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:e88da256c9e09801135a7fc92b74e48470d26fb4570465c808d46ac4e5d59dbb size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:34.397Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:34.729Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-28T22:34:34.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-28T22:34:34.729Z] 1f4e9366d680: Preparing [2020-10-28T22:34:34.729Z] baaf720021d3: Preparing [2020-10-28T22:34:34.729Z] 6b388f106c9f: Preparing [2020-10-28T22:34:34.729Z] 9626b82aa0e4: Preparing [2020-10-28T22:34:34.999Z] baaf720021d3: Layer already exists [2020-10-28T22:34:34.999Z] 9626b82aa0e4: Layer already exists [2020-10-28T22:34:34.999Z] 6b388f106c9f: Layer already exists [2020-10-28T22:34:34.999Z] 1f4e9366d680: Layer already exists [2020-10-28T22:34:34.999Z] master: digest: sha256:e88da256c9e09801135a7fc92b74e48470d26fb4570465c808d46ac4e5d59dbb size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:34:35.197Z] ===================================================== [Pipeline] echo [2020-10-28T22:34:35.257Z] taggedImages: [2020-10-28T22:34:35.257Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:35.257Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:35.257Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:35.257Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-28T22:34:35.327Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-28T22:34:35.327Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:35.327Z] 1.2.2-dev.103 [2020-10-28T22:34:35.327Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:35.327Z] master [2020-10-28T22:34:35.327Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:35.832Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:36.173Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:36.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-28T22:34:36.174Z] 8f6feb0d54fd: Preparing [2020-10-28T22:34:36.174Z] 0f6b344b8b0b: Preparing [2020-10-28T22:34:36.174Z] 9eadc1c37c90: Preparing [2020-10-28T22:34:36.174Z] 0c3c2e7c069c: Preparing [2020-10-28T22:34:36.174Z] 58cf65b7657d: Preparing [2020-10-28T22:34:36.174Z] c6f53f4f5cfc: Preparing [2020-10-28T22:34:36.174Z] c6f53f4f5cfc: Waiting [2020-10-28T22:34:36.505Z] 9eadc1c37c90: Pushed [2020-10-28T22:34:36.505Z] 8f6feb0d54fd: Pushed [2020-10-28T22:34:36.505Z] 58cf65b7657d: Pushed [2020-10-28T22:34:36.505Z] 0c3c2e7c069c: Pushed [2020-10-28T22:34:36.795Z] c6f53f4f5cfc: Pushed [2020-10-28T22:34:39.452Z] 0f6b344b8b0b: Pushed [2020-10-28T22:34:39.721Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:80a4e3703f622750560af20875dd936402e6aebbc8fe48e8ab81cfd415469fc4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:40.057Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:40.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:40.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-28T22:34:40.392Z] 8f6feb0d54fd: Preparing [2020-10-28T22:34:40.392Z] 0f6b344b8b0b: Preparing [2020-10-28T22:34:40.392Z] 9eadc1c37c90: Preparing [2020-10-28T22:34:40.392Z] 0c3c2e7c069c: Preparing [2020-10-28T22:34:40.392Z] 58cf65b7657d: Preparing [2020-10-28T22:34:40.392Z] c6f53f4f5cfc: Preparing [2020-10-28T22:34:40.392Z] c6f53f4f5cfc: Waiting [2020-10-28T22:34:40.392Z] 0f6b344b8b0b: Layer already exists [2020-10-28T22:34:40.392Z] 9eadc1c37c90: Layer already exists [2020-10-28T22:34:40.392Z] 8f6feb0d54fd: Layer already exists [2020-10-28T22:34:40.392Z] 0c3c2e7c069c: Layer already exists [2020-10-28T22:34:40.392Z] 58cf65b7657d: Layer already exists [2020-10-28T22:34:40.392Z] c6f53f4f5cfc: Layer already exists [2020-10-28T22:34:40.664Z] 1.2.2-dev.103: digest: sha256:80a4e3703f622750560af20875dd936402e6aebbc8fe48e8ab81cfd415469fc4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:41.003Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:41.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:41.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-28T22:34:41.335Z] 8f6feb0d54fd: Preparing [2020-10-28T22:34:41.335Z] 0f6b344b8b0b: Preparing [2020-10-28T22:34:41.335Z] 9eadc1c37c90: Preparing [2020-10-28T22:34:41.335Z] 0c3c2e7c069c: Preparing [2020-10-28T22:34:41.335Z] 58cf65b7657d: Preparing [2020-10-28T22:34:41.335Z] c6f53f4f5cfc: Preparing [2020-10-28T22:34:41.335Z] c6f53f4f5cfc: Waiting [2020-10-28T22:34:41.335Z] 0c3c2e7c069c: Layer already exists [2020-10-28T22:34:41.335Z] 58cf65b7657d: Layer already exists [2020-10-28T22:34:41.335Z] 0f6b344b8b0b: Layer already exists [2020-10-28T22:34:41.335Z] 8f6feb0d54fd: Layer already exists [2020-10-28T22:34:41.335Z] 9eadc1c37c90: Layer already exists [2020-10-28T22:34:41.608Z] c6f53f4f5cfc: Layer already exists [2020-10-28T22:34:41.608Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:80a4e3703f622750560af20875dd936402e6aebbc8fe48e8ab81cfd415469fc4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:41.947Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:42.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-28T22:34:42.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-28T22:34:42.281Z] 8f6feb0d54fd: Preparing [2020-10-28T22:34:42.281Z] 0f6b344b8b0b: Preparing [2020-10-28T22:34:42.281Z] 9eadc1c37c90: Preparing [2020-10-28T22:34:42.281Z] 0c3c2e7c069c: Preparing [2020-10-28T22:34:42.281Z] 58cf65b7657d: Preparing [2020-10-28T22:34:42.281Z] c6f53f4f5cfc: Preparing [2020-10-28T22:34:42.281Z] c6f53f4f5cfc: Waiting [2020-10-28T22:34:42.553Z] 0c3c2e7c069c: Layer already exists [2020-10-28T22:34:42.553Z] 58cf65b7657d: Layer already exists [2020-10-28T22:34:42.553Z] 0f6b344b8b0b: Layer already exists [2020-10-28T22:34:42.553Z] 8f6feb0d54fd: Layer already exists [2020-10-28T22:34:42.553Z] 9eadc1c37c90: Layer already exists [2020-10-28T22:34:42.553Z] c6f53f4f5cfc: Layer already exists [2020-10-28T22:34:42.553Z] master: digest: sha256:80a4e3703f622750560af20875dd936402e6aebbc8fe48e8ab81cfd415469fc4 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:34:42.755Z] ===================================================== [Pipeline] echo [2020-10-28T22:34:42.806Z] taggedImages: [2020-10-28T22:34:42.806Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:42.806Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:42.806Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:42.806Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-28T22:34:42.892Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-28T22:34:42.893Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:42.893Z] 1.2.2-dev.103 [2020-10-28T22:34:42.893Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:42.893Z] master [2020-10-28T22:34:42.893Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:43.406Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:43.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:43.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-28T22:34:43.734Z] 8a0b45c3d4dc: Preparing [2020-10-28T22:34:43.734Z] 08afcabd1972: Preparing [2020-10-28T22:34:43.734Z] 25823ef75405: Preparing [2020-10-28T22:34:44.007Z] 8a0b45c3d4dc: Pushed [2020-10-28T22:34:44.007Z] 25823ef75405: Pushed [2020-10-28T22:34:47.380Z] 08afcabd1972: Pushed [2020-10-28T22:34:47.380Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:addd7eeae5b47706227563cd69442fa6b2ff28f159663c242dbbde7b7cd9045c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:47.718Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:48.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:48.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-28T22:34:48.056Z] 8a0b45c3d4dc: Preparing [2020-10-28T22:34:48.056Z] 08afcabd1972: Preparing [2020-10-28T22:34:48.056Z] 25823ef75405: Preparing [2020-10-28T22:34:48.056Z] 8a0b45c3d4dc: Layer already exists [2020-10-28T22:34:48.056Z] 25823ef75405: Layer already exists [2020-10-28T22:34:48.056Z] 08afcabd1972: Layer already exists [2020-10-28T22:34:48.326Z] 1.2.2-dev.103: digest: sha256:addd7eeae5b47706227563cd69442fa6b2ff28f159663c242dbbde7b7cd9045c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:48.671Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:49.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:49.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-28T22:34:49.002Z] 8a0b45c3d4dc: Preparing [2020-10-28T22:34:49.002Z] 08afcabd1972: Preparing [2020-10-28T22:34:49.002Z] 25823ef75405: Preparing [2020-10-28T22:34:49.002Z] 8a0b45c3d4dc: Layer already exists [2020-10-28T22:34:49.002Z] 08afcabd1972: Layer already exists [2020-10-28T22:34:49.002Z] 25823ef75405: Layer already exists [2020-10-28T22:34:49.272Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:addd7eeae5b47706227563cd69442fa6b2ff28f159663c242dbbde7b7cd9045c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:49.607Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:49.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-28T22:34:49.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-28T22:34:49.936Z] 8a0b45c3d4dc: Preparing [2020-10-28T22:34:49.936Z] 08afcabd1972: Preparing [2020-10-28T22:34:49.936Z] 25823ef75405: Preparing [2020-10-28T22:34:49.936Z] 08afcabd1972: Layer already exists [2020-10-28T22:34:49.936Z] 25823ef75405: Layer already exists [2020-10-28T22:34:50.206Z] 8a0b45c3d4dc: Layer already exists [2020-10-28T22:34:50.206Z] master: digest: sha256:addd7eeae5b47706227563cd69442fa6b2ff28f159663c242dbbde7b7cd9045c size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:34:50.452Z] ===================================================== [Pipeline] echo [2020-10-28T22:34:50.535Z] taggedImages: [2020-10-28T22:34:50.535Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:50.535Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.103 [2020-10-28T22:34:50.535Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:50.535Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-28T22:34:50.663Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-28T22:34:50.663Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:50.663Z] 1.2.2-dev.103 [2020-10-28T22:34:50.663Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:34:50.663Z] master [2020-10-28T22:34:50.663Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:51.185Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:34:51.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:34:51.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-28T22:34:51.516Z] aa54d3881e75: Preparing [2020-10-28T22:34:51.516Z] db476d53d0c8: Preparing [2020-10-28T22:34:51.516Z] eb545edac41a: Preparing [2020-10-28T22:34:51.516Z] 94c140795088: Preparing [2020-10-28T22:34:51.516Z] 6566c1479acb: Preparing [2020-10-28T22:34:51.516Z] 23e761d05f66: Preparing [2020-10-28T22:34:51.516Z] 596665c9fb1d: Preparing [2020-10-28T22:34:51.516Z] 52543ddb2901: Preparing [2020-10-28T22:34:51.516Z] 9f553b275599: Preparing [2020-10-28T22:34:51.516Z] 3a47579f0cd1: Preparing [2020-10-28T22:34:51.516Z] cd6d79ebbfb6: Preparing [2020-10-28T22:34:51.516Z] 3e7dc55cab04: Preparing [2020-10-28T22:34:51.516Z] b2e85fd0898f: Preparing [2020-10-28T22:34:51.516Z] cd3761cfa1d9: Preparing [2020-10-28T22:34:51.516Z] 23e761d05f66: Waiting [2020-10-28T22:34:51.516Z] cd6d79ebbfb6: Waiting [2020-10-28T22:34:51.516Z] 596665c9fb1d: Waiting [2020-10-28T22:34:51.516Z] 3e7dc55cab04: Waiting [2020-10-28T22:34:51.516Z] 52543ddb2901: Waiting [2020-10-28T22:34:51.516Z] b2e85fd0898f: Waiting [2020-10-28T22:34:51.516Z] 9f553b275599: Waiting [2020-10-28T22:34:51.516Z] cd3761cfa1d9: Waiting [2020-10-28T22:34:51.516Z] 3a47579f0cd1: Waiting [2020-10-28T22:34:52.119Z] 6566c1479acb: Pushed [2020-10-28T22:34:52.119Z] aa54d3881e75: Pushed [2020-10-28T22:34:53.096Z] 596665c9fb1d: Pushed [2020-10-28T22:34:53.096Z] 94c140795088: Pushed [2020-10-28T22:34:53.096Z] 52543ddb2901: Layer already exists [2020-10-28T22:34:53.096Z] 9f553b275599: Layer already exists [2020-10-28T22:34:53.096Z] 3a47579f0cd1: Layer already exists [2020-10-28T22:34:53.096Z] cd6d79ebbfb6: Layer already exists [2020-10-28T22:34:53.096Z] b2e85fd0898f: Layer already exists [2020-10-28T22:34:53.096Z] 3e7dc55cab04: Layer already exists [2020-10-28T22:34:53.096Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:34:53.691Z] db476d53d0c8: Pushed [2020-10-28T22:34:54.662Z] 23e761d05f66: Pushed [2020-10-28T22:35:07.016Z] eb545edac41a: Pushed [2020-10-28T22:35:07.016Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6: digest: sha256:7d9186c85f4aabc5a3efd6fc158a65722afa9fe6562a96d3e2163c9941f8f353 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:35:07.354Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:35:07.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.103 [2020-10-28T22:35:07.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-28T22:35:07.692Z] aa54d3881e75: Preparing [2020-10-28T22:35:07.692Z] db476d53d0c8: Preparing [2020-10-28T22:35:07.692Z] eb545edac41a: Preparing [2020-10-28T22:35:07.692Z] 94c140795088: Preparing [2020-10-28T22:35:07.692Z] 6566c1479acb: Preparing [2020-10-28T22:35:07.692Z] 23e761d05f66: Preparing [2020-10-28T22:35:07.692Z] 596665c9fb1d: Preparing [2020-10-28T22:35:07.692Z] 52543ddb2901: Preparing [2020-10-28T22:35:07.692Z] 9f553b275599: Preparing [2020-10-28T22:35:07.692Z] 3a47579f0cd1: Preparing [2020-10-28T22:35:07.692Z] cd6d79ebbfb6: Preparing [2020-10-28T22:35:07.692Z] 23e761d05f66: Waiting [2020-10-28T22:35:07.692Z] 596665c9fb1d: Waiting [2020-10-28T22:35:07.692Z] 52543ddb2901: Waiting [2020-10-28T22:35:07.692Z] 9f553b275599: Waiting [2020-10-28T22:35:07.692Z] 3a47579f0cd1: Waiting [2020-10-28T22:35:07.692Z] 3e7dc55cab04: Preparing [2020-10-28T22:35:07.692Z] b2e85fd0898f: Preparing [2020-10-28T22:35:07.692Z] cd3761cfa1d9: Preparing [2020-10-28T22:35:07.692Z] 3e7dc55cab04: Waiting [2020-10-28T22:35:07.692Z] cd6d79ebbfb6: Waiting [2020-10-28T22:35:07.692Z] cd3761cfa1d9: Waiting [2020-10-28T22:35:07.692Z] b2e85fd0898f: Waiting [2020-10-28T22:35:07.964Z] db476d53d0c8: Layer already exists [2020-10-28T22:35:07.964Z] aa54d3881e75: Layer already exists [2020-10-28T22:35:07.964Z] 6566c1479acb: Layer already exists [2020-10-28T22:35:07.964Z] 94c140795088: Layer already exists [2020-10-28T22:35:07.964Z] eb545edac41a: Layer already exists [2020-10-28T22:35:07.964Z] 52543ddb2901: Layer already exists [2020-10-28T22:35:07.964Z] 596665c9fb1d: Layer already exists [2020-10-28T22:35:07.964Z] 3a47579f0cd1: Layer already exists [2020-10-28T22:35:07.964Z] 9f553b275599: Layer already exists [2020-10-28T22:35:07.964Z] 23e761d05f66: Layer already exists [2020-10-28T22:35:07.964Z] cd6d79ebbfb6: Layer already exists [2020-10-28T22:35:07.964Z] b2e85fd0898f: Layer already exists [2020-10-28T22:35:07.964Z] 3e7dc55cab04: Layer already exists [2020-10-28T22:35:07.964Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:35:07.964Z] 1.2.2-dev.103: digest: sha256:7d9186c85f4aabc5a3efd6fc158a65722afa9fe6562a96d3e2163c9941f8f353 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:35:08.308Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:35:08.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:35:08.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-28T22:35:08.641Z] aa54d3881e75: Preparing [2020-10-28T22:35:08.641Z] db476d53d0c8: Preparing [2020-10-28T22:35:08.641Z] eb545edac41a: Preparing [2020-10-28T22:35:08.641Z] 94c140795088: Preparing [2020-10-28T22:35:08.641Z] 6566c1479acb: Preparing [2020-10-28T22:35:08.641Z] 23e761d05f66: Preparing [2020-10-28T22:35:08.641Z] 596665c9fb1d: Preparing [2020-10-28T22:35:08.641Z] 52543ddb2901: Preparing [2020-10-28T22:35:08.641Z] 9f553b275599: Preparing [2020-10-28T22:35:08.641Z] 3a47579f0cd1: Preparing [2020-10-28T22:35:08.641Z] cd6d79ebbfb6: Preparing [2020-10-28T22:35:08.641Z] 3e7dc55cab04: Preparing [2020-10-28T22:35:08.641Z] b2e85fd0898f: Preparing [2020-10-28T22:35:08.641Z] cd3761cfa1d9: Preparing [2020-10-28T22:35:08.641Z] 23e761d05f66: Waiting [2020-10-28T22:35:08.641Z] 596665c9fb1d: Waiting [2020-10-28T22:35:08.641Z] cd6d79ebbfb6: Waiting [2020-10-28T22:35:08.641Z] 3e7dc55cab04: Waiting [2020-10-28T22:35:08.641Z] 52543ddb2901: Waiting [2020-10-28T22:35:08.641Z] 9f553b275599: Waiting [2020-10-28T22:35:08.641Z] cd3761cfa1d9: Waiting [2020-10-28T22:35:08.641Z] b2e85fd0898f: Waiting [2020-10-28T22:35:08.641Z] 3a47579f0cd1: Waiting [2020-10-28T22:35:08.913Z] 94c140795088: Layer already exists [2020-10-28T22:35:08.913Z] eb545edac41a: Layer already exists [2020-10-28T22:35:08.913Z] db476d53d0c8: Layer already exists [2020-10-28T22:35:08.913Z] aa54d3881e75: Layer already exists [2020-10-28T22:35:08.913Z] 6566c1479acb: Layer already exists [2020-10-28T22:35:08.913Z] 52543ddb2901: Layer already exists [2020-10-28T22:35:08.913Z] 23e761d05f66: Layer already exists [2020-10-28T22:35:08.913Z] 3a47579f0cd1: Layer already exists [2020-10-28T22:35:08.913Z] 9f553b275599: Layer already exists [2020-10-28T22:35:08.913Z] 596665c9fb1d: Layer already exists [2020-10-28T22:35:08.913Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:35:08.913Z] 3e7dc55cab04: Layer already exists [2020-10-28T22:35:08.913Z] b2e85fd0898f: Layer already exists [2020-10-28T22:35:08.913Z] cd6d79ebbfb6: Layer already exists [2020-10-28T22:35:08.913Z] 0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103: digest: sha256:7d9186c85f4aabc5a3efd6fc158a65722afa9fe6562a96d3e2163c9941f8f353 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:35:09.251Z] + 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-28T22:35:09.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-28T22:35:09.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-28T22:35:09.590Z] aa54d3881e75: Preparing [2020-10-28T22:35:09.590Z] db476d53d0c8: Preparing [2020-10-28T22:35:09.590Z] eb545edac41a: Preparing [2020-10-28T22:35:09.590Z] 94c140795088: Preparing [2020-10-28T22:35:09.590Z] 6566c1479acb: Preparing [2020-10-28T22:35:09.590Z] 23e761d05f66: Preparing [2020-10-28T22:35:09.590Z] 596665c9fb1d: Preparing [2020-10-28T22:35:09.590Z] 52543ddb2901: Preparing [2020-10-28T22:35:09.590Z] 9f553b275599: Preparing [2020-10-28T22:35:09.590Z] 3a47579f0cd1: Preparing [2020-10-28T22:35:09.590Z] cd6d79ebbfb6: Preparing [2020-10-28T22:35:09.590Z] 3e7dc55cab04: Preparing [2020-10-28T22:35:09.590Z] b2e85fd0898f: Preparing [2020-10-28T22:35:09.590Z] cd3761cfa1d9: Preparing [2020-10-28T22:35:09.590Z] 596665c9fb1d: Waiting [2020-10-28T22:35:09.590Z] 52543ddb2901: Waiting [2020-10-28T22:35:09.590Z] 9f553b275599: Waiting [2020-10-28T22:35:09.590Z] 23e761d05f66: Waiting [2020-10-28T22:35:09.590Z] 3a47579f0cd1: Waiting [2020-10-28T22:35:09.590Z] b2e85fd0898f: Waiting [2020-10-28T22:35:09.590Z] cd3761cfa1d9: Waiting [2020-10-28T22:35:09.590Z] 3e7dc55cab04: Waiting [2020-10-28T22:35:09.590Z] cd6d79ebbfb6: Waiting [2020-10-28T22:35:09.859Z] 94c140795088: Layer already exists [2020-10-28T22:35:09.859Z] db476d53d0c8: Layer already exists [2020-10-28T22:35:09.859Z] eb545edac41a: Layer already exists [2020-10-28T22:35:09.859Z] aa54d3881e75: Layer already exists [2020-10-28T22:35:09.859Z] 6566c1479acb: Layer already exists [2020-10-28T22:35:09.859Z] 9f553b275599: Layer already exists [2020-10-28T22:35:09.859Z] 596665c9fb1d: Layer already exists [2020-10-28T22:35:09.859Z] 23e761d05f66: Layer already exists [2020-10-28T22:35:09.859Z] 3a47579f0cd1: Layer already exists [2020-10-28T22:35:09.859Z] 52543ddb2901: Layer already exists [2020-10-28T22:35:09.859Z] cd6d79ebbfb6: Layer already exists [2020-10-28T22:35:09.859Z] cd3761cfa1d9: Layer already exists [2020-10-28T22:35:09.859Z] 3e7dc55cab04: Layer already exists [2020-10-28T22:35:09.859Z] b2e85fd0898f: Layer already exists [2020-10-28T22:35:09.859Z] master: digest: sha256:7d9186c85f4aabc5a3efd6fc158a65722afa9fe6562a96d3e2163c9941f8f353 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T22:35:10.109Z] ===================================================== [Pipeline] echo [2020-10-28T22:35:10.159Z] taggedImages: [2020-10-28T22:35:10.159Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:35:10.159Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.103 [2020-10-28T22:35:10.159Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6-1.2.2-dev.103 [2020-10-28T22:35:10.159Z] - 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-28T22:35:12.013Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-28T22:35:12.014Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-28T22:35:12.080Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:35:12.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-28T22:35:12.440Z] [2020-10-28T22:35:12.440Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:35:12.793Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-28T22:35:12.794Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-28T22:35:12.794Z] cbdbe7a5bc2a: Already exists [2020-10-28T22:35:12.794Z] 408f87550127: Pulling fs layer [2020-10-28T22:35:12.794Z] fe522b08c979: Pulling fs layer [2020-10-28T22:35:12.794Z] 221eaa008020: Pulling fs layer [2020-10-28T22:35:12.794Z] 2a4607e5d6b9: Pulling fs layer [2020-10-28T22:35:12.794Z] 8f79b27c4fd2: Pulling fs layer [2020-10-28T22:35:12.794Z] e5c8dbe1645b: Pulling fs layer [2020-10-28T22:35:12.794Z] 23e8b3b47431: Pulling fs layer [2020-10-28T22:35:12.794Z] 5c568d65a230: Pulling fs layer [2020-10-28T22:35:12.794Z] 8f79b27c4fd2: Waiting [2020-10-28T22:35:12.794Z] e5c8dbe1645b: Waiting [2020-10-28T22:35:12.794Z] 23e8b3b47431: Waiting [2020-10-28T22:35:12.794Z] 2a4607e5d6b9: Waiting [2020-10-28T22:35:12.794Z] 5c568d65a230: Waiting [2020-10-28T22:35:12.794Z] fe522b08c979: Verifying Checksum [2020-10-28T22:35:12.794Z] fe522b08c979: Download complete [2020-10-28T22:35:12.794Z] 408f87550127: Download complete [2020-10-28T22:35:12.794Z] 2a4607e5d6b9: Download complete [2020-10-28T22:35:12.794Z] 8f79b27c4fd2: Verifying Checksum [2020-10-28T22:35:12.794Z] 8f79b27c4fd2: Download complete [2020-10-28T22:35:13.056Z] 408f87550127: Pull complete [2020-10-28T22:35:13.319Z] fe522b08c979: Pull complete [2020-10-28T22:35:14.714Z] e5c8dbe1645b: Download complete [2020-10-28T22:35:15.298Z] 5c568d65a230: Verifying Checksum [2020-10-28T22:35:15.298Z] 5c568d65a230: Download complete [2020-10-28T22:35:15.560Z] 23e8b3b47431: Verifying Checksum [2020-10-28T22:35:15.560Z] 23e8b3b47431: Download complete [2020-10-28T22:35:16.507Z] 221eaa008020: Download complete [2020-10-28T22:35:23.379Z] 221eaa008020: Pull complete [2020-10-28T22:35:23.379Z] 2a4607e5d6b9: Pull complete [2020-10-28T22:35:23.379Z] 8f79b27c4fd2: Pull complete [2020-10-28T22:35:28.744Z] e5c8dbe1645b: Pull complete [2020-10-28T22:35:32.072Z] 23e8b3b47431: Pull complete [2020-10-28T22:35:34.629Z] 5c568d65a230: Pull complete [2020-10-28T22:35:34.629Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-28T22:35:34.629Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-28T22:35:34.629Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-28T22:35:34.844Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:35:34.909Z] $ 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/219:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-28T22:35:36.104Z] $ docker top 7456bb19bcedd9f6de80b128a3e42025cbe8ca41511d1b04408fee8df106563c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T22:35:36.628Z] + snyk monitor '--org=edgex-jenkins' [2020-10-28T22:35:51.565Z] [2020-10-28T22:35:51.565Z] Monitoring /w/workspace/edgex-go/219 (github.com/edgexfoundry/edgex-go)... [2020-10-28T22:35:51.565Z] [2020-10-28T22:35:51.565Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/775a14c1-060f-416d-94be-999bb1b184c6 [2020-10-28T22:35:51.565Z] [2020-10-28T22:35:51.565Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-28T22:35:51.565Z] [2020-10-28T22:35:51.565Z] [2020-10-28T22:35:51.565Z] Snyk CLI supports Node.js 8 and higher. [2020-10-28T22:35:51.565Z] 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-28T22:35:51.565Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-28T22:35:51.565Z] [2020-10-28T22:35:51.565Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-28T22:35:51.565Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-28T22:35:51.583Z] $ docker stop --time=1 7456bb19bcedd9f6de80b128a3e42025cbe8ca41511d1b04408fee8df106563c [2020-10-28T22:35:54.681Z] $ docker rm -f 7456bb19bcedd9f6de80b128a3e42025cbe8ca41511d1b04408fee8df106563c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:35:56.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:35:56.369Z] [2020-10-28T22:35:56.369Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:35:56.710Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:35:56.710Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-28T22:35:56.710Z] e7c96db7181b: Pulling fs layer [2020-10-28T22:35:56.710Z] 1868ca2cb446: Pulling fs layer [2020-10-28T22:35:56.710Z] 136be5d0fe8e: Pulling fs layer [2020-10-28T22:35:56.710Z] 894bfe63afcb: Pulling fs layer [2020-10-28T22:35:56.710Z] 894bfe63afcb: Waiting [2020-10-28T22:35:56.710Z] 1868ca2cb446: Verifying Checksum [2020-10-28T22:35:56.710Z] 1868ca2cb446: Download complete [2020-10-28T22:35:56.710Z] 136be5d0fe8e: Verifying Checksum [2020-10-28T22:35:56.710Z] 136be5d0fe8e: Download complete [2020-10-28T22:35:56.710Z] e7c96db7181b: Download complete [2020-10-28T22:35:56.973Z] 894bfe63afcb: Verifying Checksum [2020-10-28T22:35:56.973Z] 894bfe63afcb: Download complete [2020-10-28T22:35:57.235Z] e7c96db7181b: Pull complete [2020-10-28T22:35:57.235Z] 1868ca2cb446: Pull complete [2020-10-28T22:35:57.497Z] 136be5d0fe8e: Pull complete [2020-10-28T22:35:57.758Z] 894bfe63afcb: Pull complete [2020-10-28T22:35:57.758Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-28T22:35:57.758Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:35:57.758Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-28T22:35:57.875Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:35:57.925Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:35:58.846Z] $ docker top 24e2e2f71be0473db1afbb7688c1eb5b1e8fc0adc27f4789a6646593ce39b2dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:35:59.412Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:35:59.412Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:36:02.142Z] $ docker stop --time=1 24e2e2f71be0473db1afbb7688c1eb5b1e8fc0adc27f4789a6646593ce39b2dc [2020-10-28T22:36:04.215Z] $ docker rm -f 24e2e2f71be0473db1afbb7688c1eb5b1e8fc0adc27f4789a6646593ce39b2dc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:36:04.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:36:04.753Z] . [Pipeline] withDockerContainer [2020-10-28T22:36:04.864Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:36:04.916Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:36:05.750Z] $ docker top 269ef5ca77ee7bb189d22955a7126fb87664a206bc7dfd10e61731259dea87f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:36:06.309Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:36:06.309Z] + tee [2020-10-28T22:36:06.309Z] clair timeout 1m0s [2020-10-28T22:36:06.309Z] docker timeout: 1m0s [2020-10-28T22:36:06.309Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:36:07.036Z] $ docker stop --time=1 269ef5ca77ee7bb189d22955a7126fb87664a206bc7dfd10e61731259dea87f6 [2020-10-28T22:36:08.410Z] $ docker rm -f 269ef5ca77ee7bb189d22955a7126fb87664a206bc7dfd10e61731259dea87f6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:36:08.894Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:36:08.907Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-core-command-go_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:36:08.983Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:36:09.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:36:09.484Z] . [Pipeline] withDockerContainer [2020-10-28T22:36:09.588Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:36:09.641Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:36:10.343Z] $ docker top c4e98e50d72c7bd593afe0278459445aa18156ad1a47881f841021acb4c4e596 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:36:10.944Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:36:10.944Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:36:16.405Z] $ docker stop --time=1 c4e98e50d72c7bd593afe0278459445aa18156ad1a47881f841021acb4c4e596 [2020-10-28T22:36:17.756Z] $ docker rm -f c4e98e50d72c7bd593afe0278459445aa18156ad1a47881f841021acb4c4e596 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:36:18.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:36:18.251Z] . [Pipeline] withDockerContainer [2020-10-28T22:36:18.359Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:36:18.541Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:36:19.195Z] $ docker top 89b04b28d48f3752236978a3b46eb7eb67d1242779dfa830fc17a9f14c252c1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:36:19.804Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:36:19.804Z] + tee [2020-10-28T22:36:19.804Z] clair timeout 1m0s [2020-10-28T22:36:19.804Z] docker timeout: 1m0s [2020-10-28T22:36:19.804Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:36:20.853Z] $ docker stop --time=1 89b04b28d48f3752236978a3b46eb7eb67d1242779dfa830fc17a9f14c252c1a [2020-10-28T22:36:22.280Z] $ docker rm -f 89b04b28d48f3752236978a3b46eb7eb67d1242779dfa830fc17a9f14c252c1a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:36:22.794Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:36:22.808Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-core-data-go_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:36:22.866Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:36:23.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:36:23.208Z] . [Pipeline] withDockerContainer [2020-10-28T22:36:23.310Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:36:23.365Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:36:24.104Z] $ docker top a7afdcad5f26a97fd7d0e13df6485dd90bac719548d20e7ac9ecbeaeab480e15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:36:24.646Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:36:24.646Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:36:27.426Z] $ docker stop --time=1 a7afdcad5f26a97fd7d0e13df6485dd90bac719548d20e7ac9ecbeaeab480e15 [2020-10-28T22:36:28.809Z] $ docker rm -f a7afdcad5f26a97fd7d0e13df6485dd90bac719548d20e7ac9ecbeaeab480e15 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:36:29.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:36:29.300Z] . [Pipeline] withDockerContainer [2020-10-28T22:36:29.403Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:36:29.450Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:36:30.377Z] $ docker top 1a31ace7270ba4840cb21e5e9aa186325693839968330986a80d4de4cffe8212 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:36:30.956Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:36:30.956Z] + tee [2020-10-28T22:36:30.956Z] clair timeout 1m0s [2020-10-28T22:36:30.956Z] docker timeout: 1m0s [2020-10-28T22:36:30.956Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:36:31.632Z] $ docker stop --time=1 1a31ace7270ba4840cb21e5e9aa186325693839968330986a80d4de4cffe8212 [2020-10-28T22:36:33.165Z] $ docker rm -f 1a31ace7270ba4840cb21e5e9aa186325693839968330986a80d4de4cffe8212 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:36:33.685Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:36:33.699Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-core-metadata-go_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:36:33.750Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:36:34.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:36:34.092Z] . [Pipeline] withDockerContainer [2020-10-28T22:36:34.196Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:36:34.248Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:36:34.933Z] $ docker top 480ceea80aad090e31da198a2d7a6c7712d0d039c2eb89c6e359b3af9583e043 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:36:35.464Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:36:35.464Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:36:40.990Z] $ docker stop --time=1 480ceea80aad090e31da198a2d7a6c7712d0d039c2eb89c6e359b3af9583e043 [2020-10-28T22:36:42.354Z] $ docker rm -f 480ceea80aad090e31da198a2d7a6c7712d0d039c2eb89c6e359b3af9583e043 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:36:42.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:36:42.837Z] . [Pipeline] withDockerContainer [2020-10-28T22:36:42.951Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:36:43.005Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:36:43.681Z] $ docker top 12e28ea9d7c6060ba01a1cccf2fcc64bf1a213969b1dee4ebe1c07b6cbb8e189 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:36:44.246Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:36:44.246Z] + tee [2020-10-28T22:36:44.246Z] clair timeout 1m0s [2020-10-28T22:36:44.246Z] docker timeout: 1m0s [2020-10-28T22:36:44.246Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:36:45.298Z] $ docker stop --time=1 12e28ea9d7c6060ba01a1cccf2fcc64bf1a213969b1dee4ebe1c07b6cbb8e189 [2020-10-28T22:36:46.644Z] $ docker rm -f 12e28ea9d7c6060ba01a1cccf2fcc64bf1a213969b1dee4ebe1c07b6cbb8e189 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:36:47.158Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:36:47.171Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-security-bootstrap-redis-go_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:36:47.227Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:36:47.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:36:47.571Z] . [Pipeline] withDockerContainer [2020-10-28T22:36:47.723Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:36:47.807Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:36:48.531Z] $ docker top ada1d44d6aefc1d70bf17d780a76a1eb58308a2cecd26aaf99b5d99a636c9b7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:36:49.107Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:36:49.108Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:36:53.491Z] $ docker stop --time=1 ada1d44d6aefc1d70bf17d780a76a1eb58308a2cecd26aaf99b5d99a636c9b7e [2020-10-28T22:36:54.883Z] $ docker rm -f ada1d44d6aefc1d70bf17d780a76a1eb58308a2cecd26aaf99b5d99a636c9b7e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:36:55.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:36:55.373Z] . [Pipeline] withDockerContainer [2020-10-28T22:36:55.476Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:36:55.528Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:36:56.922Z] $ docker top 8f7806ecf907473c030059e4dcb30b221df584b0670f507a0291fe49238257f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:36:57.489Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:36:57.489Z] + tee [2020-10-28T22:36:57.489Z] clair timeout 1m0s [2020-10-28T22:36:57.489Z] docker timeout: 1m0s [2020-10-28T22:36:57.489Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:36:58.546Z] $ docker stop --time=1 8f7806ecf907473c030059e4dcb30b221df584b0670f507a0291fe49238257f3 [2020-10-28T22:36:59.919Z] $ docker rm -f 8f7806ecf907473c030059e4dcb30b221df584b0670f507a0291fe49238257f3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:37:00.412Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:37:00.428Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-security-proxy-setup-go_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:37:00.483Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:37:00.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:37:00.846Z] . [Pipeline] withDockerContainer [2020-10-28T22:37:00.951Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:37:01.001Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:37:01.757Z] $ docker top 1df6f975411d9bd687503539b6c93d15b0b9e83a8e789ec51e0d7a2bb8d36489 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:37:02.316Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:37:02.316Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:37:10.654Z] $ docker stop --time=1 1df6f975411d9bd687503539b6c93d15b0b9e83a8e789ec51e0d7a2bb8d36489 [2020-10-28T22:37:12.021Z] $ docker rm -f 1df6f975411d9bd687503539b6c93d15b0b9e83a8e789ec51e0d7a2bb8d36489 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:37:12.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:37:12.490Z] . [Pipeline] withDockerContainer [2020-10-28T22:37:12.590Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:37:12.638Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:37:13.263Z] $ docker top 61839e59ebae9b8e6d079860e8c98683e02f221ca372a6b506993eceaba0e2c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:37:13.786Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:37:13.787Z] + tee [2020-10-28T22:37:13.787Z] clair timeout 1m0s [2020-10-28T22:37:13.787Z] docker timeout: 1m0s [2020-10-28T22:37:13.787Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:37:15.325Z] $ docker stop --time=1 61839e59ebae9b8e6d079860e8c98683e02f221ca372a6b506993eceaba0e2c9 [2020-10-28T22:37:16.685Z] $ docker rm -f 61839e59ebae9b8e6d079860e8c98683e02f221ca372a6b506993eceaba0e2c9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:37:17.151Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:37:17.165Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-security-secrets-setup-go_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:37:17.220Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:37:17.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:37:17.568Z] . [Pipeline] withDockerContainer [2020-10-28T22:37:17.670Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:37:17.723Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:37:18.377Z] $ docker top b9d11402aaf6ca0b95867a6ef3b3cbf1aacd521bc8732516ae493688055a2b3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:37:18.930Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:37:18.930Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:37:25.726Z] $ docker stop --time=1 b9d11402aaf6ca0b95867a6ef3b3cbf1aacd521bc8732516ae493688055a2b3f [2020-10-28T22:37:27.086Z] $ docker rm -f b9d11402aaf6ca0b95867a6ef3b3cbf1aacd521bc8732516ae493688055a2b3f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:37:27.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:37:27.627Z] . [Pipeline] withDockerContainer [2020-10-28T22:37:27.732Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:37:27.782Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:37:28.519Z] $ docker top 149ae5d197975d38a999f8282020340848d091c6e83fbf32910a5141e94e33a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:37:29.099Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:37:29.099Z] + tee [2020-10-28T22:37:29.099Z] clair timeout 1m0s [2020-10-28T22:37:29.099Z] docker timeout: 1m0s [2020-10-28T22:37:29.099Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:37:30.175Z] $ docker stop --time=1 149ae5d197975d38a999f8282020340848d091c6e83fbf32910a5141e94e33a9 [2020-10-28T22:37:31.623Z] $ docker rm -f 149ae5d197975d38a999f8282020340848d091c6e83fbf32910a5141e94e33a9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:37:32.105Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:37:32.118Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-security-secretstore-setup-go_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:37:32.173Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:37:32.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:37:32.518Z] . [Pipeline] withDockerContainer [2020-10-28T22:37:32.620Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:37:32.668Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:37:33.480Z] $ docker top 59e1dd8e655b62a4a8d66e5ccb43f0d12e8cf6ff8e71a168a67941016eeb01a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:37:34.095Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:37:34.095Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:37:37.565Z] $ docker stop --time=1 59e1dd8e655b62a4a8d66e5ccb43f0d12e8cf6ff8e71a168a67941016eeb01a9 [2020-10-28T22:37:38.915Z] $ docker rm -f 59e1dd8e655b62a4a8d66e5ccb43f0d12e8cf6ff8e71a168a67941016eeb01a9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:37:39.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:37:39.386Z] . [Pipeline] withDockerContainer [2020-10-28T22:37:39.490Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:37:39.540Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:37:40.182Z] $ docker top 23ba3b3cc5c4e8ed99f512e16f51470542ee697b0ea7d09983476442fc535df7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:37:40.725Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:37:40.725Z] + tee [2020-10-28T22:37:40.725Z] clair timeout 1m0s [2020-10-28T22:37:40.725Z] docker timeout: 1m0s [2020-10-28T22:37:40.725Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:37:41.408Z] $ docker stop --time=1 23ba3b3cc5c4e8ed99f512e16f51470542ee697b0ea7d09983476442fc535df7 [2020-10-28T22:37:42.812Z] $ docker rm -f 23ba3b3cc5c4e8ed99f512e16f51470542ee697b0ea7d09983476442fc535df7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:37:43.346Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:37:43.359Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-support-logging-go_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:37:43.411Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:37:43.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:37:43.813Z] . [Pipeline] withDockerContainer [2020-10-28T22:37:43.915Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:37:43.968Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:37:44.662Z] $ docker top 705ecec0d1e13bc5e7cb1d39c85f4fa7dee09d8ee14980b5de1cee0a6de391a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:37:45.204Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:37:45.205Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:37:50.737Z] $ docker stop --time=1 705ecec0d1e13bc5e7cb1d39c85f4fa7dee09d8ee14980b5de1cee0a6de391a2 [2020-10-28T22:37:52.141Z] $ docker rm -f 705ecec0d1e13bc5e7cb1d39c85f4fa7dee09d8ee14980b5de1cee0a6de391a2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:37:52.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:37:52.633Z] . [Pipeline] withDockerContainer [2020-10-28T22:37:52.733Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:37:52.782Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:37:53.623Z] $ docker top 6b81d6252ff87f5c1c1efb212142003f14bdd3907806c050d782348a6278f31f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:37:54.210Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:37:54.210Z] + tee [2020-10-28T22:37:54.210Z] clair timeout 1m0s [2020-10-28T22:37:54.210Z] docker timeout: 1m0s [2020-10-28T22:37:54.210Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:37:55.267Z] $ docker stop --time=1 6b81d6252ff87f5c1c1efb212142003f14bdd3907806c050d782348a6278f31f [2020-10-28T22:37:56.639Z] $ docker rm -f 6b81d6252ff87f5c1c1efb212142003f14bdd3907806c050d782348a6278f31f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:37:57.146Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:37:57.161Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-support-notifications-go_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:37:57.214Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:37:57.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:37:57.558Z] . [Pipeline] withDockerContainer [2020-10-28T22:37:57.667Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:37:57.716Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:37:58.396Z] $ docker top 4162f4e8e43f09e9523d4199d45f8a0ad4a123370a4f14e5a0907601b26e598e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:37:58.924Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:37:58.924Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:38:01.653Z] $ docker stop --time=1 4162f4e8e43f09e9523d4199d45f8a0ad4a123370a4f14e5a0907601b26e598e [2020-10-28T22:38:03.010Z] $ docker rm -f 4162f4e8e43f09e9523d4199d45f8a0ad4a123370a4f14e5a0907601b26e598e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:38:03.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:38:03.504Z] . [Pipeline] withDockerContainer [2020-10-28T22:38:03.614Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:38:03.668Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:38:04.812Z] $ docker top b2d9bc67e21ec8b4bd1e279e013d7230e30777dc3e02af40ee708e68a2ac9611 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:38:05.426Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:38:05.427Z] + tee [2020-10-28T22:38:05.427Z] clair timeout 1m0s [2020-10-28T22:38:05.427Z] docker timeout: 1m0s [2020-10-28T22:38:05.427Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:38:06.119Z] $ docker stop --time=1 b2d9bc67e21ec8b4bd1e279e013d7230e30777dc3e02af40ee708e68a2ac9611 [2020-10-28T22:38:07.476Z] $ docker rm -f b2d9bc67e21ec8b4bd1e279e013d7230e30777dc3e02af40ee708e68a2ac9611 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:38:07.978Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:38:07.992Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-support-scheduler-go_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:38:08.050Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:38:08.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:38:08.393Z] . [Pipeline] withDockerContainer [2020-10-28T22:38:08.494Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:38:08.542Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:38:09.268Z] $ docker top 3534bf196494e09bdcc46577dffd3fd56a1b9f011d436b41a8eca56058edea5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:38:09.855Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:38:09.855Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:38:25.001Z] $ docker stop --time=1 3534bf196494e09bdcc46577dffd3fd56a1b9f011d436b41a8eca56058edea5e [2020-10-28T22:38:26.407Z] $ docker rm -f 3534bf196494e09bdcc46577dffd3fd56a1b9f011d436b41a8eca56058edea5e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:38:26.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:38:26.923Z] . [Pipeline] withDockerContainer [2020-10-28T22:38:27.032Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:38:27.084Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:38:27.883Z] $ docker top 4c953c18e84adfb012be21b4df57d72203697cc95ee5444eac895dd74b39c60a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:38:28.412Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:38:28.412Z] + tee [2020-10-28T22:38:28.412Z] clair timeout 1m0s [2020-10-28T22:38:28.412Z] docker timeout: 1m0s [2020-10-28T22:38:28.412Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:38:29.949Z] $ docker stop --time=1 4c953c18e84adfb012be21b4df57d72203697cc95ee5444eac895dd74b39c60a [2020-10-28T22:38:31.325Z] $ docker rm -f 4c953c18e84adfb012be21b4df57d72203697cc95ee5444eac895dd74b39c60a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:38:31.796Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:38:31.810Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-sys-mgmt-agent-go_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:38:31.872Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:38:32.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:38:32.276Z] . [Pipeline] withDockerContainer [2020-10-28T22:38:32.423Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:38:32.474Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:38:33.109Z] $ docker top b40b96fcc3644b7e9433911e942bc08207a21bf5e645eee1f0a97117c21e8ae7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:38:33.706Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:38:33.706Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:38:36.424Z] $ docker stop --time=1 b40b96fcc3644b7e9433911e942bc08207a21bf5e645eee1f0a97117c21e8ae7 [2020-10-28T22:38:37.845Z] $ docker rm -f b40b96fcc3644b7e9433911e942bc08207a21bf5e645eee1f0a97117c21e8ae7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:38:38.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:38:38.339Z] . [Pipeline] withDockerContainer [2020-10-28T22:38:38.439Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:38:38.488Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:38:39.216Z] $ docker top f344722a8fa0843118d7adbb3014925b60e5792d517ef87177878f4a11595d93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:38:39.741Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:38:39.742Z] + tee [2020-10-28T22:38:39.742Z] clair timeout 1m0s [2020-10-28T22:38:39.742Z] docker timeout: 1m0s [2020-10-28T22:38:39.742Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:38:40.493Z] $ docker stop --time=1 f344722a8fa0843118d7adbb3014925b60e5792d517ef87177878f4a11595d93 [2020-10-28T22:38:41.886Z] $ docker rm -f f344722a8fa0843118d7adbb3014925b60e5792d517ef87177878f4a11595d93 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:38:42.355Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:38:42.369Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-core-command-go-arm64_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:38:42.443Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:38:42.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:38:42.786Z] . [Pipeline] withDockerContainer [2020-10-28T22:38:42.895Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:38:42.945Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:38:43.695Z] $ docker top 7d2a985697f0586a1eee7c9c4e778fbd71f7b3286f22f6423162a5af89a9cbd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:38:44.322Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:38:44.322Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:38:49.813Z] $ docker stop --time=1 7d2a985697f0586a1eee7c9c4e778fbd71f7b3286f22f6423162a5af89a9cbd3 [2020-10-28T22:38:51.232Z] $ docker rm -f 7d2a985697f0586a1eee7c9c4e778fbd71f7b3286f22f6423162a5af89a9cbd3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:38:51.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:38:51.725Z] . [Pipeline] withDockerContainer [2020-10-28T22:38:51.836Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:38:51.884Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:38:52.660Z] $ docker top b6d01b397d0062e3369b148356d27a8c0b93f8c3959ecc72986d906332ca9dfe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:38:53.186Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:38:53.186Z] + tee [2020-10-28T22:38:53.186Z] clair timeout 1m0s [2020-10-28T22:38:53.186Z] docker timeout: 1m0s [2020-10-28T22:38:53.186Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:38:54.275Z] $ docker stop --time=1 b6d01b397d0062e3369b148356d27a8c0b93f8c3959ecc72986d906332ca9dfe [2020-10-28T22:38:55.629Z] $ docker rm -f b6d01b397d0062e3369b148356d27a8c0b93f8c3959ecc72986d906332ca9dfe [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:38:56.096Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:38:56.109Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-core-data-go-arm64_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:38:56.160Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:38:56.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:38:56.496Z] . [Pipeline] withDockerContainer [2020-10-28T22:38:56.623Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:38:56.708Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:38:57.322Z] $ docker top e6ea980e71a370e67c83665d32e07e2e87959913efa569507b750c3d65c84195 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:38:57.837Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:38:57.837Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:39:00.563Z] $ docker stop --time=1 e6ea980e71a370e67c83665d32e07e2e87959913efa569507b750c3d65c84195 [2020-10-28T22:39:01.975Z] $ docker rm -f e6ea980e71a370e67c83665d32e07e2e87959913efa569507b750c3d65c84195 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:39:02.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:39:02.485Z] . [Pipeline] withDockerContainer [2020-10-28T22:39:02.589Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:39:02.638Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:39:03.394Z] $ docker top 24d6cd28d022e5e4638649fba273cdc2f12478cb205c36a72ef93ae9776f8502 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:39:03.928Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6+ tee [2020-10-28T22:39:03.928Z] [2020-10-28T22:39:03.928Z] clair timeout 1m0s [2020-10-28T22:39:03.928Z] docker timeout: 1m0s [2020-10-28T22:39:03.928Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:39:04.602Z] $ docker stop --time=1 24d6cd28d022e5e4638649fba273cdc2f12478cb205c36a72ef93ae9776f8502 [2020-10-28T22:39:05.963Z] $ docker rm -f 24d6cd28d022e5e4638649fba273cdc2f12478cb205c36a72ef93ae9776f8502 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:39:06.448Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:39:06.461Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-core-metadata-go-arm64_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:39:06.514Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:39:06.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:39:06.850Z] . [Pipeline] withDockerContainer [2020-10-28T22:39:06.960Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:39:07.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:39:07.842Z] $ docker top 92ec5c856947d2b07814f70504a41a73781330cc706927555ecd61cdcfccd6ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:39:08.407Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:39:08.407Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:39:13.857Z] $ docker stop --time=1 92ec5c856947d2b07814f70504a41a73781330cc706927555ecd61cdcfccd6ac [2020-10-28T22:39:15.264Z] $ docker rm -f 92ec5c856947d2b07814f70504a41a73781330cc706927555ecd61cdcfccd6ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:39:15.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:39:15.736Z] . [Pipeline] withDockerContainer [2020-10-28T22:39:15.845Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:39:15.894Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:39:16.552Z] $ docker top 6c9ebb20df0af31489e836ae9daf3dbcdc90cbb01ec27d37e20472f9c3b0804f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:39:17.108Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:39:17.108Z] + tee [2020-10-28T22:39:17.108Z] clair timeout 1m0s [2020-10-28T22:39:17.108Z] docker timeout: 1m0s [2020-10-28T22:39:17.108Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:39:18.172Z] $ docker stop --time=1 6c9ebb20df0af31489e836ae9daf3dbcdc90cbb01ec27d37e20472f9c3b0804f [2020-10-28T22:39:19.542Z] $ docker rm -f 6c9ebb20df0af31489e836ae9daf3dbcdc90cbb01ec27d37e20472f9c3b0804f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:39:20.029Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:39:20.043Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-security-bootstrap-redis-go-arm64_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:39:20.129Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:39:20.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:39:20.512Z] . [Pipeline] withDockerContainer [2020-10-28T22:39:20.627Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:39:20.736Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:39:21.535Z] $ docker top 13d913fdfaa39a7807eea4307f38c68094f31be6bd65efe93919f2b5163063b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:39:22.075Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:39:22.075Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:39:26.456Z] $ docker stop --time=1 13d913fdfaa39a7807eea4307f38c68094f31be6bd65efe93919f2b5163063b3 [2020-10-28T22:39:27.831Z] $ docker rm -f 13d913fdfaa39a7807eea4307f38c68094f31be6bd65efe93919f2b5163063b3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:39:28.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:39:28.316Z] . [Pipeline] withDockerContainer [2020-10-28T22:39:28.420Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:39:28.468Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:39:29.213Z] $ docker top 277818a8842a643eef07b6c5b4b117b3956bc44c1cbd422aab58e6a707e594b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:39:29.750Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:39:29.750Z] + tee [2020-10-28T22:39:29.750Z] clair timeout 1m0s [2020-10-28T22:39:29.750Z] docker timeout: 1m0s [2020-10-28T22:39:29.750Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:39:30.809Z] $ docker stop --time=1 277818a8842a643eef07b6c5b4b117b3956bc44c1cbd422aab58e6a707e594b5 [2020-10-28T22:39:32.215Z] $ docker rm -f 277818a8842a643eef07b6c5b4b117b3956bc44c1cbd422aab58e6a707e594b5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:39:32.691Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:39:32.706Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:39:32.799Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:39:33.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:39:33.166Z] . [Pipeline] withDockerContainer [2020-10-28T22:39:33.263Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:39:33.308Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:39:34.019Z] $ docker top f566f25db0915b9b8741a59b2119d75588ad93c3e45fc7da9f1b99c7ce3e150a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:39:34.602Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:39:34.602Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:39:42.907Z] $ docker stop --time=1 f566f25db0915b9b8741a59b2119d75588ad93c3e45fc7da9f1b99c7ce3e150a [2020-10-28T22:39:44.272Z] $ docker rm -f f566f25db0915b9b8741a59b2119d75588ad93c3e45fc7da9f1b99c7ce3e150a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:39:44.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:39:44.780Z] . [Pipeline] withDockerContainer [2020-10-28T22:39:44.878Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:39:44.924Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:39:45.532Z] $ docker top 663de432eddd85f664fd1e2271402dbe4047a0c69b713dfe8bed38237049d849 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:39:46.062Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:39:46.062Z] + tee [2020-10-28T22:39:46.062Z] clair timeout 1m0s [2020-10-28T22:39:46.062Z] docker timeout: 1m0s [2020-10-28T22:39:46.062Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:39:47.561Z] $ docker stop --time=1 663de432eddd85f664fd1e2271402dbe4047a0c69b713dfe8bed38237049d849 [2020-10-28T22:39:48.915Z] $ docker rm -f 663de432eddd85f664fd1e2271402dbe4047a0c69b713dfe8bed38237049d849 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:39:49.392Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:39:49.407Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:39:49.459Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:39:49.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:39:49.808Z] . [Pipeline] withDockerContainer [2020-10-28T22:39:49.943Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:39:50.237Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:39:50.956Z] $ docker top c7eb33f13d6f90953a841dff2e880576d889bc51f9e4a7d9644995cac12f7131 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:39:51.509Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:39:51.509Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:39:58.250Z] $ docker stop --time=1 c7eb33f13d6f90953a841dff2e880576d889bc51f9e4a7d9644995cac12f7131 [2020-10-28T22:39:59.605Z] $ docker rm -f c7eb33f13d6f90953a841dff2e880576d889bc51f9e4a7d9644995cac12f7131 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:40:00.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:40:00.091Z] . [Pipeline] withDockerContainer [2020-10-28T22:40:00.236Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:40:00.285Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:40:00.954Z] $ docker top 17dd68343873b16013c12a4de93ac6a3f6a5fc72d218aad20cc620b964e3f56b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:40:01.509Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:40:01.509Z] + tee [2020-10-28T22:40:01.509Z] clair timeout 1m0s [2020-10-28T22:40:01.509Z] docker timeout: 1m0s [2020-10-28T22:40:01.509Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:40:02.643Z] $ docker stop --time=1 17dd68343873b16013c12a4de93ac6a3f6a5fc72d218aad20cc620b964e3f56b [2020-10-28T22:40:04.047Z] $ docker rm -f 17dd68343873b16013c12a4de93ac6a3f6a5fc72d218aad20cc620b964e3f56b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:40:04.926Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:40:04.940Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:40:05.002Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:40:05.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:40:05.348Z] . [Pipeline] withDockerContainer [2020-10-28T22:40:05.456Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:40:05.506Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:40:06.284Z] $ docker top d6f3703ba7ae138a97fdff2ca22cdca3613ae319b292566b635c31b779c08923 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:40:06.826Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:40:06.827Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:40:10.295Z] $ docker stop --time=1 d6f3703ba7ae138a97fdff2ca22cdca3613ae319b292566b635c31b779c08923 [2020-10-28T22:40:11.741Z] $ docker rm -f d6f3703ba7ae138a97fdff2ca22cdca3613ae319b292566b635c31b779c08923 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:40:12.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:40:12.237Z] . [Pipeline] withDockerContainer [2020-10-28T22:40:12.364Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:40:12.428Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:40:13.095Z] $ docker top a632d9d05dc45dc5e55917e0ab049d88f1623084362e3ecb03084ca0d0e0f795 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:40:13.635Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:40:13.636Z] + tee [2020-10-28T22:40:13.636Z] clair timeout 1m0s [2020-10-28T22:40:13.636Z] docker timeout: 1m0s [2020-10-28T22:40:13.636Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:40:14.346Z] $ docker stop --time=1 a632d9d05dc45dc5e55917e0ab049d88f1623084362e3ecb03084ca0d0e0f795 [2020-10-28T22:40:15.748Z] $ docker rm -f a632d9d05dc45dc5e55917e0ab049d88f1623084362e3ecb03084ca0d0e0f795 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:40:16.346Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:40:16.362Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-support-logging-go-arm64_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:40:16.421Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:40:16.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:40:16.785Z] . [Pipeline] withDockerContainer [2020-10-28T22:40:16.901Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:40:16.966Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:40:17.733Z] $ docker top 98d272962855780443707cdda0165e892a31a71f0274ecb52b38d87e3babfd87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:40:18.285Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:40:18.285Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:40:23.730Z] $ docker stop --time=1 98d272962855780443707cdda0165e892a31a71f0274ecb52b38d87e3babfd87 [2020-10-28T22:40:25.121Z] $ docker rm -f 98d272962855780443707cdda0165e892a31a71f0274ecb52b38d87e3babfd87 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:40:25.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:40:25.627Z] . [Pipeline] withDockerContainer [2020-10-28T22:40:25.732Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:40:25.780Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:40:26.576Z] $ docker top fe75e0b15f1e1b7f726a1a8d571307fe4c50edd2555a0ad9b350d62150741e29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:40:27.147Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:40:27.147Z] + tee [2020-10-28T22:40:27.147Z] clair timeout 1m0s [2020-10-28T22:40:27.147Z] docker timeout: 1m0s [2020-10-28T22:40:27.147Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:40:28.245Z] $ docker stop --time=1 fe75e0b15f1e1b7f726a1a8d571307fe4c50edd2555a0ad9b350d62150741e29 [2020-10-28T22:40:29.689Z] $ docker rm -f fe75e0b15f1e1b7f726a1a8d571307fe4c50edd2555a0ad9b350d62150741e29 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:40:30.154Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:40:30.168Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-support-notifications-go-arm64_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:40:30.223Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:40:30.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:40:30.560Z] . [Pipeline] withDockerContainer [2020-10-28T22:40:30.672Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:40:30.722Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:40:31.346Z] $ docker top 0f138e3b5c5d84c9b2ba1bef7705d526312cf31db4603b198a867bb611d9a664 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:40:31.866Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:40:31.866Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:40:34.603Z] $ docker stop --time=1 0f138e3b5c5d84c9b2ba1bef7705d526312cf31db4603b198a867bb611d9a664 [2020-10-28T22:40:35.989Z] $ docker rm -f 0f138e3b5c5d84c9b2ba1bef7705d526312cf31db4603b198a867bb611d9a664 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:40:36.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:40:36.448Z] . [Pipeline] withDockerContainer [2020-10-28T22:40:36.572Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:40:36.618Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:40:37.242Z] $ docker top b1365206d38989e963dcac96184df5e9ee352c4e1bfac63bc211136117d50ff7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:40:37.834Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:40:37.834Z] + tee [2020-10-28T22:40:37.834Z] clair timeout 1m0s [2020-10-28T22:40:37.834Z] docker timeout: 1m0s [2020-10-28T22:40:37.834Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:40:38.510Z] $ docker stop --time=1 b1365206d38989e963dcac96184df5e9ee352c4e1bfac63bc211136117d50ff7 [2020-10-28T22:40:39.896Z] $ docker rm -f b1365206d38989e963dcac96184df5e9ee352c4e1bfac63bc211136117d50ff7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:40:40.402Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:40:40.418Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-support-scheduler-go-arm64_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:40:40.473Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:40:40.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:40:40.832Z] . [Pipeline] withDockerContainer [2020-10-28T22:40:40.933Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:40:40.981Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:40:41.656Z] $ docker top 7f766fcadc435d2e5a681bd434847a1c4c86e3e6ffa30516b8cc4424115786db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:40:42.187Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:40:42.187Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:40:57.330Z] $ docker stop --time=1 7f766fcadc435d2e5a681bd434847a1c4c86e3e6ffa30516b8cc4424115786db [2020-10-28T22:40:58.672Z] $ docker rm -f 7f766fcadc435d2e5a681bd434847a1c4c86e3e6ffa30516b8cc4424115786db [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:40:59.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T22:40:59.169Z] . [Pipeline] withDockerContainer [2020-10-28T22:40:59.277Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:40:59.328Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T22:41:00.035Z] $ docker top 48d36f2c2aae139d38fc42664019adfb216748ed21305f1bfbd60b5e744764bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T22:41:00.727Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f1fe820ccd95aec4869edd2918246727b77d5b6 [2020-10-28T22:41:00.727Z] + tee [2020-10-28T22:41:00.727Z] clair timeout 1m0s [2020-10-28T22:41:00.727Z] docker timeout: 1m0s [2020-10-28T22:41:00.727Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T22:41:02.227Z] $ docker stop --time=1 48d36f2c2aae139d38fc42664019adfb216748ed21305f1bfbd60b5e744764bc [2020-10-28T22:41:03.641Z] $ docker rm -f 48d36f2c2aae139d38fc42664019adfb216748ed21305f1bfbd60b5e744764bc [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:41:04.158Z] + mkdir -p /w/workspace/edgex-go/219/clair-reports [Pipeline] echo [2020-10-28T22:41:04.173Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/219/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_0f1fe820ccd95aec4869edd2918246727b77d5b6.html [Pipeline] writeFile [Pipeline] step [2020-10-28T22:41:04.239Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-28T22:41:04.760Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T22:41:04.820Z] provisioning config files... [2020-10-28T22:41:04.830Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/219@tmp/config4553321649920136128tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:41:05.219Z] --> edgex-publish-swagger.sh [2020-10-28T22:41:05.219Z] === Publish openapi/v1 API === [2020-10-28T22:41:05.219Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-28T22:41:05.219Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-28T22:41:05.219Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:05.219Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:06.622Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8555 0:00:01 0:00:01 --:--:-- 8560 100 10521 0 0 100 10521 0 8554 0:00:01 0:00:01 --:--:-- 8560 [2020-10-28T22:41:06.622Z] [2020-10-28T22:41:06.622Z] [2020-10-28T22:41:06.622Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-28T22:41:06.622Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:06.622Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:07.571Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 29676 0:00:01 0:00:01 --:--:-- 29704 100 32556 0 0 100 32556 0 29672 0:00:01 0:00:01 --:--:-- 29677 [2020-10-28T22:41:07.571Z] [2020-10-28T22:41:07.571Z] [2020-10-28T22:41:07.571Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-28T22:41:07.571Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:07.571Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:08.964Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 63629 0:00:01 0:00:01 --:--:-- 63661 100 73720 0 0 100 73720 0 63620 0:00:01 0:00:01 --:--:-- 63661 [2020-10-28T22:41:08.964Z] [2020-10-28T22:41:08.964Z] [2020-10-28T22:41:08.964Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-28T22:41:08.964Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:08.964Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:09.909Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13226 0:00:01 0:00:01 --:--:-- 13235 [2020-10-28T22:41:09.909Z] [2020-10-28T22:41:09.909Z] [2020-10-28T22:41:09.909Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-28T22:41:09.909Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:09.909Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:10.853Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34052 0:00:01 0:00:01 --:--:-- 34053 100 38889 0 0 100 38889 0 34047 0:00:01 0:00:01 --:--:-- 34023 [2020-10-28T22:41:10.853Z] [2020-10-28T22:41:10.853Z] [2020-10-28T22:41:10.853Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-28T22:41:10.853Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:10.853Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:12.240Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13251 0:00:01 0:00:01 --:--:-- 13253 100 14248 0 0 100 14248 0 13249 0:00:01 0:00:01 --:--:-- 13253 [2020-10-28T22:41:12.240Z] [2020-10-28T22:41:12.240Z] [2020-10-28T22:41:12.240Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-28T22:41:12.240Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:12.240Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:13.288Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3642 0:00:01 0:00:01 --:--:-- 3645 100 4109 0 0 100 4109 0 3642 0:00:01 0:00:01 --:--:-- 3645 [2020-10-28T22:41:13.288Z] [2020-10-28T22:41:13.288Z] [2020-10-28T22:41:13.288Z] === Publish openapi/v2 API === [2020-10-28T22:41:13.288Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-28T22:41:13.288Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-28T22:41:13.288Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:13.288Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:14.247Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25364 0:00:01 0:00:01 --:--:-- 25373 100 29535 0 0 100 29535 0 25360 0:00:01 0:00:01 --:--:-- 25373 [2020-10-28T22:41:14.247Z] [2020-10-28T22:41:14.247Z] [2020-10-28T22:41:14.247Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-28T22:41:14.247Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:14.247Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:15.638Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65634 0 0 100 65634 0 59402 0:00:01 0:00:01 --:--:-- 59451 100 65634 0 0 100 65634 0 59393 0:00:01 0:00:01 --:--:-- 59451 [2020-10-28T22:41:15.638Z] [2020-10-28T22:41:15.638Z] [2020-10-28T22:41:15.638Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-28T22:41:15.638Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:15.638Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:16.843Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 119k 0 0 100 119k 0 97517 0:00:01 0:00:01 --:--:-- 97586 [2020-10-28T22:41:16.843Z] [2020-10-28T22:41:16.843Z] [2020-10-28T22:41:16.843Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-28T22:41:16.843Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:16.843Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:17.786Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21304 0:00:01 0:00:01 --:--:-- 21304 100 23691 0 0 100 23691 0 21300 0:00:01 0:00:01 --:--:-- 21285 [2020-10-28T22:41:17.786Z] [2020-10-28T22:41:17.786Z] [2020-10-28T22:41:17.786Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-28T22:41:17.786Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:17.786Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:19.180Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52366 0:00:01 0:00:01 --:--:-- 52373 100 62691 0 0 100 62691 0 47315 0:00:01 0:00:01 --:--:-- 47349 [2020-10-28T22:41:19.180Z] [2020-10-28T22:41:19.180Z] [2020-10-28T22:41:19.180Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-28T22:41:19.180Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:19.180Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:20.574Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 42959 0:00:01 0:00:01 --:--:-- 42974 100 46198 0 0 100 46198 0 42952 0:00:01 0:00:01 --:--:-- 42974 [2020-10-28T22:41:20.574Z] [2020-10-28T22:41:20.574Z] [2020-10-28T22:41:20.574Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-28T22:41:20.574Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T22:41:20.574Z] Dload Upload Total Spent Left Speed [2020-10-28T22:41:21.531Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21660 0:00:01 0:00:01 --:--:-- 21666 100 23725 0 0 100 23725 0 21657 0:00:01 0:00:01 --:--:-- 21666 [2020-10-28T22:41:21.531Z] [2020-10-28T22:41:21.531Z] [Pipeline] } [2020-10-28T22:41:21.540Z] 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-28T22:41:22.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T22:41:22.443Z] . [Pipeline] withDockerContainer [2020-10-28T22:41:22.550Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:41:22.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T22:41:23.413Z] $ docker top a4a0e1f4f2190535ddceb7d1810a562b962ddc5d3d690cbfc38001e59f655658 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T22:41:23.700Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T22:41:23.700Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T22:41:23.917Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T22:41:23.922Z] $ docker exec a4a0e1f4f2190535ddceb7d1810a562b962ddc5d3d690cbfc38001e59f655658 ssh-agent [2020-10-28T22:41:24.104Z] SSH_AUTH_SOCK=/tmp/ssh-ghY78jQ1nvXV/agent.11 [2020-10-28T22:41:24.104Z] SSH_AGENT_PID=16 [2020-10-28T22:41:24.110Z] Running ssh-add (command line suppressed) [2020-10-28T22:41:24.247Z] Identity added: /w/workspace/edgex-go/219@tmp/private_key_1480061914327651577.key (/w/workspace/edgex-go/219@tmp/private_key_1480061914327651577.key) [2020-10-28T22:41:24.305Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T22:41:24.642Z] + git semver tag [2020-10-28T22:41:24.903Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T22:41:24.903Z] # $GIT_DIR = /w/workspace/edgex-go/219/.git [2020-10-28T22:41:24.903Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/219 [2020-10-28T22:41:24.903Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T22:41:24.903Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T22:41:24.903Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T22:41:24.903Z] # $SEMVER_BRANCH = master [2020-10-28T22:41:24.903Z] # $SEMVER_DIR = /w/workspace/edgex-go/219/.semver [2020-10-28T22:41:24.903Z] # 0f1fe820ccd95aec4869edd2918246727b77d5b6 HEAD [2020-10-28T22:41:25.477Z] # -> Force: false [2020-10-28T22:41:25.477Z] # 0eb4c9fe64e7a8e2280ecf3332dd3bbdfaa6162b refs/tags/v1.2.2-dev.103 [Pipeline] } [2020-10-28T22:41:25.491Z] $ docker exec --env ******** --env ******** a4a0e1f4f2190535ddceb7d1810a562b962ddc5d3d690cbfc38001e59f655658 ssh-agent -k [2020-10-28T22:41:25.609Z] unset SSH_AUTH_SOCK; [2020-10-28T22:41:25.609Z] unset SSH_AGENT_PID; [2020-10-28T22:41:25.609Z] echo Agent pid 16 killed; [2020-10-28T22:41:25.661Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T22:41:26.139Z] + git semver [Pipeline] } [2020-10-28T22:41:26.157Z] $ docker stop --time=1 a4a0e1f4f2190535ddceb7d1810a562b962ddc5d3d690cbfc38001e59f655658 [2020-10-28T22:41:27.548Z] $ docker rm -f a4a0e1f4f2190535ddceb7d1810a562b962ddc5d3d690cbfc38001e59f655658 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:41:28.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-28T22:41:28.187Z] [2020-10-28T22:41:28.187Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:41:28.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-28T22:41:28.531Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-28T22:41:28.531Z] ab5ef0e58194: Pulling fs layer [2020-10-28T22:41:28.531Z] 9712f1f96733: Pulling fs layer [2020-10-28T22:41:28.531Z] 63f879dbbcfc: Pulling fs layer [2020-10-28T22:41:28.531Z] 0d9ebad4ef96: Pulling fs layer [2020-10-28T22:41:28.531Z] e9a5061849ea: Pulling fs layer [2020-10-28T22:41:28.531Z] d747dcd14b5f: Pulling fs layer [2020-10-28T22:41:28.531Z] 2de7ff778b66: Pulling fs layer [2020-10-28T22:41:28.531Z] e9a5061849ea: Waiting [2020-10-28T22:41:28.531Z] d747dcd14b5f: Waiting [2020-10-28T22:41:28.531Z] 0d9ebad4ef96: Waiting [2020-10-28T22:41:28.531Z] 2de7ff778b66: Waiting [2020-10-28T22:41:28.531Z] 9712f1f96733: Verifying Checksum [2020-10-28T22:41:28.531Z] 9712f1f96733: Download complete [2020-10-28T22:41:30.452Z] 63f879dbbcfc: Verifying Checksum [2020-10-28T22:41:30.452Z] 63f879dbbcfc: Download complete [2020-10-28T22:41:30.452Z] e9a5061849ea: Verifying Checksum [2020-10-28T22:41:30.452Z] e9a5061849ea: Download complete [2020-10-28T22:41:30.452Z] d747dcd14b5f: Download complete [2020-10-28T22:41:30.714Z] 2de7ff778b66: Verifying Checksum [2020-10-28T22:41:30.714Z] 2de7ff778b66: Download complete [2020-10-28T22:41:31.285Z] 0d9ebad4ef96: Verifying Checksum [2020-10-28T22:41:31.285Z] 0d9ebad4ef96: Download complete [2020-10-28T22:41:31.285Z] ab5ef0e58194: Verifying Checksum [2020-10-28T22:41:31.285Z] ab5ef0e58194: Download complete [2020-10-28T22:41:35.520Z] ab5ef0e58194: Pull complete [2020-10-28T22:41:35.781Z] 9712f1f96733: Pull complete [2020-10-28T22:41:38.340Z] 63f879dbbcfc: Pull complete [2020-10-28T22:41:46.520Z] 0d9ebad4ef96: Pull complete [2020-10-28T22:41:47.914Z] e9a5061849ea: Pull complete [2020-10-28T22:41:48.177Z] d747dcd14b5f: Pull complete [2020-10-28T22:41:51.507Z] 2de7ff778b66: Pull complete [2020-10-28T22:41:51.507Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-28T22:41:51.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-28T22:41:51.507Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-28T22:41:51.783Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:41:51.879Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-28T22:41:55.074Z] $ docker top b7ac1cdd009450b3ff13a4ecf267da55fde2e4266b68814942fdfadb9019fead -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-28T22:41:55.340Z] provisioning config files... [2020-10-28T22:41:55.356Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/219@tmp/config8115589131629659387tmp [2020-10-28T22:41:55.373Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/219@tmp/config4922126561357722791tmp [2020-10-28T22:41:55.389Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/219@tmp/config6010915140727590183tmp [Pipeline] { [Pipeline] echo [2020-10-28T22:41:55.445Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:41:55.757Z] ---> sigul-configuration.sh [2020-10-28T22:41:55.757Z] gpg: directory `/root/.gnupg' created [2020-10-28T22:41:55.757Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-28T22:41:55.757Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-28T22:41:55.757Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-28T22:41:55.757Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-28T22:41:55.757Z] gpg: CAST5 encrypted data [2020-10-28T22:41:56.020Z] gpg: encrypted with 1 passphrase [2020-10-28T22:41:56.020Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-28T22:41:56.318Z] + mkdir /home/jenkins [2020-10-28T22:41:56.318Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-28T22:41:56.615Z] + 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-28T22:41:56.624Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:41:56.974Z] ---> sigul-install.sh [2020-10-28T22:42:02.363Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-28T22:42:02.662Z] + git tag --list [2020-10-28T22:42:02.926Z] 0.6.0 [2020-10-28T22:42:02.926Z] 0.6.1 [2020-10-28T22:42:02.926Z] 0.7.0 [2020-10-28T22:42:02.926Z] 0.7.1 [2020-10-28T22:42:02.926Z] v1.0.0 [2020-10-28T22:42:02.926Z] v1.0.1 [2020-10-28T22:42:02.926Z] v1.1.0 [2020-10-28T22:42:02.926Z] v1.2.0 [2020-10-28T22:42:02.926Z] v1.2.1 [2020-10-28T22:42:02.926Z] v1.2.2-dev.1 [2020-10-28T22:42:02.926Z] v1.2.2-dev.10 [2020-10-28T22:42:02.926Z] v1.2.2-dev.100 [2020-10-28T22:42:02.926Z] v1.2.2-dev.101 [2020-10-28T22:42:02.926Z] v1.2.2-dev.102 [2020-10-28T22:42:02.926Z] v1.2.2-dev.103 [2020-10-28T22:42:02.926Z] v1.2.2-dev.11 [2020-10-28T22:42:02.926Z] v1.2.2-dev.12 [2020-10-28T22:42:02.926Z] v1.2.2-dev.13 [2020-10-28T22:42:02.926Z] v1.2.2-dev.14 [2020-10-28T22:42:02.926Z] v1.2.2-dev.15 [2020-10-28T22:42:02.926Z] v1.2.2-dev.16 [2020-10-28T22:42:02.926Z] v1.2.2-dev.17 [2020-10-28T22:42:02.926Z] v1.2.2-dev.18 [2020-10-28T22:42:02.926Z] v1.2.2-dev.19 [2020-10-28T22:42:02.926Z] v1.2.2-dev.2 [2020-10-28T22:42:02.926Z] v1.2.2-dev.20 [2020-10-28T22:42:02.926Z] v1.2.2-dev.21 [2020-10-28T22:42:02.926Z] v1.2.2-dev.22 [2020-10-28T22:42:02.926Z] v1.2.2-dev.23 [2020-10-28T22:42:02.926Z] v1.2.2-dev.24 [2020-10-28T22:42:02.926Z] v1.2.2-dev.25 [2020-10-28T22:42:02.926Z] v1.2.2-dev.26 [2020-10-28T22:42:02.926Z] v1.2.2-dev.27 [2020-10-28T22:42:02.926Z] v1.2.2-dev.28 [2020-10-28T22:42:02.926Z] v1.2.2-dev.29 [2020-10-28T22:42:02.926Z] v1.2.2-dev.3 [2020-10-28T22:42:02.926Z] v1.2.2-dev.30 [2020-10-28T22:42:02.926Z] v1.2.2-dev.31 [2020-10-28T22:42:02.926Z] v1.2.2-dev.32 [2020-10-28T22:42:02.926Z] v1.2.2-dev.33 [2020-10-28T22:42:02.926Z] v1.2.2-dev.34 [2020-10-28T22:42:02.926Z] v1.2.2-dev.35 [2020-10-28T22:42:02.926Z] v1.2.2-dev.36 [2020-10-28T22:42:02.926Z] v1.2.2-dev.37 [2020-10-28T22:42:02.926Z] v1.2.2-dev.38 [2020-10-28T22:42:02.926Z] v1.2.2-dev.39 [2020-10-28T22:42:02.926Z] v1.2.2-dev.4 [2020-10-28T22:42:02.926Z] v1.2.2-dev.40 [2020-10-28T22:42:02.926Z] v1.2.2-dev.41 [2020-10-28T22:42:02.926Z] v1.2.2-dev.42 [2020-10-28T22:42:02.926Z] v1.2.2-dev.43 [2020-10-28T22:42:02.926Z] v1.2.2-dev.44 [2020-10-28T22:42:02.926Z] v1.2.2-dev.45 [2020-10-28T22:42:02.926Z] v1.2.2-dev.46 [2020-10-28T22:42:02.926Z] v1.2.2-dev.47 [2020-10-28T22:42:02.926Z] v1.2.2-dev.48 [2020-10-28T22:42:02.926Z] v1.2.2-dev.49 [2020-10-28T22:42:02.926Z] v1.2.2-dev.5 [2020-10-28T22:42:02.926Z] v1.2.2-dev.50 [2020-10-28T22:42:02.926Z] v1.2.2-dev.51 [2020-10-28T22:42:02.926Z] v1.2.2-dev.52 [2020-10-28T22:42:02.926Z] v1.2.2-dev.53 [2020-10-28T22:42:02.926Z] v1.2.2-dev.54 [2020-10-28T22:42:02.926Z] v1.2.2-dev.55 [2020-10-28T22:42:02.926Z] v1.2.2-dev.56 [2020-10-28T22:42:02.926Z] v1.2.2-dev.57 [2020-10-28T22:42:02.926Z] v1.2.2-dev.58 [2020-10-28T22:42:02.926Z] v1.2.2-dev.59 [2020-10-28T22:42:02.926Z] v1.2.2-dev.6 [2020-10-28T22:42:02.926Z] v1.2.2-dev.60 [2020-10-28T22:42:02.926Z] v1.2.2-dev.61 [2020-10-28T22:42:02.926Z] v1.2.2-dev.62 [2020-10-28T22:42:02.926Z] v1.2.2-dev.63 [2020-10-28T22:42:02.926Z] v1.2.2-dev.64 [2020-10-28T22:42:02.926Z] v1.2.2-dev.65 [2020-10-28T22:42:02.926Z] v1.2.2-dev.66 [2020-10-28T22:42:02.926Z] v1.2.2-dev.67 [2020-10-28T22:42:02.926Z] v1.2.2-dev.68 [2020-10-28T22:42:02.926Z] v1.2.2-dev.69 [2020-10-28T22:42:02.926Z] v1.2.2-dev.7 [2020-10-28T22:42:02.926Z] v1.2.2-dev.70 [2020-10-28T22:42:02.926Z] v1.2.2-dev.71 [2020-10-28T22:42:02.926Z] v1.2.2-dev.72 [2020-10-28T22:42:02.926Z] v1.2.2-dev.73 [2020-10-28T22:42:02.926Z] v1.2.2-dev.74 [2020-10-28T22:42:02.926Z] v1.2.2-dev.75 [2020-10-28T22:42:02.926Z] v1.2.2-dev.76 [2020-10-28T22:42:02.926Z] v1.2.2-dev.77 [2020-10-28T22:42:02.926Z] v1.2.2-dev.78 [2020-10-28T22:42:02.926Z] v1.2.2-dev.79 [2020-10-28T22:42:02.926Z] v1.2.2-dev.8 [2020-10-28T22:42:02.926Z] v1.2.2-dev.80 [2020-10-28T22:42:02.926Z] v1.2.2-dev.81 [2020-10-28T22:42:02.926Z] v1.2.2-dev.82 [2020-10-28T22:42:02.926Z] v1.2.2-dev.83 [2020-10-28T22:42:02.926Z] v1.2.2-dev.84 [2020-10-28T22:42:02.926Z] v1.2.2-dev.85 [2020-10-28T22:42:02.926Z] v1.2.2-dev.86 [2020-10-28T22:42:02.926Z] v1.2.2-dev.87 [2020-10-28T22:42:02.926Z] v1.2.2-dev.88 [2020-10-28T22:42:02.926Z] v1.2.2-dev.89 [2020-10-28T22:42:02.926Z] v1.2.2-dev.9 [2020-10-28T22:42:02.926Z] v1.2.2-dev.90 [2020-10-28T22:42:02.926Z] v1.2.2-dev.91 [2020-10-28T22:42:02.926Z] v1.2.2-dev.92 [2020-10-28T22:42:02.926Z] v1.2.2-dev.93 [2020-10-28T22:42:02.926Z] v1.2.2-dev.94 [2020-10-28T22:42:02.926Z] v1.2.2-dev.95 [2020-10-28T22:42:02.926Z] v1.2.2-dev.96 [2020-10-28T22:42:02.926Z] v1.2.2-dev.97 [2020-10-28T22:42:02.926Z] v1.2.2-dev.98 [2020-10-28T22:42:02.926Z] v1.2.2-dev.99 [Pipeline] sh [2020-10-28T22:42:03.224Z] + lftools sign git-tag v1.2.2-dev.103 [2020-10-28T22:42:04.616Z] Signing Git tag with Sigul... [2020-10-28T22:42:04.616Z] Signing v1.2.2-dev.103 [Pipeline] echo [2020-10-28T22:42:06.014Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:42:06.316Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-28T22:42:06.326Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-28T22:42:06.419Z] $ docker stop --time=1 b7ac1cdd009450b3ff13a4ecf267da55fde2e4266b68814942fdfadb9019fead [2020-10-28T22:42:08.459Z] $ docker rm -f b7ac1cdd009450b3ff13a4ecf267da55fde2e4266b68814942fdfadb9019fead [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:42:09.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T22:42:09.251Z] . [Pipeline] withDockerContainer [2020-10-28T22:42:09.362Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:42:09.410Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T22:42:10.224Z] $ docker top 16544016452f1e4cae74e586e946bcfaabb6e91b0773c63aaaa7fd8caefafc9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T22:42:10.543Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T22:42:10.543Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T22:42:10.741Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T22:42:10.746Z] $ docker exec 16544016452f1e4cae74e586e946bcfaabb6e91b0773c63aaaa7fd8caefafc9d ssh-agent [2020-10-28T22:42:10.937Z] SSH_AUTH_SOCK=/tmp/ssh-rX9RGLhBByaW/agent.12 [2020-10-28T22:42:10.937Z] SSH_AGENT_PID=17 [2020-10-28T22:42:10.944Z] Running ssh-add (command line suppressed) [2020-10-28T22:42:11.080Z] Identity added: /w/workspace/edgex-go/219@tmp/private_key_7147246716199026839.key (/w/workspace/edgex-go/219@tmp/private_key_7147246716199026839.key) [2020-10-28T22:42:11.138Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T22:42:11.468Z] + git semver bump pre [2020-10-28T22:42:11.468Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T22:42:11.468Z] # $GIT_DIR = /w/workspace/edgex-go/219/.git [2020-10-28T22:42:11.468Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/219 [2020-10-28T22:42:11.468Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T22:42:11.468Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T22:42:11.468Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T22:42:11.468Z] # $SEMVER_BRANCH = master [2020-10-28T22:42:11.468Z] # $SEMVER_DIR = /w/workspace/edgex-go/219/.semver [2020-10-28T22:42:11.468Z] 1.2.2-dev.104 [Pipeline] } [2020-10-28T22:42:11.481Z] $ docker exec --env ******** --env ******** 16544016452f1e4cae74e586e946bcfaabb6e91b0773c63aaaa7fd8caefafc9d ssh-agent -k [2020-10-28T22:42:11.602Z] unset SSH_AUTH_SOCK; [2020-10-28T22:42:11.602Z] unset SSH_AGENT_PID; [2020-10-28T22:42:11.602Z] echo Agent pid 17 killed; [2020-10-28T22:42:11.679Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T22:42:12.139Z] + git semver [Pipeline] } [2020-10-28T22:42:12.158Z] $ docker stop --time=1 16544016452f1e4cae74e586e946bcfaabb6e91b0773c63aaaa7fd8caefafc9d [2020-10-28T22:42:13.541Z] $ docker rm -f 16544016452f1e4cae74e586e946bcfaabb6e91b0773c63aaaa7fd8caefafc9d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:42:14.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T22:42:14.069Z] . [Pipeline] withDockerContainer [2020-10-28T22:42:14.172Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:42:14.248Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T22:42:14.961Z] $ docker top 96a4f2d61727089576808c7cccb241055c01b5224bcc0f8dfea420c394746d6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T22:42:15.275Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T22:42:15.275Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T22:42:15.485Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T22:42:15.491Z] $ docker exec 96a4f2d61727089576808c7cccb241055c01b5224bcc0f8dfea420c394746d6c ssh-agent [2020-10-28T22:42:15.671Z] SSH_AUTH_SOCK=/tmp/ssh-gCyBlAspLzuN/agent.11 [2020-10-28T22:42:15.671Z] SSH_AGENT_PID=16 [2020-10-28T22:42:15.678Z] Running ssh-add (command line suppressed) [2020-10-28T22:42:15.805Z] Identity added: /w/workspace/edgex-go/219@tmp/private_key_8354166015257309050.key (/w/workspace/edgex-go/219@tmp/private_key_8354166015257309050.key) [2020-10-28T22:42:15.861Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T22:42:16.189Z] + git semver push [2020-10-28T22:42:16.189Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T22:42:16.189Z] # $GIT_DIR = /w/workspace/edgex-go/219/.git [2020-10-28T22:42:16.189Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/219 [2020-10-28T22:42:16.189Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T22:42:16.189Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T22:42:16.189Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T22:42:16.189Z] # $SEMVER_BRANCH = master [2020-10-28T22:42:16.189Z] # $SEMVER_DIR = /w/workspace/edgex-go/219/.semver [Pipeline] } [2020-10-28T22:42:28.444Z] $ docker exec --env ******** --env ******** 96a4f2d61727089576808c7cccb241055c01b5224bcc0f8dfea420c394746d6c ssh-agent -k [2020-10-28T22:42:28.577Z] unset SSH_AUTH_SOCK; [2020-10-28T22:42:28.578Z] unset SSH_AGENT_PID; [2020-10-28T22:42:28.578Z] echo Agent pid 16 killed; [2020-10-28T22:42:28.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T22:42:29.161Z] + git semver [Pipeline] } [2020-10-28T22:42:29.181Z] $ docker stop --time=1 96a4f2d61727089576808c7cccb241055c01b5224bcc0f8dfea420c394746d6c [2020-10-28T22:42:30.588Z] $ docker rm -f 96a4f2d61727089576808c7cccb241055c01b5224bcc0f8dfea420c394746d6c [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-28T22:42:31.653Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:42:32.537Z] ---> package-listing.sh [2020-10-28T22:42:32.537Z] ++ facter osfamily [2020-10-28T22:42:32.538Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-28T22:42:32.538Z] + OS_FAMILY=redhat [2020-10-28T22:42:32.538Z] + workspace=/w/workspace/edgex-go/219 [2020-10-28T22:42:32.538Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-28T22:42:32.538Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-28T22:42:32.538Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-28T22:42:32.538Z] + PACKAGES=/tmp/packages_start.txt [2020-10-28T22:42:32.538Z] + '[' /w/workspace/edgex-go/219 ']' [2020-10-28T22:42:32.538Z] + PACKAGES=/tmp/packages_end.txt [2020-10-28T22:42:32.538Z] + case "${OS_FAMILY}" in [2020-10-28T22:42:32.538Z] + rpm -qa [2020-10-28T22:42:32.538Z] + sort [2020-10-28T22:42:36.757Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-28T22:42:36.757Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-28T22:42:36.757Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-28T22:42:36.757Z] + '[' /w/workspace/edgex-go/219 ']' [2020-10-28T22:42:36.757Z] + mkdir -p /w/workspace/edgex-go/219/archives/ [2020-10-28T22:42:36.757Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/219/archives/ [Pipeline] echo [2020-10-28T22:42:36.772Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/219/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-28T22:42:37.066Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:42:37.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T22:42:37.368Z] [2020-10-28T22:42:37.368Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:42:37.720Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T22:42:37.720Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-28T22:42:37.720Z] df20fa9351a1: Already exists [2020-10-28T22:42:37.720Z] 36b3adc4ff6f: Pulling fs layer [2020-10-28T22:42:37.720Z] 8ad3a11d3b57: Pulling fs layer [2020-10-28T22:42:37.720Z] 46f8f816bc3b: Pulling fs layer [2020-10-28T22:42:37.720Z] 93b61091891f: Pulling fs layer [2020-10-28T22:42:37.720Z] 93b9cdb0e59b: Pulling fs layer [2020-10-28T22:42:37.720Z] 5e14af77c1be: Pulling fs layer [2020-10-28T22:42:37.720Z] 01666e4c0597: Pulling fs layer [2020-10-28T22:42:37.720Z] aa168da1d23b: Pulling fs layer [2020-10-28T22:42:37.720Z] 93b61091891f: Waiting [2020-10-28T22:42:37.720Z] 93b9cdb0e59b: Waiting [2020-10-28T22:42:37.720Z] 5e14af77c1be: Waiting [2020-10-28T22:42:37.720Z] 01666e4c0597: Waiting [2020-10-28T22:42:37.720Z] aa168da1d23b: Waiting [2020-10-28T22:42:37.720Z] 46f8f816bc3b: Verifying Checksum [2020-10-28T22:42:37.720Z] 46f8f816bc3b: Download complete [2020-10-28T22:42:37.720Z] 36b3adc4ff6f: Download complete [2020-10-28T22:42:37.720Z] 93b9cdb0e59b: Verifying Checksum [2020-10-28T22:42:37.720Z] 93b9cdb0e59b: Download complete [2020-10-28T22:42:37.720Z] 5e14af77c1be: Verifying Checksum [2020-10-28T22:42:37.720Z] 5e14af77c1be: Download complete [2020-10-28T22:42:37.982Z] 01666e4c0597: Verifying Checksum [2020-10-28T22:42:37.982Z] 01666e4c0597: Download complete [2020-10-28T22:42:37.982Z] 93b61091891f: Verifying Checksum [2020-10-28T22:42:37.982Z] 93b61091891f: Download complete [2020-10-28T22:42:37.982Z] 36b3adc4ff6f: Pull complete [2020-10-28T22:42:38.244Z] 8ad3a11d3b57: Verifying Checksum [2020-10-28T22:42:38.244Z] 8ad3a11d3b57: Download complete [2020-10-28T22:42:39.214Z] 8ad3a11d3b57: Pull complete [2020-10-28T22:42:39.214Z] 46f8f816bc3b: Pull complete [2020-10-28T22:42:40.165Z] aa168da1d23b: Download complete [2020-10-28T22:42:40.165Z] 93b61091891f: Pull complete [2020-10-28T22:42:40.738Z] 93b9cdb0e59b: Pull complete [2020-10-28T22:42:41.002Z] 5e14af77c1be: Pull complete [2020-10-28T22:42:41.002Z] 01666e4c0597: Pull complete [2020-10-28T22:42:47.620Z] aa168da1d23b: Pull complete [2020-10-28T22:42:47.620Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-28T22:42:47.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T22:42:47.620Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-28T22:42:47.765Z] prd-centos7-docker-4c-2g-9581 does not seem to be running inside a container [2020-10-28T22:42:47.819Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/219/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/219 -v /w/workspace/edgex-go/219:/w/workspace/edgex-go/219:rw,z -v /w/workspace/edgex-go/219@tmp:/w/workspace/edgex-go/219@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-28T22:42:51.011Z] $ docker top 6e8c8994870738d406195330c7bf0f2d46cdb5d00ce678587b0f6d34dda5719d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T22:42:51.543Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-28T22:42:51.841Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-28T22:42:52.139Z] + ls /var/log/sa-host [2020-10-28T22:42:52.139Z] + sadf -c /var/log/sa-host/sa05 [2020-10-28T22:42:52.139Z] file_magic: OK [2020-10-28T22:42:52.139Z] HZ: Using current value: 100 [2020-10-28T22:42:52.139Z] file_header: OK [2020-10-28T22:42:52.139Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-28T22:42:52.139Z] Statistics: [2020-10-28T22:42:52.139Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T22:42:52.139Z] File successfully converted to sysstat format version 12.2.1 [2020-10-28T22:42:52.139Z] + sadf -c /var/log/sa-host/sa28 [2020-10-28T22:42:52.139Z] file_magic: OK [2020-10-28T22:42:52.139Z] HZ: Using current value: 100 [2020-10-28T22:42:52.139Z] file_header: OK [2020-10-28T22:42:52.139Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-28T22:42:52.139Z] Statistics: [2020-10-28T22:42:52.139Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T22:42:52.139Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T22:42:52.707Z] provisioning config files... [2020-10-28T22:42:52.728Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/219@tmp/config4501288303392717153tmp [Pipeline] { [Pipeline] echo [2020-10-28T22:42:52.793Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:42:53.086Z] ---> create-netrc.sh [Pipeline] } [2020-10-28T22:42:53.095Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-28T22:42:53.177Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:42:53.477Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-28T22:42:53.488Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:42:53.781Z] ---> sudo-logs.sh [2020-10-28T22:42:53.781Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-28T22:42:53.792Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:42:54.112Z] ---> job-cost.sh [2020-10-28T22:42:54.112Z] lf-activate-venv: SKIPPING [2020-10-28T22:42:54.112Z] INFO: No Stack... [2020-10-28T22:42:55.056Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-28T22:42:55.640Z] INFO: Archiving Costs [Pipeline] echo [2020-10-28T22:42:55.686Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:42:56.041Z] ---> logs-deploy.sh [2020-10-28T22:42:56.041Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/219 [2020-10-28T22:42:56.041Z] INFO: archiving workspace using pattern(s): [2020-10-28T22:42:57.427Z] Archives upload complete. [2020-10-28T22:42:57.688Z] INFO: archiving logs to Nexus