Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5fa08527d925aa0d761a58fd1d2245c253eac308 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-5625 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/190 [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/190 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 5fa08527d925aa0d761a58fd1d2245c253eac308 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 Commit message: "Merge pull request #2782 from weichou1229/issue-2775" > git rev-list --no-walk 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-15T18:14:16.204Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T18:14:16.525Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T18:14:16.650Z] ========================================================= [2020-10-15T18:14:16.651Z] EdgeX Global Pipelines Version Info [2020-10-15T18:14:16.651Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:14:18.119Z] ------------------- [2020-10-15T18:14:18.119Z] stable info: [2020-10-15T18:14:18.119Z] ------------------- [2020-10-15T18:14:18.119Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T18:14:18.119Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-15T18:14:18.119Z] Message: update stable to v1.0.131 [2020-10-15T18:14:19.063Z] ------------------- [2020-10-15T18:14:19.063Z] experimental info: [2020-10-15T18:14:19.063Z] ------------------- [2020-10-15T18:14:19.063Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T18:14:19.063Z] Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 [2020-10-15T18:14:19.063Z] Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-15T18:14:19.327Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-15T18:14:19.425Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-15T18:14:19.552Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T18:14:19.687Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T18:14:19.782Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T18:14:19.875Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T18:14:19.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T18:14:20.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-15T18:14:20.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-15T18:14:20.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-15T18:14:20.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T18:14:20.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T18:14:20.698Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T18:14:20.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T18:14:20.885Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T18:14:20.983Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T18:14:21.141Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T18:14:21.236Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T18:14:21.358Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T18:14:21.456Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-15T18:14:21.546Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-15T18:14:21.638Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-15T18:14:21.728Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-15T18:14:21.826Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-15T18:14:21.911Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] echo [2020-10-15T18:14:21.996Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5fa0852 [Pipeline] echo [2020-10-15T18:14:22.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-15T18:14:22.468Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-15T18:14:22.468Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T18:14:22.468Z] ++ dirname cmd/core-command/Dockerfile [2020-10-15T18:14:22.468Z] ++ cut -d/ -f2 [2020-10-15T18:14:22.468Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-15T18:14:22.468Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T18:14:22.468Z] ++ dirname cmd/core-data/Dockerfile [2020-10-15T18:14:22.468Z] ++ cut -d/ -f2 [2020-10-15T18:14:22.468Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-15T18:14:22.468Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T18:14:22.468Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-15T18:14:22.468Z] ++ cut -d/ -f2 [2020-10-15T18:14:22.468Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-15T18:14:22.468Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T18:14:22.468Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-15T18:14:22.468Z] ++ cut -d/ -f2 [2020-10-15T18:14:22.468Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-15T18:14:22.468Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T18:14:22.468Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-15T18:14:22.468Z] ++ cut -d/ -f2 [2020-10-15T18:14:22.468Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-15T18:14:22.468Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T18:14:22.468Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-15T18:14:22.468Z] ++ cut -d/ -f2 [2020-10-15T18:14:22.468Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-15T18:14:22.468Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T18:14:22.468Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-15T18:14:22.468Z] ++ cut -d/ -f2 [2020-10-15T18:14:22.468Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-15T18:14:22.468Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T18:14:22.468Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-15T18:14:22.468Z] ++ cut -d/ -f2 [2020-10-15T18:14:22.468Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-15T18:14:22.468Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T18:14:22.468Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-15T18:14:22.468Z] ++ cut -d/ -f2 [2020-10-15T18:14:22.468Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-15T18:14:22.468Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T18:14:22.468Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-15T18:14:22.468Z] ++ cut -d/ -f2 [2020-10-15T18:14:22.468Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-15T18:14:22.538Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:14:23.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T18:14:23.934Z] [2020-10-15T18:14:23.934Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:14:24.280Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T18:14:24.280Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T18:14:24.280Z] 31603596830f: Pulling fs layer [2020-10-15T18:14:24.280Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T18:14:24.280Z] 6ca5941a6612: Pulling fs layer [2020-10-15T18:14:24.280Z] ecc8261a40a4: Pulling fs layer [2020-10-15T18:14:24.280Z] ecc8261a40a4: Waiting [2020-10-15T18:14:24.280Z] 2a8b12db71e7: Verifying Checksum [2020-10-15T18:14:24.280Z] 2a8b12db71e7: Download complete [2020-10-15T18:14:24.543Z] 31603596830f: Verifying Checksum [2020-10-15T18:14:24.543Z] 31603596830f: Download complete [2020-10-15T18:14:24.805Z] ecc8261a40a4: Verifying Checksum [2020-10-15T18:14:24.805Z] ecc8261a40a4: Download complete [2020-10-15T18:14:24.805Z] 6ca5941a6612: Verifying Checksum [2020-10-15T18:14:24.805Z] 6ca5941a6612: Download complete [2020-10-15T18:14:24.805Z] 31603596830f: Pull complete [2020-10-15T18:14:25.070Z] 2a8b12db71e7: Pull complete [2020-10-15T18:14:25.645Z] 6ca5941a6612: Pull complete [2020-10-15T18:14:25.907Z] ecc8261a40a4: Pull complete [2020-10-15T18:14:25.907Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T18:14:25.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T18:14:25.907Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T18:14:26.008Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:14:26.056Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-15T18:14:28.383Z] $ docker top 8cc7a69bce0fe84ce76664b81c879fb3ec70c218d5c2bc466e83464b69cd80e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T18:14:28.663Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T18:14:28.663Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T18:14:28.855Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T18:14:28.858Z] $ docker exec 8cc7a69bce0fe84ce76664b81c879fb3ec70c218d5c2bc466e83464b69cd80e9 ssh-agent [2020-10-15T18:14:29.027Z] SSH_AUTH_SOCK=/tmp/ssh-6xyqQZ61cHo4/agent.12 [2020-10-15T18:14:29.027Z] SSH_AGENT_PID=17 [2020-10-15T18:14:29.038Z] Running ssh-add (command line suppressed) [2020-10-15T18:14:29.159Z] Identity added: /w/workspace/edgex-go/190@tmp/private_key_3723622298511944388.key (/w/workspace/edgex-go/190@tmp/private_key_3723622298511944388.key) [2020-10-15T18:14:29.212Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T18:14:29.548Z] + git describe --exact-match --tags HEAD [2020-10-15T18:14:29.548Z] fatal: no tag exactly matches '5fa08527d925aa0d761a58fd1d2245c253eac308' [Pipeline] } [2020-10-15T18:14:29.582Z] $ docker exec --env ******** --env ******** 8cc7a69bce0fe84ce76664b81c879fb3ec70c218d5c2bc466e83464b69cd80e9 ssh-agent -k [2020-10-15T18:14:29.726Z] unset SSH_AUTH_SOCK; [2020-10-15T18:14:29.726Z] unset SSH_AGENT_PID; [2020-10-15T18:14:29.726Z] echo Agent pid 17 killed; [2020-10-15T18:14:29.779Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-15T18:14:29.863Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-15T18:14:29.863Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-15T18:14:29.964Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T18:14:29.964Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T18:14:30.134Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T18:14:30.137Z] $ docker exec 8cc7a69bce0fe84ce76664b81c879fb3ec70c218d5c2bc466e83464b69cd80e9 ssh-agent [2020-10-15T18:14:30.299Z] SSH_AUTH_SOCK=/tmp/ssh-yvbepfyp59Q9/agent.46 [2020-10-15T18:14:30.299Z] SSH_AGENT_PID=51 [2020-10-15T18:14:30.307Z] Running ssh-add (command line suppressed) [2020-10-15T18:14:30.433Z] Identity added: /w/workspace/edgex-go/190@tmp/private_key_5465775600664667708.key (/w/workspace/edgex-go/190@tmp/private_key_5465775600664667708.key) [2020-10-15T18:14:30.485Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T18:14:30.843Z] + git semver init [2020-10-15T18:14:30.843Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T18:14:30.843Z] # $GIT_DIR = /w/workspace/edgex-go/190/.git [2020-10-15T18:14:30.843Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/190 [2020-10-15T18:14:30.843Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T18:14:30.843Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T18:14:30.843Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T18:14:30.843Z] # $SEMVER_BRANCH = master [2020-10-15T18:14:30.843Z] # $SEMVER_TEMP = /tmp/semver-976697169 [2020-10-15T18:14:30.843Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-15T18:14:49.008Z] # '/tmp/semver-976697169' -> '/w/workspace/edgex-go/190/.semver' [2020-10-15T18:14:49.008Z] # -> Force: false [2020-10-15T18:14:49.008Z] # $SEMVER_DIR = /w/workspace/edgex-go/190/.semver [Pipeline] } [2020-10-15T18:14:49.021Z] $ docker exec --env ******** --env ******** 8cc7a69bce0fe84ce76664b81c879fb3ec70c218d5c2bc466e83464b69cd80e9 ssh-agent -k [2020-10-15T18:14:49.206Z] unset SSH_AUTH_SOCK; [2020-10-15T18:14:49.207Z] unset SSH_AGENT_PID; [2020-10-15T18:14:49.207Z] echo Agent pid 51 killed; [2020-10-15T18:14:49.274Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T18:14:49.869Z] + git semver [Pipeline] } [2020-10-15T18:14:49.885Z] $ docker stop --time=1 8cc7a69bce0fe84ce76664b81c879fb3ec70c218d5c2bc466e83464b69cd80e9 [2020-10-15T18:14:51.402Z] $ docker rm -f 8cc7a69bce0fe84ce76664b81c879fb3ec70c218d5c2bc466e83464b69cd80e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-15T18:15:04.136Z] Stashed 91 file(s) [Pipeline] echo [2020-10-15T18:15:04.139Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.74 [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-15T18:15:04.886Z] ========================================================= [2020-10-15T18:15:04.886Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T18:15:04.886Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:15:05.220Z] + 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-15T18:15:09.456Z] Sending build context to Docker daemon 325.1MB [2020-10-15T18:15:09.456Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-15T18:15:09.456Z] Step 2/7 : FROM ${BASE} [2020-10-15T18:15:09.456Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-15T18:15:09.456Z] df20fa9351a1: Pulling fs layer [2020-10-15T18:15:09.456Z] ed8968b2872e: Pulling fs layer [2020-10-15T18:15:09.456Z] a92cc7c5fd73: Pulling fs layer [2020-10-15T18:15:09.456Z] e871e8e8d7a9: Pulling fs layer [2020-10-15T18:15:09.456Z] e73272ec9a57: Pulling fs layer [2020-10-15T18:15:09.456Z] 1e910a182e73: Pulling fs layer [2020-10-15T18:15:09.456Z] 4e634b169226: Pulling fs layer [2020-10-15T18:15:09.456Z] e73272ec9a57: Waiting [2020-10-15T18:15:09.456Z] 1e910a182e73: Waiting [2020-10-15T18:15:09.456Z] e871e8e8d7a9: Waiting [2020-10-15T18:15:09.456Z] 4e634b169226: Waiting [2020-10-15T18:15:09.456Z] a92cc7c5fd73: Verifying Checksum [2020-10-15T18:15:09.456Z] a92cc7c5fd73: Download complete [2020-10-15T18:15:09.456Z] ed8968b2872e: Download complete [2020-10-15T18:15:09.456Z] e73272ec9a57: Verifying Checksum [2020-10-15T18:15:09.456Z] e73272ec9a57: Download complete [2020-10-15T18:15:09.456Z] 1e910a182e73: Verifying Checksum [2020-10-15T18:15:09.456Z] 1e910a182e73: Download complete [2020-10-15T18:15:09.456Z] df20fa9351a1: Verifying Checksum [2020-10-15T18:15:09.456Z] df20fa9351a1: Download complete [2020-10-15T18:15:09.456Z] df20fa9351a1: Pull complete [2020-10-15T18:15:09.719Z] ed8968b2872e: Pull complete [2020-10-15T18:15:09.719Z] a92cc7c5fd73: Pull complete [2020-10-15T18:15:11.644Z] 4e634b169226: Verifying Checksum [2020-10-15T18:15:11.644Z] 4e634b169226: Download complete [2020-10-15T18:15:11.906Z] e871e8e8d7a9: Verifying Checksum [2020-10-15T18:15:11.906Z] e871e8e8d7a9: Download complete [2020-10-15T18:15:17.223Z] e871e8e8d7a9: Pull complete [2020-10-15T18:15:17.223Z] e73272ec9a57: Pull complete [2020-10-15T18:15:17.223Z] 1e910a182e73: Pull complete [2020-10-15T18:15:19.675Z] Still waiting to schedule task [2020-10-15T18:15:19.675Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-15T18:15:25.392Z] 4e634b169226: Pull complete [2020-10-15T18:15:25.392Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-15T18:15:25.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-15T18:15:25.392Z] ---> f7629b54cfaa [2020-10-15T18:15:25.392Z] 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-15T18:15:25.392Z] ---> Running in a85e5a38408b [2020-10-15T18:15:25.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:15:25.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:15:26.544Z] (1/12) Installing libmagic (5.38-r0) [2020-10-15T18:15:26.544Z] (2/12) Installing file (5.38-r0) [2020-10-15T18:15:26.544Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-15T18:15:26.808Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-15T18:15:32.116Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-15T18:15:32.116Z] (6/12) Installing patch (2.7.6-r6) [2020-10-15T18:15:32.116Z] (7/12) Installing build-base (0.5-r2) [2020-10-15T18:15:32.116Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-15T18:15:32.116Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-15T18:15:32.116Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-15T18:15:32.116Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-15T18:15:32.116Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-15T18:15:32.116Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:15:32.116Z] OK: 233 MiB in 51 packages [2020-10-15T18:15:35.434Z] Removing intermediate container a85e5a38408b [2020-10-15T18:15:35.434Z] ---> 04615946ea22 [2020-10-15T18:15:35.434Z] Step 4/7 : WORKDIR /edgex-go [2020-10-15T18:15:35.434Z] ---> Running in 6e209b40dcd3 [2020-10-15T18:15:35.434Z] Removing intermediate container 6e209b40dcd3 [2020-10-15T18:15:35.434Z] ---> 98d29f580a4d [2020-10-15T18:15:35.434Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T18:15:36.379Z] latest: Pulling from library/docker [2020-10-15T18:15:36.379Z] df20fa9351a1: Already exists [2020-10-15T18:15:36.379Z] 25ad7478873d: Pulling fs layer [2020-10-15T18:15:36.379Z] 4684f6177b5d: Pulling fs layer [2020-10-15T18:15:36.379Z] 8ba584e970af: Pulling fs layer [2020-10-15T18:15:36.379Z] 3cdc74d2b06d: Pulling fs layer [2020-10-15T18:15:36.379Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-15T18:15:36.379Z] fca0ccc462d5: Pulling fs layer [2020-10-15T18:15:36.379Z] 4cf5a0d07c1f: Waiting [2020-10-15T18:15:36.379Z] fca0ccc462d5: Waiting [2020-10-15T18:15:36.379Z] 3cdc74d2b06d: Waiting [2020-10-15T18:15:36.643Z] 4684f6177b5d: Verifying Checksum [2020-10-15T18:15:36.643Z] 4684f6177b5d: Download complete [2020-10-15T18:15:36.643Z] 25ad7478873d: Verifying Checksum [2020-10-15T18:15:36.643Z] 25ad7478873d: Download complete [2020-10-15T18:15:36.643Z] 3cdc74d2b06d: Verifying Checksum [2020-10-15T18:15:36.643Z] 3cdc74d2b06d: Download complete [2020-10-15T18:15:36.908Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-15T18:15:36.908Z] 4cf5a0d07c1f: Download complete [2020-10-15T18:15:36.908Z] fca0ccc462d5: Verifying Checksum [2020-10-15T18:15:36.908Z] fca0ccc462d5: Download complete [2020-10-15T18:15:36.908Z] 25ad7478873d: Pull complete [2020-10-15T18:15:37.172Z] 4684f6177b5d: Pull complete [2020-10-15T18:15:37.436Z] 8ba584e970af: Verifying Checksum [2020-10-15T18:15:37.436Z] 8ba584e970af: Download complete [2020-10-15T18:15:39.996Z] 8ba584e970af: Pull complete [2020-10-15T18:15:39.996Z] 3cdc74d2b06d: Pull complete [2020-10-15T18:15:39.996Z] 4cf5a0d07c1f: Pull complete [2020-10-15T18:15:40.258Z] fca0ccc462d5: Pull complete [2020-10-15T18:15:40.258Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T18:15:40.258Z] Status: Downloaded newer image for docker:latest [2020-10-15T18:15:42.202Z] ---> 9fe4060c5bb2 [2020-10-15T18:15:42.202Z] Step 6/7 : COPY go.mod . [2020-10-15T18:15:42.202Z] ---> 1f012a1e0f1e [2020-10-15T18:15:42.202Z] Step 7/7 : RUN go mod download [2020-10-15T18:15:42.202Z] ---> Running in f0cc4eb3f76e [2020-10-15T18:16:04.201Z] Removing intermediate container f0cc4eb3f76e [2020-10-15T18:16:04.201Z] ---> ba2e743ac4a4 [2020-10-15T18:16:04.201Z] Successfully built ba2e743ac4a4 [2020-10-15T18:16:04.201Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:16:04.521Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-15T18:16:04.521Z] . [Pipeline] withDockerContainer [2020-10-15T18:16:04.624Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:16:04.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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 ******** ci-base-image-x86_64 cat [2020-10-15T18:16:05.405Z] $ docker top 1db4fa1207ebdf9dca4cc632e3a582b5c840882c81430c804ce4b8bd15ceb81e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T18:16:05.966Z] + go version [2020-10-15T18:16:05.966Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-15T18:16:05.981Z] $ docker stop --time=1 1db4fa1207ebdf9dca4cc632e3a582b5c840882c81430c804ce4b8bd15ceb81e [2020-10-15T18:16:07.352Z] $ docker rm -f 1db4fa1207ebdf9dca4cc632e3a582b5c840882c81430c804ce4b8bd15ceb81e [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-15T18:16:10.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-15T18:16:10.850Z] [2020-10-15T18:16:10.850Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:16:11.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-15T18:16:11.242Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-15T18:16:11.242Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-15T18:16:11.242Z] ca9280d653b3: Pulling fs layer [2020-10-15T18:16:11.242Z] 7e9c9ca2126c: Pulling fs layer [2020-10-15T18:16:11.835Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-15T18:16:11.835Z] cbdbe7a5bc2a: Download complete [2020-10-15T18:16:12.419Z] ca9280d653b3: Verifying Checksum [2020-10-15T18:16:12.419Z] ca9280d653b3: Download complete [2020-10-15T18:16:12.419Z] cbdbe7a5bc2a: Pull complete [2020-10-15T18:16:13.373Z] ca9280d653b3: Pull complete [2020-10-15T18:16:13.640Z] 7e9c9ca2126c: Verifying Checksum [2020-10-15T18:16:13.640Z] 7e9c9ca2126c: Download complete [2020-10-15T18:16:20.254Z] 7e9c9ca2126c: Pull complete [2020-10-15T18:16:20.254Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-15T18:16:20.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-15T18:16:20.254Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-15T18:16:20.389Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:16:20.447Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-15T18:16:23.092Z] $ docker top 1089ab3ba7bcde90458802468550c578c695d646a75e4ebda0b90f1c8c8b6543 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T18:16:23.662Z] + docker-compose build --help [2020-10-15T18:16:23.662Z] + grep parallel [2020-10-15T18:16:24.618Z] --parallel Build images in parallel. [Pipeline] } [2020-10-15T18:16:24.637Z] $ docker stop --time=1 1089ab3ba7bcde90458802468550c578c695d646a75e4ebda0b90f1c8c8b6543 [2020-10-15T18:16:26.006Z] $ docker rm -f 1089ab3ba7bcde90458802468550c578c695d646a75e4ebda0b90f1c8c8b6543 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:16:26.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-15T18:16:26.715Z] . [Pipeline] withDockerContainer [2020-10-15T18:16:26.845Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:16:26.917Z] $ 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/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-15T18:16:27.522Z] $ docker top a9286e0e1d61c1deb29c60affca47ea7ca1eda59bd5364a7bc57a16a07297d46 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T18:16:28.016Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-15T18:16:28.985Z] Building docker-core-command-go ... [2020-10-15T18:16:28.985Z] Building docker-core-data-go ... [2020-10-15T18:16:28.985Z] Building docker-core-metadata-go ... [2020-10-15T18:16:28.985Z] Building docker-security-proxy-setup-go ... [2020-10-15T18:16:28.985Z] Building docker-security-secrets-setup-go ... [2020-10-15T18:16:28.985Z] Building docker-security-secretstore-setup-go ... [2020-10-15T18:16:28.985Z] Building docker-support-logging-go ... [2020-10-15T18:16:28.985Z] Building docker-support-notifications-go ... [2020-10-15T18:16:28.985Z] Building docker-support-scheduler-go ... [2020-10-15T18:16:28.985Z] Building docker-sys-mgmt-agent-go ... [2020-10-15T18:16:28.985Z] Building docker-core-data-go [2020-10-15T18:16:28.985Z] Building docker-sys-mgmt-agent-go [2020-10-15T18:16:28.985Z] Building docker-support-scheduler-go [2020-10-15T18:16:28.985Z] Building docker-security-secrets-setup-go [2020-10-15T18:16:28.985Z] Building docker-security-proxy-setup-go [2020-10-15T18:16:51.128Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:16:51.128Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-15T18:16:51.128Z] ---> ba2e743ac4a4 [2020-10-15T18:16:51.128Z] Step 3/29 : WORKDIR /edgex-go [2020-10-15T18:16:51.128Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:16:51.128Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:16:51.128Z] ---> ba2e743ac4a4 [2020-10-15T18:16:51.128Z] Step 3/23 : WORKDIR /edgex-go [2020-10-15T18:16:51.128Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:16:51.128Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:16:51.128Z] ---> ba2e743ac4a4 [2020-10-15T18:16:51.128Z] Step 3/27 : WORKDIR /edgex-go [2020-10-15T18:16:51.128Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:16:51.128Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:16:51.128Z] ---> ba2e743ac4a4 [2020-10-15T18:16:51.128Z] Step 3/21 : WORKDIR /edgex-go [2020-10-15T18:16:51.128Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:16:51.128Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:16:51.128Z] ---> ba2e743ac4a4 [2020-10-15T18:16:51.128Z] Step 3/20 : WORKDIR /edgex-go [2020-10-15T18:16:51.401Z] ---> Running in c9efef0c299f [2020-10-15T18:16:51.401Z] ---> Running in fb967a2bbffb [2020-10-15T18:16:51.401Z] ---> Running in 1493e05ac2e3 [2020-10-15T18:16:51.664Z] ---> Running in d5ea65b81a10 [2020-10-15T18:16:51.664Z] ---> Running in 8fb6cbced8c4 [2020-10-15T18:16:51.927Z] Removing intermediate container 8fb6cbced8c4 [2020-10-15T18:16:51.927Z] ---> 5015bd18b942 [2020-10-15T18:16:51.927Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:16:51.927Z] Removing intermediate container c9efef0c299f [2020-10-15T18:16:51.927Z] ---> 600b3f7e1d16 [2020-10-15T18:16:51.927Z] Step 4/29 : RUN apk update && apk add make git [2020-10-15T18:16:51.927Z] Removing intermediate container d5ea65b81a10 [2020-10-15T18:16:51.927Z] ---> 4aa1119569b4 [2020-10-15T18:16:51.927Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:16:51.927Z] Removing intermediate container 1493e05ac2e3 [2020-10-15T18:16:51.927Z] ---> f227b13438be [2020-10-15T18:16:51.927Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:16:51.927Z] Removing intermediate container fb967a2bbffb [2020-10-15T18:16:51.927Z] ---> 288fa3acbab2 [2020-10-15T18:16:51.927Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:16:52.191Z] ---> Running in 9ab1b5f8380d [2020-10-15T18:16:52.191Z] ---> Running in e54de1a51e68 [2020-10-15T18:16:52.191Z] ---> Running in fb37929476e1 [2020-10-15T18:16:52.191Z] ---> Running in 3634bda576c5 [2020-10-15T18:16:52.191Z] ---> Running in c3421cd72501 [2020-10-15T18:16:53.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:16:54.183Z] Removing intermediate container 9ab1b5f8380d [2020-10-15T18:16:54.183Z] ---> 8792811c94cb [2020-10-15T18:16:54.183Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-15T18:16:54.183Z] Removing intermediate container e54de1a51e68 [2020-10-15T18:16:54.183Z] ---> e683e0182b82 [2020-10-15T18:16:54.183Z] Step 5/21 : RUN apk update && apk add make git [2020-10-15T18:16:54.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:16:54.183Z] ---> Running in 5b2b94d62bc5 [2020-10-15T18:16:54.183Z] ---> Running in a78e7e975a32 [2020-10-15T18:16:54.444Z] Removing intermediate container fb37929476e1 [2020-10-15T18:16:54.444Z] ---> 3b93ca10f075 [2020-10-15T18:16:54.444Z] Step 5/20 : RUN apk update && apk add make git [2020-10-15T18:16:54.444Z] Removing intermediate container c3421cd72501 [2020-10-15T18:16:54.444Z] ---> c06fc0730df3 [2020-10-15T18:16:54.445Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-15T18:16:54.712Z] ---> Running in 649b185c9cbe [2020-10-15T18:16:54.712Z] ---> Running in 6155b20ae8e1 [2020-10-15T18:16:54.712Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:16:54.712Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:16:54.712Z] OK: 12752 distinct packages available [2020-10-15T18:16:54.979Z] OK: 233 MiB in 51 packages [2020-10-15T18:16:55.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:16:55.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:16:55.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:16:55.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:16:55.509Z] Removing intermediate container 3634bda576c5 [2020-10-15T18:16:55.509Z] ---> 82e93951e61f [2020-10-15T18:16:55.509Z] Step 5/29 : COPY go.mod . [2020-10-15T18:16:55.772Z] ---> cb71216ca8d3 [2020-10-15T18:16:55.772Z] Step 6/29 : RUN go mod download [2020-10-15T18:16:55.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:16:56.038Z] ---> Running in 9692cf0b28d8 [2020-10-15T18:16:56.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:16:56.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:16:56.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:16:56.570Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:16:56.570Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:16:56.570Z] OK: 12752 distinct packages available [2020-10-15T18:16:56.570Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:16:56.570Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:16:56.570Z] OK: 12752 distinct packages available [2020-10-15T18:16:56.570Z] OK: 233 MiB in 51 packages [2020-10-15T18:16:56.833Z] OK: 233 MiB in 51 packages [2020-10-15T18:16:56.833Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:16:56.833Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:16:56.833Z] OK: 12752 distinct packages available [2020-10-15T18:16:57.110Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:16:57.110Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:16:57.110Z] OK: 12752 distinct packages available [2020-10-15T18:16:57.110Z] OK: 233 MiB in 51 packages [2020-10-15T18:16:57.376Z] OK: 233 MiB in 51 packages [2020-10-15T18:16:57.641Z] Removing intermediate container 5b2b94d62bc5 [2020-10-15T18:16:57.641Z] ---> 40dd5bf3fc20 [2020-10-15T18:16:57.641Z] Step 6/21 : COPY go.mod . [2020-10-15T18:16:57.641Z] Removing intermediate container a78e7e975a32 [2020-10-15T18:16:57.641Z] ---> 5a5ca370c7ef [2020-10-15T18:16:57.641Z] Step 6/23 : COPY go.mod . [2020-10-15T18:16:57.908Z] Removing intermediate container 9692cf0b28d8 [2020-10-15T18:16:57.908Z] ---> bbcdf28bdbde [2020-10-15T18:16:57.908Z] Step 7/29 : COPY . . [2020-10-15T18:16:58.172Z] ---> 2481202db39c [2020-10-15T18:16:58.172Z] Step 7/21 : RUN go mod download [2020-10-15T18:16:58.450Z] Removing intermediate container 6155b20ae8e1 [2020-10-15T18:16:58.450Z] ---> d3edfad80dbd [2020-10-15T18:16:58.450Z] Step 6/27 : COPY go.mod . [2020-10-15T18:16:59.032Z] ---> 0259e153262b [2020-10-15T18:16:59.032Z] Step 7/23 : RUN go mod download [2020-10-15T18:16:59.304Z] ---> Running in 36b8055e7b30 [2020-10-15T18:16:59.304Z] ---> 59db45b5a488 [2020-10-15T18:16:59.304Z] Step 7/27 : RUN go mod download [2020-10-15T18:16:59.304Z] ---> Running in e8c1a835c75b [2020-10-15T18:16:59.304Z] Removing intermediate container 649b185c9cbe [2020-10-15T18:16:59.304Z] ---> 82628845b6f6 [2020-10-15T18:16:59.304Z] Step 6/20 : COPY go.mod . [2020-10-15T18:17:00.699Z] ---> Running in 258617c842db [2020-10-15T18:17:00.963Z] ---> 35e8c597fa0a [2020-10-15T18:17:00.964Z] Step 7/20 : RUN go mod download [2020-10-15T18:17:01.920Z] ---> Running in add7c216009d [2020-10-15T18:17:04.489Z] Removing intermediate container 36b8055e7b30 [2020-10-15T18:17:04.489Z] ---> 0491a0ff2f57 [2020-10-15T18:17:04.489Z] Step 8/21 : COPY . . [2020-10-15T18:17:07.082Z] Removing intermediate container e8c1a835c75b [2020-10-15T18:17:07.082Z] ---> a418a65140da [2020-10-15T18:17:07.082Z] Step 8/23 : COPY . . [2020-10-15T18:17:08.480Z] Removing intermediate container 258617c842db [2020-10-15T18:17:08.480Z] ---> 63cdb1575a6a [2020-10-15T18:17:08.480Z] Step 8/27 : COPY . . [2020-10-15T18:17:16.653Z] Removing intermediate container add7c216009d [2020-10-15T18:17:16.653Z] ---> 26d5c6f8a752 [2020-10-15T18:17:16.653Z] Step 8/20 : COPY . . [2020-10-15T18:17:16.653Z] ---> df392ae0fde0 [2020-10-15T18:17:16.653Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-15T18:17:21.998Z] ---> Running in 75ae9781d7bc [2020-10-15T18:17:22.828Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5626 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-15T18:17:22.962Z] Running in /w/workspace/edgex-go/190 [Pipeline] { [Pipeline] checkout [2020-10-15T18:17:27.990Z] using credential edgex-jenkins-ssh [2020-10-15T18:17:28.060Z] Cloning the remote Git repository [2020-10-15T18:17:28.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-15T18:17:28.629Z] ---> c5ff28b3be4a [2020-10-15T18:17:28.629Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-15T18:17:28.135Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-15T18:17:28.241Z] > git init /w/workspace/edgex-go/190 # timeout=10 [2020-10-15T18:17:28.322Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T18:17:28.323Z] > git --version # timeout=10 [2020-10-15T18:17:28.341Z] > git --version # 'git version 2.17.1' [2020-10-15T18:17:28.344Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T18:17:28.393Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T18:17:32.904Z] ---> Running in 3f652b2be269 [2020-10-15T18:17:32.904Z] ---> 35e988d18627 [2020-10-15T18:17:32.904Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-15T18:17:32.904Z] ---> Running in 933ca3311016 [2020-10-15T18:17:32.904Z] ---> ca34f59db5d1 [2020-10-15T18:17:32.904Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-15T18:17:33.903Z] ---> Running in 37e45c7c2976 [2020-10-15T18:17:33.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-15T18:17:34.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-15T18:17:34.815Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/core-data/core-data ./cmd/core-data [2020-10-15T18:17:36.790Z] ---> fbb884731d00 [2020-10-15T18:17:36.790Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-15T18:17:36.790Z] ---> Running in e14e542f7776 [2020-10-15T18:17:37.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-15T18:17:44.644Z] Checking out Revision 5fa08527d925aa0d761a58fd1d2245c253eac308 (master) [2020-10-15T18:17:44.020Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T18:17:44.043Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T18:17:44.073Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T18:17:44.114Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T18:17:44.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T18:17:44.133Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T18:17:44.681Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T18:17:44.704Z] > git checkout -f 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 [2020-10-15T18:17:49.607Z] Commit message: "Merge pull request #2782 from weichou1229/issue-2775" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-15T18:17:56.006Z] Removing intermediate container 75ae9781d7bc [2020-10-15T18:17:56.006Z] ---> cdc73cf58382 [2020-10-15T18:17:56.006Z] [2020-10-15T18:17:56.006Z] Step 9/29 : FROM alpine:latest [2020-10-15T18:17:56.006Z] latest: Pulling from library/alpine [2020-10-15T18:17:56.006Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-15T18:17:56.006Z] Status: Downloaded newer image for alpine:latest [2020-10-15T18:17:56.006Z] ---> a24bb4013296 [2020-10-15T18:17:56.006Z] 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-15T18:17:56.006Z] ---> Running in 8f276f18e49d [2020-10-15T18:17:56.006Z] Removing intermediate container 8f276f18e49d [2020-10-15T18:17:56.006Z] ---> e0c74558c85b [2020-10-15T18:17:56.006Z] Step 11/29 : USER root [2020-10-15T18:17:56.279Z] ---> Running in f80d7ccee86e [2020-10-15T18:17:56.553Z] Removing intermediate container f80d7ccee86e [2020-10-15T18:17:56.553Z] ---> 906c1ed648f7 [2020-10-15T18:17:56.553Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-15T18:17:56.828Z] ---> Running in 3917a2ceabe6 [2020-10-15T18:17:57.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:17:58.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:17:58.413Z] v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:17:58.413Z] v3.12.0-424-gdaa4ba98df [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:17:58.413Z] OK: 12750 distinct packages available [2020-10-15T18:17:58.693Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-15T18:17:58.693Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-15T18:17:58.693Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:17:58.693Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T18:17:59.004Z] OK: 6 MiB in 16 packages [2020-10-15T18:18:00.997Z] Removing intermediate container 3917a2ceabe6 [2020-10-15T18:18:00.997Z] ---> 400c1b8a543e [2020-10-15T18:18:00.997Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-15T18:18:01.274Z] ---> Running in 0786ca229ab8 [2020-10-15T18:18:01.551Z] Removing intermediate container 0786ca229ab8 [2020-10-15T18:18:01.551Z] ---> b3b3c202cac1 [2020-10-15T18:18:01.551Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-15T18:18:01.551Z] ---> Running in 0c16724f37a8 [Pipeline] echo [2020-10-15T18:18:02.113Z] ========================================================= [2020-10-15T18:18:02.113Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-15T18:18:02.113Z] ========================================================= [2020-10-15T18:18:02.161Z] Removing intermediate container 0c16724f37a8 [2020-10-15T18:18:02.161Z] ---> 579f57750692 [2020-10-15T18:18:02.161Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-15T18:18:02.161Z] ---> Running in a35a23e7561b [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:18:03.106Z] + 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-15T18:18:06.458Z] Removing intermediate container e14e542f7776 [2020-10-15T18:18:06.458Z] ---> 3968b54a95b6 [2020-10-15T18:18:06.458Z] [2020-10-15T18:18:06.458Z] Step 10/20 : FROM alpine [2020-10-15T18:18:06.458Z] ---> a24bb4013296 [2020-10-15T18:18:06.458Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-15T18:18:06.458Z] Removing intermediate container 933ca3311016 [2020-10-15T18:18:06.458Z] ---> 679a20198e9b [2020-10-15T18:18:06.458Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-15T18:18:06.723Z] ---> Running in 30a802c3c383 [2020-10-15T18:18:06.723Z] Removing intermediate container a35a23e7561b [2020-10-15T18:18:06.723Z] ---> c43870930818 [2020-10-15T18:18:06.723Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-15T18:18:06.723Z] ---> Running in 8dbb5dac23b3 [2020-10-15T18:18:07.423Z] Sending build context to Docker daemon 325.1MB [2020-10-15T18:18:07.423Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-15T18:18:07.423Z] Step 2/7 : FROM ${BASE} [2020-10-15T18:18:07.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:18:07.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:18:07.696Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-15T18:18:07.696Z] b538f80385f9: Pulling fs layer [2020-10-15T18:18:07.696Z] 74f711af9a0d: Pulling fs layer [2020-10-15T18:18:07.696Z] 99f96fe45779: Pulling fs layer [2020-10-15T18:18:07.696Z] 8529a6b9a6be: Pulling fs layer [2020-10-15T18:18:07.696Z] 45590311c82a: Pulling fs layer [2020-10-15T18:18:07.696Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-15T18:18:07.696Z] 209524e5b208: Pulling fs layer [2020-10-15T18:18:07.696Z] 45590311c82a: Waiting [2020-10-15T18:18:07.696Z] 8529a6b9a6be: Waiting [2020-10-15T18:18:07.696Z] 69ca0ff8b7b3: Waiting [2020-10-15T18:18:07.696Z] 209524e5b208: Waiting [2020-10-15T18:18:07.696Z] 99f96fe45779: Verifying Checksum [2020-10-15T18:18:07.696Z] 99f96fe45779: Download complete [2020-10-15T18:18:07.696Z] 74f711af9a0d: Download complete [2020-10-15T18:18:07.696Z] 45590311c82a: Verifying Checksum [2020-10-15T18:18:07.696Z] 45590311c82a: Download complete [2020-10-15T18:18:07.962Z] v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:18:07.962Z] v3.12.0-424-gdaa4ba98df [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:18:07.962Z] OK: 12750 distinct packages available [2020-10-15T18:18:08.224Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-15T18:18:08.288Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-15T18:18:08.288Z] 69ca0ff8b7b3: Download complete [2020-10-15T18:18:08.498Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T18:18:08.498Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-15T18:18:08.498Z] (4/4) Installing curl (7.69.1-r1) [2020-10-15T18:18:08.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-15T18:18:08.498Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:18:08.498Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T18:18:08.498Z] OK: 7 MiB in 18 packages [2020-10-15T18:18:08.884Z] b538f80385f9: Verifying Checksum [2020-10-15T18:18:08.884Z] b538f80385f9: Download complete [2020-10-15T18:18:09.481Z] b538f80385f9: Pull complete [2020-10-15T18:18:09.774Z] 74f711af9a0d: Pull complete [2020-10-15T18:18:09.980Z] ---> 0655896341f3 [2020-10-15T18:18:09.980Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-15T18:18:10.373Z] 99f96fe45779: Pull complete [2020-10-15T18:18:10.695Z] Removing intermediate container 3f652b2be269 [2020-10-15T18:18:10.695Z] ---> bcb5b89facac [2020-10-15T18:18:10.695Z] [2020-10-15T18:18:10.695Z] Step 10/21 : FROM scratch [2020-10-15T18:18:10.695Z] ---> [2020-10-15T18:18:10.695Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T18:18:10.695Z] ---> Running in 0b0ca3a97fed [2020-10-15T18:18:10.695Z] ---> 511d5d437039 [2020-10-15T18:18:10.695Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-15T18:18:10.979Z] 209524e5b208: Verifying Checksum [2020-10-15T18:18:10.979Z] 209524e5b208: Download complete [2020-10-15T18:18:11.417Z] Removing intermediate container 0b0ca3a97fed [2020-10-15T18:18:11.417Z] ---> a4da038cdcf4 [2020-10-15T18:18:11.417Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-15T18:18:11.687Z] Removing intermediate container 30a802c3c383 [2020-10-15T18:18:11.687Z] ---> 079dad07cb59 [2020-10-15T18:18:11.687Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T18:18:11.687Z] ---> Running in 75eedbcbd0ec [2020-10-15T18:18:11.687Z] Removing intermediate container 8dbb5dac23b3 [2020-10-15T18:18:11.687Z] ---> 2a27d07fa2a6 [2020-10-15T18:18:11.687Z] [2020-10-15T18:18:11.687Z] Step 11/27 : FROM docker:latest [2020-10-15T18:18:11.687Z] ---> 809cc4dba987 [2020-10-15T18:18:11.687Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-15T18:18:11.961Z] 8529a6b9a6be: Verifying Checksum [2020-10-15T18:18:11.961Z] 8529a6b9a6be: Download complete [2020-10-15T18:18:13.088Z] ---> 36a56c8b98c4 [2020-10-15T18:18:13.088Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-15T18:18:13.088Z] ---> Running in 964dd388cbe5 [2020-10-15T18:18:14.488Z] Removing intermediate container 75eedbcbd0ec [2020-10-15T18:18:14.488Z] ---> 1ce8dbf3103e [2020-10-15T18:18:14.488Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-15T18:18:14.488Z] ---> Running in 44c145977cd0 [2020-10-15T18:18:14.488Z] ---> Running in 703b2bf61322 [2020-10-15T18:18:14.488Z] ---> ed18ef7bd0f9 [2020-10-15T18:18:14.488Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-15T18:18:14.488Z] Removing intermediate container 964dd388cbe5 [2020-10-15T18:18:14.488Z] ---> f9dec1cefc06 [2020-10-15T18:18:14.488Z] Step 13/20 : WORKDIR /edgex [2020-10-15T18:18:14.759Z] Removing intermediate container 37e45c7c2976 [2020-10-15T18:18:14.760Z] ---> 2ef02cd8c39e [2020-10-15T18:18:14.760Z] [2020-10-15T18:18:14.760Z] Step 10/23 : FROM alpine [2020-10-15T18:18:14.760Z] ---> a24bb4013296 [2020-10-15T18:18:14.760Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T18:18:14.760Z] ---> Running in 0dfe6f155217 [2020-10-15T18:18:15.344Z] Removing intermediate container 703b2bf61322 [2020-10-15T18:18:15.344Z] ---> 033168531014 [2020-10-15T18:18:15.344Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-15T18:18:15.344Z] ---> Running in 5f96b211ae8e [2020-10-15T18:18:15.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:18:15.344Z] ---> 49bc11f8ac70 [2020-10-15T18:18:15.344Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-15T18:18:15.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:18:15.609Z] (1/2) Installing readline (8.0.4-r0) [2020-10-15T18:18:16.183Z] (2/2) Installing bash (5.0.17-r0) [2020-10-15T18:18:16.183Z] Executing bash-5.0.17-r0.post-install [2020-10-15T18:18:16.183Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:18:16.183Z] OK: 12 MiB in 22 packages [2020-10-15T18:18:16.446Z] Removing intermediate container 0dfe6f155217 [2020-10-15T18:18:16.446Z] ---> 21a7481a3933 [2020-10-15T18:18:16.446Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-15T18:18:16.709Z] ---> Running in 5038662408e8 [2020-10-15T18:18:16.709Z] ---> b50199a80167 [2020-10-15T18:18:16.709Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-15T18:18:16.971Z] Removing intermediate container 5f96b211ae8e [2020-10-15T18:18:16.971Z] ---> 7e46b83c7e82 [2020-10-15T18:18:16.971Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-15T18:18:17.241Z] ---> 859c7c6d83f5 [2020-10-15T18:18:17.241Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-15T18:18:17.241Z] ---> Running in 13bb68755b90 [2020-10-15T18:18:17.821Z] ---> ffb2da7faa23 [2020-10-15T18:18:17.821Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-15T18:18:17.821Z] Removing intermediate container 44c145977cd0 [2020-10-15T18:18:17.821Z] ---> 7c716e718ac8 [2020-10-15T18:18:17.821Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-15T18:18:17.821Z] ---> 3ec652c24dbe [2020-10-15T18:18:17.821Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-15T18:18:17.821Z] ---> Running in fd9d432d8be5 [2020-10-15T18:18:17.821Z] Removing intermediate container 13bb68755b90 [2020-10-15T18:18:17.821Z] ---> 3d0428f231c7 [2020-10-15T18:18:17.821Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-15T18:18:18.086Z] ---> Running in 357c7e354f07 [2020-10-15T18:18:18.086Z] ---> Running in b7c1f796d19e [2020-10-15T18:18:18.349Z] ---> 4c69d338dd3c [2020-10-15T18:18:18.349Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-15T18:18:18.613Z] ---> Running in af5a4ae594ac [2020-10-15T18:18:18.613Z] Removing intermediate container 357c7e354f07 [2020-10-15T18:18:18.613Z] ---> c1e00750cc7c [2020-10-15T18:18:18.613Z] Step 17/20 : CMD ["--init=true"] [2020-10-15T18:18:18.613Z] Removing intermediate container b7c1f796d19e [2020-10-15T18:18:18.613Z] ---> 938ceee27f02 [2020-10-15T18:18:18.613Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:18:18.613Z] ---> Running in baec1d4113d6 [2020-10-15T18:18:18.875Z] ---> Running in 4309dcb161f7 [2020-10-15T18:18:18.875Z] Removing intermediate container af5a4ae594ac [2020-10-15T18:18:18.875Z] ---> 780dca9bf693 [2020-10-15T18:18:18.875Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:18:19.143Z] Removing intermediate container 5038662408e8 [2020-10-15T18:18:19.143Z] ---> 824bdf27a334 [2020-10-15T18:18:19.143Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T18:18:19.143Z] ---> Running in 9062ae544445 [2020-10-15T18:18:19.405Z] Removing intermediate container baec1d4113d6 [2020-10-15T18:18:19.405Z] ---> 1d0b0756c3f7 [2020-10-15T18:18:19.405Z] Step 18/20 : LABEL arch=x86_64 [2020-10-15T18:18:19.405Z] ---> Running in cc0a769892f6 [2020-10-15T18:18:19.405Z] ---> 5c1c80d852f9 [2020-10-15T18:18:19.405Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T18:18:19.668Z] Removing intermediate container 9062ae544445 [2020-10-15T18:18:19.668Z] ---> 4b619d14e46a [2020-10-15T18:18:19.668Z] Step 19/21 : LABEL arch=x86_64 [2020-10-15T18:18:19.668Z] ---> Running in aecf0b53e5ec [2020-10-15T18:18:19.930Z] Removing intermediate container cc0a769892f6 [2020-10-15T18:18:19.930Z] ---> 1f51e244bfa0 [2020-10-15T18:18:19.930Z] Step 19/20 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:18:19.930Z] ---> Running in c130b15bf0e5 [2020-10-15T18:18:19.930Z] Removing intermediate container fd9d432d8be5 [2020-10-15T18:18:19.930Z] ---> b93ee2beb023 [2020-10-15T18:18:19.930Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-15T18:18:20.193Z] ---> Running in 590a473857ee [2020-10-15T18:18:20.193Z] ---> Running in 148f2aa3fa16 [2020-10-15T18:18:20.456Z] Removing intermediate container c130b15bf0e5 [2020-10-15T18:18:20.456Z] ---> e6bf3bc451b8 [2020-10-15T18:18:20.456Z] Step 20/21 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:18:20.456Z] Removing intermediate container 590a473857ee [2020-10-15T18:18:20.456Z] ---> 9bc087fd5afb [2020-10-15T18:18:20.456Z] Step 20/20 : LABEL version=1.2.2-dev.74 [2020-10-15T18:18:20.723Z] ---> Running in 4d406031a4b0 [2020-10-15T18:18:20.724Z] Removing intermediate container 148f2aa3fa16 [2020-10-15T18:18:20.724Z] ---> e0f368c3414e [2020-10-15T18:18:20.724Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-15T18:18:20.724Z] ---> Running in 8cceffd68709 [2020-10-15T18:18:20.724Z] Removing intermediate container 4309dcb161f7 [2020-10-15T18:18:20.724Z] ---> 75b483bddaa4 [2020-10-15T18:18:20.724Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-15T18:18:20.724Z] ---> Running in faa2f7e4762b [2020-10-15T18:18:20.985Z] ---> Running in e4f9228d9c20 [2020-10-15T18:18:20.985Z] Removing intermediate container 4d406031a4b0 [2020-10-15T18:18:20.985Z] ---> 5f69f4c63899 [2020-10-15T18:18:20.985Z] Step 21/21 : LABEL version=1.2.2-dev.74 [2020-10-15T18:18:21.247Z] Removing intermediate container 8cceffd68709 [2020-10-15T18:18:21.247Z] ---> 72743d6a375d [2020-10-15T18:18:21.247Z] [2020-10-15T18:18:21.247Z] Successfully built 72743d6a375d [2020-10-15T18:18:21.247Z] Removing intermediate container faa2f7e4762b [2020-10-15T18:18:21.247Z] ---> 402cd45c3ee1 [2020-10-15T18:18:21.247Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-15T18:18:21.247Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-15T18:18:21.247Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-10-15T18:18:21.512Z] ---> Running in 2f0cba6fbf43 [2020-10-15T18:18:21.512Z] ---> Running in b76673d14a0c [2020-10-15T18:18:21.512Z] Removing intermediate container aecf0b53e5ec [2020-10-15T18:18:21.512Z] ---> aad3da0ccbc8 [2020-10-15T18:18:21.512Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-15T18:18:21.774Z] Removing intermediate container 2f0cba6fbf43 [2020-10-15T18:18:21.774Z] ---> 16c8698f7e10 [2020-10-15T18:18:21.774Z] [2020-10-15T18:18:21.775Z] Successfully built 16c8698f7e10 [2020-10-15T18:18:22.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:18:22.043Z] ---> Running in eaa97b9e6637 [2020-10-15T18:18:22.043Z] Removing intermediate container b76673d14a0c [2020-10-15T18:18:22.043Z] ---> f33ba38b7303 [2020-10-15T18:18:22.043Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-15T18:18:22.043Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-15T18:18:22.043Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-10-15T18:18:22.140Z] 8529a6b9a6be: Pull complete [2020-10-15T18:18:22.415Z] 45590311c82a: Pull complete [2020-10-15T18:18:22.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:18:22.711Z] 69ca0ff8b7b3: Pull complete [2020-10-15T18:18:23.218Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-15T18:18:24.168Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-15T18:18:24.168Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-15T18:18:24.434Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-15T18:18:25.011Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-15T18:18:25.276Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:18:25.276Z] OK: 8 MiB in 19 packages [2020-10-15T18:18:26.676Z] ---> 3d3ea997a01e [2020-10-15T18:18:26.676Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-15T18:18:27.034Z] 209524e5b208: Pull complete [2020-10-15T18:18:27.034Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-15T18:18:27.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-15T18:18:27.034Z] ---> 5bddaf1c2fca [2020-10-15T18:18:27.034Z] 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-15T18:18:27.251Z] Removing intermediate container e4f9228d9c20 [2020-10-15T18:18:27.251Z] ---> aee2163131d1 [2020-10-15T18:18:27.251Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-15T18:18:27.251Z] ---> f6b462d245bb [2020-10-15T18:18:27.251Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-15T18:18:29.204Z] ---> 10003b338a09 [2020-10-15T18:18:29.205Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-15T18:18:29.473Z] ---> 9400da02b5d0 [2020-10-15T18:18:29.473Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-15T18:18:30.438Z] ---> Running in f286eb620399 [2020-10-15T18:18:31.399Z] Removing intermediate container eaa97b9e6637 [2020-10-15T18:18:31.399Z] ---> cb0ecad5ff1a [2020-10-15T18:18:31.399Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T18:18:31.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:18:31.979Z] ---> Running in bbadaff5e14a [2020-10-15T18:18:32.563Z] ---> Running in 5fb06cccb185 [2020-10-15T18:18:32.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:18:33.143Z] ---> cb19bbdcb128 [2020-10-15T18:18:33.143Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-15T18:18:33.827Z] (1/12) Installing libmagic (5.38-r0) [2020-10-15T18:18:33.827Z] (2/12) Installing file (5.38-r0) [2020-10-15T18:18:34.096Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-15T18:18:34.096Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-15T18:18:34.542Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:18:34.543Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:18:34.543Z] ---> ba2e743ac4a4 [2020-10-15T18:18:34.543Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T18:18:34.543Z] ---> Using cache [2020-10-15T18:18:34.543Z] ---> 288fa3acbab2 [2020-10-15T18:18:34.543Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:18:34.543Z] ---> Using cache [2020-10-15T18:18:34.543Z] ---> c06fc0730df3 [2020-10-15T18:18:34.543Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T18:18:35.117Z] Removing intermediate container 5fb06cccb185 [2020-10-15T18:18:35.117Z] ---> 71bfd883f479 [2020-10-15T18:18:35.117Z] Step 26/29 : CMD [ "generate" ] [2020-10-15T18:18:35.117Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:18:35.117Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:18:35.117Z] ---> ba2e743ac4a4 [2020-10-15T18:18:35.117Z] Step 3/24 : WORKDIR /edgex-go [2020-10-15T18:18:35.117Z] ---> Using cache [2020-10-15T18:18:35.117Z] ---> 288fa3acbab2 [2020-10-15T18:18:35.117Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:18:35.117Z] ---> Using cache [2020-10-15T18:18:35.117Z] ---> c06fc0730df3 [2020-10-15T18:18:35.117Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-15T18:18:35.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:18:35.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:18:35.954Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-15T18:18:35.954Z] (2/33) Installing expat (2.2.9-r1) [2020-10-15T18:18:35.954Z] (3/33) Installing libffi (3.3-r2) [2020-10-15T18:18:35.954Z] (4/33) Installing gdbm (1.13-r1) [2020-10-15T18:18:36.215Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-15T18:18:36.215Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-15T18:18:36.215Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-15T18:18:38.134Z] ---> Running in 6b64b434169f [2020-10-15T18:18:38.134Z] ---> Running in f7fd0d5344ac [2020-10-15T18:18:38.134Z] ---> Running in 03cd8d038b5d [2020-10-15T18:18:38.378Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-15T18:18:38.378Z] (6/12) Installing patch (2.7.6-r6) [2020-10-15T18:18:38.378Z] (7/12) Installing build-base (0.5-r2) [2020-10-15T18:18:38.378Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-15T18:18:38.378Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-15T18:18:38.378Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-15T18:18:38.378Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-15T18:18:38.378Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-15T18:18:38.378Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:18:38.378Z] OK: 217 MiB in 51 packages [2020-10-15T18:18:40.688Z] ---> e9776cba42cd [2020-10-15T18:18:40.688Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-15T18:18:40.688Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-15T18:18:40.688Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-15T18:18:40.688Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-15T18:18:40.688Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-15T18:18:40.688Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-15T18:18:40.688Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-15T18:18:40.688Z] ---> Running in ab1905b508a0 [2020-10-15T18:18:40.688Z] Removing intermediate container 03cd8d038b5d [2020-10-15T18:18:40.688Z] ---> 7fc0947fc446 [2020-10-15T18:18:40.688Z] Step 27/29 : LABEL arch=x86_64 [2020-10-15T18:18:40.688Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-15T18:18:41.263Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-15T18:18:41.263Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-15T18:18:41.263Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-15T18:18:41.836Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-15T18:18:41.836Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-15T18:18:41.836Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-15T18:18:41.836Z] ---> Running in d2382cb8aa75 [2020-10-15T18:18:41.836Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-15T18:18:42.413Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-15T18:18:42.413Z] Removing intermediate container ab1905b508a0 [2020-10-15T18:18:42.413Z] ---> 06ca8e884939 [2020-10-15T18:18:42.413Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:18:42.413Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-15T18:18:42.413Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-15T18:18:42.413Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-15T18:18:42.413Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-15T18:18:42.675Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-15T18:18:42.675Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-15T18:18:42.675Z] ---> Running in 56ee14b8041c [2020-10-15T18:18:42.675Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-15T18:18:42.675Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-15T18:18:42.675Z] Removing intermediate container d2382cb8aa75 [2020-10-15T18:18:42.675Z] ---> 9d8388a5f924 [2020-10-15T18:18:42.675Z] Step 28/29 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:18:42.675Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-15T18:18:42.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:18:42.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:18:42.687Z] Removing intermediate container f286eb620399 [2020-10-15T18:18:42.687Z] ---> 48fde83fbf45 [2020-10-15T18:18:42.687Z] Step 4/7 : WORKDIR /edgex-go [2020-10-15T18:18:42.687Z] ---> Running in 918c0ac13ce0 [2020-10-15T18:18:42.935Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-15T18:18:43.197Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-15T18:18:43.282Z] Removing intermediate container 918c0ac13ce0 [2020-10-15T18:18:43.282Z] ---> 70844ba379ab [2020-10-15T18:18:43.282Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T18:18:43.552Z] latest: Pulling from library/docker [2020-10-15T18:18:43.552Z] b538f80385f9: Already exists [2020-10-15T18:18:43.552Z] 259a493cd78d: Pulling fs layer [2020-10-15T18:18:43.552Z] b8e66b5100f5: Pulling fs layer [2020-10-15T18:18:43.552Z] 7f8258a56ab6: Pulling fs layer [2020-10-15T18:18:43.552Z] 75a0a0ebb566: Pulling fs layer [2020-10-15T18:18:43.552Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-15T18:18:43.552Z] 294320357d30: Pulling fs layer [2020-10-15T18:18:43.552Z] 75a0a0ebb566: Waiting [2020-10-15T18:18:43.552Z] 4a2c62f0a2a3: Waiting [2020-10-15T18:18:43.552Z] 294320357d30: Waiting [2020-10-15T18:18:43.770Z] ---> Running in e0a838b3e0fa [2020-10-15T18:18:43.825Z] b8e66b5100f5: Verifying Checksum [2020-10-15T18:18:43.825Z] b8e66b5100f5: Download complete [2020-10-15T18:18:43.825Z] 259a493cd78d: Verifying Checksum [2020-10-15T18:18:43.825Z] 259a493cd78d: Download complete [2020-10-15T18:18:43.825Z] 75a0a0ebb566: Download complete [2020-10-15T18:18:44.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:18:44.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:18:44.032Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:18:44.032Z] OK: 71 MiB in 55 packages [2020-10-15T18:18:44.032Z] Removing intermediate container 56ee14b8041c [2020-10-15T18:18:44.032Z] ---> 05be7248cb88 [2020-10-15T18:18:44.032Z] Step 21/23 : LABEL arch=x86_64 [2020-10-15T18:18:44.102Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-15T18:18:44.103Z] 4a2c62f0a2a3: Download complete [2020-10-15T18:18:44.103Z] 294320357d30: Download complete [2020-10-15T18:18:44.295Z] ---> Running in 4863104a58da [2020-10-15T18:18:44.295Z] Removing intermediate container e0a838b3e0fa [2020-10-15T18:18:44.295Z] ---> ebdbf16334b1 [2020-10-15T18:18:44.295Z] Step 29/29 : LABEL version=1.2.2-dev.74 [2020-10-15T18:18:44.295Z] ---> Running in 189a58379a31 [2020-10-15T18:18:44.377Z] 259a493cd78d: Pull complete [2020-10-15T18:18:44.578Z] Removing intermediate container 4863104a58da [2020-10-15T18:18:44.578Z] ---> 2e073b46b2cc [2020-10-15T18:18:44.578Z] Step 22/23 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:18:44.578Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:18:44.578Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:18:44.578Z] OK: 12752 distinct packages available [2020-10-15T18:18:44.578Z] ---> Running in d47fdf6a8fab [2020-10-15T18:18:44.578Z] Removing intermediate container 189a58379a31 [2020-10-15T18:18:44.578Z] ---> 469a75fe8af7 [2020-10-15T18:18:44.578Z] [2020-10-15T18:18:44.852Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:18:44.852Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:18:44.852Z] OK: 12752 distinct packages available [2020-10-15T18:18:44.852Z] OK: 233 MiB in 51 packages [2020-10-15T18:18:44.979Z] b8e66b5100f5: Pull complete [2020-10-15T18:18:44.979Z] 7f8258a56ab6: Verifying Checksum [2020-10-15T18:18:44.979Z] 7f8258a56ab6: Download complete [2020-10-15T18:18:45.113Z] Successfully built 469a75fe8af7 [2020-10-15T18:18:45.113Z] OK: 233 MiB in 51 packages [2020-10-15T18:18:45.396Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-15T18:18:45.396Z]  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go [2020-10-15T18:18:45.396Z] Removing intermediate container d47fdf6a8fab [2020-10-15T18:18:45.397Z] ---> eb920ce386ad [2020-10-15T18:18:45.397Z] Step 23/23 : LABEL version=1.2.2-dev.74 [2020-10-15T18:18:48.369Z] 7f8258a56ab6: Pull complete [2020-10-15T18:18:48.369Z] 75a0a0ebb566: Pull complete [2020-10-15T18:18:48.644Z] 4a2c62f0a2a3: Pull complete [2020-10-15T18:18:49.240Z] 294320357d30: Pull complete [2020-10-15T18:18:49.240Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T18:18:49.240Z] Status: Downloaded newer image for docker:latest [2020-10-15T18:18:52.026Z] ---> Running in ddd2f5ef2710 [2020-10-15T18:18:52.293Z] Removing intermediate container bbadaff5e14a [2020-10-15T18:18:52.293Z] ---> b85ab3f928d6 [2020-10-15T18:18:52.293Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-15T18:18:52.643Z] ---> 4c874cde0398 [2020-10-15T18:18:52.644Z] Step 6/7 : COPY go.mod . [2020-10-15T18:18:52.873Z] ---> Running in 6477890db388 [2020-10-15T18:18:52.873Z] Removing intermediate container f7fd0d5344ac [2020-10-15T18:18:52.873Z] ---> 9271c9bab593 [2020-10-15T18:18:52.873Z] Step 6/24 : COPY go.mod . [2020-10-15T18:18:53.238Z] ---> b20c6cdb9e8c [2020-10-15T18:18:53.238Z] Step 7/7 : RUN go mod download [2020-10-15T18:18:53.238Z] ---> Running in 4d5e1e256228 [2020-10-15T18:18:53.830Z] Removing intermediate container ddd2f5ef2710 [2020-10-15T18:18:53.830Z] ---> a83155f8379c [2020-10-15T18:18:53.831Z] [2020-10-15T18:18:54.774Z] Successfully built a83155f8379c [2020-10-15T18:18:54.774Z] Successfully tagged docker-core-data-go:latest [2020-10-15T18:18:54.774Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-10-15T18:18:54.774Z] Removing intermediate container 6b64b434169f [2020-10-15T18:18:54.774Z] ---> f1ea8d744120 [2020-10-15T18:18:54.774Z] Step 6/22 : COPY go.mod . [2020-10-15T18:18:55.723Z] ---> ea7511d9da02 [2020-10-15T18:18:55.723Z] Step 7/24 : RUN go mod download [2020-10-15T18:18:59.044Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:18:59.044Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:18:59.044Z] ---> ba2e743ac4a4 [2020-10-15T18:18:59.044Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T18:18:59.044Z] ---> Using cache [2020-10-15T18:18:59.044Z] ---> 288fa3acbab2 [2020-10-15T18:18:59.044Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:18:59.044Z] ---> Using cache [2020-10-15T18:18:59.044Z] ---> c06fc0730df3 [2020-10-15T18:18:59.044Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-15T18:19:00.448Z] ---> Running in 52ae50ceb9e7 [2020-10-15T18:19:00.448Z] ---> fd39e6c37249 [2020-10-15T18:19:00.448Z] Step 7/22 : RUN go mod download [2020-10-15T18:19:00.448Z] ---> Running in 4a293621ce7b [2020-10-15T18:19:00.448Z] ---> Running in 05dc303cf9c7 [2020-10-15T18:19:01.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:19:02.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:19:02.963Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:19:02.963Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:19:02.963Z] OK: 12752 distinct packages available [2020-10-15T18:19:03.229Z] OK: 233 MiB in 51 packages [2020-10-15T18:19:03.805Z] Collecting docker-compose==1.23.2 [2020-10-15T18:19:03.805Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-15T18:19:04.074Z] OK: 233 MiB in 51 packages [2020-10-15T18:19:05.028Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-15T18:19:05.028Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-15T18:19:05.293Z] Collecting PyYAML<4,>=3.10 [2020-10-15T18:19:05.293Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-15T18:19:06.248Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:19:06.248Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:19:06.248Z] ---> ba2e743ac4a4 [2020-10-15T18:19:06.248Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T18:19:06.248Z] ---> Using cache [2020-10-15T18:19:06.248Z] ---> 288fa3acbab2 [2020-10-15T18:19:06.248Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:19:06.248Z] ---> Using cache [2020-10-15T18:19:06.248Z] ---> c06fc0730df3 [2020-10-15T18:19:06.248Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T18:19:06.248Z] ---> Using cache [2020-10-15T18:19:06.248Z] ---> f1ea8d744120 [2020-10-15T18:19:06.248Z] Step 6/22 : COPY go.mod . [2020-10-15T18:19:06.248Z] ---> Using cache [2020-10-15T18:19:06.248Z] ---> fd39e6c37249 [2020-10-15T18:19:06.248Z] Step 7/22 : RUN go mod download [2020-10-15T18:19:06.248Z] ---> Using cache [2020-10-15T18:19:06.248Z] ---> b01f8444bd5d [2020-10-15T18:19:06.248Z] Step 8/22 : COPY . . [2020-10-15T18:19:06.822Z] Removing intermediate container 05dc303cf9c7 [2020-10-15T18:19:06.822Z] ---> b01f8444bd5d [2020-10-15T18:19:06.822Z] Step 8/22 : COPY . . [2020-10-15T18:19:06.822Z] Removing intermediate container 52ae50ceb9e7 [2020-10-15T18:19:06.822Z] ---> e85422a891dc [2020-10-15T18:19:06.822Z] Step 8/24 : COPY . . [2020-10-15T18:19:14.992Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-15T18:19:14.992Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-15T18:19:15.568Z] Removing intermediate container 4a293621ce7b [2020-10-15T18:19:15.568Z] ---> 23d9f921f7a5 [2020-10-15T18:19:15.568Z] Step 6/22 : COPY go.mod . [2020-10-15T18:19:15.568Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-15T18:19:15.568Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-15T18:19:17.513Z] ---> bf742aafb1e8 [2020-10-15T18:19:17.513Z] Step 7/22 : RUN go mod download [2020-10-15T18:19:20.028Z] Removing intermediate container 4d5e1e256228 [2020-10-15T18:19:20.028Z] ---> d476e42396f8 [2020-10-15T18:19:20.028Z] Successfully built d476e42396f8 [2020-10-15T18:19:20.028Z] Successfully tagged ci-base-image-arm64:latest [2020-10-15T18:19:20.111Z] Collecting docker<4.0,>=3.6.0 [2020-10-15T18:19:20.111Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:19:20.473Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T18:19:20.473Z] . [Pipeline] withDockerContainer [2020-10-15T18:19:20.767Z] prd-ubuntu18.04-docker-arm64-4c-16g-5626 does not seem to be running inside a container [2020-10-15T18:19:20.866Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-15T18:19:22.047Z] ---> Running in 557bc9e85254 [2020-10-15T18:19:22.047Z] 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-15T18:19:22.047Z] Collecting jsonschema<3,>=2.5.1 [2020-10-15T18:19:22.047Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-15T18:19:22.312Z] Collecting texttable<0.10,>=0.9.0 [2020-10-15T18:19:22.312Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-15T18:19:22.719Z] $ docker top 13adea163adcc4f1893a1e621a8978e55d7afec8ca7010304af83772e5786fc1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T18:19:24.153Z] + go version [2020-10-15T18:19:24.153Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-15T18:19:24.185Z] $ docker stop --time=1 13adea163adcc4f1893a1e621a8978e55d7afec8ca7010304af83772e5786fc1 [2020-10-15T18:19:26.133Z] $ docker rm -f 13adea163adcc4f1893a1e621a8978e55d7afec8ca7010304af83772e5786fc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-15T18:19:26.670Z] Collecting cached-property<2,>=1.2.0 [2020-10-15T18:19:26.670Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-15T18:19:26.670Z] Collecting docopt<0.7,>=0.6.1 [2020-10-15T18:19:26.670Z] Downloading docopt-0.6.2.tar.gz (25 kB) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-10-15T18:19:27.136Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-15T18:19:27.137Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-15T18:19:27.137Z] 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-15T18:19:27.137Z] 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) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:19:27.406Z] Collecting idna<2.8,>=2.5 [2020-10-15T18:19:27.407Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-15T18:19:27.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T18:19:27.582Z] [2020-10-15T18:19:27.582Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:19:27.990Z] Collecting docker-pycreds>=0.4.0 [2020-10-15T18:19:27.990Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-15T18:19:28.234Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T18:19:28.256Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-15T18:19:28.256Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-15T18:19:28.256Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-15T18:19:28.256Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-15T18:19:28.507Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-15T18:19:28.507Z] 29e5d40040c1: Pulling fs layer [2020-10-15T18:19:28.507Z] 1ce36da41761: Pulling fs layer [2020-10-15T18:19:28.507Z] 25b303627fd3: Pulling fs layer [2020-10-15T18:19:28.519Z] Installing collected packages: urllib3, idna, requests, PyYAML, websocket-client, dockerpty, docker-pycreds, docker, jsonschema, texttable, cached-property, docopt, docker-compose [2020-10-15T18:19:28.519Z] Attempting uninstall: urllib3 [2020-10-15T18:19:28.519Z] Found existing installation: urllib3 1.25.9 [2020-10-15T18:19:28.519Z] Uninstalling urllib3-1.25.9: [2020-10-15T18:19:28.781Z] Successfully uninstalled urllib3-1.25.9 [2020-10-15T18:19:29.102Z] 29e5d40040c1: Verifying Checksum [2020-10-15T18:19:29.102Z] 29e5d40040c1: Download complete [2020-10-15T18:19:29.358Z] ---> 974ab1f10be8 [2020-10-15T18:19:29.358Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-15T18:19:29.702Z] 1ce36da41761: Verifying Checksum [2020-10-15T18:19:29.702Z] 1ce36da41761: Download complete [2020-10-15T18:19:29.702Z] 29e5d40040c1: Pull complete [2020-10-15T18:19:29.933Z] Attempting uninstall: idna [2020-10-15T18:19:29.933Z] Found existing installation: idna 2.9 [2020-10-15T18:19:29.933Z] Uninstalling idna-2.9: [2020-10-15T18:19:29.933Z] Removing intermediate container 557bc9e85254 [2020-10-15T18:19:29.933Z] ---> c4065ec99f0a [2020-10-15T18:19:29.933Z] Step 8/22 : COPY . . [2020-10-15T18:19:29.933Z] Successfully uninstalled idna-2.9 [2020-10-15T18:19:29.933Z] ---> Running in cc5b8ef515d4 [2020-10-15T18:19:29.933Z] ---> a8e7ee3e46fb [2020-10-15T18:19:29.933Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-15T18:19:30.197Z] ---> f882857b72f4 [2020-10-15T18:19:30.197Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-15T18:19:30.197Z] Attempting uninstall: requests [2020-10-15T18:19:30.197Z] Found existing installation: requests 2.23.0 [2020-10-15T18:19:30.197Z] Uninstalling requests-2.23.0: [2020-10-15T18:19:30.463Z] Successfully uninstalled requests-2.23.0 [2020-10-15T18:19:30.463Z] ---> Running in 607a2df23925 [2020-10-15T18:19:30.463Z] ---> Running in 1f624cfad02f [2020-10-15T18:19:30.463Z] Running setup.py install for PyYAML: started [2020-10-15T18:19:31.134Z] 1ce36da41761: Pull complete [2020-10-15T18:19:31.407Z] 25b303627fd3: Verifying Checksum [2020-10-15T18:19:31.407Z] 25b303627fd3: Download complete [2020-10-15T18:19:31.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/core-command/core-command ./cmd/core-command [2020-10-15T18:19:31.691Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-15T18:19:33.763Z] Running setup.py install for dockerpty: started [2020-10-15T18:19:33.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-15T18:19:33.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-15T18:19:34.035Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-15T18:19:34.611Z] Running setup.py install for texttable: started [2020-10-15T18:19:35.191Z] Running setup.py install for texttable: finished with status 'done' [2020-10-15T18:19:35.191Z] Running setup.py install for docopt: started [2020-10-15T18:19:36.608Z] Running setup.py install for docopt: finished with status 'done' [2020-10-15T18:19:39.220Z] 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-15T18:19:41.566Z] 25b303627fd3: Pull complete [2020-10-15T18:19:41.567Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-15T18:19:41.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T18:19:41.567Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-15T18:19:41.834Z] prd-ubuntu18.04-docker-arm64-4c-16g-5626 does not seem to be running inside a container [2020-10-15T18:19:41.925Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-15T18:19:45.288Z] $ docker top 9d7ab92861be1286b8ed4c6b6b96516fbb8a5e0eb978035a4fdc90f643a6c89b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T18:19:46.723Z] + grep parallel [2020-10-15T18:19:46.724Z] + docker-compose build --help [2020-10-15T18:19:47.455Z] ---> d14b661aba6c [2020-10-15T18:19:47.455Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-15T18:19:47.730Z] ---> Running in 29326634a8c8 [2020-10-15T18:19:48.005Z] Removing intermediate container 6477890db388 [2020-10-15T18:19:48.005Z] ---> c53a4dd633c6 [2020-10-15T18:19:48.005Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-15T18:19:48.270Z] ---> Running in f67a2faa1370 [2020-10-15T18:19:48.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-15T18:19:49.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:19:49.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:19:49.693Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T18:19:49.693Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-15T18:19:49.693Z] (3/3) Installing curl (7.69.1-r1) [2020-10-15T18:19:49.693Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:19:49.693Z] OK: 72 MiB in 58 packages [2020-10-15T18:19:50.117Z] --parallel Build images in parallel. [Pipeline] } [2020-10-15T18:19:50.426Z] $ docker stop --time=1 9d7ab92861be1286b8ed4c6b6b96516fbb8a5e0eb978035a4fdc90f643a6c89b [2020-10-15T18:19:50.661Z] Removing intermediate container f67a2faa1370 [2020-10-15T18:19:50.661Z] ---> 229553e36f60 [2020-10-15T18:19:50.661Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-15T18:19:50.934Z] ---> Running in 0d0bd072ccc4 [2020-10-15T18:19:51.200Z] Removing intermediate container 0d0bd072ccc4 [2020-10-15T18:19:51.200Z] ---> 63d96a694bd7 [2020-10-15T18:19:51.200Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:19:51.200Z] ---> Running in 769ff3314cea [2020-10-15T18:19:51.793Z] Removing intermediate container 769ff3314cea [2020-10-15T18:19:51.793Z] ---> 0019ba659960 [2020-10-15T18:19:51.793Z] Step 25/27 : LABEL arch=x86_64 [2020-10-15T18:19:51.793Z] ---> Running in 5fe8b35eedf9 [2020-10-15T18:19:52.380Z] $ docker rm -f 9d7ab92861be1286b8ed4c6b6b96516fbb8a5e0eb978035a4fdc90f643a6c89b [2020-10-15T18:19:52.392Z] Removing intermediate container 5fe8b35eedf9 [2020-10-15T18:19:52.393Z] ---> 27ad126fd8ea [2020-10-15T18:19:52.393Z] Step 26/27 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:19:52.393Z] ---> Running in f504697ea1c6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:19:52.984Z] Removing intermediate container f504697ea1c6 [2020-10-15T18:19:52.984Z] ---> b3258e76ed4c [2020-10-15T18:19:52.984Z] Step 27/27 : LABEL version=1.2.2-dev.74 [2020-10-15T18:19:52.984Z] ---> Running in 4c3c62f35f73 [2020-10-15T18:19:53.252Z] Removing intermediate container 4c3c62f35f73 [2020-10-15T18:19:53.252Z] ---> 8a1dd93acb7f [2020-10-15T18:19:53.252Z] [2020-10-15T18:19:53.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T18:19:53.280Z] . [Pipeline] withDockerContainer [2020-10-15T18:19:53.522Z] Successfully built 8a1dd93acb7f [2020-10-15T18:19:53.522Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-15T18:19:53.522Z] Building docker-security-secretstore-setup-go [2020-10-15T18:19:53.550Z] prd-ubuntu18.04-docker-arm64-4c-16g-5626 does not seem to be running inside a container [2020-10-15T18:19:53.640Z] $ 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/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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-15T18:19:55.067Z] $ docker top 3b2c109b86b5668fcd3624095e47ba42b3cb3c700d8e58e0a49ea5fc2689b529 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T18:19:56.087Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-15T18:19:59.468Z] Building docker-core-command-go ... [2020-10-15T18:19:59.468Z] Building docker-core-data-go ... [2020-10-15T18:19:59.468Z] Building docker-core-metadata-go ... [2020-10-15T18:19:59.468Z] Building docker-security-proxy-setup-go ... [2020-10-15T18:19:59.468Z] Building docker-security-secrets-setup-go ... [2020-10-15T18:19:59.468Z] Building docker-security-secretstore-setup-go ... [2020-10-15T18:19:59.468Z] Building docker-support-logging-go ... [2020-10-15T18:19:59.468Z] Building docker-support-notifications-go ... [2020-10-15T18:19:59.468Z] Building docker-support-scheduler-go ... [2020-10-15T18:19:59.468Z] Building docker-sys-mgmt-agent-go ... [2020-10-15T18:19:59.468Z] Building docker-security-proxy-setup-go [2020-10-15T18:19:59.468Z] Building docker-core-data-go [2020-10-15T18:19:59.468Z] Building docker-support-logging-go [2020-10-15T18:19:59.468Z] Building docker-sys-mgmt-agent-go [2020-10-15T18:19:59.468Z] Building docker-support-scheduler-go [2020-10-15T18:20:08.575Z]  Building docker-sys-mgmt-agent-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:20:08.575Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:20:08.575Z] ---> ba2e743ac4a4 [2020-10-15T18:20:08.575Z] Step 3/26 : WORKDIR /edgex-go [2020-10-15T18:20:08.575Z] ---> Using cache [2020-10-15T18:20:08.575Z] ---> 288fa3acbab2 [2020-10-15T18:20:08.575Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:20:08.575Z] ---> Using cache [2020-10-15T18:20:08.575Z] ---> c06fc0730df3 [2020-10-15T18:20:08.575Z] Step 5/26 : RUN apk update && apk add make git [2020-10-15T18:20:08.575Z] ---> Using cache [2020-10-15T18:20:08.575Z] ---> f1ea8d744120 [2020-10-15T18:20:08.575Z] Step 6/26 : COPY go.mod . [2020-10-15T18:20:08.575Z] ---> Using cache [2020-10-15T18:20:08.575Z] ---> fd39e6c37249 [2020-10-15T18:20:08.575Z] Step 7/26 : RUN go mod download [2020-10-15T18:20:08.838Z] ---> Using cache [2020-10-15T18:20:08.838Z] ---> b01f8444bd5d [2020-10-15T18:20:08.838Z] Step 8/26 : COPY . . [2020-10-15T18:20:08.838Z] ---> Using cache [2020-10-15T18:20:08.838Z] ---> f882857b72f4 [2020-10-15T18:20:08.838Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-15T18:20:11.422Z] ---> Running in a9b9d0c55fd7 [2020-10-15T18:20:12.821Z] Removing intermediate container cc5b8ef515d4 [2020-10-15T18:20:12.821Z] ---> bac45c90a853 [2020-10-15T18:20:12.821Z] [2020-10-15T18:20:12.821Z] Step 10/22 : FROM scratch [2020-10-15T18:20:12.821Z] ---> [2020-10-15T18:20:12.821Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T18:20:13.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-15T18:20:13.367Z] ---> Using cache [2020-10-15T18:20:13.367Z] ---> a4da038cdcf4 [2020-10-15T18:20:13.367Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-15T18:20:14.351Z] ---> Running in 559efa4b376e [2020-10-15T18:20:14.351Z] Removing intermediate container 607a2df23925 [2020-10-15T18:20:14.351Z] ---> a3625d9eb3fe [2020-10-15T18:20:14.351Z] [2020-10-15T18:20:14.351Z] Step 10/24 : FROM scratch [2020-10-15T18:20:14.351Z] ---> [2020-10-15T18:20:14.351Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T18:20:14.619Z] ---> Running in 8af99893ff57 [2020-10-15T18:20:14.619Z] Removing intermediate container 559efa4b376e [2020-10-15T18:20:14.619Z] ---> f0dffc96530b [2020-10-15T18:20:14.619Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T18:20:14.884Z] ---> Running in 3a596c96dfaa [2020-10-15T18:20:14.884Z] Removing intermediate container 8af99893ff57 [2020-10-15T18:20:14.884Z] ---> 6988acf371b9 [2020-10-15T18:20:14.884Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-15T18:20:15.150Z] ---> Running in 458743799e9c [2020-10-15T18:20:15.150Z] Removing intermediate container 3a596c96dfaa [2020-10-15T18:20:15.150Z] ---> 3c5716a41d33 [2020-10-15T18:20:15.150Z] Step 14/22 : WORKDIR / [2020-10-15T18:20:15.416Z] ---> Running in 4fa3d8f9a44c [2020-10-15T18:20:15.682Z] Removing intermediate container 458743799e9c [2020-10-15T18:20:15.682Z] ---> d7dee585fddf [2020-10-15T18:20:15.682Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-15T18:20:17.626Z] ---> Running in e4ee4ddc18fd [2020-10-15T18:20:19.023Z] Removing intermediate container 4fa3d8f9a44c [2020-10-15T18:20:19.023Z] ---> 9ac508e42fe6 [2020-10-15T18:20:19.023Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-15T18:20:20.432Z] Removing intermediate container e4ee4ddc18fd [2020-10-15T18:20:20.432Z] ---> df962cd3fbc6 [2020-10-15T18:20:20.432Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-15T18:20:20.432Z] Removing intermediate container 29326634a8c8 [2020-10-15T18:20:20.432Z] ---> 8558a83affac [2020-10-15T18:20:20.432Z] [2020-10-15T18:20:20.432Z] Step 10/22 : FROM scratch [2020-10-15T18:20:20.432Z] ---> [2020-10-15T18:20:20.432Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T18:20:20.725Z] ---> Using cache [2020-10-15T18:20:20.725Z] ---> 6988acf371b9 [2020-10-15T18:20:20.725Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-15T18:20:20.725Z] Removing intermediate container 1f624cfad02f [2020-10-15T18:20:20.725Z] ---> ead7b2a5469d [2020-10-15T18:20:20.725Z] [2020-10-15T18:20:20.725Z] Step 10/22 : FROM scratch [2020-10-15T18:20:20.725Z] ---> [2020-10-15T18:20:20.725Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T18:20:20.725Z] ---> 3dd8c96aa46c [2020-10-15T18:20:20.725Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-15T18:20:20.725Z] ---> Using cache [2020-10-15T18:20:20.725Z] ---> a4da038cdcf4 [2020-10-15T18:20:20.725Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-15T18:20:20.725Z] ---> Running in c23c09427441 [2020-10-15T18:20:20.725Z] ---> Running in c63262ad5121 [2020-10-15T18:20:20.725Z] ---> 309f405a03c4 [2020-10-15T18:20:20.725Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-15T18:20:21.012Z] Removing intermediate container c23c09427441 [2020-10-15T18:20:21.012Z] ---> a67a0e401eaa [2020-10-15T18:20:21.012Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T18:20:21.304Z] Removing intermediate container c63262ad5121 [2020-10-15T18:20:21.304Z] ---> 628d4a84166b [2020-10-15T18:20:21.304Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T18:20:21.304Z] ---> Running in fa588e3b7797 [2020-10-15T18:20:21.304Z] ---> Running in 72895d1ef1e8 [2020-10-15T18:20:22.276Z] ---> 1889b8788dc9 [2020-10-15T18:20:22.276Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-15T18:20:22.276Z] Removing intermediate container fa588e3b7797 [2020-10-15T18:20:22.276Z] ---> ecc36c8c2f76 [2020-10-15T18:20:22.276Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-15T18:20:22.543Z] Removing intermediate container 72895d1ef1e8 [2020-10-15T18:20:22.543Z] ---> 18dbadc6e369 [2020-10-15T18:20:22.543Z] Step 14/22 : WORKDIR / [2020-10-15T18:20:22.543Z] ---> 6ceeba53ba8c [2020-10-15T18:20:22.543Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-15T18:20:22.812Z] ---> Running in fdb88a18d8de [2020-10-15T18:20:22.812Z] ---> 4cf10ee76b5a [2020-10-15T18:20:22.812Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-15T18:20:22.812Z] ---> 6839c0e9f6b3 [2020-10-15T18:20:22.812Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-15T18:20:23.081Z] ---> Running in c395d0cd5814 [2020-10-15T18:20:23.081Z] Removing intermediate container fdb88a18d8de [2020-10-15T18:20:23.081Z] ---> 3649359a4d67 [2020-10-15T18:20:23.081Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-15T18:20:23.345Z] ---> da8c8c498437 [2020-10-15T18:20:23.345Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-15T18:20:23.345Z] Removing intermediate container c395d0cd5814 [2020-10-15T18:20:23.345Z] ---> 7aecd391b73b [2020-10-15T18:20:23.345Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:20:24.750Z] ---> 55e2bc397252 [2020-10-15T18:20:24.750Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-15T18:20:24.750Z] ---> Running in 53153ef385da [2020-10-15T18:20:24.750Z] ---> 438382cadcac [2020-10-15T18:20:24.750Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-15T18:20:24.750Z] ---> 6a3e7519551c [2020-10-15T18:20:24.750Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-15T18:20:25.019Z] Removing intermediate container 53153ef385da [2020-10-15T18:20:25.019Z] ---> 16bf4bd7d573 [2020-10-15T18:20:25.019Z] Step 20/22 : LABEL arch=x86_64 [2020-10-15T18:20:25.285Z] ---> Running in ec615a01ec94 [2020-10-15T18:20:25.285Z] ---> 0b414a9de0f7 [2020-10-15T18:20:25.285Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-15T18:20:25.285Z] ---> 010e523772e7 [2020-10-15T18:20:25.285Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-15T18:20:25.547Z] ---> 89258b38303b [2020-10-15T18:20:25.547Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-15T18:20:25.547Z] Removing intermediate container ec615a01ec94 [2020-10-15T18:20:25.547Z] ---> 4c88c75d2d47 [2020-10-15T18:20:25.547Z] Step 21/22 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:25.812Z] ---> Running in a7333f63171c [2020-10-15T18:20:25.812Z] ---> 4d56e25c0e1a [2020-10-15T18:20:25.812Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-15T18:20:25.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-15T18:20:26.075Z] ---> 706497c81cbb [2020-10-15T18:20:26.075Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-15T18:20:26.075Z] ---> Running in fd269fc63474 [2020-10-15T18:20:26.336Z] ---> 8b37aa82fe9e [2020-10-15T18:20:26.336Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-15T18:20:26.598Z] Removing intermediate container a7333f63171c [2020-10-15T18:20:26.598Z] ---> 9e3fd7f4130c [2020-10-15T18:20:26.598Z] Step 22/22 : LABEL version=1.2.2-dev.74 [2020-10-15T18:20:26.860Z] ---> Running in 67b79cfbabaa [2020-10-15T18:20:26.860Z] ---> Running in 07e2114ffac2 [2020-10-15T18:20:26.860Z] Removing intermediate container fd269fc63474 [2020-10-15T18:20:26.860Z] ---> 4be6c2ede1f5 [2020-10-15T18:20:26.860Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:20:26.860Z] ---> Running in 5e393e9ea815 [2020-10-15T18:20:26.860Z] ---> Running in d244d215eb74 [2020-10-15T18:20:27.120Z] Removing intermediate container 07e2114ffac2 [2020-10-15T18:20:27.120Z] ---> 19f93f1f9d59 [2020-10-15T18:20:27.120Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:20:27.120Z] Removing intermediate container 67b79cfbabaa [2020-10-15T18:20:27.120Z] ---> c17aac91065e [2020-10-15T18:20:27.120Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:20:27.383Z] Removing intermediate container 5e393e9ea815 [2020-10-15T18:20:27.383Z] ---> c2d1e405870c [2020-10-15T18:20:27.383Z] [2020-10-15T18:20:27.383Z] Removing intermediate container d244d215eb74 [2020-10-15T18:20:27.383Z] ---> 3f22cb0d078e [2020-10-15T18:20:27.383Z] Step 20/22 : LABEL arch=x86_64 [2020-10-15T18:20:27.383Z] ---> Running in b16d0030e8bb [2020-10-15T18:20:27.383Z] ---> Running in 52d980ac2a80 [2020-10-15T18:20:27.383Z] Successfully built c2d1e405870c [2020-10-15T18:20:27.383Z] ---> Running in 74ca01eb5415 [2020-10-15T18:20:27.383Z] Successfully tagged docker-core-command-go:latest [2020-10-15T18:20:27.958Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-15T18:20:27.958Z] Removing intermediate container b16d0030e8bb [2020-10-15T18:20:27.958Z] ---> f738862aaf77 [2020-10-15T18:20:27.958Z] Step 22/24 : LABEL arch=x86_64 [2020-10-15T18:20:27.958Z] Removing intermediate container 52d980ac2a80 [2020-10-15T18:20:27.958Z] ---> d2ec09ddb8fd [2020-10-15T18:20:27.958Z] Step 20/22 : LABEL arch=x86_64 [2020-10-15T18:20:27.958Z] Removing intermediate container 74ca01eb5415 [2020-10-15T18:20:27.958Z] ---> 53b8707d9cfd [2020-10-15T18:20:27.958Z] Step 21/22 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:28.219Z] ---> Running in 3d8055837ced [2020-10-15T18:20:28.219Z] ---> Running in b92458de8d8b [2020-10-15T18:20:28.219Z] ---> Running in d206daac505c [2020-10-15T18:20:28.481Z] Removing intermediate container 3d8055837ced [2020-10-15T18:20:28.481Z] ---> 32b00fe477b6 [2020-10-15T18:20:28.481Z] Step 23/24 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:28.481Z] Removing intermediate container b92458de8d8b [2020-10-15T18:20:28.481Z] ---> d3d8622454bf [2020-10-15T18:20:28.481Z] Step 21/22 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:28.481Z] Removing intermediate container d206daac505c [2020-10-15T18:20:28.481Z] ---> 0d16196464dc [2020-10-15T18:20:28.481Z] Step 22/22 : LABEL version=1.2.2-dev.74 [2020-10-15T18:20:28.746Z] ---> Running in f8cc28b49161 [2020-10-15T18:20:28.746Z] ---> Running in e2a60406dbe3 [2020-10-15T18:20:28.746Z] ---> Running in 80d3f5f20612 [2020-10-15T18:20:29.008Z] Removing intermediate container f8cc28b49161 [2020-10-15T18:20:29.008Z] ---> 472de710045e [2020-10-15T18:20:29.008Z] Step 24/24 : LABEL version=1.2.2-dev.74 [2020-10-15T18:20:29.008Z] Removing intermediate container 80d3f5f20612 [2020-10-15T18:20:29.008Z] ---> ff54d9153b5c [2020-10-15T18:20:29.008Z] [2020-10-15T18:20:29.008Z] Removing intermediate container e2a60406dbe3 [2020-10-15T18:20:29.008Z] ---> fa5910e2886f [2020-10-15T18:20:29.008Z] Step 22/22 : LABEL version=1.2.2-dev.74 [2020-10-15T18:20:29.008Z] Successfully built ff54d9153b5c [2020-10-15T18:20:29.008Z] Successfully tagged docker-support-logging-go:latest [2020-10-15T18:20:29.008Z]  Building docker-support-logging-go ... done  ---> Running in f7e2c715c4d2 [2020-10-15T18:20:29.008Z] ---> Running in 56b1c9191f5f [2020-10-15T18:20:30.397Z] Removing intermediate container f7e2c715c4d2 [2020-10-15T18:20:30.397Z] ---> cc6875ee5b1f [2020-10-15T18:20:30.397Z] [2020-10-15T18:20:30.397Z] Removing intermediate container 56b1c9191f5f [2020-10-15T18:20:30.397Z] ---> df14c977b8ef [2020-10-15T18:20:30.397Z] [2020-10-15T18:20:30.659Z] Successfully built cc6875ee5b1f [2020-10-15T18:20:30.659Z] Successfully built df14c977b8ef [2020-10-15T18:20:31.232Z] Successfully tagged docker-support-notifications-go:latest [2020-10-15T18:20:31.232Z]  Building docker-support-notifications-go ... done Successfully tagged docker-core-metadata-go:latest [2020-10-15T18:20:31.232Z]  Building docker-core-metadata-go ... done Removing intermediate container a9b9d0c55fd7 [2020-10-15T18:20:31.232Z] ---> b1e32af02b4a [2020-10-15T18:20:31.232Z] [2020-10-15T18:20:31.232Z] Step 10/26 : FROM alpine:3.10 [2020-10-15T18:20:31.493Z] 3.10: Pulling from library/alpine [2020-10-15T18:20:32.070Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-15T18:20:32.070Z] Status: Downloaded newer image for alpine:3.10 [2020-10-15T18:20:32.070Z] ---> be4e4bea2c2e [2020-10-15T18:20:32.070Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-15T18:20:32.333Z] ---> Running in 538e94779fa1 [2020-10-15T18:20:32.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-15T18:20:32.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-15T18:20:33.170Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-15T18:20:33.170Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-15T18:20:33.170Z] OK: 10346 distinct packages available [2020-10-15T18:20:33.170Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-15T18:20:33.431Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-15T18:20:33.431Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-15T18:20:33.431Z] (4/5) Installing curl (7.66.0-r1) [2020-10-15T18:20:33.431Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-15T18:20:33.431Z] Executing busybox-1.30.1-r3.trigger [2020-10-15T18:20:33.431Z] Executing ca-certificates-20191127-r2.trigger [2020-10-15T18:20:33.431Z] OK: 7 MiB in 19 packages [2020-10-15T18:20:34.823Z] Removing intermediate container 538e94779fa1 [2020-10-15T18:20:34.823Z] ---> 6ea09c3d39eb [2020-10-15T18:20:34.823Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T18:20:35.086Z] ---> Running in 36210965ccda [2020-10-15T18:20:35.086Z] Removing intermediate container 36210965ccda [2020-10-15T18:20:35.086Z] ---> 8092c7f8ce34 [2020-10-15T18:20:35.086Z] Step 13/26 : WORKDIR / [2020-10-15T18:20:35.347Z] ---> Running in a87936f203af [2020-10-15T18:20:35.347Z] Removing intermediate container a87936f203af [2020-10-15T18:20:35.347Z] ---> d5ef676b102d [2020-10-15T18:20:35.347Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-15T18:20:35.616Z] ---> 27724b7e471e [2020-10-15T18:20:35.616Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-15T18:20:35.879Z] ---> d1a7b0723145 [2020-10-15T18:20:35.879Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-15T18:20:36.141Z] ---> 0d4451bd8e1e [2020-10-15T18:20:36.141Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-15T18:20:36.404Z] ---> e06c3b13c05d [2020-10-15T18:20:36.404Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-15T18:20:36.983Z] ---> 8fcae12832ad [2020-10-15T18:20:36.983Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-15T18:20:37.555Z] ---> d1d6aa3c6736 [2020-10-15T18:20:37.555Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-15T18:20:37.817Z] ---> 30115b728cdf [2020-10-15T18:20:37.817Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T18:20:38.079Z] ---> dde165eb4ae7 [2020-10-15T18:20:38.079Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T18:20:38.079Z] ---> Running in e72f64838b20 [2020-10-15T18:20:39.033Z] Removing intermediate container e72f64838b20 [2020-10-15T18:20:39.033Z] ---> 82d274742a17 [2020-10-15T18:20:39.033Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T18:20:39.033Z] ---> Running in 20e4d0d75ab0 [2020-10-15T18:20:39.305Z] Removing intermediate container 20e4d0d75ab0 [2020-10-15T18:20:39.305Z] ---> f3fe24846504 [2020-10-15T18:20:39.305Z] Step 24/26 : LABEL arch=x86_64 [2020-10-15T18:20:39.305Z] ---> Running in 879117f8547e [2020-10-15T18:20:39.567Z] Removing intermediate container 879117f8547e [2020-10-15T18:20:39.567Z] ---> e9eea30f6a82 [2020-10-15T18:20:39.568Z] Step 25/26 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:39.568Z] ---> Running in d2621186b63a [2020-10-15T18:20:39.830Z] Removing intermediate container d2621186b63a [2020-10-15T18:20:39.830Z] ---> c23d6dd59294 [2020-10-15T18:20:39.830Z] Step 26/26 : LABEL version=1.2.2-dev.74 [2020-10-15T18:20:39.830Z] ---> Running in ff1856636900 [2020-10-15T18:20:40.092Z] Removing intermediate container ff1856636900 [2020-10-15T18:20:40.092Z] ---> 50d44dae8d3d [2020-10-15T18:20:40.092Z] [2020-10-15T18:20:40.667Z] Successfully built 50d44dae8d3d [2020-10-15T18:20:40.667Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-15T18:20:40.945Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-10-15T18:20:40.987Z] $ docker stop --time=1 a9286e0e1d61c1deb29c60affca47ea7ca1eda59bd5364a7bc57a16a07297d46 [2020-10-15T18:20:42.707Z] $ docker rm -f a9286e0e1d61c1deb29c60affca47ea7ca1eda59bd5364a7bc57a16a07297d46 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:20:43.409Z] + docker images [2020-10-15T18:20:43.409Z] + grep docker [2020-10-15T18:20:43.409Z] docker-security-secretstore-setup-go latest 50d44dae8d3d 4 seconds ago 32.4MB [2020-10-15T18:20:43.409Z] docker-support-notifications-go latest cc6875ee5b1f 14 seconds ago 13.6MB [2020-10-15T18:20:43.409Z] docker-core-metadata-go latest df14c977b8ef 14 seconds ago 14.3MB [2020-10-15T18:20:43.409Z] docker-support-logging-go latest ff54d9153b5c 15 seconds ago 11.1MB [2020-10-15T18:20:43.409Z] docker-core-command-go latest c2d1e405870c 16 seconds ago 12.2MB [2020-10-15T18:20:43.409Z] docker-sys-mgmt-agent-go latest 8a1dd93acb7f 50 seconds ago 290MB [2020-10-15T18:20:43.409Z] docker-core-data-go latest a83155f8379c About a minute ago 23.6MB [2020-10-15T18:20:43.409Z] docker-security-secrets-setup-go latest 469a75fe8af7 About a minute ago 24MB [2020-10-15T18:20:43.409Z] docker-support-scheduler-go latest 16c8698f7e10 2 minutes ago 12.3MB [2020-10-15T18:20:43.409Z] docker-security-proxy-setup-go latest 72743d6a375d 2 minutes ago 15.8MB [2020-10-15T18:20:43.409Z] docker latest 809cc4dba987 3 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-15T18:20:45.060Z] provisioning config files... [2020-10-15T18:20:45.183Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/190@tmp/config3912496316185006452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:20:45.769Z] ---> docker-login.sh [2020-10-15T18:20:45.769Z] nexus3.edgexfoundry.org:10001 [2020-10-15T18:20:45.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T18:20:46.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T18:20:46.344Z] Configure a credential helper to remove this warning. See [2020-10-15T18:20:46.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T18:20:46.344Z] [2020-10-15T18:20:46.344Z] Login Succeeded [2020-10-15T18:20:46.344Z] nexus3.edgexfoundry.org:10002 [2020-10-15T18:20:46.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T18:20:46.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T18:20:46.609Z] Configure a credential helper to remove this warning. See [2020-10-15T18:20:46.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T18:20:46.609Z] [2020-10-15T18:20:46.609Z] Login Succeeded [2020-10-15T18:20:46.609Z] nexus3.edgexfoundry.org:10003 [2020-10-15T18:20:46.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T18:20:46.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T18:20:46.609Z] Configure a credential helper to remove this warning. See [2020-10-15T18:20:46.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T18:20:46.609Z] [2020-10-15T18:20:46.609Z] Login Succeeded [2020-10-15T18:20:46.609Z] nexus3.edgexfoundry.org:10004 [2020-10-15T18:20:46.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T18:20:46.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T18:20:46.875Z] Configure a credential helper to remove this warning. See [2020-10-15T18:20:46.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T18:20:46.875Z] [2020-10-15T18:20:46.875Z] Login Succeeded [2020-10-15T18:20:46.875Z] docker.io [2020-10-15T18:20:47.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T18:20:47.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T18:20:47.399Z] Configure a credential helper to remove this warning. See [2020-10-15T18:20:47.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T18:20:47.399Z] [2020-10-15T18:20:47.399Z] Login Succeeded [2020-10-15T18:20:47.399Z] ---> docker-login.sh ends [Pipeline] } [2020-10-15T18:20:47.408Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:20:47.608Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-15T18:20:47.608Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:47.608Z] 1.2.2-dev.74 [2020-10-15T18:20:47.608Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:20:47.608Z] master [2020-10-15T18:20:47.608Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:48.113Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:48.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:48.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-15T18:20:48.413Z] ed6b86975b11: Preparing [2020-10-15T18:20:48.413Z] a9219bb1b365: Preparing [2020-10-15T18:20:48.413Z] c47bcabfc982: Preparing [2020-10-15T18:20:48.674Z] c47bcabfc982: Pushed [2020-10-15T18:20:48.674Z] ed6b86975b11: Pushed [2020-10-15T18:20:49.618Z] a9219bb1b365: Pushed [2020-10-15T18:20:49.879Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:660b723b0cf618ea8cd4139ac9757ed53addeea6ce113c8e2461c921b6c7b7f6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:50.198Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:50.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.74 [2020-10-15T18:20:50.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-15T18:20:50.499Z] ed6b86975b11: Preparing [2020-10-15T18:20:50.499Z] a9219bb1b365: Preparing [2020-10-15T18:20:50.499Z] c47bcabfc982: Preparing [2020-10-15T18:20:50.499Z] c47bcabfc982: Layer already exists [2020-10-15T18:20:50.499Z] a9219bb1b365: Layer already exists [2020-10-15T18:20:50.499Z] ed6b86975b11: Layer already exists [2020-10-15T18:20:50.499Z] 1.2.2-dev.74: digest: sha256:660b723b0cf618ea8cd4139ac9757ed53addeea6ce113c8e2461c921b6c7b7f6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:50.801Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:51.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:20:51.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-15T18:20:51.100Z] ed6b86975b11: Preparing [2020-10-15T18:20:51.100Z] a9219bb1b365: Preparing [2020-10-15T18:20:51.100Z] c47bcabfc982: Preparing [2020-10-15T18:20:51.100Z] ed6b86975b11: Layer already exists [2020-10-15T18:20:51.100Z] a9219bb1b365: Layer already exists [2020-10-15T18:20:51.100Z] c47bcabfc982: Layer already exists [2020-10-15T18:20:51.100Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:660b723b0cf618ea8cd4139ac9757ed53addeea6ce113c8e2461c921b6c7b7f6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:51.404Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:51.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-15T18:20:51.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-15T18:20:51.699Z] ed6b86975b11: Preparing [2020-10-15T18:20:51.699Z] a9219bb1b365: Preparing [2020-10-15T18:20:51.699Z] c47bcabfc982: Preparing [2020-10-15T18:20:51.699Z] a9219bb1b365: Layer already exists [2020-10-15T18:20:51.699Z] ed6b86975b11: Layer already exists [2020-10-15T18:20:51.699Z] c47bcabfc982: Layer already exists [2020-10-15T18:20:51.699Z] master: digest: sha256:660b723b0cf618ea8cd4139ac9757ed53addeea6ce113c8e2461c921b6c7b7f6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:20:51.962Z] ===================================================== [Pipeline] echo [2020-10-15T18:20:52.015Z] taggedImages: [2020-10-15T18:20:52.015Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:52.015Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.74 [2020-10-15T18:20:52.015Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:20:52.015Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-15T18:20:52.073Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-15T18:20:52.073Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:52.073Z] 1.2.2-dev.74 [2020-10-15T18:20:52.073Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:20:52.073Z] master [2020-10-15T18:20:52.073Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:52.539Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:52.838Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:52.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-15T18:20:52.838Z] b0e6a72721dc: Preparing [2020-10-15T18:20:52.838Z] c3212c054ea7: Preparing [2020-10-15T18:20:52.838Z] 880cc3bd4034: Preparing [2020-10-15T18:20:52.838Z] 771825860085: Preparing [2020-10-15T18:20:52.838Z] fa580239fd8d: Preparing [2020-10-15T18:20:52.838Z] 50644c29ef5a: Preparing [2020-10-15T18:20:52.838Z] 50644c29ef5a: Waiting [2020-10-15T18:20:53.100Z] b0e6a72721dc: Pushed [2020-10-15T18:20:53.100Z] fa580239fd8d: Pushed [2020-10-15T18:20:53.100Z] 880cc3bd4034: Pushed [2020-10-15T18:20:53.100Z] 50644c29ef5a: Layer already exists [2020-10-15T18:20:53.100Z] 771825860085: Pushed [2020-10-15T18:20:54.489Z] c3212c054ea7: Pushed [2020-10-15T18:20:54.490Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:feb57600184b119c7f77aba8067ebb56b8535ed3a5b610d72abe751ed4d2e0bf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:54.801Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:55.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.74 [2020-10-15T18:20:55.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-15T18:20:55.098Z] b0e6a72721dc: Preparing [2020-10-15T18:20:55.098Z] c3212c054ea7: Preparing [2020-10-15T18:20:55.098Z] 880cc3bd4034: Preparing [2020-10-15T18:20:55.098Z] 771825860085: Preparing [2020-10-15T18:20:55.098Z] fa580239fd8d: Preparing [2020-10-15T18:20:55.098Z] 50644c29ef5a: Preparing [2020-10-15T18:20:55.098Z] 50644c29ef5a: Waiting [2020-10-15T18:20:55.098Z] 880cc3bd4034: Layer already exists [2020-10-15T18:20:55.098Z] 771825860085: Layer already exists [2020-10-15T18:20:55.098Z] c3212c054ea7: Layer already exists [2020-10-15T18:20:55.098Z] fa580239fd8d: Layer already exists [2020-10-15T18:20:55.098Z] b0e6a72721dc: Layer already exists [2020-10-15T18:20:55.098Z] 50644c29ef5a: Layer already exists [2020-10-15T18:20:55.098Z] 1.2.2-dev.74: digest: sha256:feb57600184b119c7f77aba8067ebb56b8535ed3a5b610d72abe751ed4d2e0bf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:55.400Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:55.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:20:55.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-15T18:20:55.700Z] b0e6a72721dc: Preparing [2020-10-15T18:20:55.700Z] c3212c054ea7: Preparing [2020-10-15T18:20:55.700Z] 880cc3bd4034: Preparing [2020-10-15T18:20:55.700Z] 771825860085: Preparing [2020-10-15T18:20:55.700Z] fa580239fd8d: Preparing [2020-10-15T18:20:55.700Z] 50644c29ef5a: Preparing [2020-10-15T18:20:55.700Z] 50644c29ef5a: Waiting [2020-10-15T18:20:55.700Z] 880cc3bd4034: Layer already exists [2020-10-15T18:20:55.700Z] c3212c054ea7: Layer already exists [2020-10-15T18:20:55.700Z] b0e6a72721dc: Layer already exists [2020-10-15T18:20:55.700Z] 771825860085: Layer already exists [2020-10-15T18:20:55.700Z] fa580239fd8d: Layer already exists [2020-10-15T18:20:55.700Z] 50644c29ef5a: Layer already exists [2020-10-15T18:20:55.700Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:feb57600184b119c7f77aba8067ebb56b8535ed3a5b610d72abe751ed4d2e0bf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:56.010Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:56.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-15T18:20:56.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-15T18:20:56.313Z] b0e6a72721dc: Preparing [2020-10-15T18:20:56.313Z] c3212c054ea7: Preparing [2020-10-15T18:20:56.313Z] 880cc3bd4034: Preparing [2020-10-15T18:20:56.313Z] 771825860085: Preparing [2020-10-15T18:20:56.313Z] fa580239fd8d: Preparing [2020-10-15T18:20:56.313Z] 50644c29ef5a: Preparing [2020-10-15T18:20:56.313Z] 50644c29ef5a: Waiting [2020-10-15T18:20:56.313Z] c3212c054ea7: Layer already exists [2020-10-15T18:20:56.313Z] fa580239fd8d: Layer already exists [2020-10-15T18:20:56.313Z] 880cc3bd4034: Layer already exists [2020-10-15T18:20:56.313Z] b0e6a72721dc: Layer already exists [2020-10-15T18:20:56.313Z] 771825860085: Layer already exists [2020-10-15T18:20:56.313Z] 50644c29ef5a: Layer already exists [2020-10-15T18:20:56.313Z] master: digest: sha256:feb57600184b119c7f77aba8067ebb56b8535ed3a5b610d72abe751ed4d2e0bf size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:20:56.491Z] ===================================================== [Pipeline] echo [2020-10-15T18:20:56.535Z] taggedImages: [2020-10-15T18:20:56.535Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:56.535Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.74 [2020-10-15T18:20:56.535Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:20:56.535Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-15T18:20:56.608Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-15T18:20:56.609Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:56.609Z] 1.2.2-dev.74 [2020-10-15T18:20:56.609Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:20:56.609Z] master [2020-10-15T18:20:56.609Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:57.078Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:57.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:20:57.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-15T18:20:57.378Z] fed693655813: Preparing [2020-10-15T18:20:57.378Z] 96bc23c689c6: Preparing [2020-10-15T18:20:57.378Z] baf30f1a4939: Preparing [2020-10-15T18:20:57.378Z] fed693655813: Pushed [2020-10-15T18:20:57.378Z] baf30f1a4939: Pushed [2020-10-15T18:20:58.763Z] 96bc23c689c6: Pushed [2020-10-15T18:20:59.024Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:c447a7f28435f1e404e232e897e46a58233bb36f86b06d83bfe0354f856c2f70 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:59.328Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:59.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.74 [2020-10-15T18:20:59.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-15T18:20:59.628Z] fed693655813: Preparing [2020-10-15T18:20:59.628Z] 96bc23c689c6: Preparing [2020-10-15T18:20:59.628Z] baf30f1a4939: Preparing [2020-10-15T18:20:59.628Z] 96bc23c689c6: Layer already exists [2020-10-15T18:20:59.628Z] baf30f1a4939: Layer already exists [2020-10-15T18:20:59.628Z] fed693655813: Layer already exists [2020-10-15T18:20:59.628Z] 1.2.2-dev.74: digest: sha256:c447a7f28435f1e404e232e897e46a58233bb36f86b06d83bfe0354f856c2f70 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:20:59.932Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:00.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:00.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-15T18:21:00.230Z] fed693655813: Preparing [2020-10-15T18:21:00.230Z] 96bc23c689c6: Preparing [2020-10-15T18:21:00.230Z] baf30f1a4939: Preparing [2020-10-15T18:21:00.230Z] 96bc23c689c6: Layer already exists [2020-10-15T18:21:00.230Z] fed693655813: Layer already exists [2020-10-15T18:21:00.230Z] baf30f1a4939: Layer already exists [2020-10-15T18:21:00.230Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:c447a7f28435f1e404e232e897e46a58233bb36f86b06d83bfe0354f856c2f70 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:00.532Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:00.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-15T18:21:00.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-15T18:21:00.831Z] fed693655813: Preparing [2020-10-15T18:21:00.831Z] 96bc23c689c6: Preparing [2020-10-15T18:21:00.831Z] baf30f1a4939: Preparing [2020-10-15T18:21:00.831Z] baf30f1a4939: Layer already exists [2020-10-15T18:21:00.831Z] 96bc23c689c6: Layer already exists [2020-10-15T18:21:00.831Z] fed693655813: Layer already exists [2020-10-15T18:21:00.831Z] master: digest: sha256:c447a7f28435f1e404e232e897e46a58233bb36f86b06d83bfe0354f856c2f70 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:21:01.039Z] ===================================================== [Pipeline] echo [2020-10-15T18:21:01.086Z] taggedImages: [2020-10-15T18:21:01.086Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:01.086Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.74 [2020-10-15T18:21:01.086Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:01.086Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-15T18:21:01.164Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-15T18:21:01.164Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:01.164Z] 1.2.2-dev.74 [2020-10-15T18:21:01.164Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:01.164Z] master [2020-10-15T18:21:01.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:01.708Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:02.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:02.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-15T18:21:02.022Z] a10b2c8f39a1: Preparing [2020-10-15T18:21:02.022Z] d7a4917848ee: Preparing [2020-10-15T18:21:02.022Z] 679420f08184: Preparing [2020-10-15T18:21:02.022Z] a46cafed9cca: Preparing [2020-10-15T18:21:02.022Z] 50644c29ef5a: Preparing [2020-10-15T18:21:02.022Z] 50644c29ef5a: Layer already exists [2020-10-15T18:21:02.285Z] d7a4917848ee: Pushed [2020-10-15T18:21:02.285Z] 679420f08184: Pushed [2020-10-15T18:21:02.546Z] a46cafed9cca: Pushed [2020-10-15T18:21:03.118Z] a10b2c8f39a1: Pushed [2020-10-15T18:21:03.380Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:e473b4f0db4fc94514c127d049f6ec857c1ceb359ae883f50b52f8f02963cd42 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:03.685Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:04.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.74 [2020-10-15T18:21:04.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-15T18:21:04.060Z] a10b2c8f39a1: Preparing [2020-10-15T18:21:04.060Z] d7a4917848ee: Preparing [2020-10-15T18:21:04.060Z] 679420f08184: Preparing [2020-10-15T18:21:04.060Z] a46cafed9cca: Preparing [2020-10-15T18:21:04.060Z] 50644c29ef5a: Preparing [2020-10-15T18:21:04.060Z] 679420f08184: Layer already exists [2020-10-15T18:21:04.060Z] a46cafed9cca: Layer already exists [2020-10-15T18:21:04.060Z] d7a4917848ee: Layer already exists [2020-10-15T18:21:04.060Z] a10b2c8f39a1: Layer already exists [2020-10-15T18:21:04.060Z] 50644c29ef5a: Layer already exists [2020-10-15T18:21:04.060Z] 1.2.2-dev.74: digest: sha256:e473b4f0db4fc94514c127d049f6ec857c1ceb359ae883f50b52f8f02963cd42 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:04.429Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:04.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:04.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-15T18:21:04.734Z] a10b2c8f39a1: Preparing [2020-10-15T18:21:04.734Z] d7a4917848ee: Preparing [2020-10-15T18:21:04.734Z] 679420f08184: Preparing [2020-10-15T18:21:04.734Z] a46cafed9cca: Preparing [2020-10-15T18:21:04.734Z] 50644c29ef5a: Preparing [2020-10-15T18:21:04.734Z] 679420f08184: Layer already exists [2020-10-15T18:21:04.734Z] 50644c29ef5a: Layer already exists [2020-10-15T18:21:04.734Z] a46cafed9cca: Layer already exists [2020-10-15T18:21:04.734Z] d7a4917848ee: Layer already exists [2020-10-15T18:21:04.734Z] a10b2c8f39a1: Layer already exists [2020-10-15T18:21:04.734Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:e473b4f0db4fc94514c127d049f6ec857c1ceb359ae883f50b52f8f02963cd42 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:05.036Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:05.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-15T18:21:05.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-15T18:21:05.334Z] a10b2c8f39a1: Preparing [2020-10-15T18:21:05.334Z] d7a4917848ee: Preparing [2020-10-15T18:21:05.334Z] 679420f08184: Preparing [2020-10-15T18:21:05.334Z] a46cafed9cca: Preparing [2020-10-15T18:21:05.334Z] 50644c29ef5a: Preparing [2020-10-15T18:21:05.334Z] d7a4917848ee: Layer already exists [2020-10-15T18:21:05.334Z] 679420f08184: Layer already exists [2020-10-15T18:21:05.334Z] 50644c29ef5a: Layer already exists [2020-10-15T18:21:05.334Z] a46cafed9cca: Layer already exists [2020-10-15T18:21:05.334Z] a10b2c8f39a1: Layer already exists [2020-10-15T18:21:05.334Z] master: digest: sha256:e473b4f0db4fc94514c127d049f6ec857c1ceb359ae883f50b52f8f02963cd42 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:21:05.606Z] ===================================================== [Pipeline] echo [2020-10-15T18:21:05.661Z] taggedImages: [2020-10-15T18:21:05.661Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:05.661Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.74 [2020-10-15T18:21:05.661Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:05.661Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-15T18:21:05.719Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-15T18:21:05.719Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:05.719Z] 1.2.2-dev.74 [2020-10-15T18:21:05.719Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:05.719Z] master [2020-10-15T18:21:05.719Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:06.289Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:06.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:06.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-15T18:21:06.589Z] c121c9295212: Preparing [2020-10-15T18:21:06.589Z] a3a8786efbd3: Preparing [2020-10-15T18:21:06.589Z] 2025a328eb1e: Preparing [2020-10-15T18:21:06.589Z] 010de266b352: Preparing [2020-10-15T18:21:06.589Z] 010de266b352: Preparing [2020-10-15T18:21:06.589Z] 1488b1a1b910: Preparing [2020-10-15T18:21:06.589Z] 405188f4142b: Preparing [2020-10-15T18:21:06.589Z] 83f49b2aa484: Preparing [2020-10-15T18:21:06.589Z] c121c9295212: Preparing [2020-10-15T18:21:06.589Z] d2fb3c423f66: Preparing [2020-10-15T18:21:06.589Z] 1dd3acf6925d: Preparing [2020-10-15T18:21:06.589Z] 1142fbb990c3: Preparing [2020-10-15T18:21:06.589Z] 50644c29ef5a: Preparing [2020-10-15T18:21:06.589Z] 405188f4142b: Waiting [2020-10-15T18:21:06.589Z] 83f49b2aa484: Waiting [2020-10-15T18:21:06.589Z] d2fb3c423f66: Waiting [2020-10-15T18:21:06.589Z] 1142fbb990c3: Waiting [2020-10-15T18:21:06.589Z] 1dd3acf6925d: Waiting [2020-10-15T18:21:06.589Z] 50644c29ef5a: Waiting [2020-10-15T18:21:06.852Z] 1488b1a1b910: Pushed [2020-10-15T18:21:06.852Z] 2025a328eb1e: Pushed [2020-10-15T18:21:06.852Z] 010de266b352: Pushed [2020-10-15T18:21:06.852Z] a3a8786efbd3: Pushed [2020-10-15T18:21:06.852Z] 405188f4142b: Pushed [2020-10-15T18:21:07.114Z] d2fb3c423f66: Pushed [2020-10-15T18:21:07.114Z] 83f49b2aa484: Pushed [2020-10-15T18:21:07.114Z] 1dd3acf6925d: Pushed [2020-10-15T18:21:07.114Z] 50644c29ef5a: Layer already exists [2020-10-15T18:21:07.376Z] 1142fbb990c3: Pushed [2020-10-15T18:21:07.638Z] c121c9295212: Pushed [2020-10-15T18:21:07.900Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:ab5c06e36b6c9ee088cc37874ba9fb31ef0c6c0ae0cdb02f22a39aafa7d802e1 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:08.204Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:08.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.74 [2020-10-15T18:21:08.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-15T18:21:08.508Z] c121c9295212: Preparing [2020-10-15T18:21:08.508Z] a3a8786efbd3: Preparing [2020-10-15T18:21:08.508Z] 2025a328eb1e: Preparing [2020-10-15T18:21:08.508Z] 010de266b352: Preparing [2020-10-15T18:21:08.508Z] 010de266b352: Preparing [2020-10-15T18:21:08.508Z] 1488b1a1b910: Preparing [2020-10-15T18:21:08.508Z] 405188f4142b: Preparing [2020-10-15T18:21:08.508Z] 83f49b2aa484: Preparing [2020-10-15T18:21:08.508Z] c121c9295212: Preparing [2020-10-15T18:21:08.508Z] d2fb3c423f66: Preparing [2020-10-15T18:21:08.508Z] 1dd3acf6925d: Preparing [2020-10-15T18:21:08.508Z] 1142fbb990c3: Preparing [2020-10-15T18:21:08.508Z] 50644c29ef5a: Preparing [2020-10-15T18:21:08.508Z] 405188f4142b: Waiting [2020-10-15T18:21:08.508Z] 83f49b2aa484: Waiting [2020-10-15T18:21:08.508Z] d2fb3c423f66: Waiting [2020-10-15T18:21:08.509Z] 1dd3acf6925d: Waiting [2020-10-15T18:21:08.509Z] 1142fbb990c3: Waiting [2020-10-15T18:21:08.509Z] 50644c29ef5a: Waiting [2020-10-15T18:21:08.509Z] 2025a328eb1e: Layer already exists [2020-10-15T18:21:08.509Z] 010de266b352: Layer already exists [2020-10-15T18:21:08.509Z] c121c9295212: Layer already exists [2020-10-15T18:21:08.509Z] 1488b1a1b910: Layer already exists [2020-10-15T18:21:08.509Z] a3a8786efbd3: Layer already exists [2020-10-15T18:21:08.509Z] 405188f4142b: Layer already exists [2020-10-15T18:21:08.509Z] 83f49b2aa484: Layer already exists [2020-10-15T18:21:08.509Z] d2fb3c423f66: Layer already exists [2020-10-15T18:21:08.509Z] 1dd3acf6925d: Layer already exists [2020-10-15T18:21:08.509Z] 1142fbb990c3: Layer already exists [2020-10-15T18:21:08.509Z] 50644c29ef5a: Layer already exists [2020-10-15T18:21:08.509Z] 1.2.2-dev.74: digest: sha256:ab5c06e36b6c9ee088cc37874ba9fb31ef0c6c0ae0cdb02f22a39aafa7d802e1 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:08.820Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:09.121Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:09.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-15T18:21:09.121Z] c121c9295212: Preparing [2020-10-15T18:21:09.122Z] a3a8786efbd3: Preparing [2020-10-15T18:21:09.122Z] 2025a328eb1e: Preparing [2020-10-15T18:21:09.122Z] 010de266b352: Preparing [2020-10-15T18:21:09.122Z] 010de266b352: Preparing [2020-10-15T18:21:09.122Z] 1488b1a1b910: Preparing [2020-10-15T18:21:09.122Z] 405188f4142b: Preparing [2020-10-15T18:21:09.122Z] 83f49b2aa484: Preparing [2020-10-15T18:21:09.122Z] c121c9295212: Preparing [2020-10-15T18:21:09.122Z] d2fb3c423f66: Preparing [2020-10-15T18:21:09.122Z] 1dd3acf6925d: Preparing [2020-10-15T18:21:09.122Z] 1142fbb990c3: Preparing [2020-10-15T18:21:09.122Z] 50644c29ef5a: Preparing [2020-10-15T18:21:09.122Z] 405188f4142b: Waiting [2020-10-15T18:21:09.122Z] 1142fbb990c3: Waiting [2020-10-15T18:21:09.122Z] 83f49b2aa484: Waiting [2020-10-15T18:21:09.122Z] d2fb3c423f66: Waiting [2020-10-15T18:21:09.122Z] 50644c29ef5a: Waiting [2020-10-15T18:21:09.122Z] 1dd3acf6925d: Waiting [2020-10-15T18:21:09.122Z] c121c9295212: Layer already exists [2020-10-15T18:21:09.122Z] 2025a328eb1e: Layer already exists [2020-10-15T18:21:09.122Z] 1488b1a1b910: Layer already exists [2020-10-15T18:21:09.122Z] 010de266b352: Layer already exists [2020-10-15T18:21:09.122Z] a3a8786efbd3: Layer already exists [2020-10-15T18:21:09.122Z] 83f49b2aa484: Layer already exists [2020-10-15T18:21:09.122Z] 405188f4142b: Layer already exists [2020-10-15T18:21:09.122Z] 1142fbb990c3: Layer already exists [2020-10-15T18:21:09.122Z] d2fb3c423f66: Layer already exists [2020-10-15T18:21:09.122Z] 1dd3acf6925d: Layer already exists [2020-10-15T18:21:09.122Z] 50644c29ef5a: Layer already exists [2020-10-15T18:21:09.122Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:ab5c06e36b6c9ee088cc37874ba9fb31ef0c6c0ae0cdb02f22a39aafa7d802e1 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:09.429Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:09.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-15T18:21:09.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-15T18:21:09.761Z] c121c9295212: Preparing [2020-10-15T18:21:09.761Z] a3a8786efbd3: Preparing [2020-10-15T18:21:09.761Z] 2025a328eb1e: Preparing [2020-10-15T18:21:09.761Z] 010de266b352: Preparing [2020-10-15T18:21:09.761Z] 010de266b352: Preparing [2020-10-15T18:21:09.761Z] 1488b1a1b910: Preparing [2020-10-15T18:21:09.761Z] 405188f4142b: Preparing [2020-10-15T18:21:09.761Z] 83f49b2aa484: Preparing [2020-10-15T18:21:09.761Z] c121c9295212: Preparing [2020-10-15T18:21:09.761Z] d2fb3c423f66: Preparing [2020-10-15T18:21:09.761Z] 1dd3acf6925d: Preparing [2020-10-15T18:21:09.761Z] 1142fbb990c3: Preparing [2020-10-15T18:21:09.761Z] 50644c29ef5a: Preparing [2020-10-15T18:21:09.761Z] 83f49b2aa484: Waiting [2020-10-15T18:21:09.761Z] d2fb3c423f66: Waiting [2020-10-15T18:21:09.761Z] 1dd3acf6925d: Waiting [2020-10-15T18:21:09.761Z] 1142fbb990c3: Waiting [2020-10-15T18:21:09.761Z] 50644c29ef5a: Waiting [2020-10-15T18:21:09.761Z] 405188f4142b: Waiting [2020-10-15T18:21:09.761Z] 2025a328eb1e: Layer already exists [2020-10-15T18:21:09.761Z] a3a8786efbd3: Layer already exists [2020-10-15T18:21:09.761Z] 010de266b352: Layer already exists [2020-10-15T18:21:09.761Z] 1488b1a1b910: Layer already exists [2020-10-15T18:21:09.761Z] c121c9295212: Layer already exists [2020-10-15T18:21:09.761Z] 1142fbb990c3: Layer already exists [2020-10-15T18:21:09.761Z] 405188f4142b: Layer already exists [2020-10-15T18:21:09.761Z] 83f49b2aa484: Layer already exists [2020-10-15T18:21:09.761Z] d2fb3c423f66: Layer already exists [2020-10-15T18:21:09.761Z] 1dd3acf6925d: Layer already exists [2020-10-15T18:21:09.761Z] 50644c29ef5a: Layer already exists [2020-10-15T18:21:09.761Z] master: digest: sha256:ab5c06e36b6c9ee088cc37874ba9fb31ef0c6c0ae0cdb02f22a39aafa7d802e1 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:21:09.929Z] ===================================================== [Pipeline] echo [2020-10-15T18:21:09.975Z] taggedImages: [2020-10-15T18:21:09.975Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:09.975Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.74 [2020-10-15T18:21:09.975Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:09.975Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-15T18:21:10.034Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-15T18:21:10.034Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:10.034Z] 1.2.2-dev.74 [2020-10-15T18:21:10.034Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:10.034Z] master [2020-10-15T18:21:10.034Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:10.535Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:10.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:10.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-15T18:21:10.840Z] 534efafab437: Preparing [2020-10-15T18:21:10.840Z] 8dfefc392dbf: Preparing [2020-10-15T18:21:10.840Z] c46701112a5d: Preparing [2020-10-15T18:21:10.840Z] a9d631d2b2e6: Preparing [2020-10-15T18:21:10.840Z] a80d6ba50c3b: Preparing [2020-10-15T18:21:10.840Z] 58d700650b43: Preparing [2020-10-15T18:21:10.840Z] 135b554638a8: Preparing [2020-10-15T18:21:10.840Z] 2e64d4d73df8: Preparing [2020-10-15T18:21:10.840Z] 9b35e478d4d7: Preparing [2020-10-15T18:21:10.840Z] f24c084c0112: Preparing [2020-10-15T18:21:10.840Z] 1b3ee35aacca: Preparing [2020-10-15T18:21:10.840Z] 58d700650b43: Waiting [2020-10-15T18:21:10.840Z] 135b554638a8: Waiting [2020-10-15T18:21:10.840Z] 2e64d4d73df8: Waiting [2020-10-15T18:21:10.840Z] 9b35e478d4d7: Waiting [2020-10-15T18:21:10.840Z] f24c084c0112: Waiting [2020-10-15T18:21:10.840Z] 1b3ee35aacca: Waiting [2020-10-15T18:21:10.840Z] 8dfefc392dbf: Pushed [2020-10-15T18:21:11.104Z] 534efafab437: Pushed [2020-10-15T18:21:11.104Z] 58d700650b43: Pushed [2020-10-15T18:21:11.104Z] 135b554638a8: Pushed [2020-10-15T18:21:11.372Z] 2e64d4d73df8: Pushed [2020-10-15T18:21:11.372Z] 9b35e478d4d7: Pushed [2020-10-15T18:21:11.372Z] 1b3ee35aacca: Layer already exists [2020-10-15T18:21:11.633Z] f24c084c0112: Pushed [2020-10-15T18:21:11.894Z] c46701112a5d: Pushed [2020-10-15T18:21:11.894Z] a9d631d2b2e6: Pushed [2020-10-15T18:21:11.894Z] a80d6ba50c3b: Pushed [2020-10-15T18:21:12.155Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:fff871f9ecd033b07ec792fb9cf3491d8acc2e76d25ff26f8f8b8a95480a242f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:12.460Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:12.756Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.74 [2020-10-15T18:21:12.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-15T18:21:12.757Z] 534efafab437: Preparing [2020-10-15T18:21:12.757Z] 8dfefc392dbf: Preparing [2020-10-15T18:21:12.757Z] c46701112a5d: Preparing [2020-10-15T18:21:12.757Z] a9d631d2b2e6: Preparing [2020-10-15T18:21:12.757Z] a80d6ba50c3b: Preparing [2020-10-15T18:21:12.757Z] 58d700650b43: Preparing [2020-10-15T18:21:12.757Z] 135b554638a8: Preparing [2020-10-15T18:21:12.757Z] 2e64d4d73df8: Preparing [2020-10-15T18:21:12.757Z] 9b35e478d4d7: Preparing [2020-10-15T18:21:12.757Z] f24c084c0112: Preparing [2020-10-15T18:21:12.757Z] 1b3ee35aacca: Preparing [2020-10-15T18:21:12.757Z] 2e64d4d73df8: Waiting [2020-10-15T18:21:12.757Z] f24c084c0112: Waiting [2020-10-15T18:21:12.757Z] 1b3ee35aacca: Waiting [2020-10-15T18:21:12.757Z] 9b35e478d4d7: Waiting [2020-10-15T18:21:12.757Z] 58d700650b43: Waiting [2020-10-15T18:21:12.757Z] 135b554638a8: Waiting [2020-10-15T18:21:12.757Z] a80d6ba50c3b: Layer already exists [2020-10-15T18:21:12.757Z] 8dfefc392dbf: Layer already exists [2020-10-15T18:21:12.757Z] 534efafab437: Layer already exists [2020-10-15T18:21:12.757Z] a9d631d2b2e6: Layer already exists [2020-10-15T18:21:12.757Z] c46701112a5d: Layer already exists [2020-10-15T18:21:12.757Z] 58d700650b43: Layer already exists [2020-10-15T18:21:12.757Z] 135b554638a8: Layer already exists [2020-10-15T18:21:12.757Z] 2e64d4d73df8: Layer already exists [2020-10-15T18:21:12.757Z] 9b35e478d4d7: Layer already exists [2020-10-15T18:21:12.757Z] 1b3ee35aacca: Layer already exists [2020-10-15T18:21:12.757Z] f24c084c0112: Layer already exists [2020-10-15T18:21:12.757Z] 1.2.2-dev.74: digest: sha256:fff871f9ecd033b07ec792fb9cf3491d8acc2e76d25ff26f8f8b8a95480a242f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:13.064Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:13.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:13.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-15T18:21:13.364Z] 534efafab437: Preparing [2020-10-15T18:21:13.364Z] 8dfefc392dbf: Preparing [2020-10-15T18:21:13.364Z] c46701112a5d: Preparing [2020-10-15T18:21:13.364Z] a9d631d2b2e6: Preparing [2020-10-15T18:21:13.364Z] a80d6ba50c3b: Preparing [2020-10-15T18:21:13.364Z] 58d700650b43: Preparing [2020-10-15T18:21:13.364Z] 135b554638a8: Preparing [2020-10-15T18:21:13.364Z] 2e64d4d73df8: Preparing [2020-10-15T18:21:13.364Z] 9b35e478d4d7: Preparing [2020-10-15T18:21:13.364Z] f24c084c0112: Preparing [2020-10-15T18:21:13.364Z] 1b3ee35aacca: Preparing [2020-10-15T18:21:13.364Z] 58d700650b43: Waiting [2020-10-15T18:21:13.364Z] 9b35e478d4d7: Waiting [2020-10-15T18:21:13.364Z] f24c084c0112: Waiting [2020-10-15T18:21:13.364Z] 1b3ee35aacca: Waiting [2020-10-15T18:21:13.364Z] 135b554638a8: Waiting [2020-10-15T18:21:13.364Z] 2e64d4d73df8: Waiting [2020-10-15T18:21:13.364Z] a9d631d2b2e6: Layer already exists [2020-10-15T18:21:13.364Z] 534efafab437: Layer already exists [2020-10-15T18:21:13.364Z] c46701112a5d: Layer already exists [2020-10-15T18:21:13.364Z] 8dfefc392dbf: Layer already exists [2020-10-15T18:21:13.364Z] a80d6ba50c3b: Layer already exists [2020-10-15T18:21:13.364Z] 58d700650b43: Layer already exists [2020-10-15T18:21:13.364Z] 135b554638a8: Layer already exists [2020-10-15T18:21:13.364Z] 2e64d4d73df8: Layer already exists [2020-10-15T18:21:13.364Z] f24c084c0112: Layer already exists [2020-10-15T18:21:13.364Z] 1b3ee35aacca: Layer already exists [2020-10-15T18:21:13.364Z] 9b35e478d4d7: Layer already exists [2020-10-15T18:21:13.364Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:fff871f9ecd033b07ec792fb9cf3491d8acc2e76d25ff26f8f8b8a95480a242f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:13.672Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:13.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-15T18:21:13.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-15T18:21:13.970Z] 534efafab437: Preparing [2020-10-15T18:21:13.970Z] 8dfefc392dbf: Preparing [2020-10-15T18:21:13.970Z] c46701112a5d: Preparing [2020-10-15T18:21:13.970Z] a9d631d2b2e6: Preparing [2020-10-15T18:21:13.970Z] a80d6ba50c3b: Preparing [2020-10-15T18:21:13.970Z] 58d700650b43: Preparing [2020-10-15T18:21:13.970Z] 135b554638a8: Preparing [2020-10-15T18:21:13.970Z] 2e64d4d73df8: Preparing [2020-10-15T18:21:13.970Z] 9b35e478d4d7: Preparing [2020-10-15T18:21:13.970Z] f24c084c0112: Preparing [2020-10-15T18:21:13.970Z] 1b3ee35aacca: Preparing [2020-10-15T18:21:13.970Z] 58d700650b43: Waiting [2020-10-15T18:21:13.970Z] 135b554638a8: Waiting [2020-10-15T18:21:13.970Z] 9b35e478d4d7: Waiting [2020-10-15T18:21:13.970Z] f24c084c0112: Waiting [2020-10-15T18:21:13.970Z] 2e64d4d73df8: Waiting [2020-10-15T18:21:13.970Z] 1b3ee35aacca: Waiting [2020-10-15T18:21:13.970Z] a80d6ba50c3b: Layer already exists [2020-10-15T18:21:13.970Z] a9d631d2b2e6: Layer already exists [2020-10-15T18:21:13.970Z] 534efafab437: Layer already exists [2020-10-15T18:21:13.970Z] 8dfefc392dbf: Layer already exists [2020-10-15T18:21:13.970Z] c46701112a5d: Layer already exists [2020-10-15T18:21:13.970Z] 58d700650b43: Layer already exists [2020-10-15T18:21:13.970Z] 9b35e478d4d7: Layer already exists [2020-10-15T18:21:13.970Z] f24c084c0112: Layer already exists [2020-10-15T18:21:13.970Z] 135b554638a8: Layer already exists [2020-10-15T18:21:13.970Z] 2e64d4d73df8: Layer already exists [2020-10-15T18:21:13.970Z] 1b3ee35aacca: Layer already exists [2020-10-15T18:21:13.970Z] master: digest: sha256:fff871f9ecd033b07ec792fb9cf3491d8acc2e76d25ff26f8f8b8a95480a242f size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:21:14.165Z] ===================================================== [Pipeline] echo [2020-10-15T18:21:14.209Z] taggedImages: [2020-10-15T18:21:14.209Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:14.209Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.74 [2020-10-15T18:21:14.209Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:14.209Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-15T18:21:14.269Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-15T18:21:14.269Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:14.269Z] 1.2.2-dev.74 [2020-10-15T18:21:14.269Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:14.269Z] master [2020-10-15T18:21:14.269Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:14.807Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:15.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:15.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-15T18:21:15.107Z] 4f1722dd6227: Preparing [2020-10-15T18:21:15.107Z] 0b6a763d1e4d: Preparing [2020-10-15T18:21:15.107Z] 4f7f5012ed98: Preparing [2020-10-15T18:21:15.107Z] 32fcdebfcc25: Preparing [2020-10-15T18:21:15.107Z] 4f7f5012ed98: Pushed [2020-10-15T18:21:15.107Z] 4f1722dd6227: Pushed [2020-10-15T18:21:15.369Z] 32fcdebfcc25: Pushed [2020-10-15T18:21:16.312Z] 0b6a763d1e4d: Pushed [2020-10-15T18:21:16.574Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:fd3d9df78385a60e8fef2bc77f456efd20a62c56d2d5656db932d0b25e9e1cf9 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:16.876Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:17.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.74 [2020-10-15T18:21:17.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-15T18:21:17.179Z] 4f1722dd6227: Preparing [2020-10-15T18:21:17.179Z] 0b6a763d1e4d: Preparing [2020-10-15T18:21:17.179Z] 4f7f5012ed98: Preparing [2020-10-15T18:21:17.179Z] 32fcdebfcc25: Preparing [2020-10-15T18:21:17.179Z] 4f1722dd6227: Layer already exists [2020-10-15T18:21:17.179Z] 32fcdebfcc25: Layer already exists [2020-10-15T18:21:17.179Z] 0b6a763d1e4d: Layer already exists [2020-10-15T18:21:17.179Z] 4f7f5012ed98: Layer already exists [2020-10-15T18:21:17.179Z] 1.2.2-dev.74: digest: sha256:fd3d9df78385a60e8fef2bc77f456efd20a62c56d2d5656db932d0b25e9e1cf9 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:17.485Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:17.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:17.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-15T18:21:17.786Z] 4f1722dd6227: Preparing [2020-10-15T18:21:17.786Z] 0b6a763d1e4d: Preparing [2020-10-15T18:21:17.786Z] 4f7f5012ed98: Preparing [2020-10-15T18:21:17.786Z] 32fcdebfcc25: Preparing [2020-10-15T18:21:17.786Z] 0b6a763d1e4d: Layer already exists [2020-10-15T18:21:17.786Z] 32fcdebfcc25: Layer already exists [2020-10-15T18:21:17.786Z] 4f1722dd6227: Layer already exists [2020-10-15T18:21:17.786Z] 4f7f5012ed98: Layer already exists [2020-10-15T18:21:17.786Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:fd3d9df78385a60e8fef2bc77f456efd20a62c56d2d5656db932d0b25e9e1cf9 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:18.089Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:18.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-15T18:21:18.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-15T18:21:18.382Z] 4f1722dd6227: Preparing [2020-10-15T18:21:18.382Z] 0b6a763d1e4d: Preparing [2020-10-15T18:21:18.382Z] 4f7f5012ed98: Preparing [2020-10-15T18:21:18.382Z] 32fcdebfcc25: Preparing [2020-10-15T18:21:18.382Z] 4f7f5012ed98: Layer already exists [2020-10-15T18:21:18.382Z] 0b6a763d1e4d: Layer already exists [2020-10-15T18:21:18.382Z] 32fcdebfcc25: Layer already exists [2020-10-15T18:21:18.382Z] 4f1722dd6227: Layer already exists [2020-10-15T18:21:18.382Z] master: digest: sha256:fd3d9df78385a60e8fef2bc77f456efd20a62c56d2d5656db932d0b25e9e1cf9 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:21:18.574Z] ===================================================== [Pipeline] echo [2020-10-15T18:21:18.619Z] taggedImages: [2020-10-15T18:21:18.619Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:18.619Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.74 [2020-10-15T18:21:18.619Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:18.619Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-15T18:21:18.692Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-15T18:21:18.692Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:18.692Z] 1.2.2-dev.74 [2020-10-15T18:21:18.692Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:18.692Z] master [2020-10-15T18:21:18.692Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:19.152Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:19.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:19.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-15T18:21:19.446Z] cd4ef9e98855: Preparing [2020-10-15T18:21:19.446Z] 3778cd206347: Preparing [2020-10-15T18:21:19.446Z] f797a3c1288e: Preparing [2020-10-15T18:21:19.446Z] e709694db28b: Preparing [2020-10-15T18:21:19.446Z] ce04bb3476d5: Preparing [2020-10-15T18:21:19.446Z] f90e5b2757ad: Preparing [2020-10-15T18:21:19.446Z] f90e5b2757ad: Waiting [2020-10-15T18:21:19.707Z] cd4ef9e98855: Pushed [2020-10-15T18:21:19.707Z] e709694db28b: Pushed [2020-10-15T18:21:19.707Z] f797a3c1288e: Pushed [2020-10-15T18:21:19.707Z] ce04bb3476d5: Pushed [2020-10-15T18:21:19.968Z] f90e5b2757ad: Pushed [2020-10-15T18:21:20.913Z] 3778cd206347: Pushed [2020-10-15T18:21:20.913Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:20bc7198ce8865579c75af8ae10792da99cea724662c97ff67da09a49b0d690a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:21.217Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.74 [2020-10-15T18:21:21.227Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:21:21.227Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:21:21.227Z] ---> d476e42396f8 [2020-10-15T18:21:21.227Z] Step 3/20 : WORKDIR /edgex-go [2020-10-15T18:21:21.227Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:21:21.227Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:21:21.227Z] ---> d476e42396f8 [2020-10-15T18:21:21.227Z] Step 3/27 : WORKDIR /edgex-go [2020-10-15T18:21:21.227Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:21:21.227Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:21:21.227Z] ---> d476e42396f8 [2020-10-15T18:21:21.227Z] Step 3/23 : WORKDIR /edgex-go [2020-10-15T18:21:21.227Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:21:21.227Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:21:21.227Z] ---> d476e42396f8 [2020-10-15T18:21:21.227Z] Step 3/21 : WORKDIR /edgex-go [2020-10-15T18:21:21.227Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:21:21.227Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:21:21.227Z] ---> d476e42396f8 [2020-10-15T18:21:21.227Z] Step 3/22 : WORKDIR /edgex-go [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:21.509Z] ---> Running in eff910c17c5d [2020-10-15T18:21:21.509Z] ---> Running in b17ffaa8f7cf [2020-10-15T18:21:21.509Z] ---> Running in 7c431fc40fd1 [2020-10-15T18:21:21.509Z] ---> Running in 54d988632f81 [2020-10-15T18:21:21.509Z] ---> Running in c84f837e2a90 [2020-10-15T18:21:21.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.74 [2020-10-15T18:21:21.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-15T18:21:21.522Z] cd4ef9e98855: Preparing [2020-10-15T18:21:21.522Z] 3778cd206347: Preparing [2020-10-15T18:21:21.522Z] f797a3c1288e: Preparing [2020-10-15T18:21:21.522Z] e709694db28b: Preparing [2020-10-15T18:21:21.522Z] ce04bb3476d5: Preparing [2020-10-15T18:21:21.522Z] f90e5b2757ad: Preparing [2020-10-15T18:21:21.522Z] f90e5b2757ad: Waiting [2020-10-15T18:21:21.522Z] ce04bb3476d5: Layer already exists [2020-10-15T18:21:21.522Z] 3778cd206347: Layer already exists [2020-10-15T18:21:21.522Z] f797a3c1288e: Layer already exists [2020-10-15T18:21:21.522Z] e709694db28b: Layer already exists [2020-10-15T18:21:21.522Z] cd4ef9e98855: Layer already exists [2020-10-15T18:21:21.522Z] f90e5b2757ad: Layer already exists [2020-10-15T18:21:21.522Z] 1.2.2-dev.74: digest: sha256:20bc7198ce8865579c75af8ae10792da99cea724662c97ff67da09a49b0d690a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:21.826Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:22.114Z] Removing intermediate container c84f837e2a90 [2020-10-15T18:21:22.114Z] ---> 45c360e77f3d [2020-10-15T18:21:22.114Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:21:22.114Z] Removing intermediate container 7c431fc40fd1 [2020-10-15T18:21:22.114Z] ---> 9e002a7f6e1b [2020-10-15T18:21:22.114Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:21:22.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:22.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-15T18:21:22.131Z] cd4ef9e98855: Preparing [2020-10-15T18:21:22.131Z] 3778cd206347: Preparing [2020-10-15T18:21:22.131Z] f797a3c1288e: Preparing [2020-10-15T18:21:22.131Z] e709694db28b: Preparing [2020-10-15T18:21:22.131Z] ce04bb3476d5: Preparing [2020-10-15T18:21:22.131Z] f90e5b2757ad: Preparing [2020-10-15T18:21:22.131Z] f90e5b2757ad: Waiting [2020-10-15T18:21:22.131Z] cd4ef9e98855: Layer already exists [2020-10-15T18:21:22.131Z] 3778cd206347: Layer already exists [2020-10-15T18:21:22.131Z] ce04bb3476d5: Layer already exists [2020-10-15T18:21:22.131Z] f797a3c1288e: Layer already exists [2020-10-15T18:21:22.131Z] e709694db28b: Layer already exists [2020-10-15T18:21:22.131Z] f90e5b2757ad: Layer already exists [2020-10-15T18:21:22.131Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:20bc7198ce8865579c75af8ae10792da99cea724662c97ff67da09a49b0d690a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:22.394Z] ---> Running in 45ab2d998e02 [2020-10-15T18:21:22.394Z] Removing intermediate container 54d988632f81 [2020-10-15T18:21:22.394Z] ---> 482ef2f104b9 [2020-10-15T18:21:22.394Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:21:22.394Z] ---> Running in 206e7ea2130f [2020-10-15T18:21:22.507Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:22.676Z] Removing intermediate container b17ffaa8f7cf [2020-10-15T18:21:22.677Z] ---> f732a264a1ab [2020-10-15T18:21:22.677Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:21:22.677Z] Removing intermediate container eff910c17c5d [2020-10-15T18:21:22.677Z] ---> 8ec77b90b2db [2020-10-15T18:21:22.677Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:21:22.677Z] ---> Running in 69768f0c43cc [2020-10-15T18:21:22.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-15T18:21:22.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-15T18:21:22.918Z] cd4ef9e98855: Preparing [2020-10-15T18:21:22.918Z] 3778cd206347: Preparing [2020-10-15T18:21:22.918Z] f797a3c1288e: Preparing [2020-10-15T18:21:22.918Z] e709694db28b: Preparing [2020-10-15T18:21:22.918Z] ce04bb3476d5: Preparing [2020-10-15T18:21:22.918Z] f90e5b2757ad: Preparing [2020-10-15T18:21:22.918Z] f90e5b2757ad: Waiting [2020-10-15T18:21:22.918Z] f797a3c1288e: Layer already exists [2020-10-15T18:21:22.918Z] ce04bb3476d5: Layer already exists [2020-10-15T18:21:22.918Z] 3778cd206347: Layer already exists [2020-10-15T18:21:22.918Z] e709694db28b: Layer already exists [2020-10-15T18:21:22.918Z] cd4ef9e98855: Layer already exists [2020-10-15T18:21:22.918Z] f90e5b2757ad: Layer already exists [2020-10-15T18:21:22.918Z] master: digest: sha256:20bc7198ce8865579c75af8ae10792da99cea724662c97ff67da09a49b0d690a size: 1573 [Pipeline] } [2020-10-15T18:21:22.959Z] ---> Running in 2679c47df6a1 [2020-10-15T18:21:22.959Z] ---> Running in 43a36a4a01fa [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:21:23.098Z] ===================================================== [Pipeline] echo [2020-10-15T18:21:23.149Z] taggedImages: [2020-10-15T18:21:23.149Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:23.149Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.74 [2020-10-15T18:21:23.149Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:23.149Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-15T18:21:23.207Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-15T18:21:23.207Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:23.207Z] 1.2.2-dev.74 [2020-10-15T18:21:23.207Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:23.207Z] master [2020-10-15T18:21:23.207Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:23.734Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:24.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:24.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-15T18:21:24.029Z] 64c4728b8a22: Preparing [2020-10-15T18:21:24.029Z] 10c19deb901f: Preparing [2020-10-15T18:21:24.029Z] 08e232c24f63: Preparing [2020-10-15T18:21:24.290Z] 08e232c24f63: Pushed [2020-10-15T18:21:24.290Z] 64c4728b8a22: Pushed [2020-10-15T18:21:25.235Z] 10c19deb901f: Pushed [2020-10-15T18:21:25.498Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:3442b6e10d0c65a383a62e88346943983cb2b2b57db913b952d4bb3dc2406bec size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:25.806Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:26.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.74 [2020-10-15T18:21:26.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-15T18:21:26.101Z] 64c4728b8a22: Preparing [2020-10-15T18:21:26.101Z] 10c19deb901f: Preparing [2020-10-15T18:21:26.101Z] 08e232c24f63: Preparing [2020-10-15T18:21:26.101Z] 64c4728b8a22: Layer already exists [2020-10-15T18:21:26.101Z] 08e232c24f63: Layer already exists [2020-10-15T18:21:26.101Z] 10c19deb901f: Layer already exists [2020-10-15T18:21:26.101Z] 1.2.2-dev.74: digest: sha256:3442b6e10d0c65a383a62e88346943983cb2b2b57db913b952d4bb3dc2406bec size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:26.398Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:26.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:26.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-15T18:21:26.694Z] 64c4728b8a22: Preparing [2020-10-15T18:21:26.694Z] 10c19deb901f: Preparing [2020-10-15T18:21:26.694Z] 08e232c24f63: Preparing [2020-10-15T18:21:26.694Z] 10c19deb901f: Layer already exists [2020-10-15T18:21:26.694Z] 08e232c24f63: Layer already exists [2020-10-15T18:21:26.694Z] 64c4728b8a22: Layer already exists [2020-10-15T18:21:26.694Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:3442b6e10d0c65a383a62e88346943983cb2b2b57db913b952d4bb3dc2406bec size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:27.000Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:27.276Z] Removing intermediate container 45ab2d998e02 [2020-10-15T18:21:27.276Z] ---> ff13b2289828 [2020-10-15T18:21:27.276Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-15T18:21:27.276Z] ---> Running in 61737e0c618c [2020-10-15T18:21:27.276Z] Removing intermediate container 206e7ea2130f [2020-10-15T18:21:27.276Z] ---> 0cb6e3325b14 [2020-10-15T18:21:27.276Z] Step 5/21 : RUN apk update && apk add make git [2020-10-15T18:21:27.276Z] Removing intermediate container 69768f0c43cc [2020-10-15T18:21:27.276Z] ---> a469b45d0223 [2020-10-15T18:21:27.276Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-15T18:21:27.276Z] ---> Running in 0d0475fde880 [2020-10-15T18:21:27.276Z] ---> Running in 67ef0d469833 [2020-10-15T18:21:27.276Z] Removing intermediate container 2679c47df6a1 [2020-10-15T18:21:27.276Z] ---> 5fded348fd0f [2020-10-15T18:21:27.276Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-15T18:21:27.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-15T18:21:27.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-15T18:21:27.301Z] 64c4728b8a22: Preparing [2020-10-15T18:21:27.301Z] 10c19deb901f: Preparing [2020-10-15T18:21:27.301Z] 08e232c24f63: Preparing [2020-10-15T18:21:27.301Z] 08e232c24f63: Layer already exists [2020-10-15T18:21:27.301Z] 10c19deb901f: Layer already exists [2020-10-15T18:21:27.301Z] 64c4728b8a22: Layer already exists [2020-10-15T18:21:27.301Z] master: digest: sha256:3442b6e10d0c65a383a62e88346943983cb2b2b57db913b952d4bb3dc2406bec size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:21:27.551Z] ===================================================== [2020-10-15T18:21:27.554Z] Removing intermediate container 43a36a4a01fa [2020-10-15T18:21:27.554Z] ---> 0e5324c7f443 [2020-10-15T18:21:27.554Z] Step 5/20 : RUN apk update && apk add make git [2020-10-15T18:21:27.554Z] ---> Running in b90772fb8f67 [Pipeline] echo [2020-10-15T18:21:27.592Z] taggedImages: [2020-10-15T18:21:27.592Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:27.592Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.74 [2020-10-15T18:21:27.592Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:27.592Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-15T18:21:27.652Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-15T18:21:27.652Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:27.652Z] 1.2.2-dev.74 [2020-10-15T18:21:27.652Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:27.652Z] master [2020-10-15T18:21:27.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:28.157Z] ---> Running in 13639a4d81b1 [2020-10-15T18:21:28.165Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:28.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:28.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-15T18:21:28.490Z] c863a09f7b85: Preparing [2020-10-15T18:21:28.490Z] 04c20a8613a8: Preparing [2020-10-15T18:21:28.490Z] 04d07403b3ce: Preparing [2020-10-15T18:21:28.490Z] e44ce0c10b01: Preparing [2020-10-15T18:21:28.490Z] 9a15939f691d: Preparing [2020-10-15T18:21:28.490Z] 46aa4e7845f1: Preparing [2020-10-15T18:21:28.490Z] 4ea6809dcde3: Preparing [2020-10-15T18:21:28.490Z] 527eef706b20: Preparing [2020-10-15T18:21:28.490Z] 224742e9e948: Preparing [2020-10-15T18:21:28.490Z] 5391e5290f13: Preparing [2020-10-15T18:21:28.490Z] 13baed61c795: Preparing [2020-10-15T18:21:28.490Z] 51d6d3d09136: Preparing [2020-10-15T18:21:28.490Z] 1507bc794612: Preparing [2020-10-15T18:21:28.490Z] 50644c29ef5a: Preparing [2020-10-15T18:21:28.490Z] 527eef706b20: Waiting [2020-10-15T18:21:28.490Z] 224742e9e948: Waiting [2020-10-15T18:21:28.490Z] 5391e5290f13: Waiting [2020-10-15T18:21:28.490Z] 13baed61c795: Waiting [2020-10-15T18:21:28.490Z] 51d6d3d09136: Waiting [2020-10-15T18:21:28.490Z] 46aa4e7845f1: Waiting [2020-10-15T18:21:28.490Z] 1507bc794612: Waiting [2020-10-15T18:21:28.490Z] 50644c29ef5a: Waiting [2020-10-15T18:21:28.490Z] 4ea6809dcde3: Waiting [2020-10-15T18:21:28.753Z] 9a15939f691d: Pushed [2020-10-15T18:21:28.753Z] c863a09f7b85: Pushed [2020-10-15T18:21:29.015Z] e44ce0c10b01: Pushed [2020-10-15T18:21:29.015Z] 527eef706b20: Layer already exists [2020-10-15T18:21:29.015Z] 224742e9e948: Layer already exists [2020-10-15T18:21:29.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:21:29.280Z] 5391e5290f13: Layer already exists [2020-10-15T18:21:29.280Z] 4ea6809dcde3: Pushed [2020-10-15T18:21:29.280Z] 51d6d3d09136: Layer already exists [2020-10-15T18:21:29.280Z] 13baed61c795: Layer already exists [2020-10-15T18:21:29.280Z] 1507bc794612: Layer already exists [2020-10-15T18:21:29.280Z] 50644c29ef5a: Layer already exists [2020-10-15T18:21:29.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:21:29.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:21:29.855Z] 46aa4e7845f1: Pushed [2020-10-15T18:21:29.855Z] 04c20a8613a8: Pushed [2020-10-15T18:21:29.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:21:29.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:21:29.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:21:30.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:21:30.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:21:30.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:21:30.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:21:31.065Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:21:31.065Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:21:31.065Z] OK: 12623 distinct packages available [2020-10-15T18:21:31.370Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:21:31.370Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:21:31.370Z] OK: 12623 distinct packages available [2020-10-15T18:21:31.370Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:21:31.370Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:21:31.370Z] OK: 12623 distinct packages available [2020-10-15T18:21:32.341Z] OK: 217 MiB in 51 packages [2020-10-15T18:21:32.341Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:21:32.341Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:21:32.341Z] OK: 12623 distinct packages available [2020-10-15T18:21:32.341Z] OK: 217 MiB in 51 packages [2020-10-15T18:21:32.627Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:21:32.627Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:21:32.627Z] OK: 12623 distinct packages available [2020-10-15T18:21:32.627Z] OK: 217 MiB in 51 packages [2020-10-15T18:21:33.232Z] OK: 217 MiB in 51 packages [2020-10-15T18:21:33.232Z] OK: 217 MiB in 51 packages [2020-10-15T18:21:33.511Z] OK: 217 MiB in 51 packages [2020-10-15T18:21:34.119Z] Removing intermediate container 67ef0d469833 [2020-10-15T18:21:34.119Z] ---> 2015a4d946b4 [2020-10-15T18:21:34.119Z] Step 6/27 : COPY go.mod . [2020-10-15T18:21:34.716Z] Removing intermediate container 0d0475fde880 [2020-10-15T18:21:34.716Z] ---> 47f26f6fa11d [2020-10-15T18:21:34.716Z] Step 6/21 : COPY go.mod . [2020-10-15T18:21:34.994Z] Removing intermediate container 61737e0c618c [2020-10-15T18:21:34.994Z] ---> b99bc118bef7 [2020-10-15T18:21:34.994Z] Step 6/22 : COPY go.mod . [2020-10-15T18:21:35.267Z] Removing intermediate container b90772fb8f67 [2020-10-15T18:21:35.267Z] Removing intermediate container 13639a4d81b1 [2020-10-15T18:21:35.267Z] ---> 4c7cc0868bc9 [2020-10-15T18:21:35.267Z] Step 6/20 : COPY go.mod . [2020-10-15T18:21:35.267Z] ---> 2b66aaf7ff24 [2020-10-15T18:21:35.267Z] Step 6/23 : COPY go.mod . [2020-10-15T18:21:35.267Z] ---> f7c7d12de187 [2020-10-15T18:21:35.267Z] Step 7/27 : RUN go mod download [2020-10-15T18:21:35.540Z] ---> Running in 8c79820eaf9b [2020-10-15T18:21:35.816Z] ---> 24c0273e7049 [2020-10-15T18:21:35.816Z] Step 7/21 : RUN go mod download [2020-10-15T18:21:36.117Z] ---> 4623dfed695c [2020-10-15T18:21:36.117Z] Step 7/22 : RUN go mod download [2020-10-15T18:21:36.117Z] ---> Running in 9b03b05ab379 [2020-10-15T18:21:36.117Z] ---> Running in 7023d74d03b5 [2020-10-15T18:21:36.397Z] ---> 8d94e8bc77e2 [2020-10-15T18:21:36.397Z] Step 7/20 : RUN go mod download [2020-10-15T18:21:36.674Z] ---> c2af3bf68911 [2020-10-15T18:21:36.674Z] Step 7/23 : RUN go mod download [2020-10-15T18:21:36.674Z] ---> Running in a6f3c417cb30 [2020-10-15T18:21:36.674Z] ---> Running in e9287c815611 [2020-10-15T18:21:38.003Z] 04d07403b3ce: Pushed [2020-10-15T18:21:38.003Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:cf4d1305a81929baa3ac1a5fd3f3bf22f30c014bf84fbb89b597c46b6cf16aae size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:38.314Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:38.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.74 [2020-10-15T18:21:38.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-15T18:21:38.619Z] c863a09f7b85: Preparing [2020-10-15T18:21:38.619Z] 04c20a8613a8: Preparing [2020-10-15T18:21:38.619Z] 04d07403b3ce: Preparing [2020-10-15T18:21:38.619Z] e44ce0c10b01: Preparing [2020-10-15T18:21:38.619Z] 9a15939f691d: Preparing [2020-10-15T18:21:38.619Z] 46aa4e7845f1: Preparing [2020-10-15T18:21:38.619Z] 4ea6809dcde3: Preparing [2020-10-15T18:21:38.619Z] 527eef706b20: Preparing [2020-10-15T18:21:38.619Z] 224742e9e948: Preparing [2020-10-15T18:21:38.619Z] 5391e5290f13: Preparing [2020-10-15T18:21:38.619Z] 13baed61c795: Preparing [2020-10-15T18:21:38.619Z] 51d6d3d09136: Preparing [2020-10-15T18:21:38.619Z] 1507bc794612: Preparing [2020-10-15T18:21:38.619Z] 50644c29ef5a: Preparing [2020-10-15T18:21:38.619Z] 46aa4e7845f1: Waiting [2020-10-15T18:21:38.619Z] 5391e5290f13: Waiting [2020-10-15T18:21:38.619Z] 4ea6809dcde3: Waiting [2020-10-15T18:21:38.619Z] 13baed61c795: Waiting [2020-10-15T18:21:38.619Z] 51d6d3d09136: Waiting [2020-10-15T18:21:38.619Z] 527eef706b20: Waiting [2020-10-15T18:21:38.619Z] 224742e9e948: Waiting [2020-10-15T18:21:38.619Z] 1507bc794612: Waiting [2020-10-15T18:21:38.619Z] 9a15939f691d: Layer already exists [2020-10-15T18:21:38.619Z] 04c20a8613a8: Layer already exists [2020-10-15T18:21:38.619Z] e44ce0c10b01: Layer already exists [2020-10-15T18:21:38.619Z] c863a09f7b85: Layer already exists [2020-10-15T18:21:38.619Z] 04d07403b3ce: Layer already exists [2020-10-15T18:21:38.619Z] 46aa4e7845f1: Layer already exists [2020-10-15T18:21:38.619Z] 527eef706b20: Layer already exists [2020-10-15T18:21:38.619Z] 4ea6809dcde3: Layer already exists [2020-10-15T18:21:38.619Z] 5391e5290f13: Layer already exists [2020-10-15T18:21:38.619Z] 224742e9e948: Layer already exists [2020-10-15T18:21:38.619Z] 13baed61c795: Layer already exists [2020-10-15T18:21:38.619Z] 50644c29ef5a: Layer already exists [2020-10-15T18:21:38.619Z] 51d6d3d09136: Layer already exists [2020-10-15T18:21:38.619Z] 1507bc794612: Layer already exists [2020-10-15T18:21:38.619Z] 1.2.2-dev.74: digest: sha256:cf4d1305a81929baa3ac1a5fd3f3bf22f30c014bf84fbb89b597c46b6cf16aae size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:38.924Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:39.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:39.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-15T18:21:39.225Z] c863a09f7b85: Preparing [2020-10-15T18:21:39.225Z] 04c20a8613a8: Preparing [2020-10-15T18:21:39.225Z] 04d07403b3ce: Preparing [2020-10-15T18:21:39.225Z] e44ce0c10b01: Preparing [2020-10-15T18:21:39.225Z] 9a15939f691d: Preparing [2020-10-15T18:21:39.225Z] 46aa4e7845f1: Preparing [2020-10-15T18:21:39.225Z] 4ea6809dcde3: Preparing [2020-10-15T18:21:39.225Z] 527eef706b20: Preparing [2020-10-15T18:21:39.225Z] 224742e9e948: Preparing [2020-10-15T18:21:39.225Z] 5391e5290f13: Preparing [2020-10-15T18:21:39.225Z] 13baed61c795: Preparing [2020-10-15T18:21:39.225Z] 51d6d3d09136: Preparing [2020-10-15T18:21:39.225Z] 1507bc794612: Preparing [2020-10-15T18:21:39.225Z] 50644c29ef5a: Preparing [2020-10-15T18:21:39.225Z] 46aa4e7845f1: Waiting [2020-10-15T18:21:39.225Z] 4ea6809dcde3: Waiting [2020-10-15T18:21:39.225Z] 527eef706b20: Waiting [2020-10-15T18:21:39.225Z] 224742e9e948: Waiting [2020-10-15T18:21:39.225Z] 5391e5290f13: Waiting [2020-10-15T18:21:39.225Z] 13baed61c795: Waiting [2020-10-15T18:21:39.225Z] 51d6d3d09136: Waiting [2020-10-15T18:21:39.225Z] 1507bc794612: Waiting [2020-10-15T18:21:39.225Z] 9a15939f691d: Layer already exists [2020-10-15T18:21:39.225Z] 04d07403b3ce: Layer already exists [2020-10-15T18:21:39.225Z] e44ce0c10b01: Layer already exists [2020-10-15T18:21:39.225Z] c863a09f7b85: Layer already exists [2020-10-15T18:21:39.225Z] 04c20a8613a8: Layer already exists [2020-10-15T18:21:39.225Z] 46aa4e7845f1: Layer already exists [2020-10-15T18:21:39.225Z] 527eef706b20: Layer already exists [2020-10-15T18:21:39.225Z] 4ea6809dcde3: Layer already exists [2020-10-15T18:21:39.225Z] 224742e9e948: Layer already exists [2020-10-15T18:21:39.225Z] 5391e5290f13: Layer already exists [2020-10-15T18:21:39.225Z] 13baed61c795: Layer already exists [2020-10-15T18:21:39.225Z] 51d6d3d09136: Layer already exists [2020-10-15T18:21:39.225Z] 1507bc794612: Layer already exists [2020-10-15T18:21:39.225Z] 50644c29ef5a: Layer already exists [2020-10-15T18:21:39.225Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:cf4d1305a81929baa3ac1a5fd3f3bf22f30c014bf84fbb89b597c46b6cf16aae size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:39.539Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:21:39.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-15T18:21:39.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-15T18:21:39.840Z] c863a09f7b85: Preparing [2020-10-15T18:21:39.840Z] 04c20a8613a8: Preparing [2020-10-15T18:21:39.840Z] 04d07403b3ce: Preparing [2020-10-15T18:21:39.840Z] e44ce0c10b01: Preparing [2020-10-15T18:21:39.840Z] 9a15939f691d: Preparing [2020-10-15T18:21:39.840Z] 46aa4e7845f1: Preparing [2020-10-15T18:21:39.840Z] 4ea6809dcde3: Preparing [2020-10-15T18:21:39.840Z] 527eef706b20: Preparing [2020-10-15T18:21:39.840Z] 224742e9e948: Preparing [2020-10-15T18:21:39.840Z] 5391e5290f13: Preparing [2020-10-15T18:21:39.840Z] 13baed61c795: Preparing [2020-10-15T18:21:39.840Z] 51d6d3d09136: Preparing [2020-10-15T18:21:39.840Z] 1507bc794612: Preparing [2020-10-15T18:21:39.840Z] 50644c29ef5a: Preparing [2020-10-15T18:21:39.840Z] 5391e5290f13: Waiting [2020-10-15T18:21:39.840Z] 13baed61c795: Waiting [2020-10-15T18:21:39.840Z] 51d6d3d09136: Waiting [2020-10-15T18:21:39.840Z] 1507bc794612: Waiting [2020-10-15T18:21:39.840Z] 46aa4e7845f1: Waiting [2020-10-15T18:21:39.840Z] 50644c29ef5a: Waiting [2020-10-15T18:21:39.840Z] 4ea6809dcde3: Waiting [2020-10-15T18:21:39.840Z] 224742e9e948: Waiting [2020-10-15T18:21:39.840Z] 527eef706b20: Waiting [2020-10-15T18:21:39.840Z] 04c20a8613a8: Layer already exists [2020-10-15T18:21:39.840Z] e44ce0c10b01: Layer already exists [2020-10-15T18:21:39.840Z] c863a09f7b85: Layer already exists [2020-10-15T18:21:39.840Z] 04d07403b3ce: Layer already exists [2020-10-15T18:21:39.840Z] 9a15939f691d: Layer already exists [2020-10-15T18:21:39.840Z] 4ea6809dcde3: Layer already exists [2020-10-15T18:21:39.840Z] 5391e5290f13: Layer already exists [2020-10-15T18:21:39.840Z] 46aa4e7845f1: Layer already exists [2020-10-15T18:21:39.840Z] 527eef706b20: Layer already exists [2020-10-15T18:21:39.840Z] 224742e9e948: Layer already exists [2020-10-15T18:21:39.840Z] 13baed61c795: Layer already exists [2020-10-15T18:21:39.840Z] 1507bc794612: Layer already exists [2020-10-15T18:21:39.840Z] 51d6d3d09136: Layer already exists [2020-10-15T18:21:39.840Z] 50644c29ef5a: Layer already exists [2020-10-15T18:21:39.840Z] master: digest: sha256:cf4d1305a81929baa3ac1a5fd3f3bf22f30c014bf84fbb89b597c46b6cf16aae size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:21:40.053Z] ===================================================== [Pipeline] echo [2020-10-15T18:21:40.123Z] taggedImages: [2020-10-15T18:21:40.123Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:21:40.123Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.74 [2020-10-15T18:21:40.123Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:21:40.123Z] - 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] } [2020-10-15T18:21:41.137Z] Removing intermediate container 8c79820eaf9b [2020-10-15T18:21:41.137Z] ---> 00f29cab0109 [2020-10-15T18:21:41.137Z] Step 8/27 : COPY . . [2020-10-15T18:21:41.137Z] Removing intermediate container 9b03b05ab379 [2020-10-15T18:21:41.137Z] ---> b31d516b1329 [2020-10-15T18:21:41.137Z] Step 8/21 : COPY . . [Pipeline] // stage [Pipeline] } [2020-10-15T18:21:41.454Z] Removing intermediate container 7023d74d03b5 [2020-10-15T18:21:41.454Z] ---> c09b946daf7f [2020-10-15T18:21:41.454Z] Step 8/22 : COPY . . [2020-10-15T18:21:41.454Z] Removing intermediate container a6f3c417cb30 [2020-10-15T18:21:41.818Z] ---> d79e7e16789e [2020-10-15T18:21:41.818Z] Step 8/20 : COPY . . [2020-10-15T18:21:42.141Z] Removing intermediate container e9287c815611 [2020-10-15T18:21:42.141Z] ---> 995df4a89799 [2020-10-15T18:21:42.141Z] Step 8/23 : COPY . . [2020-10-15T18:22:04.315Z] ---> 027e19649dba [2020-10-15T18:22:04.316Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-15T18:22:04.316Z] ---> 244c3008542f [2020-10-15T18:22:04.316Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-15T18:22:04.316Z] ---> 43abc46d6d71 [2020-10-15T18:22:04.316Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-15T18:22:04.316Z] ---> Running in 2306a058d385 [2020-10-15T18:22:04.316Z] ---> Running in d770e15bb7cf [2020-10-15T18:22:04.316Z] ---> Running in 3376800cb598 [2020-10-15T18:22:04.316Z] ---> 5bac3b091890 [2020-10-15T18:22:04.316Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-15T18:22:04.316Z] ---> 5e2632290d5e [2020-10-15T18:22:04.316Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-15T18:22:04.602Z] ---> Running in 2cbaeffe3c04 [2020-10-15T18:22:04.602Z] ---> Running in 6ce3c6d24dcf [2020-10-15T18:22:06.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-15T18:22:06.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-15T18:22:07.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-15T18:22:07.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-15T18:22:07.426Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/core-data/core-data ./cmd/core-data [2020-10-15T18:23:29.790Z] Removing intermediate container d770e15bb7cf [2020-10-15T18:23:29.790Z] ---> d2654339d87d [2020-10-15T18:23:29.790Z] [2020-10-15T18:23:29.790Z] Step 10/20 : FROM alpine [2020-10-15T18:23:29.790Z] latest: Pulling from library/alpine [2020-10-15T18:23:29.790Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-15T18:23:29.790Z] Status: Downloaded newer image for alpine:latest [2020-10-15T18:23:29.790Z] ---> 62ee0e9f8440 [2020-10-15T18:23:29.790Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-15T18:23:29.790Z] ---> Running in 5f47212cb457 [2020-10-15T18:23:32.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:23:32.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:23:33.085Z] v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:23:33.085Z] v3.12.0-424-gdaa4ba98df [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:23:33.085Z] OK: 12621 distinct packages available [2020-10-15T18:23:34.098Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-15T18:23:34.098Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T18:23:34.098Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-15T18:23:34.098Z] (4/4) Installing curl (7.69.1-r1) [2020-10-15T18:23:34.098Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:23:34.098Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T18:23:34.397Z] OK: 7 MiB in 18 packages [2020-10-15T18:23:37.968Z] Removing intermediate container 5f47212cb457 [2020-10-15T18:23:37.968Z] ---> c95afc4ec6e4 [2020-10-15T18:23:37.968Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T18:23:38.572Z] ---> Running in b531b06f9e6c [2020-10-15T18:23:40.020Z] Removing intermediate container b531b06f9e6c [2020-10-15T18:23:40.020Z] ---> 9f2e7433200c [2020-10-15T18:23:40.020Z] Step 13/20 : WORKDIR /edgex [2020-10-15T18:23:40.295Z] Removing intermediate container 2cbaeffe3c04 [2020-10-15T18:23:40.295Z] ---> 14c4e1a874bc [2020-10-15T18:23:40.296Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-15T18:23:40.296Z] ---> Running in 3365f8f8374e [2020-10-15T18:23:40.892Z] ---> Running in 71ff14dff821 [2020-10-15T18:23:41.881Z] Removing intermediate container 3365f8f8374e [2020-10-15T18:23:41.881Z] ---> fb2eae338b29 [2020-10-15T18:23:41.881Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-15T18:23:43.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-15T18:23:44.185Z] ---> f71bdd92b385 [2020-10-15T18:23:44.185Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-15T18:23:44.479Z] Removing intermediate container 3376800cb598 [2020-10-15T18:23:44.479Z] ---> 9dd5f220cdd2 [2020-10-15T18:23:44.479Z] [2020-10-15T18:23:44.479Z] Step 10/22 : FROM scratch [2020-10-15T18:23:44.479Z] ---> [2020-10-15T18:23:44.479Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T18:23:44.765Z] ---> Running in 09e0183df5f8 [2020-10-15T18:23:45.913Z] Removing intermediate container 09e0183df5f8 [2020-10-15T18:23:45.913Z] ---> 2f7385451cc6 [2020-10-15T18:23:45.913Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-15T18:23:45.913Z] ---> Running in d77456643d74 [2020-10-15T18:23:46.223Z] ---> fd0960fa82a4 [2020-10-15T18:23:46.223Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-15T18:23:46.528Z] ---> Running in 7c3af4724c99 [2020-10-15T18:23:46.528Z] Removing intermediate container d77456643d74 [2020-10-15T18:23:46.528Z] ---> 033e9c8e98fb [2020-10-15T18:23:46.528Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T18:23:46.814Z] ---> Running in 1572072fb785 [2020-10-15T18:23:47.104Z] Removing intermediate container 7c3af4724c99 [2020-10-15T18:23:47.104Z] ---> 7b532ac8e283 [2020-10-15T18:23:47.104Z] Step 17/20 : CMD ["--init=true"] [2020-10-15T18:23:47.424Z] ---> Running in 06fd17853d1b [2020-10-15T18:23:47.744Z] Removing intermediate container 1572072fb785 [2020-10-15T18:23:47.744Z] ---> 0924b1684dcc [2020-10-15T18:23:47.744Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-15T18:23:48.404Z] Removing intermediate container 06fd17853d1b [2020-10-15T18:23:48.404Z] ---> 4a658741a0a6 [2020-10-15T18:23:48.404Z] Step 18/20 : LABEL arch=arm64 [2020-10-15T18:23:48.719Z] ---> Running in 121eb93ca4ee [2020-10-15T18:23:49.377Z] Removing intermediate container 71ff14dff821 [2020-10-15T18:23:49.377Z] ---> 2612f67ea8c4 [2020-10-15T18:23:49.377Z] [2020-10-15T18:23:49.377Z] Step 11/27 : FROM docker:latest [2020-10-15T18:23:49.377Z] ---> 45884bde0078 [2020-10-15T18:23:49.377Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-15T18:23:49.726Z] ---> 8bfe607a622e [2020-10-15T18:23:49.726Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-15T18:23:49.726Z] ---> Running in b9f4cfa014dc [2020-10-15T18:23:49.726Z] Removing intermediate container 121eb93ca4ee [2020-10-15T18:23:49.726Z] ---> 5432977559aa [2020-10-15T18:23:49.726Z] Step 19/20 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:23:50.402Z] ---> Running in 9db6dcc34d24 [2020-10-15T18:23:51.432Z] Removing intermediate container 9db6dcc34d24 [2020-10-15T18:23:51.432Z] ---> 58af0be51390 [2020-10-15T18:23:51.432Z] Step 20/20 : LABEL version=1.2.2-dev.74 [2020-10-15T18:23:51.432Z] ---> 38977e5af87d [2020-10-15T18:23:51.433Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-15T18:23:51.712Z] ---> Running in 11b197a96333 [2020-10-15T18:23:52.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:23:52.994Z] Removing intermediate container 11b197a96333 [2020-10-15T18:23:52.994Z] ---> e1e798838b5d [2020-10-15T18:23:52.994Z] [2020-10-15T18:23:52.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:23:53.620Z] (1/2) Installing readline (8.0.4-r0) [2020-10-15T18:23:53.620Z] (2/2) Installing bash (5.0.17-r0) [2020-10-15T18:23:53.620Z] Executing bash-5.0.17-r0.post-install [2020-10-15T18:23:53.620Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:23:53.620Z] OK: 12 MiB in 22 packages [2020-10-15T18:23:53.921Z] Successfully built e1e798838b5d [2020-10-15T18:23:54.552Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-15T18:23:54.552Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-10-15T18:23:54.552Z] ---> b13b15c50e35 [2020-10-15T18:23:54.552Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-15T18:23:57.339Z] Removing intermediate container b9f4cfa014dc [2020-10-15T18:23:57.339Z] ---> 0413ee148827 [2020-10-15T18:23:57.339Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-15T18:23:57.630Z] ---> 16e85446ffb0 [2020-10-15T18:23:57.630Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-15T18:23:57.933Z] Removing intermediate container 2306a058d385 [2020-10-15T18:23:57.933Z] ---> 8bc22de5b9ae [2020-10-15T18:23:57.933Z] [2020-10-15T18:23:57.933Z] Step 10/21 : FROM scratch [2020-10-15T18:23:57.933Z] ---> [2020-10-15T18:23:57.933Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T18:23:57.933Z] ---> Running in bb1ef8b6c153 [2020-10-15T18:23:58.600Z] ---> Running in 960d45946527 [2020-10-15T18:23:58.600Z] ---> Running in 0d777a41f8bf [2020-10-15T18:24:00.196Z] Removing intermediate container 0d777a41f8bf [2020-10-15T18:24:00.196Z] ---> 817b097156af [2020-10-15T18:24:00.196Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-15T18:24:00.196Z] Removing intermediate container 960d45946527 [2020-10-15T18:24:00.196Z] ---> f705eb48db61 [2020-10-15T18:24:00.196Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:24:00.196Z] ---> Running in 8c81157c5624 [2020-10-15T18:24:00.492Z] ---> Running in 90c580f1616e [2020-10-15T18:24:01.099Z] Removing intermediate container 8c81157c5624 [2020-10-15T18:24:01.099Z] ---> ee085efcc76a [2020-10-15T18:24:01.099Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-15T18:24:01.099Z] ---> Running in e1de81916e92 [2020-10-15T18:24:01.099Z] Removing intermediate container 90c580f1616e [2020-10-15T18:24:01.099Z] ---> 209f7f0fe5b9 [2020-10-15T18:24:01.099Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T18:24:01.390Z] ---> Running in 581f5bd70761 [2020-10-15T18:24:02.001Z] Removing intermediate container e1de81916e92 [2020-10-15T18:24:02.001Z] ---> a3f6204968b8 [2020-10-15T18:24:02.001Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-15T18:24:02.280Z] Removing intermediate container 581f5bd70761 [2020-10-15T18:24:02.280Z] ---> 93e5e81b2d0e [2020-10-15T18:24:02.280Z] Step 21/22 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:24:02.280Z] ---> Running in a803b6ec373a [2020-10-15T18:24:02.561Z] Removing intermediate container bb1ef8b6c153 [2020-10-15T18:24:02.561Z] ---> b5ccfe2336ed [2020-10-15T18:24:02.561Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-15T18:24:03.161Z] ---> Running in b76d476b60b6 [2020-10-15T18:24:03.161Z] ---> 7161171a1de5 [2020-10-15T18:24:03.161Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-15T18:24:03.448Z] Removing intermediate container a803b6ec373a [2020-10-15T18:24:03.448Z] ---> 39b16a45d0d0 [2020-10-15T18:24:03.448Z] Step 22/22 : LABEL version=1.2.2-dev.74 [2020-10-15T18:24:03.726Z] ---> Running in 4003ac167aed [2020-10-15T18:24:04.331Z] Removing intermediate container b76d476b60b6 [2020-10-15T18:24:04.331Z] ---> 39e97acf22d2 [2020-10-15T18:24:04.331Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-15T18:24:04.949Z] ---> Running in fb38dbe7f1b0 [2020-10-15T18:24:04.949Z] Removing intermediate container 4003ac167aed [2020-10-15T18:24:04.949Z] ---> d8b36087005e [2020-10-15T18:24:04.949Z] [2020-10-15T18:24:05.571Z] ---> b21a02968fcd [2020-10-15T18:24:05.571Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-15T18:24:05.957Z] Successfully built d8b36087005e [2020-10-15T18:24:06.296Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-15T18:24:06.296Z] Building docker-security-secretstore-setup-go [2020-10-15T18:24:06.296Z]  Building docker-support-logging-go ... done Removing intermediate container fb38dbe7f1b0 [2020-10-15T18:24:06.296Z] ---> e421df410873 [2020-10-15T18:24:06.296Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-15T18:24:06.991Z] ---> Running in 5854767c0489 [2020-10-15T18:24:06.991Z] ---> 270e727c2881 [2020-10-15T18:24:06.991Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-15T18:24:07.307Z] ---> Running in 84db9e58f1cd [2020-10-15T18:24:07.994Z] Removing intermediate container 5854767c0489 [2020-10-15T18:24:07.994Z] ---> 819d7668ea23 [2020-10-15T18:24:07.994Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-15T18:24:08.278Z] Removing intermediate container 84db9e58f1cd [2020-10-15T18:24:08.278Z] ---> 07aeeac06cd2 [2020-10-15T18:24:08.278Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:24:09.746Z] ---> Running in eb9aa141de9f [2020-10-15T18:24:10.360Z] ---> e72c55993485 [2020-10-15T18:24:10.360Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-15T18:24:10.964Z] Removing intermediate container eb9aa141de9f [2020-10-15T18:24:10.964Z] ---> e1fc4c4ec079 [2020-10-15T18:24:10.964Z] Step 19/21 : LABEL arch=arm64 [2020-10-15T18:24:11.569Z] ---> Running in a485844ee322 [2020-10-15T18:24:11.847Z] ---> c5f7276a98d5 [2020-10-15T18:24:11.847Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-15T18:24:12.451Z] Removing intermediate container a485844ee322 [2020-10-15T18:24:12.451Z] ---> df37f3d40444 [2020-10-15T18:24:12.451Z] Step 20/21 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:24:13.052Z] ---> Running in d1b024bd3522 [2020-10-15T18:24:14.047Z] ---> 7001c4b7281e [2020-10-15T18:24:14.047Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-15T18:24:14.339Z] Removing intermediate container d1b024bd3522 [2020-10-15T18:24:14.339Z] ---> 6427b6e5c48c [2020-10-15T18:24:14.339Z] Step 21/21 : LABEL version=1.2.2-dev.74 [2020-10-15T18:24:14.635Z] ---> Running in e4b33563eca7 [2020-10-15T18:24:15.233Z] ---> Running in bf561725e4ee [2020-10-15T18:24:16.688Z] Removing intermediate container bf561725e4ee [2020-10-15T18:24:16.966Z] ---> c42bf64f0f23 [2020-10-15T18:24:16.966Z] [2020-10-15T18:24:16.966Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:24:16.966Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:24:16.966Z] ---> d476e42396f8 [2020-10-15T18:24:16.966Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T18:24:16.966Z] ---> Using cache [2020-10-15T18:24:16.966Z] ---> 8ec77b90b2db [2020-10-15T18:24:16.966Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:24:16.966Z] ---> Using cache [2020-10-15T18:24:16.966Z] ---> 5fded348fd0f [2020-10-15T18:24:16.966Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T18:24:17.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:24:17.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:24:17.522Z] Successfully built c42bf64f0f23 [2020-10-15T18:24:17.797Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-15T18:24:17.797Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-10-15T18:24:17.797Z] ---> Running in 1f0c2c43da3c [2020-10-15T18:24:18.085Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-15T18:24:18.085Z] (2/33) Installing expat (2.2.9-r1) [2020-10-15T18:24:18.362Z] (3/33) Installing libffi (3.3-r2) [2020-10-15T18:24:18.362Z] (4/33) Installing gdbm (1.13-r1) [2020-10-15T18:24:18.362Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-15T18:24:18.362Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-15T18:24:18.362Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-15T18:24:18.642Z] Removing intermediate container 6ce3c6d24dcf [2020-10-15T18:24:18.642Z] ---> b0a7b113ce7a [2020-10-15T18:24:18.642Z] [2020-10-15T18:24:18.642Z] Step 10/23 : FROM alpine [2020-10-15T18:24:18.642Z] ---> 62ee0e9f8440 [2020-10-15T18:24:18.642Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T18:24:19.247Z] ---> Running in ab8a9288b2e4 [2020-10-15T18:24:20.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:24:20.251Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-15T18:24:20.251Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-15T18:24:20.251Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-15T18:24:20.251Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-15T18:24:20.251Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-15T18:24:20.251Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-15T18:24:20.251Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-15T18:24:20.528Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-15T18:24:20.528Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-15T18:24:20.528Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-15T18:24:20.528Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-15T18:24:20.528Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-15T18:24:20.528Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-15T18:24:20.528Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-15T18:24:20.811Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-15T18:24:20.811Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-15T18:24:20.811Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-15T18:24:20.811Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-15T18:24:20.811Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-15T18:24:20.811Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-15T18:24:20.811Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-15T18:24:20.811Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-15T18:24:20.811Z] Removing intermediate container ab8a9288b2e4 [2020-10-15T18:24:20.811Z] ---> a3e08a00b160 [2020-10-15T18:24:20.811Z] Step 12/23 : ENV APP_PORT=48080fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:24:20.811Z] [2020-10-15T18:24:20.811Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-15T18:24:21.089Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-15T18:24:21.089Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-15T18:24:21.089Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-15T18:24:21.089Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:24:21.366Z] OK: 71 MiB in 55 packages [2020-10-15T18:24:21.983Z] ---> Running in ee01db816211 [2020-10-15T18:24:21.983Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:24:21.983Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:24:21.983Z] OK: 12623 distinct packages available [2020-10-15T18:24:22.989Z] OK: 217 MiB in 51 packages [2020-10-15T18:24:22.989Z] Removing intermediate container ee01db816211 [2020-10-15T18:24:22.989Z] ---> a2d9157df53f [2020-10-15T18:24:23.274Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-15T18:24:24.271Z] ---> Running in 78a7471aee4c [2020-10-15T18:24:25.725Z] Removing intermediate container 78a7471aee4c [2020-10-15T18:24:25.725Z] ---> 644da2318de1 [2020-10-15T18:24:25.725Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:24:26.000Z] Removing intermediate container 1f0c2c43da3c [2020-10-15T18:24:26.000Z] ---> a42f51221374 [2020-10-15T18:24:26.000Z] Step 6/22 : COPY go.mod . [2020-10-15T18:24:26.278Z] ---> Running in 29ff38fe4826 [2020-10-15T18:24:27.740Z] ---> 6407201bad1c [2020-10-15T18:24:27.740Z] Step 7/22 : RUN go mod download [2020-10-15T18:24:28.025Z] ---> Running in 86fa3a2781c5 [2020-10-15T18:24:30.025Z] Removing intermediate container e4b33563eca7 [2020-10-15T18:24:30.025Z] ---> 7800c5513782 [2020-10-15T18:24:30.025Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-15T18:24:30.625Z] ---> Running in 0bbcd960b394 [2020-10-15T18:24:30.906Z] Removing intermediate container 29ff38fe4826 [2020-10-15T18:24:30.906Z] ---> e88c14cece07 [2020-10-15T18:24:30.906Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-15T18:24:31.532Z] ---> Running in 010141b54f45 [2020-10-15T18:24:33.541Z] Removing intermediate container 86fa3a2781c5 [2020-10-15T18:24:33.541Z] ---> c8ff4dc18892 [2020-10-15T18:24:33.541Z] Step 8/22 : COPY . . [2020-10-15T18:24:34.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:24:35.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:24:36.123Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-15T18:24:36.123Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:24:36.123Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:24:36.123Z] ---> d476e42396f8 [2020-10-15T18:24:36.123Z] Step 3/26 : WORKDIR /edgex-go [2020-10-15T18:24:36.123Z] ---> Using cache [2020-10-15T18:24:36.123Z] ---> 8ec77b90b2db [2020-10-15T18:24:36.123Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:24:36.123Z] ---> Using cache [2020-10-15T18:24:36.123Z] ---> 5fded348fd0f [2020-10-15T18:24:36.123Z] Step 5/26 : RUN apk update && apk add make git [2020-10-15T18:24:36.123Z] ---> Using cache [2020-10-15T18:24:36.123Z] ---> a42f51221374 [2020-10-15T18:24:36.123Z] Step 6/26 : COPY go.mod . [2020-10-15T18:24:36.123Z] ---> Using cache [2020-10-15T18:24:36.123Z] ---> 6407201bad1c [2020-10-15T18:24:36.123Z] Step 7/26 : RUN go mod download [2020-10-15T18:24:36.123Z] ---> Using cache [2020-10-15T18:24:36.123Z] ---> c8ff4dc18892 [2020-10-15T18:24:36.123Z] Step 8/26 : COPY . . [2020-10-15T18:24:36.123Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-15T18:24:36.396Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-15T18:24:36.669Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-15T18:24:36.946Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-15T18:24:36.946Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:24:36.946Z] OK: 8 MiB in 19 packages [2020-10-15T18:24:37.959Z] Collecting docker-compose==1.23.2 [2020-10-15T18:24:37.959Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-15T18:24:39.942Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-15T18:24:39.942Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-15T18:24:42.580Z] 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-15T18:24:42.580Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:24:42.580Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-15T18:24:42.580Z] ---> d476e42396f8 [2020-10-15T18:24:42.580Z] Step 3/29 : WORKDIR /edgex-go [2020-10-15T18:24:42.580Z] ---> Using cache [2020-10-15T18:24:42.580Z] ---> 8ec77b90b2db [2020-10-15T18:24:42.580Z] Step 4/29 : RUN apk update && apk add make git [2020-10-15T18:24:43.566Z] Removing intermediate container 010141b54f45 [2020-10-15T18:24:43.566Z] ---> 8ac30e638074 [2020-10-15T18:24:43.566Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-15T18:24:44.168Z] ---> Running in 7d85c2c017bb [2020-10-15T18:24:44.765Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-15T18:24:44.765Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-15T18:24:45.359Z] ---> cf0ba73e04f0 [2020-10-15T18:24:45.359Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-15T18:24:45.359Z] Collecting docopt<0.7,>=0.6.1 [2020-10-15T18:24:45.359Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-15T18:24:46.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:24:46.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:24:48.400Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:24:48.400Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:24:48.400Z] OK: 12623 distinct packages available [2020-10-15T18:24:48.400Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-15T18:24:48.400Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-15T18:24:49.007Z] OK: 217 MiB in 51 packages [2020-10-15T18:24:49.287Z] ---> a7168901f632 [2020-10-15T18:24:49.287Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-15T18:24:49.988Z] Collecting docker<4.0,>=3.6.0 [2020-10-15T18:24:49.988Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-15T18:24:51.027Z] ---> 03acbb74ad25 [2020-10-15T18:24:51.027Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-15T18:24:51.027Z] Collecting texttable<0.10,>=0.9.0 [2020-10-15T18:24:51.027Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-15T18:24:51.304Z] ---> Running in 383d9c0f57ba [2020-10-15T18:24:51.304Z] Removing intermediate container 7d85c2c017bb [2020-10-15T18:24:51.304Z] ---> 91efe0ccabd7 [2020-10-15T18:24:51.580Z] Step 5/29 : COPY go.mod . [2020-10-15T18:24:52.575Z] Removing intermediate container 383d9c0f57ba [2020-10-15T18:24:52.575Z] ---> 3ac73032987c [2020-10-15T18:24:52.575Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:24:52.856Z] ---> ce1bb555f184 [2020-10-15T18:24:52.856Z] Step 6/29 : RUN go mod download [2020-10-15T18:24:52.856Z] ---> Running in 391d62490316 [2020-10-15T18:24:53.135Z] ---> Running in 834203afbf5c [2020-10-15T18:24:53.413Z] Collecting cached-property<2,>=1.2.0 [2020-10-15T18:24:53.413Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-15T18:24:54.396Z] Removing intermediate container 391d62490316 [2020-10-15T18:24:54.396Z] ---> 38a3cb9b8eca [2020-10-15T18:24:54.396Z] Step 21/23 : LABEL arch=arm64 [2020-10-15T18:24:54.396Z] ---> d02a1d5c59d4 [2020-10-15T18:24:54.396Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-15T18:24:54.690Z] ---> Running in 89aa66c93d67 [2020-10-15T18:24:54.690Z] Collecting PyYAML<4,>=3.10 [2020-10-15T18:24:54.690Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-15T18:24:54.690Z] ---> Running in e5222864631e [2020-10-15T18:24:55.677Z] Removing intermediate container 89aa66c93d67 [2020-10-15T18:24:55.677Z] ---> d869cd24be94 [2020-10-15T18:24:55.677Z] Step 22/23 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:24:55.965Z] ---> Running in ebc0bf17e8a0 [2020-10-15T18:24:56.966Z] Removing intermediate container ebc0bf17e8a0 [2020-10-15T18:24:56.966Z] ---> 11092d2b0fb6 [2020-10-15T18:24:56.966Z] Step 23/23 : LABEL version=1.2.2-dev.74 [2020-10-15T18:24:56.966Z] ---> 2a22ee0b8e46 [2020-10-15T18:24:56.966Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-15T18:24:56.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-15T18:24:56.966Z] ---> Running in 53f7ad985c3f [2020-10-15T18:24:57.255Z] ---> Running in 5a0895169228 [2020-10-15T18:24:57.855Z] Removing intermediate container 53f7ad985c3f [2020-10-15T18:24:57.855Z] ---> b4ff4b59226b [2020-10-15T18:24:57.855Z] [2020-10-15T18:24:58.129Z] Removing intermediate container 834203afbf5c [2020-10-15T18:24:58.130Z] ---> 09610d69a09b [2020-10-15T18:24:58.130Z] Step 7/29 : COPY . . [2020-10-15T18:24:58.743Z] Successfully built b4ff4b59226b [2020-10-15T18:24:58.743Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-15T18:24:58.743Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2020-10-15T18:24:59.341Z] Collecting jsonschema<3,>=2.5.1 [2020-10-15T18:24:59.341Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-15T18:24:59.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-15T18:24:59.893Z] Collecting idna<2.8,>=2.5 [2020-10-15T18:24:59.893Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-15T18:25:00.169Z] 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-15T18:25:01.155Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-15T18:25:01.155Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-15T18:25:01.432Z] 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-15T18:25:01.713Z] Collecting docker-pycreds>=0.4.0 [2020-10-15T18:25:01.713Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-15T18:25:01.993Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-15T18:25:01.993Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-15T18:25:01.993Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-15T18:25:01.993Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-15T18:25:03.976Z] Installing collected packages: dockerpty, idna, urllib3, requests, docopt, websocket-client, docker-pycreds, docker, texttable, cached-property, PyYAML, jsonschema, docker-compose [2020-10-15T18:25:03.976Z] Running setup.py install for dockerpty: started [2020-10-15T18:25:06.607Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-15T18:25:06.607Z] Attempting uninstall: idna [2020-10-15T18:25:06.607Z] Found existing installation: idna 2.9 [2020-10-15T18:25:06.607Z] Uninstalling idna-2.9: [2020-10-15T18:25:06.890Z] Successfully uninstalled idna-2.9 [2020-10-15T18:25:07.490Z] Attempting uninstall: urllib3 [2020-10-15T18:25:07.490Z] Found existing installation: urllib3 1.25.9 [2020-10-15T18:25:07.490Z] Uninstalling urllib3-1.25.9: [2020-10-15T18:25:08.090Z] Successfully uninstalled urllib3-1.25.9 [2020-10-15T18:25:09.075Z] Attempting uninstall: requests [2020-10-15T18:25:09.075Z] Found existing installation: requests 2.23.0 [2020-10-15T18:25:09.075Z] Uninstalling requests-2.23.0: [2020-10-15T18:25:09.075Z] Successfully uninstalled requests-2.23.0 [2020-10-15T18:25:09.678Z] Running setup.py install for docopt: started [2020-10-15T18:25:12.327Z] Running setup.py install for docopt: finished with status 'done' [2020-10-15T18:25:14.326Z] Running setup.py install for texttable: started [2020-10-15T18:25:16.991Z] Running setup.py install for texttable: finished with status 'done' [2020-10-15T18:25:18.452Z] Running setup.py install for PyYAML: started [2020-10-15T18:25:19.904Z] ---> 969ea61d65f3 [2020-10-15T18:25:19.904Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-15T18:25:20.512Z] ---> Running in 64ac4b8da65f [2020-10-15T18:25:21.956Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-15T18:25:23.400Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:25:23.400Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:25:23.400Z] ---> d476e42396f8 [2020-10-15T18:25:23.400Z] Step 3/24 : WORKDIR /edgex-go [2020-10-15T18:25:23.400Z] ---> Using cache [2020-10-15T18:25:23.400Z] ---> 8ec77b90b2db [2020-10-15T18:25:23.400Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:25:23.400Z] ---> Using cache [2020-10-15T18:25:23.400Z] ---> 5fded348fd0f [2020-10-15T18:25:23.400Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-15T18:25:23.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-15T18:25:23.677Z] ---> Running in a6f7db59454e [2020-10-15T18:25:23.958Z] 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-15T18:25:26.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:25:27.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:25:29.030Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:25:29.030Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:25:29.030Z] OK: 12623 distinct packages available [2020-10-15T18:25:29.306Z] Removing intermediate container 0bbcd960b394 [2020-10-15T18:25:29.306Z] ---> bc7f63575c15 [2020-10-15T18:25:29.306Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-15T18:25:29.906Z] OK: 217 MiB in 51 packages [2020-10-15T18:25:29.906Z] ---> Running in fd4a60da7fe4 [2020-10-15T18:25:31.908Z] Removing intermediate container a6f7db59454e [2020-10-15T18:25:31.908Z] ---> d0fd48a3c7fc [2020-10-15T18:25:31.908Z] Step 6/24 : COPY go.mod . [2020-10-15T18:25:32.907Z] ---> a89040363bb0 [2020-10-15T18:25:32.907Z] Step 7/24 : RUN go mod download [2020-10-15T18:25:32.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:25:32.907Z] ---> Running in 9702afdf495a [2020-10-15T18:25:33.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:25:34.203Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T18:25:34.203Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-15T18:25:34.203Z] (3/3) Installing curl (7.69.1-r1) [2020-10-15T18:25:34.203Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:25:34.203Z] OK: 71 MiB in 58 packages [2020-10-15T18:25:36.207Z] Removing intermediate container fd4a60da7fe4 [2020-10-15T18:25:36.207Z] ---> c05967f61996 [2020-10-15T18:25:36.207Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-15T18:25:36.207Z] ---> Running in 447b822ef4e9 [2020-10-15T18:25:36.818Z] Removing intermediate container 447b822ef4e9 [2020-10-15T18:25:36.818Z] ---> dffed9146894 [2020-10-15T18:25:36.818Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:25:36.818Z] ---> Running in ec7be111c2d9 [2020-10-15T18:25:37.448Z] Removing intermediate container ec7be111c2d9 [2020-10-15T18:25:37.448Z] ---> 42c57f2b9d80 [2020-10-15T18:25:37.448Z] Step 25/27 : LABEL arch=arm64 [2020-10-15T18:25:37.742Z] ---> Running in 1e643d597e89 [2020-10-15T18:25:38.466Z] Removing intermediate container 1e643d597e89 [2020-10-15T18:25:38.466Z] ---> 198b6ecb27ec [2020-10-15T18:25:38.466Z] Step 26/27 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:25:38.466Z] Removing intermediate container 9702afdf495a [2020-10-15T18:25:38.466Z] ---> bcea9ad91bcc [2020-10-15T18:25:38.466Z] Step 8/24 : COPY . . [2020-10-15T18:25:39.189Z] ---> Running in 692cc278ff4e [2020-10-15T18:25:40.260Z] Removing intermediate container 692cc278ff4e [2020-10-15T18:25:40.260Z] ---> 5130f42d360c [2020-10-15T18:25:40.260Z] Step 27/27 : LABEL version=1.2.2-dev.74 [2020-10-15T18:25:40.543Z] ---> Running in ed2c8d69f593 [2020-10-15T18:25:42.552Z] Removing intermediate container ed2c8d69f593 [2020-10-15T18:25:42.552Z] ---> ce79221ae961 [2020-10-15T18:25:42.552Z] [2020-10-15T18:25:43.156Z] Successfully built ce79221ae961 [2020-10-15T18:25:43.156Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-15T18:25:43.156Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go [2020-10-15T18:26:05.372Z] ---> 4a51d553cf30 [2020-10-15T18:26:05.372Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-15T18:26:05.372Z] ---> Running in cd0f4655e4cb [2020-10-15T18:26:05.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-15T18:26:07.108Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T18:26:07.109Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T18:26:07.109Z] ---> d476e42396f8 [2020-10-15T18:26:07.109Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T18:26:07.109Z] ---> Using cache [2020-10-15T18:26:07.109Z] ---> 8ec77b90b2db [2020-10-15T18:26:07.109Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T18:26:07.109Z] ---> Using cache [2020-10-15T18:26:07.109Z] ---> 5fded348fd0f [2020-10-15T18:26:07.109Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T18:26:07.109Z] ---> Using cache [2020-10-15T18:26:07.109Z] ---> a42f51221374 [2020-10-15T18:26:07.109Z] Step 6/22 : COPY go.mod . [2020-10-15T18:26:07.109Z] ---> Using cache [2020-10-15T18:26:07.109Z] ---> 6407201bad1c [2020-10-15T18:26:07.109Z] Step 7/22 : RUN go mod download [2020-10-15T18:26:07.109Z] ---> Using cache [2020-10-15T18:26:07.109Z] ---> c8ff4dc18892 [2020-10-15T18:26:07.109Z] Step 8/22 : COPY . . [2020-10-15T18:26:07.109Z] ---> Using cache [2020-10-15T18:26:07.109Z] ---> 2a22ee0b8e46 [2020-10-15T18:26:07.109Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-15T18:26:08.139Z] ---> Running in 09ea3653d33a [2020-10-15T18:26:10.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/core-command/core-command ./cmd/core-command [2020-10-15T18:26:19.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-15T18:26:29.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-15T18:26:42.549Z] Removing intermediate container 5a0895169228 [2020-10-15T18:26:42.549Z] ---> cfabda887543 [2020-10-15T18:26:42.549Z] [2020-10-15T18:26:42.549Z] Step 10/26 : FROM alpine:3.10 [2020-10-15T18:26:42.549Z] 3.10: Pulling from library/alpine [2020-10-15T18:26:43.161Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-15T18:26:43.161Z] Status: Downloaded newer image for alpine:3.10 [2020-10-15T18:26:43.161Z] ---> 536a684cf733 [2020-10-15T18:26:43.161Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-15T18:26:43.443Z] ---> Running in f2010aca9866 [2020-10-15T18:26:46.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:26:46.883Z] Removing intermediate container 64ac4b8da65f [2020-10-15T18:26:46.883Z] ---> 42521bb3f52e [2020-10-15T18:26:46.883Z] [2020-10-15T18:26:46.883Z] Step 9/29 : FROM alpine:latest [2020-10-15T18:26:46.883Z] ---> 62ee0e9f8440 [2020-10-15T18:26:46.883Z] 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-15T18:26:46.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:26:46.883Z] ---> Running in 25199428905e [2020-10-15T18:26:47.489Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-15T18:26:47.489Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-15T18:26:47.489Z] OK: 10167 distinct packages available [2020-10-15T18:26:47.768Z] Removing intermediate container 25199428905e [2020-10-15T18:26:47.768Z] ---> b8e62f8fe013 [2020-10-15T18:26:47.768Z] Step 11/29 : USER root [2020-10-15T18:26:47.768Z] ---> Running in d443dee360ee [2020-10-15T18:26:48.044Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-15T18:26:48.324Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-15T18:26:48.324Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-15T18:26:48.324Z] (4/5) Installing curl (7.66.0-r1) [2020-10-15T18:26:48.324Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-15T18:26:48.324Z] Executing busybox-1.30.1-r3.trigger [2020-10-15T18:26:48.324Z] Executing ca-certificates-20191127-r2.trigger [2020-10-15T18:26:48.602Z] Removing intermediate container d443dee360ee [2020-10-15T18:26:48.602Z] ---> 3f4041c41267 [2020-10-15T18:26:48.602Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-15T18:26:48.602Z] ---> Running in 0a8b0caee185 [2020-10-15T18:26:48.884Z] OK: 7 MiB in 19 packages [2020-10-15T18:26:51.528Z] Removing intermediate container f2010aca9866 [2020-10-15T18:26:51.528Z] ---> efb47fa2cc0f [2020-10-15T18:26:51.528Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T18:26:51.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T18:26:51.528Z] ---> Running in 3d42e1acf922 [2020-10-15T18:26:51.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T18:26:52.420Z] Removing intermediate container 3d42e1acf922 [2020-10-15T18:26:52.420Z] ---> 04fc92118ae4 [2020-10-15T18:26:52.420Z] Step 13/26 : WORKDIR / [2020-10-15T18:26:52.420Z] ---> Running in 141d349037fe [2020-10-15T18:26:53.030Z] v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T18:26:53.031Z] v3.12.0-424-gdaa4ba98df [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T18:26:53.031Z] OK: 12621 distinct packages available [2020-10-15T18:26:53.312Z] Removing intermediate container 141d349037fe [2020-10-15T18:26:53.312Z] ---> 35ba400969ec [2020-10-15T18:26:53.312Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-15T18:26:53.927Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-15T18:26:53.927Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-15T18:26:53.927Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T18:26:53.927Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T18:26:54.211Z] OK: 6 MiB in 16 packages [2020-10-15T18:26:54.491Z] ---> 2d19673e6161 [2020-10-15T18:26:54.491Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-15T18:26:55.936Z] ---> f40ffc833a12 [2020-10-15T18:26:55.936Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-15T18:26:57.379Z] Removing intermediate container 0a8b0caee185 [2020-10-15T18:26:57.379Z] ---> a23e8980ea56 [2020-10-15T18:26:57.379Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-15T18:26:57.379Z] ---> Running in 6b8c57b2eb2c [2020-10-15T18:26:57.379Z] ---> 8a87a87183aa [2020-10-15T18:26:57.379Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-15T18:26:57.980Z] Removing intermediate container 6b8c57b2eb2c [2020-10-15T18:26:57.980Z] ---> fe457d18e2c8 [2020-10-15T18:26:57.980Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-15T18:26:58.257Z] ---> Running in 4d1cc6e08c83 [2020-10-15T18:26:58.863Z] ---> 200679684dc3 [2020-10-15T18:26:58.863Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-15T18:26:59.138Z] Removing intermediate container 4d1cc6e08c83 [2020-10-15T18:26:59.138Z] ---> 941a251865df [2020-10-15T18:26:59.138Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-15T18:26:59.415Z] ---> Running in 6905344a9fee [2020-10-15T18:27:00.896Z] ---> 9a59e8ae5483 [2020-10-15T18:27:00.896Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-15T18:27:02.466Z] ---> b7669585ba1f [2020-10-15T18:27:02.466Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-15T18:27:04.461Z] ---> 9248d6ebbb91 [2020-10-15T18:27:04.461Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T18:27:04.461Z] Removing intermediate container 6905344a9fee [2020-10-15T18:27:04.461Z] ---> 5e2ffb906a40 [2020-10-15T18:27:04.461Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-15T18:27:05.463Z] ---> 32224107e7fd [2020-10-15T18:27:05.463Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T18:27:05.749Z] ---> Running in a35660a773d5 [2020-10-15T18:27:06.745Z] ---> 053eb233f8a6 [2020-10-15T18:27:06.746Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-15T18:27:07.751Z] ---> 0c47742f7266 [2020-10-15T18:27:07.751Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-15T18:27:09.206Z] ---> 93940690024b [2020-10-15T18:27:09.206Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-15T18:27:10.672Z] Removing intermediate container a35660a773d5 [2020-10-15T18:27:10.672Z] ---> 643a5cd0c578 [2020-10-15T18:27:10.672Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T18:27:10.946Z] ---> f65cf34a2c18 [2020-10-15T18:27:10.946Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-15T18:27:11.224Z] ---> Running in b0d81cc0066b [2020-10-15T18:27:12.208Z] Removing intermediate container b0d81cc0066b [2020-10-15T18:27:12.208Z] ---> 2c31b457c81e [2020-10-15T18:27:12.208Z] Step 24/26 : LABEL arch=arm64 [2020-10-15T18:27:12.823Z] ---> Running in 4799d87e667f [2020-10-15T18:27:13.096Z] ---> bfebdce53db6 [2020-10-15T18:27:13.096Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-15T18:27:13.368Z] ---> Running in 89943022937f [2020-10-15T18:27:13.968Z] Removing intermediate container 4799d87e667f [2020-10-15T18:27:13.968Z] ---> 0bae718f9432 [2020-10-15T18:27:13.968Z] Step 25/26 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:27:14.243Z] ---> Running in be11315a81b8 [2020-10-15T18:27:15.689Z] Removing intermediate container be11315a81b8 [2020-10-15T18:27:15.689Z] ---> 629ad0eb293a [2020-10-15T18:27:15.689Z] Step 26/26 : LABEL version=1.2.2-dev.74 [2020-10-15T18:27:15.967Z] ---> Running in cf1b46488965 [2020-10-15T18:27:16.241Z] Removing intermediate container e5222864631e [2020-10-15T18:27:16.241Z] ---> 702cb0e69848 [2020-10-15T18:27:16.241Z] [2020-10-15T18:27:16.241Z] Step 10/22 : FROM scratch [2020-10-15T18:27:16.241Z] ---> [2020-10-15T18:27:16.241Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T18:27:16.518Z] ---> Using cache [2020-10-15T18:27:16.518Z] ---> 817b097156af [2020-10-15T18:27:16.518Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-15T18:27:16.798Z] Removing intermediate container cf1b46488965 [2020-10-15T18:27:16.798Z] ---> 8e0c2d5d3738 [2020-10-15T18:27:16.798Z] [2020-10-15T18:27:16.798Z] ---> Running in e2dec8ea7f3e [2020-10-15T18:27:17.790Z] Successfully built 8e0c2d5d3738 [2020-10-15T18:27:17.790Z] Removing intermediate container e2dec8ea7f3e [2020-10-15T18:27:17.790Z] ---> c1e8d9cc6c10 [2020-10-15T18:27:17.790Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T18:27:17.790Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-15T18:27:18.070Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 8566efffa504 [2020-10-15T18:27:18.070Z] Removing intermediate container 89943022937f [2020-10-15T18:27:18.070Z] ---> 2ef356099d12 [2020-10-15T18:27:18.070Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T18:27:18.671Z] Removing intermediate container 8566efffa504 [2020-10-15T18:27:18.671Z] ---> 0c107930906c [2020-10-15T18:27:18.671Z] Step 14/22 : WORKDIR / [2020-10-15T18:27:18.671Z] ---> Running in b3b46404ea0f [2020-10-15T18:27:19.657Z] Removing intermediate container b3b46404ea0f [2020-10-15T18:27:19.657Z] ---> 9367ae3fd9cc [2020-10-15T18:27:19.657Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-15T18:27:19.657Z] ---> 1fa0c44f6e51 [2020-10-15T18:27:19.657Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T18:27:19.934Z] ---> Running in fe8bcef4b275 [2020-10-15T18:27:21.386Z] ---> 90a2839260bd [2020-10-15T18:27:21.386Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-15T18:27:23.401Z] ---> fbc367f519ac [2020-10-15T18:27:23.401Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-15T18:27:24.003Z] Removing intermediate container fe8bcef4b275 [2020-10-15T18:27:24.004Z] ---> bf3d6c7e1a83 [2020-10-15T18:27:24.004Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-15T18:27:24.282Z] ---> Running in 78a9bb804027 [2020-10-15T18:27:24.890Z] ---> 9e3261e469fa [2020-10-15T18:27:24.890Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-15T18:27:24.890Z] ---> Running in dee8e3ef9f2d [2020-10-15T18:27:25.495Z] Removing intermediate container dee8e3ef9f2d [2020-10-15T18:27:25.495Z] ---> b0bb0584d91d [2020-10-15T18:27:25.495Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:27:25.780Z] ---> Running in c97a0528f9eb [2020-10-15T18:27:26.387Z] Removing intermediate container c97a0528f9eb [2020-10-15T18:27:26.387Z] ---> 280ebe393c36 [2020-10-15T18:27:26.387Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T18:27:26.387Z] ---> Running in 9ff79f99ee23 [2020-10-15T18:27:27.382Z] Removing intermediate container 9ff79f99ee23 [2020-10-15T18:27:27.382Z] ---> cb3d8cae1425 [2020-10-15T18:27:27.382Z] Step 21/22 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:27:27.382Z] ---> Running in 8e69e733d454 [2020-10-15T18:27:28.381Z] Removing intermediate container 8e69e733d454 [2020-10-15T18:27:28.381Z] ---> a080ae0900b3 [2020-10-15T18:27:28.381Z] Step 22/22 : LABEL version=1.2.2-dev.74 [2020-10-15T18:27:28.381Z] ---> Running in b48ee5a4e627 [2020-10-15T18:27:28.666Z] Removing intermediate container 78a9bb804027 [2020-10-15T18:27:28.666Z] ---> bffb1edd43f0 [2020-10-15T18:27:28.666Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T18:27:28.944Z] ---> Running in 785da511ce96 [2020-10-15T18:27:29.235Z] Removing intermediate container b48ee5a4e627 [2020-10-15T18:27:29.235Z] ---> 0df078e88924 [2020-10-15T18:27:29.235Z] [2020-10-15T18:27:29.867Z] Removing intermediate container 785da511ce96 [2020-10-15T18:27:29.867Z] ---> da7c0e1848df [2020-10-15T18:27:29.867Z] Step 26/29 : CMD [ "generate" ] [2020-10-15T18:27:29.867Z] Successfully built 0df078e88924 [2020-10-15T18:27:29.867Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-15T18:27:30.151Z]  Building docker-core-metadata-go ... done  ---> Running in c84016cb71b3 [2020-10-15T18:27:30.759Z] Removing intermediate container c84016cb71b3 [2020-10-15T18:27:30.759Z] ---> c0f3eb2832b3 [2020-10-15T18:27:30.759Z] Step 27/29 : LABEL arch=arm64 [2020-10-15T18:27:30.759Z] ---> Running in 03bf22032093 [2020-10-15T18:27:31.752Z] Removing intermediate container 03bf22032093 [2020-10-15T18:27:31.752Z] ---> ab0013fb9885 [2020-10-15T18:27:31.752Z] Step 28/29 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:27:31.752Z] ---> Running in e982313010d7 [2020-10-15T18:27:32.356Z] Removing intermediate container e982313010d7 [2020-10-15T18:27:32.356Z] ---> 87b7b54e10bd [2020-10-15T18:27:32.356Z] Step 29/29 : LABEL version=1.2.2-dev.74 [2020-10-15T18:27:32.632Z] ---> Running in c963d9e017e1 [2020-10-15T18:27:33.239Z] Removing intermediate container c963d9e017e1 [2020-10-15T18:27:33.239Z] ---> 627034852fe6 [2020-10-15T18:27:33.239Z] [2020-10-15T18:27:33.516Z] Successfully built 627034852fe6 [2020-10-15T18:27:33.516Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-15T18:27:40.254Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container cd0f4655e4cb [2020-10-15T18:27:40.254Z] ---> 9a2e2ec31441 [2020-10-15T18:27:40.254Z] [2020-10-15T18:27:40.254Z] Step 10/24 : FROM scratch [2020-10-15T18:27:40.254Z] ---> [2020-10-15T18:27:40.254Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T18:27:40.254Z] ---> Using cache [2020-10-15T18:27:40.254Z] ---> 2f7385451cc6 [2020-10-15T18:27:40.254Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-15T18:27:40.530Z] ---> Running in 44feadf8f4e5 [2020-10-15T18:27:40.805Z] Removing intermediate container 09ea3653d33a [2020-10-15T18:27:40.805Z] ---> 1bcd395c66f4 [2020-10-15T18:27:40.805Z] [2020-10-15T18:27:40.805Z] Step 10/22 : FROM scratch [2020-10-15T18:27:40.805Z] ---> [2020-10-15T18:27:40.805Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T18:27:41.080Z] ---> Using cache [2020-10-15T18:27:41.080Z] ---> 817b097156af [2020-10-15T18:27:41.080Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-15T18:27:41.080Z] Removing intermediate container 44feadf8f4e5 [2020-10-15T18:27:41.080Z] ---> b21cad785e1a [2020-10-15T18:27:41.080Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-15T18:27:41.080Z] ---> Running in 5613812203e4 [2020-10-15T18:27:41.080Z] ---> Running in 1e1c881fadda [2020-10-15T18:27:41.679Z] Removing intermediate container 5613812203e4 [2020-10-15T18:27:41.679Z] ---> db060f3a791e [2020-10-15T18:27:41.679Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T18:27:41.679Z] Removing intermediate container 1e1c881fadda [2020-10-15T18:27:41.679Z] ---> d17280f83f12 [2020-10-15T18:27:41.679Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-15T18:27:41.679Z] ---> Running in df7be849e003 [2020-10-15T18:27:42.282Z] Removing intermediate container df7be849e003 [2020-10-15T18:27:42.282Z] ---> f93d58aa9e99 [2020-10-15T18:27:42.282Z] Step 14/22 : WORKDIR / [2020-10-15T18:27:42.282Z] ---> Running in 4d49e61ff18a [2020-10-15T18:27:42.282Z] ---> 34a5565b6180 [2020-10-15T18:27:42.282Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-15T18:27:42.882Z] Removing intermediate container 4d49e61ff18a [2020-10-15T18:27:42.882Z] ---> d93c391ae11e [2020-10-15T18:27:42.882Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-15T18:27:43.479Z] ---> 8472b9e0250e [2020-10-15T18:27:43.479Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-15T18:27:43.479Z] ---> a56016f461ac [2020-10-15T18:27:43.479Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-15T18:27:44.922Z] ---> 928ffcdb75ab [2020-10-15T18:27:44.922Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-15T18:27:44.922Z] ---> e5aa7d3679cd [2020-10-15T18:27:44.922Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-15T18:27:45.945Z] ---> d85fc8e54ac5 [2020-10-15T18:27:45.945Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-15T18:27:45.945Z] ---> 079902db88fb [2020-10-15T18:27:45.945Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-15T18:27:45.945Z] ---> Running in 97015f439779 [2020-10-15T18:27:46.613Z] Removing intermediate container 97015f439779 [2020-10-15T18:27:46.613Z] ---> 8d4a18d48c87 [2020-10-15T18:27:46.613Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:27:46.613Z] ---> Running in 77e36b3da958 [2020-10-15T18:27:47.255Z] ---> 15e11dc444ba [2020-10-15T18:27:47.255Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-15T18:27:47.255Z] Removing intermediate container 77e36b3da958 [2020-10-15T18:27:47.255Z] ---> 8fad9c3a9056 [2020-10-15T18:27:47.255Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T18:27:47.255Z] ---> Running in 0d37b4d3505c [2020-10-15T18:27:47.873Z] Removing intermediate container 0d37b4d3505c [2020-10-15T18:27:47.873Z] ---> 7529e757572f [2020-10-15T18:27:47.873Z] Step 21/22 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:27:47.873Z] ---> Running in 1156c84c8c77 [2020-10-15T18:27:47.873Z] ---> c6ac918d5e2b [2020-10-15T18:27:47.873Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-15T18:27:48.150Z] ---> Running in 0c02cb356e5a [2020-10-15T18:27:48.428Z] Removing intermediate container 1156c84c8c77 [2020-10-15T18:27:48.428Z] ---> c41192574949 [2020-10-15T18:27:48.428Z] Step 22/22 : LABEL version=1.2.2-dev.74 [2020-10-15T18:27:48.704Z] ---> Running in 930d6d7f0946 [2020-10-15T18:27:48.704Z] Removing intermediate container 0c02cb356e5a [2020-10-15T18:27:48.704Z] ---> 34000c894ce3 [2020-10-15T18:27:48.704Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T18:27:48.704Z] ---> Running in 2746fc4e452a [2020-10-15T18:27:48.981Z] Removing intermediate container 930d6d7f0946 [2020-10-15T18:27:48.981Z] ---> 59eb2f079ac7 [2020-10-15T18:27:48.981Z] [2020-10-15T18:27:49.582Z] Successfully built 59eb2f079ac7 [2020-10-15T18:27:49.582Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-15T18:27:49.582Z]  Building docker-core-command-go ... done Removing intermediate container 2746fc4e452a [2020-10-15T18:27:49.582Z] ---> a277f263b57b [2020-10-15T18:27:49.582Z] Step 22/24 : LABEL arch=arm64 [2020-10-15T18:27:49.582Z] ---> Running in 83aaffcf536b [2020-10-15T18:27:50.188Z] Removing intermediate container 83aaffcf536b [2020-10-15T18:27:50.188Z] ---> 260ea51cc91f [2020-10-15T18:27:50.188Z] Step 23/24 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:27:50.188Z] ---> Running in 835dd53fd014 [2020-10-15T18:27:50.787Z] Removing intermediate container 835dd53fd014 [2020-10-15T18:27:50.787Z] ---> 533c11dc9187 [2020-10-15T18:27:50.787Z] Step 24/24 : LABEL version=1.2.2-dev.74 [2020-10-15T18:27:50.787Z] ---> Running in be5561281626 [2020-10-15T18:27:51.069Z] Removing intermediate container be5561281626 [2020-10-15T18:27:51.069Z] ---> a213cee0c614 [2020-10-15T18:27:51.069Z] [2020-10-15T18:27:51.662Z] Successfully built a213cee0c614 [2020-10-15T18:27:51.662Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-15T18:27:51.947Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-10-15T18:27:51.965Z] $ docker stop --time=1 3b2c109b86b5668fcd3624095e47ba42b3cb3c700d8e58e0a49ea5fc2689b529 [2020-10-15T18:27:53.871Z] $ docker rm -f 3b2c109b86b5668fcd3624095e47ba42b3cb3c700d8e58e0a49ea5fc2689b529 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:27:54.547Z] + docker images [2020-10-15T18:27:54.547Z] + grep docker [2020-10-15T18:27:54.818Z] docker-support-notifications-go-arm64 latest a213cee0c614 4 seconds ago 12.9MB [2020-10-15T18:27:54.818Z] docker-core-command-go-arm64 latest 59eb2f079ac7 6 seconds ago 11.4MB [2020-10-15T18:27:54.818Z] docker-security-secrets-setup-go-arm64 latest 627034852fe6 22 seconds ago 22.7MB [2020-10-15T18:27:54.818Z] docker-core-metadata-go-arm64 latest 0df078e88924 26 seconds ago 13.4MB [2020-10-15T18:27:54.818Z] docker-security-secretstore-setup-go-arm64 latest 8e0c2d5d3738 38 seconds ago 30.8MB [2020-10-15T18:27:54.818Z] docker-sys-mgmt-agent-go-arm64 latest ce79221ae961 2 minutes ago 270MB [2020-10-15T18:27:54.818Z] docker-core-data-go-arm64 latest b4ff4b59226b 2 minutes ago 22.2MB [2020-10-15T18:27:54.818Z] docker-support-scheduler-go-arm64 latest c42bf64f0f23 3 minutes ago 11.5MB [2020-10-15T18:27:54.818Z] docker-support-logging-go-arm64 latest d8b36087005e 3 minutes ago 10.6MB [2020-10-15T18:27:54.818Z] docker-security-proxy-setup-go-arm64 latest e1e798838b5d 4 minutes ago 15.1MB [2020-10-15T18:27:54.818Z] docker latest 45884bde0078 3 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-15T18:27:55.431Z] provisioning config files... [2020-10-15T18:27:55.496Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/190@tmp/config8474657128003434365tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:27:55.909Z] ---> docker-login.sh [2020-10-15T18:27:55.909Z] nexus3.edgexfoundry.org:10001 [2020-10-15T18:27:56.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T18:27:56.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T18:27:56.452Z] Configure a credential helper to remove this warning. See [2020-10-15T18:27:56.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T18:27:56.452Z] [2020-10-15T18:27:56.452Z] Login Succeeded [2020-10-15T18:27:56.452Z] nexus3.edgexfoundry.org:10002 [2020-10-15T18:27:57.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T18:27:57.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T18:27:57.043Z] Configure a credential helper to remove this warning. See [2020-10-15T18:27:57.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T18:27:57.043Z] [2020-10-15T18:27:57.043Z] Login Succeeded [2020-10-15T18:27:57.043Z] nexus3.edgexfoundry.org:10003 [2020-10-15T18:27:57.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T18:27:57.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T18:27:57.636Z] Configure a credential helper to remove this warning. See [2020-10-15T18:27:57.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T18:27:57.636Z] [2020-10-15T18:27:57.636Z] Login Succeeded [2020-10-15T18:27:57.636Z] nexus3.edgexfoundry.org:10004 [2020-10-15T18:27:58.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T18:27:58.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T18:27:58.230Z] Configure a credential helper to remove this warning. See [2020-10-15T18:27:58.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T18:27:58.230Z] [2020-10-15T18:27:58.230Z] Login Succeeded [2020-10-15T18:27:58.230Z] docker.io [2020-10-15T18:27:58.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T18:27:59.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T18:27:59.092Z] Configure a credential helper to remove this warning. See [2020-10-15T18:27:59.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T18:27:59.092Z] [2020-10-15T18:27:59.092Z] Login Succeeded [2020-10-15T18:27:59.092Z] ---> docker-login.sh ends [Pipeline] } [2020-10-15T18:27:59.107Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:27:59.290Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-15T18:27:59.291Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:27:59.291Z] 1.2.2-dev.74 [2020-10-15T18:27:59.291Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:27:59.291Z] master [2020-10-15T18:27:59.291Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:27:59.790Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:00.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:00.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-15T18:28:00.122Z] 26a25be497b8: Preparing [2020-10-15T18:28:00.122Z] e86669dff58a: Preparing [2020-10-15T18:28:00.122Z] acdb47ea23d7: Preparing [2020-10-15T18:28:00.392Z] acdb47ea23d7: Pushed [2020-10-15T18:28:00.392Z] 26a25be497b8: Pushed [2020-10-15T18:28:03.030Z] e86669dff58a: Pushed [2020-10-15T18:28:03.619Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:2e6c34991e3aee66b23e69baca16a143784cd9b6965167818261f7395634d337 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:03.961Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:04.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:04.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-15T18:28:04.294Z] 26a25be497b8: Preparing [2020-10-15T18:28:04.294Z] e86669dff58a: Preparing [2020-10-15T18:28:04.294Z] acdb47ea23d7: Preparing [2020-10-15T18:28:04.294Z] 26a25be497b8: Layer already exists [2020-10-15T18:28:04.294Z] e86669dff58a: Layer already exists [2020-10-15T18:28:04.294Z] acdb47ea23d7: Layer already exists [2020-10-15T18:28:04.565Z] 1.2.2-dev.74: digest: sha256:2e6c34991e3aee66b23e69baca16a143784cd9b6965167818261f7395634d337 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:04.906Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:05.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:05.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-15T18:28:05.240Z] 26a25be497b8: Preparing [2020-10-15T18:28:05.240Z] e86669dff58a: Preparing [2020-10-15T18:28:05.240Z] acdb47ea23d7: Preparing [2020-10-15T18:28:05.513Z] acdb47ea23d7: Layer already exists [2020-10-15T18:28:05.513Z] 26a25be497b8: Layer already exists [2020-10-15T18:28:05.513Z] e86669dff58a: Layer already exists [2020-10-15T18:28:05.513Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:2e6c34991e3aee66b23e69baca16a143784cd9b6965167818261f7395634d337 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:05.856Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:06.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-15T18:28:06.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-15T18:28:06.191Z] 26a25be497b8: Preparing [2020-10-15T18:28:06.191Z] e86669dff58a: Preparing [2020-10-15T18:28:06.191Z] acdb47ea23d7: Preparing [2020-10-15T18:28:06.463Z] e86669dff58a: Layer already exists [2020-10-15T18:28:06.463Z] acdb47ea23d7: Layer already exists [2020-10-15T18:28:06.463Z] 26a25be497b8: Layer already exists [2020-10-15T18:28:06.463Z] master: digest: sha256:2e6c34991e3aee66b23e69baca16a143784cd9b6965167818261f7395634d337 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:28:06.664Z] ===================================================== [Pipeline] echo [2020-10-15T18:28:06.756Z] taggedImages: [2020-10-15T18:28:06.756Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:06.756Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:06.756Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:06.756Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-15T18:28:06.828Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-15T18:28:06.828Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:06.828Z] 1.2.2-dev.74 [2020-10-15T18:28:06.828Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:06.828Z] master [2020-10-15T18:28:06.828Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:07.375Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:07.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:07.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-15T18:28:07.752Z] 3fbeabb24f57: Preparing [2020-10-15T18:28:07.752Z] 16ebb9bd3be7: Preparing [2020-10-15T18:28:07.752Z] 3c9f025b238d: Preparing [2020-10-15T18:28:07.752Z] 6aa4bf2cdccd: Preparing [2020-10-15T18:28:07.752Z] 7d859a0a9adf: Preparing [2020-10-15T18:28:07.752Z] e2f13739ad41: Preparing [2020-10-15T18:28:07.752Z] e2f13739ad41: Waiting [2020-10-15T18:28:08.078Z] 3fbeabb24f57: Pushed [2020-10-15T18:28:08.078Z] 7d859a0a9adf: Pushed [2020-10-15T18:28:08.078Z] 3c9f025b238d: Pushed [2020-10-15T18:28:08.371Z] e2f13739ad41: Layer already exists [2020-10-15T18:28:08.972Z] 6aa4bf2cdccd: Pushed [2020-10-15T18:28:11.597Z] 16ebb9bd3be7: Pushed [2020-10-15T18:28:11.876Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:6cdd8b4b8ba47d41ade5868ed9cabf91b47c3c8f16d5dcd1e79f37fe03d1f954 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:12.220Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:12.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:12.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-15T18:28:12.553Z] 3fbeabb24f57: Preparing [2020-10-15T18:28:12.553Z] 16ebb9bd3be7: Preparing [2020-10-15T18:28:12.553Z] 3c9f025b238d: Preparing [2020-10-15T18:28:12.553Z] 6aa4bf2cdccd: Preparing [2020-10-15T18:28:12.553Z] 7d859a0a9adf: Preparing [2020-10-15T18:28:12.553Z] e2f13739ad41: Preparing [2020-10-15T18:28:12.553Z] e2f13739ad41: Waiting [2020-10-15T18:28:12.553Z] 3fbeabb24f57: Layer already exists [2020-10-15T18:28:12.553Z] 16ebb9bd3be7: Layer already exists [2020-10-15T18:28:12.553Z] 7d859a0a9adf: Layer already exists [2020-10-15T18:28:12.553Z] 6aa4bf2cdccd: Layer already exists [2020-10-15T18:28:12.553Z] 3c9f025b238d: Layer already exists [2020-10-15T18:28:12.823Z] e2f13739ad41: Layer already exists [2020-10-15T18:28:12.823Z] 1.2.2-dev.74: digest: sha256:6cdd8b4b8ba47d41ade5868ed9cabf91b47c3c8f16d5dcd1e79f37fe03d1f954 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:13.162Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:13.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:13.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-15T18:28:13.495Z] 3fbeabb24f57: Preparing [2020-10-15T18:28:13.495Z] 16ebb9bd3be7: Preparing [2020-10-15T18:28:13.495Z] 3c9f025b238d: Preparing [2020-10-15T18:28:13.495Z] 6aa4bf2cdccd: Preparing [2020-10-15T18:28:13.495Z] 7d859a0a9adf: Preparing [2020-10-15T18:28:13.495Z] e2f13739ad41: Preparing [2020-10-15T18:28:13.495Z] e2f13739ad41: Waiting [2020-10-15T18:28:13.495Z] 6aa4bf2cdccd: Layer already exists [2020-10-15T18:28:13.495Z] 7d859a0a9adf: Layer already exists [2020-10-15T18:28:13.495Z] 3c9f025b238d: Layer already exists [2020-10-15T18:28:13.495Z] 3fbeabb24f57: Layer already exists [2020-10-15T18:28:13.495Z] 16ebb9bd3be7: Layer already exists [2020-10-15T18:28:13.495Z] e2f13739ad41: Layer already exists [2020-10-15T18:28:13.766Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:6cdd8b4b8ba47d41ade5868ed9cabf91b47c3c8f16d5dcd1e79f37fe03d1f954 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:14.116Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:14.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-15T18:28:14.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-15T18:28:14.486Z] 3fbeabb24f57: Preparing [2020-10-15T18:28:14.486Z] 16ebb9bd3be7: Preparing [2020-10-15T18:28:14.486Z] 3c9f025b238d: Preparing [2020-10-15T18:28:14.486Z] 6aa4bf2cdccd: Preparing [2020-10-15T18:28:14.486Z] 7d859a0a9adf: Preparing [2020-10-15T18:28:14.486Z] e2f13739ad41: Preparing [2020-10-15T18:28:14.486Z] e2f13739ad41: Waiting [2020-10-15T18:28:14.486Z] 3c9f025b238d: Layer already exists [2020-10-15T18:28:14.486Z] 7d859a0a9adf: Layer already exists [2020-10-15T18:28:14.486Z] 3fbeabb24f57: Layer already exists [2020-10-15T18:28:14.756Z] 6aa4bf2cdccd: Layer already exists [2020-10-15T18:28:14.756Z] 16ebb9bd3be7: Layer already exists [2020-10-15T18:28:14.756Z] e2f13739ad41: Layer already exists [2020-10-15T18:28:14.756Z] master: digest: sha256:6cdd8b4b8ba47d41ade5868ed9cabf91b47c3c8f16d5dcd1e79f37fe03d1f954 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:28:14.985Z] ===================================================== [Pipeline] echo [2020-10-15T18:28:15.038Z] taggedImages: [2020-10-15T18:28:15.038Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:15.038Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:15.038Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:15.038Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-15T18:28:15.104Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-15T18:28:15.104Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:15.104Z] 1.2.2-dev.74 [2020-10-15T18:28:15.105Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:15.105Z] master [2020-10-15T18:28:15.105Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:15.645Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:15.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:15.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-15T18:28:15.986Z] 110b76b26b2b: Preparing [2020-10-15T18:28:15.986Z] 11baf263b2e2: Preparing [2020-10-15T18:28:15.986Z] 971d98a90522: Preparing [2020-10-15T18:28:16.269Z] 110b76b26b2b: Pushed [2020-10-15T18:28:16.269Z] 971d98a90522: Pushed [2020-10-15T18:28:19.643Z] 11baf263b2e2: Pushed [2020-10-15T18:28:19.643Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:618f556f4c3c266241d2bc29d0fa3659b3161d927f20a99400eea9be9ee30e8f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:19.992Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:20.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:20.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-15T18:28:20.331Z] 110b76b26b2b: Preparing [2020-10-15T18:28:20.331Z] 11baf263b2e2: Preparing [2020-10-15T18:28:20.331Z] 971d98a90522: Preparing [2020-10-15T18:28:20.606Z] 971d98a90522: Layer already exists [2020-10-15T18:28:20.606Z] 11baf263b2e2: Layer already exists [2020-10-15T18:28:20.606Z] 110b76b26b2b: Layer already exists [2020-10-15T18:28:20.606Z] 1.2.2-dev.74: digest: sha256:618f556f4c3c266241d2bc29d0fa3659b3161d927f20a99400eea9be9ee30e8f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:20.957Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:21.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:21.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-15T18:28:21.299Z] 110b76b26b2b: Preparing [2020-10-15T18:28:21.299Z] 11baf263b2e2: Preparing [2020-10-15T18:28:21.299Z] 971d98a90522: Preparing [2020-10-15T18:28:21.299Z] 11baf263b2e2: Layer already exists [2020-10-15T18:28:21.299Z] 110b76b26b2b: Layer already exists [2020-10-15T18:28:21.299Z] 971d98a90522: Layer already exists [2020-10-15T18:28:21.571Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:618f556f4c3c266241d2bc29d0fa3659b3161d927f20a99400eea9be9ee30e8f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:21.911Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:22.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-15T18:28:22.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-15T18:28:22.246Z] 110b76b26b2b: Preparing [2020-10-15T18:28:22.246Z] 11baf263b2e2: Preparing [2020-10-15T18:28:22.246Z] 971d98a90522: Preparing [2020-10-15T18:28:22.246Z] 11baf263b2e2: Layer already exists [2020-10-15T18:28:22.246Z] 971d98a90522: Layer already exists [2020-10-15T18:28:22.246Z] 110b76b26b2b: Layer already exists [2020-10-15T18:28:22.519Z] master: digest: sha256:618f556f4c3c266241d2bc29d0fa3659b3161d927f20a99400eea9be9ee30e8f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:28:22.764Z] ===================================================== [Pipeline] echo [2020-10-15T18:28:22.858Z] taggedImages: [2020-10-15T18:28:22.858Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:22.858Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:22.858Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:22.858Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-15T18:28:22.952Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-15T18:28:22.953Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:22.953Z] 1.2.2-dev.74 [2020-10-15T18:28:22.953Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:22.953Z] master [2020-10-15T18:28:22.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:23.455Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:23.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:23.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-15T18:28:23.795Z] d4113daf91b0: Preparing [2020-10-15T18:28:23.795Z] f8d384372907: Preparing [2020-10-15T18:28:23.795Z] 8ce63d1f6c6f: Preparing [2020-10-15T18:28:23.795Z] abdb507fbfe5: Preparing [2020-10-15T18:28:23.795Z] e2f13739ad41: Preparing [2020-10-15T18:28:24.075Z] e2f13739ad41: Layer already exists [2020-10-15T18:28:24.075Z] f8d384372907: Pushed [2020-10-15T18:28:24.075Z] 8ce63d1f6c6f: Pushed [2020-10-15T18:28:24.667Z] abdb507fbfe5: Pushed [2020-10-15T18:28:26.632Z] d4113daf91b0: Pushed [2020-10-15T18:28:26.633Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:29bf487ba4c9d8a82c79bc26151e18980142d942c08f30988734b4f353932d67 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:26.975Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:27.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:27.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-15T18:28:27.312Z] d4113daf91b0: Preparing [2020-10-15T18:28:27.312Z] f8d384372907: Preparing [2020-10-15T18:28:27.313Z] 8ce63d1f6c6f: Preparing [2020-10-15T18:28:27.313Z] abdb507fbfe5: Preparing [2020-10-15T18:28:27.313Z] e2f13739ad41: Preparing [2020-10-15T18:28:27.313Z] e2f13739ad41: Layer already exists [2020-10-15T18:28:27.586Z] 8ce63d1f6c6f: Layer already exists [2020-10-15T18:28:27.586Z] d4113daf91b0: Layer already exists [2020-10-15T18:28:27.586Z] abdb507fbfe5: Layer already exists [2020-10-15T18:28:27.586Z] f8d384372907: Layer already exists [2020-10-15T18:28:27.586Z] 1.2.2-dev.74: digest: sha256:29bf487ba4c9d8a82c79bc26151e18980142d942c08f30988734b4f353932d67 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:27.963Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:28.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:28.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-15T18:28:28.365Z] d4113daf91b0: Preparing [2020-10-15T18:28:28.365Z] f8d384372907: Preparing [2020-10-15T18:28:28.365Z] 8ce63d1f6c6f: Preparing [2020-10-15T18:28:28.365Z] abdb507fbfe5: Preparing [2020-10-15T18:28:28.365Z] e2f13739ad41: Preparing [2020-10-15T18:28:28.646Z] abdb507fbfe5: Layer already exists [2020-10-15T18:28:28.646Z] e2f13739ad41: Layer already exists [2020-10-15T18:28:28.646Z] 8ce63d1f6c6f: Layer already exists [2020-10-15T18:28:28.646Z] d4113daf91b0: Layer already exists [2020-10-15T18:28:28.646Z] f8d384372907: Layer already exists [2020-10-15T18:28:28.646Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:29bf487ba4c9d8a82c79bc26151e18980142d942c08f30988734b4f353932d67 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:29.012Z] + 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-15T18:28:29.352Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-15T18:28:29.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-15T18:28:29.352Z] d4113daf91b0: Preparing [2020-10-15T18:28:29.352Z] f8d384372907: Preparing [2020-10-15T18:28:29.352Z] 8ce63d1f6c6f: Preparing [2020-10-15T18:28:29.352Z] abdb507fbfe5: Preparing [2020-10-15T18:28:29.352Z] e2f13739ad41: Preparing [2020-10-15T18:28:29.352Z] f8d384372907: Layer already exists [2020-10-15T18:28:29.352Z] abdb507fbfe5: Layer already exists [2020-10-15T18:28:29.352Z] 8ce63d1f6c6f: Layer already exists [2020-10-15T18:28:29.352Z] e2f13739ad41: Layer already exists [2020-10-15T18:28:29.352Z] d4113daf91b0: Layer already exists [2020-10-15T18:28:29.624Z] master: digest: sha256:29bf487ba4c9d8a82c79bc26151e18980142d942c08f30988734b4f353932d67 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:28:29.809Z] ===================================================== [Pipeline] echo [2020-10-15T18:28:29.851Z] taggedImages: [2020-10-15T18:28:29.851Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:29.851Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:29.851Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:29.851Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-15T18:28:29.913Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-15T18:28:29.913Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:29.913Z] 1.2.2-dev.74 [2020-10-15T18:28:29.913Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:29.913Z] master [2020-10-15T18:28:29.913Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:30.438Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:30.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:30.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-15T18:28:30.785Z] 94778085546e: Preparing [2020-10-15T18:28:30.785Z] 717ac84abb3e: Preparing [2020-10-15T18:28:30.785Z] e9d7867eb01d: Preparing [2020-10-15T18:28:30.785Z] 890a0fe9ebb8: Preparing [2020-10-15T18:28:30.785Z] 890a0fe9ebb8: Preparing [2020-10-15T18:28:30.785Z] 8cbfb7ad155d: Preparing [2020-10-15T18:28:30.785Z] 5f5df836bfa1: Preparing [2020-10-15T18:28:30.785Z] 29c626dd68ee: Preparing [2020-10-15T18:28:30.785Z] 94778085546e: Preparing [2020-10-15T18:28:30.785Z] 231fce4e7715: Preparing [2020-10-15T18:28:30.785Z] aeb95e9b468c: Preparing [2020-10-15T18:28:30.785Z] a3ab89005a0c: Preparing [2020-10-15T18:28:30.785Z] e2f13739ad41: Preparing [2020-10-15T18:28:30.785Z] 231fce4e7715: Waiting [2020-10-15T18:28:30.785Z] 5f5df836bfa1: Waiting [2020-10-15T18:28:30.785Z] 29c626dd68ee: Waiting [2020-10-15T18:28:30.785Z] aeb95e9b468c: Waiting [2020-10-15T18:28:30.785Z] e2f13739ad41: Waiting [2020-10-15T18:28:30.785Z] a3ab89005a0c: Waiting [2020-10-15T18:28:31.060Z] e9d7867eb01d: Pushed [2020-10-15T18:28:31.060Z] 8cbfb7ad155d: Pushed [2020-10-15T18:28:31.060Z] 890a0fe9ebb8: Pushed [2020-10-15T18:28:31.060Z] 717ac84abb3e: Pushed [2020-10-15T18:28:31.331Z] 5f5df836bfa1: Pushed [2020-10-15T18:28:31.331Z] 29c626dd68ee: Pushed [2020-10-15T18:28:31.331Z] aeb95e9b468c: Pushed [2020-10-15T18:28:31.331Z] 231fce4e7715: Pushed [2020-10-15T18:28:31.601Z] e2f13739ad41: Layer already exists [2020-10-15T18:28:31.870Z] a3ab89005a0c: Pushed [2020-10-15T18:28:33.297Z] 94778085546e: Pushed [2020-10-15T18:28:33.567Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:3986ba5b1e8975bfd24cc9a8663e4a23dffc344cca62bdd2da6b753d8e0ab44e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:33.906Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:34.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:34.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-15T18:28:34.247Z] 94778085546e: Preparing [2020-10-15T18:28:34.247Z] 717ac84abb3e: Preparing [2020-10-15T18:28:34.247Z] e9d7867eb01d: Preparing [2020-10-15T18:28:34.247Z] 890a0fe9ebb8: Preparing [2020-10-15T18:28:34.247Z] 890a0fe9ebb8: Preparing [2020-10-15T18:28:34.247Z] 8cbfb7ad155d: Preparing [2020-10-15T18:28:34.247Z] 5f5df836bfa1: Preparing [2020-10-15T18:28:34.247Z] 29c626dd68ee: Preparing [2020-10-15T18:28:34.247Z] 94778085546e: Preparing [2020-10-15T18:28:34.247Z] 231fce4e7715: Preparing [2020-10-15T18:28:34.247Z] aeb95e9b468c: Preparing [2020-10-15T18:28:34.247Z] a3ab89005a0c: Preparing [2020-10-15T18:28:34.247Z] e2f13739ad41: Preparing [2020-10-15T18:28:34.247Z] 231fce4e7715: Waiting [2020-10-15T18:28:34.247Z] aeb95e9b468c: Waiting [2020-10-15T18:28:34.247Z] a3ab89005a0c: Waiting [2020-10-15T18:28:34.247Z] e2f13739ad41: Waiting [2020-10-15T18:28:34.247Z] 29c626dd68ee: Waiting [2020-10-15T18:28:34.247Z] 5f5df836bfa1: Waiting [2020-10-15T18:28:34.247Z] 717ac84abb3e: Layer already exists [2020-10-15T18:28:34.247Z] e9d7867eb01d: Layer already exists [2020-10-15T18:28:34.247Z] 94778085546e: Layer already exists [2020-10-15T18:28:34.247Z] 8cbfb7ad155d: Layer already exists [2020-10-15T18:28:34.247Z] 890a0fe9ebb8: Layer already exists [2020-10-15T18:28:34.521Z] 231fce4e7715: Layer already exists [2020-10-15T18:28:34.521Z] 5f5df836bfa1: Layer already exists [2020-10-15T18:28:34.521Z] aeb95e9b468c: Layer already exists [2020-10-15T18:28:34.521Z] a3ab89005a0c: Layer already exists [2020-10-15T18:28:34.521Z] 29c626dd68ee: Layer already exists [2020-10-15T18:28:34.521Z] e2f13739ad41: Layer already exists [2020-10-15T18:28:34.521Z] 1.2.2-dev.74: digest: sha256:3986ba5b1e8975bfd24cc9a8663e4a23dffc344cca62bdd2da6b753d8e0ab44e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:34.864Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:35.202Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:35.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-15T18:28:35.202Z] 94778085546e: Preparing [2020-10-15T18:28:35.202Z] 717ac84abb3e: Preparing [2020-10-15T18:28:35.202Z] e9d7867eb01d: Preparing [2020-10-15T18:28:35.202Z] 890a0fe9ebb8: Preparing [2020-10-15T18:28:35.202Z] 890a0fe9ebb8: Preparing [2020-10-15T18:28:35.202Z] 8cbfb7ad155d: Preparing [2020-10-15T18:28:35.202Z] 5f5df836bfa1: Preparing [2020-10-15T18:28:35.202Z] 29c626dd68ee: Preparing [2020-10-15T18:28:35.202Z] 94778085546e: Preparing [2020-10-15T18:28:35.202Z] 231fce4e7715: Preparing [2020-10-15T18:28:35.202Z] aeb95e9b468c: Preparing [2020-10-15T18:28:35.202Z] a3ab89005a0c: Preparing [2020-10-15T18:28:35.202Z] e2f13739ad41: Preparing [2020-10-15T18:28:35.202Z] 231fce4e7715: Waiting [2020-10-15T18:28:35.202Z] 5f5df836bfa1: Waiting [2020-10-15T18:28:35.202Z] aeb95e9b468c: Waiting [2020-10-15T18:28:35.202Z] a3ab89005a0c: Waiting [2020-10-15T18:28:35.202Z] e2f13739ad41: Waiting [2020-10-15T18:28:35.202Z] 29c626dd68ee: Waiting [2020-10-15T18:28:35.202Z] 94778085546e: Layer already exists [2020-10-15T18:28:35.202Z] e9d7867eb01d: Layer already exists [2020-10-15T18:28:35.202Z] 8cbfb7ad155d: Layer already exists [2020-10-15T18:28:35.202Z] 890a0fe9ebb8: Layer already exists [2020-10-15T18:28:35.202Z] 717ac84abb3e: Layer already exists [2020-10-15T18:28:35.472Z] 29c626dd68ee: Layer already exists [2020-10-15T18:28:35.472Z] 231fce4e7715: Layer already exists [2020-10-15T18:28:35.472Z] 5f5df836bfa1: Layer already exists [2020-10-15T18:28:35.472Z] aeb95e9b468c: Layer already exists [2020-10-15T18:28:35.472Z] a3ab89005a0c: Layer already exists [2020-10-15T18:28:35.472Z] e2f13739ad41: Layer already exists [2020-10-15T18:28:35.472Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:3986ba5b1e8975bfd24cc9a8663e4a23dffc344cca62bdd2da6b753d8e0ab44e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:35.807Z] + 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-15T18:28:36.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-15T18:28:36.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-15T18:28:36.141Z] 94778085546e: Preparing [2020-10-15T18:28:36.141Z] 717ac84abb3e: Preparing [2020-10-15T18:28:36.141Z] e9d7867eb01d: Preparing [2020-10-15T18:28:36.141Z] 890a0fe9ebb8: Preparing [2020-10-15T18:28:36.141Z] 890a0fe9ebb8: Preparing [2020-10-15T18:28:36.141Z] 8cbfb7ad155d: Preparing [2020-10-15T18:28:36.141Z] 5f5df836bfa1: Preparing [2020-10-15T18:28:36.141Z] 29c626dd68ee: Preparing [2020-10-15T18:28:36.141Z] 94778085546e: Preparing [2020-10-15T18:28:36.141Z] 231fce4e7715: Preparing [2020-10-15T18:28:36.142Z] aeb95e9b468c: Preparing [2020-10-15T18:28:36.142Z] a3ab89005a0c: Preparing [2020-10-15T18:28:36.142Z] e2f13739ad41: Preparing [2020-10-15T18:28:36.142Z] 5f5df836bfa1: Waiting [2020-10-15T18:28:36.142Z] aeb95e9b468c: Waiting [2020-10-15T18:28:36.142Z] 29c626dd68ee: Waiting [2020-10-15T18:28:36.142Z] 231fce4e7715: Waiting [2020-10-15T18:28:36.142Z] e2f13739ad41: Waiting [2020-10-15T18:28:36.142Z] a3ab89005a0c: Waiting [2020-10-15T18:28:36.412Z] 717ac84abb3e: Layer already exists [2020-10-15T18:28:36.412Z] 8cbfb7ad155d: Layer already exists [2020-10-15T18:28:36.412Z] 890a0fe9ebb8: Layer already exists [2020-10-15T18:28:36.412Z] 94778085546e: Layer already exists [2020-10-15T18:28:36.412Z] e9d7867eb01d: Layer already exists [2020-10-15T18:28:36.412Z] 5f5df836bfa1: Layer already exists [2020-10-15T18:28:36.412Z] 231fce4e7715: Layer already exists [2020-10-15T18:28:36.412Z] 29c626dd68ee: Layer already exists [2020-10-15T18:28:36.412Z] a3ab89005a0c: Layer already exists [2020-10-15T18:28:36.412Z] aeb95e9b468c: Layer already exists [2020-10-15T18:28:36.412Z] e2f13739ad41: Layer already exists [2020-10-15T18:28:36.412Z] master: digest: sha256:3986ba5b1e8975bfd24cc9a8663e4a23dffc344cca62bdd2da6b753d8e0ab44e size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:28:36.648Z] ===================================================== [Pipeline] echo [2020-10-15T18:28:36.698Z] taggedImages: [2020-10-15T18:28:36.698Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:36.698Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:36.698Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:36.698Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-15T18:28:36.762Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-15T18:28:36.762Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:36.762Z] 1.2.2-dev.74 [2020-10-15T18:28:36.762Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:36.762Z] master [2020-10-15T18:28:36.762Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:37.334Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:37.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:37.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-15T18:28:37.678Z] 67db56948c35: Preparing [2020-10-15T18:28:37.678Z] f4ee10837cd8: Preparing [2020-10-15T18:28:37.678Z] 010c1573fb38: Preparing [2020-10-15T18:28:37.678Z] 21221e77dd13: Preparing [2020-10-15T18:28:37.678Z] 520e1e9d2358: Preparing [2020-10-15T18:28:37.678Z] 805801b8b8e8: Preparing [2020-10-15T18:28:37.678Z] 69da2ddaaa1c: Preparing [2020-10-15T18:28:37.678Z] d13f034b9d0b: Preparing [2020-10-15T18:28:37.678Z] 26d2a1acfa26: Preparing [2020-10-15T18:28:37.678Z] 9a3c9a9b517d: Preparing [2020-10-15T18:28:37.678Z] 66b385cf80cf: Preparing [2020-10-15T18:28:37.678Z] d13f034b9d0b: Waiting [2020-10-15T18:28:37.678Z] 805801b8b8e8: Waiting [2020-10-15T18:28:37.678Z] 26d2a1acfa26: Waiting [2020-10-15T18:28:37.678Z] 9a3c9a9b517d: Waiting [2020-10-15T18:28:37.678Z] 66b385cf80cf: Waiting [2020-10-15T18:28:37.678Z] 69da2ddaaa1c: Waiting [2020-10-15T18:28:37.959Z] f4ee10837cd8: Pushed [2020-10-15T18:28:37.959Z] 67db56948c35: Pushed [2020-10-15T18:28:38.242Z] 805801b8b8e8: Pushed [2020-10-15T18:28:38.242Z] 69da2ddaaa1c: Pushed [2020-10-15T18:28:38.515Z] d13f034b9d0b: Pushed [2020-10-15T18:28:38.515Z] 26d2a1acfa26: Pushed [2020-10-15T18:28:38.515Z] 66b385cf80cf: Layer already exists [2020-10-15T18:28:39.118Z] 9a3c9a9b517d: Pushed [2020-10-15T18:28:39.709Z] 010c1573fb38: Pushed [2020-10-15T18:28:39.978Z] 520e1e9d2358: Pushed [2020-10-15T18:28:39.978Z] 21221e77dd13: Pushed [2020-10-15T18:28:40.250Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:925bd62b3a453075a990456ee16f89bb9fe08c40ad569533d0da666e668b8a15 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:40.593Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:40.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:40.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-15T18:28:40.933Z] 67db56948c35: Preparing [2020-10-15T18:28:40.933Z] f4ee10837cd8: Preparing [2020-10-15T18:28:40.933Z] 010c1573fb38: Preparing [2020-10-15T18:28:40.933Z] 21221e77dd13: Preparing [2020-10-15T18:28:40.933Z] 520e1e9d2358: Preparing [2020-10-15T18:28:40.933Z] 805801b8b8e8: Preparing [2020-10-15T18:28:40.933Z] 69da2ddaaa1c: Preparing [2020-10-15T18:28:40.933Z] d13f034b9d0b: Preparing [2020-10-15T18:28:40.933Z] 26d2a1acfa26: Preparing [2020-10-15T18:28:40.933Z] 9a3c9a9b517d: Preparing [2020-10-15T18:28:40.933Z] 66b385cf80cf: Preparing [2020-10-15T18:28:40.933Z] 805801b8b8e8: Waiting [2020-10-15T18:28:40.933Z] 26d2a1acfa26: Waiting [2020-10-15T18:28:40.933Z] 69da2ddaaa1c: Waiting [2020-10-15T18:28:40.933Z] d13f034b9d0b: Waiting [2020-10-15T18:28:40.933Z] 66b385cf80cf: Waiting [2020-10-15T18:28:40.933Z] 520e1e9d2358: Layer already exists [2020-10-15T18:28:40.933Z] f4ee10837cd8: Layer already exists [2020-10-15T18:28:40.933Z] 67db56948c35: Layer already exists [2020-10-15T18:28:40.933Z] 21221e77dd13: Layer already exists [2020-10-15T18:28:40.933Z] 010c1573fb38: Layer already exists [2020-10-15T18:28:40.933Z] 805801b8b8e8: Layer already exists [2020-10-15T18:28:40.933Z] d13f034b9d0b: Layer already exists [2020-10-15T18:28:40.933Z] 9a3c9a9b517d: Layer already exists [2020-10-15T18:28:40.933Z] 26d2a1acfa26: Layer already exists [2020-10-15T18:28:40.933Z] 69da2ddaaa1c: Layer already exists [2020-10-15T18:28:40.933Z] 66b385cf80cf: Layer already exists [2020-10-15T18:28:41.205Z] 1.2.2-dev.74: digest: sha256:925bd62b3a453075a990456ee16f89bb9fe08c40ad569533d0da666e668b8a15 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:41.554Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:41.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:41.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-15T18:28:41.887Z] 67db56948c35: Preparing [2020-10-15T18:28:41.887Z] f4ee10837cd8: Preparing [2020-10-15T18:28:41.887Z] 010c1573fb38: Preparing [2020-10-15T18:28:41.887Z] 21221e77dd13: Preparing [2020-10-15T18:28:41.887Z] 520e1e9d2358: Preparing [2020-10-15T18:28:41.887Z] 805801b8b8e8: Preparing [2020-10-15T18:28:41.887Z] 69da2ddaaa1c: Preparing [2020-10-15T18:28:41.887Z] d13f034b9d0b: Preparing [2020-10-15T18:28:41.887Z] 26d2a1acfa26: Preparing [2020-10-15T18:28:41.887Z] 9a3c9a9b517d: Preparing [2020-10-15T18:28:41.887Z] 66b385cf80cf: Preparing [2020-10-15T18:28:41.887Z] d13f034b9d0b: Waiting [2020-10-15T18:28:41.887Z] 26d2a1acfa26: Waiting [2020-10-15T18:28:41.887Z] 805801b8b8e8: Waiting [2020-10-15T18:28:41.887Z] 69da2ddaaa1c: Waiting [2020-10-15T18:28:41.887Z] 9a3c9a9b517d: Waiting [2020-10-15T18:28:41.887Z] 66b385cf80cf: Waiting [2020-10-15T18:28:41.887Z] 67db56948c35: Layer already exists [2020-10-15T18:28:41.887Z] f4ee10837cd8: Layer already exists [2020-10-15T18:28:41.887Z] 520e1e9d2358: Layer already exists [2020-10-15T18:28:41.887Z] 010c1573fb38: Layer already exists [2020-10-15T18:28:41.887Z] 21221e77dd13: Layer already exists [2020-10-15T18:28:41.887Z] 805801b8b8e8: Layer already exists [2020-10-15T18:28:41.887Z] 69da2ddaaa1c: Layer already exists [2020-10-15T18:28:41.887Z] d13f034b9d0b: Layer already exists [2020-10-15T18:28:41.887Z] 26d2a1acfa26: Layer already exists [2020-10-15T18:28:41.887Z] 9a3c9a9b517d: Layer already exists [2020-10-15T18:28:42.158Z] 66b385cf80cf: Layer already exists [2020-10-15T18:28:42.158Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:925bd62b3a453075a990456ee16f89bb9fe08c40ad569533d0da666e668b8a15 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:42.495Z] + 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-15T18:28:42.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-15T18:28:42.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-15T18:28:42.861Z] 67db56948c35: Preparing [2020-10-15T18:28:42.861Z] f4ee10837cd8: Preparing [2020-10-15T18:28:42.861Z] 010c1573fb38: Preparing [2020-10-15T18:28:42.861Z] 21221e77dd13: Preparing [2020-10-15T18:28:42.861Z] 520e1e9d2358: Preparing [2020-10-15T18:28:42.861Z] 805801b8b8e8: Preparing [2020-10-15T18:28:42.861Z] 69da2ddaaa1c: Preparing [2020-10-15T18:28:42.861Z] d13f034b9d0b: Preparing [2020-10-15T18:28:42.861Z] 26d2a1acfa26: Preparing [2020-10-15T18:28:42.861Z] 9a3c9a9b517d: Preparing [2020-10-15T18:28:42.861Z] 66b385cf80cf: Preparing [2020-10-15T18:28:42.861Z] 805801b8b8e8: Waiting [2020-10-15T18:28:42.861Z] 69da2ddaaa1c: Waiting [2020-10-15T18:28:42.861Z] d13f034b9d0b: Waiting [2020-10-15T18:28:42.861Z] 26d2a1acfa26: Waiting [2020-10-15T18:28:42.861Z] 9a3c9a9b517d: Waiting [2020-10-15T18:28:42.861Z] 66b385cf80cf: Waiting [2020-10-15T18:28:42.861Z] 21221e77dd13: Layer already exists [2020-10-15T18:28:42.861Z] 520e1e9d2358: Layer already exists [2020-10-15T18:28:42.861Z] 010c1573fb38: Layer already exists [2020-10-15T18:28:42.861Z] f4ee10837cd8: Layer already exists [2020-10-15T18:28:42.861Z] 67db56948c35: Layer already exists [2020-10-15T18:28:43.150Z] 69da2ddaaa1c: Layer already exists [2020-10-15T18:28:43.150Z] 9a3c9a9b517d: Layer already exists [2020-10-15T18:28:43.150Z] 26d2a1acfa26: Layer already exists [2020-10-15T18:28:43.150Z] 805801b8b8e8: Layer already exists [2020-10-15T18:28:43.150Z] d13f034b9d0b: Layer already exists [2020-10-15T18:28:43.150Z] 66b385cf80cf: Layer already exists [2020-10-15T18:28:43.150Z] master: digest: sha256:925bd62b3a453075a990456ee16f89bb9fe08c40ad569533d0da666e668b8a15 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:28:43.353Z] ===================================================== [Pipeline] echo [2020-10-15T18:28:43.424Z] taggedImages: [2020-10-15T18:28:43.424Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:43.424Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:43.424Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:43.424Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-15T18:28:43.485Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-15T18:28:43.485Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:43.485Z] 1.2.2-dev.74 [2020-10-15T18:28:43.485Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:43.485Z] master [2020-10-15T18:28:43.485Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:44.034Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:44.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:44.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-15T18:28:44.410Z] 44fefa545bb8: Preparing [2020-10-15T18:28:44.410Z] 859f5b1d8576: Preparing [2020-10-15T18:28:44.410Z] 5d7694aeb44d: Preparing [2020-10-15T18:28:44.410Z] beb5ca840f19: Preparing [2020-10-15T18:28:44.698Z] 5d7694aeb44d: Pushed [2020-10-15T18:28:44.698Z] 44fefa545bb8: Pushed [2020-10-15T18:28:44.968Z] beb5ca840f19: Pushed [2020-10-15T18:28:46.965Z] 859f5b1d8576: Pushed [2020-10-15T18:28:46.965Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:6e356487373b0fbaaf47915485d5ff1532e9f5b914592f7d10bc97a853686faa size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:47.303Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:47.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:47.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-15T18:28:47.634Z] 44fefa545bb8: Preparing [2020-10-15T18:28:47.634Z] 859f5b1d8576: Preparing [2020-10-15T18:28:47.634Z] 5d7694aeb44d: Preparing [2020-10-15T18:28:47.634Z] beb5ca840f19: Preparing [2020-10-15T18:28:47.634Z] 5d7694aeb44d: Layer already exists [2020-10-15T18:28:47.634Z] beb5ca840f19: Layer already exists [2020-10-15T18:28:47.634Z] 859f5b1d8576: Layer already exists [2020-10-15T18:28:47.634Z] 44fefa545bb8: Layer already exists [2020-10-15T18:28:47.914Z] 1.2.2-dev.74: digest: sha256:6e356487373b0fbaaf47915485d5ff1532e9f5b914592f7d10bc97a853686faa size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:48.257Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:48.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:48.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-15T18:28:48.589Z] 44fefa545bb8: Preparing [2020-10-15T18:28:48.589Z] 859f5b1d8576: Preparing [2020-10-15T18:28:48.589Z] 5d7694aeb44d: Preparing [2020-10-15T18:28:48.589Z] beb5ca840f19: Preparing [2020-10-15T18:28:48.589Z] 859f5b1d8576: Layer already exists [2020-10-15T18:28:48.589Z] 5d7694aeb44d: Layer already exists [2020-10-15T18:28:48.589Z] beb5ca840f19: Layer already exists [2020-10-15T18:28:48.589Z] 44fefa545bb8: Layer already exists [2020-10-15T18:28:48.860Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:6e356487373b0fbaaf47915485d5ff1532e9f5b914592f7d10bc97a853686faa size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:49.204Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:49.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-15T18:28:49.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-15T18:28:49.540Z] 44fefa545bb8: Preparing [2020-10-15T18:28:49.540Z] 859f5b1d8576: Preparing [2020-10-15T18:28:49.540Z] 5d7694aeb44d: Preparing [2020-10-15T18:28:49.540Z] beb5ca840f19: Preparing [2020-10-15T18:28:49.540Z] 859f5b1d8576: Layer already exists [2020-10-15T18:28:49.540Z] 44fefa545bb8: Layer already exists [2020-10-15T18:28:49.540Z] 5d7694aeb44d: Layer already exists [2020-10-15T18:28:49.540Z] beb5ca840f19: Layer already exists [2020-10-15T18:28:49.809Z] master: digest: sha256:6e356487373b0fbaaf47915485d5ff1532e9f5b914592f7d10bc97a853686faa size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:28:50.124Z] ===================================================== [Pipeline] echo [2020-10-15T18:28:50.170Z] taggedImages: [2020-10-15T18:28:50.170Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:50.170Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:50.170Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:50.170Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-15T18:28:50.239Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-15T18:28:50.239Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:50.239Z] 1.2.2-dev.74 [2020-10-15T18:28:50.239Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:50.239Z] master [2020-10-15T18:28:50.239Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:50.923Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:51.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:51.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-15T18:28:51.256Z] ac4006fb6a73: Preparing [2020-10-15T18:28:51.256Z] 838537512b5c: Preparing [2020-10-15T18:28:51.256Z] 95191a0cd818: Preparing [2020-10-15T18:28:51.256Z] 38b12b56b92b: Preparing [2020-10-15T18:28:51.256Z] 1036cd71951f: Preparing [2020-10-15T18:28:51.256Z] e407d1cbe5fd: Preparing [2020-10-15T18:28:51.256Z] e407d1cbe5fd: Waiting [2020-10-15T18:28:51.531Z] ac4006fb6a73: Pushed [2020-10-15T18:28:51.531Z] 95191a0cd818: Pushed [2020-10-15T18:28:51.805Z] 1036cd71951f: Pushed [2020-10-15T18:28:51.805Z] 38b12b56b92b: Pushed [2020-10-15T18:28:52.077Z] e407d1cbe5fd: Pushed [2020-10-15T18:28:54.707Z] 838537512b5c: Pushed [2020-10-15T18:28:54.707Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:886092637685e71e9d2d1500abcb556c8604a058320190dcd9a2f1be7e517125 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:55.045Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:55.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:55.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-15T18:28:55.381Z] ac4006fb6a73: Preparing [2020-10-15T18:28:55.381Z] 838537512b5c: Preparing [2020-10-15T18:28:55.381Z] 95191a0cd818: Preparing [2020-10-15T18:28:55.381Z] 38b12b56b92b: Preparing [2020-10-15T18:28:55.381Z] 1036cd71951f: Preparing [2020-10-15T18:28:55.381Z] e407d1cbe5fd: Preparing [2020-10-15T18:28:55.381Z] e407d1cbe5fd: Waiting [2020-10-15T18:28:55.381Z] ac4006fb6a73: Layer already exists [2020-10-15T18:28:55.381Z] 838537512b5c: Layer already exists [2020-10-15T18:28:55.381Z] 95191a0cd818: Layer already exists [2020-10-15T18:28:55.381Z] 1036cd71951f: Layer already exists [2020-10-15T18:28:55.381Z] 38b12b56b92b: Layer already exists [2020-10-15T18:28:55.381Z] e407d1cbe5fd: Layer already exists [2020-10-15T18:28:55.651Z] 1.2.2-dev.74: digest: sha256:886092637685e71e9d2d1500abcb556c8604a058320190dcd9a2f1be7e517125 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:56.008Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:56.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:56.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-15T18:28:56.382Z] ac4006fb6a73: Preparing [2020-10-15T18:28:56.383Z] 838537512b5c: Preparing [2020-10-15T18:28:56.383Z] 95191a0cd818: Preparing [2020-10-15T18:28:56.383Z] 38b12b56b92b: Preparing [2020-10-15T18:28:56.383Z] 1036cd71951f: Preparing [2020-10-15T18:28:56.383Z] e407d1cbe5fd: Preparing [2020-10-15T18:28:56.383Z] e407d1cbe5fd: Waiting [2020-10-15T18:28:56.383Z] 95191a0cd818: Layer already exists [2020-10-15T18:28:56.383Z] 1036cd71951f: Layer already exists [2020-10-15T18:28:56.383Z] ac4006fb6a73: Layer already exists [2020-10-15T18:28:56.383Z] 838537512b5c: Layer already exists [2020-10-15T18:28:56.383Z] 38b12b56b92b: Layer already exists [2020-10-15T18:28:56.652Z] e407d1cbe5fd: Layer already exists [2020-10-15T18:28:56.652Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:886092637685e71e9d2d1500abcb556c8604a058320190dcd9a2f1be7e517125 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:56.988Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:57.338Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-15T18:28:57.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-15T18:28:57.338Z] ac4006fb6a73: Preparing [2020-10-15T18:28:57.338Z] 838537512b5c: Preparing [2020-10-15T18:28:57.338Z] 95191a0cd818: Preparing [2020-10-15T18:28:57.338Z] 38b12b56b92b: Preparing [2020-10-15T18:28:57.338Z] 1036cd71951f: Preparing [2020-10-15T18:28:57.338Z] e407d1cbe5fd: Preparing [2020-10-15T18:28:57.338Z] e407d1cbe5fd: Waiting [2020-10-15T18:28:57.338Z] 95191a0cd818: Layer already exists [2020-10-15T18:28:57.338Z] 838537512b5c: Layer already exists [2020-10-15T18:28:57.338Z] ac4006fb6a73: Layer already exists [2020-10-15T18:28:57.338Z] 1036cd71951f: Layer already exists [2020-10-15T18:28:57.338Z] 38b12b56b92b: Layer already exists [2020-10-15T18:28:57.338Z] e407d1cbe5fd: Layer already exists [2020-10-15T18:28:57.620Z] master: digest: sha256:886092637685e71e9d2d1500abcb556c8604a058320190dcd9a2f1be7e517125 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:28:57.878Z] ===================================================== [Pipeline] echo [2020-10-15T18:28:57.936Z] taggedImages: [2020-10-15T18:28:57.936Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:57.936Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.74 [2020-10-15T18:28:57.936Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:57.936Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-15T18:28:58.042Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-15T18:28:58.042Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:58.042Z] 1.2.2-dev.74 [2020-10-15T18:28:58.042Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:28:58.042Z] master [2020-10-15T18:28:58.042Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:58.572Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:28:58.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:28:58.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-15T18:28:58.918Z] 34a4b560b940: Preparing [2020-10-15T18:28:58.918Z] 2830d11e5068: Preparing [2020-10-15T18:28:58.918Z] 4466d06b49b2: Preparing [2020-10-15T18:28:59.199Z] 4466d06b49b2: Pushed [2020-10-15T18:28:59.199Z] 34a4b560b940: Pushed [2020-10-15T18:29:01.944Z] 2830d11e5068: Pushed [2020-10-15T18:29:01.944Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:63e8519c03fa76c498bc6f6733cd015ec69446a4867a6de29b5e2b803fdf467d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:02.311Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:02.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.74 [2020-10-15T18:29:02.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-15T18:29:02.656Z] 34a4b560b940: Preparing [2020-10-15T18:29:02.656Z] 2830d11e5068: Preparing [2020-10-15T18:29:02.656Z] 4466d06b49b2: Preparing [2020-10-15T18:29:02.656Z] 34a4b560b940: Layer already exists [2020-10-15T18:29:02.656Z] 4466d06b49b2: Layer already exists [2020-10-15T18:29:02.656Z] 2830d11e5068: Layer already exists [2020-10-15T18:29:02.925Z] 1.2.2-dev.74: digest: sha256:63e8519c03fa76c498bc6f6733cd015ec69446a4867a6de29b5e2b803fdf467d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:03.268Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:03.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:29:03.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-15T18:29:03.605Z] 34a4b560b940: Preparing [2020-10-15T18:29:03.605Z] 2830d11e5068: Preparing [2020-10-15T18:29:03.605Z] 4466d06b49b2: Preparing [2020-10-15T18:29:03.605Z] 4466d06b49b2: Layer already exists [2020-10-15T18:29:03.605Z] 2830d11e5068: Layer already exists [2020-10-15T18:29:03.605Z] 34a4b560b940: Layer already exists [2020-10-15T18:29:03.877Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:63e8519c03fa76c498bc6f6733cd015ec69446a4867a6de29b5e2b803fdf467d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:04.218Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:04.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-15T18:29:04.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-15T18:29:04.551Z] 34a4b560b940: Preparing [2020-10-15T18:29:04.551Z] 2830d11e5068: Preparing [2020-10-15T18:29:04.551Z] 4466d06b49b2: Preparing [2020-10-15T18:29:04.551Z] 4466d06b49b2: Layer already exists [2020-10-15T18:29:04.551Z] 2830d11e5068: Layer already exists [2020-10-15T18:29:04.551Z] 34a4b560b940: Layer already exists [2020-10-15T18:29:04.821Z] master: digest: sha256:63e8519c03fa76c498bc6f6733cd015ec69446a4867a6de29b5e2b803fdf467d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:29:05.027Z] ===================================================== [Pipeline] echo [2020-10-15T18:29:05.069Z] taggedImages: [2020-10-15T18:29:05.069Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:29:05.069Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.74 [2020-10-15T18:29:05.069Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:29:05.069Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-15T18:29:05.137Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-15T18:29:05.137Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:29:05.137Z] 1.2.2-dev.74 [2020-10-15T18:29:05.137Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:29:05.137Z] master [2020-10-15T18:29:05.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:05.721Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:06.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:29:06.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-15T18:29:06.077Z] c17842c3df0f: Preparing [2020-10-15T18:29:06.077Z] 54846c45fb45: Preparing [2020-10-15T18:29:06.077Z] ca7e23e04396: Preparing [2020-10-15T18:29:06.077Z] c72217bae326: Preparing [2020-10-15T18:29:06.077Z] 4bec6c99b6f9: Preparing [2020-10-15T18:29:06.077Z] 6b9606ccb75d: Preparing [2020-10-15T18:29:06.077Z] 3265a6f2f165: Preparing [2020-10-15T18:29:06.077Z] f875f9e206db: Preparing [2020-10-15T18:29:06.077Z] 3994ac1dcb8b: Preparing [2020-10-15T18:29:06.077Z] 5f2247eaf593: Preparing [2020-10-15T18:29:06.077Z] 62d13be1b083: Preparing [2020-10-15T18:29:06.077Z] 94fdc660876c: Preparing [2020-10-15T18:29:06.077Z] 4e7279dfc0c0: Preparing [2020-10-15T18:29:06.077Z] e2f13739ad41: Preparing [2020-10-15T18:29:06.077Z] 6b9606ccb75d: Waiting [2020-10-15T18:29:06.077Z] 3265a6f2f165: Waiting [2020-10-15T18:29:06.077Z] f875f9e206db: Waiting [2020-10-15T18:29:06.077Z] 3994ac1dcb8b: Waiting [2020-10-15T18:29:06.077Z] 5f2247eaf593: Waiting [2020-10-15T18:29:06.077Z] 62d13be1b083: Waiting [2020-10-15T18:29:06.077Z] 94fdc660876c: Waiting [2020-10-15T18:29:06.077Z] 4e7279dfc0c0: Waiting [2020-10-15T18:29:06.077Z] e2f13739ad41: Waiting [2020-10-15T18:29:06.685Z] 4bec6c99b6f9: Pushed [2020-10-15T18:29:06.685Z] c17842c3df0f: Pushed [2020-10-15T18:29:07.285Z] c72217bae326: Pushed [2020-10-15T18:29:07.285Z] f875f9e206db: Layer already exists [2020-10-15T18:29:07.285Z] 3994ac1dcb8b: Layer already exists [2020-10-15T18:29:07.285Z] 3265a6f2f165: Pushed [2020-10-15T18:29:07.285Z] 5f2247eaf593: Layer already exists [2020-10-15T18:29:07.559Z] 62d13be1b083: Layer already exists [2020-10-15T18:29:07.559Z] 94fdc660876c: Layer already exists [2020-10-15T18:29:07.559Z] 4e7279dfc0c0: Layer already exists [2020-10-15T18:29:07.559Z] e2f13739ad41: Layer already exists [2020-10-15T18:29:07.869Z] 54846c45fb45: Pushed [2020-10-15T18:29:09.316Z] 6b9606ccb75d: Pushed [2020-10-15T18:29:19.424Z] ca7e23e04396: Pushed [2020-10-15T18:29:19.424Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:ba04857856b95c0d9e708d2b32dabca5dc70b24fc1dd91b98bf93a0926198915 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:19.771Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:20.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.74 [2020-10-15T18:29:20.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-15T18:29:20.102Z] c17842c3df0f: Preparing [2020-10-15T18:29:20.102Z] 54846c45fb45: Preparing [2020-10-15T18:29:20.102Z] ca7e23e04396: Preparing [2020-10-15T18:29:20.102Z] c72217bae326: Preparing [2020-10-15T18:29:20.102Z] 4bec6c99b6f9: Preparing [2020-10-15T18:29:20.102Z] 6b9606ccb75d: Preparing [2020-10-15T18:29:20.102Z] 3265a6f2f165: Preparing [2020-10-15T18:29:20.102Z] f875f9e206db: Preparing [2020-10-15T18:29:20.103Z] 3994ac1dcb8b: Preparing [2020-10-15T18:29:20.103Z] 5f2247eaf593: Preparing [2020-10-15T18:29:20.103Z] 62d13be1b083: Preparing [2020-10-15T18:29:20.103Z] 94fdc660876c: Preparing [2020-10-15T18:29:20.103Z] 4e7279dfc0c0: Preparing [2020-10-15T18:29:20.103Z] e2f13739ad41: Preparing [2020-10-15T18:29:20.103Z] 3994ac1dcb8b: Waiting [2020-10-15T18:29:20.103Z] 5f2247eaf593: Waiting [2020-10-15T18:29:20.103Z] 62d13be1b083: Waiting [2020-10-15T18:29:20.103Z] 94fdc660876c: Waiting [2020-10-15T18:29:20.103Z] 4e7279dfc0c0: Waiting [2020-10-15T18:29:20.103Z] e2f13739ad41: Waiting [2020-10-15T18:29:20.103Z] 6b9606ccb75d: Waiting [2020-10-15T18:29:20.103Z] 3265a6f2f165: Waiting [2020-10-15T18:29:20.103Z] f875f9e206db: Waiting [2020-10-15T18:29:20.103Z] ca7e23e04396: Layer already exists [2020-10-15T18:29:20.103Z] c72217bae326: Layer already exists [2020-10-15T18:29:20.103Z] 4bec6c99b6f9: Layer already exists [2020-10-15T18:29:20.103Z] 54846c45fb45: Layer already exists [2020-10-15T18:29:20.103Z] c17842c3df0f: Layer already exists [2020-10-15T18:29:20.373Z] 3265a6f2f165: Layer already exists [2020-10-15T18:29:20.373Z] 6b9606ccb75d: Layer already exists [2020-10-15T18:29:20.373Z] f875f9e206db: Layer already exists [2020-10-15T18:29:20.373Z] 5f2247eaf593: Layer already exists [2020-10-15T18:29:20.373Z] 3994ac1dcb8b: Layer already exists [2020-10-15T18:29:20.373Z] 62d13be1b083: Layer already exists [2020-10-15T18:29:20.373Z] 94fdc660876c: Layer already exists [2020-10-15T18:29:20.373Z] e2f13739ad41: Layer already exists [2020-10-15T18:29:20.373Z] 4e7279dfc0c0: Layer already exists [2020-10-15T18:29:20.373Z] 1.2.2-dev.74: digest: sha256:ba04857856b95c0d9e708d2b32dabca5dc70b24fc1dd91b98bf93a0926198915 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:20.718Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:21.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:29:21.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-15T18:29:21.052Z] c17842c3df0f: Preparing [2020-10-15T18:29:21.052Z] 54846c45fb45: Preparing [2020-10-15T18:29:21.052Z] ca7e23e04396: Preparing [2020-10-15T18:29:21.052Z] c72217bae326: Preparing [2020-10-15T18:29:21.052Z] 4bec6c99b6f9: Preparing [2020-10-15T18:29:21.052Z] 6b9606ccb75d: Preparing [2020-10-15T18:29:21.052Z] 3265a6f2f165: Preparing [2020-10-15T18:29:21.052Z] f875f9e206db: Preparing [2020-10-15T18:29:21.052Z] 3994ac1dcb8b: Preparing [2020-10-15T18:29:21.052Z] 5f2247eaf593: Preparing [2020-10-15T18:29:21.052Z] 62d13be1b083: Preparing [2020-10-15T18:29:21.052Z] 94fdc660876c: Preparing [2020-10-15T18:29:21.052Z] 4e7279dfc0c0: Preparing [2020-10-15T18:29:21.052Z] e2f13739ad41: Preparing [2020-10-15T18:29:21.052Z] 3994ac1dcb8b: Waiting [2020-10-15T18:29:21.052Z] 5f2247eaf593: Waiting [2020-10-15T18:29:21.052Z] 4e7279dfc0c0: Waiting [2020-10-15T18:29:21.052Z] e2f13739ad41: Waiting [2020-10-15T18:29:21.052Z] 62d13be1b083: Waiting [2020-10-15T18:29:21.052Z] 94fdc660876c: Waiting [2020-10-15T18:29:21.052Z] 6b9606ccb75d: Waiting [2020-10-15T18:29:21.052Z] f875f9e206db: Waiting [2020-10-15T18:29:21.052Z] c72217bae326: Layer already exists [2020-10-15T18:29:21.052Z] ca7e23e04396: Layer already exists [2020-10-15T18:29:21.052Z] 54846c45fb45: Layer already exists [2020-10-15T18:29:21.052Z] c17842c3df0f: Layer already exists [2020-10-15T18:29:21.052Z] 4bec6c99b6f9: Layer already exists [2020-10-15T18:29:21.052Z] 3994ac1dcb8b: Layer already exists [2020-10-15T18:29:21.052Z] 6b9606ccb75d: Layer already exists [2020-10-15T18:29:21.052Z] 3265a6f2f165: Layer already exists [2020-10-15T18:29:21.052Z] f875f9e206db: Layer already exists [2020-10-15T18:29:21.052Z] 5f2247eaf593: Layer already exists [2020-10-15T18:29:21.322Z] 94fdc660876c: Layer already exists [2020-10-15T18:29:21.322Z] 62d13be1b083: Layer already exists [2020-10-15T18:29:21.322Z] 4e7279dfc0c0: Layer already exists [2020-10-15T18:29:21.322Z] e2f13739ad41: Layer already exists [2020-10-15T18:29:21.322Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:ba04857856b95c0d9e708d2b32dabca5dc70b24fc1dd91b98bf93a0926198915 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:21.671Z] + 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-15T18:29:22.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-15T18:29:22.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-15T18:29:22.009Z] c17842c3df0f: Preparing [2020-10-15T18:29:22.009Z] 54846c45fb45: Preparing [2020-10-15T18:29:22.009Z] ca7e23e04396: Preparing [2020-10-15T18:29:22.009Z] c72217bae326: Preparing [2020-10-15T18:29:22.009Z] 4bec6c99b6f9: Preparing [2020-10-15T18:29:22.009Z] 6b9606ccb75d: Preparing [2020-10-15T18:29:22.009Z] 3265a6f2f165: Preparing [2020-10-15T18:29:22.009Z] f875f9e206db: Preparing [2020-10-15T18:29:22.009Z] 3994ac1dcb8b: Preparing [2020-10-15T18:29:22.009Z] 5f2247eaf593: Preparing [2020-10-15T18:29:22.009Z] 62d13be1b083: Preparing [2020-10-15T18:29:22.009Z] 94fdc660876c: Preparing [2020-10-15T18:29:22.009Z] 4e7279dfc0c0: Preparing [2020-10-15T18:29:22.009Z] e2f13739ad41: Preparing [2020-10-15T18:29:22.009Z] 6b9606ccb75d: Waiting [2020-10-15T18:29:22.009Z] 5f2247eaf593: Waiting [2020-10-15T18:29:22.009Z] 62d13be1b083: Waiting [2020-10-15T18:29:22.009Z] 3265a6f2f165: Waiting [2020-10-15T18:29:22.009Z] f875f9e206db: Waiting [2020-10-15T18:29:22.009Z] 3994ac1dcb8b: Waiting [2020-10-15T18:29:22.009Z] 94fdc660876c: Waiting [2020-10-15T18:29:22.009Z] 4e7279dfc0c0: Waiting [2020-10-15T18:29:22.009Z] e2f13739ad41: Waiting [2020-10-15T18:29:22.279Z] c72217bae326: Layer already exists [2020-10-15T18:29:22.279Z] 4bec6c99b6f9: Layer already exists [2020-10-15T18:29:22.279Z] ca7e23e04396: Layer already exists [2020-10-15T18:29:22.280Z] 54846c45fb45: Layer already exists [2020-10-15T18:29:22.280Z] c17842c3df0f: Layer already exists [2020-10-15T18:29:22.280Z] 6b9606ccb75d: Layer already exists [2020-10-15T18:29:22.280Z] 3265a6f2f165: Layer already exists [2020-10-15T18:29:22.280Z] 3994ac1dcb8b: Layer already exists [2020-10-15T18:29:22.280Z] f875f9e206db: Layer already exists [2020-10-15T18:29:22.280Z] 5f2247eaf593: Layer already exists [2020-10-15T18:29:22.280Z] 94fdc660876c: Layer already exists [2020-10-15T18:29:22.280Z] 4e7279dfc0c0: Layer already exists [2020-10-15T18:29:22.280Z] e2f13739ad41: Layer already exists [2020-10-15T18:29:22.280Z] 62d13be1b083: Layer already exists [2020-10-15T18:29:22.280Z] master: digest: sha256:ba04857856b95c0d9e708d2b32dabca5dc70b24fc1dd91b98bf93a0926198915 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T18:29:22.540Z] ===================================================== [Pipeline] echo [2020-10-15T18:29:22.606Z] taggedImages: [2020-10-15T18:29:22.606Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:29:22.606Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.74 [2020-10-15T18:29:22.606Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T18:29:22.606Z] - 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-15T18:29:24.471Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-15T18:29:24.472Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-15T18:29:24.523Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:24.884Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-15T18:29:24.884Z] [2020-10-15T18:29:24.884Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:29:25.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-15T18:29:25.241Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-15T18:29:25.241Z] cbdbe7a5bc2a: Already exists [2020-10-15T18:29:25.241Z] 408f87550127: Pulling fs layer [2020-10-15T18:29:25.241Z] fe522b08c979: Pulling fs layer [2020-10-15T18:29:25.241Z] 221eaa008020: Pulling fs layer [2020-10-15T18:29:25.241Z] 2a4607e5d6b9: Pulling fs layer [2020-10-15T18:29:25.241Z] 8f79b27c4fd2: Pulling fs layer [2020-10-15T18:29:25.241Z] e5c8dbe1645b: Pulling fs layer [2020-10-15T18:29:25.241Z] 23e8b3b47431: Pulling fs layer [2020-10-15T18:29:25.241Z] 5c568d65a230: Pulling fs layer [2020-10-15T18:29:25.241Z] 8f79b27c4fd2: Waiting [2020-10-15T18:29:25.241Z] e5c8dbe1645b: Waiting [2020-10-15T18:29:25.241Z] 23e8b3b47431: Waiting [2020-10-15T18:29:25.241Z] 5c568d65a230: Waiting [2020-10-15T18:29:25.241Z] 2a4607e5d6b9: Waiting [2020-10-15T18:29:25.241Z] fe522b08c979: Download complete [2020-10-15T18:29:25.241Z] 408f87550127: Verifying Checksum [2020-10-15T18:29:25.241Z] 408f87550127: Download complete [2020-10-15T18:29:25.241Z] 2a4607e5d6b9: Verifying Checksum [2020-10-15T18:29:25.241Z] 2a4607e5d6b9: Download complete [2020-10-15T18:29:25.241Z] 8f79b27c4fd2: Download complete [2020-10-15T18:29:25.509Z] 408f87550127: Pull complete [2020-10-15T18:29:25.772Z] fe522b08c979: Pull complete [2020-10-15T18:29:27.710Z] e5c8dbe1645b: Verifying Checksum [2020-10-15T18:29:27.710Z] e5c8dbe1645b: Download complete [2020-10-15T18:29:28.504Z] 23e8b3b47431: Verifying Checksum [2020-10-15T18:29:28.504Z] 23e8b3b47431: Download complete [2020-10-15T18:29:29.159Z] 5c568d65a230: Verifying Checksum [2020-10-15T18:29:29.159Z] 5c568d65a230: Download complete [2020-10-15T18:29:30.117Z] 221eaa008020: Verifying Checksum [2020-10-15T18:29:30.117Z] 221eaa008020: Download complete [2020-10-15T18:29:36.753Z] 221eaa008020: Pull complete [2020-10-15T18:29:36.753Z] 2a4607e5d6b9: Pull complete [2020-10-15T18:29:36.753Z] 8f79b27c4fd2: Pull complete [2020-10-15T18:29:40.976Z] e5c8dbe1645b: Pull complete [2020-10-15T18:29:45.202Z] 23e8b3b47431: Pull complete [2020-10-15T18:29:47.145Z] 5c568d65a230: Pull complete [2020-10-15T18:29:47.145Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-15T18:29:47.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-15T18:29:47.145Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-15T18:29:47.425Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:29:47.621Z] $ 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/190:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-15T18:29:48.670Z] $ docker top 718640775b6d143334d303f8d483e71c7bb92cb0858e9a02993fedde3deba279 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T18:29:49.280Z] + snyk monitor '--org=edgex-jenkins' [2020-10-15T18:30:00.104Z] [2020-10-15T18:30:00.104Z] Monitoring /w/workspace/edgex-go/190 (github.com/edgexfoundry/edgex-go)... [2020-10-15T18:30:00.104Z] [2020-10-15T18:30:00.104Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/7b341839-0552-4c05-8aaf-17a5cf2de460 [2020-10-15T18:30:00.104Z] [2020-10-15T18:30:00.104Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-15T18:30:00.104Z] [2020-10-15T18:30:00.104Z] [2020-10-15T18:30:00.104Z] Snyk CLI supports Node.js 8 and higher. [2020-10-15T18:30:00.104Z] 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-15T18:30:00.104Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-15T18:30:00.104Z] [2020-10-15T18:30:00.104Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-15T18:30:00.104Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-15T18:30:00.104Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-15T18:30:00.104Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-15T18:30:00.130Z] $ docker stop --time=1 718640775b6d143334d303f8d483e71c7bb92cb0858e9a02993fedde3deba279 [2020-10-15T18:30:04.867Z] $ docker rm -f 718640775b6d143334d303f8d483e71c7bb92cb0858e9a02993fedde3deba279 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:30:06.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:30:06.382Z] [2020-10-15T18:30:06.383Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:30:06.754Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:30:06.754Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-15T18:30:06.754Z] e7c96db7181b: Pulling fs layer [2020-10-15T18:30:06.754Z] 1868ca2cb446: Pulling fs layer [2020-10-15T18:30:06.754Z] 136be5d0fe8e: Pulling fs layer [2020-10-15T18:30:06.754Z] 894bfe63afcb: Pulling fs layer [2020-10-15T18:30:06.754Z] 894bfe63afcb: Waiting [2020-10-15T18:30:06.754Z] 1868ca2cb446: Download complete [2020-10-15T18:30:06.754Z] 136be5d0fe8e: Verifying Checksum [2020-10-15T18:30:06.754Z] 136be5d0fe8e: Download complete [2020-10-15T18:30:06.754Z] e7c96db7181b: Download complete [2020-10-15T18:30:07.017Z] 894bfe63afcb: Verifying Checksum [2020-10-15T18:30:07.017Z] 894bfe63afcb: Download complete [2020-10-15T18:30:07.281Z] e7c96db7181b: Pull complete [2020-10-15T18:30:07.281Z] 1868ca2cb446: Pull complete [2020-10-15T18:30:07.543Z] 136be5d0fe8e: Pull complete [2020-10-15T18:30:07.805Z] 894bfe63afcb: Pull complete [2020-10-15T18:30:07.805Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-15T18:30:07.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:30:07.805Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-15T18:30:07.910Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:30:07.964Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:30:08.950Z] $ docker top 11ba89ef64505c7888eebf77b5da6f88659e889fa30f89d3db09e90b88f5abb9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:30:09.554Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:30:09.554Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:30:12.337Z] $ docker stop --time=1 11ba89ef64505c7888eebf77b5da6f88659e889fa30f89d3db09e90b88f5abb9 [2020-10-15T18:30:13.681Z] $ docker rm -f 11ba89ef64505c7888eebf77b5da6f88659e889fa30f89d3db09e90b88f5abb9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:30:14.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:30:14.185Z] . [Pipeline] withDockerContainer [2020-10-15T18:30:14.286Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:30:14.349Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:30:14.990Z] $ docker top 6b781b3fba174d3e611be10e0bfa70731e8803ef15c60b630c974e115650195b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:30:15.547Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:30:15.547Z] + tee [2020-10-15T18:30:15.547Z] clair timeout 1m0s [2020-10-15T18:30:15.547Z] docker timeout: 1m0s [2020-10-15T18:30:15.547Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:30:16.605Z] $ docker stop --time=1 6b781b3fba174d3e611be10e0bfa70731e8803ef15c60b630c974e115650195b [2020-10-15T18:30:18.051Z] $ docker rm -f 6b781b3fba174d3e611be10e0bfa70731e8803ef15c60b630c974e115650195b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:30:18.549Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:30:18.562Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-core-command-go_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:30:18.610Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:30:19.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:30:19.055Z] . [Pipeline] withDockerContainer [2020-10-15T18:30:19.154Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:30:19.199Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:30:19.878Z] $ docker top 0c56e24b419b307534239fee7f8e47d4b323f9370376d50afbd68814846422d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:30:20.419Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:30:20.419Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:30:25.996Z] $ docker stop --time=1 0c56e24b419b307534239fee7f8e47d4b323f9370376d50afbd68814846422d8 [2020-10-15T18:30:27.373Z] $ docker rm -f 0c56e24b419b307534239fee7f8e47d4b323f9370376d50afbd68814846422d8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:30:27.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:30:27.877Z] . [Pipeline] withDockerContainer [2020-10-15T18:30:27.976Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:30:28.018Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:30:28.787Z] $ docker top d8491305ae6efe504ad1124d415d6201f77c6335ed3222e85bba6073d82cd35c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:30:29.322Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:30:29.322Z] + tee [2020-10-15T18:30:29.322Z] clair timeout 1m0s [2020-10-15T18:30:29.322Z] docker timeout: 1m0s [2020-10-15T18:30:29.322Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:30:30.380Z] $ docker stop --time=1 d8491305ae6efe504ad1124d415d6201f77c6335ed3222e85bba6073d82cd35c [2020-10-15T18:30:31.743Z] $ docker rm -f d8491305ae6efe504ad1124d415d6201f77c6335ed3222e85bba6073d82cd35c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:30:32.215Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:30:32.229Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-core-data-go_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:30:32.281Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:30:32.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:30:32.629Z] . [Pipeline] withDockerContainer [2020-10-15T18:30:32.732Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:30:32.781Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:30:33.391Z] $ docker top 49b7c4a2714903e30358273c7f1e3048a7463587f888f1ea8bceba89dc5b5b2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:30:33.903Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:30:33.903Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:30:36.621Z] $ docker stop --time=1 49b7c4a2714903e30358273c7f1e3048a7463587f888f1ea8bceba89dc5b5b2a [2020-10-15T18:30:38.018Z] $ docker rm -f 49b7c4a2714903e30358273c7f1e3048a7463587f888f1ea8bceba89dc5b5b2a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:30:38.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:30:38.575Z] . [Pipeline] withDockerContainer [2020-10-15T18:30:38.677Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:30:38.733Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:30:39.386Z] $ docker top d7ab9ed49c3dad6812ca9413770afab52501b9eb4e7c260e4892eb30dc296933 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:30:39.923Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:30:39.923Z] + tee [2020-10-15T18:30:39.923Z] clair timeout 1m0s [2020-10-15T18:30:39.923Z] docker timeout: 1m0s [2020-10-15T18:30:39.923Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:30:40.602Z] $ docker stop --time=1 d7ab9ed49c3dad6812ca9413770afab52501b9eb4e7c260e4892eb30dc296933 [2020-10-15T18:30:41.968Z] $ docker rm -f d7ab9ed49c3dad6812ca9413770afab52501b9eb4e7c260e4892eb30dc296933 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:30:42.506Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:30:42.521Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-core-metadata-go_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:30:42.574Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:30:42.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:30:42.923Z] . [Pipeline] withDockerContainer [2020-10-15T18:30:43.025Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:30:43.073Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:30:43.868Z] $ docker top da49be48aa79aecf696e5d81d90e9b794de041d0cb945ddb98db34298896fb7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:30:44.438Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:30:44.439Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:30:48.934Z] $ docker stop --time=1 da49be48aa79aecf696e5d81d90e9b794de041d0cb945ddb98db34298896fb7d [2020-10-15T18:30:50.300Z] $ docker rm -f da49be48aa79aecf696e5d81d90e9b794de041d0cb945ddb98db34298896fb7d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:30:50.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:30:50.832Z] . [Pipeline] withDockerContainer [2020-10-15T18:30:50.936Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:30:50.980Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:30:51.588Z] $ docker top 9feb588a747b7523208f22629e0fe1733be730dbbcd22538974237a59bcc11c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:30:52.087Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:30:52.087Z] + tee [2020-10-15T18:30:52.087Z] clair timeout 1m0s [2020-10-15T18:30:52.087Z] docker timeout: 1m0s [2020-10-15T18:30:52.087Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:30:52.776Z] $ docker stop --time=1 9feb588a747b7523208f22629e0fe1733be730dbbcd22538974237a59bcc11c4 [2020-10-15T18:30:54.139Z] $ docker rm -f 9feb588a747b7523208f22629e0fe1733be730dbbcd22538974237a59bcc11c4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:30:54.611Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:30:54.629Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-security-proxy-setup-go_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:30:54.680Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:30:55.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:30:55.020Z] . [Pipeline] withDockerContainer [2020-10-15T18:30:55.127Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:30:55.176Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:30:55.984Z] $ docker top 83ab228ab759f5d6540c6a27cc1a095f79220984a6c0e6a5d9275aa2bad1c332 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:30:56.565Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:30:56.566Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:31:03.363Z] $ docker stop --time=1 83ab228ab759f5d6540c6a27cc1a095f79220984a6c0e6a5d9275aa2bad1c332 [2020-10-15T18:31:04.836Z] $ docker rm -f 83ab228ab759f5d6540c6a27cc1a095f79220984a6c0e6a5d9275aa2bad1c332 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:31:05.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:31:05.345Z] . [Pipeline] withDockerContainer [2020-10-15T18:31:05.449Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:31:05.499Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:31:06.167Z] $ docker top 9fbc999d3f3e997c0937f9745a59405b8d013862f8d9aeae1b8aef392fa8ea91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:31:06.736Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:31:06.736Z] + tee [2020-10-15T18:31:06.736Z] clair timeout 1m0s [2020-10-15T18:31:06.736Z] docker timeout: 1m0s [2020-10-15T18:31:06.736Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:31:08.259Z] $ docker stop --time=1 9fbc999d3f3e997c0937f9745a59405b8d013862f8d9aeae1b8aef392fa8ea91 [2020-10-15T18:31:10.114Z] $ docker rm -f 9fbc999d3f3e997c0937f9745a59405b8d013862f8d9aeae1b8aef392fa8ea91 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:31:10.742Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:31:10.759Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-security-secrets-setup-go_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:31:10.816Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:31:11.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:31:11.164Z] . [Pipeline] withDockerContainer [2020-10-15T18:31:11.276Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:31:11.333Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:31:12.006Z] $ docker top 55676cbc24de74a6aebd529ca69ab4fe26ed2d8fcb79bc904c83035da3104c7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:31:12.573Z] + tee [2020-10-15T18:31:12.573Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:31:21.174Z] $ docker stop --time=1 55676cbc24de74a6aebd529ca69ab4fe26ed2d8fcb79bc904c83035da3104c7e [2020-10-15T18:31:22.576Z] $ docker rm -f 55676cbc24de74a6aebd529ca69ab4fe26ed2d8fcb79bc904c83035da3104c7e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:31:23.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:31:23.244Z] . [Pipeline] withDockerContainer [2020-10-15T18:31:23.467Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:31:23.566Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:31:24.263Z] $ docker top 8c4ee81c9cf23ddab02db6e4ef02425211869d6ae626babc82e86e11e9b242e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:31:25.140Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:31:25.140Z] + tee [2020-10-15T18:31:25.140Z] clair timeout 1m0s [2020-10-15T18:31:25.140Z] docker timeout: 1m0s [2020-10-15T18:31:25.140Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:31:26.926Z] $ docker stop --time=1 8c4ee81c9cf23ddab02db6e4ef02425211869d6ae626babc82e86e11e9b242e0 [2020-10-15T18:31:28.327Z] $ docker rm -f 8c4ee81c9cf23ddab02db6e4ef02425211869d6ae626babc82e86e11e9b242e0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:31:28.853Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:31:28.878Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-security-secretstore-setup-go_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:31:28.966Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:31:29.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:31:29.347Z] . [Pipeline] withDockerContainer [2020-10-15T18:31:29.482Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:31:29.541Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:31:30.214Z] $ docker top 12418124e55592538585171089aaa665385ef24010fb0902a840e40b69ce3d95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:31:30.819Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:31:30.819Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:31:34.386Z] $ docker stop --time=1 12418124e55592538585171089aaa665385ef24010fb0902a840e40b69ce3d95 [2020-10-15T18:31:35.756Z] $ docker rm -f 12418124e55592538585171089aaa665385ef24010fb0902a840e40b69ce3d95 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:31:36.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:31:36.251Z] . [Pipeline] withDockerContainer [2020-10-15T18:31:36.379Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:31:36.486Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:31:37.219Z] $ docker top 6b7f95e3b12fe11d7c009e660e4e30bc32599a8b0d35357f3146838c3c7cba66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:31:37.948Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:31:37.948Z] + tee [2020-10-15T18:31:37.948Z] clair timeout 1m0s [2020-10-15T18:31:37.948Z] docker timeout: 1m0s [2020-10-15T18:31:37.948Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:31:38.632Z] $ docker stop --time=1 6b7f95e3b12fe11d7c009e660e4e30bc32599a8b0d35357f3146838c3c7cba66 [2020-10-15T18:31:39.976Z] $ docker rm -f 6b7f95e3b12fe11d7c009e660e4e30bc32599a8b0d35357f3146838c3c7cba66 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:31:40.559Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:31:40.571Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-support-logging-go_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:31:40.645Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:31:41.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:31:41.005Z] . [Pipeline] withDockerContainer [2020-10-15T18:31:41.114Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:31:41.166Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:31:41.868Z] $ docker top 7a5b6ce13ee0343de3c5510aeec6c8fded1b791cbe453304f17cc7db1da15848 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:31:42.448Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:31:42.448Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:31:47.903Z] $ docker stop --time=1 7a5b6ce13ee0343de3c5510aeec6c8fded1b791cbe453304f17cc7db1da15848 [2020-10-15T18:31:49.313Z] $ docker rm -f 7a5b6ce13ee0343de3c5510aeec6c8fded1b791cbe453304f17cc7db1da15848 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:31:49.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:31:49.838Z] . [Pipeline] withDockerContainer [2020-10-15T18:31:49.935Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:31:49.980Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:31:50.639Z] $ docker top cc487d61fe414899fc7a428d59c38480f3ef47a48964193bcb8025d63d259c9f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:31:51.192Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:31:51.192Z] + tee [2020-10-15T18:31:51.192Z] clair timeout 1m0s [2020-10-15T18:31:51.192Z] docker timeout: 1m0s [2020-10-15T18:31:51.192Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:31:52.304Z] $ docker stop --time=1 cc487d61fe414899fc7a428d59c38480f3ef47a48964193bcb8025d63d259c9f [2020-10-15T18:31:53.652Z] $ docker rm -f cc487d61fe414899fc7a428d59c38480f3ef47a48964193bcb8025d63d259c9f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:31:54.144Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:31:54.157Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-support-notifications-go_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:31:54.209Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:31:54.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:31:54.578Z] . [Pipeline] withDockerContainer [2020-10-15T18:31:54.678Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:31:54.724Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:31:55.391Z] $ docker top a475ebe155f55fa250c7b4734c82c88fd0e2080ac3d07be1ff7d27b9d291a84e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:31:55.943Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:31:55.943Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:31:58.636Z] $ docker stop --time=1 a475ebe155f55fa250c7b4734c82c88fd0e2080ac3d07be1ff7d27b9d291a84e [2020-10-15T18:31:59.994Z] $ docker rm -f a475ebe155f55fa250c7b4734c82c88fd0e2080ac3d07be1ff7d27b9d291a84e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:32:00.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:32:00.502Z] . [Pipeline] withDockerContainer [2020-10-15T18:32:00.625Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:32:00.672Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:32:01.399Z] $ docker top f589158c65d7781dfb3799ff09da1aa5fece7c3ea9be8977573df191dd2af1dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:32:01.994Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:32:01.994Z] + tee [2020-10-15T18:32:01.994Z] clair timeout 1m0s [2020-10-15T18:32:01.994Z] docker timeout: 1m0s [2020-10-15T18:32:01.994Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:32:02.679Z] $ docker stop --time=1 f589158c65d7781dfb3799ff09da1aa5fece7c3ea9be8977573df191dd2af1dd [2020-10-15T18:32:04.058Z] $ docker rm -f f589158c65d7781dfb3799ff09da1aa5fece7c3ea9be8977573df191dd2af1dd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:32:04.522Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:32:04.536Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-support-scheduler-go_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:32:04.587Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:32:04.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:32:04.975Z] . [Pipeline] withDockerContainer [2020-10-15T18:32:05.171Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:32:05.221Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:32:05.982Z] $ docker top a56f95fab2691202d25d0781cfb68e26e11c951317cfe134b1dd6827e77e625f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:32:06.521Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:32:06.522Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:32:24.823Z] $ docker stop --time=1 a56f95fab2691202d25d0781cfb68e26e11c951317cfe134b1dd6827e77e625f [2020-10-15T18:32:26.222Z] $ docker rm -f a56f95fab2691202d25d0781cfb68e26e11c951317cfe134b1dd6827e77e625f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:32:26.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:32:26.726Z] . [Pipeline] withDockerContainer [2020-10-15T18:32:26.827Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:32:26.872Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:32:27.610Z] $ docker top ec04b7bcc3336e1d1d9c15e87c6f12037feb052002dfb341561f70b87b384399 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:32:28.168Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:32:28.168Z] + tee [2020-10-15T18:32:28.168Z] clair timeout 1m0s [2020-10-15T18:32:28.168Z] docker timeout: 1m0s [2020-10-15T18:32:28.168Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:32:29.668Z] $ docker stop --time=1 ec04b7bcc3336e1d1d9c15e87c6f12037feb052002dfb341561f70b87b384399 [2020-10-15T18:32:31.025Z] $ docker rm -f ec04b7bcc3336e1d1d9c15e87c6f12037feb052002dfb341561f70b87b384399 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:32:31.487Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:32:31.500Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-sys-mgmt-agent-go_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:32:31.558Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:32:31.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:32:31.908Z] . [Pipeline] withDockerContainer [2020-10-15T18:32:32.018Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:32:32.062Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:32:32.687Z] $ docker top 6777de6135f7a3681df82f8f935bb0d4cb82f0d093ceb8eb10ba244b3eeff443 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:32:33.260Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:32:33.260Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:32:35.992Z] $ docker stop --time=1 6777de6135f7a3681df82f8f935bb0d4cb82f0d093ceb8eb10ba244b3eeff443 [2020-10-15T18:32:37.369Z] $ docker rm -f 6777de6135f7a3681df82f8f935bb0d4cb82f0d093ceb8eb10ba244b3eeff443 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:32:37.854Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:32:37.854Z] . [Pipeline] withDockerContainer [2020-10-15T18:32:38.016Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:32:38.167Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:32:38.883Z] $ docker top 7077d7ff464c539a2656d696b27d7e207e1698e316ca424e33c002472e0f5731 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:32:39.431Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:32:39.431Z] + tee [2020-10-15T18:32:39.431Z] clair timeout 1m0s [2020-10-15T18:32:39.431Z] docker timeout: 1m0s [2020-10-15T18:32:39.431Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:32:40.142Z] $ docker stop --time=1 7077d7ff464c539a2656d696b27d7e207e1698e316ca424e33c002472e0f5731 [2020-10-15T18:32:41.513Z] $ docker rm -f 7077d7ff464c539a2656d696b27d7e207e1698e316ca424e33c002472e0f5731 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:32:42.060Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:32:42.073Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-core-command-go-arm64_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:32:42.130Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:32:42.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:32:42.492Z] . [Pipeline] withDockerContainer [2020-10-15T18:32:42.620Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:32:42.678Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:32:43.442Z] $ docker top dd24d723a09ae4043e09184e0cc944f036924565987b44be91a8203bdf721c90 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:32:44.064Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:32:44.064Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:32:49.549Z] $ docker stop --time=1 dd24d723a09ae4043e09184e0cc944f036924565987b44be91a8203bdf721c90 [2020-10-15T18:32:50.920Z] $ docker rm -f dd24d723a09ae4043e09184e0cc944f036924565987b44be91a8203bdf721c90 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:32:51.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:32:51.396Z] . [Pipeline] withDockerContainer [2020-10-15T18:32:51.509Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:32:51.589Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:32:52.208Z] $ docker top b4a2b111c275a41a287d34a9f4c187714c531d051f240a1fda9a75e5971ed901 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:32:52.726Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:32:52.726Z] + tee [2020-10-15T18:32:52.726Z] clair timeout 1m0s [2020-10-15T18:32:52.726Z] docker timeout: 1m0s [2020-10-15T18:32:52.726Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:32:53.793Z] $ docker stop --time=1 b4a2b111c275a41a287d34a9f4c187714c531d051f240a1fda9a75e5971ed901 [2020-10-15T18:32:55.153Z] $ docker rm -f b4a2b111c275a41a287d34a9f4c187714c531d051f240a1fda9a75e5971ed901 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:32:55.617Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:32:55.630Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-core-data-go-arm64_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:32:55.681Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:32:56.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:32:56.048Z] . [Pipeline] withDockerContainer [2020-10-15T18:32:56.155Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:32:56.199Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:32:56.820Z] $ docker top 5ef9b91ad9aaba6caf65baf997b500d1662ec59c44a8024332bb62eaff7783e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:32:57.388Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:32:57.388Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:33:00.175Z] $ docker stop --time=1 5ef9b91ad9aaba6caf65baf997b500d1662ec59c44a8024332bb62eaff7783e7 [2020-10-15T18:33:01.550Z] $ docker rm -f 5ef9b91ad9aaba6caf65baf997b500d1662ec59c44a8024332bb62eaff7783e7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:33:02.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:33:02.045Z] . [Pipeline] withDockerContainer [2020-10-15T18:33:02.150Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:33:02.195Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:33:02.928Z] $ docker top 70563396ede8a410efbc80068351af2a66279235492e6df69fd76ea7a6100a45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:33:03.563Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:33:03.563Z] + tee [2020-10-15T18:33:03.563Z] clair timeout 1m0s [2020-10-15T18:33:03.563Z] docker timeout: 1m0s [2020-10-15T18:33:03.563Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:33:04.237Z] $ docker stop --time=1 70563396ede8a410efbc80068351af2a66279235492e6df69fd76ea7a6100a45 [2020-10-15T18:33:05.618Z] $ docker rm -f 70563396ede8a410efbc80068351af2a66279235492e6df69fd76ea7a6100a45 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:33:06.142Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:33:06.157Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-core-metadata-go-arm64_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:33:06.239Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:33:06.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:33:06.637Z] . [Pipeline] withDockerContainer [2020-10-15T18:33:06.744Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:33:06.786Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:33:07.412Z] $ docker top 45b87bf574a70489d7c984cf9b17b5a1b4697a2b43cb127729885503422021b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:33:08.005Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:33:08.005Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:33:13.541Z] $ docker stop --time=1 45b87bf574a70489d7c984cf9b17b5a1b4697a2b43cb127729885503422021b0 [2020-10-15T18:33:14.889Z] $ docker rm -f 45b87bf574a70489d7c984cf9b17b5a1b4697a2b43cb127729885503422021b0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:33:15.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:33:15.392Z] . [Pipeline] withDockerContainer [2020-10-15T18:33:15.495Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:33:15.541Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:33:16.232Z] $ docker top d625f3e5235bbcf851cb3160cccc735f66f3d8f72c2473f7404081cd0e12db36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:33:16.804Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:33:16.804Z] + tee [2020-10-15T18:33:16.804Z] clair timeout 1m0s [2020-10-15T18:33:16.804Z] docker timeout: 1m0s [2020-10-15T18:33:16.804Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:33:17.508Z] $ docker stop --time=1 d625f3e5235bbcf851cb3160cccc735f66f3d8f72c2473f7404081cd0e12db36 [2020-10-15T18:33:18.875Z] $ docker rm -f d625f3e5235bbcf851cb3160cccc735f66f3d8f72c2473f7404081cd0e12db36 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:33:19.364Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:33:19.378Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:33:19.438Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:33:19.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:33:19.786Z] . [Pipeline] withDockerContainer [2020-10-15T18:33:19.896Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:33:19.942Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:33:20.630Z] $ docker top 5d059139f0090a66e6c75a025c4b24abc960aabb29bc5009b7865b088deeee99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:33:21.190Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:33:21.190Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:33:27.959Z] $ docker stop --time=1 5d059139f0090a66e6c75a025c4b24abc960aabb29bc5009b7865b088deeee99 [2020-10-15T18:33:29.321Z] $ docker rm -f 5d059139f0090a66e6c75a025c4b24abc960aabb29bc5009b7865b088deeee99 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:33:29.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:33:29.798Z] . [Pipeline] withDockerContainer [2020-10-15T18:33:29.916Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:33:29.982Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:33:30.639Z] $ docker top a97e489e80dcf40f7bdffb05dce8a70becdd9410aa9c284c2ec398951dd75ce2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:33:31.211Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:33:31.211Z] + tee [2020-10-15T18:33:31.211Z] clair timeout 1m0s [2020-10-15T18:33:31.211Z] docker timeout: 1m0s [2020-10-15T18:33:31.211Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:33:32.733Z] $ docker stop --time=1 a97e489e80dcf40f7bdffb05dce8a70becdd9410aa9c284c2ec398951dd75ce2 [2020-10-15T18:33:34.082Z] $ docker rm -f a97e489e80dcf40f7bdffb05dce8a70becdd9410aa9c284c2ec398951dd75ce2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:33:34.550Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:33:34.563Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:33:34.766Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:33:35.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:33:35.104Z] . [Pipeline] withDockerContainer [2020-10-15T18:33:35.212Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:33:35.262Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:33:35.938Z] $ docker top 8fa2b307a1b4f9779a86d3777e5a90fdb43526b8069eb468a92ade4df09587c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:33:36.556Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:33:36.556Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:33:44.859Z] $ docker stop --time=1 8fa2b307a1b4f9779a86d3777e5a90fdb43526b8069eb468a92ade4df09587c8 [2020-10-15T18:33:46.256Z] $ docker rm -f 8fa2b307a1b4f9779a86d3777e5a90fdb43526b8069eb468a92ade4df09587c8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:33:46.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:33:46.735Z] . [Pipeline] withDockerContainer [2020-10-15T18:33:46.835Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:33:46.877Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:33:47.597Z] $ docker top cb725e8aa57d03bd64b5f3485c78d23fec524f1dabccf087678b953b3bac700f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:33:48.271Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:33:48.271Z] + tee [2020-10-15T18:33:48.271Z] clair timeout 1m0s [2020-10-15T18:33:48.271Z] docker timeout: 1m0s [2020-10-15T18:33:48.271Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:33:49.783Z] $ docker stop --time=1 cb725e8aa57d03bd64b5f3485c78d23fec524f1dabccf087678b953b3bac700f [2020-10-15T18:33:51.163Z] $ docker rm -f cb725e8aa57d03bd64b5f3485c78d23fec524f1dabccf087678b953b3bac700f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:33:51.654Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:33:51.668Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:33:51.726Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:33:52.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:33:52.073Z] . [Pipeline] withDockerContainer [2020-10-15T18:33:52.178Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:33:52.218Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:33:52.833Z] $ docker top ee37b471481e979c8506c48527caecb71944977688a6e7a8856fd498dc615fb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:33:53.354Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:33:53.354Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:33:56.818Z] $ docker stop --time=1 ee37b471481e979c8506c48527caecb71944977688a6e7a8856fd498dc615fb8 [2020-10-15T18:33:58.176Z] $ docker rm -f ee37b471481e979c8506c48527caecb71944977688a6e7a8856fd498dc615fb8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:33:58.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:33:58.668Z] . [Pipeline] withDockerContainer [2020-10-15T18:33:58.772Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:33:58.821Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:34:00.701Z] $ docker top f7ec18802dcba255b3f27b6977c1d4fc42a9070812bdd5a01436111365ee9921 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:34:01.371Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:34:01.371Z] + tee [2020-10-15T18:34:01.371Z] clair timeout 1m0s [2020-10-15T18:34:01.371Z] docker timeout: 1m0s [2020-10-15T18:34:01.371Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:34:02.074Z] $ docker stop --time=1 f7ec18802dcba255b3f27b6977c1d4fc42a9070812bdd5a01436111365ee9921 [2020-10-15T18:34:03.467Z] $ docker rm -f f7ec18802dcba255b3f27b6977c1d4fc42a9070812bdd5a01436111365ee9921 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:34:03.955Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:34:03.970Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-support-logging-go-arm64_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:34:04.020Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:34:04.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:34:04.364Z] . [Pipeline] withDockerContainer [2020-10-15T18:34:04.477Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:34:04.550Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:34:05.268Z] $ docker top 540d7838c4e7c2d94bbf11c26755484fb245da54668b5e19bcde1bbaa1eed1a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:34:05.793Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:34:05.793Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:34:11.252Z] $ docker stop --time=1 540d7838c4e7c2d94bbf11c26755484fb245da54668b5e19bcde1bbaa1eed1a6 [2020-10-15T18:34:12.606Z] $ docker rm -f 540d7838c4e7c2d94bbf11c26755484fb245da54668b5e19bcde1bbaa1eed1a6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:34:13.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:34:13.096Z] . [Pipeline] withDockerContainer [2020-10-15T18:34:13.205Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:34:13.255Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:34:13.981Z] $ docker top 81932f295e8057266b3cbfeb2a17fc9437f6e4000b3facd7b1a5055127c88218 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:34:14.554Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:34:14.554Z] + tee [2020-10-15T18:34:14.554Z] clair timeout 1m0s [2020-10-15T18:34:14.554Z] docker timeout: 1m0s [2020-10-15T18:34:14.554Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:34:15.655Z] $ docker stop --time=1 81932f295e8057266b3cbfeb2a17fc9437f6e4000b3facd7b1a5055127c88218 [2020-10-15T18:34:17.014Z] $ docker rm -f 81932f295e8057266b3cbfeb2a17fc9437f6e4000b3facd7b1a5055127c88218 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:34:17.492Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:34:17.506Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-support-notifications-go-arm64_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:34:17.650Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:34:17.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:34:17.971Z] . [Pipeline] withDockerContainer [2020-10-15T18:34:18.078Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:34:18.121Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:34:18.838Z] $ docker top ac6792bc2078abd73d0ef6ea311459399858149ce1807edd8a3b86e2c8c98fbe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:34:19.375Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:34:19.375Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:34:22.073Z] $ docker stop --time=1 ac6792bc2078abd73d0ef6ea311459399858149ce1807edd8a3b86e2c8c98fbe [2020-10-15T18:34:23.444Z] $ docker rm -f ac6792bc2078abd73d0ef6ea311459399858149ce1807edd8a3b86e2c8c98fbe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:34:23.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:34:23.935Z] . [Pipeline] withDockerContainer [2020-10-15T18:34:24.050Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:34:24.093Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:34:24.731Z] $ docker top ee219346f8edf1a16db3898d9ba2baedfee713f10e6e6c58232a1d541a54dfdf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:34:25.242Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:34:25.242Z] + tee [2020-10-15T18:34:25.242Z] clair timeout 1m0s [2020-10-15T18:34:25.242Z] docker timeout: 1m0s [2020-10-15T18:34:25.242Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:34:25.959Z] $ docker stop --time=1 ee219346f8edf1a16db3898d9ba2baedfee713f10e6e6c58232a1d541a54dfdf [2020-10-15T18:34:27.307Z] $ docker rm -f ee219346f8edf1a16db3898d9ba2baedfee713f10e6e6c58232a1d541a54dfdf [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:34:27.784Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:34:27.796Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-support-scheduler-go-arm64_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:34:27.896Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:34:28.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:34:28.240Z] . [Pipeline] withDockerContainer [2020-10-15T18:34:28.351Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:34:28.414Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:34:29.089Z] $ docker top 35a37b48d70a1afe6d7342c65698784ce71d277ba0340acb86bbf9ff813167d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:34:29.676Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:34:29.676Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:34:44.802Z] $ docker stop --time=1 35a37b48d70a1afe6d7342c65698784ce71d277ba0340acb86bbf9ff813167d0 [2020-10-15T18:34:46.181Z] $ docker rm -f 35a37b48d70a1afe6d7342c65698784ce71d277ba0340acb86bbf9ff813167d0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:34:46.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-15T18:34:46.687Z] . [Pipeline] withDockerContainer [2020-10-15T18:34:46.796Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:34:46.839Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-15T18:34:47.548Z] $ docker top 03a575bcaa68b640cda6d9396ad7c0b85a20ffd572c5ddf2217b6e739fccdcd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-15T18:34:48.076Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T18:34:48.076Z] + tee [2020-10-15T18:34:48.076Z] clair timeout 1m0s [2020-10-15T18:34:48.076Z] docker timeout: 1m0s [2020-10-15T18:34:48.076Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-15T18:34:49.566Z] $ docker stop --time=1 03a575bcaa68b640cda6d9396ad7c0b85a20ffd572c5ddf2217b6e739fccdcd0 [2020-10-15T18:34:50.939Z] $ docker rm -f 03a575bcaa68b640cda6d9396ad7c0b85a20ffd572c5ddf2217b6e739fccdcd0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T18:34:51.466Z] + mkdir -p /w/workspace/edgex-go/190/clair-reports [Pipeline] echo [2020-10-15T18:34:51.479Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/190/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_5fa08527d925aa0d761a58fd1d2245c253eac308.html [Pipeline] writeFile [Pipeline] step [2020-10-15T18:34:51.568Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-15T18:34:52.059Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T18:34:52.118Z] provisioning config files... [2020-10-15T18:34:52.140Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/190@tmp/config2817954590082774883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:34:52.503Z] --> edgex-publish-swagger.sh [2020-10-15T18:34:52.503Z] === Publish openapi/v1 API === [2020-10-15T18:34:52.503Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-15T18:34:52.503Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-15T18:34:52.503Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:34:52.503Z] Dload Upload Total Spent Left Speed [2020-10-15T18:34:53.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8646 0:00:01 0:00:01 --:--:-- 8652 100 10521 0 0 100 10521 0 8645 0:00:01 0:00:01 --:--:-- 8652 [2020-10-15T18:34:53.891Z] [2020-10-15T18:34:53.891Z] [2020-10-15T18:34:53.891Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-15T18:34:53.891Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:34:53.892Z] Dload Upload Total Spent Left Speed [2020-10-15T18:34:54.837Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30340 0:00:01 0:00:01 --:--:-- 30369 100 32556 0 0 100 32556 0 30334 0:00:01 0:00:01 --:--:-- 30341 [2020-10-15T18:34:54.837Z] [2020-10-15T18:34:54.837Z] [2020-10-15T18:34:54.837Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-15T18:34:54.837Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:34:54.837Z] Dload Upload Total Spent Left Speed [2020-10-15T18:34:56.228Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61950 0:00:01 0:00:01 --:--:-- 62001 100 73720 0 0 100 73720 0 60724 0:00:01 0:00:01 --:--:-- 60774 [2020-10-15T18:34:56.228Z] [2020-10-15T18:34:56.228Z] [2020-10-15T18:34:56.228Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-15T18:34:56.228Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:34:56.228Z] Dload Upload Total Spent Left Speed [2020-10-15T18:34:57.195Z] 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 12594 0:00:01 0:00:01 --:--:-- 12597 [2020-10-15T18:34:57.195Z] [2020-10-15T18:34:57.195Z] [2020-10-15T18:34:57.195Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-15T18:34:57.195Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:34:57.195Z] Dload Upload Total Spent Left Speed [2020-10-15T18:34:58.140Z] 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 36966 0:00:01 0:00:01 --:--:-- 36966 100 38889 0 0 100 38889 0 36960 0:00:01 0:00:01 --:--:-- 36931 [2020-10-15T18:34:58.140Z] [2020-10-15T18:34:58.140Z] [2020-10-15T18:34:58.140Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-15T18:34:58.140Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:34:58.140Z] Dload Upload Total Spent Left Speed [2020-10-15T18:34:59.530Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13475 0:00:01 0:00:01 --:--:-- 13479 100 14248 0 0 100 14248 0 13473 0:00:01 0:00:01 --:--:-- 13479 [2020-10-15T18:34:59.530Z] [2020-10-15T18:34:59.530Z] [2020-10-15T18:34:59.530Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-15T18:34:59.530Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:34:59.530Z] Dload Upload Total Spent Left Speed [2020-10-15T18:35:00.478Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3698 0:00:01 0:00:01 --:--:-- 3701 100 4109 0 0 100 4109 0 3698 0:00:01 0:00:01 --:--:-- 3701 [2020-10-15T18:35:00.478Z] [2020-10-15T18:35:00.478Z] [2020-10-15T18:35:00.478Z] === Publish openapi/v2 API === [2020-10-15T18:35:00.478Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-15T18:35:00.478Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-15T18:35:00.478Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:35:00.478Z] Dload Upload Total Spent Left Speed [2020-10-15T18:35:01.898Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29393 0 0 100 29393 0 24974 0:00:01 0:00:01 --:--:-- 24994 100 29393 0 0 100 29393 0 24970 0:00:01 0:00:01 --:--:-- 24994 [2020-10-15T18:35:01.898Z] [2020-10-15T18:35:01.898Z] [2020-10-15T18:35:01.898Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-15T18:35:01.898Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:35:01.898Z] Dload Upload Total Spent Left Speed [2020-10-15T18:35:02.862Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65313 0 0 100 65313 0 56720 0:00:01 0:00:01 --:--:-- 56744 100 65313 0 0 100 65313 0 56710 0:00:01 0:00:01 --:--:-- 56744 [2020-10-15T18:35:02.862Z] [2020-10-15T18:35:02.862Z] [2020-10-15T18:35:02.862Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-15T18:35:02.862Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:35:02.862Z] Dload Upload Total Spent Left Speed [2020-10-15T18:35:04.835Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 98k 0:00:01 0:00:01 --:--:-- 99k 100 118k 0 0 100 118k 0 56051 0:00:02 0:00:02 --:--:-- 56065 100 118k 0 0 100 118k 0 56046 0:00:02 0:00:02 --:--:-- 56065 [2020-10-15T18:35:04.835Z] [2020-10-15T18:35:04.835Z] [2020-10-15T18:35:04.835Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-15T18:35:04.835Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:35:04.835Z] Dload Upload Total Spent Left Speed [2020-10-15T18:35:06.051Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 23547 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23547 0 0 100 23547 0 20583 0:00:01 0:00:01 --:--:-- 20601 [2020-10-15T18:35:06.051Z] [2020-10-15T18:35:06.051Z] [2020-10-15T18:35:06.051Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-15T18:35:06.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:35:06.051Z] Dload Upload Total Spent Left Speed [2020-10-15T18:35:07.288Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62547 0 0 100 62547 0 54684 0:00:01 0:00:01 --:--:-- 54673 100 62547 0 0 100 62547 0 54675 0:00:01 0:00:01 --:--:-- 54673 [2020-10-15T18:35:07.288Z] [2020-10-15T18:35:07.288Z] [2020-10-15T18:35:07.288Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-15T18:35:07.288Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:35:07.288Z] Dload Upload Total Spent Left Speed [2020-10-15T18:35:08.296Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46054 0 0 100 46054 0 39573 0:00:01 0:00:01 --:--:-- 39599 100 46054 0 0 100 46054 0 39567 0:00:01 0:00:01 --:--:-- 39599 [2020-10-15T18:35:08.296Z] [2020-10-15T18:35:08.296Z] [2020-10-15T18:35:08.296Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-15T18:35:08.558Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T18:35:08.558Z] Dload Upload Total Spent Left Speed [2020-10-15T18:35:09.501Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20967 0:00:01 0:00:01 --:--:-- 20977 100 23725 0 0 100 23725 0 20963 0:00:01 0:00:01 --:--:-- 20977 [2020-10-15T18:35:09.501Z] [2020-10-15T18:35:09.501Z] [Pipeline] } [2020-10-15T18:35:09.510Z] 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-15T18:35:20.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T18:35:20.114Z] . [Pipeline] withDockerContainer [2020-10-15T18:35:20.212Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:35:20.252Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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-15T18:35:21.327Z] $ docker top 305369730a9b95bff1e637fb32f0f4339e4b53bb483d3c591010bb30ddf762ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T18:35:21.747Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T18:35:21.747Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T18:35:21.959Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T18:35:21.961Z] $ docker exec 305369730a9b95bff1e637fb32f0f4339e4b53bb483d3c591010bb30ddf762ae ssh-agent [2020-10-15T18:35:22.129Z] SSH_AUTH_SOCK=/tmp/ssh-ZtJBs4I6qZDW/agent.11 [2020-10-15T18:35:22.129Z] SSH_AGENT_PID=16 [2020-10-15T18:35:22.137Z] Running ssh-add (command line suppressed) [2020-10-15T18:35:22.265Z] Identity added: /w/workspace/edgex-go/190@tmp/private_key_2880261453083528147.key (/w/workspace/edgex-go/190@tmp/private_key_2880261453083528147.key) [2020-10-15T18:35:22.320Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T18:35:22.653Z] + git semver tag [2020-10-15T18:35:22.915Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T18:35:22.915Z] # $GIT_DIR = /w/workspace/edgex-go/190/.git [2020-10-15T18:35:22.915Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/190 [2020-10-15T18:35:22.915Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T18:35:22.915Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T18:35:22.915Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T18:35:22.915Z] # $SEMVER_BRANCH = master [2020-10-15T18:35:22.915Z] # $SEMVER_DIR = /w/workspace/edgex-go/190/.semver [2020-10-15T18:35:22.915Z] # 5fa08527d925aa0d761a58fd1d2245c253eac308 HEAD [2020-10-15T18:35:23.180Z] # -> Force: false [2020-10-15T18:35:23.180Z] # e6cf30e72c5298b69a792ac54fca21baf80ea277 refs/tags/v1.2.2-dev.74 [Pipeline] } [2020-10-15T18:35:23.191Z] $ docker exec --env ******** --env ******** 305369730a9b95bff1e637fb32f0f4339e4b53bb483d3c591010bb30ddf762ae ssh-agent -k [2020-10-15T18:35:23.335Z] unset SSH_AUTH_SOCK; [2020-10-15T18:35:23.335Z] unset SSH_AGENT_PID; [2020-10-15T18:35:23.335Z] echo Agent pid 16 killed; [2020-10-15T18:35:23.392Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T18:35:23.886Z] + git semver [Pipeline] } [2020-10-15T18:35:23.903Z] $ docker stop --time=1 305369730a9b95bff1e637fb32f0f4339e4b53bb483d3c591010bb30ddf762ae [2020-10-15T18:35:25.250Z] $ docker rm -f 305369730a9b95bff1e637fb32f0f4339e4b53bb483d3c591010bb30ddf762ae [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:35:25.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-15T18:35:25.892Z] [2020-10-15T18:35:25.892Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:35:26.259Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-15T18:35:26.259Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-15T18:35:26.259Z] ab5ef0e58194: Pulling fs layer [2020-10-15T18:35:26.259Z] 9712f1f96733: Pulling fs layer [2020-10-15T18:35:26.259Z] 63f879dbbcfc: Pulling fs layer [2020-10-15T18:35:26.259Z] 0d9ebad4ef96: Pulling fs layer [2020-10-15T18:35:26.259Z] e9a5061849ea: Pulling fs layer [2020-10-15T18:35:26.259Z] d747dcd14b5f: Pulling fs layer [2020-10-15T18:35:26.259Z] 2de7ff778b66: Pulling fs layer [2020-10-15T18:35:26.259Z] 0d9ebad4ef96: Waiting [2020-10-15T18:35:26.259Z] e9a5061849ea: Waiting [2020-10-15T18:35:26.259Z] d747dcd14b5f: Waiting [2020-10-15T18:35:26.259Z] 2de7ff778b66: Waiting [2020-10-15T18:35:26.259Z] 9712f1f96733: Verifying Checksum [2020-10-15T18:35:26.259Z] 9712f1f96733: Download complete [2020-10-15T18:35:28.187Z] 63f879dbbcfc: Verifying Checksum [2020-10-15T18:35:28.187Z] 63f879dbbcfc: Download complete [2020-10-15T18:35:28.187Z] e9a5061849ea: Verifying Checksum [2020-10-15T18:35:28.187Z] e9a5061849ea: Download complete [2020-10-15T18:35:28.187Z] d747dcd14b5f: Verifying Checksum [2020-10-15T18:35:28.187Z] d747dcd14b5f: Download complete [2020-10-15T18:35:28.761Z] 2de7ff778b66: Verifying Checksum [2020-10-15T18:35:28.761Z] 2de7ff778b66: Download complete [2020-10-15T18:35:28.761Z] 0d9ebad4ef96: Verifying Checksum [2020-10-15T18:35:28.761Z] 0d9ebad4ef96: Download complete [2020-10-15T18:35:29.023Z] ab5ef0e58194: Verifying Checksum [2020-10-15T18:35:29.023Z] ab5ef0e58194: Download complete [2020-10-15T18:35:33.254Z] ab5ef0e58194: Pull complete [2020-10-15T18:35:33.254Z] 9712f1f96733: Pull complete [2020-10-15T18:35:35.799Z] 63f879dbbcfc: Pull complete [2020-10-15T18:35:42.411Z] 0d9ebad4ef96: Pull complete [2020-10-15T18:35:42.411Z] e9a5061849ea: Pull complete [2020-10-15T18:35:42.675Z] d747dcd14b5f: Pull complete [2020-10-15T18:35:46.892Z] 2de7ff778b66: Pull complete [2020-10-15T18:35:46.892Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-15T18:35:46.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-15T18:35:46.892Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-15T18:35:47.061Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:35:47.112Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-15T18:35:50.738Z] $ docker top 0fa0c5479dbbddca1a3b4e8046ed6a0dfe2129e051317ccae10a2ba66afe07e7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-15T18:35:50.983Z] provisioning config files... [2020-10-15T18:35:50.992Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/190@tmp/config4867847530473350404tmp [2020-10-15T18:35:51.008Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/190@tmp/config629709551072315469tmp [2020-10-15T18:35:51.021Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/190@tmp/config3795305064682682473tmp [Pipeline] { [Pipeline] echo [2020-10-15T18:35:51.149Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:35:51.445Z] ---> sigul-configuration.sh [2020-10-15T18:35:51.445Z] gpg: directory `/root/.gnupg' created [2020-10-15T18:35:51.445Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-15T18:35:51.445Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-15T18:35:51.445Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-15T18:35:51.445Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-15T18:35:51.445Z] gpg: CAST5 encrypted data [2020-10-15T18:35:51.707Z] gpg: encrypted with 1 passphrase [2020-10-15T18:35:51.707Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-15T18:35:52.010Z] + mkdir /home/jenkins [2020-10-15T18:35:52.010Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-15T18:35:52.303Z] + 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-15T18:35:52.314Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:35:52.606Z] ---> sigul-install.sh [2020-10-15T18:35:58.023Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-15T18:35:58.318Z] + git tag --list [2020-10-15T18:35:58.319Z] 0.6.0 [2020-10-15T18:35:58.319Z] 0.6.1 [2020-10-15T18:35:58.319Z] 0.7.0 [2020-10-15T18:35:58.319Z] 0.7.1 [2020-10-15T18:35:58.319Z] v1.0.0 [2020-10-15T18:35:58.319Z] v1.0.1 [2020-10-15T18:35:58.319Z] v1.1.0 [2020-10-15T18:35:58.319Z] v1.2.0 [2020-10-15T18:35:58.319Z] v1.2.1 [2020-10-15T18:35:58.319Z] v1.2.2-dev.1 [2020-10-15T18:35:58.319Z] v1.2.2-dev.10 [2020-10-15T18:35:58.319Z] v1.2.2-dev.11 [2020-10-15T18:35:58.319Z] v1.2.2-dev.12 [2020-10-15T18:35:58.319Z] v1.2.2-dev.13 [2020-10-15T18:35:58.319Z] v1.2.2-dev.14 [2020-10-15T18:35:58.319Z] v1.2.2-dev.15 [2020-10-15T18:35:58.319Z] v1.2.2-dev.16 [2020-10-15T18:35:58.319Z] v1.2.2-dev.17 [2020-10-15T18:35:58.319Z] v1.2.2-dev.18 [2020-10-15T18:35:58.319Z] v1.2.2-dev.19 [2020-10-15T18:35:58.319Z] v1.2.2-dev.2 [2020-10-15T18:35:58.319Z] v1.2.2-dev.20 [2020-10-15T18:35:58.319Z] v1.2.2-dev.21 [2020-10-15T18:35:58.319Z] v1.2.2-dev.22 [2020-10-15T18:35:58.319Z] v1.2.2-dev.23 [2020-10-15T18:35:58.319Z] v1.2.2-dev.24 [2020-10-15T18:35:58.319Z] v1.2.2-dev.25 [2020-10-15T18:35:58.319Z] v1.2.2-dev.26 [2020-10-15T18:35:58.319Z] v1.2.2-dev.27 [2020-10-15T18:35:58.319Z] v1.2.2-dev.28 [2020-10-15T18:35:58.319Z] v1.2.2-dev.29 [2020-10-15T18:35:58.319Z] v1.2.2-dev.3 [2020-10-15T18:35:58.319Z] v1.2.2-dev.30 [2020-10-15T18:35:58.319Z] v1.2.2-dev.31 [2020-10-15T18:35:58.319Z] v1.2.2-dev.32 [2020-10-15T18:35:58.319Z] v1.2.2-dev.33 [2020-10-15T18:35:58.319Z] v1.2.2-dev.34 [2020-10-15T18:35:58.319Z] v1.2.2-dev.35 [2020-10-15T18:35:58.319Z] v1.2.2-dev.36 [2020-10-15T18:35:58.319Z] v1.2.2-dev.37 [2020-10-15T18:35:58.319Z] v1.2.2-dev.38 [2020-10-15T18:35:58.319Z] v1.2.2-dev.39 [2020-10-15T18:35:58.319Z] v1.2.2-dev.4 [2020-10-15T18:35:58.319Z] v1.2.2-dev.40 [2020-10-15T18:35:58.319Z] v1.2.2-dev.41 [2020-10-15T18:35:58.319Z] v1.2.2-dev.42 [2020-10-15T18:35:58.319Z] v1.2.2-dev.43 [2020-10-15T18:35:58.319Z] v1.2.2-dev.44 [2020-10-15T18:35:58.319Z] v1.2.2-dev.45 [2020-10-15T18:35:58.319Z] v1.2.2-dev.46 [2020-10-15T18:35:58.319Z] v1.2.2-dev.47 [2020-10-15T18:35:58.319Z] v1.2.2-dev.48 [2020-10-15T18:35:58.319Z] v1.2.2-dev.49 [2020-10-15T18:35:58.319Z] v1.2.2-dev.5 [2020-10-15T18:35:58.319Z] v1.2.2-dev.50 [2020-10-15T18:35:58.319Z] v1.2.2-dev.51 [2020-10-15T18:35:58.319Z] v1.2.2-dev.52 [2020-10-15T18:35:58.319Z] v1.2.2-dev.53 [2020-10-15T18:35:58.319Z] v1.2.2-dev.54 [2020-10-15T18:35:58.319Z] v1.2.2-dev.55 [2020-10-15T18:35:58.319Z] v1.2.2-dev.56 [2020-10-15T18:35:58.319Z] v1.2.2-dev.57 [2020-10-15T18:35:58.319Z] v1.2.2-dev.58 [2020-10-15T18:35:58.319Z] v1.2.2-dev.59 [2020-10-15T18:35:58.319Z] v1.2.2-dev.6 [2020-10-15T18:35:58.319Z] v1.2.2-dev.60 [2020-10-15T18:35:58.319Z] v1.2.2-dev.61 [2020-10-15T18:35:58.319Z] v1.2.2-dev.62 [2020-10-15T18:35:58.319Z] v1.2.2-dev.63 [2020-10-15T18:35:58.319Z] v1.2.2-dev.64 [2020-10-15T18:35:58.319Z] v1.2.2-dev.65 [2020-10-15T18:35:58.319Z] v1.2.2-dev.66 [2020-10-15T18:35:58.319Z] v1.2.2-dev.67 [2020-10-15T18:35:58.319Z] v1.2.2-dev.68 [2020-10-15T18:35:58.319Z] v1.2.2-dev.69 [2020-10-15T18:35:58.319Z] v1.2.2-dev.7 [2020-10-15T18:35:58.319Z] v1.2.2-dev.70 [2020-10-15T18:35:58.319Z] v1.2.2-dev.71 [2020-10-15T18:35:58.319Z] v1.2.2-dev.72 [2020-10-15T18:35:58.319Z] v1.2.2-dev.73 [2020-10-15T18:35:58.319Z] v1.2.2-dev.74 [2020-10-15T18:35:58.319Z] v1.2.2-dev.8 [2020-10-15T18:35:58.319Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-15T18:35:58.613Z] + lftools sign git-tag v1.2.2-dev.74 [2020-10-15T18:35:59.998Z] Signing Git tag with Sigul... [2020-10-15T18:35:59.998Z] Signing v1.2.2-dev.74 [Pipeline] echo [2020-10-15T18:36:01.394Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:36:01.690Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-15T18:36:01.700Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-15T18:36:01.806Z] $ docker stop --time=1 0fa0c5479dbbddca1a3b4e8046ed6a0dfe2129e051317ccae10a2ba66afe07e7 [2020-10-15T18:36:03.862Z] $ docker rm -f 0fa0c5479dbbddca1a3b4e8046ed6a0dfe2129e051317ccae10a2ba66afe07e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:36:04.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T18:36:04.658Z] . [Pipeline] withDockerContainer [2020-10-15T18:36:04.761Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:36:04.805Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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-15T18:36:05.530Z] $ docker top 131ded4e18ff6b7b53dcb975fa7d20b96a6c89df2e7864d315912ecefa298584 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T18:36:05.914Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T18:36:05.914Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T18:36:06.117Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T18:36:06.120Z] $ docker exec 131ded4e18ff6b7b53dcb975fa7d20b96a6c89df2e7864d315912ecefa298584 ssh-agent [2020-10-15T18:36:06.299Z] SSH_AUTH_SOCK=/tmp/ssh-n4viIIVMAAc3/agent.12 [2020-10-15T18:36:06.299Z] SSH_AGENT_PID=17 [2020-10-15T18:36:06.306Z] Running ssh-add (command line suppressed) [2020-10-15T18:36:06.437Z] Identity added: /w/workspace/edgex-go/190@tmp/private_key_8229132468365606415.key (/w/workspace/edgex-go/190@tmp/private_key_8229132468365606415.key) [2020-10-15T18:36:06.498Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T18:36:06.827Z] + git semver bump pre [2020-10-15T18:36:06.827Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T18:36:06.827Z] # $GIT_DIR = /w/workspace/edgex-go/190/.git [2020-10-15T18:36:06.827Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/190 [2020-10-15T18:36:06.827Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T18:36:06.827Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T18:36:06.827Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T18:36:06.827Z] # $SEMVER_BRANCH = master [2020-10-15T18:36:06.827Z] # $SEMVER_DIR = /w/workspace/edgex-go/190/.semver [2020-10-15T18:36:06.827Z] 1.2.2-dev.75 [Pipeline] } [2020-10-15T18:36:06.840Z] $ docker exec --env ******** --env ******** 131ded4e18ff6b7b53dcb975fa7d20b96a6c89df2e7864d315912ecefa298584 ssh-agent -k [2020-10-15T18:36:06.969Z] unset SSH_AUTH_SOCK; [2020-10-15T18:36:06.970Z] unset SSH_AGENT_PID; [2020-10-15T18:36:06.970Z] echo Agent pid 17 killed; [2020-10-15T18:36:07.025Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T18:36:07.549Z] + git semver [Pipeline] } [2020-10-15T18:36:07.565Z] $ docker stop --time=1 131ded4e18ff6b7b53dcb975fa7d20b96a6c89df2e7864d315912ecefa298584 [2020-10-15T18:36:08.953Z] $ docker rm -f 131ded4e18ff6b7b53dcb975fa7d20b96a6c89df2e7864d315912ecefa298584 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T18:36:09.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T18:36:09.507Z] . [Pipeline] withDockerContainer [2020-10-15T18:36:09.611Z] prd-centos7-docker-4c-2g-5625 does not seem to be running inside a container [2020-10-15T18:36:09.652Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/190 -v /w/workspace/edgex-go/190:/w/workspace/edgex-go/190:rw,z -v /w/workspace/edgex-go/190@tmp:/w/workspace/edgex-go/190@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-15T18:36:10.368Z] $ docker top d89a35062c215f6b6de5eb1f72521c857696e5e7798f3619c77df9c89d653389 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T18:36:10.731Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T18:36:10.732Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T18:36:10.938Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T18:36:10.941Z] $ docker exec d89a35062c215f6b6de5eb1f72521c857696e5e7798f3619c77df9c89d653389 ssh-agent [2020-10-15T18:36:11.124Z] SSH_AUTH_SOCK=/tmp/ssh-0uM1Ii2jqpkr/agent.11 [2020-10-15T18:36:11.124Z] SSH_AGENT_PID=16 [2020-10-15T18:36:11.132Z] Running ssh-add (command line suppressed) [2020-10-15T18:36:11.261Z] Identity added: /w/workspace/edgex-go/190@tmp/private_key_7086290583759092187.key (/w/workspace/edgex-go/190@tmp/private_key_7086290583759092187.key) [2020-10-15T18:36:11.320Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T18:36:11.654Z] + git semver push [2020-10-15T18:36:11.654Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T18:36:11.654Z] # $GIT_DIR = /w/workspace/edgex-go/190/.git [2020-10-15T18:36:11.654Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/190 [2020-10-15T18:36:11.654Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T18:36:11.654Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T18:36:11.654Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T18:36:11.654Z] # $SEMVER_BRANCH = master [2020-10-15T18:36:11.654Z] # $SEMVER_DIR = /w/workspace/edgex-go/190/.semver [Pipeline] } [2020-10-15T18:36:21.695Z] $ docker exec --env ******** --env ******** d89a35062c215f6b6de5eb1f72521c857696e5e7798f3619c77df9c89d653389 ssh-agent -k [2020-10-15T18:36:21.835Z] unset SSH_AUTH_SOCK; [2020-10-15T18:36:21.835Z] unset SSH_AGENT_PID; [2020-10-15T18:36:21.835Z] echo Agent pid 16 killed; [2020-10-15T18:36:21.892Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T18:36:22.417Z] + git semver [Pipeline] } [2020-10-15T18:36:22.434Z] $ docker stop --time=1 d89a35062c215f6b6de5eb1f72521c857696e5e7798f3619c77df9c89d653389 [2020-10-15T18:36:23.821Z] $ docker rm -f d89a35062c215f6b6de5eb1f72521c857696e5e7798f3619c77df9c89d653389 [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-15T18:36:24.820Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:36:25.696Z] ---> package-listing.sh [2020-10-15T18:36:25.696Z] ++ facter osfamily [2020-10-15T18:36:25.696Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T18:36:25.696Z] + OS_FAMILY=redhat [2020-10-15T18:36:25.696Z] + workspace=/w/workspace/edgex-go/190 [2020-10-15T18:36:25.696Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T18:36:25.696Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T18:36:25.696Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T18:36:25.696Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T18:36:25.696Z] + '[' /w/workspace/edgex-go/190 ']' [2020-10-15T18:36:25.696Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T18:36:25.696Z] + case "${OS_FAMILY}" in [2020-10-15T18:36:25.696Z] + rpm -qa [2020-10-15T18:36:25.696Z] + sort [2020-10-15T18:36:29.909Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T18:36:29.909Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T18:36:29.909Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T18:36:29.909Z] + '[' /w/workspace/edgex-go/190 ']' [2020-10-15T18:36:29.909Z] + mkdir -p /w/workspace/edgex-go/190/archives/ [2020-10-15T18:36:29.910Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/190/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T18:36:30.162Z] provisioning config files... [2020-10-15T18:36:30.176Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/190@tmp/config130829855016691168tmp [Pipeline] { [Pipeline] echo [2020-10-15T18:36:30.241Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:36:30.536Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T18:36:30.545Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T18:36:30.674Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:36:30.965Z] ---> python-tools-install.sh [2020-10-15T18:36:30.966Z] Generating Requirements File [2020-10-15T18:37:52.513Z] Python 3.6.8 [2020-10-15T18:37:52.513Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-15T18:37:52.513Z] appdirs==1.4.3 [2020-10-15T18:37:52.513Z] argcomplete==1.12.1 [2020-10-15T18:37:52.513Z] aspy.yaml==1.3.0 [2020-10-15T18:37:52.513Z] attrs==19.3.0 [2020-10-15T18:37:52.513Z] Babel==2.8.0 [2020-10-15T18:37:52.513Z] beautifulsoup4==4.8.2 [2020-10-15T18:37:52.513Z] boto3==1.11.6 [2020-10-15T18:37:52.513Z] botocore==1.14.6 [2020-10-15T18:37:52.513Z] bs4==0.0.1 [2020-10-15T18:37:52.513Z] cachetools==4.1.1 [2020-10-15T18:37:52.513Z] certifi==2019.11.28 [2020-10-15T18:37:52.513Z] cffi==1.14.3 [2020-10-15T18:37:52.513Z] cfgv==2.0.1 [2020-10-15T18:37:52.513Z] chardet==3.0.4 [2020-10-15T18:37:52.513Z] click==7.1 [2020-10-15T18:37:52.513Z] cliff==3.4.0 [2020-10-15T18:37:52.513Z] cmd2==1.3.11 [2020-10-15T18:37:52.513Z] colorama==0.4.4 [2020-10-15T18:37:52.513Z] cryptography==3.1.1 [2020-10-15T18:37:52.513Z] debtcollector==2.2.0 [2020-10-15T18:37:52.513Z] decorator==4.4.2 [2020-10-15T18:37:52.513Z] defusedxml==0.6.0 [2020-10-15T18:37:52.513Z] Deprecated==1.2.7 [2020-10-15T18:37:52.513Z] distlib==0.3.1 [2020-10-15T18:37:52.513Z] distro==1.2.0 [2020-10-15T18:37:52.513Z] dnspython==1.16.0 [2020-10-15T18:37:52.513Z] docker==4.2.0 [2020-10-15T18:37:52.513Z] docutils==0.15.2 [2020-10-15T18:37:52.513Z] dogpile.cache==1.0.2 [2020-10-15T18:37:52.513Z] email-validator==1.0.5 [2020-10-15T18:37:52.513Z] filelock==3.0.12 [2020-10-15T18:37:52.513Z] future==0.18.2 [2020-10-15T18:37:52.513Z] google-auth==1.22.1 [2020-10-15T18:37:52.513Z] httplib2==0.17.0 [2020-10-15T18:37:52.513Z] identify==1.4.11 [2020-10-15T18:37:52.513Z] idna==2.9 [2020-10-15T18:37:52.513Z] importlib-metadata==2.0.0 [2020-10-15T18:37:52.513Z] importlib-resources==1.5.0 [2020-10-15T18:37:52.513Z] iso8601==0.1.13 [2020-10-15T18:37:52.513Z] Jinja2==2.11.1 [2020-10-15T18:37:52.513Z] jmespath==0.10.0 [2020-10-15T18:37:52.513Z] jsonpatch==1.26 [2020-10-15T18:37:52.513Z] jsonpointer==2.0 [2020-10-15T18:37:52.513Z] jsonschema==3.2.0 [2020-10-15T18:37:52.513Z] keystoneauth1==4.2.1 [2020-10-15T18:37:52.513Z] kubernetes==12.0.0 [2020-10-15T18:37:52.513Z] lftools==0.35.0 [2020-10-15T18:37:52.513Z] lxml==4.5.0 [2020-10-15T18:37:52.513Z] MarkupSafe==0.23 [2020-10-15T18:37:52.513Z] msgpack==1.0.0 [2020-10-15T18:37:52.513Z] multi-key-dict==2.0.3 [2020-10-15T18:37:52.513Z] munch==2.5.0 [2020-10-15T18:37:52.513Z] netaddr==0.8.0 [2020-10-15T18:37:52.513Z] netifaces==0.10.9 [2020-10-15T18:37:52.513Z] niet==1.4.2 [2020-10-15T18:37:52.513Z] nodeenv==1.3.5 [2020-10-15T18:37:52.513Z] oauth2client==4.1.3 [2020-10-15T18:37:52.513Z] oauthlib==3.1.0 [2020-10-15T18:37:52.513Z] openstacksdk==0.50.0 [2020-10-15T18:37:52.513Z] os-client-config==2.1.0 [2020-10-15T18:37:52.513Z] os-service-types==1.7.0 [2020-10-15T18:37:52.513Z] osc-lib==2.2.1 [2020-10-15T18:37:52.513Z] oslo.config==8.3.2 [2020-10-15T18:37:52.513Z] oslo.context==3.1.1 [2020-10-15T18:37:52.513Z] oslo.i18n==5.0.1 [2020-10-15T18:37:52.513Z] oslo.log==4.4.0 [2020-10-15T18:37:52.513Z] oslo.serialization==4.0.1 [2020-10-15T18:37:52.513Z] oslo.utils==4.6.0 [2020-10-15T18:37:52.513Z] packaging==20.4 [2020-10-15T18:37:52.513Z] pbr==5.4.4 [2020-10-15T18:37:52.513Z] pluggy==0.13.1 [2020-10-15T18:37:52.513Z] prettytable==0.7.2 [2020-10-15T18:37:52.513Z] py==1.9.0 [2020-10-15T18:37:52.513Z] pyasn1==0.4.8 [2020-10-15T18:37:52.513Z] pyasn1-modules==0.2.8 [2020-10-15T18:37:52.513Z] pycparser==2.20 [2020-10-15T18:37:52.513Z] pygerrit2==2.0.10 [2020-10-15T18:37:52.513Z] PyGithub==1.46 [2020-10-15T18:37:52.513Z] pyinotify==0.9.6 [2020-10-15T18:37:52.513Z] PyJWT==1.7.1 [2020-10-15T18:37:52.513Z] pyparsing==2.4.7 [2020-10-15T18:37:52.513Z] pyperclip==1.8.1 [2020-10-15T18:37:52.513Z] pyroute2==0.4.13 [2020-10-15T18:37:52.513Z] pyrsistent==0.15.7 [2020-10-15T18:37:52.513Z] PySocks==1.6.8 [2020-10-15T18:37:52.513Z] python-cinderclient==7.2.0 [2020-10-15T18:37:52.513Z] python-dateutil==2.8.1 [2020-10-15T18:37:52.513Z] python-heatclient==2.2.1 [2020-10-15T18:37:52.513Z] python-jenkins==1.7.0 [2020-10-15T18:37:52.513Z] python-keystoneclient==4.1.1 [2020-10-15T18:37:52.513Z] python-magnumclient==3.2.1 [2020-10-15T18:37:52.513Z] python-novaclient==17.2.1 [2020-10-15T18:37:52.513Z] python-openstackclient==5.4.0 [2020-10-15T18:37:52.513Z] python-swiftclient==3.10.1 [2020-10-15T18:37:52.513Z] pytz==2020.1 [2020-10-15T18:37:52.513Z] PyYAML==5.3 [2020-10-15T18:37:52.513Z] requests==2.23.0 [2020-10-15T18:37:52.513Z] requests-oauthlib==1.3.0 [2020-10-15T18:37:52.513Z] requestsexceptions==1.4.0 [2020-10-15T18:37:52.513Z] rfc3986==1.4.0 [2020-10-15T18:37:52.513Z] rpm==4.11.3 [2020-10-15T18:37:52.513Z] rsa==4.0 [2020-10-15T18:37:52.513Z] ruamel.yaml==0.16.10 [2020-10-15T18:37:52.513Z] ruamel.yaml.clib==0.2.0 [2020-10-15T18:37:52.513Z] s3transfer==0.3.3 [2020-10-15T18:37:52.513Z] shade==1.27.2 [2020-10-15T18:37:52.513Z] simplejson==3.17.2 [2020-10-15T18:37:52.513Z] six==1.14.0 [2020-10-15T18:37:52.513Z] soupsieve==2.0 [2020-10-15T18:37:52.513Z] stevedore==3.2.2 [2020-10-15T18:37:52.513Z] tabulate==0.8.6 [2020-10-15T18:37:52.513Z] toml==0.10.0 [2020-10-15T18:37:52.513Z] tox==3.20.1 [2020-10-15T18:37:52.513Z] tqdm==4.43.0 [2020-10-15T18:37:52.513Z] urllib3==1.25.8 [2020-10-15T18:37:52.513Z] virtualenv==20.0.35 [2020-10-15T18:37:52.513Z] wcwidth==0.2.5 [2020-10-15T18:37:52.513Z] websocket-client==0.57.0 [2020-10-15T18:37:52.513Z] wrapt==1.12.1 [2020-10-15T18:37:52.513Z] xdg==3.0.2 [2020-10-15T18:37:52.513Z] xmltodict==0.12.0 [2020-10-15T18:37:52.513Z] yq==2.11.1 [2020-10-15T18:37:52.513Z] zipp==3.3.0 [2020-10-15T18:37:52.513Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:37:52.513Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-15T18:37:52.513Z] Python 2.7.5 [2020-10-15T18:37:52.513Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-15T18:37:52.513Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-15T18:37:52.513Z] ansible==2.9.7 [2020-10-15T18:37:52.513Z] Babel==0.9.6 [2020-10-15T18:37:52.513Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-15T18:37:52.513Z] beautifulsoup4==4.4.1 [2020-10-15T18:37:52.513Z] bodhi==2.11.0 [2020-10-15T18:37:52.513Z] bodhi-client==2.11.0 [2020-10-15T18:37:52.513Z] CCColUtils==1.4 [2020-10-15T18:37:52.513Z] cffi==1.6.0 [2020-10-15T18:37:52.513Z] chardet==2.2.1 [2020-10-15T18:37:52.513Z] click==6.7 [2020-10-15T18:37:52.513Z] cloud-init==18.5 [2020-10-15T18:37:52.513Z] configobj==4.7.2 [2020-10-15T18:37:52.513Z] cryptography==1.7.2 [2020-10-15T18:37:52.513Z] decorator==3.4.0 [2020-10-15T18:37:52.513Z] distro==1.2.0 [2020-10-15T18:37:52.513Z] enum34==1.0.4 [2020-10-15T18:37:52.513Z] fedpkg==1.38 [2020-10-15T18:37:52.513Z] futures==3.1.1 [2020-10-15T18:37:52.513Z] gitdb==0.6.4 [2020-10-15T18:37:52.513Z] GitPython==1.0.1 [2020-10-15T18:37:52.513Z] html5lib==0.999 [2020-10-15T18:37:52.513Z] httplib2==0.9.2 [2020-10-15T18:37:52.513Z] idna==2.4 [2020-10-15T18:37:52.513Z] iniparse==0.4 [2020-10-15T18:37:52.513Z] ipaddress==1.0.16 [2020-10-15T18:37:52.513Z] IPy==0.75 [2020-10-15T18:37:52.513Z] javapackages==1.0.0 [2020-10-15T18:37:52.513Z] Jinja2==2.7.2 [2020-10-15T18:37:52.513Z] jmespath==0.9.4 [2020-10-15T18:37:52.513Z] jsonpatch==1.2 [2020-10-15T18:37:52.513Z] jsonpointer==1.9 [2020-10-15T18:37:52.513Z] kerberos==1.1 [2020-10-15T18:37:52.513Z] kitchen==1.1.1 [2020-10-15T18:37:52.513Z] langtable==0.0.31 [2020-10-15T18:37:52.513Z] lockfile==0.9.1 [2020-10-15T18:37:52.513Z] lxml==3.2.1 [2020-10-15T18:37:52.513Z] MarkupSafe==0.11 [2020-10-15T18:37:52.513Z] munch==2.0.2 [2020-10-15T18:37:52.513Z] offtrac==0.1.0 [2020-10-15T18:37:52.513Z] openidc-client==0.6.0 [2020-10-15T18:37:52.513Z] packagedb-cli==2.14.1 [2020-10-15T18:37:52.513Z] paramiko==2.1.1 [2020-10-15T18:37:52.513Z] perf==0.1 [2020-10-15T18:37:52.513Z] ply==3.4 [2020-10-15T18:37:52.513Z] policycoreutils-default-encoding==0.1 [2020-10-15T18:37:52.513Z] prettytable==0.7.2 [2020-10-15T18:37:52.513Z] pyasn1==0.1.9 [2020-10-15T18:37:52.513Z] pycparser==2.14 [2020-10-15T18:37:52.513Z] pycurl==7.19.0 [2020-10-15T18:37:52.513Z] pygobject==3.22.0 [2020-10-15T18:37:52.513Z] pygpgme==0.3 [2020-10-15T18:37:52.513Z] pyliblzma==0.5.3 [2020-10-15T18:37:52.513Z] pyOpenSSL==0.13.1 [2020-10-15T18:37:52.513Z] pyparsing==1.5.6 [2020-10-15T18:37:52.513Z] pyserial==2.6 [2020-10-15T18:37:52.513Z] python-augeas==0.5.0 [2020-10-15T18:37:52.513Z] python-bugzilla==2.3.0 [2020-10-15T18:37:52.513Z] python-dateutil==1.5 [2020-10-15T18:37:52.513Z] python-fedora==0.10.0 [2020-10-15T18:37:52.513Z] python-linux-procfs==0.4.9 [2020-10-15T18:37:52.513Z] python-yubico==1.2.3 [2020-10-15T18:37:52.513Z] pyudev==0.15 [2020-10-15T18:37:52.513Z] pyusb==1.0.0b1 [2020-10-15T18:37:52.513Z] pyxattr==0.5.1 [2020-10-15T18:37:52.513Z] PyYAML==3.10 [2020-10-15T18:37:52.513Z] requests==2.6.0 [2020-10-15T18:37:52.513Z] requests-kerberos==0.7.0 [2020-10-15T18:37:52.513Z] rpkg==1.60 [2020-10-15T18:37:52.513Z] schedutils==0.4 [2020-10-15T18:37:52.513Z] seobject==0.1 [2020-10-15T18:37:52.513Z] sepolicy==1.1 [2020-10-15T18:37:52.513Z] six==1.9.0 [2020-10-15T18:37:52.513Z] smmap==0.9.0 [2020-10-15T18:37:52.513Z] urlgrabber==3.10 [2020-10-15T18:37:52.513Z] urllib3==1.10.2 [2020-10-15T18:37:52.513Z] virtualenv==15.1.0 [2020-10-15T18:37:52.513Z] yum-langpacks==0.4.2 [2020-10-15T18:37:52.513Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-15T18:37:52.524Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:37:52.822Z] ---> sudo-logs.sh [2020-10-15T18:37:52.822Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T18:37:53.093Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:37:53.392Z] ---> job-cost.sh [2020-10-15T18:37:53.392Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MejX [2020-10-15T18:38:05.634Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:05.634Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:05.634Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:05.634Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:05.634Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:05.634Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:05.897Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:05.897Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:05.897Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:06.159Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:06.159Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:06.421Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:06.421Z] Cache entry deserialization failed, entry ignored [2020-10-15T18:38:08.983Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-15T18:38:41.159Z] lf-activate-venv(): INFO: Adding /tmp/venv-MejX/bin to PATH [2020-10-15T18:38:41.159Z] INFO: No Stack... [2020-10-15T18:38:41.159Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T18:38:41.159Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T18:38:41.175Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T18:38:41.776Z] ---> logs-deploy.sh [2020-10-15T18:38:41.776Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/190 [2020-10-15T18:38:41.776Z] INFO: archiving workspace using pattern(s): [2020-10-15T18:38:43.689Z] Archives upload complete. [2020-10-15T18:38:43.689Z] INFO: archiving logs to Nexus