Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-388 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/125 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/125 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf # timeout=10 Commit message: "Add POST event functions based for v2 API (#2610)" > git rev-list --no-walk a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-18T15:10:48.683Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-18T15:10:48.934Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-18T15:10:49.012Z] ========================================================= [2020-08-18T15:10:49.012Z] EdgeX Global Pipelines Version Info [2020-08-18T15:10:49.012Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:10:50.884Z] ------------------- [2020-08-18T15:10:50.884Z] stable info: [2020-08-18T15:10:50.884Z] ------------------- [2020-08-18T15:10:50.884Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-18T15:10:50.884Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-18T15:10:50.884Z] Message: update stable to v1.0.106 [2020-08-18T15:10:51.828Z] ------------------- [2020-08-18T15:10:51.828Z] experimental info: [2020-08-18T15:10:51.828Z] ------------------- [2020-08-18T15:10:51.828Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-18T15:10:51.828Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-18T15:10:51.828Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-18T15:10:53.426Z] ++ 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-08-18T15:10:53.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:10:53.426Z] ++ dirname cmd/core-command/Dockerfile [2020-08-18T15:10:53.426Z] ++ cut -d/ -f2 [2020-08-18T15:10:53.426Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-18T15:10:53.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:10:53.426Z] ++ dirname cmd/core-data/Dockerfile [2020-08-18T15:10:53.426Z] ++ cut -d/ -f2 [2020-08-18T15:10:53.426Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-18T15:10:53.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:10:53.426Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-18T15:10:53.426Z] ++ cut -d/ -f2 [2020-08-18T15:10:53.426Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-18T15:10:53.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:10:53.426Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-18T15:10:53.426Z] ++ cut -d/ -f2 [2020-08-18T15:10:53.426Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-18T15:10:53.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:10:53.426Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-18T15:10:53.426Z] ++ cut -d/ -f2 [2020-08-18T15:10:53.426Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-18T15:10:53.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:10:53.426Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-18T15:10:53.426Z] ++ cut -d/ -f2 [2020-08-18T15:10:53.426Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-18T15:10:53.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:10:53.426Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-18T15:10:53.426Z] ++ cut -d/ -f2 [2020-08-18T15:10:53.426Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-18T15:10:53.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:10:53.426Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-18T15:10:53.426Z] ++ cut -d/ -f2 [2020-08-18T15:10:53.426Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-18T15:10:53.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:10:53.426Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-18T15:10:53.426Z] ++ cut -d/ -f2 [2020-08-18T15:10:53.426Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-18T15:10:53.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:10:53.426Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-18T15:10:53.426Z] ++ cut -d/ -f2 [2020-08-18T15:10:53.426Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-18T15:10:53.489Z] 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-08-18T15:10:54.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T15:10:54.722Z] [2020-08-18T15:10:54.722Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:10:55.095Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T15:10:55.095Z] latest: Pulling from edgex-devops/git-semver [2020-08-18T15:10:55.095Z] 31603596830f: Pulling fs layer [2020-08-18T15:10:55.095Z] 2a8b12db71e7: Pulling fs layer [2020-08-18T15:10:55.095Z] 6ca5941a6612: Pulling fs layer [2020-08-18T15:10:55.095Z] ecc8261a40a4: Pulling fs layer [2020-08-18T15:10:55.095Z] ecc8261a40a4: Waiting [2020-08-18T15:10:55.095Z] 2a8b12db71e7: Verifying Checksum [2020-08-18T15:10:55.095Z] 2a8b12db71e7: Download complete [2020-08-18T15:10:55.360Z] 31603596830f: Verifying Checksum [2020-08-18T15:10:55.360Z] 31603596830f: Download complete [2020-08-18T15:10:55.360Z] ecc8261a40a4: Verifying Checksum [2020-08-18T15:10:55.360Z] ecc8261a40a4: Download complete [2020-08-18T15:10:55.360Z] 6ca5941a6612: Verifying Checksum [2020-08-18T15:10:55.360Z] 6ca5941a6612: Download complete [2020-08-18T15:10:55.622Z] 31603596830f: Pull complete [2020-08-18T15:10:55.622Z] 2a8b12db71e7: Pull complete [2020-08-18T15:10:56.580Z] 6ca5941a6612: Pull complete [2020-08-18T15:10:56.580Z] ecc8261a40a4: Pull complete [2020-08-18T15:10:56.580Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-18T15:10:56.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T15:10:56.580Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-18T15:10:56.690Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:10:56.732Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-18T15:10:59.070Z] $ docker top d34100ee704ca1bd665d76c3bcfaa07b8223b578c4761ac1c7b177d2caea9ba9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-18T15:10:59.356Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T15:10:59.356Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T15:10:59.558Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T15:10:59.556Z] $ docker exec d34100ee704ca1bd665d76c3bcfaa07b8223b578c4761ac1c7b177d2caea9ba9 ssh-agent [2020-08-18T15:10:59.713Z] SSH_AUTH_SOCK=/tmp/ssh-qZewzCHY8Q3p/agent.11 [2020-08-18T15:10:59.713Z] SSH_AGENT_PID=16 [2020-08-18T15:10:59.800Z] Running ssh-add (command line suppressed) [2020-08-18T15:10:59.920Z] Identity added: /w/workspace/edgex-go/125@tmp/private_key_8284642153889020984.key (/w/workspace/edgex-go/125@tmp/private_key_8284642153889020984.key) [2020-08-18T15:10:59.972Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T15:11:00.299Z] + git describe --exact-match --tags HEAD [2020-08-18T15:11:00.299Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-18T15:11:00.316Z] $ docker exec --env ******** --env ******** d34100ee704ca1bd665d76c3bcfaa07b8223b578c4761ac1c7b177d2caea9ba9 ssh-agent -k [2020-08-18T15:11:00.441Z] unset SSH_AUTH_SOCK; [2020-08-18T15:11:00.442Z] unset SSH_AGENT_PID; [2020-08-18T15:11:00.442Z] echo Agent pid 16 killed; [2020-08-18T15:11:00.490Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-18T15:11:00.607Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-18T15:11:00.607Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-18T15:11:00.736Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T15:11:00.736Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T15:11:00.909Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T15:11:00.908Z] $ docker exec d34100ee704ca1bd665d76c3bcfaa07b8223b578c4761ac1c7b177d2caea9ba9 ssh-agent [2020-08-18T15:11:01.073Z] SSH_AUTH_SOCK=/tmp/ssh-eyoTDOquNuB3/agent.45 [2020-08-18T15:11:01.073Z] SSH_AGENT_PID=50 [2020-08-18T15:11:01.079Z] Running ssh-add (command line suppressed) [2020-08-18T15:11:01.195Z] Identity added: /w/workspace/edgex-go/125@tmp/private_key_3794535273283096559.key (/w/workspace/edgex-go/125@tmp/private_key_3794535273283096559.key) [2020-08-18T15:11:01.249Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T15:11:01.574Z] + git semver init [2020-08-18T15:11:01.574Z] # -> Open(): unable to determine branch for HEAD [2020-08-18T15:11:01.574Z] # $GIT_DIR = /w/workspace/edgex-go/125/.git [2020-08-18T15:11:01.574Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/125 [2020-08-18T15:11:01.574Z] # $SEMVER_REMOTE_NAME = origin [2020-08-18T15:11:01.574Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-18T15:11:01.574Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-18T15:11:01.574Z] # $SEMVER_BRANCH = master [2020-08-18T15:11:01.574Z] # $SEMVER_TEMP = /tmp/semver-444686043 [2020-08-18T15:11:01.574Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-18T15:11:19.700Z] # '/tmp/semver-444686043' -> '/w/workspace/edgex-go/125/.semver' [2020-08-18T15:11:20.276Z] # -> Force: false [2020-08-18T15:11:20.276Z] # $SEMVER_DIR = /w/workspace/edgex-go/125/.semver [Pipeline] } [2020-08-18T15:11:20.284Z] $ docker exec --env ******** --env ******** d34100ee704ca1bd665d76c3bcfaa07b8223b578c4761ac1c7b177d2caea9ba9 ssh-agent -k [2020-08-18T15:11:20.502Z] unset SSH_AUTH_SOCK; [2020-08-18T15:11:20.503Z] unset SSH_AGENT_PID; [2020-08-18T15:11:20.503Z] echo Agent pid 50 killed; [2020-08-18T15:11:20.566Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-18T15:11:21.077Z] + git semver [Pipeline] } [2020-08-18T15:11:21.088Z] $ docker stop --time=1 d34100ee704ca1bd665d76c3bcfaa07b8223b578c4761ac1c7b177d2caea9ba9 [2020-08-18T15:11:22.746Z] $ docker rm -f d34100ee704ca1bd665d76c3bcfaa07b8223b578c4761ac1c7b177d2caea9ba9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-18T15:11:36.229Z] Stashed 30 file(s) [Pipeline] echo [2020-08-18T15:11:36.231Z] [edgeXSemver] initialized semver on version 1.2.2-dev.13 [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-08-18T15:11:36.814Z] ========================================================= [2020-08-18T15:11:36.814Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-18T15:11:36.814Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:11:37.147Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-18T15:11:41.433Z] Sending build context to Docker daemon 323.1MB [2020-08-18T15:11:41.433Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-18T15:11:41.433Z] Step 2/7 : FROM ${BASE} [2020-08-18T15:11:41.433Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-18T15:11:41.433Z] df20fa9351a1: Pulling fs layer [2020-08-18T15:11:41.433Z] ed8968b2872e: Pulling fs layer [2020-08-18T15:11:41.433Z] a92cc7c5fd73: Pulling fs layer [2020-08-18T15:11:41.433Z] 2dd03ba5bac4: Pulling fs layer [2020-08-18T15:11:41.433Z] 1e091d79d1de: Pulling fs layer [2020-08-18T15:11:41.433Z] 481702a1767f: Pulling fs layer [2020-08-18T15:11:41.433Z] f64a6f60c768: Pulling fs layer [2020-08-18T15:11:41.433Z] e78d2573fc39: Pulling fs layer [2020-08-18T15:11:41.433Z] e876d2f968b6: Pulling fs layer [2020-08-18T15:11:41.433Z] ce8a83651883: Pulling fs layer [2020-08-18T15:11:41.433Z] 07967f4d0e4b: Pulling fs layer [2020-08-18T15:11:41.433Z] 2dd03ba5bac4: Waiting [2020-08-18T15:11:41.433Z] 1e091d79d1de: Waiting [2020-08-18T15:11:41.433Z] 481702a1767f: Waiting [2020-08-18T15:11:41.433Z] f64a6f60c768: Waiting [2020-08-18T15:11:41.433Z] e78d2573fc39: Waiting [2020-08-18T15:11:41.433Z] e876d2f968b6: Waiting [2020-08-18T15:11:41.433Z] ce8a83651883: Waiting [2020-08-18T15:11:41.433Z] 07967f4d0e4b: Waiting [2020-08-18T15:11:41.433Z] a92cc7c5fd73: Verifying Checksum [2020-08-18T15:11:41.433Z] a92cc7c5fd73: Download complete [2020-08-18T15:11:41.433Z] ed8968b2872e: Verifying Checksum [2020-08-18T15:11:41.433Z] ed8968b2872e: Download complete [2020-08-18T15:11:41.433Z] 1e091d79d1de: Verifying Checksum [2020-08-18T15:11:41.433Z] 1e091d79d1de: Download complete [2020-08-18T15:11:41.433Z] 481702a1767f: Verifying Checksum [2020-08-18T15:11:41.433Z] 481702a1767f: Download complete [2020-08-18T15:11:41.433Z] df20fa9351a1: Verifying Checksum [2020-08-18T15:11:41.433Z] df20fa9351a1: Download complete [2020-08-18T15:11:41.433Z] df20fa9351a1: Pull complete [2020-08-18T15:11:42.027Z] f64a6f60c768: Verifying Checksum [2020-08-18T15:11:42.027Z] f64a6f60c768: Download complete [2020-08-18T15:11:42.027Z] e876d2f968b6: Verifying Checksum [2020-08-18T15:11:42.027Z] e876d2f968b6: Download complete [2020-08-18T15:11:42.294Z] 2dd03ba5bac4: Verifying Checksum [2020-08-18T15:11:42.294Z] 2dd03ba5bac4: Download complete [2020-08-18T15:11:42.294Z] e78d2573fc39: Verifying Checksum [2020-08-18T15:11:42.294Z] e78d2573fc39: Download complete [2020-08-18T15:11:42.555Z] 07967f4d0e4b: Verifying Checksum [2020-08-18T15:11:42.556Z] 07967f4d0e4b: Download complete [2020-08-18T15:11:42.556Z] ce8a83651883: Verifying Checksum [2020-08-18T15:11:42.556Z] ce8a83651883: Download complete [2020-08-18T15:11:43.499Z] ed8968b2872e: Pull complete [2020-08-18T15:11:43.762Z] a92cc7c5fd73: Pull complete [2020-08-18T15:11:49.065Z] 2dd03ba5bac4: Pull complete [2020-08-18T15:11:49.065Z] 1e091d79d1de: Pull complete [2020-08-18T15:11:49.326Z] 481702a1767f: Pull complete [2020-08-18T15:11:51.648Z] Still waiting to schedule task [2020-08-18T15:11:51.648Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-384’ [2020-08-18T15:11:53.541Z] f64a6f60c768: Pull complete [2020-08-18T15:11:56.861Z] e78d2573fc39: Pull complete [2020-08-18T15:11:56.861Z] e876d2f968b6: Pull complete [2020-08-18T15:11:57.817Z] ce8a83651883: Pull complete [2020-08-18T15:11:58.078Z] 07967f4d0e4b: Pull complete [2020-08-18T15:11:58.078Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-18T15:11:58.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-18T15:11:58.078Z] ---> 5d7c900382c6 [2020-08-18T15:11:58.078Z] 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-08-18T15:11:59.473Z] ---> Running in 6b5d9e4a6153 [2020-08-18T15:12:00.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:12:00.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:12:01.247Z] (1/12) Installing libmagic (5.38-r0) [2020-08-18T15:12:01.509Z] (2/12) Installing file (5.38-r0) [2020-08-18T15:12:01.509Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-18T15:12:01.770Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-18T15:12:05.074Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-18T15:12:05.074Z] (6/12) Installing patch (2.7.6-r6) [2020-08-18T15:12:05.074Z] (7/12) Installing build-base (0.5-r2) [2020-08-18T15:12:05.074Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-18T15:12:05.336Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-18T15:12:05.336Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-18T15:12:05.596Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-18T15:12:06.166Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-18T15:12:06.166Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:12:06.166Z] OK: 233 MiB in 51 packages [2020-08-18T15:12:10.375Z] Removing intermediate container 6b5d9e4a6153 [2020-08-18T15:12:10.375Z] ---> d8619268f99a [2020-08-18T15:12:10.375Z] Step 4/7 : WORKDIR /edgex-go [2020-08-18T15:12:10.375Z] ---> Running in 673bf0b7fa70 [2020-08-18T15:12:10.375Z] Removing intermediate container 673bf0b7fa70 [2020-08-18T15:12:10.375Z] ---> 8507336a265b [2020-08-18T15:12:10.375Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-18T15:12:10.375Z] latest: Pulling from library/docker [2020-08-18T15:12:10.637Z] df20fa9351a1: Already exists [2020-08-18T15:12:10.637Z] 25ad7478873d: Pulling fs layer [2020-08-18T15:12:10.637Z] 4684f6177b5d: Pulling fs layer [2020-08-18T15:12:10.637Z] 46e300cec669: Pulling fs layer [2020-08-18T15:12:10.637Z] 63038576ad94: Pulling fs layer [2020-08-18T15:12:10.637Z] 0fdb76c4706c: Pulling fs layer [2020-08-18T15:12:10.637Z] cb7edeffdfd5: Pulling fs layer [2020-08-18T15:12:10.637Z] 0fdb76c4706c: Waiting [2020-08-18T15:12:10.637Z] 63038576ad94: Waiting [2020-08-18T15:12:10.637Z] cb7edeffdfd5: Waiting [2020-08-18T15:12:10.637Z] 4684f6177b5d: Verifying Checksum [2020-08-18T15:12:10.637Z] 4684f6177b5d: Download complete [2020-08-18T15:12:10.905Z] 25ad7478873d: Verifying Checksum [2020-08-18T15:12:10.905Z] 63038576ad94: Verifying Checksum [2020-08-18T15:12:10.905Z] 63038576ad94: Download complete [2020-08-18T15:12:10.905Z] 0fdb76c4706c: Verifying Checksum [2020-08-18T15:12:10.905Z] 0fdb76c4706c: Download complete [2020-08-18T15:12:11.169Z] 25ad7478873d: Pull complete [2020-08-18T15:12:11.169Z] cb7edeffdfd5: Download complete [2020-08-18T15:12:11.169Z] 4684f6177b5d: Pull complete [2020-08-18T15:12:11.747Z] 46e300cec669: Download complete [2020-08-18T15:12:14.305Z] 46e300cec669: Pull complete [2020-08-18T15:12:14.305Z] 63038576ad94: Pull complete [2020-08-18T15:12:14.305Z] 0fdb76c4706c: Pull complete [2020-08-18T15:12:14.305Z] cb7edeffdfd5: Pull complete [2020-08-18T15:12:14.305Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-18T15:12:14.566Z] Status: Downloaded newer image for docker:latest [2020-08-18T15:12:15.954Z] ---> e8e7f7169a2a [2020-08-18T15:12:15.954Z] Step 6/7 : COPY go.mod . [2020-08-18T15:12:15.954Z] ---> b50ce94a962c [2020-08-18T15:12:15.954Z] Step 7/7 : RUN go mod download [2020-08-18T15:12:16.215Z] ---> Running in e364d9764484 [2020-08-18T15:12:18.763Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-18T15:12:18.764Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-18T15:12:18.764Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-18T15:12:18.764Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-18T15:12:18.764Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-18T15:12:18.764Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-18T15:12:19.025Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-18T15:12:19.025Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-18T15:12:19.025Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-18T15:12:19.025Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-18T15:12:19.025Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-18T15:12:19.025Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-18T15:12:19.025Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-18T15:12:19.286Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-18T15:12:19.286Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-18T15:12:19.286Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-18T15:12:19.286Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-18T15:12:19.286Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-18T15:12:19.286Z] go: finding github.com/fatih/color v1.7.0 [2020-08-18T15:12:19.286Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-18T15:12:19.546Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-18T15:12:19.547Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-18T15:12:19.547Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-18T15:12:19.547Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-18T15:12:19.547Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-18T15:12:19.547Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-18T15:12:19.547Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-18T15:12:19.807Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-18T15:12:19.807Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-18T15:12:19.807Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-18T15:12:19.807Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-18T15:12:20.069Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-18T15:12:20.330Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-18T15:12:20.330Z] go: finding github.com/google/uuid v1.1.0 [2020-08-18T15:12:20.330Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-18T15:12:20.330Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-18T15:12:20.330Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-18T15:12:20.330Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-18T15:12:20.330Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-18T15:12:20.594Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-18T15:12:20.594Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-18T15:12:20.594Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-18T15:12:20.594Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-18T15:12:20.594Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-18T15:12:20.594Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-18T15:12:20.594Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-18T15:12:20.855Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-18T15:12:20.855Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-18T15:12:20.855Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-18T15:12:20.855Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-18T15:12:20.855Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-18T15:12:20.855Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-18T15:12:20.855Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-18T15:12:21.118Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-18T15:12:21.118Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-18T15:12:21.118Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-18T15:12:21.118Z] go: finding github.com/kr/pty v1.1.1 [2020-08-18T15:12:21.118Z] go: finding github.com/kr/text v0.1.0 [2020-08-18T15:12:21.118Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-18T15:12:21.118Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-18T15:12:21.379Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-18T15:12:21.379Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-18T15:12:21.379Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-18T15:12:21.379Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-18T15:12:21.379Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-18T15:12:21.379Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-18T15:12:21.379Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-18T15:12:21.640Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-18T15:12:21.640Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-18T15:12:21.640Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-18T15:12:21.640Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-18T15:12:21.640Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-18T15:12:21.640Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-18T15:12:21.640Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-18T15:12:21.902Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-18T15:12:21.902Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-18T15:12:21.902Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-18T15:12:21.902Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-18T15:12:21.902Z] go: finding github.com/posener/complete v1.1.1 [2020-08-18T15:12:21.902Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-18T15:12:21.902Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-18T15:12:22.164Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-18T15:12:22.164Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-18T15:12:22.164Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-18T15:12:22.164Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-18T15:12:22.164Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-18T15:12:22.164Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-18T15:12:22.164Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-18T15:12:22.425Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-18T15:12:22.425Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-18T15:12:22.425Z] go: finding golang.org/x/text v0.3.2 [2020-08-18T15:12:22.425Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-18T15:12:22.425Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-18T15:12:22.425Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-18T15:12:22.425Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-18T15:12:22.686Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-18T15:12:22.686Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-18T15:12:40.837Z] Removing intermediate container e364d9764484 [2020-08-18T15:12:40.837Z] ---> 8e9929bb2392 [2020-08-18T15:12:40.837Z] Successfully built 8e9929bb2392 [2020-08-18T15:12:40.837Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:12:43.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T15:12:43.741Z] [2020-08-18T15:12:43.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:12:44.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T15:12:44.084Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-18T15:12:44.084Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-18T15:12:44.084Z] ca9280d653b3: Pulling fs layer [2020-08-18T15:12:44.084Z] 7e9c9ca2126c: Pulling fs layer [2020-08-18T15:12:44.084Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-18T15:12:44.084Z] cbdbe7a5bc2a: Download complete [2020-08-18T15:12:44.346Z] ca9280d653b3: Verifying Checksum [2020-08-18T15:12:44.346Z] ca9280d653b3: Download complete [2020-08-18T15:12:44.346Z] cbdbe7a5bc2a: Pull complete [2020-08-18T15:12:44.924Z] 7e9c9ca2126c: Download complete [2020-08-18T15:12:45.505Z] ca9280d653b3: Pull complete [2020-08-18T15:12:52.118Z] 7e9c9ca2126c: Pull complete [2020-08-18T15:12:52.118Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-18T15:12:52.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T15:12:52.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-18T15:12:52.228Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:12:52.270Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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:10003/edgex-devops/edgex-compose:latest cat [2020-08-18T15:12:55.224Z] $ docker top 521a256e5266c40858f592f39bdef18e1d40bbdb4fcc3b83e6300d1f1b9ac8ef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T15:12:55.808Z] + docker-compose build --help [2020-08-18T15:12:55.808Z] + grep parallel [2020-08-18T15:12:56.819Z] --parallel Build images in parallel. [Pipeline] } [2020-08-18T15:12:56.838Z] $ docker stop --time=1 521a256e5266c40858f592f39bdef18e1d40bbdb4fcc3b83e6300d1f1b9ac8ef [2020-08-18T15:12:58.213Z] $ docker rm -f 521a256e5266c40858f592f39bdef18e1d40bbdb4fcc3b83e6300d1f1b9ac8ef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:12:58.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T15:12:58.844Z] . [Pipeline] withDockerContainer [2020-08-18T15:12:58.935Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:12:58.976Z] $ 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/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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-compose:latest cat [2020-08-18T15:12:59.615Z] $ docker top 4d22b180d6833b94729fe0143a8486b8151f85e5d531e796f6474d8db11a96c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T15:13:00.090Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-18T15:13:01.035Z] Building docker-core-command-go ... [2020-08-18T15:13:01.035Z] Building docker-core-data-go ... [2020-08-18T15:13:01.035Z] Building docker-core-metadata-go ... [2020-08-18T15:13:01.035Z] Building docker-security-proxy-setup-go ... [2020-08-18T15:13:01.035Z] Building docker-security-secrets-setup-go ... [2020-08-18T15:13:01.035Z] Building docker-security-secretstore-setup-go ... [2020-08-18T15:13:01.035Z] Building docker-support-logging-go ... [2020-08-18T15:13:01.035Z] Building docker-support-notifications-go ... [2020-08-18T15:13:01.035Z] Building docker-support-scheduler-go ... [2020-08-18T15:13:01.035Z] Building docker-sys-mgmt-agent-go ... [2020-08-18T15:13:01.035Z] Building docker-support-scheduler-go [2020-08-18T15:13:01.035Z] Building docker-core-command-go [2020-08-18T15:13:01.035Z] Building docker-core-data-go [2020-08-18T15:13:01.035Z] Building docker-support-notifications-go [2020-08-18T15:13:01.035Z] Building docker-core-metadata-go [2020-08-18T15:13:23.084Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:13:23.084Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:13:23.084Z] ---> 8e9929bb2392 [2020-08-18T15:13:23.084Z] Step 3/22 : WORKDIR /edgex-go [2020-08-18T15:13:23.084Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:13:23.084Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:13:23.084Z] ---> 8e9929bb2392 [2020-08-18T15:13:23.084Z] Step 3/23 : WORKDIR /edgex-go [2020-08-18T15:13:23.084Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:13:23.084Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:13:23.084Z] ---> 8e9929bb2392 [2020-08-18T15:13:23.084Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T15:13:23.084Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:13:23.084Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:13:23.084Z] ---> 8e9929bb2392 [2020-08-18T15:13:23.084Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T15:13:23.084Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:13:23.084Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:13:23.084Z] ---> 8e9929bb2392 [2020-08-18T15:13:23.084Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T15:13:23.084Z] ---> Running in cb3aa573c46a [2020-08-18T15:13:23.084Z] ---> Running in 90c1eb7aadfc [2020-08-18T15:13:23.084Z] ---> Running in 56e61a5dd27f [2020-08-18T15:13:23.084Z] ---> Running in eaf7ee953eb0 [2020-08-18T15:13:23.084Z] ---> Running in a6e7f313f514 [2020-08-18T15:13:23.084Z] Removing intermediate container eaf7ee953eb0 [2020-08-18T15:13:23.084Z] Removing intermediate container a6e7f313f514 [2020-08-18T15:13:23.084Z] ---> 3bb9e012d8cf [2020-08-18T15:13:23.084Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:13:23.084Z] ---> 97aa688e311b [2020-08-18T15:13:23.084Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:13:23.084Z] Removing intermediate container 56e61a5dd27f [2020-08-18T15:13:23.084Z] ---> 17556e122f78 [2020-08-18T15:13:23.084Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:13:23.354Z] Removing intermediate container 90c1eb7aadfc [2020-08-18T15:13:23.354Z] ---> 9c0898e6ecb0 [2020-08-18T15:13:23.354Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:13:23.354Z] Removing intermediate container cb3aa573c46a [2020-08-18T15:13:23.354Z] ---> a65a851bb5f1 [2020-08-18T15:13:23.354Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:13:23.354Z] ---> Running in 8d584712e431 [2020-08-18T15:13:23.354Z] ---> Running in e769f34afd49 [2020-08-18T15:13:23.354Z] ---> Running in 12bd90219b15 [2020-08-18T15:13:23.354Z] ---> Running in 0547fbecad10 [2020-08-18T15:13:23.354Z] ---> Running in dcdaa50d8063 [2020-08-18T15:13:25.297Z] Removing intermediate container e769f34afd49 [2020-08-18T15:13:25.297Z] ---> 879a45b85a70 [2020-08-18T15:13:25.297Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T15:13:25.559Z] ---> Running in 25eeaaff9794 [2020-08-18T15:13:25.559Z] Removing intermediate container 8d584712e431 [2020-08-18T15:13:25.559Z] ---> 34776f5431ba [2020-08-18T15:13:25.559Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-18T15:13:25.559Z] Removing intermediate container 12bd90219b15 [2020-08-18T15:13:25.559Z] ---> c087d25136df [2020-08-18T15:13:25.559Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T15:13:25.559Z] Removing intermediate container 0547fbecad10 [2020-08-18T15:13:25.559Z] ---> 099d34c9a934 [2020-08-18T15:13:25.559Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-18T15:13:25.833Z] ---> Running in dba050ad6050 [2020-08-18T15:13:25.833Z] ---> Running in 89f2b139fde5 [2020-08-18T15:13:25.833Z] ---> Running in bae0ad12de94 [2020-08-18T15:13:26.103Z] Removing intermediate container dcdaa50d8063 [2020-08-18T15:13:26.103Z] ---> b4a7cc18fa26 [2020-08-18T15:13:26.103Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T15:13:26.103Z] ---> Running in 8dfceb41306b [2020-08-18T15:13:26.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:13:26.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:13:26.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:13:26.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:13:26.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:13:27.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:13:27.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:13:27.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:13:27.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:13:27.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:13:27.698Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:13:27.698Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:13:27.698Z] OK: 12746 distinct packages available [2020-08-18T15:13:27.962Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:13:27.962Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:13:27.962Z] OK: 12746 distinct packages available [2020-08-18T15:13:27.962Z] OK: 233 MiB in 51 packages [2020-08-18T15:13:28.234Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:13:28.234Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:13:28.234Z] OK: 12746 distinct packages available [2020-08-18T15:13:28.234Z] OK: 233 MiB in 51 packages [2020-08-18T15:13:28.509Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:13:28.509Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:13:28.509Z] OK: 12746 distinct packages available [2020-08-18T15:13:28.509Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:13:28.509Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:13:28.509Z] OK: 12746 distinct packages available [2020-08-18T15:13:28.509Z] OK: 233 MiB in 51 packages [2020-08-18T15:13:28.509Z] Removing intermediate container 25eeaaff9794 [2020-08-18T15:13:28.509Z] ---> c0fc3477b8f1 [2020-08-18T15:13:28.509Z] Step 6/20 : COPY go.mod . [2020-08-18T15:13:28.509Z] OK: 233 MiB in 51 packages [2020-08-18T15:13:28.775Z] OK: 233 MiB in 51 packages [2020-08-18T15:13:29.038Z] ---> 7bb2cae8d667 [2020-08-18T15:13:29.038Z] Step 7/20 : RUN go mod download [2020-08-18T15:13:29.038Z] Removing intermediate container dba050ad6050 [2020-08-18T15:13:29.038Z] ---> 7bb613062aed [2020-08-18T15:13:29.038Z] Step 6/21 : COPY go.mod . [2020-08-18T15:13:29.302Z] ---> Running in 4cf5dfa6877b [2020-08-18T15:13:29.302Z] Removing intermediate container 89f2b139fde5 [2020-08-18T15:13:29.302Z] ---> fab5cce6c5af [2020-08-18T15:13:29.302Z] Step 6/23 : COPY go.mod . [2020-08-18T15:13:29.563Z] ---> d01820b4fadd [2020-08-18T15:13:29.563Z] Step 7/21 : RUN go mod download [2020-08-18T15:13:29.825Z] Removing intermediate container bae0ad12de94 [2020-08-18T15:13:29.825Z] ---> 8d4b0c432a6a [2020-08-18T15:13:29.825Z] Step 6/22 : COPY go.mod . [2020-08-18T15:13:29.825Z] ---> Running in eb7a90230e96 [2020-08-18T15:13:29.825Z] ---> 588637627f0e [2020-08-18T15:13:29.825Z] Step 7/23 : RUN go mod download [2020-08-18T15:13:30.087Z] Removing intermediate container 8dfceb41306b [2020-08-18T15:13:30.088Z] ---> f650f2841ec5 [2020-08-18T15:13:30.088Z] Step 6/21 : COPY go.mod . [2020-08-18T15:13:30.088Z] ---> Running in ffe24cce3f5f [2020-08-18T15:13:30.349Z] ---> bd66eaa5bdc5 [2020-08-18T15:13:30.349Z] Step 7/22 : RUN go mod download [2020-08-18T15:13:30.609Z] ---> 1e6c58f682a7 [2020-08-18T15:13:30.609Z] Step 7/21 : RUN go mod download [2020-08-18T15:13:30.609Z] ---> Running in a9588ee4c96f [2020-08-18T15:13:30.609Z] ---> Running in 41b1658a65fa [2020-08-18T15:13:32.001Z] Removing intermediate container eb7a90230e96 [2020-08-18T15:13:32.001Z] ---> 7fc5ac930d1e [2020-08-18T15:13:32.001Z] Step 8/21 : COPY . . [2020-08-18T15:13:32.576Z] Removing intermediate container 4cf5dfa6877b [2020-08-18T15:13:32.576Z] ---> 4f559f5f64c5 [2020-08-18T15:13:32.576Z] Step 8/20 : COPY . . [2020-08-18T15:13:34.513Z] Removing intermediate container ffe24cce3f5f [2020-08-18T15:13:34.513Z] ---> db4209f9f3a5 [2020-08-18T15:13:34.513Z] Step 8/23 : COPY . . [2020-08-18T15:13:42.888Z] Removing intermediate container a9588ee4c96f [2020-08-18T15:13:42.888Z] ---> e5f30f997721 [2020-08-18T15:13:42.888Z] Step 8/22 : COPY . . [2020-08-18T15:13:43.151Z] Removing intermediate container 41b1658a65fa [2020-08-18T15:13:43.151Z] ---> 973644f576ac [2020-08-18T15:13:43.151Z] Step 8/21 : COPY . . [2020-08-18T15:14:01.338Z] ---> 242002c9cfb6 [2020-08-18T15:14:01.338Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-18T15:14:01.338Z] ---> f1f20a3c18c8 [2020-08-18T15:14:01.338Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-18T15:14:01.338Z] ---> Running in 93419e50f54b [2020-08-18T15:14:02.729Z] ---> 28ef2356eebb [2020-08-18T15:14:02.730Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-18T15:14:02.730Z] ---> Running in 98f85a81f2dd [2020-08-18T15:14:03.674Z] ---> Running in 9511db6bba43 [2020-08-18T15:14:03.674Z] ---> 5735be6e82ad [2020-08-18T15:14:03.674Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-18T15:14:03.674Z] ---> 14cbdff9dd40 [2020-08-18T15:14:03.674Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-18T15:14:03.937Z] ---> Running in 4e42e051a999 [2020-08-18T15:14:03.937Z] ---> Running in b07c008038a4 [2020-08-18T15:14:04.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-18T15:14:04.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/core-command/core-command ./cmd/core-command [2020-08-18T15:14:04.483Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-18T15:14:04.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-18T15:14:05.024Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/core-data/core-data ./cmd/core-data [2020-08-18T15:14:51.877Z] Removing intermediate container 98f85a81f2dd [2020-08-18T15:14:51.877Z] ---> 084d96d35a23 [2020-08-18T15:14:51.877Z] [2020-08-18T15:14:51.877Z] Step 10/20 : FROM scratch [2020-08-18T15:14:51.877Z] ---> [2020-08-18T15:14:51.877Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:14:51.877Z] ---> Running in 64d05f5c6742 [2020-08-18T15:14:51.877Z] Removing intermediate container 9511db6bba43 [2020-08-18T15:14:51.877Z] ---> 808345ab3df7 [2020-08-18T15:14:51.877Z] [2020-08-18T15:14:51.877Z] Step 10/23 : FROM scratch [2020-08-18T15:14:51.877Z] ---> [2020-08-18T15:14:51.877Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T15:14:51.877Z] Removing intermediate container 93419e50f54b [2020-08-18T15:14:51.877Z] ---> a4ae29f2dc3d [2020-08-18T15:14:51.877Z] [2020-08-18T15:14:51.877Z] Step 10/21 : FROM scratch [2020-08-18T15:14:51.877Z] ---> [2020-08-18T15:14:51.877Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:14:51.877Z] Removing intermediate container b07c008038a4 [2020-08-18T15:14:51.877Z] ---> d854aad77a66 [2020-08-18T15:14:51.877Z] [2020-08-18T15:14:51.877Z] Step 10/21 : FROM scratch [2020-08-18T15:14:51.877Z] ---> [2020-08-18T15:14:51.877Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:14:51.877Z] ---> Running in 94e7167007f5 [2020-08-18T15:14:51.877Z] ---> Running in c34116dd2427 [2020-08-18T15:14:51.877Z] ---> Running in 47fc53d1a468 [2020-08-18T15:14:51.877Z] Removing intermediate container 64d05f5c6742 [2020-08-18T15:14:51.877Z] ---> fd792553d162 [2020-08-18T15:14:51.877Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-18T15:14:51.877Z] ---> Running in 09ab1efb6e7f [2020-08-18T15:14:51.877Z] Removing intermediate container 94e7167007f5 [2020-08-18T15:14:51.877Z] ---> 25b0ed273b72 [2020-08-18T15:14:51.877Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-18T15:14:51.877Z] Removing intermediate container c34116dd2427 [2020-08-18T15:14:51.877Z] ---> 79402a774a33 [2020-08-18T15:14:51.877Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-18T15:14:51.877Z] Removing intermediate container 47fc53d1a468 [2020-08-18T15:14:51.877Z] ---> a524c36d78d5 [2020-08-18T15:14:51.877Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-18T15:14:51.877Z] ---> Running in 75459c441cfb [2020-08-18T15:14:51.877Z] ---> Running in 493ca5501fde [2020-08-18T15:14:51.877Z] Removing intermediate container 09ab1efb6e7f [2020-08-18T15:14:51.877Z] ---> 87511f6adf8f [2020-08-18T15:14:51.877Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-18T15:14:51.877Z] ---> Running in aa49c4738fee [2020-08-18T15:14:51.877Z] ---> Running in 9e6660bcced8 [2020-08-18T15:14:51.877Z] Removing intermediate container 75459c441cfb [2020-08-18T15:14:51.877Z] ---> bc1a15718249 [2020-08-18T15:14:51.877Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T15:14:51.877Z] Removing intermediate container 493ca5501fde [2020-08-18T15:14:51.877Z] ---> 8a33668edfde [2020-08-18T15:14:51.877Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-18T15:14:51.877Z] ---> Running in cce9a43860b9 [2020-08-18T15:14:51.877Z] Removing intermediate container aa49c4738fee [2020-08-18T15:14:51.877Z] ---> 6c40050bcecd [2020-08-18T15:14:51.877Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T15:14:51.877Z] ---> Running in d5ea9e205052 [2020-08-18T15:14:51.877Z] Removing intermediate container 9e6660bcced8 [2020-08-18T15:14:51.877Z] ---> cdccc65cfca4 [2020-08-18T15:14:51.877Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-18T15:14:51.877Z] ---> Running in 5c13ec00f688 [2020-08-18T15:14:51.877Z] Removing intermediate container cce9a43860b9 [2020-08-18T15:14:51.877Z] ---> 9c80567db1b7 [2020-08-18T15:14:51.877Z] Step 14/21 : WORKDIR / [2020-08-18T15:14:51.877Z] Removing intermediate container d5ea9e205052 [2020-08-18T15:14:51.877Z] ---> 9ffea02cab72 [2020-08-18T15:14:51.877Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-18T15:14:51.877Z] ---> Running in 0b1d53cbfa45 [2020-08-18T15:14:51.877Z] Removing intermediate container 5c13ec00f688 [2020-08-18T15:14:51.877Z] ---> 65f02c3bf2fa [2020-08-18T15:14:51.877Z] Step 14/21 : WORKDIR / [2020-08-18T15:14:51.877Z] ---> 675b99a262ed [2020-08-18T15:14:51.877Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-18T15:14:51.877Z] ---> Running in fab755e47693 [2020-08-18T15:14:52.450Z] Removing intermediate container 0b1d53cbfa45 [2020-08-18T15:14:52.450Z] ---> 6215d0d08070 [2020-08-18T15:14:52.450Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-18T15:14:52.712Z] ---> 0d1a4b45a81b [2020-08-18T15:14:52.712Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-18T15:14:54.097Z] ---> a3e27dc8a448 [2020-08-18T15:14:54.097Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-18T15:14:55.042Z] Removing intermediate container fab755e47693 [2020-08-18T15:14:55.042Z] ---> 521261c3d032 [2020-08-18T15:14:55.042Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-18T15:14:55.042Z] Removing intermediate container 4e42e051a999 [2020-08-18T15:14:55.042Z] ---> fe7daa98594a [2020-08-18T15:14:55.042Z] [2020-08-18T15:14:55.042Z] Step 10/22 : FROM alpine [2020-08-18T15:14:55.621Z] latest: Pulling from library/alpine [2020-08-18T15:14:55.621Z] ---> a40383d68308 [2020-08-18T15:14:55.621Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-18T15:14:55.621Z] ---> fd7709010862 [2020-08-18T15:14:55.621Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:14:55.621Z] ---> 052907c39c27 [2020-08-18T15:14:55.621Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-18T15:14:55.621Z] ---> 8269b0a98ad9 [2020-08-18T15:14:55.621Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-18T15:14:55.887Z] ---> Running in ebc316f19ec2 [2020-08-18T15:14:55.887Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-18T15:14:55.887Z] Status: Downloaded newer image for alpine:latest [2020-08-18T15:14:55.887Z] ---> a24bb4013296 [2020-08-18T15:14:55.887Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:14:55.888Z] ---> Running in e6ce7cb2b06c [2020-08-18T15:14:56.152Z] Removing intermediate container ebc316f19ec2 [2020-08-18T15:14:56.152Z] ---> 7b44bbe4996c [2020-08-18T15:14:56.152Z] Step 18/20 : LABEL arch=x86_64 [2020-08-18T15:14:56.420Z] ---> 2cab86e76e17 [2020-08-18T15:14:56.420Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-18T15:14:56.420Z] ---> Running in 39946747550f [2020-08-18T15:14:56.420Z] Removing intermediate container e6ce7cb2b06c [2020-08-18T15:14:56.420Z] ---> 58956c3aeda5 [2020-08-18T15:14:56.420Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-18T15:14:56.420Z] ---> 327e4fe7fe95 [2020-08-18T15:14:56.420Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-18T15:14:56.680Z] ---> 94814829a962 [2020-08-18T15:14:56.680Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-18T15:14:56.680Z] ---> Running in d3c885fe1ef0 [2020-08-18T15:14:56.941Z] Removing intermediate container 39946747550f [2020-08-18T15:14:56.941Z] ---> 47727e2dc8e7 [2020-08-18T15:14:56.941Z] Step 19/20 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:14:56.941Z] ---> 625c9032a981 [2020-08-18T15:14:56.941Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:14:56.941Z] ---> Running in 2c0c703e31c3 [2020-08-18T15:14:56.941Z] Removing intermediate container d3c885fe1ef0 [2020-08-18T15:14:56.941Z] ---> e5da2399d803 [2020-08-18T15:14:56.941Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-18T15:14:56.941Z] ---> 8b70b529c900 [2020-08-18T15:14:56.941Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:14:56.941Z] ---> e6b400a896e8 [2020-08-18T15:14:56.941Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-18T15:14:57.202Z] ---> Running in 494b2f70c42f [2020-08-18T15:14:57.202Z] ---> Running in b1727c75c840 [2020-08-18T15:14:57.202Z] ---> Running in 15b1505d21d2 [2020-08-18T15:14:57.202Z] Removing intermediate container 2c0c703e31c3 [2020-08-18T15:14:57.202Z] ---> e570361a1277 [2020-08-18T15:14:57.202Z] Step 20/20 : LABEL version=1.2.2-dev.13 [2020-08-18T15:14:57.463Z] Removing intermediate container 494b2f70c42f [2020-08-18T15:14:57.463Z] ---> 2ecaf3ec6f7d [2020-08-18T15:14:57.463Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T15:14:57.463Z] Removing intermediate container b1727c75c840 [2020-08-18T15:14:57.463Z] ---> df226521c5bc [2020-08-18T15:14:57.463Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:14:57.723Z] Removing intermediate container 15b1505d21d2 [2020-08-18T15:14:57.723Z] ---> 1957656b2af6 [2020-08-18T15:14:57.723Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T15:14:57.723Z] ---> Running in 79feaee8b975 [2020-08-18T15:14:57.723Z] ---> Running in 351b5dd69af9 [2020-08-18T15:14:57.723Z] ---> a2002b46170a [2020-08-18T15:14:57.723Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-18T15:14:57.723Z] ---> Running in 325cb6f56a44 [2020-08-18T15:14:57.984Z] ---> Running in a77ce78da65c [2020-08-18T15:14:58.244Z] Removing intermediate container 79feaee8b975 [2020-08-18T15:14:58.244Z] ---> 074bf059d8fe [2020-08-18T15:14:58.244Z] [2020-08-18T15:14:58.244Z] Removing intermediate container 351b5dd69af9 [2020-08-18T15:14:58.244Z] ---> aa3ed29774d7 [2020-08-18T15:14:58.244Z] Step 20/21 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:14:58.244Z] Successfully built 074bf059d8fe [2020-08-18T15:14:58.244Z] ---> 392e66f34ab6 [2020-08-18T15:14:58.244Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:14:58.244Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-18T15:14:58.244Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-08-18T15:14:58.244Z] Removing intermediate container a77ce78da65c [2020-08-18T15:14:58.244Z] ---> 6d33b11bdbdf [2020-08-18T15:14:58.244Z] Step 20/21 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:14:58.512Z] ---> Running in 92087625ab44 [2020-08-18T15:14:58.512Z] ---> Running in d7a7e3bf2893 [2020-08-18T15:14:58.512Z] ---> Running in 63543b9002a4 [2020-08-18T15:14:59.087Z] Removing intermediate container d7a7e3bf2893 [2020-08-18T15:14:59.087Z] ---> 238fe2cfd9f4 [2020-08-18T15:14:59.087Z] Step 21/23 : LABEL arch=x86_64 [2020-08-18T15:14:59.087Z] Removing intermediate container 63543b9002a4 [2020-08-18T15:14:59.087Z] ---> e8e9b921f321 [2020-08-18T15:14:59.087Z] Step 21/21 : LABEL version=1.2.2-dev.13 [2020-08-18T15:14:59.087Z] Removing intermediate container 92087625ab44 [2020-08-18T15:14:59.087Z] ---> 8c3507c61985 [2020-08-18T15:14:59.087Z] Step 21/21 : LABEL version=1.2.2-dev.13 [2020-08-18T15:15:01.836Z] ---> Running in 5cc61fed2c8e [2020-08-18T15:15:01.836Z] ---> Running in 268d2d940cd3 [2020-08-18T15:15:01.836Z] ---> Running in 0a7f46baf9e0 [2020-08-18T15:15:02.419Z] Removing intermediate container 325cb6f56a44 [2020-08-18T15:15:02.419Z] ---> d80f4d380812 [2020-08-18T15:15:02.419Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-18T15:15:02.996Z] Removing intermediate container 268d2d940cd3 [2020-08-18T15:15:02.996Z] ---> 9b641545d68f [2020-08-18T15:15:02.996Z] [2020-08-18T15:15:02.996Z] Removing intermediate container 0a7f46baf9e0 [2020-08-18T15:15:02.996Z] ---> 41982aa1ce9c [2020-08-18T15:15:02.996Z] [2020-08-18T15:15:02.996Z] Successfully built 9b641545d68f [2020-08-18T15:15:02.996Z] Successfully built 41982aa1ce9c [2020-08-18T15:15:03.568Z] Successfully tagged docker-core-metadata-go:latest [2020-08-18T15:15:03.568Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-08-18T15:15:03.568Z] Removing intermediate container 5cc61fed2c8e [2020-08-18T15:15:03.568Z] ---> 0d02df48cf48 [2020-08-18T15:15:03.568Z] Step 22/23 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:15:03.568Z] ---> Running in 6156a83ca792 [2020-08-18T15:15:03.568Z] Successfully tagged docker-core-command-go:latest [2020-08-18T15:15:03.568Z] Building docker-sys-mgmt-agent-go [2020-08-18T15:15:10.192Z]  Building docker-core-command-go ... done  ---> Running in 9753b2fb0594 [2020-08-18T15:15:10.772Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:15:10.772Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:15:10.772Z] ---> 8e9929bb2392 [2020-08-18T15:15:10.772Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T15:15:10.772Z] ---> Using cache [2020-08-18T15:15:10.772Z] ---> a65a851bb5f1 [2020-08-18T15:15:10.772Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:15:10.772Z] ---> Using cache [2020-08-18T15:15:10.772Z] ---> b4a7cc18fa26 [2020-08-18T15:15:10.772Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T15:15:10.772Z] ---> Using cache [2020-08-18T15:15:10.772Z] ---> f650f2841ec5 [2020-08-18T15:15:10.772Z] Step 6/20 : COPY go.mod . [2020-08-18T15:15:10.772Z] ---> Using cache [2020-08-18T15:15:10.772Z] ---> 1e6c58f682a7 [2020-08-18T15:15:10.772Z] Step 7/20 : RUN go mod download [2020-08-18T15:15:10.772Z] ---> Using cache [2020-08-18T15:15:10.772Z] ---> 973644f576ac [2020-08-18T15:15:10.772Z] Step 8/20 : COPY . . [2020-08-18T15:15:10.772Z] ---> Using cache [2020-08-18T15:15:10.772Z] ---> 14cbdff9dd40 [2020-08-18T15:15:10.772Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-18T15:15:11.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:15:11.617Z] Removing intermediate container 9753b2fb0594 [2020-08-18T15:15:11.617Z] ---> 4f96a91977ac [2020-08-18T15:15:11.617Z] Step 23/23 : LABEL version=1.2.2-dev.13 [2020-08-18T15:15:11.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:15:11.881Z] ---> Running in 40216e89bea9 [2020-08-18T15:15:12.456Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-18T15:15:12.456Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-18T15:15:12.721Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-18T15:15:12.721Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-18T15:15:13.300Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-18T15:15:13.300Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:15:13.873Z] OK: 8 MiB in 19 packages [2020-08-18T15:15:14.136Z] ---> Running in 4af4e567d001 [2020-08-18T15:15:16.729Z] Removing intermediate container 4af4e567d001 [2020-08-18T15:15:16.729Z] ---> c02a2320b1d8 [2020-08-18T15:15:16.729Z] [2020-08-18T15:15:16.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-18T15:15:16.729Z] Successfully built c02a2320b1d8 [2020-08-18T15:15:17.304Z] Successfully tagged docker-support-notifications-go:latest [2020-08-18T15:15:17.304Z]  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go [2020-08-18T15:15:18.725Z] Removing intermediate container 6156a83ca792 [2020-08-18T15:15:18.725Z] ---> b406dcab52e8 [2020-08-18T15:15:18.725Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-18T15:15:18.725Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:15:18.725Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:15:18.725Z] ---> 8e9929bb2392 [2020-08-18T15:15:18.725Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T15:15:18.725Z] ---> Using cache [2020-08-18T15:15:18.725Z] ---> a65a851bb5f1 [2020-08-18T15:15:18.725Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:15:18.725Z] ---> Using cache [2020-08-18T15:15:18.725Z] ---> b4a7cc18fa26 [2020-08-18T15:15:18.725Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-18T15:15:18.987Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:15:18.988Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:15:18.988Z] ---> 8e9929bb2392 [2020-08-18T15:15:18.988Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T15:15:18.988Z] ---> Using cache [2020-08-18T15:15:18.988Z] ---> a65a851bb5f1 [2020-08-18T15:15:18.988Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:15:18.988Z] ---> Using cache [2020-08-18T15:15:18.988Z] ---> b4a7cc18fa26 [2020-08-18T15:15:18.988Z] Step 5/26 : RUN apk update && apk add make git [2020-08-18T15:15:18.988Z] ---> Using cache [2020-08-18T15:15:18.988Z] ---> f650f2841ec5 [2020-08-18T15:15:18.988Z] Step 6/26 : COPY go.mod . [2020-08-18T15:15:18.988Z] ---> Using cache [2020-08-18T15:15:18.988Z] ---> 1e6c58f682a7 [2020-08-18T15:15:18.988Z] Step 7/26 : RUN go mod download [2020-08-18T15:15:18.988Z] ---> Using cache [2020-08-18T15:15:18.988Z] ---> 973644f576ac [2020-08-18T15:15:18.988Z] Step 8/26 : COPY . . [2020-08-18T15:15:18.988Z] ---> Using cache [2020-08-18T15:15:18.988Z] ---> 14cbdff9dd40 [2020-08-18T15:15:18.988Z] 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-08-18T15:15:23.232Z] ---> Running in c784fe2bc90a [2020-08-18T15:15:23.232Z] ---> Running in e6359cb4aa7e [2020-08-18T15:15:23.232Z] ---> 41562848c8fe [2020-08-18T15:15:23.232Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-18T15:15:24.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-18T15:15:24.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:15:24.679Z] ---> 43b596258a9a [2020-08-18T15:15:24.679Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-18T15:15:25.269Z] ---> 47ddd99f953d [2020-08-18T15:15:25.269Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:15:25.539Z] ---> Running in 48b9904859c6 [2020-08-18T15:15:25.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:15:26.135Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:15:26.135Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:15:26.135Z] OK: 12746 distinct packages available [2020-08-18T15:15:26.403Z] Removing intermediate container 48b9904859c6 [2020-08-18T15:15:26.403Z] ---> d32a8a7308b7 [2020-08-18T15:15:26.403Z] Step 20/22 : LABEL arch=x86_64 [2020-08-18T15:15:26.677Z] OK: 233 MiB in 51 packages [2020-08-18T15:15:27.270Z] ---> Running in c90be16249be [2020-08-18T15:15:28.706Z] Removing intermediate container c90be16249be [2020-08-18T15:15:28.706Z] ---> 9ac0b0f29114 [2020-08-18T15:15:28.706Z] Step 21/22 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:15:29.304Z] ---> Running in cdebb187ef8b [2020-08-18T15:15:29.304Z] Removing intermediate container e6359cb4aa7e [2020-08-18T15:15:29.304Z] ---> a745e1b1e0db [2020-08-18T15:15:29.304Z] Step 6/26 : COPY go.mod . [2020-08-18T15:15:29.906Z] Removing intermediate container cdebb187ef8b [2020-08-18T15:15:29.907Z] ---> f03adbe620ef [2020-08-18T15:15:29.907Z] Step 22/22 : LABEL version=1.2.2-dev.13 [2020-08-18T15:15:30.191Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:15:30.191Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-18T15:15:30.191Z] ---> 8e9929bb2392 [2020-08-18T15:15:30.191Z] Step 3/29 : WORKDIR /edgex-go [2020-08-18T15:15:30.191Z] ---> Using cache [2020-08-18T15:15:30.191Z] ---> a65a851bb5f1 [2020-08-18T15:15:30.192Z] Step 4/29 : RUN apk update && apk add make git [2020-08-18T15:15:30.411Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-389 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-08-18T15:15:30.514Z] Running in /w/workspace/edgex-go/125 [Pipeline] { [Pipeline] checkout [2020-08-18T15:15:31.599Z] ---> Running in c29d38cfb782 [2020-08-18T15:15:31.599Z] ---> Running in 960f61f27802 [2020-08-18T15:15:31.599Z] ---> a39a8dabed5d [2020-08-18T15:15:31.599Z] Step 7/26 : RUN go mod download [2020-08-18T15:15:31.878Z] ---> Running in dab7440ba520 [2020-08-18T15:15:32.151Z] Removing intermediate container c29d38cfb782 [2020-08-18T15:15:32.151Z] ---> 82d0825eb0b6 [2020-08-18T15:15:32.151Z] [2020-08-18T15:15:32.430Z] Successfully built 82d0825eb0b6 [2020-08-18T15:15:32.430Z] Successfully tagged docker-core-data-go:latest [2020-08-18T15:15:32.430Z] Building docker-support-logging-go [2020-08-18T15:15:32.708Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:15:33.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:15:34.235Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:15:34.235Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:15:34.235Z] OK: 12746 distinct packages available [2020-08-18T15:15:34.831Z] OK: 233 MiB in 51 packages [2020-08-18T15:15:35.473Z] using credential edgex-jenkins-ssh [2020-08-18T15:15:35.526Z] Cloning the remote Git repository [2020-08-18T15:15:35.526Z] Cloning with configured refspecs honoured and without tags [2020-08-18T15:15:35.584Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-18T15:15:35.690Z] > git init /w/workspace/edgex-go/125 # timeout=10 [2020-08-18T15:15:35.756Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-18T15:15:35.757Z] > git --version # timeout=10 [2020-08-18T15:15:35.782Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T15:15:35.869Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T15:15:36.778Z] Removing intermediate container dab7440ba520 [2020-08-18T15:15:36.778Z] ---> 2827230b3462 [2020-08-18T15:15:36.778Z] Step 8/26 : COPY . . [2020-08-18T15:15:36.778Z] Removing intermediate container 960f61f27802 [2020-08-18T15:15:36.778Z] ---> 2e9ddcd8df2a [2020-08-18T15:15:36.778Z] Step 5/29 : COPY go.mod . [2020-08-18T15:15:37.376Z] ---> 959164c6a4f4 [2020-08-18T15:15:37.376Z] Step 6/29 : RUN go mod download [2020-08-18T15:15:37.643Z] ---> Running in 0f84cde13ae6 [2020-08-18T15:15:45.835Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:15:45.835Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:15:45.835Z] ---> 8e9929bb2392 [2020-08-18T15:15:45.835Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T15:15:45.835Z] ---> Using cache [2020-08-18T15:15:45.835Z] ---> a65a851bb5f1 [2020-08-18T15:15:45.835Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:15:45.835Z] ---> Using cache [2020-08-18T15:15:45.835Z] ---> b4a7cc18fa26 [2020-08-18T15:15:45.835Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-18T15:15:48.409Z] Removing intermediate container 40216e89bea9 [2020-08-18T15:15:48.409Z] ---> e26098b1e07d [2020-08-18T15:15:48.409Z] [2020-08-18T15:15:48.409Z] Step 10/20 : FROM alpine [2020-08-18T15:15:48.409Z] ---> a24bb4013296 [2020-08-18T15:15:48.409Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-18T15:15:48.409Z] ---> Running in dec2dbf9ae8d [2020-08-18T15:15:48.677Z] ---> Running in 91b101f2ec99 [2020-08-18T15:15:49.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-18T15:15:50.205Z] Removing intermediate container 0f84cde13ae6 [2020-08-18T15:15:50.205Z] ---> b803888683d9 [2020-08-18T15:15:50.205Z] Step 7/29 : COPY . . [2020-08-18T15:15:51.878Z] Fetching without tags [2020-08-18T15:15:52.411Z] Checking out Revision 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf (master) [2020-08-18T15:15:51.794Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-18T15:15:51.812Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T15:15:51.846Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-18T15:15:51.887Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-18T15:15:51.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T15:15:51.900Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T15:15:52.425Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T15:15:52.442Z] > git checkout -f 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf # timeout=10 [2020-08-18T15:15:54.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:15:54.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:15:54.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:15:54.985Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:15:54.985Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:15:54.985Z] OK: 12746 distinct packages available [2020-08-18T15:15:55.247Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-18T15:15:55.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:15:56.188Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:15:56.188Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:15:56.188Z] OK: 12746 distinct packages available [2020-08-18T15:15:56.188Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T15:15:56.188Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-18T15:15:56.188Z] (4/4) Installing curl (7.69.1-r0) [2020-08-18T15:15:56.188Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:15:56.188Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T15:15:56.188Z] OK: 233 MiB in 51 packages [2020-08-18T15:15:56.453Z] OK: 233 MiB in 51 packages [2020-08-18T15:15:56.453Z] OK: 7 MiB in 18 packages [2020-08-18T15:15:57.173Z] Commit message: "Add POST event functions based for v2 API (#2610)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-18T15:16:00.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-18T15:16:00.709Z] ---> c4c382f6e986 [2020-08-18T15:16:00.709Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-18T15:16:00.709Z] Removing intermediate container dec2dbf9ae8d [2020-08-18T15:16:00.709Z] ---> 3ad76fd6df9b [2020-08-18T15:16:00.709Z] Step 6/21 : COPY go.mod . [2020-08-18T15:16:00.709Z] Removing intermediate container 91b101f2ec99 [2020-08-18T15:16:00.709Z] ---> 6b4b39517e8e [2020-08-18T15:16:00.709Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T15:16:00.709Z] ---> Running in be904e18fbeb [2020-08-18T15:16:00.709Z] ---> Running in 4cc978b6f81a [2020-08-18T15:16:00.977Z] ---> 382f2f260e83 [2020-08-18T15:16:00.977Z] Step 7/21 : RUN go mod download [2020-08-18T15:16:01.248Z] Removing intermediate container 4cc978b6f81a [2020-08-18T15:16:01.248Z] ---> 3f3c0b4b33e4 [2020-08-18T15:16:01.248Z] Step 13/20 : WORKDIR /edgex [2020-08-18T15:16:01.248Z] ---> Running in c51060160fbf [2020-08-18T15:16:01.248Z] ---> Running in a38c7947f9b9 [2020-08-18T15:16:01.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-18T15:16:03.483Z] Removing intermediate container a38c7947f9b9 [2020-08-18T15:16:03.483Z] ---> 3075e08156b2 [2020-08-18T15:16:03.483Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-18T15:16:06.104Z] ---> fdbec71acd36 [2020-08-18T15:16:06.104Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-18T15:16:06.104Z] Removing intermediate container c51060160fbf [2020-08-18T15:16:06.104Z] ---> 606c13a7b2e5 [2020-08-18T15:16:06.104Z] Step 8/21 : COPY . . [2020-08-18T15:16:06.104Z] ---> fd72607efc6d [2020-08-18T15:16:06.104Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-18T15:16:06.382Z] ---> Running in 279095eb4a95 [2020-08-18T15:16:07.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [Pipeline] echo [2020-08-18T15:16:08.801Z] ========================================================= [2020-08-18T15:16:08.801Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-18T15:16:08.801Z] ========================================================= [2020-08-18T15:16:08.815Z] ---> 77d88854eaf9 [2020-08-18T15:16:08.815Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:16:09.762Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-18T15:16:14.073Z] Sending build context to Docker daemon 323.1MB [2020-08-18T15:16:14.073Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-18T15:16:14.073Z] Step 2/7 : FROM ${BASE} [2020-08-18T15:16:14.073Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-18T15:16:14.073Z] b538f80385f9: Pulling fs layer [2020-08-18T15:16:14.073Z] 74f711af9a0d: Pulling fs layer [2020-08-18T15:16:14.073Z] 99f96fe45779: Pulling fs layer [2020-08-18T15:16:14.073Z] fd7a069fd194: Pulling fs layer [2020-08-18T15:16:14.073Z] 66aa3694b03b: Pulling fs layer [2020-08-18T15:16:14.073Z] 170f70906a0f: Pulling fs layer [2020-08-18T15:16:14.073Z] ad7c5574e4b9: Pulling fs layer [2020-08-18T15:16:14.073Z] e772456be8f7: Pulling fs layer [2020-08-18T15:16:14.073Z] c890913d741a: Pulling fs layer [2020-08-18T15:16:14.073Z] 2480fcc9aa5a: Pulling fs layer [2020-08-18T15:16:14.073Z] 09adf4765672: Pulling fs layer [2020-08-18T15:16:14.073Z] 66aa3694b03b: Waiting [2020-08-18T15:16:14.073Z] 170f70906a0f: Waiting [2020-08-18T15:16:14.073Z] ad7c5574e4b9: Waiting [2020-08-18T15:16:14.073Z] e772456be8f7: Waiting [2020-08-18T15:16:14.073Z] c890913d741a: Waiting [2020-08-18T15:16:14.073Z] 2480fcc9aa5a: Waiting [2020-08-18T15:16:14.073Z] 09adf4765672: Waiting [2020-08-18T15:16:14.073Z] fd7a069fd194: Waiting [2020-08-18T15:16:14.073Z] 99f96fe45779: Verifying Checksum [2020-08-18T15:16:14.073Z] 99f96fe45779: Download complete [2020-08-18T15:16:14.073Z] 74f711af9a0d: Verifying Checksum [2020-08-18T15:16:14.073Z] 74f711af9a0d: Download complete [2020-08-18T15:16:14.073Z] 66aa3694b03b: Download complete [2020-08-18T15:16:14.074Z] 170f70906a0f: Verifying Checksum [2020-08-18T15:16:14.074Z] 170f70906a0f: Download complete [2020-08-18T15:16:14.344Z] b538f80385f9: Verifying Checksum [2020-08-18T15:16:14.344Z] b538f80385f9: Download complete [2020-08-18T15:16:14.575Z] ---> Running in e5218f60c793 [2020-08-18T15:16:14.576Z] Removing intermediate container c784fe2bc90a [2020-08-18T15:16:14.576Z] ---> 27b00ddc2570 [2020-08-18T15:16:14.576Z] [2020-08-18T15:16:14.576Z] Step 10/26 : FROM alpine:3.10 [2020-08-18T15:16:14.576Z] 3.10: Pulling from library/alpine [2020-08-18T15:16:14.938Z] b538f80385f9: Pull complete [2020-08-18T15:16:15.213Z] 74f711af9a0d: Pull complete [2020-08-18T15:16:15.806Z] 99f96fe45779: Pull complete [2020-08-18T15:16:16.234Z] Removing intermediate container e5218f60c793 [2020-08-18T15:16:16.234Z] ---> d1bfcecbedd3 [2020-08-18T15:16:16.234Z] Step 17/20 : CMD ["--init=true"] [2020-08-18T15:16:16.815Z] ---> Running in 39a282f57452 [2020-08-18T15:16:17.081Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-18T15:16:17.081Z] Status: Downloaded newer image for alpine:3.10 [2020-08-18T15:16:17.081Z] ---> be4e4bea2c2e [2020-08-18T15:16:17.081Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-18T15:16:17.349Z] ---> Running in 6b8a7bba2df1 [2020-08-18T15:16:17.782Z] ad7c5574e4b9: Verifying Checksum [2020-08-18T15:16:17.782Z] c890913d741a: Verifying Checksum [2020-08-18T15:16:17.782Z] c890913d741a: Download complete [2020-08-18T15:16:19.323Z] Removing intermediate container 39a282f57452 [2020-08-18T15:16:19.323Z] ---> 1700b552c1cb [2020-08-18T15:16:19.323Z] Step 18/20 : LABEL arch=x86_64 [2020-08-18T15:16:19.777Z] 2480fcc9aa5a: Verifying Checksum [2020-08-18T15:16:19.777Z] 2480fcc9aa5a: Download complete [2020-08-18T15:16:19.777Z] 09adf4765672: Verifying Checksum [2020-08-18T15:16:19.777Z] 09adf4765672: Download complete [2020-08-18T15:16:20.377Z] e772456be8f7: Verifying Checksum [2020-08-18T15:16:20.377Z] e772456be8f7: Download complete [2020-08-18T15:16:20.735Z] ---> Running in 3c6c86a806d9 [2020-08-18T15:16:21.353Z] fd7a069fd194: Verifying Checksum [2020-08-18T15:16:21.353Z] fd7a069fd194: Download complete [2020-08-18T15:16:21.697Z] ---> fa5edcc0e898 [2020-08-18T15:16:21.697Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-18T15:16:21.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:16:22.246Z] ---> Running in 71064f8e4c33 [2020-08-18T15:16:22.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:16:22.246Z] Removing intermediate container 3c6c86a806d9 [2020-08-18T15:16:22.246Z] ---> fad341a9ad2f [2020-08-18T15:16:22.246Z] Step 19/20 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:16:22.512Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-18T15:16:22.512Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-18T15:16:22.512Z] OK: 10346 distinct packages available [2020-08-18T15:16:22.512Z] ---> Running in c9f893a15f70 [2020-08-18T15:16:22.781Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-18T15:16:22.781Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-18T15:16:22.781Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-18T15:16:22.781Z] (4/5) Installing curl (7.66.0-r0) [2020-08-18T15:16:22.781Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-18T15:16:22.781Z] Executing busybox-1.30.1-r3.trigger [2020-08-18T15:16:23.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-18T15:16:23.989Z] Executing ca-certificates-20191127-r2.trigger [2020-08-18T15:16:24.266Z] OK: 7 MiB in 19 packages [2020-08-18T15:16:24.533Z] Removing intermediate container c9f893a15f70 [2020-08-18T15:16:24.533Z] ---> 2c5414249682 [2020-08-18T15:16:24.533Z] Step 20/20 : LABEL version=1.2.2-dev.13 [2020-08-18T15:16:24.799Z] ---> Running in 185fc945671a [2020-08-18T15:16:25.404Z] Removing intermediate container 185fc945671a [2020-08-18T15:16:25.404Z] ---> d5e6585a3f70 [2020-08-18T15:16:25.404Z] [2020-08-18T15:16:25.678Z] Successfully built d5e6585a3f70 [2020-08-18T15:16:25.678Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-18T15:16:25.948Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6b8a7bba2df1 [2020-08-18T15:16:25.948Z] ---> 47c70ce17ffe [2020-08-18T15:16:25.948Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T15:16:27.383Z] ---> Running in c77703f62c6f [2020-08-18T15:16:27.654Z] Removing intermediate container be904e18fbeb [2020-08-18T15:16:27.654Z] ---> 5046a01cc32c [2020-08-18T15:16:27.654Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-18T15:16:27.654Z] Removing intermediate container c77703f62c6f [2020-08-18T15:16:27.654Z] ---> bf265a53d5ff [2020-08-18T15:16:27.654Z] Step 13/26 : WORKDIR / [2020-08-18T15:16:27.962Z] ---> Running in 25f40974640b [2020-08-18T15:16:27.962Z] ---> Running in 50b09d71d59e [2020-08-18T15:16:28.240Z] Removing intermediate container 50b09d71d59e [2020-08-18T15:16:28.240Z] ---> a479b7d0222e [2020-08-18T15:16:28.240Z] 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-08-18T15:16:28.866Z] ---> 0d4c0daf8722 [2020-08-18T15:16:28.866Z] 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-08-18T15:16:28.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-18T15:16:31.470Z] ---> 02380ccdd594 [2020-08-18T15:16:31.470Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-18T15:16:31.470Z] Removing intermediate container 279095eb4a95 [2020-08-18T15:16:31.470Z] ---> 4a87d05a61f9 [2020-08-18T15:16:31.470Z] [2020-08-18T15:16:31.470Z] Step 9/29 : FROM alpine:latest [2020-08-18T15:16:31.470Z] ---> a24bb4013296 [2020-08-18T15:16:31.470Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-18T15:16:31.738Z] ---> dfa7b152eade [2020-08-18T15:16:31.738Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-18T15:16:32.007Z] ---> Running in ab2c7dbc7ffe [2020-08-18T15:16:32.594Z] ---> fb76ba13745b [2020-08-18T15:16:32.594Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-18T15:16:32.594Z] Removing intermediate container ab2c7dbc7ffe [2020-08-18T15:16:32.594Z] ---> ce5d179d483b [2020-08-18T15:16:32.594Z] Step 11/29 : USER root [2020-08-18T15:16:32.862Z] Removing intermediate container 25f40974640b [2020-08-18T15:16:32.862Z] ---> 180a4435856c [2020-08-18T15:16:32.862Z] [2020-08-18T15:16:32.862Z] Step 11/26 : FROM docker:latest [2020-08-18T15:16:32.862Z] ---> 81f5749c9058 [2020-08-18T15:16:32.862Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-18T15:16:33.130Z] ---> Running in 120aec88993a [2020-08-18T15:16:33.393Z] ---> Running in 93e28e067e2f [2020-08-18T15:16:33.393Z] ---> 0cf0294544fd [2020-08-18T15:16:33.393Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-18T15:16:33.656Z] Removing intermediate container 120aec88993a [2020-08-18T15:16:33.656Z] ---> 42830fc94fe8 [2020-08-18T15:16:33.656Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-18T15:16:33.656Z] ---> Running in 07b4136783ce [2020-08-18T15:16:33.833Z] fd7a069fd194: Pull complete [2020-08-18T15:16:33.833Z] 66aa3694b03b: Pull complete [2020-08-18T15:16:33.833Z] 170f70906a0f: Pull complete [2020-08-18T15:16:33.924Z] ---> b75496c9da01 [2020-08-18T15:16:33.924Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-18T15:16:34.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:16:34.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:16:34.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:16:34.466Z] (1/2) Installing readline (8.0.4-r0) [2020-08-18T15:16:34.466Z] (2/2) Installing bash (5.0.17-r0) [2020-08-18T15:16:34.466Z] Executing bash-5.0.17-r0.post-install [2020-08-18T15:16:34.466Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:16:34.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:16:34.466Z] OK: 12 MiB in 22 packages [2020-08-18T15:16:34.738Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:16:34.739Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:16:34.739Z] OK: 12746 distinct packages available [2020-08-18T15:16:34.739Z] ---> 693fb35b391e [2020-08-18T15:16:34.739Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T15:16:35.005Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-18T15:16:35.005Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-18T15:16:35.005Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:16:35.005Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T15:16:35.274Z] OK: 6 MiB in 16 packages [2020-08-18T15:16:35.552Z] ---> 847454c1193e [2020-08-18T15:16:35.552Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T15:16:35.552Z] ---> Running in a4b55198bb58 [2020-08-18T15:16:35.552Z] Removing intermediate container 93e28e067e2f [2020-08-18T15:16:35.552Z] ---> cba00e7a261d [2020-08-18T15:16:35.552Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-18T15:16:35.819Z] ---> Running in 1c4fc2b28778 [2020-08-18T15:16:37.246Z] ad7c5574e4b9: Pull complete [2020-08-18T15:16:38.389Z] Removing intermediate container 07b4136783ce [2020-08-18T15:16:38.389Z] ---> e38414f26a58 [2020-08-18T15:16:38.389Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-18T15:16:38.389Z] Removing intermediate container 71064f8e4c33 [2020-08-18T15:16:38.389Z] ---> 24e5a10d1f47 [2020-08-18T15:16:38.389Z] [2020-08-18T15:16:38.389Z] Step 10/21 : FROM scratch [2020-08-18T15:16:38.389Z] ---> [2020-08-18T15:16:38.389Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T15:16:38.389Z] ---> Running in 012304e787bc [2020-08-18T15:16:38.652Z] ---> Using cache [2020-08-18T15:16:38.652Z] ---> 25b0ed273b72 [2020-08-18T15:16:38.652Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-18T15:16:38.652Z] Removing intermediate container 012304e787bc [2020-08-18T15:16:38.652Z] ---> 663f8cff28ec [2020-08-18T15:16:38.652Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-18T15:16:38.652Z] Removing intermediate container a4b55198bb58 [2020-08-18T15:16:38.652Z] ---> 211b1246b267 [2020-08-18T15:16:38.652Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T15:16:38.923Z] Removing intermediate container 1c4fc2b28778 [2020-08-18T15:16:38.923Z] ---> eca1a3846470 [2020-08-18T15:16:38.923Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-18T15:16:38.923Z] ---> Running in 6a1223c0b54a [2020-08-18T15:16:38.923Z] ---> Running in 95a9f46b8527 [2020-08-18T15:16:38.923Z] ---> Running in 1b6c36567b3f [2020-08-18T15:16:38.923Z] ---> Running in 515196da9312 [2020-08-18T15:16:39.185Z] Removing intermediate container 6a1223c0b54a [2020-08-18T15:16:39.185Z] ---> db56a784a239 [2020-08-18T15:16:39.185Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T15:16:39.185Z] ---> Running in e971adfe4bae [2020-08-18T15:16:39.185Z] Removing intermediate container 515196da9312 [2020-08-18T15:16:39.185Z] ---> a4d37053ac42 [2020-08-18T15:16:39.185Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-18T15:16:39.461Z] Removing intermediate container 1b6c36567b3f [2020-08-18T15:16:39.461Z] ---> e5b99f2a3b0b [2020-08-18T15:16:39.461Z] Step 24/26 : LABEL arch=x86_64 [2020-08-18T15:16:39.461Z] Removing intermediate container 95a9f46b8527 [2020-08-18T15:16:39.461Z] ---> 6ca52e339d64 [2020-08-18T15:16:39.461Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-18T15:16:39.461Z] ---> Running in bf9912095a14 [2020-08-18T15:16:39.461Z] ---> Running in fb02f3f34bfa [2020-08-18T15:16:39.461Z] Removing intermediate container e971adfe4bae [2020-08-18T15:16:39.461Z] ---> 57c6dd78d2f8 [2020-08-18T15:16:39.461Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-18T15:16:39.461Z] ---> Running in 3e535e54a694 [2020-08-18T15:16:40.043Z] Removing intermediate container bf9912095a14 [2020-08-18T15:16:40.043Z] ---> 2271973eb9a3 [2020-08-18T15:16:40.043Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-18T15:16:40.043Z] Removing intermediate container fb02f3f34bfa [2020-08-18T15:16:40.043Z] ---> 84bd135db316 [2020-08-18T15:16:40.043Z] Step 25/26 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:16:40.043Z] ---> 8016888a7558 [2020-08-18T15:16:40.043Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-18T15:16:40.043Z] ---> Running in 61afaed11e87 [2020-08-18T15:16:40.043Z] ---> Running in 908cf58d6c45 [2020-08-18T15:16:40.304Z] Removing intermediate container 61afaed11e87 [2020-08-18T15:16:40.304Z] ---> e387037ce21d [2020-08-18T15:16:40.304Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-18T15:16:40.304Z] ---> dd1226dee16c [2020-08-18T15:16:40.304Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-18T15:16:40.304Z] Removing intermediate container 908cf58d6c45 [2020-08-18T15:16:40.304Z] ---> 4fd8d23266de [2020-08-18T15:16:40.304Z] Step 26/26 : LABEL version=1.2.2-dev.13 [2020-08-18T15:16:40.572Z] ---> Running in 35936ba65830 [2020-08-18T15:16:40.833Z] ---> 9b4bcbdc7b65 [2020-08-18T15:16:40.833Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-18T15:16:40.833Z] Removing intermediate container 35936ba65830 [2020-08-18T15:16:40.833Z] ---> 55b2ac397960 [2020-08-18T15:16:40.833Z] [2020-08-18T15:16:40.833Z] Removing intermediate container 3e535e54a694 [2020-08-18T15:16:40.833Z] ---> 5abbe53c4373 [2020-08-18T15:16:40.833Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-18T15:16:41.583Z] e772456be8f7: Pull complete [2020-08-18T15:16:41.780Z] Successfully built 55b2ac397960 [2020-08-18T15:16:41.780Z] ---> 749e4cad73d8 [2020-08-18T15:16:41.780Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-18T15:16:41.780Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-18T15:16:41.858Z] c890913d741a: Pull complete [2020-08-18T15:16:42.041Z]  Building docker-security-secretstore-setup-go ... done  ---> 82773599292e [2020-08-18T15:16:42.041Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-18T15:16:42.041Z] ---> 3c0ae4689604 [2020-08-18T15:16:42.041Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:16:42.041Z] ---> e1e488cb962f [2020-08-18T15:16:42.041Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-18T15:16:42.041Z] ---> Running in 2c6fdae031b9 [2020-08-18T15:16:42.315Z] ---> 17f6e1527e65 [2020-08-18T15:16:42.315Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-18T15:16:42.315Z] ---> e1d489b08285 [2020-08-18T15:16:42.315Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-18T15:16:42.315Z] Removing intermediate container 2c6fdae031b9 [2020-08-18T15:16:42.315Z] ---> 3abdd6fe423c [2020-08-18T15:16:42.315Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T15:16:42.315Z] ---> Running in d574660fcd97 [2020-08-18T15:16:42.578Z] ---> Running in 9888c76d0f2b [2020-08-18T15:16:42.842Z] Removing intermediate container 9888c76d0f2b [2020-08-18T15:16:42.842Z] ---> ae9de66a035e [2020-08-18T15:16:42.842Z] Step 20/21 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:16:42.842Z] ---> 9afedc780529 [2020-08-18T15:16:42.842Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-18T15:16:42.842Z] ---> Running in 4832fed5ca1c [2020-08-18T15:16:42.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:16:43.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:16:43.103Z] Removing intermediate container 4832fed5ca1c [2020-08-18T15:16:43.103Z] ---> ced7561485ff [2020-08-18T15:16:43.103Z] Step 21/21 : LABEL version=1.2.2-dev.13 [2020-08-18T15:16:43.103Z] ---> 989e07fa00cf [2020-08-18T15:16:43.103Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-18T15:16:43.103Z] ---> Running in 675b8fae399a [2020-08-18T15:16:43.103Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-18T15:16:43.103Z] (2/33) Installing expat (2.2.9-r1) [2020-08-18T15:16:43.103Z] (3/33) Installing libffi (3.3-r2) [2020-08-18T15:16:43.103Z] (4/33) Installing gdbm (1.13-r1) [2020-08-18T15:16:43.103Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-18T15:16:43.103Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-18T15:16:43.103Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-18T15:16:43.366Z] Removing intermediate container 675b8fae399a [2020-08-18T15:16:43.366Z] ---> dd8c0a1abc9b [2020-08-18T15:16:43.366Z] [2020-08-18T15:16:43.941Z] Successfully built dd8c0a1abc9b [2020-08-18T15:16:43.941Z] ---> 161b49ef7ad1 [2020-08-18T15:16:43.941Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-18T15:16:44.510Z] 2480fcc9aa5a: Pull complete [2020-08-18T15:16:44.784Z] 09adf4765672: Pull complete [2020-08-18T15:16:44.784Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-18T15:16:45.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-18T15:16:45.055Z] ---> 2248a725d1cf [2020-08-18T15:16:45.055Z] 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-08-18T15:16:46.502Z] Successfully tagged docker-support-logging-go:latest [2020-08-18T15:16:46.771Z]  Building docker-support-logging-go ... done  ---> Running in a118482ff320 [2020-08-18T15:16:46.771Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-18T15:16:46.771Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-18T15:16:46.771Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-18T15:16:46.771Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-18T15:16:46.771Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-18T15:16:46.771Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-18T15:16:46.771Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-18T15:16:47.041Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-18T15:16:47.304Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-18T15:16:47.304Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-18T15:16:47.304Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-18T15:16:47.304Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-18T15:16:47.304Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-18T15:16:47.304Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-18T15:16:47.304Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-18T15:16:47.304Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-18T15:16:47.304Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-18T15:16:47.304Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-18T15:16:47.304Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-18T15:16:49.227Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-18T15:16:49.228Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-18T15:16:49.228Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-18T15:16:49.228Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-18T15:16:49.228Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-18T15:16:49.228Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-18T15:16:49.228Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-18T15:16:49.228Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:16:49.228Z] OK: 71 MiB in 55 packages [2020-08-18T15:16:49.375Z] ---> Running in 7e66f2639bcd [2020-08-18T15:16:49.805Z] Removing intermediate container a118482ff320 [2020-08-18T15:16:49.805Z] ---> 7fbd911f935b [2020-08-18T15:16:49.805Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T15:16:50.074Z] ---> a055c5e2b86f [2020-08-18T15:16:50.074Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T15:16:50.663Z] ---> Running in d1273e7532b1 [2020-08-18T15:16:50.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:16:51.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:16:53.239Z] (1/12) Installing libmagic (5.38-r0) [2020-08-18T15:16:53.510Z] (2/12) Installing file (5.38-r0) [2020-08-18T15:16:53.510Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-18T15:16:53.780Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-18T15:16:55.985Z] Removing intermediate container d574660fcd97 [2020-08-18T15:16:55.985Z] ---> 2d0ceec7c759 [2020-08-18T15:16:55.985Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-18T15:16:55.985Z] ---> Running in 245e531e920d [2020-08-18T15:16:55.985Z] Removing intermediate container d1273e7532b1 [2020-08-18T15:16:55.985Z] ---> e6d5f5b2dea0 [2020-08-18T15:16:55.985Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-18T15:16:55.985Z] ---> Running in 294175587ef2 [2020-08-18T15:16:56.931Z] Removing intermediate container 294175587ef2 [2020-08-18T15:16:56.931Z] ---> 9b80d8143d7b [2020-08-18T15:16:56.931Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T15:16:56.931Z] ---> Running in 048a5ce822ab [2020-08-18T15:16:57.192Z] Collecting docker-compose==1.23.2 [2020-08-18T15:16:57.192Z] Removing intermediate container 048a5ce822ab [2020-08-18T15:16:57.192Z] ---> 2745926aaedf [2020-08-18T15:16:57.192Z] Step 26/29 : CMD [ "generate" ] [2020-08-18T15:16:57.193Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-18T15:16:57.193Z] ---> Running in 9c4c05ceef3c [2020-08-18T15:16:57.193Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-18T15:16:57.193Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-18T15:16:57.453Z] Removing intermediate container 9c4c05ceef3c [2020-08-18T15:16:57.453Z] ---> aec7b5eff5d3 [2020-08-18T15:16:57.453Z] Step 27/29 : LABEL arch=x86_64 [2020-08-18T15:16:57.453Z] ---> Running in 1754489003b4 [2020-08-18T15:16:57.453Z] Collecting docker<4.0,>=3.6.0 [2020-08-18T15:16:57.453Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-18T15:16:57.714Z] Removing intermediate container 1754489003b4 [2020-08-18T15:16:57.714Z] ---> edfcc6ad5490 [2020-08-18T15:16:57.714Z] Step 28/29 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:16:57.714Z] ---> Running in 05e186815eb2 [2020-08-18T15:16:57.714Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-18T15:16:57.714Z] Removing intermediate container 05e186815eb2 [2020-08-18T15:16:57.714Z] ---> 1b007364637f [2020-08-18T15:16:57.714Z] Step 29/29 : LABEL version=1.2.2-dev.13 [2020-08-18T15:16:57.714Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-18T15:16:57.975Z] 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-08-18T15:16:57.975Z] ---> Running in 1619193cd134 [2020-08-18T15:16:57.975Z] Collecting jsonschema<3,>=2.5.1 [2020-08-18T15:16:57.975Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-18T15:16:57.975Z] Collecting docopt<0.7,>=0.6.1 [2020-08-18T15:16:57.975Z] Removing intermediate container 1619193cd134 [2020-08-18T15:16:57.975Z] ---> 43bb13df33f5 [2020-08-18T15:16:57.975Z] [2020-08-18T15:16:57.975Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-18T15:16:58.237Z] Successfully built 43bb13df33f5 [2020-08-18T15:16:58.237Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-18T15:16:58.497Z]  Building docker-security-secrets-setup-go ... done Collecting dockerpty<0.5,>=0.4.1 [2020-08-18T15:16:58.497Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-18T15:16:59.068Z] Collecting texttable<0.10,>=0.9.0 [2020-08-18T15:16:59.068Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-18T15:16:59.643Z] Collecting cached-property<2,>=1.2.0 [2020-08-18T15:16:59.643Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-18T15:16:59.643Z] Collecting PyYAML<4,>=3.10 [2020-08-18T15:16:59.643Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-18T15:17:00.591Z] Collecting docker-pycreds>=0.4.0 [2020-08-18T15:17:00.591Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-18T15:17:00.591Z] Collecting idna<2.8,>=2.5 [2020-08-18T15:17:00.591Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-18T15:17:00.591Z] 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-08-18T15:17:00.591Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-18T15:17:00.591Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-18T15:17:00.852Z] 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-08-18T15:17:00.852Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-18T15:17:00.852Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-18T15:17:00.852Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-18T15:17:00.852Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-18T15:17:00.852Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, docopt, dockerpty, texttable, cached-property, PyYAML, docker-compose [2020-08-18T15:17:01.111Z] Attempting uninstall: idna [2020-08-18T15:17:01.111Z] Found existing installation: idna 2.9 [2020-08-18T15:17:01.111Z] Uninstalling idna-2.9: [2020-08-18T15:17:01.111Z] Successfully uninstalled idna-2.9 [2020-08-18T15:17:01.373Z] Attempting uninstall: urllib3 [2020-08-18T15:17:01.373Z] Found existing installation: urllib3 1.25.9 [2020-08-18T15:17:01.373Z] Uninstalling urllib3-1.25.9: [2020-08-18T15:17:01.373Z] Successfully uninstalled urllib3-1.25.9 [2020-08-18T15:17:01.373Z] Attempting uninstall: requests [2020-08-18T15:17:01.373Z] Found existing installation: requests 2.23.0 [2020-08-18T15:17:01.373Z] Uninstalling requests-2.23.0: [2020-08-18T15:17:01.636Z] Successfully uninstalled requests-2.23.0 [2020-08-18T15:17:01.896Z] Running setup.py install for docopt: started [2020-08-18T15:17:02.466Z] Running setup.py install for docopt: finished with status 'done' [2020-08-18T15:17:02.466Z] Running setup.py install for dockerpty: started [2020-08-18T15:17:02.726Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-18T15:17:02.726Z] Running setup.py install for texttable: started [2020-08-18T15:17:03.296Z] Running setup.py install for texttable: finished with status 'done' [2020-08-18T15:17:03.296Z] Running setup.py install for PyYAML: started [2020-08-18T15:17:03.867Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-18T15:17:04.127Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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-08-18T15:17:07.553Z] Removing intermediate container 245e531e920d [2020-08-18T15:17:07.553Z] ---> c40d619e81f9 [2020-08-18T15:17:07.553Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-18T15:17:07.816Z] ---> Running in c63bc9fccd6b [2020-08-18T15:17:08.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:17:08.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:17:08.337Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T15:17:08.337Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-18T15:17:08.337Z] (3/3) Installing curl (7.69.1-r0) [2020-08-18T15:17:08.337Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:17:08.337Z] OK: 72 MiB in 58 packages [2020-08-18T15:17:08.909Z] Removing intermediate container c63bc9fccd6b [2020-08-18T15:17:08.909Z] ---> d1bc3dcf8f2e [2020-08-18T15:17:08.909Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:17:09.170Z] ---> Running in cf5cb5897e71 [2020-08-18T15:17:09.170Z] Removing intermediate container cf5cb5897e71 [2020-08-18T15:17:09.170Z] ---> 042c630aede7 [2020-08-18T15:17:09.170Z] Step 24/26 : LABEL arch=x86_64 [2020-08-18T15:17:09.432Z] ---> Running in b47c6681c3c3 [2020-08-18T15:17:09.432Z] Removing intermediate container b47c6681c3c3 [2020-08-18T15:17:09.432Z] ---> 833a8669dc9b [2020-08-18T15:17:09.432Z] Step 25/26 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:09.432Z] ---> Running in a1bdbbd5fcf2 [2020-08-18T15:17:09.693Z] Removing intermediate container a1bdbbd5fcf2 [2020-08-18T15:17:09.693Z] ---> 2056e3295fc5 [2020-08-18T15:17:09.693Z] Step 26/26 : LABEL version=1.2.2-dev.13 [2020-08-18T15:17:09.693Z] ---> Running in f258fa9cd7b1 [2020-08-18T15:17:09.954Z] Removing intermediate container f258fa9cd7b1 [2020-08-18T15:17:09.954Z] ---> 70f3a48f5a22 [2020-08-18T15:17:09.954Z] [2020-08-18T15:17:09.954Z] Successfully built 70f3a48f5a22 [2020-08-18T15:17:09.954Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-18T15:17:10.222Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-18T15:17:10.223Z] $ docker stop --time=1 4d22b180d6833b94729fe0143a8486b8151f85e5d531e796f6474d8db11a96c3 [2020-08-18T15:17:11.766Z] $ docker rm -f 4d22b180d6833b94729fe0143a8486b8151f85e5d531e796f6474d8db11a96c3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:17:12.253Z] + docker images [2020-08-18T15:17:12.253Z] + grep docker [2020-08-18T15:17:12.253Z] docker-sys-mgmt-agent-go latest 70f3a48f5a22 3 seconds ago 284MB [2020-08-18T15:17:12.253Z] docker-security-secrets-setup-go latest 43bb13df33f5 15 seconds ago 25.1MB [2020-08-18T15:17:12.253Z] docker-support-logging-go latest dd8c0a1abc9b 29 seconds ago 11.8MB [2020-08-18T15:17:12.253Z] docker-security-secretstore-setup-go latest 55b2ac397960 32 seconds ago 33.9MB [2020-08-18T15:17:12.253Z] docker-security-proxy-setup-go latest d5e6585a3f70 48 seconds ago 16.4MB [2020-08-18T15:17:12.253Z] docker-core-data-go latest 82d0825eb0b6 About a minute ago 24.5MB [2020-08-18T15:17:12.253Z] docker-support-notifications-go latest c02a2320b1d8 About a minute ago 14.5MB [2020-08-18T15:17:12.253Z] docker-core-command-go latest 41982aa1ce9c 2 minutes ago 13MB [2020-08-18T15:17:12.253Z] docker-core-metadata-go latest 9b641545d68f 2 minutes ago 14.4MB [2020-08-18T15:17:12.253Z] docker-support-scheduler-go latest 074bf059d8fe 2 minutes ago 13.1MB [2020-08-18T15:17:12.253Z] docker latest 81f5749c9058 7 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-18T15:17:12.721Z] provisioning config files... [2020-08-18T15:17:12.760Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/125@tmp/config2414981596287422188tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:17:13.142Z] nexus3.edgexfoundry.org:10001 [2020-08-18T15:17:13.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-18T15:17:13.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-18T15:17:13.142Z] Configure a credential helper to remove this warning. See [2020-08-18T15:17:13.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-18T15:17:13.142Z] [2020-08-18T15:17:13.142Z] Login Succeeded [2020-08-18T15:17:13.142Z] nexus3.edgexfoundry.org:10002 [2020-08-18T15:17:13.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-18T15:17:13.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-18T15:17:13.403Z] Configure a credential helper to remove this warning. See [2020-08-18T15:17:13.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-18T15:17:13.403Z] [2020-08-18T15:17:13.403Z] Login Succeeded [2020-08-18T15:17:13.403Z] nexus3.edgexfoundry.org:10003 [2020-08-18T15:17:13.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-18T15:17:13.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-18T15:17:13.664Z] Configure a credential helper to remove this warning. See [2020-08-18T15:17:13.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-18T15:17:13.664Z] [2020-08-18T15:17:13.664Z] Login Succeeded [2020-08-18T15:17:13.664Z] nexus3.edgexfoundry.org:10004 [2020-08-18T15:17:13.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-18T15:17:13.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-18T15:17:13.926Z] Configure a credential helper to remove this warning. See [2020-08-18T15:17:13.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-18T15:17:13.926Z] [2020-08-18T15:17:13.926Z] Login Succeeded [2020-08-18T15:17:13.926Z] docker.io [2020-08-18T15:17:13.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-18T15:17:14.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-18T15:17:14.188Z] Configure a credential helper to remove this warning. See [2020-08-18T15:17:14.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-18T15:17:14.188Z] [2020-08-18T15:17:14.188Z] Login Succeeded [Pipeline] } [2020-08-18T15:17:14.197Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:17:14.471Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-08-18T15:17:14.471Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:14.471Z] 1.2.2-dev.13 [2020-08-18T15:17:14.471Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:14.471Z] master [2020-08-18T15:17:14.471Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:14.956Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:15.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:15.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-18T15:17:15.254Z] 1e684d23764b: Preparing [2020-08-18T15:17:15.254Z] 90dd3c5d4647: Preparing [2020-08-18T15:17:15.254Z] ff87d1778319: Preparing [2020-08-18T15:17:15.254Z] 1e684d23764b: Pushed [2020-08-18T15:17:15.254Z] ff87d1778319: Pushed [2020-08-18T15:17:15.907Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-18T15:17:15.907Z] (6/12) Installing patch (2.7.6-r6) [2020-08-18T15:17:15.907Z] (7/12) Installing build-base (0.5-r2) [2020-08-18T15:17:15.907Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-18T15:17:15.907Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-18T15:17:16.176Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-18T15:17:16.176Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-18T15:17:16.176Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-18T15:17:16.446Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:17:16.446Z] OK: 217 MiB in 51 packages [2020-08-18T15:17:16.639Z] 90dd3c5d4647: Pushed [2020-08-18T15:17:16.639Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:a2892f3ff7c5a740ee1216f9afe818cd25e36c682abb06a874d4c87867b6f754 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:16.937Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:17.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.13 [2020-08-18T15:17:17.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-18T15:17:17.231Z] 1e684d23764b: Preparing [2020-08-18T15:17:17.231Z] 90dd3c5d4647: Preparing [2020-08-18T15:17:17.231Z] ff87d1778319: Preparing [2020-08-18T15:17:17.231Z] 90dd3c5d4647: Layer already exists [2020-08-18T15:17:17.231Z] 1e684d23764b: Layer already exists [2020-08-18T15:17:17.231Z] ff87d1778319: Layer already exists [2020-08-18T15:17:17.231Z] 1.2.2-dev.13: digest: sha256:a2892f3ff7c5a740ee1216f9afe818cd25e36c682abb06a874d4c87867b6f754 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:17.536Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:17.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:17.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-18T15:17:17.843Z] 1e684d23764b: Preparing [2020-08-18T15:17:17.843Z] 90dd3c5d4647: Preparing [2020-08-18T15:17:17.843Z] ff87d1778319: Preparing [2020-08-18T15:17:17.843Z] 90dd3c5d4647: Layer already exists [2020-08-18T15:17:17.843Z] ff87d1778319: Layer already exists [2020-08-18T15:17:17.843Z] 1e684d23764b: Layer already exists [2020-08-18T15:17:17.843Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:a2892f3ff7c5a740ee1216f9afe818cd25e36c682abb06a874d4c87867b6f754 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:18.162Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:18.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-08-18T15:17:18.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-18T15:17:18.456Z] 1e684d23764b: Preparing [2020-08-18T15:17:18.456Z] 90dd3c5d4647: Preparing [2020-08-18T15:17:18.456Z] ff87d1778319: Preparing [2020-08-18T15:17:18.456Z] ff87d1778319: Layer already exists [2020-08-18T15:17:18.456Z] 90dd3c5d4647: Layer already exists [2020-08-18T15:17:18.456Z] 1e684d23764b: Layer already exists [2020-08-18T15:17:18.456Z] master: digest: sha256:a2892f3ff7c5a740ee1216f9afe818cd25e36c682abb06a874d4c87867b6f754 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:17:18.626Z] ===================================================== [Pipeline] echo [2020-08-18T15:17:18.680Z] taggedImages: [2020-08-18T15:17:18.680Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:18.680Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.13 [2020-08-18T15:17:18.680Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:18.680Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-08-18T15:17:18.735Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-08-18T15:17:18.735Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:18.735Z] 1.2.2-dev.13 [2020-08-18T15:17:18.735Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:18.735Z] master [2020-08-18T15:17:18.735Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:19.268Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:19.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:19.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-18T15:17:19.564Z] bc0d60d4e1c3: Preparing [2020-08-18T15:17:19.564Z] 3e1ee3361f37: Preparing [2020-08-18T15:17:19.564Z] c18a543f4b33: Preparing [2020-08-18T15:17:19.564Z] 644996956867: Preparing [2020-08-18T15:17:19.564Z] 5b050c4da295: Preparing [2020-08-18T15:17:19.564Z] 50644c29ef5a: Preparing [2020-08-18T15:17:19.564Z] 50644c29ef5a: Waiting [2020-08-18T15:17:19.564Z] 5b050c4da295: Pushed [2020-08-18T15:17:19.828Z] c18a543f4b33: Pushed [2020-08-18T15:17:19.828Z] bc0d60d4e1c3: Pushed [2020-08-18T15:17:19.828Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:19.828Z] 644996956867: Pushed [2020-08-18T15:17:20.755Z] Removing intermediate container 7e66f2639bcd [2020-08-18T15:17:20.755Z] ---> 88d540e7c957 [2020-08-18T15:17:20.755Z] Step 4/7 : WORKDIR /edgex-go [2020-08-18T15:17:20.755Z] ---> Running in 17a9fc286b86 [2020-08-18T15:17:20.771Z] 3e1ee3361f37: Pushed [2020-08-18T15:17:21.029Z] Removing intermediate container 17a9fc286b86 [2020-08-18T15:17:21.029Z] ---> 295b15a20ca2 [2020-08-18T15:17:21.029Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-18T15:17:21.033Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:c183546edd7a49dc33f8efdf716f82e0abbaf53910768d4baa31208794c50717 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:21.334Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:21.621Z] latest: Pulling from library/docker [2020-08-18T15:17:21.621Z] b538f80385f9: Already exists [2020-08-18T15:17:21.621Z] 259a493cd78d: Pulling fs layer [2020-08-18T15:17:21.621Z] b8e66b5100f5: Pulling fs layer [2020-08-18T15:17:21.621Z] 39dc9c94d07c: Pulling fs layer [2020-08-18T15:17:21.621Z] 551b823b3b82: Pulling fs layer [2020-08-18T15:17:21.621Z] 3c52a74df98c: Pulling fs layer [2020-08-18T15:17:21.621Z] 551b823b3b82: Waiting [2020-08-18T15:17:21.621Z] 6c9b121b6998: Pulling fs layer [2020-08-18T15:17:21.621Z] 3c52a74df98c: Waiting [2020-08-18T15:17:21.621Z] 6c9b121b6998: Waiting [2020-08-18T15:17:21.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.13 [2020-08-18T15:17:21.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-18T15:17:21.632Z] bc0d60d4e1c3: Preparing [2020-08-18T15:17:21.632Z] 3e1ee3361f37: Preparing [2020-08-18T15:17:21.632Z] c18a543f4b33: Preparing [2020-08-18T15:17:21.632Z] 644996956867: Preparing [2020-08-18T15:17:21.632Z] 5b050c4da295: Preparing [2020-08-18T15:17:21.632Z] 50644c29ef5a: Preparing [2020-08-18T15:17:21.632Z] 50644c29ef5a: Waiting [2020-08-18T15:17:21.632Z] 3e1ee3361f37: Layer already exists [2020-08-18T15:17:21.632Z] 644996956867: Layer already exists [2020-08-18T15:17:21.632Z] 5b050c4da295: Layer already exists [2020-08-18T15:17:21.632Z] bc0d60d4e1c3: Layer already exists [2020-08-18T15:17:21.632Z] c18a543f4b33: Layer already exists [2020-08-18T15:17:21.632Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:21.632Z] 1.2.2-dev.13: digest: sha256:c183546edd7a49dc33f8efdf716f82e0abbaf53910768d4baa31208794c50717 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:21.899Z] b8e66b5100f5: Verifying Checksum [2020-08-18T15:17:21.899Z] b8e66b5100f5: Download complete [2020-08-18T15:17:21.899Z] 259a493cd78d: Verifying Checksum [2020-08-18T15:17:21.943Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:22.175Z] 551b823b3b82: Verifying Checksum [2020-08-18T15:17:22.175Z] 551b823b3b82: Download complete [2020-08-18T15:17:22.175Z] 3c52a74df98c: Verifying Checksum [2020-08-18T15:17:22.175Z] 3c52a74df98c: Download complete [2020-08-18T15:17:22.175Z] 6c9b121b6998: Verifying Checksum [2020-08-18T15:17:22.175Z] 6c9b121b6998: Download complete [2020-08-18T15:17:22.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:22.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-18T15:17:22.239Z] bc0d60d4e1c3: Preparing [2020-08-18T15:17:22.239Z] 3e1ee3361f37: Preparing [2020-08-18T15:17:22.239Z] c18a543f4b33: Preparing [2020-08-18T15:17:22.239Z] 644996956867: Preparing [2020-08-18T15:17:22.239Z] 5b050c4da295: Preparing [2020-08-18T15:17:22.239Z] 50644c29ef5a: Preparing [2020-08-18T15:17:22.239Z] 50644c29ef5a: Waiting [2020-08-18T15:17:22.239Z] bc0d60d4e1c3: Layer already exists [2020-08-18T15:17:22.239Z] c18a543f4b33: Layer already exists [2020-08-18T15:17:22.239Z] 3e1ee3361f37: Layer already exists [2020-08-18T15:17:22.239Z] 644996956867: Layer already exists [2020-08-18T15:17:22.239Z] 5b050c4da295: Layer already exists [2020-08-18T15:17:22.239Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:22.239Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:c183546edd7a49dc33f8efdf716f82e0abbaf53910768d4baa31208794c50717 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:22.449Z] 259a493cd78d: Pull complete [2020-08-18T15:17:22.546Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:22.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-08-18T15:17:22.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-18T15:17:22.843Z] bc0d60d4e1c3: Preparing [2020-08-18T15:17:22.843Z] 3e1ee3361f37: Preparing [2020-08-18T15:17:22.843Z] c18a543f4b33: Preparing [2020-08-18T15:17:22.843Z] 644996956867: Preparing [2020-08-18T15:17:22.843Z] 5b050c4da295: Preparing [2020-08-18T15:17:22.843Z] 50644c29ef5a: Preparing [2020-08-18T15:17:22.843Z] 50644c29ef5a: Waiting [2020-08-18T15:17:22.843Z] 3e1ee3361f37: Layer already exists [2020-08-18T15:17:22.843Z] 644996956867: Layer already exists [2020-08-18T15:17:22.843Z] bc0d60d4e1c3: Layer already exists [2020-08-18T15:17:22.843Z] c18a543f4b33: Layer already exists [2020-08-18T15:17:22.843Z] 5b050c4da295: Layer already exists [2020-08-18T15:17:22.843Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:22.843Z] master: digest: sha256:c183546edd7a49dc33f8efdf716f82e0abbaf53910768d4baa31208794c50717 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-08-18T15:17:23.056Z] b8e66b5100f5: Pull complete [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:17:23.219Z] ===================================================== [Pipeline] echo [2020-08-18T15:17:23.263Z] taggedImages: [2020-08-18T15:17:23.263Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:23.263Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.13 [2020-08-18T15:17:23.263Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:23.263Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-08-18T15:17:23.324Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-08-18T15:17:23.324Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:23.324Z] 1.2.2-dev.13 [2020-08-18T15:17:23.324Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:23.324Z] master [2020-08-18T15:17:23.324Z] ===================================================== [2020-08-18T15:17:23.329Z] 39dc9c94d07c: Verifying Checksum [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:23.957Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:24.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:24.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-18T15:17:24.250Z] 3c3cc925f83d: Preparing [2020-08-18T15:17:24.250Z] 999c15d0f914: Preparing [2020-08-18T15:17:24.250Z] 16141e7b858c: Preparing [2020-08-18T15:17:24.250Z] 3c3cc925f83d: Pushed [2020-08-18T15:17:24.250Z] 16141e7b858c: Pushed [2020-08-18T15:17:25.692Z] 999c15d0f914: Pushed [2020-08-18T15:17:25.692Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:d412b635877f296d912d39a6a178458ea87576d533494ba74c9bf184cff167ea size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:26.009Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:26.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.13 [2020-08-18T15:17:26.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-18T15:17:26.305Z] 3c3cc925f83d: Preparing [2020-08-18T15:17:26.305Z] 999c15d0f914: Preparing [2020-08-18T15:17:26.305Z] 16141e7b858c: Preparing [2020-08-18T15:17:26.305Z] 16141e7b858c: Layer already exists [2020-08-18T15:17:26.305Z] 999c15d0f914: Layer already exists [2020-08-18T15:17:26.305Z] 3c3cc925f83d: Layer already exists [2020-08-18T15:17:26.305Z] 1.2.2-dev.13: digest: sha256:d412b635877f296d912d39a6a178458ea87576d533494ba74c9bf184cff167ea size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:26.604Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:26.714Z] 39dc9c94d07c: Pull complete [2020-08-18T15:17:26.714Z] 551b823b3b82: Pull complete [2020-08-18T15:17:26.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:26.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-18T15:17:26.898Z] 3c3cc925f83d: Preparing [2020-08-18T15:17:26.898Z] 999c15d0f914: Preparing [2020-08-18T15:17:26.898Z] 16141e7b858c: Preparing [2020-08-18T15:17:26.898Z] 3c3cc925f83d: Layer already exists [2020-08-18T15:17:26.898Z] 999c15d0f914: Layer already exists [2020-08-18T15:17:26.898Z] 16141e7b858c: Layer already exists [2020-08-18T15:17:26.898Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:d412b635877f296d912d39a6a178458ea87576d533494ba74c9bf184cff167ea size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:26.985Z] 3c52a74df98c: Pull complete [2020-08-18T15:17:27.198Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:27.257Z] 6c9b121b6998: Pull complete [2020-08-18T15:17:27.257Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-18T15:17:27.257Z] Status: Downloaded newer image for docker:latest [2020-08-18T15:17:27.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-08-18T15:17:27.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-18T15:17:27.495Z] 3c3cc925f83d: Preparing [2020-08-18T15:17:27.495Z] 999c15d0f914: Preparing [2020-08-18T15:17:27.495Z] 16141e7b858c: Preparing [2020-08-18T15:17:27.495Z] 3c3cc925f83d: Layer already exists [2020-08-18T15:17:27.495Z] 16141e7b858c: Layer already exists [2020-08-18T15:17:27.495Z] 999c15d0f914: Layer already exists [2020-08-18T15:17:27.495Z] master: digest: sha256:d412b635877f296d912d39a6a178458ea87576d533494ba74c9bf184cff167ea size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:17:27.711Z] ===================================================== [Pipeline] echo [2020-08-18T15:17:27.773Z] taggedImages: [2020-08-18T15:17:27.773Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:27.773Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.13 [2020-08-18T15:17:27.773Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:27.773Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-08-18T15:17:27.829Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-08-18T15:17:27.829Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:27.829Z] 1.2.2-dev.13 [2020-08-18T15:17:27.829Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:27.829Z] master [2020-08-18T15:17:27.829Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:28.353Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:28.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:28.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-18T15:17:28.647Z] e7e2d08efea7: Preparing [2020-08-18T15:17:28.647Z] a8b1ef2b5d26: Preparing [2020-08-18T15:17:28.647Z] c40ce56caf9a: Preparing [2020-08-18T15:17:28.647Z] 3cc99afc9cba: Preparing [2020-08-18T15:17:28.647Z] 50644c29ef5a: Preparing [2020-08-18T15:17:28.647Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:28.647Z] a8b1ef2b5d26: Pushed [2020-08-18T15:17:28.647Z] c40ce56caf9a: Pushed [2020-08-18T15:17:29.219Z] 3cc99afc9cba: Pushed [2020-08-18T15:17:29.482Z] e7e2d08efea7: Pushed [2020-08-18T15:17:29.741Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:4deb4353cf977ce8453d4f9bc555155e6fbbfaa52e88800b469c1ce2fd093d03 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:30.041Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:30.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.13 [2020-08-18T15:17:30.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-18T15:17:30.335Z] e7e2d08efea7: Preparing [2020-08-18T15:17:30.335Z] a8b1ef2b5d26: Preparing [2020-08-18T15:17:30.335Z] c40ce56caf9a: Preparing [2020-08-18T15:17:30.335Z] 3cc99afc9cba: Preparing [2020-08-18T15:17:30.335Z] 50644c29ef5a: Preparing [2020-08-18T15:17:30.335Z] a8b1ef2b5d26: Layer already exists [2020-08-18T15:17:30.335Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:30.335Z] 3cc99afc9cba: Layer already exists [2020-08-18T15:17:30.335Z] e7e2d08efea7: Layer already exists [2020-08-18T15:17:30.335Z] c40ce56caf9a: Layer already exists [2020-08-18T15:17:30.335Z] 1.2.2-dev.13: digest: sha256:4deb4353cf977ce8453d4f9bc555155e6fbbfaa52e88800b469c1ce2fd093d03 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:30.635Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:30.639Z] ---> c08900b2780e [2020-08-18T15:17:30.639Z] Step 6/7 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:30.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:30.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-18T15:17:30.929Z] e7e2d08efea7: Preparing [2020-08-18T15:17:30.929Z] a8b1ef2b5d26: Preparing [2020-08-18T15:17:30.929Z] c40ce56caf9a: Preparing [2020-08-18T15:17:30.929Z] 3cc99afc9cba: Preparing [2020-08-18T15:17:30.929Z] 50644c29ef5a: Preparing [2020-08-18T15:17:30.929Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:30.929Z] e7e2d08efea7: Layer already exists [2020-08-18T15:17:30.929Z] 3cc99afc9cba: Layer already exists [2020-08-18T15:17:30.929Z] a8b1ef2b5d26: Layer already exists [2020-08-18T15:17:30.929Z] c40ce56caf9a: Layer already exists [2020-08-18T15:17:30.929Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:4deb4353cf977ce8453d4f9bc555155e6fbbfaa52e88800b469c1ce2fd093d03 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:31.227Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-08-18T15:17:31.232Z] ---> ec23cddf2c98 [2020-08-18T15:17:31.232Z] Step 7/7 : RUN go mod download [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:31.508Z] ---> Running in 82a750a5ef1a [2020-08-18T15:17:31.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-08-18T15:17:31.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-18T15:17:31.522Z] e7e2d08efea7: Preparing [2020-08-18T15:17:31.522Z] a8b1ef2b5d26: Preparing [2020-08-18T15:17:31.522Z] c40ce56caf9a: Preparing [2020-08-18T15:17:31.522Z] 3cc99afc9cba: Preparing [2020-08-18T15:17:31.522Z] 50644c29ef5a: Preparing [2020-08-18T15:17:31.522Z] e7e2d08efea7: Layer already exists [2020-08-18T15:17:31.522Z] a8b1ef2b5d26: Layer already exists [2020-08-18T15:17:31.522Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:31.522Z] c40ce56caf9a: Layer already exists [2020-08-18T15:17:31.522Z] 3cc99afc9cba: Layer already exists [2020-08-18T15:17:31.522Z] master: digest: sha256:4deb4353cf977ce8453d4f9bc555155e6fbbfaa52e88800b469c1ce2fd093d03 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:17:31.731Z] ===================================================== [Pipeline] echo [2020-08-18T15:17:31.843Z] taggedImages: [2020-08-18T15:17:31.843Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:31.843Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.13 [2020-08-18T15:17:31.843Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:31.843Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-08-18T15:17:31.963Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-08-18T15:17:31.963Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:31.963Z] 1.2.2-dev.13 [2020-08-18T15:17:31.963Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:31.963Z] master [2020-08-18T15:17:31.963Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:32.569Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:32.860Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:32.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-18T15:17:32.860Z] 923fe9852610: Preparing [2020-08-18T15:17:32.860Z] a3afabd3f568: Preparing [2020-08-18T15:17:32.860Z] de9ae9b14e3c: Preparing [2020-08-18T15:17:32.860Z] 735fc676d30a: Preparing [2020-08-18T15:17:32.860Z] 735fc676d30a: Preparing [2020-08-18T15:17:32.860Z] b865cebe09d9: Preparing [2020-08-18T15:17:32.860Z] 427e0811a492: Preparing [2020-08-18T15:17:32.860Z] 9ce50d6e1637: Preparing [2020-08-18T15:17:32.860Z] 923fe9852610: Preparing [2020-08-18T15:17:32.860Z] 3c9daa873c06: Preparing [2020-08-18T15:17:32.860Z] 2ef64dff850b: Preparing [2020-08-18T15:17:32.860Z] e218022accf3: Preparing [2020-08-18T15:17:32.860Z] 50644c29ef5a: Preparing [2020-08-18T15:17:32.860Z] 9ce50d6e1637: Waiting [2020-08-18T15:17:32.860Z] 3c9daa873c06: Waiting [2020-08-18T15:17:32.860Z] 2ef64dff850b: Waiting [2020-08-18T15:17:32.860Z] e218022accf3: Waiting [2020-08-18T15:17:32.860Z] 50644c29ef5a: Waiting [2020-08-18T15:17:32.860Z] 427e0811a492: Waiting [2020-08-18T15:17:32.860Z] b865cebe09d9: Pushed [2020-08-18T15:17:32.860Z] de9ae9b14e3c: Pushed [2020-08-18T15:17:33.124Z] a3afabd3f568: Pushed [2020-08-18T15:17:33.124Z] 735fc676d30a: Pushed [2020-08-18T15:17:33.124Z] 427e0811a492: Pushed [2020-08-18T15:17:33.124Z] 9ce50d6e1637: Pushed [2020-08-18T15:17:33.124Z] 3c9daa873c06: Pushed [2020-08-18T15:17:33.124Z] 2ef64dff850b: Pushed [2020-08-18T15:17:33.124Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:33.387Z] e218022accf3: Pushed [2020-08-18T15:17:33.646Z] 923fe9852610: Pushed [2020-08-18T15:17:33.906Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:1c4cd2a8f6e6c88b3bbf62adca5a801900f86b5b040fdda376feda425f3989bd size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:34.202Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:34.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.13 [2020-08-18T15:17:34.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-18T15:17:34.493Z] 923fe9852610: Preparing [2020-08-18T15:17:34.493Z] a3afabd3f568: Preparing [2020-08-18T15:17:34.493Z] de9ae9b14e3c: Preparing [2020-08-18T15:17:34.493Z] 735fc676d30a: Preparing [2020-08-18T15:17:34.493Z] 735fc676d30a: Preparing [2020-08-18T15:17:34.493Z] b865cebe09d9: Preparing [2020-08-18T15:17:34.493Z] 427e0811a492: Preparing [2020-08-18T15:17:34.493Z] 9ce50d6e1637: Preparing [2020-08-18T15:17:34.493Z] 923fe9852610: Preparing [2020-08-18T15:17:34.493Z] 3c9daa873c06: Preparing [2020-08-18T15:17:34.493Z] 2ef64dff850b: Preparing [2020-08-18T15:17:34.493Z] e218022accf3: Preparing [2020-08-18T15:17:34.493Z] 50644c29ef5a: Preparing [2020-08-18T15:17:34.493Z] 427e0811a492: Waiting [2020-08-18T15:17:34.493Z] 9ce50d6e1637: Waiting [2020-08-18T15:17:34.493Z] 3c9daa873c06: Waiting [2020-08-18T15:17:34.493Z] 2ef64dff850b: Waiting [2020-08-18T15:17:34.493Z] e218022accf3: Waiting [2020-08-18T15:17:34.493Z] 50644c29ef5a: Waiting [2020-08-18T15:17:34.493Z] 923fe9852610: Layer already exists [2020-08-18T15:17:34.493Z] b865cebe09d9: Layer already exists [2020-08-18T15:17:34.493Z] de9ae9b14e3c: Layer already exists [2020-08-18T15:17:34.493Z] 735fc676d30a: Layer already exists [2020-08-18T15:17:34.493Z] a3afabd3f568: Layer already exists [2020-08-18T15:17:34.493Z] 427e0811a492: Layer already exists [2020-08-18T15:17:34.493Z] 9ce50d6e1637: Layer already exists [2020-08-18T15:17:34.493Z] e218022accf3: Layer already exists [2020-08-18T15:17:34.493Z] 3c9daa873c06: Layer already exists [2020-08-18T15:17:34.493Z] 2ef64dff850b: Layer already exists [2020-08-18T15:17:34.493Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:34.493Z] 1.2.2-dev.13: digest: sha256:1c4cd2a8f6e6c88b3bbf62adca5a801900f86b5b040fdda376feda425f3989bd size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:34.792Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:35.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:35.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-18T15:17:35.112Z] 923fe9852610: Preparing [2020-08-18T15:17:35.112Z] a3afabd3f568: Preparing [2020-08-18T15:17:35.112Z] de9ae9b14e3c: Preparing [2020-08-18T15:17:35.112Z] 735fc676d30a: Preparing [2020-08-18T15:17:35.112Z] 735fc676d30a: Preparing [2020-08-18T15:17:35.112Z] b865cebe09d9: Preparing [2020-08-18T15:17:35.112Z] 427e0811a492: Preparing [2020-08-18T15:17:35.112Z] 9ce50d6e1637: Preparing [2020-08-18T15:17:35.112Z] 923fe9852610: Preparing [2020-08-18T15:17:35.112Z] 3c9daa873c06: Preparing [2020-08-18T15:17:35.112Z] 2ef64dff850b: Preparing [2020-08-18T15:17:35.112Z] e218022accf3: Preparing [2020-08-18T15:17:35.112Z] 50644c29ef5a: Preparing [2020-08-18T15:17:35.112Z] 427e0811a492: Waiting [2020-08-18T15:17:35.112Z] 2ef64dff850b: Waiting [2020-08-18T15:17:35.112Z] e218022accf3: Waiting [2020-08-18T15:17:35.112Z] 9ce50d6e1637: Waiting [2020-08-18T15:17:35.112Z] 3c9daa873c06: Waiting [2020-08-18T15:17:35.112Z] 50644c29ef5a: Waiting [2020-08-18T15:17:35.112Z] de9ae9b14e3c: Layer already exists [2020-08-18T15:17:35.112Z] a3afabd3f568: Layer already exists [2020-08-18T15:17:35.112Z] 735fc676d30a: Layer already exists [2020-08-18T15:17:35.112Z] 923fe9852610: Layer already exists [2020-08-18T15:17:35.112Z] b865cebe09d9: Layer already exists [2020-08-18T15:17:35.112Z] 3c9daa873c06: Layer already exists [2020-08-18T15:17:35.112Z] 9ce50d6e1637: Layer already exists [2020-08-18T15:17:35.112Z] 2ef64dff850b: Layer already exists [2020-08-18T15:17:35.112Z] 427e0811a492: Layer already exists [2020-08-18T15:17:35.112Z] e218022accf3: Layer already exists [2020-08-18T15:17:35.112Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:35.112Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:1c4cd2a8f6e6c88b3bbf62adca5a801900f86b5b040fdda376feda425f3989bd size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:35.410Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:35.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-08-18T15:17:35.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-18T15:17:35.702Z] 923fe9852610: Preparing [2020-08-18T15:17:35.702Z] a3afabd3f568: Preparing [2020-08-18T15:17:35.702Z] de9ae9b14e3c: Preparing [2020-08-18T15:17:35.702Z] 735fc676d30a: Preparing [2020-08-18T15:17:35.702Z] 735fc676d30a: Preparing [2020-08-18T15:17:35.702Z] b865cebe09d9: Preparing [2020-08-18T15:17:35.702Z] 427e0811a492: Preparing [2020-08-18T15:17:35.702Z] 9ce50d6e1637: Preparing [2020-08-18T15:17:35.702Z] 923fe9852610: Preparing [2020-08-18T15:17:35.702Z] 3c9daa873c06: Preparing [2020-08-18T15:17:35.702Z] 2ef64dff850b: Preparing [2020-08-18T15:17:35.702Z] e218022accf3: Preparing [2020-08-18T15:17:35.702Z] 50644c29ef5a: Preparing [2020-08-18T15:17:35.702Z] 427e0811a492: Waiting [2020-08-18T15:17:35.702Z] 9ce50d6e1637: Waiting [2020-08-18T15:17:35.702Z] 3c9daa873c06: Waiting [2020-08-18T15:17:35.702Z] 2ef64dff850b: Waiting [2020-08-18T15:17:35.702Z] e218022accf3: Waiting [2020-08-18T15:17:35.702Z] 50644c29ef5a: Waiting [2020-08-18T15:17:35.702Z] 923fe9852610: Layer already exists [2020-08-18T15:17:35.702Z] b865cebe09d9: Layer already exists [2020-08-18T15:17:35.702Z] 735fc676d30a: Layer already exists [2020-08-18T15:17:35.702Z] de9ae9b14e3c: Layer already exists [2020-08-18T15:17:35.702Z] a3afabd3f568: Layer already exists [2020-08-18T15:17:35.702Z] 9ce50d6e1637: Layer already exists [2020-08-18T15:17:35.702Z] 427e0811a492: Layer already exists [2020-08-18T15:17:35.702Z] 3c9daa873c06: Layer already exists [2020-08-18T15:17:35.702Z] e218022accf3: Layer already exists [2020-08-18T15:17:35.702Z] 2ef64dff850b: Layer already exists [2020-08-18T15:17:35.702Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:35.702Z] master: digest: sha256:1c4cd2a8f6e6c88b3bbf62adca5a801900f86b5b040fdda376feda425f3989bd size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [2020-08-18T15:17:35.796Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-18T15:17:35.796Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-18T15:17:35.796Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-18T15:17:35.796Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-18T15:17:35.796Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-18T15:17:35.796Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-18T15:17:35.796Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-18T15:17:35.796Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-18T15:17:35.796Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-18T15:17:35.796Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-18T15:17:35.796Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-18T15:17:35.796Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-18T15:17:35.796Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-18T15:17:35.796Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-18T15:17:35.796Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-18T15:17:35.796Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-18T15:17:35.796Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-18T15:17:35.796Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-18T15:17:35.796Z] go: finding github.com/fatih/color v1.7.0 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:17:35.933Z] ===================================================== [Pipeline] echo [2020-08-18T15:17:35.978Z] taggedImages: [2020-08-18T15:17:35.978Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:35.978Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.13 [2020-08-18T15:17:35.978Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:35.978Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-08-18T15:17:36.052Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-08-18T15:17:36.052Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:36.052Z] 1.2.2-dev.13 [2020-08-18T15:17:36.052Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:36.052Z] master [2020-08-18T15:17:36.052Z] ===================================================== [2020-08-18T15:17:36.067Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-18T15:17:36.067Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-18T15:17:36.067Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-18T15:17:36.067Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-18T15:17:36.067Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-18T15:17:36.067Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-18T15:17:36.067Z] go: finding github.com/go-playground/locales v0.13.0 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:36.337Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-18T15:17:36.337Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-18T15:17:36.337Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-18T15:17:36.337Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-18T15:17:36.337Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-18T15:17:36.337Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-18T15:17:36.337Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-18T15:17:36.606Z] go: finding github.com/google/uuid v1.1.0 [2020-08-18T15:17:36.606Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-18T15:17:36.606Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-18T15:17:36.606Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-18T15:17:36.606Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-18T15:17:36.606Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-18T15:17:36.609Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:36.878Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-18T15:17:36.878Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-18T15:17:36.878Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-18T15:17:36.878Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-18T15:17:36.878Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-18T15:17:36.878Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-18T15:17:36.878Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-18T15:17:36.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:36.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-18T15:17:36.902Z] 736c99d9c96c: Preparing [2020-08-18T15:17:36.902Z] 6e10dd972e5d: Preparing [2020-08-18T15:17:36.902Z] 3ed17029ca3e: Preparing [2020-08-18T15:17:36.902Z] 644459ce8422: Preparing [2020-08-18T15:17:36.902Z] 3766fc492bdd: Preparing [2020-08-18T15:17:36.902Z] 7b8374db6a2f: Preparing [2020-08-18T15:17:36.902Z] f131ace146ef: Preparing [2020-08-18T15:17:36.902Z] 7e435ccb3ad0: Preparing [2020-08-18T15:17:36.902Z] 102cd938ce57: Preparing [2020-08-18T15:17:36.902Z] a2f84a4d9047: Preparing [2020-08-18T15:17:36.902Z] 1b3ee35aacca: Preparing [2020-08-18T15:17:36.902Z] f131ace146ef: Waiting [2020-08-18T15:17:36.902Z] 7e435ccb3ad0: Waiting [2020-08-18T15:17:36.902Z] 102cd938ce57: Waiting [2020-08-18T15:17:36.902Z] a2f84a4d9047: Waiting [2020-08-18T15:17:36.902Z] 1b3ee35aacca: Waiting [2020-08-18T15:17:36.902Z] 7b8374db6a2f: Waiting [2020-08-18T15:17:37.148Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-18T15:17:37.149Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-18T15:17:37.149Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-18T15:17:37.149Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-18T15:17:37.149Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-18T15:17:37.149Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-18T15:17:37.149Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-18T15:17:37.166Z] 6e10dd972e5d: Pushed [2020-08-18T15:17:37.166Z] 736c99d9c96c: Pushed [2020-08-18T15:17:37.166Z] f131ace146ef: Pushed [2020-08-18T15:17:37.166Z] 7b8374db6a2f: Pushed [2020-08-18T15:17:37.417Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-18T15:17:37.417Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-18T15:17:37.417Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-18T15:17:37.417Z] go: finding github.com/kr/pty v1.1.1 [2020-08-18T15:17:37.417Z] go: finding github.com/kr/text v0.1.0 [2020-08-18T15:17:37.417Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-18T15:17:37.417Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-18T15:17:37.431Z] 7e435ccb3ad0: Pushed [2020-08-18T15:17:37.431Z] 102cd938ce57: Pushed [2020-08-18T15:17:37.431Z] 1b3ee35aacca: Layer already exists [2020-08-18T15:17:37.690Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-18T15:17:37.690Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-18T15:17:37.690Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-18T15:17:37.690Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-18T15:17:37.690Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-18T15:17:37.690Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-18T15:17:37.690Z] a2f84a4d9047: Pushed [2020-08-18T15:17:37.690Z] 3ed17029ca3e: Pushed [2020-08-18T15:17:37.953Z] 644459ce8422: Pushed [2020-08-18T15:17:37.953Z] 3766fc492bdd: Pushed [2020-08-18T15:17:37.953Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:cf45584122ce0d6b705e7162231406f7b2b858edfa0a408a58ffbf27709a741a size: 2616 [2020-08-18T15:17:37.963Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-18T15:17:37.963Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-18T15:17:37.963Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-18T15:17:37.963Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-18T15:17:37.963Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-18T15:17:37.963Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-18T15:17:37.963Z] go: finding github.com/onsi/gomega v1.7.0 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:38.239Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-18T15:17:38.239Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-18T15:17:38.239Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-18T15:17:38.239Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-18T15:17:38.239Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-18T15:17:38.239Z] go: finding github.com/posener/complete v1.1.1 [2020-08-18T15:17:38.239Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-18T15:17:38.252Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:38.508Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-18T15:17:38.508Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-18T15:17:38.508Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-18T15:17:38.508Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-18T15:17:38.508Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-18T15:17:38.508Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-18T15:17:38.508Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-18T15:17:38.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.13 [2020-08-18T15:17:38.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-18T15:17:38.544Z] 736c99d9c96c: Preparing [2020-08-18T15:17:38.544Z] 6e10dd972e5d: Preparing [2020-08-18T15:17:38.544Z] 3ed17029ca3e: Preparing [2020-08-18T15:17:38.544Z] 644459ce8422: Preparing [2020-08-18T15:17:38.544Z] 3766fc492bdd: Preparing [2020-08-18T15:17:38.544Z] 7b8374db6a2f: Preparing [2020-08-18T15:17:38.544Z] f131ace146ef: Preparing [2020-08-18T15:17:38.544Z] 7e435ccb3ad0: Preparing [2020-08-18T15:17:38.544Z] 102cd938ce57: Preparing [2020-08-18T15:17:38.544Z] a2f84a4d9047: Preparing [2020-08-18T15:17:38.544Z] 1b3ee35aacca: Preparing [2020-08-18T15:17:38.544Z] f131ace146ef: Waiting [2020-08-18T15:17:38.544Z] 7e435ccb3ad0: Waiting [2020-08-18T15:17:38.544Z] 102cd938ce57: Waiting [2020-08-18T15:17:38.544Z] a2f84a4d9047: Waiting [2020-08-18T15:17:38.544Z] 1b3ee35aacca: Waiting [2020-08-18T15:17:38.544Z] 7b8374db6a2f: Waiting [2020-08-18T15:17:38.544Z] 3766fc492bdd: Layer already exists [2020-08-18T15:17:38.544Z] 3ed17029ca3e: Layer already exists [2020-08-18T15:17:38.544Z] 644459ce8422: Layer already exists [2020-08-18T15:17:38.544Z] 6e10dd972e5d: Layer already exists [2020-08-18T15:17:38.544Z] 736c99d9c96c: Layer already exists [2020-08-18T15:17:38.544Z] 7b8374db6a2f: Layer already exists [2020-08-18T15:17:38.544Z] f131ace146ef: Layer already exists [2020-08-18T15:17:38.544Z] a2f84a4d9047: Layer already exists [2020-08-18T15:17:38.544Z] 7e435ccb3ad0: Layer already exists [2020-08-18T15:17:38.544Z] 102cd938ce57: Layer already exists [2020-08-18T15:17:38.544Z] 1b3ee35aacca: Layer already exists [2020-08-18T15:17:38.544Z] 1.2.2-dev.13: digest: sha256:cf45584122ce0d6b705e7162231406f7b2b858edfa0a408a58ffbf27709a741a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:38.778Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-18T15:17:38.778Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-18T15:17:38.778Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-18T15:17:38.778Z] go: finding golang.org/x/text v0.3.2 [2020-08-18T15:17:38.778Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-18T15:17:38.778Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-18T15:17:38.839Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:39.050Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-18T15:17:39.050Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-18T15:17:39.050Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-18T15:17:39.050Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-18T15:17:39.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:39.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-18T15:17:39.130Z] 736c99d9c96c: Preparing [2020-08-18T15:17:39.130Z] 6e10dd972e5d: Preparing [2020-08-18T15:17:39.130Z] 3ed17029ca3e: Preparing [2020-08-18T15:17:39.130Z] 644459ce8422: Preparing [2020-08-18T15:17:39.130Z] 3766fc492bdd: Preparing [2020-08-18T15:17:39.130Z] 7b8374db6a2f: Preparing [2020-08-18T15:17:39.130Z] f131ace146ef: Preparing [2020-08-18T15:17:39.130Z] 7e435ccb3ad0: Preparing [2020-08-18T15:17:39.130Z] 102cd938ce57: Preparing [2020-08-18T15:17:39.130Z] a2f84a4d9047: Preparing [2020-08-18T15:17:39.130Z] 1b3ee35aacca: Preparing [2020-08-18T15:17:39.130Z] 7b8374db6a2f: Waiting [2020-08-18T15:17:39.130Z] f131ace146ef: Waiting [2020-08-18T15:17:39.130Z] 7e435ccb3ad0: Waiting [2020-08-18T15:17:39.130Z] a2f84a4d9047: Waiting [2020-08-18T15:17:39.130Z] 1b3ee35aacca: Waiting [2020-08-18T15:17:39.130Z] 102cd938ce57: Waiting [2020-08-18T15:17:39.130Z] 644459ce8422: Layer already exists [2020-08-18T15:17:39.130Z] 3766fc492bdd: Layer already exists [2020-08-18T15:17:39.130Z] 6e10dd972e5d: Layer already exists [2020-08-18T15:17:39.130Z] 3ed17029ca3e: Layer already exists [2020-08-18T15:17:39.130Z] 736c99d9c96c: Layer already exists [2020-08-18T15:17:39.130Z] f131ace146ef: Layer already exists [2020-08-18T15:17:39.130Z] 7e435ccb3ad0: Layer already exists [2020-08-18T15:17:39.130Z] a2f84a4d9047: Layer already exists [2020-08-18T15:17:39.130Z] 7b8374db6a2f: Layer already exists [2020-08-18T15:17:39.130Z] 102cd938ce57: Layer already exists [2020-08-18T15:17:39.130Z] 1b3ee35aacca: Layer already exists [2020-08-18T15:17:39.130Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:cf45584122ce0d6b705e7162231406f7b2b858edfa0a408a58ffbf27709a741a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:39.499Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:39.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-08-18T15:17:39.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-18T15:17:39.824Z] 736c99d9c96c: Preparing [2020-08-18T15:17:39.824Z] 6e10dd972e5d: Preparing [2020-08-18T15:17:39.824Z] 3ed17029ca3e: Preparing [2020-08-18T15:17:39.824Z] 644459ce8422: Preparing [2020-08-18T15:17:39.824Z] 3766fc492bdd: Preparing [2020-08-18T15:17:39.824Z] 7b8374db6a2f: Preparing [2020-08-18T15:17:39.824Z] f131ace146ef: Preparing [2020-08-18T15:17:39.824Z] 7e435ccb3ad0: Preparing [2020-08-18T15:17:39.824Z] 102cd938ce57: Preparing [2020-08-18T15:17:39.824Z] a2f84a4d9047: Preparing [2020-08-18T15:17:39.824Z] 1b3ee35aacca: Preparing [2020-08-18T15:17:39.824Z] f131ace146ef: Waiting [2020-08-18T15:17:39.824Z] 7e435ccb3ad0: Waiting [2020-08-18T15:17:39.824Z] 102cd938ce57: Waiting [2020-08-18T15:17:39.824Z] a2f84a4d9047: Waiting [2020-08-18T15:17:39.824Z] 1b3ee35aacca: Waiting [2020-08-18T15:17:39.824Z] 7b8374db6a2f: Waiting [2020-08-18T15:17:39.824Z] 6e10dd972e5d: Layer already exists [2020-08-18T15:17:39.824Z] 736c99d9c96c: Layer already exists [2020-08-18T15:17:39.824Z] 644459ce8422: Layer already exists [2020-08-18T15:17:39.824Z] 3766fc492bdd: Layer already exists [2020-08-18T15:17:39.824Z] 3ed17029ca3e: Layer already exists [2020-08-18T15:17:39.824Z] f131ace146ef: Layer already exists [2020-08-18T15:17:39.824Z] 7b8374db6a2f: Layer already exists [2020-08-18T15:17:39.824Z] 7e435ccb3ad0: Layer already exists [2020-08-18T15:17:39.824Z] a2f84a4d9047: Layer already exists [2020-08-18T15:17:39.824Z] 102cd938ce57: Layer already exists [2020-08-18T15:17:39.824Z] 1b3ee35aacca: Layer already exists [2020-08-18T15:17:39.824Z] master: digest: sha256:cf45584122ce0d6b705e7162231406f7b2b858edfa0a408a58ffbf27709a741a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:17:40.017Z] ===================================================== [Pipeline] echo [2020-08-18T15:17:40.065Z] taggedImages: [2020-08-18T15:17:40.065Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:40.065Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.13 [2020-08-18T15:17:40.065Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:40.066Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-08-18T15:17:40.213Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-08-18T15:17:40.213Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:40.213Z] 1.2.2-dev.13 [2020-08-18T15:17:40.213Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:40.213Z] master [2020-08-18T15:17:40.213Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:40.921Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:41.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:41.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-18T15:17:41.212Z] 4d39450cbb46: Preparing [2020-08-18T15:17:41.212Z] c1458969017d: Preparing [2020-08-18T15:17:41.212Z] 302ae974b10e: Preparing [2020-08-18T15:17:41.212Z] daad7ba6b8cc: Preparing [2020-08-18T15:17:41.212Z] 4d39450cbb46: Pushed [2020-08-18T15:17:41.212Z] 302ae974b10e: Pushed [2020-08-18T15:17:41.473Z] daad7ba6b8cc: Pushed [2020-08-18T15:17:42.414Z] c1458969017d: Pushed [2020-08-18T15:17:42.414Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:a9250576f818386fc9117c6da6ba7072da0912cbb5bc43950533ec803a254374 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:42.720Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:43.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.13 [2020-08-18T15:17:43.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-18T15:17:43.014Z] 4d39450cbb46: Preparing [2020-08-18T15:17:43.014Z] c1458969017d: Preparing [2020-08-18T15:17:43.014Z] 302ae974b10e: Preparing [2020-08-18T15:17:43.014Z] daad7ba6b8cc: Preparing [2020-08-18T15:17:43.014Z] c1458969017d: Layer already exists [2020-08-18T15:17:43.014Z] daad7ba6b8cc: Layer already exists [2020-08-18T15:17:43.014Z] 4d39450cbb46: Layer already exists [2020-08-18T15:17:43.014Z] 302ae974b10e: Layer already exists [2020-08-18T15:17:43.014Z] 1.2.2-dev.13: digest: sha256:a9250576f818386fc9117c6da6ba7072da0912cbb5bc43950533ec803a254374 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:43.307Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:43.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:43.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-18T15:17:43.597Z] 4d39450cbb46: Preparing [2020-08-18T15:17:43.597Z] c1458969017d: Preparing [2020-08-18T15:17:43.597Z] 302ae974b10e: Preparing [2020-08-18T15:17:43.597Z] daad7ba6b8cc: Preparing [2020-08-18T15:17:43.597Z] 302ae974b10e: Layer already exists [2020-08-18T15:17:43.597Z] c1458969017d: Layer already exists [2020-08-18T15:17:43.597Z] daad7ba6b8cc: Layer already exists [2020-08-18T15:17:43.597Z] 4d39450cbb46: Layer already exists [2020-08-18T15:17:43.597Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:a9250576f818386fc9117c6da6ba7072da0912cbb5bc43950533ec803a254374 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:43.915Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:44.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-08-18T15:17:44.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-18T15:17:44.205Z] 4d39450cbb46: Preparing [2020-08-18T15:17:44.205Z] c1458969017d: Preparing [2020-08-18T15:17:44.205Z] 302ae974b10e: Preparing [2020-08-18T15:17:44.205Z] daad7ba6b8cc: Preparing [2020-08-18T15:17:44.205Z] 4d39450cbb46: Layer already exists [2020-08-18T15:17:44.205Z] c1458969017d: Layer already exists [2020-08-18T15:17:44.205Z] 302ae974b10e: Layer already exists [2020-08-18T15:17:44.205Z] daad7ba6b8cc: Layer already exists [2020-08-18T15:17:44.205Z] master: digest: sha256:a9250576f818386fc9117c6da6ba7072da0912cbb5bc43950533ec803a254374 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:17:44.495Z] ===================================================== [Pipeline] echo [2020-08-18T15:17:44.572Z] taggedImages: [2020-08-18T15:17:44.572Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:44.572Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.13 [2020-08-18T15:17:44.572Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:44.572Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-08-18T15:17:44.629Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-08-18T15:17:44.629Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:44.629Z] 1.2.2-dev.13 [2020-08-18T15:17:44.629Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:44.629Z] master [2020-08-18T15:17:44.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:45.088Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:45.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:45.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-18T15:17:45.387Z] dff671dc6673: Preparing [2020-08-18T15:17:45.387Z] db6e8ec10427: Preparing [2020-08-18T15:17:45.387Z] c2ff537688f6: Preparing [2020-08-18T15:17:45.387Z] f061778a0619: Preparing [2020-08-18T15:17:45.387Z] 0fed97b4a2c1: Preparing [2020-08-18T15:17:45.387Z] 03314d668504: Preparing [2020-08-18T15:17:45.387Z] 03314d668504: Waiting [2020-08-18T15:17:45.387Z] c2ff537688f6: Pushed [2020-08-18T15:17:45.648Z] dff671dc6673: Pushed [2020-08-18T15:17:45.648Z] f061778a0619: Pushed [2020-08-18T15:17:45.648Z] 03314d668504: Pushed [2020-08-18T15:17:45.648Z] 0fed97b4a2c1: Pushed [2020-08-18T15:17:46.591Z] db6e8ec10427: Pushed [2020-08-18T15:17:46.591Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:b62ddc0f64a7d301800a80436c210a06551a120fa2b2e0b0286dab12e2d957ea size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:47.151Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:47.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.13 [2020-08-18T15:17:47.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-18T15:17:47.445Z] dff671dc6673: Preparing [2020-08-18T15:17:47.445Z] db6e8ec10427: Preparing [2020-08-18T15:17:47.445Z] c2ff537688f6: Preparing [2020-08-18T15:17:47.445Z] f061778a0619: Preparing [2020-08-18T15:17:47.445Z] 0fed97b4a2c1: Preparing [2020-08-18T15:17:47.445Z] 03314d668504: Preparing [2020-08-18T15:17:47.445Z] 03314d668504: Waiting [2020-08-18T15:17:47.445Z] f061778a0619: Layer already exists [2020-08-18T15:17:47.445Z] dff671dc6673: Layer already exists [2020-08-18T15:17:47.445Z] db6e8ec10427: Layer already exists [2020-08-18T15:17:47.445Z] c2ff537688f6: Layer already exists [2020-08-18T15:17:47.445Z] 0fed97b4a2c1: Layer already exists [2020-08-18T15:17:47.445Z] 03314d668504: Layer already exists [2020-08-18T15:17:47.445Z] 1.2.2-dev.13: digest: sha256:b62ddc0f64a7d301800a80436c210a06551a120fa2b2e0b0286dab12e2d957ea size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:47.745Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:48.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:48.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-18T15:17:48.038Z] dff671dc6673: Preparing [2020-08-18T15:17:48.038Z] db6e8ec10427: Preparing [2020-08-18T15:17:48.038Z] c2ff537688f6: Preparing [2020-08-18T15:17:48.038Z] f061778a0619: Preparing [2020-08-18T15:17:48.038Z] 0fed97b4a2c1: Preparing [2020-08-18T15:17:48.038Z] 03314d668504: Preparing [2020-08-18T15:17:48.038Z] 03314d668504: Waiting [2020-08-18T15:17:48.038Z] f061778a0619: Layer already exists [2020-08-18T15:17:48.038Z] db6e8ec10427: Layer already exists [2020-08-18T15:17:48.038Z] dff671dc6673: Layer already exists [2020-08-18T15:17:48.038Z] 0fed97b4a2c1: Layer already exists [2020-08-18T15:17:48.038Z] c2ff537688f6: Layer already exists [2020-08-18T15:17:48.038Z] 03314d668504: Layer already exists [2020-08-18T15:17:48.038Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:b62ddc0f64a7d301800a80436c210a06551a120fa2b2e0b0286dab12e2d957ea size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:48.335Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:48.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-08-18T15:17:48.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-18T15:17:48.629Z] dff671dc6673: Preparing [2020-08-18T15:17:48.629Z] db6e8ec10427: Preparing [2020-08-18T15:17:48.629Z] c2ff537688f6: Preparing [2020-08-18T15:17:48.629Z] f061778a0619: Preparing [2020-08-18T15:17:48.629Z] 0fed97b4a2c1: Preparing [2020-08-18T15:17:48.629Z] 03314d668504: Preparing [2020-08-18T15:17:48.629Z] 03314d668504: Waiting [2020-08-18T15:17:48.629Z] dff671dc6673: Layer already exists [2020-08-18T15:17:48.629Z] c2ff537688f6: Layer already exists [2020-08-18T15:17:48.629Z] 0fed97b4a2c1: Layer already exists [2020-08-18T15:17:48.629Z] f061778a0619: Layer already exists [2020-08-18T15:17:48.629Z] db6e8ec10427: Layer already exists [2020-08-18T15:17:48.629Z] 03314d668504: Layer already exists [2020-08-18T15:17:48.629Z] master: digest: sha256:b62ddc0f64a7d301800a80436c210a06551a120fa2b2e0b0286dab12e2d957ea size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:17:48.802Z] ===================================================== [Pipeline] echo [2020-08-18T15:17:48.843Z] taggedImages: [2020-08-18T15:17:48.843Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:48.843Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.13 [2020-08-18T15:17:48.843Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:48.843Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-08-18T15:17:48.899Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-08-18T15:17:48.899Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:48.899Z] 1.2.2-dev.13 [2020-08-18T15:17:48.899Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:48.899Z] master [2020-08-18T15:17:48.899Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:49.351Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:49.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:49.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-18T15:17:49.646Z] 8ff20426f917: Preparing [2020-08-18T15:17:49.646Z] 61178328fba3: Preparing [2020-08-18T15:17:49.646Z] d245cb6e3d4a: Preparing [2020-08-18T15:17:49.646Z] d245cb6e3d4a: Pushed [2020-08-18T15:17:49.646Z] 8ff20426f917: Pushed [2020-08-18T15:17:51.034Z] 61178328fba3: Pushed [2020-08-18T15:17:51.034Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:1845a0f146bfb585ce97eb6b006e51dcb5e294edb272aaf1707bc20f8902815a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:51.335Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:51.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.13 [2020-08-18T15:17:51.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-18T15:17:51.629Z] 8ff20426f917: Preparing [2020-08-18T15:17:51.629Z] 61178328fba3: Preparing [2020-08-18T15:17:51.629Z] d245cb6e3d4a: Preparing [2020-08-18T15:17:51.629Z] 8ff20426f917: Layer already exists [2020-08-18T15:17:51.629Z] 61178328fba3: Layer already exists [2020-08-18T15:17:51.629Z] d245cb6e3d4a: Layer already exists [2020-08-18T15:17:51.629Z] 1.2.2-dev.13: digest: sha256:1845a0f146bfb585ce97eb6b006e51dcb5e294edb272aaf1707bc20f8902815a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:51.926Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:52.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:52.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-18T15:17:52.224Z] 8ff20426f917: Preparing [2020-08-18T15:17:52.224Z] 61178328fba3: Preparing [2020-08-18T15:17:52.224Z] d245cb6e3d4a: Preparing [2020-08-18T15:17:52.224Z] d245cb6e3d4a: Layer already exists [2020-08-18T15:17:52.224Z] 61178328fba3: Layer already exists [2020-08-18T15:17:52.224Z] 8ff20426f917: Layer already exists [2020-08-18T15:17:52.224Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:1845a0f146bfb585ce97eb6b006e51dcb5e294edb272aaf1707bc20f8902815a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:52.525Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:52.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-08-18T15:17:52.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-18T15:17:52.820Z] 8ff20426f917: Preparing [2020-08-18T15:17:52.820Z] 61178328fba3: Preparing [2020-08-18T15:17:52.820Z] d245cb6e3d4a: Preparing [2020-08-18T15:17:52.820Z] 8ff20426f917: Layer already exists [2020-08-18T15:17:52.820Z] d245cb6e3d4a: Layer already exists [2020-08-18T15:17:52.820Z] 61178328fba3: Layer already exists [2020-08-18T15:17:52.820Z] master: digest: sha256:1845a0f146bfb585ce97eb6b006e51dcb5e294edb272aaf1707bc20f8902815a size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:17:53.063Z] ===================================================== [Pipeline] echo [2020-08-18T15:17:53.107Z] taggedImages: [2020-08-18T15:17:53.107Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:53.107Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.13 [2020-08-18T15:17:53.107Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:53.107Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-08-18T15:17:53.164Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-08-18T15:17:53.164Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:53.164Z] 1.2.2-dev.13 [2020-08-18T15:17:53.164Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:53.164Z] master [2020-08-18T15:17:53.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:53.633Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:54.099Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:17:54.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-18T15:17:54.099Z] 4a5337f810fd: Preparing [2020-08-18T15:17:54.099Z] 34fa4381bceb: Preparing [2020-08-18T15:17:54.099Z] 6278345ca227: Preparing [2020-08-18T15:17:54.099Z] 481233fad4db: Preparing [2020-08-18T15:17:54.099Z] e3dd46f19ef6: Preparing [2020-08-18T15:17:54.099Z] 8dd85bcb925e: Preparing [2020-08-18T15:17:54.099Z] e2938ecf7fa4: Preparing [2020-08-18T15:17:54.099Z] 8890c171a12b: Preparing [2020-08-18T15:17:54.099Z] 4ae5bd84d450: Preparing [2020-08-18T15:17:54.099Z] 723a561964c8: Preparing [2020-08-18T15:17:54.099Z] 78764725b56c: Preparing [2020-08-18T15:17:54.099Z] 51d6d3d09136: Preparing [2020-08-18T15:17:54.099Z] 1507bc794612: Preparing [2020-08-18T15:17:54.099Z] 50644c29ef5a: Preparing [2020-08-18T15:17:54.099Z] 8dd85bcb925e: Waiting [2020-08-18T15:17:54.099Z] e2938ecf7fa4: Waiting [2020-08-18T15:17:54.099Z] 78764725b56c: Waiting [2020-08-18T15:17:54.099Z] 8890c171a12b: Waiting [2020-08-18T15:17:54.099Z] 51d6d3d09136: Waiting [2020-08-18T15:17:54.099Z] 1507bc794612: Waiting [2020-08-18T15:17:54.099Z] 50644c29ef5a: Waiting [2020-08-18T15:17:54.099Z] 4ae5bd84d450: Waiting [2020-08-18T15:17:54.099Z] 723a561964c8: Waiting [2020-08-18T15:17:54.378Z] e3dd46f19ef6: Pushed [2020-08-18T15:17:54.378Z] 4a5337f810fd: Pushed [2020-08-18T15:17:54.378Z] 481233fad4db: Pushed [2020-08-18T15:17:54.643Z] e2938ecf7fa4: Pushed [2020-08-18T15:17:54.906Z] 34fa4381bceb: Pushed [2020-08-18T15:17:54.906Z] 8890c171a12b: Layer already exists [2020-08-18T15:17:54.906Z] 4ae5bd84d450: Layer already exists [2020-08-18T15:17:54.906Z] 723a561964c8: Layer already exists [2020-08-18T15:17:54.906Z] 78764725b56c: Layer already exists [2020-08-18T15:17:54.906Z] 51d6d3d09136: Layer already exists [2020-08-18T15:17:54.906Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:54.906Z] 1507bc794612: Layer already exists [2020-08-18T15:17:55.168Z] 8dd85bcb925e: Pushed [2020-08-18T15:17:58.475Z] 6278345ca227: Pushed [2020-08-18T15:17:58.475Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:dabfba7c9d91e6d91ce9d229ea28e6c34187c821c6062c0a4844857cef191170 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:58.778Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:59.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.13 [2020-08-18T15:17:59.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-18T15:17:59.071Z] 4a5337f810fd: Preparing [2020-08-18T15:17:59.071Z] 34fa4381bceb: Preparing [2020-08-18T15:17:59.071Z] 6278345ca227: Preparing [2020-08-18T15:17:59.071Z] 481233fad4db: Preparing [2020-08-18T15:17:59.071Z] e3dd46f19ef6: Preparing [2020-08-18T15:17:59.071Z] 8dd85bcb925e: Preparing [2020-08-18T15:17:59.071Z] e2938ecf7fa4: Preparing [2020-08-18T15:17:59.071Z] 8890c171a12b: Preparing [2020-08-18T15:17:59.071Z] 4ae5bd84d450: Preparing [2020-08-18T15:17:59.071Z] 723a561964c8: Preparing [2020-08-18T15:17:59.071Z] 78764725b56c: Preparing [2020-08-18T15:17:59.071Z] 51d6d3d09136: Preparing [2020-08-18T15:17:59.071Z] 1507bc794612: Preparing [2020-08-18T15:17:59.071Z] 50644c29ef5a: Preparing [2020-08-18T15:17:59.071Z] e2938ecf7fa4: Waiting [2020-08-18T15:17:59.071Z] 8890c171a12b: Waiting [2020-08-18T15:17:59.071Z] 4ae5bd84d450: Waiting [2020-08-18T15:17:59.071Z] 723a561964c8: Waiting [2020-08-18T15:17:59.071Z] 78764725b56c: Waiting [2020-08-18T15:17:59.071Z] 51d6d3d09136: Waiting [2020-08-18T15:17:59.071Z] 1507bc794612: Waiting [2020-08-18T15:17:59.071Z] 50644c29ef5a: Waiting [2020-08-18T15:17:59.071Z] 8dd85bcb925e: Waiting [2020-08-18T15:17:59.071Z] 4a5337f810fd: Layer already exists [2020-08-18T15:17:59.071Z] 481233fad4db: Layer already exists [2020-08-18T15:17:59.071Z] e3dd46f19ef6: Layer already exists [2020-08-18T15:17:59.071Z] 6278345ca227: Layer already exists [2020-08-18T15:17:59.071Z] 34fa4381bceb: Layer already exists [2020-08-18T15:17:59.071Z] e2938ecf7fa4: Layer already exists [2020-08-18T15:17:59.071Z] 723a561964c8: Layer already exists [2020-08-18T15:17:59.071Z] 8890c171a12b: Layer already exists [2020-08-18T15:17:59.071Z] 8dd85bcb925e: Layer already exists [2020-08-18T15:17:59.071Z] 4ae5bd84d450: Layer already exists [2020-08-18T15:17:59.071Z] 78764725b56c: Layer already exists [2020-08-18T15:17:59.071Z] 51d6d3d09136: Layer already exists [2020-08-18T15:17:59.071Z] 1507bc794612: Layer already exists [2020-08-18T15:17:59.071Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:59.071Z] 1.2.2-dev.13: digest: sha256:dabfba7c9d91e6d91ce9d229ea28e6c34187c821c6062c0a4844857cef191170 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:59.368Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:59.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:17:59.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-18T15:17:59.665Z] 4a5337f810fd: Preparing [2020-08-18T15:17:59.666Z] 34fa4381bceb: Preparing [2020-08-18T15:17:59.666Z] 6278345ca227: Preparing [2020-08-18T15:17:59.666Z] 481233fad4db: Preparing [2020-08-18T15:17:59.666Z] e3dd46f19ef6: Preparing [2020-08-18T15:17:59.666Z] 8dd85bcb925e: Preparing [2020-08-18T15:17:59.666Z] e2938ecf7fa4: Preparing [2020-08-18T15:17:59.666Z] 8890c171a12b: Preparing [2020-08-18T15:17:59.666Z] 4ae5bd84d450: Preparing [2020-08-18T15:17:59.666Z] 723a561964c8: Preparing [2020-08-18T15:17:59.666Z] 78764725b56c: Preparing [2020-08-18T15:17:59.666Z] 51d6d3d09136: Preparing [2020-08-18T15:17:59.666Z] 1507bc794612: Preparing [2020-08-18T15:17:59.666Z] 50644c29ef5a: Preparing [2020-08-18T15:17:59.666Z] e2938ecf7fa4: Waiting [2020-08-18T15:17:59.666Z] 8890c171a12b: Waiting [2020-08-18T15:17:59.666Z] 4ae5bd84d450: Waiting [2020-08-18T15:17:59.666Z] 723a561964c8: Waiting [2020-08-18T15:17:59.666Z] 51d6d3d09136: Waiting [2020-08-18T15:17:59.666Z] 8dd85bcb925e: Waiting [2020-08-18T15:17:59.666Z] 1507bc794612: Waiting [2020-08-18T15:17:59.666Z] 50644c29ef5a: Waiting [2020-08-18T15:17:59.666Z] 78764725b56c: Waiting [2020-08-18T15:17:59.666Z] 34fa4381bceb: Layer already exists [2020-08-18T15:17:59.666Z] 4a5337f810fd: Layer already exists [2020-08-18T15:17:59.666Z] 481233fad4db: Layer already exists [2020-08-18T15:17:59.666Z] e3dd46f19ef6: Layer already exists [2020-08-18T15:17:59.666Z] 6278345ca227: Layer already exists [2020-08-18T15:17:59.666Z] 8890c171a12b: Layer already exists [2020-08-18T15:17:59.666Z] e2938ecf7fa4: Layer already exists [2020-08-18T15:17:59.666Z] 723a561964c8: Layer already exists [2020-08-18T15:17:59.666Z] 8dd85bcb925e: Layer already exists [2020-08-18T15:17:59.666Z] 4ae5bd84d450: Layer already exists [2020-08-18T15:17:59.666Z] 51d6d3d09136: Layer already exists [2020-08-18T15:17:59.666Z] 78764725b56c: Layer already exists [2020-08-18T15:17:59.666Z] 50644c29ef5a: Layer already exists [2020-08-18T15:17:59.666Z] 1507bc794612: Layer already exists [2020-08-18T15:17:59.666Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:dabfba7c9d91e6d91ce9d229ea28e6c34187c821c6062c0a4844857cef191170 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:59.963Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:18:00.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-08-18T15:18:00.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-18T15:18:00.254Z] 4a5337f810fd: Preparing [2020-08-18T15:18:00.254Z] 34fa4381bceb: Preparing [2020-08-18T15:18:00.254Z] 6278345ca227: Preparing [2020-08-18T15:18:00.254Z] 481233fad4db: Preparing [2020-08-18T15:18:00.254Z] e3dd46f19ef6: Preparing [2020-08-18T15:18:00.254Z] 8dd85bcb925e: Preparing [2020-08-18T15:18:00.254Z] e2938ecf7fa4: Preparing [2020-08-18T15:18:00.254Z] 8890c171a12b: Preparing [2020-08-18T15:18:00.254Z] 4ae5bd84d450: Preparing [2020-08-18T15:18:00.254Z] 723a561964c8: Preparing [2020-08-18T15:18:00.254Z] 78764725b56c: Preparing [2020-08-18T15:18:00.254Z] 51d6d3d09136: Preparing [2020-08-18T15:18:00.254Z] 1507bc794612: Preparing [2020-08-18T15:18:00.254Z] 50644c29ef5a: Preparing [2020-08-18T15:18:00.254Z] 4ae5bd84d450: Waiting [2020-08-18T15:18:00.254Z] 723a561964c8: Waiting [2020-08-18T15:18:00.254Z] 78764725b56c: Waiting [2020-08-18T15:18:00.254Z] 51d6d3d09136: Waiting [2020-08-18T15:18:00.254Z] 1507bc794612: Waiting [2020-08-18T15:18:00.254Z] 50644c29ef5a: Waiting [2020-08-18T15:18:00.254Z] 8dd85bcb925e: Waiting [2020-08-18T15:18:00.254Z] e2938ecf7fa4: Waiting [2020-08-18T15:18:00.254Z] 8890c171a12b: Waiting [2020-08-18T15:18:00.254Z] e3dd46f19ef6: Layer already exists [2020-08-18T15:18:00.254Z] 4a5337f810fd: Layer already exists [2020-08-18T15:18:00.254Z] 34fa4381bceb: Layer already exists [2020-08-18T15:18:00.254Z] 6278345ca227: Layer already exists [2020-08-18T15:18:00.254Z] 481233fad4db: Layer already exists [2020-08-18T15:18:00.254Z] 8dd85bcb925e: Layer already exists [2020-08-18T15:18:00.254Z] e2938ecf7fa4: Layer already exists [2020-08-18T15:18:00.254Z] 8890c171a12b: Layer already exists [2020-08-18T15:18:00.254Z] 723a561964c8: Layer already exists [2020-08-18T15:18:00.254Z] 4ae5bd84d450: Layer already exists [2020-08-18T15:18:00.254Z] 51d6d3d09136: Layer already exists [2020-08-18T15:18:00.254Z] 1507bc794612: Layer already exists [2020-08-18T15:18:00.254Z] 78764725b56c: Layer already exists [2020-08-18T15:18:00.254Z] 50644c29ef5a: Layer already exists [2020-08-18T15:18:00.254Z] master: digest: sha256:dabfba7c9d91e6d91ce9d229ea28e6c34187c821c6062c0a4844857cef191170 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:18:00.490Z] ===================================================== [Pipeline] echo [2020-08-18T15:18:00.530Z] taggedImages: [2020-08-18T15:18:00.530Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:18:00.530Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.13 [2020-08-18T15:18:00.530Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:18:00.530Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-18T15:18:01.237Z] Removing intermediate container 82a750a5ef1a [2020-08-18T15:18:01.237Z] ---> 415112be5369 [2020-08-18T15:18:01.237Z] Successfully built 415112be5369 [2020-08-18T15:18:01.237Z] Successfully tagged ci-base-image-arm64:latest [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-08-18T15:18:02.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T15:18:02.068Z] [2020-08-18T15:18:02.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:18:02.725Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T15:18:02.725Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-18T15:18:02.725Z] 29e5d40040c1: Pulling fs layer [2020-08-18T15:18:02.725Z] 1ce36da41761: Pulling fs layer [2020-08-18T15:18:02.725Z] 25b303627fd3: Pulling fs layer [2020-08-18T15:18:02.998Z] 29e5d40040c1: Verifying Checksum [2020-08-18T15:18:02.998Z] 29e5d40040c1: Download complete [2020-08-18T15:18:03.593Z] 1ce36da41761: Verifying Checksum [2020-08-18T15:18:03.593Z] 1ce36da41761: Download complete [2020-08-18T15:18:03.593Z] 29e5d40040c1: Pull complete [2020-08-18T15:18:05.030Z] 1ce36da41761: Pull complete [2020-08-18T15:18:05.030Z] 25b303627fd3: Verifying Checksum [2020-08-18T15:18:05.030Z] 25b303627fd3: Download complete [2020-08-18T15:18:15.181Z] 25b303627fd3: Pull complete [2020-08-18T15:18:15.181Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-18T15:18:15.181Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T15:18:15.181Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-18T15:18:15.422Z] prd-ubuntu18.04-docker-arm64-4c-16g-389 does not seem to be running inside a container [2020-08-18T15:18:15.502Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-18T15:18:18.879Z] $ docker top c89648a0bf03e2f1160bffba06b8e9cde49549210a4998232041d889b237ce48 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T15:18:20.247Z] + grep parallel [2020-08-18T15:18:20.247Z] + docker-compose build --help [2020-08-18T15:18:23.618Z] --parallel Build images in parallel. [Pipeline] } [2020-08-18T15:18:23.635Z] $ docker stop --time=1 c89648a0bf03e2f1160bffba06b8e9cde49549210a4998232041d889b237ce48 [2020-08-18T15:18:25.598Z] $ docker rm -f c89648a0bf03e2f1160bffba06b8e9cde49549210a4998232041d889b237ce48 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:18:27.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T15:18:27.014Z] . [Pipeline] withDockerContainer [2020-08-18T15:18:27.295Z] prd-ubuntu18.04-docker-arm64-4c-16g-389 does not seem to be running inside a container [2020-08-18T15:18:27.375Z] $ 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/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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-compose-arm64:latest cat [2020-08-18T15:18:28.655Z] $ docker top 15deff8faa7f85bbb0d97d59b26d4419e605fab3cf28ba6b2d86feffc0016a6b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T15:18:29.640Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-18T15:18:33.028Z] Building docker-core-command-go ... [2020-08-18T15:18:33.029Z] Building docker-core-data-go ... [2020-08-18T15:18:33.029Z] Building docker-core-metadata-go ... [2020-08-18T15:18:33.029Z] Building docker-security-proxy-setup-go ... [2020-08-18T15:18:33.029Z] Building docker-security-secrets-setup-go ... [2020-08-18T15:18:33.029Z] Building docker-security-secretstore-setup-go ... [2020-08-18T15:18:33.029Z] Building docker-support-logging-go ... [2020-08-18T15:18:33.029Z] Building docker-support-notifications-go ... [2020-08-18T15:18:33.029Z] Building docker-support-scheduler-go ... [2020-08-18T15:18:33.029Z] Building docker-sys-mgmt-agent-go ... [2020-08-18T15:18:33.029Z] Building docker-security-proxy-setup-go [2020-08-18T15:18:33.029Z] Building docker-sys-mgmt-agent-go [2020-08-18T15:18:33.029Z] Building docker-support-logging-go [2020-08-18T15:18:33.029Z] Building docker-support-notifications-go [2020-08-18T15:18:33.029Z] Building docker-core-metadata-go [2020-08-18T15:19:54.770Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:19:54.770Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:19:54.770Z] ---> 415112be5369 [2020-08-18T15:19:54.770Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T15:19:54.770Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:19:54.770Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:19:54.770Z] ---> 415112be5369 [2020-08-18T15:19:54.770Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T15:19:54.770Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:19:54.770Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:19:54.770Z] ---> 415112be5369 [2020-08-18T15:19:54.770Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T15:19:54.770Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:19:54.770Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:19:54.770Z] ---> 415112be5369 [2020-08-18T15:19:54.770Z] Step 3/23 : WORKDIR /edgex-go [2020-08-18T15:19:54.770Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:19:54.770Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:19:54.770Z] ---> 415112be5369 [2020-08-18T15:19:54.770Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T15:19:56.726Z] ---> Running in fc6e236ba544 [2020-08-18T15:19:56.726Z] ---> Running in 587d0cd564d3 [2020-08-18T15:19:56.726Z] ---> Running in 253d7a70de0c [2020-08-18T15:19:56.726Z] ---> Running in b4f9f505756d [2020-08-18T15:19:56.726Z] ---> Running in 9f355e7d1368 [2020-08-18T15:19:56.998Z] Removing intermediate container 587d0cd564d3 [2020-08-18T15:19:56.998Z] ---> 1f347ea6dedb [2020-08-18T15:19:56.999Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:19:56.999Z] Removing intermediate container 9f355e7d1368 [2020-08-18T15:19:56.999Z] Removing intermediate container 253d7a70de0c [2020-08-18T15:19:56.999Z] ---> d4f612544577 [2020-08-18T15:19:56.999Z] ---> f2619612cb59 [2020-08-18T15:19:56.999Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:19:56.999Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:19:56.999Z] Removing intermediate container fc6e236ba544 [2020-08-18T15:19:56.999Z] ---> 4eaf11b2c56f [2020-08-18T15:19:56.999Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:19:57.273Z] Removing intermediate container b4f9f505756d [2020-08-18T15:19:57.273Z] ---> 2e579a2af0dc [2020-08-18T15:19:57.273Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:19:57.273Z] ---> Running in c9251b6ef412 [2020-08-18T15:19:57.273Z] ---> Running in 62fdc40311f6 [2020-08-18T15:19:57.273Z] ---> Running in 9382a0983278 [2020-08-18T15:19:57.273Z] ---> Running in aaa60484be65 [2020-08-18T15:19:57.273Z] ---> Running in ffcbc8a84214 [2020-08-18T15:20:01.618Z] Removing intermediate container c9251b6ef412 [2020-08-18T15:20:01.618Z] ---> 690fb548eb46 [2020-08-18T15:20:01.618Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-18T15:20:01.618Z] Removing intermediate container 9382a0983278 [2020-08-18T15:20:01.618Z] ---> 052a271b9343 [2020-08-18T15:20:01.618Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T15:20:01.618Z] ---> Running in 2982a12e239a [2020-08-18T15:20:01.924Z] ---> Running in 5574aeef54c4 [2020-08-18T15:20:02.203Z] Removing intermediate container aaa60484be65 [2020-08-18T15:20:02.203Z] ---> 1a4b89784ddd [2020-08-18T15:20:02.203Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-18T15:20:02.478Z] ---> Running in 795490b0f034 [2020-08-18T15:20:02.478Z] Removing intermediate container ffcbc8a84214 [2020-08-18T15:20:02.478Z] ---> 875305379fb4 [2020-08-18T15:20:02.478Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-18T15:20:02.478Z] Removing intermediate container 62fdc40311f6 [2020-08-18T15:20:02.478Z] ---> 89b07c3e51af [2020-08-18T15:20:02.478Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T15:20:02.762Z] ---> Running in e65756ee5d34 [2020-08-18T15:20:03.047Z] ---> Running in e3c80304530c [2020-08-18T15:20:04.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:20:04.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:20:04.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:20:05.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:20:05.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:20:05.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:20:05.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:20:05.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:20:05.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:20:05.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:20:06.165Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:20:06.165Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:20:06.165Z] OK: 12617 distinct packages available [2020-08-18T15:20:06.443Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:20:06.443Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:20:06.443Z] OK: 12617 distinct packages available [2020-08-18T15:20:06.719Z] OK: 217 MiB in 51 packages [2020-08-18T15:20:06.996Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:20:06.996Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:20:06.996Z] OK: 12617 distinct packages available [2020-08-18T15:20:06.996Z] OK: 217 MiB in 51 packages [2020-08-18T15:20:07.280Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:20:07.280Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:20:07.280Z] OK: 12617 distinct packages available [2020-08-18T15:20:07.280Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:20:07.280Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:20:07.280Z] OK: 12617 distinct packages available [2020-08-18T15:20:07.917Z] OK: 217 MiB in 51 packages [2020-08-18T15:20:08.202Z] OK: 217 MiB in 51 packages [2020-08-18T15:20:08.202Z] OK: 217 MiB in 51 packages [2020-08-18T15:20:08.812Z] OK: 217 MiB in 51 packages [2020-08-18T15:20:08.812Z] Removing intermediate container 2982a12e239a [2020-08-18T15:20:08.812Z] ---> b5443661a411 [2020-08-18T15:20:08.812Z] Step 6/26 : COPY go.mod . [2020-08-18T15:20:09.090Z] Removing intermediate container 5574aeef54c4 [2020-08-18T15:20:09.090Z] ---> 61149e861b14 [2020-08-18T15:20:09.090Z] Step 6/21 : COPY go.mod . [2020-08-18T15:20:10.065Z] ---> d4f813ee69a9 [2020-08-18T15:20:10.065Z] Step 7/26 : RUN go mod download [2020-08-18T15:20:10.336Z] Removing intermediate container e3c80304530c [2020-08-18T15:20:10.336Z] ---> cf0ebc276bf3 [2020-08-18T15:20:10.336Z] Step 6/20 : COPY go.mod . [2020-08-18T15:20:10.336Z] ---> Running in 809f429a45fa [2020-08-18T15:20:10.336Z] ---> 4448f849b91b [2020-08-18T15:20:10.336Z] Step 7/21 : RUN go mod download [2020-08-18T15:20:10.336Z] Removing intermediate container 795490b0f034 [2020-08-18T15:20:10.336Z] ---> d0429faebfda [2020-08-18T15:20:10.336Z] Step 6/23 : COPY go.mod . [2020-08-18T15:20:10.615Z] Removing intermediate container e65756ee5d34 [2020-08-18T15:20:10.615Z] ---> e8d1e12c148c [2020-08-18T15:20:10.615Z] Step 6/21 : COPY go.mod . [2020-08-18T15:20:10.615Z] ---> Running in eb44e548f99d [2020-08-18T15:20:11.211Z] ---> 88f276fa55fb [2020-08-18T15:20:11.211Z] Step 7/20 : RUN go mod download [2020-08-18T15:20:11.486Z] ---> d04527730de8 [2020-08-18T15:20:11.486Z] Step 7/23 : RUN go mod download [2020-08-18T15:20:11.486Z] ---> Running in 96cd3e073b48 [2020-08-18T15:20:11.763Z] ---> 905e9390cbff [2020-08-18T15:20:11.763Z] Step 7/21 : RUN go mod download [2020-08-18T15:20:11.763Z] ---> Running in 90d971103c66 [2020-08-18T15:20:12.040Z] ---> Running in 43af4db22404 [2020-08-18T15:20:15.466Z] Removing intermediate container 809f429a45fa [2020-08-18T15:20:15.466Z] ---> e0870a54c887 [2020-08-18T15:20:15.466Z] Step 8/26 : COPY . . [2020-08-18T15:20:15.466Z] Removing intermediate container eb44e548f99d [2020-08-18T15:20:15.466Z] ---> 2a3669857499 [2020-08-18T15:20:15.466Z] Step 8/21 : COPY . . [2020-08-18T15:20:18.167Z] Removing intermediate container 96cd3e073b48 [2020-08-18T15:20:18.167Z] ---> 54f95c1e6a92 [2020-08-18T15:20:18.167Z] Step 8/20 : COPY . . [2020-08-18T15:20:18.442Z] Removing intermediate container 43af4db22404 [2020-08-18T15:20:18.442Z] ---> acadb7a6c814 [2020-08-18T15:20:18.442Z] Step 8/21 : COPY . . [2020-08-18T15:20:19.037Z] Removing intermediate container 90d971103c66 [2020-08-18T15:20:19.037Z] ---> 5ce742d555ba [2020-08-18T15:20:19.037Z] Step 8/23 : COPY . . [2020-08-18T15:20:41.208Z] ---> fb6c124b41ce [2020-08-18T15:20:41.209Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-18T15:20:41.209Z] ---> a0cce1fe2cf7 [2020-08-18T15:20:41.209Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-18T15:20:41.209Z] ---> 3bffe00b0067 [2020-08-18T15:20:41.209Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-18T15:20:41.209Z] ---> 3b45c8a57654 [2020-08-18T15:20:41.209Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-18T15:20:41.209Z] ---> 061d7ab0f756 [2020-08-18T15:20:41.209Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-18T15:20:41.209Z] ---> Running in f43613e80dd8 [2020-08-18T15:20:41.209Z] ---> Running in 92baaac0de27 [2020-08-18T15:20:41.209Z] ---> Running in 8d2c626f62dc [2020-08-18T15:20:41.209Z] ---> Running in 621774271f1a [2020-08-18T15:20:41.209Z] ---> Running in 08503f57d1e2 [2020-08-18T15:20:41.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-18T15:20:41.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-18T15:20:41.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-18T15:20:42.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-18T15:20:42.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-18T15:22:19.130Z] Removing intermediate container 621774271f1a [2020-08-18T15:22:19.130Z] ---> bc07962c606c [2020-08-18T15:22:19.130Z] [2020-08-18T15:22:19.130Z] Step 10/20 : FROM alpine [2020-08-18T15:22:19.130Z] latest: Pulling from library/alpine [2020-08-18T15:22:19.130Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-18T15:22:19.130Z] Status: Downloaded newer image for alpine:latest [2020-08-18T15:22:19.130Z] ---> 62ee0e9f8440 [2020-08-18T15:22:19.130Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-18T15:22:19.130Z] ---> Running in bff6f1b7f6e9 [2020-08-18T15:22:19.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:22:19.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:22:19.130Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:22:19.130Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:22:19.130Z] OK: 12617 distinct packages available [2020-08-18T15:22:19.130Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-18T15:22:19.130Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T15:22:19.130Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-18T15:22:19.130Z] (4/4) Installing curl (7.69.1-r0) [2020-08-18T15:22:19.130Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:22:19.130Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T15:22:19.130Z] OK: 7 MiB in 18 packages [2020-08-18T15:22:19.130Z] Removing intermediate container f43613e80dd8 [2020-08-18T15:22:19.130Z] ---> 48da1a377969 [2020-08-18T15:22:19.130Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-18T15:22:19.130Z] ---> Running in e5622d4be49d [2020-08-18T15:22:19.130Z] Removing intermediate container bff6f1b7f6e9 [2020-08-18T15:22:19.130Z] ---> 47eca0244c87 [2020-08-18T15:22:19.130Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T15:22:19.130Z] ---> Running in 34a7dbcac729 [2020-08-18T15:22:19.130Z] Removing intermediate container 34a7dbcac729 [2020-08-18T15:22:19.130Z] ---> 7c69408c0b8f [2020-08-18T15:22:19.130Z] Step 13/20 : WORKDIR /edgex [2020-08-18T15:22:19.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-18T15:22:19.130Z] ---> Running in 6a1da64f1e76 [2020-08-18T15:22:19.130Z] Removing intermediate container 6a1da64f1e76 [2020-08-18T15:22:19.130Z] ---> a372d1314cd8 [2020-08-18T15:22:19.130Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-18T15:22:19.131Z] Removing intermediate container 8d2c626f62dc [2020-08-18T15:22:19.131Z] ---> 34f72e04fd8e [2020-08-18T15:22:19.131Z] [2020-08-18T15:22:19.131Z] Step 10/21 : FROM scratch [2020-08-18T15:22:19.131Z] ---> [2020-08-18T15:22:19.131Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T15:22:19.131Z] ---> 3ecc57754a91 [2020-08-18T15:22:19.131Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-18T15:22:19.131Z] ---> Running in e26cefaa552f [2020-08-18T15:22:20.118Z] Removing intermediate container e26cefaa552f [2020-08-18T15:22:20.118Z] ---> 778c1c7b9e1b [2020-08-18T15:22:20.118Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-18T15:22:20.397Z] ---> Running in a3ec5205eddb [2020-08-18T15:22:21.385Z] Removing intermediate container a3ec5205eddb [2020-08-18T15:22:21.385Z] ---> 834973076cdb [2020-08-18T15:22:21.385Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T15:22:21.385Z] ---> 2860db74e970 [2020-08-18T15:22:21.385Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-18T15:22:21.385Z] ---> Running in 83e7efcb6654 [2020-08-18T15:22:21.670Z] ---> Running in 7ac600f996f2 [2020-08-18T15:22:21.956Z] Removing intermediate container e5622d4be49d [2020-08-18T15:22:21.956Z] ---> 2b5127d3fad7 [2020-08-18T15:22:21.956Z] [2020-08-18T15:22:21.956Z] Step 11/26 : FROM docker:latest [2020-08-18T15:22:21.956Z] ---> ce9d55ae87f1 [2020-08-18T15:22:21.956Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-18T15:22:22.232Z] Removing intermediate container 83e7efcb6654 [2020-08-18T15:22:22.232Z] ---> 8aa5cf73ee25 [2020-08-18T15:22:22.232Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-18T15:22:22.232Z] ---> Running in 536981eef372 [2020-08-18T15:22:22.511Z] Removing intermediate container 7ac600f996f2 [2020-08-18T15:22:22.511Z] ---> f53cb3f6c972 [2020-08-18T15:22:22.511Z] Step 17/20 : CMD ["--init=true"] [2020-08-18T15:22:22.794Z] ---> Running in 57b42aee2f3c [2020-08-18T15:22:23.781Z] Removing intermediate container 57b42aee2f3c [2020-08-18T15:22:23.781Z] ---> 0971e424f0ff [2020-08-18T15:22:23.781Z] Step 18/20 : LABEL arch=arm64 [2020-08-18T15:22:23.781Z] ---> Running in e149a4952768 [2020-08-18T15:22:24.055Z] ---> 78cfbbbdb821 [2020-08-18T15:22:24.056Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-18T15:22:24.661Z] Removing intermediate container e149a4952768 [2020-08-18T15:22:24.662Z] ---> 135b4c1c3c3c [2020-08-18T15:22:24.662Z] Step 19/20 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:22:24.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:22:24.933Z] ---> Running in ff1ba4b81681 [2020-08-18T15:22:25.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:22:25.207Z] ---> bfed60bf1b6a [2020-08-18T15:22:25.207Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-18T15:22:25.810Z] (1/2) Installing readline (8.0.4-r0) [2020-08-18T15:22:25.810Z] (2/2) Installing bash (5.0.17-r0) [2020-08-18T15:22:25.810Z] Executing bash-5.0.17-r0.post-install [2020-08-18T15:22:25.810Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:22:25.810Z] OK: 12 MiB in 22 packages [2020-08-18T15:22:25.810Z] Removing intermediate container ff1ba4b81681 [2020-08-18T15:22:25.810Z] ---> 3fa80298cc44 [2020-08-18T15:22:25.810Z] Step 20/20 : LABEL version=1.2.2-dev.13 [2020-08-18T15:22:26.425Z] ---> Running in 0464a334ea18 [2020-08-18T15:22:27.037Z] ---> 7f114258100b [2020-08-18T15:22:27.037Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-18T15:22:27.037Z] Removing intermediate container 0464a334ea18 [2020-08-18T15:22:27.037Z] ---> d7eb0f747ea8 [2020-08-18T15:22:27.037Z] [2020-08-18T15:22:27.641Z] Successfully built d7eb0f747ea8 [2020-08-18T15:22:27.641Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-18T15:22:27.913Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go [2020-08-18T15:22:28.187Z] Removing intermediate container 536981eef372 [2020-08-18T15:22:28.187Z] ---> 933f619d2475 [2020-08-18T15:22:28.188Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-18T15:22:28.473Z] ---> ac964a2e09e5 [2020-08-18T15:22:28.473Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:22:28.473Z] ---> Running in ff6c35dda70e [2020-08-18T15:22:28.754Z] ---> Running in 2c25af790d0b [2020-08-18T15:22:30.200Z] Removing intermediate container 2c25af790d0b [2020-08-18T15:22:30.200Z] ---> b40f0b577482 [2020-08-18T15:22:30.200Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T15:22:30.832Z] ---> Running in 36d4dae337a1 [2020-08-18T15:22:31.433Z] Removing intermediate container 08503f57d1e2 [2020-08-18T15:22:31.433Z] ---> 5ce792386bea [2020-08-18T15:22:31.433Z] [2020-08-18T15:22:31.433Z] Step 10/23 : FROM scratch [2020-08-18T15:22:31.433Z] ---> [2020-08-18T15:22:31.433Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T15:22:31.725Z] ---> Using cache [2020-08-18T15:22:31.725Z] ---> 778c1c7b9e1b [2020-08-18T15:22:31.725Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-18T15:22:32.005Z] Removing intermediate container 36d4dae337a1 [2020-08-18T15:22:32.005Z] ---> 239a70927d97 [2020-08-18T15:22:32.005Z] Step 20/21 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:22:32.283Z] ---> Running in 44d5b0c71f43 [2020-08-18T15:22:32.884Z] ---> Running in 3d1c2e77aab8 [2020-08-18T15:22:33.165Z] Removing intermediate container 44d5b0c71f43 [2020-08-18T15:22:33.165Z] ---> 273cbb156232 [2020-08-18T15:22:33.165Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-18T15:22:33.436Z] ---> Running in 07cf5de95a5c [2020-08-18T15:22:33.436Z] Removing intermediate container ff6c35dda70e [2020-08-18T15:22:33.436Z] ---> dcf7a8830974 [2020-08-18T15:22:33.436Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-18T15:22:33.436Z] Removing intermediate container 3d1c2e77aab8 [2020-08-18T15:22:33.436Z] ---> e17a7b651b6a [2020-08-18T15:22:33.436Z] Step 21/21 : LABEL version=1.2.2-dev.13 [2020-08-18T15:22:33.721Z] ---> Running in 93c105647ea5 [2020-08-18T15:22:33.721Z] ---> Running in 44d6c3d305bf [2020-08-18T15:22:34.007Z] Removing intermediate container 07cf5de95a5c [2020-08-18T15:22:34.007Z] ---> fcd1ae57546c [2020-08-18T15:22:34.007Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-18T15:22:34.281Z] Removing intermediate container 93c105647ea5 [2020-08-18T15:22:34.281Z] ---> 68baece78b1c [2020-08-18T15:22:34.281Z] [2020-08-18T15:22:34.552Z] Removing intermediate container 44d6c3d305bf [2020-08-18T15:22:34.552Z] ---> 203406387614 [2020-08-18T15:22:34.552Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-18T15:22:34.825Z] ---> Running in d00e93f351c1 [2020-08-18T15:22:34.825Z] Successfully built 68baece78b1c [2020-08-18T15:22:34.825Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-18T15:22:34.825Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-08-18T15:22:35.097Z] ---> aa9fe552c71f [2020-08-18T15:22:35.097Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-18T15:22:35.705Z] Removing intermediate container d00e93f351c1 [2020-08-18T15:22:35.705Z] ---> 04b5cbff0923 [2020-08-18T15:22:35.705Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-18T15:22:36.310Z] ---> Running in ff1f549c2bb3 [2020-08-18T15:22:36.912Z] ---> 62f6912369da [2020-08-18T15:22:36.912Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-18T15:22:37.189Z] Removing intermediate container ff1f549c2bb3 [2020-08-18T15:22:37.189Z] ---> 3c06dec5cc37 [2020-08-18T15:22:37.189Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-18T15:22:37.789Z] Removing intermediate container 92baaac0de27 [2020-08-18T15:22:37.789Z] ---> 171cd9a9eb98 [2020-08-18T15:22:37.789Z] [2020-08-18T15:22:37.789Z] Step 10/21 : FROM scratch [2020-08-18T15:22:37.789Z] ---> [2020-08-18T15:22:37.789Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:22:38.795Z] ---> Running in cc96dae51da7 [2020-08-18T15:22:39.070Z] ---> bc6e144b0459 [2020-08-18T15:22:39.070Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-18T15:22:39.350Z] ---> 847c6e64b5ab [2020-08-18T15:22:39.350Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-18T15:22:39.350Z] Removing intermediate container cc96dae51da7 [2020-08-18T15:22:39.350Z] ---> 5965673991ad [2020-08-18T15:22:39.350Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-18T15:22:39.625Z] ---> Running in 07d066d22569 [2020-08-18T15:22:40.611Z] Removing intermediate container 07d066d22569 [2020-08-18T15:22:40.611Z] ---> a3ce3170d4eb [2020-08-18T15:22:40.611Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T15:22:40.886Z] ---> 7ef37f14ee2c [2020-08-18T15:22:40.886Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-18T15:22:41.163Z] ---> b57c26ec2956 [2020-08-18T15:22:41.163Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-18T15:22:41.163Z] ---> Running in 0a78544f850b [2020-08-18T15:22:42.180Z] Removing intermediate container 0a78544f850b [2020-08-18T15:22:42.180Z] ---> daad0027ae80 [2020-08-18T15:22:42.180Z] Step 14/21 : WORKDIR / [2020-08-18T15:22:42.456Z] ---> Running in 3097d594ed91 [2020-08-18T15:22:42.456Z] ---> 88f2caac7e00 [2020-08-18T15:22:42.456Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-18T15:22:42.730Z] ---> 4ee0af745a7f [2020-08-18T15:22:42.730Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-18T15:22:42.730Z] ---> Running in d16090f1f2ce [2020-08-18T15:22:43.329Z] Removing intermediate container 3097d594ed91 [2020-08-18T15:22:43.329Z] ---> f2bde1776ea7 [2020-08-18T15:22:43.329Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-18T15:22:44.309Z] ---> c4a949613170 [2020-08-18T15:22:44.309Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:22:44.309Z] ---> Running in bf198f3f660c [2020-08-18T15:22:44.582Z] ---> cb623087260a [2020-08-18T15:22:44.582Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-18T15:22:44.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:22:45.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:22:45.155Z] Removing intermediate container bf198f3f660c [2020-08-18T15:22:45.155Z] ---> 66403cbe67b4 [2020-08-18T15:22:45.155Z] Step 21/23 : LABEL arch=arm64 [2020-08-18T15:22:45.429Z] ---> Running in 3f31b414147f [2020-08-18T15:22:45.701Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-18T15:22:45.701Z] (2/33) Installing expat (2.2.9-r1) [2020-08-18T15:22:45.701Z] (3/33) Installing libffi (3.3-r2) [2020-08-18T15:22:45.701Z] (4/33) Installing gdbm (1.13-r1) [2020-08-18T15:22:45.701Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-18T15:22:45.701Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-18T15:22:45.701Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-18T15:22:46.300Z] Removing intermediate container 3f31b414147f [2020-08-18T15:22:46.300Z] ---> 61fe593dd3da [2020-08-18T15:22:46.300Z] Step 22/23 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:22:46.300Z] ---> aae65463d2f2 [2020-08-18T15:22:46.300Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-18T15:22:46.573Z] ---> Running in 7228f33105d0 [2020-08-18T15:22:47.567Z] Removing intermediate container 7228f33105d0 [2020-08-18T15:22:47.567Z] ---> 9509f2f8af85 [2020-08-18T15:22:47.567Z] Step 23/23 : LABEL version=1.2.2-dev.13 [2020-08-18T15:22:47.846Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-18T15:22:47.846Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-18T15:22:47.846Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-18T15:22:47.846Z] ---> 0eb4f8002d73 [2020-08-18T15:22:47.846Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:22:47.847Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-18T15:22:47.847Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-18T15:22:47.847Z] ---> Running in ea8e1cc7cdab [2020-08-18T15:22:47.847Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-18T15:22:48.122Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-18T15:22:48.122Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-18T15:22:48.122Z] ---> Running in 1b42e933152f [2020-08-18T15:22:48.122Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-18T15:22:48.122Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-18T15:22:48.123Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-18T15:22:48.396Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-18T15:22:48.396Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-18T15:22:48.396Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-18T15:22:48.396Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-18T15:22:48.396Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-18T15:22:48.396Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-18T15:22:48.396Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-18T15:22:48.396Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-18T15:22:48.396Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-18T15:22:48.396Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-18T15:22:48.396Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-18T15:22:48.396Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-18T15:22:48.679Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-18T15:22:48.679Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-18T15:22:48.679Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-18T15:22:48.679Z] Removing intermediate container ea8e1cc7cdab [2020-08-18T15:22:48.679Z] ---> 3311c3103a68 [2020-08-18T15:22:48.679Z] [2020-08-18T15:22:48.679Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:22:48.679Z] OK: 71 MiB in 55 packages [2020-08-18T15:22:49.027Z] Removing intermediate container 1b42e933152f [2020-08-18T15:22:49.027Z] ---> 7d2ae6a9b2b3 [2020-08-18T15:22:49.027Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T15:22:49.381Z] Successfully built 3311c3103a68 [2020-08-18T15:22:49.381Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-18T15:22:49.381Z] Building docker-core-data-go [2020-08-18T15:22:49.381Z]  Building docker-support-notifications-go ... done  ---> Running in ca7fb97e053c [2020-08-18T15:22:50.044Z] Removing intermediate container ca7fb97e053c [2020-08-18T15:22:50.044Z] ---> ba0f1197492b [2020-08-18T15:22:50.044Z] Step 20/21 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:22:50.335Z] ---> Running in a139835b2a3b [2020-08-18T15:22:51.782Z] Removing intermediate container a139835b2a3b [2020-08-18T15:22:51.783Z] ---> 94913575b950 [2020-08-18T15:22:51.783Z] Step 21/21 : LABEL version=1.2.2-dev.13 [2020-08-18T15:22:52.058Z] ---> Running in 5f8848055a12 [2020-08-18T15:22:53.498Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:22:53.498Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-18T15:22:53.498Z] ---> 415112be5369 [2020-08-18T15:22:53.498Z] Step 3/29 : WORKDIR /edgex-go [2020-08-18T15:22:53.498Z] ---> Using cache [2020-08-18T15:22:53.498Z] ---> 2e579a2af0dc [2020-08-18T15:22:53.498Z] Step 4/29 : RUN apk update && apk add make git [2020-08-18T15:22:53.498Z] Removing intermediate container 5f8848055a12 [2020-08-18T15:22:53.498Z] ---> 4f030630a631 [2020-08-18T15:22:53.498Z] [2020-08-18T15:22:53.775Z] ---> Running in 449cf53a3ef7 [2020-08-18T15:22:54.050Z] Successfully built 4f030630a631 [2020-08-18T15:22:54.324Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-18T15:22:54.324Z] Building docker-core-command-go [2020-08-18T15:22:55.784Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:22:56.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:22:57.756Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:22:57.756Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:22:57.756Z] OK: 12617 distinct packages available [2020-08-18T15:22:58.040Z] Removing intermediate container d16090f1f2ce [2020-08-18T15:22:58.040Z] ---> 8c77c6039940 [2020-08-18T15:22:58.040Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-18T15:22:58.316Z] OK: 217 MiB in 51 packages [2020-08-18T15:22:58.919Z] ---> Running in 56efd80abd8e [2020-08-18T15:23:00.368Z] Removing intermediate container 449cf53a3ef7 [2020-08-18T15:23:00.368Z] ---> 6eee7db5acdd [2020-08-18T15:23:00.368Z] Step 5/29 : COPY go.mod . [2020-08-18T15:23:01.803Z] ---> 48f946a10c16 [2020-08-18T15:23:01.803Z] Step 6/29 : RUN go mod download [2020-08-18T15:23:01.803Z] ---> Running in 7c3f1cef30a0 [2020-08-18T15:23:06.114Z] Collecting docker-compose==1.23.2 [2020-08-18T15:23:06.114Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-18T15:23:06.114Z] Removing intermediate container 7c3f1cef30a0 [2020-08-18T15:23:06.114Z] ---> 4559ace0b8ba [2020-08-18T15:23:06.114Z] Step 7/29 : COPY . . [2020-08-18T15:23:07.098Z] Collecting docker<4.0,>=3.6.0 [2020-08-18T15:23:07.098Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:23:07.098Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:23:07.098Z] ---> 415112be5369 [2020-08-18T15:23:07.098Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T15:23:07.098Z] ---> Using cache [2020-08-18T15:23:07.098Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-18T15:23:07.098Z] ---> 2e579a2af0dc [2020-08-18T15:23:07.098Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:23:07.098Z] ---> Using cache [2020-08-18T15:23:07.098Z] ---> 875305379fb4 [2020-08-18T15:23:07.098Z] Step 5/26 : RUN apk update && apk add make git [2020-08-18T15:23:08.544Z] ---> Running in 12edc2bce67d [2020-08-18T15:23:08.823Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-18T15:23:09.098Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-18T15:23:09.371Z] Collecting docopt<0.7,>=0.6.1 [2020-08-18T15:23:09.371Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-18T15:23:10.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:23:11.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:23:12.004Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-18T15:23:12.004Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-18T15:23:12.294Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:23:12.294Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:23:12.294Z] OK: 12617 distinct packages available [2020-08-18T15:23:13.343Z] OK: 217 MiB in 51 packages [2020-08-18T15:23:15.369Z] Collecting jsonschema<3,>=2.5.1 [2020-08-18T15:23:15.369Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-18T15:23:18.193Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-18T15:23:18.193Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-18T15:23:18.794Z] Removing intermediate container 12edc2bce67d [2020-08-18T15:23:18.794Z] ---> 6d9b4c1aee28 [2020-08-18T15:23:18.794Z] Step 6/26 : COPY go.mod . [2020-08-18T15:23:19.408Z] Collecting texttable<0.10,>=0.9.0 [2020-08-18T15:23:19.408Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-18T15:23:20.879Z] ---> 2c0cb8b583b1 [2020-08-18T15:23:20.879Z] Step 7/26 : RUN go mod download [2020-08-18T15:23:21.487Z] ---> Running in 77405ca7fb99 [2020-08-18T15:23:21.487Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:23:21.487Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:23:21.487Z] ---> 415112be5369 [2020-08-18T15:23:21.487Z] Step 3/22 : WORKDIR /edgex-go [2020-08-18T15:23:21.487Z] ---> Using cache [2020-08-18T15:23:21.487Z] ---> 2e579a2af0dc [2020-08-18T15:23:21.487Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:23:21.487Z] ---> Using cache [2020-08-18T15:23:21.487Z] ---> 875305379fb4 [2020-08-18T15:23:21.487Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-18T15:23:21.487Z] Collecting cached-property<2,>=1.2.0 [2020-08-18T15:23:21.487Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-18T15:23:22.095Z] ---> Running in ccdb82da5eab [2020-08-18T15:23:22.095Z] 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-08-18T15:23:23.098Z] Collecting PyYAML<4,>=3.10 [2020-08-18T15:23:23.098Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-18T15:23:24.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:23:25.535Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:23:25.535Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:23:25.535Z] ---> 415112be5369 [2020-08-18T15:23:25.535Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T15:23:25.535Z] ---> Using cache [2020-08-18T15:23:25.535Z] ---> 2e579a2af0dc [2020-08-18T15:23:25.535Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:23:25.535Z] ---> Using cache [2020-08-18T15:23:25.535Z] ---> 875305379fb4 [2020-08-18T15:23:25.535Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T15:23:25.535Z] ---> Using cache [2020-08-18T15:23:25.535Z] ---> 6d9b4c1aee28 [2020-08-18T15:23:25.535Z] Step 6/21 : COPY go.mod . [2020-08-18T15:23:25.535Z] ---> Using cache [2020-08-18T15:23:25.535Z] ---> 2c0cb8b583b1 [2020-08-18T15:23:25.535Z] Step 7/21 : RUN go mod download [2020-08-18T15:23:25.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:23:26.157Z] ---> Running in 60175dc65ba7 [2020-08-18T15:23:26.438Z] ---> bf7316c01c5e [2020-08-18T15:23:26.438Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-18T15:23:26.720Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:23:26.720Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:23:26.720Z] OK: 12617 distinct packages available [2020-08-18T15:23:26.720Z] ---> Running in 9c9beed6c5d6 [2020-08-18T15:23:26.999Z] Collecting docker-pycreds>=0.4.0 [2020-08-18T15:23:26.999Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-18T15:23:26.999Z] Removing intermediate container 77405ca7fb99 [2020-08-18T15:23:26.999Z] ---> b6fc8aa4f561 [2020-08-18T15:23:26.999Z] Step 8/26 : COPY . . [2020-08-18T15:23:27.613Z] Collecting idna<2.8,>=2.5 [2020-08-18T15:23:27.613Z] OK: 217 MiB in 51 packages [2020-08-18T15:23:27.613Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-18T15:23:27.613Z] 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-08-18T15:23:27.613Z] 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-08-18T15:23:28.631Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-18T15:23:28.631Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-18T15:23:28.909Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-18T15:23:28.909Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-18T15:23:28.909Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-18T15:23:28.909Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-18T15:23:29.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-18T15:23:30.223Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, jsonschema, texttable, cached-property, PyYAML, docker-compose [2020-08-18T15:23:30.838Z] Attempting uninstall: idna [2020-08-18T15:23:30.838Z] Found existing installation: idna 2.9 [2020-08-18T15:23:30.838Z] Uninstalling idna-2.9: [2020-08-18T15:23:30.838Z] Successfully uninstalled idna-2.9 [2020-08-18T15:23:31.115Z] Removing intermediate container ccdb82da5eab [2020-08-18T15:23:31.115Z] ---> c1bab6581853 [2020-08-18T15:23:31.115Z] Step 6/22 : COPY go.mod . [2020-08-18T15:23:31.397Z] Attempting uninstall: urllib3 [2020-08-18T15:23:31.397Z] Found existing installation: urllib3 1.25.9 [2020-08-18T15:23:31.397Z] Uninstalling urllib3-1.25.9: [2020-08-18T15:23:31.677Z] Successfully uninstalled urllib3-1.25.9 [2020-08-18T15:23:32.407Z] Removing intermediate container 60175dc65ba7 [2020-08-18T15:23:32.407Z] ---> e5e072a93228 [2020-08-18T15:23:32.407Z] Step 8/21 : COPY . . [2020-08-18T15:23:32.739Z] Attempting uninstall: requests [2020-08-18T15:23:32.739Z] Found existing installation: requests 2.23.0 [2020-08-18T15:23:32.739Z] Uninstalling requests-2.23.0: [2020-08-18T15:23:32.739Z] ---> 098acc4d2326 [2020-08-18T15:23:32.739Z] Step 7/22 : RUN go mod download [2020-08-18T15:23:32.739Z] Successfully uninstalled requests-2.23.0 [2020-08-18T15:23:33.356Z] ---> Running in d706226aa085 [2020-08-18T15:23:34.432Z] Running setup.py install for docopt: started [2020-08-18T15:23:37.175Z] Running setup.py install for docopt: finished with status 'done' [2020-08-18T15:23:37.175Z] Running setup.py install for dockerpty: started [2020-08-18T15:23:40.015Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-18T15:23:40.669Z] Running setup.py install for texttable: started [2020-08-18T15:23:41.694Z] Removing intermediate container d706226aa085 [2020-08-18T15:23:41.694Z] ---> 8db6cb7d5629 [2020-08-18T15:23:41.694Z] Step 8/22 : COPY . . [2020-08-18T15:23:42.701Z] Running setup.py install for texttable: finished with status 'done' [2020-08-18T15:23:42.701Z] Running setup.py install for PyYAML: started [2020-08-18T15:23:45.362Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-18T15:23:46.362Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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-08-18T15:23:54.742Z] ---> 345687cdce10 [2020-08-18T15:23:54.742Z] 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-08-18T15:23:54.742Z] ---> Running in ca1832584bbc [2020-08-18T15:23:55.760Z] Removing intermediate container 56efd80abd8e [2020-08-18T15:23:55.760Z] ---> 3181ce32621f [2020-08-18T15:23:55.760Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-18T15:23:56.754Z] ---> Running in 34de04651855 [2020-08-18T15:23:57.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-18T15:23:59.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:23:59.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:24:00.315Z] ---> 9f4cbfc4f576 [2020-08-18T15:24:00.315Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-18T15:24:00.315Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T15:24:00.315Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-18T15:24:00.315Z] (3/3) Installing curl (7.69.1-r0) [2020-08-18T15:24:00.315Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:24:00.591Z] OK: 71 MiB in 58 packages [2020-08-18T15:24:01.210Z] ---> Running in 8365fc5f3a2e [2020-08-18T15:24:03.850Z] Removing intermediate container 34de04651855 [2020-08-18T15:24:03.850Z] ---> 818a21152e87 [2020-08-18T15:24:03.850Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:24:04.463Z] ---> Running in 96cf28c632ac [2020-08-18T15:24:04.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/core-command/core-command ./cmd/core-command [2020-08-18T15:24:05.741Z] Removing intermediate container 96cf28c632ac [2020-08-18T15:24:05.741Z] ---> f5b12b026226 [2020-08-18T15:24:05.741Z] Step 24/26 : LABEL arch=arm64 [2020-08-18T15:24:06.021Z] ---> Running in 501523a07a70 [2020-08-18T15:24:07.022Z] Removing intermediate container 501523a07a70 [2020-08-18T15:24:07.022Z] ---> 00cb276ba101 [2020-08-18T15:24:07.022Z] Step 25/26 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:24:07.022Z] ---> 5d08374faa8e [2020-08-18T15:24:07.022Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-18T15:24:07.022Z] ---> Running in 3c2fdc93c06b [2020-08-18T15:24:07.022Z] ---> Running in 9d0c73b3c9ec [2020-08-18T15:24:08.031Z] Removing intermediate container 3c2fdc93c06b [2020-08-18T15:24:08.031Z] ---> df9e94030864 [2020-08-18T15:24:08.031Z] Step 26/26 : LABEL version=1.2.2-dev.13 [2020-08-18T15:24:08.031Z] ---> Running in b229c30cccdf [2020-08-18T15:24:08.646Z] Removing intermediate container b229c30cccdf [2020-08-18T15:24:08.646Z] ---> 10bd5f45a2b9 [2020-08-18T15:24:08.646Z] [2020-08-18T15:24:09.251Z] Successfully built 10bd5f45a2b9 [2020-08-18T15:24:09.251Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-18T15:24:09.251Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go [2020-08-18T15:24:10.240Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/core-data/core-data ./cmd/core-data [2020-08-18T15:24:28.619Z] Removing intermediate container 9c9beed6c5d6 [2020-08-18T15:24:28.620Z] ---> 7ee71944d2d7 [2020-08-18T15:24:28.620Z] [2020-08-18T15:24:28.620Z] Step 9/29 : FROM alpine:latest [2020-08-18T15:24:28.620Z] ---> 62ee0e9f8440 [2020-08-18T15:24:28.620Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-18T15:24:28.620Z] ---> Running in cfe65ae965ec [2020-08-18T15:24:28.620Z] Removing intermediate container cfe65ae965ec [2020-08-18T15:24:28.620Z] ---> 8eb81ac0e2d7 [2020-08-18T15:24:28.620Z] Step 11/29 : USER root [2020-08-18T15:24:28.620Z] ---> Running in 8e3bc9b349cd [2020-08-18T15:24:29.263Z] Removing intermediate container 8e3bc9b349cd [2020-08-18T15:24:29.263Z] ---> e711a6f2a1bb [2020-08-18T15:24:29.263Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-18T15:24:29.542Z] ---> Running in 00de29aa8f2a [2020-08-18T15:24:32.200Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:24:32.200Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:24:32.200Z] ---> 415112be5369 [2020-08-18T15:24:32.200Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T15:24:32.200Z] ---> Using cache [2020-08-18T15:24:32.200Z] ---> 2e579a2af0dc [2020-08-18T15:24:32.200Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:24:32.200Z] ---> Using cache [2020-08-18T15:24:32.200Z] ---> 875305379fb4 [2020-08-18T15:24:32.200Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T15:24:32.200Z] ---> Using cache [2020-08-18T15:24:32.200Z] ---> 6d9b4c1aee28 [2020-08-18T15:24:32.200Z] Step 6/20 : COPY go.mod . [2020-08-18T15:24:32.200Z] ---> Using cache [2020-08-18T15:24:32.200Z] ---> 2c0cb8b583b1 [2020-08-18T15:24:32.200Z] Step 7/20 : RUN go mod download [2020-08-18T15:24:32.200Z] ---> Using cache [2020-08-18T15:24:32.200Z] ---> e5e072a93228 [2020-08-18T15:24:32.200Z] Step 8/20 : COPY . . [2020-08-18T15:24:32.200Z] ---> Using cache [2020-08-18T15:24:32.200Z] ---> 9f4cbfc4f576 [2020-08-18T15:24:32.200Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-18T15:24:32.200Z] ---> Running in 63cac7f16d07 [2020-08-18T15:24:32.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:24:32.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:24:33.746Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:24:33.746Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:24:33.746Z] OK: 12617 distinct packages available [2020-08-18T15:24:34.347Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-18T15:24:34.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-18T15:24:34.347Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-18T15:24:34.626Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:24:34.626Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T15:24:34.902Z] OK: 6 MiB in 16 packages [2020-08-18T15:24:37.620Z] Removing intermediate container 00de29aa8f2a [2020-08-18T15:24:37.620Z] ---> 83acc891bde2 [2020-08-18T15:24:37.620Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-18T15:24:37.620Z] ---> Running in 5daef7dcf3be [2020-08-18T15:24:38.299Z] Removing intermediate container 5daef7dcf3be [2020-08-18T15:24:38.299Z] ---> 0539d76ba78a [2020-08-18T15:24:38.299Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-18T15:24:38.299Z] ---> Running in 5966c29f49d0 [2020-08-18T15:24:39.299Z] Removing intermediate container 5966c29f49d0 [2020-08-18T15:24:39.299Z] ---> 3a84113ab892 [2020-08-18T15:24:39.299Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-18T15:24:39.299Z] ---> Running in 49afc8083910 [2020-08-18T15:24:43.614Z] Removing intermediate container 49afc8083910 [2020-08-18T15:24:43.614Z] ---> f96165963942 [2020-08-18T15:24:43.614Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-18T15:24:45.062Z] ---> d8d19ee4ea88 [2020-08-18T15:24:45.062Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-18T15:24:46.044Z] ---> 38ca0cb34b1b [2020-08-18T15:24:46.044Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-18T15:24:47.512Z] ---> 71439d0c2a18 [2020-08-18T15:24:47.512Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-18T15:24:48.498Z] ---> 611b71b7a812 [2020-08-18T15:24:48.498Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-18T15:24:49.494Z] ---> f9e49474a91c [2020-08-18T15:24:49.494Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-18T15:24:49.769Z] ---> Running in e44b9f31d576 [2020-08-18T15:24:54.102Z] Removing intermediate container e44b9f31d576 [2020-08-18T15:24:54.102Z] ---> 135b68d844aa [2020-08-18T15:24:54.102Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T15:24:55.091Z] ---> 18e99162a2cd [2020-08-18T15:24:55.091Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T15:24:55.369Z] ---> Running in a8cdad19c59c [2020-08-18T15:24:59.716Z] Removing intermediate container a8cdad19c59c [2020-08-18T15:24:59.716Z] ---> 7eec0ae96c88 [2020-08-18T15:24:59.716Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-18T15:24:59.716Z] ---> Running in 5714af46de4f [2020-08-18T15:25:04.054Z] Removing intermediate container 5714af46de4f [2020-08-18T15:25:04.054Z] ---> 6d8bead30cb7 [2020-08-18T15:25:04.054Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T15:25:04.334Z] ---> Running in 47267828500e [2020-08-18T15:25:04.935Z] Removing intermediate container 47267828500e [2020-08-18T15:25:04.935Z] ---> b7a5d9677135 [2020-08-18T15:25:04.935Z] Step 26/29 : CMD [ "generate" ] [2020-08-18T15:25:04.935Z] ---> Running in 7714f594510e [2020-08-18T15:25:05.934Z] Removing intermediate container 7714f594510e [2020-08-18T15:25:05.934Z] ---> d6b1ca9dd921 [2020-08-18T15:25:05.934Z] Step 27/29 : LABEL arch=arm64 [2020-08-18T15:25:05.934Z] ---> Running in fe6c0fa3a562 [2020-08-18T15:25:06.556Z] Removing intermediate container fe6c0fa3a562 [2020-08-18T15:25:06.556Z] ---> af13e2082032 [2020-08-18T15:25:06.556Z] Step 28/29 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:25:06.840Z] ---> Running in 0c79df768aa2 [2020-08-18T15:25:07.441Z] Removing intermediate container 0c79df768aa2 [2020-08-18T15:25:07.441Z] ---> 1957c9c92818 [2020-08-18T15:25:07.441Z] Step 29/29 : LABEL version=1.2.2-dev.13 [2020-08-18T15:25:07.713Z] ---> Running in a2440040ed5f [2020-08-18T15:25:08.326Z] Removing intermediate container a2440040ed5f [2020-08-18T15:25:08.326Z] ---> 15616d576506 [2020-08-18T15:25:08.326Z] [2020-08-18T15:25:08.606Z] Successfully built 15616d576506 [2020-08-18T15:25:08.606Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-18T15:25:15.622Z]  Building docker-security-secrets-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-18T15:25:28.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.13" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-18T15:25:40.512Z] Removing intermediate container ca1832584bbc [2020-08-18T15:25:40.512Z] ---> 1ee5965fb693 [2020-08-18T15:25:40.512Z] [2020-08-18T15:25:40.512Z] Step 10/26 : FROM alpine:3.10 [2020-08-18T15:25:40.512Z] 3.10: Pulling from library/alpine [2020-08-18T15:25:41.123Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-18T15:25:41.123Z] Status: Downloaded newer image for alpine:3.10 [2020-08-18T15:25:41.123Z] ---> 536a684cf733 [2020-08-18T15:25:41.123Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-18T15:25:41.123Z] ---> Running in 0012d2c2f74f [2020-08-18T15:25:43.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:25:43.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:25:44.361Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-18T15:25:44.361Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-18T15:25:44.361Z] OK: 10167 distinct packages available [2020-08-18T15:25:45.618Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-18T15:25:45.618Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-18T15:25:45.618Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-18T15:25:45.618Z] (4/5) Installing curl (7.66.0-r0) [2020-08-18T15:25:45.618Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-18T15:25:45.618Z] Executing busybox-1.30.1-r3.trigger [2020-08-18T15:25:45.618Z] Executing ca-certificates-20191127-r2.trigger [2020-08-18T15:25:46.263Z] OK: 7 MiB in 19 packages [2020-08-18T15:25:49.691Z] Removing intermediate container 0012d2c2f74f [2020-08-18T15:25:49.691Z] ---> ecb662169bf6 [2020-08-18T15:25:49.691Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T15:25:49.971Z] ---> Running in a6aad32fd198 [2020-08-18T15:25:50.962Z] Removing intermediate container a6aad32fd198 [2020-08-18T15:25:50.962Z] ---> b8bf1c9cd728 [2020-08-18T15:25:50.962Z] Step 13/26 : WORKDIR / [2020-08-18T15:25:51.244Z] ---> Running in 7848b6c64a8d [2020-08-18T15:25:52.245Z] Removing intermediate container 8365fc5f3a2e [2020-08-18T15:25:52.245Z] ---> c600809753d1 [2020-08-18T15:25:52.245Z] [2020-08-18T15:25:52.245Z] Step 10/21 : FROM scratch [2020-08-18T15:25:52.245Z] ---> [2020-08-18T15:25:52.245Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:25:52.245Z] Removing intermediate container 7848b6c64a8d [2020-08-18T15:25:52.245Z] ---> 2686fe521a43 [2020-08-18T15:25:52.245Z] 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-08-18T15:25:52.520Z] ---> Using cache [2020-08-18T15:25:52.520Z] ---> 5965673991ad [2020-08-18T15:25:52.520Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-18T15:25:52.520Z] ---> Running in bc425927774f [2020-08-18T15:25:53.519Z] Removing intermediate container bc425927774f [2020-08-18T15:25:53.519Z] ---> b63504397356 [2020-08-18T15:25:53.519Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T15:25:53.519Z] ---> Running in 4891c36f6797 [2020-08-18T15:25:53.799Z] ---> db895203de36 [2020-08-18T15:25:53.799Z] 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-08-18T15:25:54.408Z] Removing intermediate container 4891c36f6797 [2020-08-18T15:25:54.408Z] ---> b5bcda488767 [2020-08-18T15:25:54.408Z] Step 14/21 : WORKDIR / [2020-08-18T15:25:54.408Z] ---> Running in 4c51043d148d [2020-08-18T15:25:55.010Z] ---> 460d1a150fed [2020-08-18T15:25:55.010Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-18T15:25:55.289Z] Removing intermediate container 4c51043d148d [2020-08-18T15:25:55.289Z] ---> 730508b74ddd [2020-08-18T15:25:55.289Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-18T15:25:56.289Z] ---> ae6e8aad37c8 [2020-08-18T15:25:56.289Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-18T15:25:56.560Z] ---> 5d3721daef52 [2020-08-18T15:25:56.560Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-18T15:25:57.543Z] ---> 150e48827646 [2020-08-18T15:25:57.543Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-18T15:25:58.536Z] ---> 7575a32a52ea [2020-08-18T15:25:58.536Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-18T15:25:59.522Z] ---> 998fa14afc3d [2020-08-18T15:25:59.522Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-18T15:25:59.797Z] ---> e81010ce52fc [2020-08-18T15:25:59.797Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:26:00.070Z] ---> Running in 7d9534d4ce2e [2020-08-18T15:26:00.685Z] Removing intermediate container 7d9534d4ce2e [2020-08-18T15:26:00.685Z] ---> 4d9130684b5a [2020-08-18T15:26:00.685Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T15:26:00.970Z] ---> 3ff0955dc5a5 [2020-08-18T15:26:00.970Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-18T15:26:00.970Z] ---> Running in 9150069b223a [2020-08-18T15:26:01.573Z] Removing intermediate container 9150069b223a [2020-08-18T15:26:01.573Z] ---> 96ad38b2409f [2020-08-18T15:26:01.573Z] Step 20/21 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:26:01.845Z] ---> Running in be113487e076 [2020-08-18T15:26:02.125Z] ---> c782ef6622ce [2020-08-18T15:26:02.125Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T15:26:02.399Z] Removing intermediate container be113487e076 [2020-08-18T15:26:02.399Z] ---> 35d3050eb85a [2020-08-18T15:26:02.399Z] Step 21/21 : LABEL version=1.2.2-dev.13 [2020-08-18T15:26:02.671Z] ---> Running in 9356844070fe [2020-08-18T15:26:03.271Z] Removing intermediate container 9356844070fe [2020-08-18T15:26:03.271Z] ---> 15eeef2639ea [2020-08-18T15:26:03.271Z] [2020-08-18T15:26:03.551Z] ---> 443a0762e9cb [2020-08-18T15:26:03.551Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T15:26:03.551Z] Successfully built 15eeef2639ea [2020-08-18T15:26:03.828Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-18T15:26:03.828Z]  Building docker-core-command-go ... done  ---> Running in b94775ac067d [2020-08-18T15:26:08.145Z] Removing intermediate container b94775ac067d [2020-08-18T15:26:08.145Z] ---> c3bd1dfcbd71 [2020-08-18T15:26:08.145Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T15:26:08.145Z] ---> Running in 7eea649f0f93 [2020-08-18T15:26:08.424Z] Removing intermediate container 7eea649f0f93 [2020-08-18T15:26:08.424Z] ---> c51cf5bbdd8b [2020-08-18T15:26:08.424Z] Step 24/26 : LABEL arch=arm64 [2020-08-18T15:26:08.424Z] Removing intermediate container 63cac7f16d07 [2020-08-18T15:26:08.424Z] ---> 30d8cedbec92 [2020-08-18T15:26:08.424Z] [2020-08-18T15:26:08.424Z] Step 10/20 : FROM scratch [2020-08-18T15:26:08.424Z] ---> [2020-08-18T15:26:08.424Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:26:08.708Z] ---> Running in 506d8a71cf07 [2020-08-18T15:26:08.708Z] ---> Using cache [2020-08-18T15:26:08.708Z] ---> 5965673991ad [2020-08-18T15:26:08.708Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-18T15:26:08.708Z] ---> Running in b5d0c562d408 [2020-08-18T15:26:09.311Z] Removing intermediate container 506d8a71cf07 [2020-08-18T15:26:09.311Z] ---> f86b0b793afe [2020-08-18T15:26:09.311Z] Step 25/26 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:26:09.311Z] ---> Running in 41f486dff26b [2020-08-18T15:26:09.311Z] Removing intermediate container b5d0c562d408 [2020-08-18T15:26:09.311Z] ---> b9cb19fd6f88 [2020-08-18T15:26:09.311Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-18T15:26:09.583Z] ---> Running in 49db41d9b890 [2020-08-18T15:26:09.854Z] Removing intermediate container 41f486dff26b [2020-08-18T15:26:09.854Z] ---> c93aa37a1962 [2020-08-18T15:26:09.854Z] Step 26/26 : LABEL version=1.2.2-dev.13 [2020-08-18T15:26:10.124Z] Removing intermediate container 49db41d9b890 [2020-08-18T15:26:10.124Z] ---> 4caaa6b68248 [2020-08-18T15:26:10.124Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-18T15:26:10.124Z] ---> Running in f21ebac57db5 [2020-08-18T15:26:10.721Z] Removing intermediate container f21ebac57db5 [2020-08-18T15:26:10.721Z] ---> 497e6408481f [2020-08-18T15:26:10.721Z] [2020-08-18T15:26:10.996Z] ---> 593bd1b88885 [2020-08-18T15:26:10.996Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-18T15:26:10.996Z] Successfully built 497e6408481f [2020-08-18T15:26:11.269Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-18T15:26:12.249Z]  Building docker-security-secretstore-setup-go ... done  ---> a92314ac8c00 [2020-08-18T15:26:12.249Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-18T15:26:13.218Z] ---> a8e96a5cf7b8 [2020-08-18T15:26:13.218Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:26:13.491Z] ---> Running in f3e9f9b32111 [2020-08-18T15:26:14.085Z] Removing intermediate container f3e9f9b32111 [2020-08-18T15:26:14.085Z] ---> e4316e32175a [2020-08-18T15:26:14.085Z] Step 18/20 : LABEL arch=arm64 [2020-08-18T15:26:14.358Z] ---> Running in 5fcce7ae2f08 [2020-08-18T15:26:15.331Z] Removing intermediate container 5fcce7ae2f08 [2020-08-18T15:26:15.331Z] ---> e9d42adab173 [2020-08-18T15:26:15.331Z] Step 19/20 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:26:15.331Z] ---> Running in 18bc8985c698 [2020-08-18T15:26:16.303Z] Removing intermediate container 18bc8985c698 [2020-08-18T15:26:16.303Z] ---> 78ed6e06dcf6 [2020-08-18T15:26:16.303Z] Step 20/20 : LABEL version=1.2.2-dev.13 [2020-08-18T15:26:16.303Z] Removing intermediate container 9d0c73b3c9ec [2020-08-18T15:26:16.303Z] ---> 06cc4137f9cf [2020-08-18T15:26:16.303Z] [2020-08-18T15:26:16.303Z] Step 10/22 : FROM alpine [2020-08-18T15:26:16.303Z] ---> 62ee0e9f8440 [2020-08-18T15:26:16.303Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:26:16.303Z] ---> Running in 33d4ac6ec55e [2020-08-18T15:26:16.303Z] ---> Running in c469f6bc1cad [2020-08-18T15:26:16.905Z] Removing intermediate container 33d4ac6ec55e [2020-08-18T15:26:16.905Z] ---> 0c4ca2330dd5 [2020-08-18T15:26:16.905Z] [2020-08-18T15:26:16.905Z] Removing intermediate container c469f6bc1cad [2020-08-18T15:26:16.905Z] ---> 4b706731a7b9 [2020-08-18T15:26:16.905Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-18T15:26:17.187Z] Successfully built 0c4ca2330dd5 [2020-08-18T15:26:17.187Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-18T15:26:17.187Z]  Building docker-support-scheduler-go ... done  ---> Running in d6858c63ac81 [2020-08-18T15:26:17.780Z] Removing intermediate container d6858c63ac81 [2020-08-18T15:26:17.780Z] ---> 9a0d0fd35957 [2020-08-18T15:26:17.780Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-18T15:26:17.780Z] ---> Running in 249fdc5d5abc [2020-08-18T15:26:18.372Z] Removing intermediate container 249fdc5d5abc [2020-08-18T15:26:18.372Z] ---> b810ae43998b [2020-08-18T15:26:18.372Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:26:18.372Z] ---> Running in aa8f8171a7af [2020-08-18T15:26:20.986Z] Removing intermediate container aa8f8171a7af [2020-08-18T15:26:20.986Z] ---> 9c7f0823c6c0 [2020-08-18T15:26:20.986Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-18T15:26:20.986Z] ---> Running in c108dd3d2c67 [2020-08-18T15:26:22.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:26:22.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:26:23.585Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-18T15:26:23.585Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-18T15:26:23.855Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-18T15:26:23.855Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-18T15:26:24.127Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-18T15:26:24.127Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:26:24.127Z] OK: 8 MiB in 19 packages [2020-08-18T15:26:25.553Z] Removing intermediate container c108dd3d2c67 [2020-08-18T15:26:25.553Z] ---> 19ce8142594a [2020-08-18T15:26:25.553Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-18T15:26:26.180Z] ---> cfe65ae6fa80 [2020-08-18T15:26:26.180Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-18T15:26:28.197Z] ---> c963c8b935b9 [2020-08-18T15:26:28.197Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-18T15:26:28.473Z] ---> ed230b741691 [2020-08-18T15:26:28.473Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:26:28.746Z] ---> Running in b6f2228251a4 [2020-08-18T15:26:29.020Z] Removing intermediate container b6f2228251a4 [2020-08-18T15:26:29.021Z] ---> b5e120bfef48 [2020-08-18T15:26:29.295Z] Step 20/22 : LABEL arch=arm64 [2020-08-18T15:26:29.295Z] ---> Running in 071e55f21036 [2020-08-18T15:26:29.893Z] Removing intermediate container 071e55f21036 [2020-08-18T15:26:29.893Z] ---> caadd5524465 [2020-08-18T15:26:29.893Z] Step 21/22 : LABEL git_sha=2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:26:29.893Z] ---> Running in 5769553f6171 [2020-08-18T15:26:30.164Z] Removing intermediate container 5769553f6171 [2020-08-18T15:26:30.164Z] ---> 9d4d686e10c3 [2020-08-18T15:26:30.164Z] Step 22/22 : LABEL version=1.2.2-dev.13 [2020-08-18T15:26:30.435Z] ---> Running in ed0f0e4a656e [2020-08-18T15:26:30.713Z] Removing intermediate container ed0f0e4a656e [2020-08-18T15:26:30.713Z] ---> ca2f713e78ab [2020-08-18T15:26:30.713Z] [2020-08-18T15:26:30.984Z] Successfully built ca2f713e78ab [2020-08-18T15:26:30.984Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-18T15:26:31.282Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-08-18T15:26:31.272Z] $ docker stop --time=1 15deff8faa7f85bbb0d97d59b26d4419e605fab3cf28ba6b2d86feffc0016a6b [2020-08-18T15:26:33.153Z] $ docker rm -f 15deff8faa7f85bbb0d97d59b26d4419e605fab3cf28ba6b2d86feffc0016a6b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:26:34.105Z] + docker+ images [2020-08-18T15:26:34.105Z] grep docker [2020-08-18T15:26:34.375Z] docker-core-data-go-arm64 latest ca2f713e78ab 4 seconds ago 23.3MB [2020-08-18T15:26:34.375Z] docker-support-scheduler-go-arm64 latest 0c4ca2330dd5 18 seconds ago 12.6MB [2020-08-18T15:26:34.375Z] docker-security-secretstore-setup-go-arm64 latest 497e6408481f 24 seconds ago 32.6MB [2020-08-18T15:26:34.375Z] docker-core-command-go-arm64 latest 15eeef2639ea 32 seconds ago 12.4MB [2020-08-18T15:26:34.375Z] docker-security-secrets-setup-go-arm64 latest 15616d576506 About a minute ago 24.2MB [2020-08-18T15:26:34.375Z] docker-sys-mgmt-agent-go-arm64 latest 10bd5f45a2b9 2 minutes ago 266MB [2020-08-18T15:26:34.375Z] docker-core-metadata-go-arm64 latest 4f030630a631 3 minutes ago 13.8MB [2020-08-18T15:26:34.375Z] docker-support-notifications-go-arm64 latest 3311c3103a68 3 minutes ago 13.9MB [2020-08-18T15:26:34.375Z] docker-support-logging-go-arm64 latest 68baece78b1c 4 minutes ago 11.4MB [2020-08-18T15:26:34.375Z] docker-security-proxy-setup-go-arm64 latest d7eb0f747ea8 4 minutes ago 15.8MB [2020-08-18T15:26:34.375Z] docker latest ce9d55ae87f1 7 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-18T15:26:35.060Z] provisioning config files... [2020-08-18T15:26:35.111Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/125@tmp/config7738986227008147975tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:26:35.513Z] nexus3.edgexfoundry.org:10001 [2020-08-18T15:26:35.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-18T15:26:36.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-18T15:26:36.066Z] Configure a credential helper to remove this warning. See [2020-08-18T15:26:36.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-18T15:26:36.066Z] [2020-08-18T15:26:36.066Z] Login Succeeded [2020-08-18T15:26:36.066Z] nexus3.edgexfoundry.org:10002 [2020-08-18T15:26:36.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-18T15:26:36.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-18T15:26:36.609Z] Configure a credential helper to remove this warning. See [2020-08-18T15:26:36.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-18T15:26:36.609Z] [2020-08-18T15:26:36.609Z] Login Succeeded [2020-08-18T15:26:36.609Z] nexus3.edgexfoundry.org:10003 [2020-08-18T15:26:36.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-18T15:26:37.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-18T15:26:37.152Z] Configure a credential helper to remove this warning. See [2020-08-18T15:26:37.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-18T15:26:37.152Z] [2020-08-18T15:26:37.152Z] Login Succeeded [2020-08-18T15:26:37.152Z] nexus3.edgexfoundry.org:10004 [2020-08-18T15:26:37.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-18T15:26:37.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-18T15:26:37.691Z] Configure a credential helper to remove this warning. See [2020-08-18T15:26:37.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-18T15:26:37.692Z] [2020-08-18T15:26:37.692Z] Login Succeeded [2020-08-18T15:26:37.692Z] docker.io [2020-08-18T15:26:37.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-18T15:26:38.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-18T15:26:38.555Z] Configure a credential helper to remove this warning. See [2020-08-18T15:26:38.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-18T15:26:38.555Z] [2020-08-18T15:26:38.555Z] Login Succeeded [Pipeline] } [2020-08-18T15:26:38.571Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:26:38.771Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-08-18T15:26:38.771Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:26:38.771Z] 1.2.2-dev.13 [2020-08-18T15:26:38.771Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:26:38.771Z] master [2020-08-18T15:26:38.771Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:39.312Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:39.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:26:39.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-18T15:26:39.661Z] f6552f7ae285: Preparing [2020-08-18T15:26:39.661Z] ff86a10dcc87: Preparing [2020-08-18T15:26:39.661Z] 540be41a5f94: Preparing [2020-08-18T15:26:39.931Z] 540be41a5f94: Pushed [2020-08-18T15:26:39.931Z] f6552f7ae285: Pushed [2020-08-18T15:26:43.293Z] ff86a10dcc87: Pushed [2020-08-18T15:26:43.293Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:6c6e15199e4c4b14ef0f44f1d4fa120a225933f5d3257c26c0e735bcd332f34b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:43.627Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:43.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.13 [2020-08-18T15:26:43.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-18T15:26:43.957Z] f6552f7ae285: Preparing [2020-08-18T15:26:43.957Z] ff86a10dcc87: Preparing [2020-08-18T15:26:43.957Z] 540be41a5f94: Preparing [2020-08-18T15:26:43.957Z] 540be41a5f94: Layer already exists [2020-08-18T15:26:43.957Z] f6552f7ae285: Layer already exists [2020-08-18T15:26:43.957Z] ff86a10dcc87: Layer already exists [2020-08-18T15:26:44.227Z] 1.2.2-dev.13: digest: sha256:6c6e15199e4c4b14ef0f44f1d4fa120a225933f5d3257c26c0e735bcd332f34b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:44.563Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:44.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:26:44.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-18T15:26:44.898Z] f6552f7ae285: Preparing [2020-08-18T15:26:44.898Z] ff86a10dcc87: Preparing [2020-08-18T15:26:44.898Z] 540be41a5f94: Preparing [2020-08-18T15:26:44.898Z] f6552f7ae285: Layer already exists [2020-08-18T15:26:44.898Z] 540be41a5f94: Layer already exists [2020-08-18T15:26:44.898Z] ff86a10dcc87: Layer already exists [2020-08-18T15:26:45.168Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:6c6e15199e4c4b14ef0f44f1d4fa120a225933f5d3257c26c0e735bcd332f34b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:45.510Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:45.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-08-18T15:26:45.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-18T15:26:45.845Z] f6552f7ae285: Preparing [2020-08-18T15:26:45.845Z] ff86a10dcc87: Preparing [2020-08-18T15:26:45.845Z] 540be41a5f94: Preparing [2020-08-18T15:26:45.845Z] f6552f7ae285: Layer already exists [2020-08-18T15:26:45.845Z] ff86a10dcc87: Layer already exists [2020-08-18T15:26:45.845Z] 540be41a5f94: Layer already exists [2020-08-18T15:26:46.114Z] master: digest: sha256:6c6e15199e4c4b14ef0f44f1d4fa120a225933f5d3257c26c0e735bcd332f34b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:26:46.293Z] ===================================================== [Pipeline] echo [2020-08-18T15:26:46.341Z] taggedImages: [2020-08-18T15:26:46.341Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:26:46.341Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.13 [2020-08-18T15:26:46.341Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:26:46.341Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-08-18T15:26:46.402Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-08-18T15:26:46.402Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:26:46.402Z] 1.2.2-dev.13 [2020-08-18T15:26:46.402Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:26:46.402Z] master [2020-08-18T15:26:46.402Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:46.897Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:47.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:26:47.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-18T15:26:47.228Z] 7ee0dded9ecf: Preparing [2020-08-18T15:26:47.228Z] b12f46968361: Preparing [2020-08-18T15:26:47.228Z] 9d30e9526706: Preparing [2020-08-18T15:26:47.228Z] 2bfa8f5c952f: Preparing [2020-08-18T15:26:47.228Z] 753eafa00b31: Preparing [2020-08-18T15:26:47.228Z] e2f13739ad41: Preparing [2020-08-18T15:26:47.228Z] e2f13739ad41: Waiting [2020-08-18T15:26:47.499Z] 753eafa00b31: Pushed [2020-08-18T15:26:47.499Z] 9d30e9526706: Pushed [2020-08-18T15:26:47.499Z] 7ee0dded9ecf: Pushed [2020-08-18T15:26:47.499Z] e2f13739ad41: Layer already exists [2020-08-18T15:26:48.188Z] 2bfa8f5c952f: Pushed [2020-08-18T15:26:51.560Z] b12f46968361: Pushed [2020-08-18T15:26:51.828Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:44285bb8cdee4117fc17015ffe48992ca650d96ee27d10330532f3e45c11ce5a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:52.161Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:52.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.13 [2020-08-18T15:26:52.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-18T15:26:52.493Z] 7ee0dded9ecf: Preparing [2020-08-18T15:26:52.493Z] b12f46968361: Preparing [2020-08-18T15:26:52.493Z] 9d30e9526706: Preparing [2020-08-18T15:26:52.493Z] 2bfa8f5c952f: Preparing [2020-08-18T15:26:52.493Z] 753eafa00b31: Preparing [2020-08-18T15:26:52.493Z] e2f13739ad41: Preparing [2020-08-18T15:26:52.493Z] e2f13739ad41: Waiting [2020-08-18T15:26:52.493Z] 2bfa8f5c952f: Layer already exists [2020-08-18T15:26:52.493Z] 753eafa00b31: Layer already exists [2020-08-18T15:26:52.763Z] 9d30e9526706: Layer already exists [2020-08-18T15:26:52.763Z] b12f46968361: Layer already exists [2020-08-18T15:26:52.763Z] 7ee0dded9ecf: Layer already exists [2020-08-18T15:26:52.763Z] e2f13739ad41: Layer already exists [2020-08-18T15:26:52.763Z] 1.2.2-dev.13: digest: sha256:44285bb8cdee4117fc17015ffe48992ca650d96ee27d10330532f3e45c11ce5a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:53.093Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:53.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:26:53.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-18T15:26:53.421Z] 7ee0dded9ecf: Preparing [2020-08-18T15:26:53.421Z] b12f46968361: Preparing [2020-08-18T15:26:53.421Z] 9d30e9526706: Preparing [2020-08-18T15:26:53.421Z] 2bfa8f5c952f: Preparing [2020-08-18T15:26:53.421Z] 753eafa00b31: Preparing [2020-08-18T15:26:53.421Z] e2f13739ad41: Preparing [2020-08-18T15:26:53.421Z] e2f13739ad41: Waiting [2020-08-18T15:26:53.421Z] 7ee0dded9ecf: Layer already exists [2020-08-18T15:26:53.421Z] 753eafa00b31: Layer already exists [2020-08-18T15:26:53.421Z] 2bfa8f5c952f: Layer already exists [2020-08-18T15:26:53.421Z] 9d30e9526706: Layer already exists [2020-08-18T15:26:53.421Z] b12f46968361: Layer already exists [2020-08-18T15:26:53.421Z] e2f13739ad41: Layer already exists [2020-08-18T15:26:53.690Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:44285bb8cdee4117fc17015ffe48992ca650d96ee27d10330532f3e45c11ce5a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:54.023Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:54.356Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-08-18T15:26:54.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-18T15:26:54.356Z] 7ee0dded9ecf: Preparing [2020-08-18T15:26:54.356Z] b12f46968361: Preparing [2020-08-18T15:26:54.356Z] 9d30e9526706: Preparing [2020-08-18T15:26:54.356Z] 2bfa8f5c952f: Preparing [2020-08-18T15:26:54.356Z] 753eafa00b31: Preparing [2020-08-18T15:26:54.356Z] e2f13739ad41: Preparing [2020-08-18T15:26:54.356Z] e2f13739ad41: Waiting [2020-08-18T15:26:54.356Z] 9d30e9526706: Layer already exists [2020-08-18T15:26:54.356Z] 7ee0dded9ecf: Layer already exists [2020-08-18T15:26:54.356Z] 753eafa00b31: Layer already exists [2020-08-18T15:26:54.356Z] b12f46968361: Layer already exists [2020-08-18T15:26:54.356Z] 2bfa8f5c952f: Layer already exists [2020-08-18T15:26:54.356Z] e2f13739ad41: Layer already exists [2020-08-18T15:26:54.625Z] master: digest: sha256:44285bb8cdee4117fc17015ffe48992ca650d96ee27d10330532f3e45c11ce5a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:26:54.804Z] ===================================================== [Pipeline] echo [2020-08-18T15:26:54.846Z] taggedImages: [2020-08-18T15:26:54.846Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:26:54.846Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.13 [2020-08-18T15:26:54.846Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:26:54.846Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-08-18T15:26:54.905Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-08-18T15:26:54.905Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:26:54.905Z] 1.2.2-dev.13 [2020-08-18T15:26:54.905Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:26:54.905Z] master [2020-08-18T15:26:54.905Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:55.391Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:55.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:26:55.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-18T15:26:55.719Z] 7fd8d51e3f83: Preparing [2020-08-18T15:26:55.719Z] e4dfe37370a3: Preparing [2020-08-18T15:26:55.719Z] 4cd3cbae529f: Preparing [2020-08-18T15:26:55.989Z] 7fd8d51e3f83: Pushed [2020-08-18T15:26:55.989Z] 4cd3cbae529f: Pushed [2020-08-18T15:26:59.355Z] e4dfe37370a3: Pushed [2020-08-18T15:26:59.355Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:db6d803afa2b3eea591ca6996ff0417460d008356bddb9933cfbcde1a11e2e23 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:26:59.684Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:00.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:00.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-18T15:27:00.006Z] 7fd8d51e3f83: Preparing [2020-08-18T15:27:00.006Z] e4dfe37370a3: Preparing [2020-08-18T15:27:00.006Z] 4cd3cbae529f: Preparing [2020-08-18T15:27:00.006Z] e4dfe37370a3: Layer already exists [2020-08-18T15:27:00.006Z] 7fd8d51e3f83: Layer already exists [2020-08-18T15:27:00.006Z] 4cd3cbae529f: Layer already exists [2020-08-18T15:27:00.276Z] 1.2.2-dev.13: digest: sha256:db6d803afa2b3eea591ca6996ff0417460d008356bddb9933cfbcde1a11e2e23 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:00.606Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:00.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:00.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-18T15:27:00.931Z] 7fd8d51e3f83: Preparing [2020-08-18T15:27:00.931Z] e4dfe37370a3: Preparing [2020-08-18T15:27:00.931Z] 4cd3cbae529f: Preparing [2020-08-18T15:27:00.931Z] e4dfe37370a3: Layer already exists [2020-08-18T15:27:00.931Z] 7fd8d51e3f83: Layer already exists [2020-08-18T15:27:00.931Z] 4cd3cbae529f: Layer already exists [2020-08-18T15:27:01.202Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:db6d803afa2b3eea591ca6996ff0417460d008356bddb9933cfbcde1a11e2e23 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:01.531Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:01.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-08-18T15:27:01.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-18T15:27:01.859Z] 7fd8d51e3f83: Preparing [2020-08-18T15:27:01.859Z] e4dfe37370a3: Preparing [2020-08-18T15:27:01.859Z] 4cd3cbae529f: Preparing [2020-08-18T15:27:01.859Z] 7fd8d51e3f83: Layer already exists [2020-08-18T15:27:01.859Z] 4cd3cbae529f: Layer already exists [2020-08-18T15:27:01.859Z] e4dfe37370a3: Layer already exists [2020-08-18T15:27:02.128Z] master: digest: sha256:db6d803afa2b3eea591ca6996ff0417460d008356bddb9933cfbcde1a11e2e23 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:27:02.378Z] ===================================================== [Pipeline] echo [2020-08-18T15:27:02.422Z] taggedImages: [2020-08-18T15:27:02.422Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:02.422Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:02.422Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:02.422Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-08-18T15:27:02.485Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-08-18T15:27:02.485Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:02.485Z] 1.2.2-dev.13 [2020-08-18T15:27:02.485Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:02.485Z] master [2020-08-18T15:27:02.485Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:02.970Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:03.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:03.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-18T15:27:03.306Z] 0774253f6ccb: Preparing [2020-08-18T15:27:03.306Z] 8bc55cadef91: Preparing [2020-08-18T15:27:03.306Z] 1384bbe5e7e2: Preparing [2020-08-18T15:27:03.306Z] 12a59866dfbd: Preparing [2020-08-18T15:27:03.306Z] e2f13739ad41: Preparing [2020-08-18T15:27:03.580Z] e2f13739ad41: Layer already exists [2020-08-18T15:27:03.580Z] 8bc55cadef91: Pushed [2020-08-18T15:27:03.580Z] 1384bbe5e7e2: Pushed [2020-08-18T15:27:03.851Z] 12a59866dfbd: Pushed [2020-08-18T15:27:05.806Z] 0774253f6ccb: Pushed [2020-08-18T15:27:06.076Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:5b4ccf48877fd7533f58c53cf873de986654717514757a53133fc43b65e6f3fd size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:06.409Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:06.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:06.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-18T15:27:06.786Z] 0774253f6ccb: Preparing [2020-08-18T15:27:06.786Z] 8bc55cadef91: Preparing [2020-08-18T15:27:06.786Z] 1384bbe5e7e2: Preparing [2020-08-18T15:27:06.786Z] 12a59866dfbd: Preparing [2020-08-18T15:27:06.786Z] e2f13739ad41: Preparing [2020-08-18T15:27:07.060Z] 0774253f6ccb: Layer already exists [2020-08-18T15:27:07.060Z] 1384bbe5e7e2: Layer already exists [2020-08-18T15:27:07.060Z] 8bc55cadef91: Layer already exists [2020-08-18T15:27:07.060Z] 12a59866dfbd: Layer already exists [2020-08-18T15:27:07.060Z] e2f13739ad41: Layer already exists [2020-08-18T15:27:07.060Z] 1.2.2-dev.13: digest: sha256:5b4ccf48877fd7533f58c53cf873de986654717514757a53133fc43b65e6f3fd size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:07.409Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:07.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:07.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-18T15:27:07.733Z] 0774253f6ccb: Preparing [2020-08-18T15:27:07.733Z] 8bc55cadef91: Preparing [2020-08-18T15:27:07.733Z] 1384bbe5e7e2: Preparing [2020-08-18T15:27:07.733Z] 12a59866dfbd: Preparing [2020-08-18T15:27:07.733Z] e2f13739ad41: Preparing [2020-08-18T15:27:08.002Z] 0774253f6ccb: Layer already exists [2020-08-18T15:27:08.002Z] e2f13739ad41: Layer already exists [2020-08-18T15:27:08.002Z] 12a59866dfbd: Layer already exists [2020-08-18T15:27:08.002Z] 8bc55cadef91: Layer already exists [2020-08-18T15:27:08.002Z] 1384bbe5e7e2: Layer already exists [2020-08-18T15:27:08.002Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:5b4ccf48877fd7533f58c53cf873de986654717514757a53133fc43b65e6f3fd size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:08.332Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:08.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-08-18T15:27:08.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-18T15:27:08.657Z] 0774253f6ccb: Preparing [2020-08-18T15:27:08.657Z] 8bc55cadef91: Preparing [2020-08-18T15:27:08.657Z] 1384bbe5e7e2: Preparing [2020-08-18T15:27:08.657Z] 12a59866dfbd: Preparing [2020-08-18T15:27:08.657Z] e2f13739ad41: Preparing [2020-08-18T15:27:08.657Z] 8bc55cadef91: Layer already exists [2020-08-18T15:27:08.657Z] 0774253f6ccb: Layer already exists [2020-08-18T15:27:08.657Z] 12a59866dfbd: Layer already exists [2020-08-18T15:27:08.657Z] e2f13739ad41: Layer already exists [2020-08-18T15:27:08.657Z] 1384bbe5e7e2: Layer already exists [2020-08-18T15:27:08.928Z] master: digest: sha256:5b4ccf48877fd7533f58c53cf873de986654717514757a53133fc43b65e6f3fd size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:27:09.132Z] ===================================================== [Pipeline] echo [2020-08-18T15:27:09.231Z] taggedImages: [2020-08-18T15:27:09.231Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:09.231Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:09.231Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:09.231Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-08-18T15:27:09.286Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-08-18T15:27:09.286Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:09.286Z] 1.2.2-dev.13 [2020-08-18T15:27:09.286Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:09.286Z] master [2020-08-18T15:27:09.286Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:09.778Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:10.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:10.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-18T15:27:10.125Z] 4af17efc3be3: Preparing [2020-08-18T15:27:10.125Z] 43f8ca8a7843: Preparing [2020-08-18T15:27:10.125Z] d4ee69745e24: Preparing [2020-08-18T15:27:10.125Z] 9600eef7977f: Preparing [2020-08-18T15:27:10.125Z] 9600eef7977f: Preparing [2020-08-18T15:27:10.125Z] 3654a8ff64b1: Preparing [2020-08-18T15:27:10.125Z] 80bf3693a396: Preparing [2020-08-18T15:27:10.125Z] 72d3de7d894c: Preparing [2020-08-18T15:27:10.125Z] 4af17efc3be3: Preparing [2020-08-18T15:27:10.125Z] 95fb6a247008: Preparing [2020-08-18T15:27:10.125Z] db37e6f36ba5: Preparing [2020-08-18T15:27:10.125Z] b039095fd675: Preparing [2020-08-18T15:27:10.125Z] e2f13739ad41: Preparing [2020-08-18T15:27:10.125Z] 95fb6a247008: Waiting [2020-08-18T15:27:10.125Z] db37e6f36ba5: Waiting [2020-08-18T15:27:10.125Z] b039095fd675: Waiting [2020-08-18T15:27:10.125Z] e2f13739ad41: Waiting [2020-08-18T15:27:10.125Z] 80bf3693a396: Waiting [2020-08-18T15:27:10.125Z] 72d3de7d894c: Waiting [2020-08-18T15:27:10.400Z] d4ee69745e24: Pushed [2020-08-18T15:27:10.400Z] 9600eef7977f: Pushed [2020-08-18T15:27:10.400Z] 43f8ca8a7843: Pushed [2020-08-18T15:27:10.400Z] 3654a8ff64b1: Pushed [2020-08-18T15:27:10.400Z] 80bf3693a396: Pushed [2020-08-18T15:27:10.672Z] 72d3de7d894c: Pushed [2020-08-18T15:27:10.672Z] 95fb6a247008: Pushed [2020-08-18T15:27:10.672Z] db37e6f36ba5: Pushed [2020-08-18T15:27:10.672Z] e2f13739ad41: Layer already exists [2020-08-18T15:27:10.941Z] b039095fd675: Pushed [2020-08-18T15:27:12.898Z] 4af17efc3be3: Pushed [2020-08-18T15:27:12.898Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:14aa0856e4b50f5f175e7463ac945bd30ec4869fb34e6b768b503e0f85a17761 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:13.227Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:13.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:13.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-18T15:27:13.558Z] 4af17efc3be3: Preparing [2020-08-18T15:27:13.558Z] 43f8ca8a7843: Preparing [2020-08-18T15:27:13.558Z] d4ee69745e24: Preparing [2020-08-18T15:27:13.558Z] 9600eef7977f: Preparing [2020-08-18T15:27:13.558Z] 9600eef7977f: Preparing [2020-08-18T15:27:13.558Z] 3654a8ff64b1: Preparing [2020-08-18T15:27:13.558Z] 80bf3693a396: Preparing [2020-08-18T15:27:13.558Z] 72d3de7d894c: Preparing [2020-08-18T15:27:13.558Z] 4af17efc3be3: Preparing [2020-08-18T15:27:13.558Z] 95fb6a247008: Preparing [2020-08-18T15:27:13.558Z] db37e6f36ba5: Preparing [2020-08-18T15:27:13.558Z] b039095fd675: Preparing [2020-08-18T15:27:13.558Z] e2f13739ad41: Preparing [2020-08-18T15:27:13.558Z] 80bf3693a396: Waiting [2020-08-18T15:27:13.558Z] 72d3de7d894c: Waiting [2020-08-18T15:27:13.558Z] db37e6f36ba5: Waiting [2020-08-18T15:27:13.558Z] b039095fd675: Waiting [2020-08-18T15:27:13.558Z] e2f13739ad41: Waiting [2020-08-18T15:27:13.558Z] 95fb6a247008: Waiting [2020-08-18T15:27:13.558Z] 3654a8ff64b1: Layer already exists [2020-08-18T15:27:13.826Z] 43f8ca8a7843: Layer already exists [2020-08-18T15:27:13.826Z] 9600eef7977f: Layer already exists [2020-08-18T15:27:13.826Z] 4af17efc3be3: Layer already exists [2020-08-18T15:27:13.826Z] d4ee69745e24: Layer already exists [2020-08-18T15:27:13.826Z] b039095fd675: Layer already exists [2020-08-18T15:27:13.826Z] 72d3de7d894c: Layer already exists [2020-08-18T15:27:13.826Z] db37e6f36ba5: Layer already exists [2020-08-18T15:27:13.826Z] 95fb6a247008: Layer already exists [2020-08-18T15:27:13.826Z] 80bf3693a396: Layer already exists [2020-08-18T15:27:13.826Z] e2f13739ad41: Layer already exists [2020-08-18T15:27:13.826Z] 1.2.2-dev.13: digest: sha256:14aa0856e4b50f5f175e7463ac945bd30ec4869fb34e6b768b503e0f85a17761 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:14.156Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:14.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:14.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-18T15:27:14.481Z] 4af17efc3be3: Preparing [2020-08-18T15:27:14.481Z] 43f8ca8a7843: Preparing [2020-08-18T15:27:14.481Z] d4ee69745e24: Preparing [2020-08-18T15:27:14.481Z] 9600eef7977f: Preparing [2020-08-18T15:27:14.481Z] 9600eef7977f: Preparing [2020-08-18T15:27:14.481Z] 3654a8ff64b1: Preparing [2020-08-18T15:27:14.481Z] 80bf3693a396: Preparing [2020-08-18T15:27:14.481Z] 72d3de7d894c: Preparing [2020-08-18T15:27:14.481Z] 4af17efc3be3: Preparing [2020-08-18T15:27:14.481Z] 95fb6a247008: Preparing [2020-08-18T15:27:14.481Z] db37e6f36ba5: Preparing [2020-08-18T15:27:14.481Z] b039095fd675: Preparing [2020-08-18T15:27:14.481Z] e2f13739ad41: Preparing [2020-08-18T15:27:14.481Z] 80bf3693a396: Waiting [2020-08-18T15:27:14.481Z] 95fb6a247008: Waiting [2020-08-18T15:27:14.481Z] b039095fd675: Waiting [2020-08-18T15:27:14.481Z] e2f13739ad41: Waiting [2020-08-18T15:27:14.481Z] 72d3de7d894c: Waiting [2020-08-18T15:27:14.481Z] db37e6f36ba5: Waiting [2020-08-18T15:27:14.481Z] 4af17efc3be3: Layer already exists [2020-08-18T15:27:14.481Z] d4ee69745e24: Layer already exists [2020-08-18T15:27:14.481Z] 3654a8ff64b1: Layer already exists [2020-08-18T15:27:14.481Z] 43f8ca8a7843: Layer already exists [2020-08-18T15:27:14.481Z] 9600eef7977f: Layer already exists [2020-08-18T15:27:14.481Z] 80bf3693a396: Layer already exists [2020-08-18T15:27:14.481Z] 95fb6a247008: Layer already exists [2020-08-18T15:27:14.481Z] db37e6f36ba5: Layer already exists [2020-08-18T15:27:14.481Z] 72d3de7d894c: Layer already exists [2020-08-18T15:27:14.481Z] b039095fd675: Layer already exists [2020-08-18T15:27:14.481Z] e2f13739ad41: Layer already exists [2020-08-18T15:27:14.749Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:14aa0856e4b50f5f175e7463ac945bd30ec4869fb34e6b768b503e0f85a17761 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:15.084Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:15.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-08-18T15:27:15.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-18T15:27:15.417Z] 4af17efc3be3: Preparing [2020-08-18T15:27:15.417Z] 43f8ca8a7843: Preparing [2020-08-18T15:27:15.417Z] d4ee69745e24: Preparing [2020-08-18T15:27:15.417Z] 9600eef7977f: Preparing [2020-08-18T15:27:15.417Z] 9600eef7977f: Preparing [2020-08-18T15:27:15.417Z] 3654a8ff64b1: Preparing [2020-08-18T15:27:15.417Z] 80bf3693a396: Preparing [2020-08-18T15:27:15.417Z] 72d3de7d894c: Preparing [2020-08-18T15:27:15.417Z] 4af17efc3be3: Preparing [2020-08-18T15:27:15.417Z] 95fb6a247008: Preparing [2020-08-18T15:27:15.417Z] db37e6f36ba5: Preparing [2020-08-18T15:27:15.417Z] b039095fd675: Preparing [2020-08-18T15:27:15.417Z] e2f13739ad41: Preparing [2020-08-18T15:27:15.417Z] 95fb6a247008: Waiting [2020-08-18T15:27:15.417Z] db37e6f36ba5: Waiting [2020-08-18T15:27:15.417Z] b039095fd675: Waiting [2020-08-18T15:27:15.417Z] e2f13739ad41: Waiting [2020-08-18T15:27:15.417Z] 80bf3693a396: Waiting [2020-08-18T15:27:15.417Z] 72d3de7d894c: Waiting [2020-08-18T15:27:15.417Z] d4ee69745e24: Layer already exists [2020-08-18T15:27:15.417Z] 43f8ca8a7843: Layer already exists [2020-08-18T15:27:15.417Z] 3654a8ff64b1: Layer already exists [2020-08-18T15:27:15.417Z] 9600eef7977f: Layer already exists [2020-08-18T15:27:15.417Z] 4af17efc3be3: Layer already exists [2020-08-18T15:27:15.691Z] 72d3de7d894c: Layer already exists [2020-08-18T15:27:15.691Z] 80bf3693a396: Layer already exists [2020-08-18T15:27:15.691Z] b039095fd675: Layer already exists [2020-08-18T15:27:15.691Z] 95fb6a247008: Layer already exists [2020-08-18T15:27:15.691Z] db37e6f36ba5: Layer already exists [2020-08-18T15:27:15.691Z] e2f13739ad41: Layer already exists [2020-08-18T15:27:15.691Z] master: digest: sha256:14aa0856e4b50f5f175e7463ac945bd30ec4869fb34e6b768b503e0f85a17761 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:27:15.880Z] ===================================================== [Pipeline] echo [2020-08-18T15:27:15.923Z] taggedImages: [2020-08-18T15:27:15.923Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:15.923Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:15.923Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:15.923Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-08-18T15:27:15.981Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-08-18T15:27:15.981Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:15.981Z] 1.2.2-dev.13 [2020-08-18T15:27:15.981Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:15.981Z] master [2020-08-18T15:27:15.981Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:16.610Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:16.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:16.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-18T15:27:16.946Z] 2124c27f5eda: Preparing [2020-08-18T15:27:16.946Z] 0915ba35141f: Preparing [2020-08-18T15:27:16.946Z] 34f0e4bebc88: Preparing [2020-08-18T15:27:16.946Z] f4be7c17f63f: Preparing [2020-08-18T15:27:16.946Z] 2841400a8c34: Preparing [2020-08-18T15:27:16.946Z] 7df36b290bd7: Preparing [2020-08-18T15:27:16.946Z] f0de9de21b47: Preparing [2020-08-18T15:27:16.946Z] 830c6f1def8f: Preparing [2020-08-18T15:27:16.946Z] d705d98789cc: Preparing [2020-08-18T15:27:16.946Z] 4516577b3236: Preparing [2020-08-18T15:27:16.946Z] 66b385cf80cf: Preparing [2020-08-18T15:27:16.946Z] d705d98789cc: Waiting [2020-08-18T15:27:16.946Z] 7df36b290bd7: Waiting [2020-08-18T15:27:16.946Z] f0de9de21b47: Waiting [2020-08-18T15:27:16.946Z] 830c6f1def8f: Waiting [2020-08-18T15:27:16.946Z] 4516577b3236: Waiting [2020-08-18T15:27:16.946Z] 66b385cf80cf: Waiting [2020-08-18T15:27:17.217Z] 0915ba35141f: Pushed [2020-08-18T15:27:17.217Z] 2124c27f5eda: Pushed [2020-08-18T15:27:17.491Z] f0de9de21b47: Pushed [2020-08-18T15:27:17.491Z] 7df36b290bd7: Pushed [2020-08-18T15:27:17.762Z] 830c6f1def8f: Pushed [2020-08-18T15:27:17.762Z] d705d98789cc: Pushed [2020-08-18T15:27:17.762Z] 66b385cf80cf: Layer already exists [2020-08-18T15:27:18.358Z] 4516577b3236: Pushed [2020-08-18T15:27:19.334Z] 34f0e4bebc88: Pushed [2020-08-18T15:27:19.334Z] 2841400a8c34: Pushed [2020-08-18T15:27:19.334Z] f4be7c17f63f: Pushed [2020-08-18T15:27:19.603Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:23c9c0ed07edd6d1b08203240b3cf5037dc819cf64ca3525fe67771583ef8c16 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:19.934Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:20.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:20.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-18T15:27:20.278Z] 2124c27f5eda: Preparing [2020-08-18T15:27:20.278Z] 0915ba35141f: Preparing [2020-08-18T15:27:20.278Z] 34f0e4bebc88: Preparing [2020-08-18T15:27:20.278Z] f4be7c17f63f: Preparing [2020-08-18T15:27:20.278Z] 2841400a8c34: Preparing [2020-08-18T15:27:20.278Z] 7df36b290bd7: Preparing [2020-08-18T15:27:20.278Z] f0de9de21b47: Preparing [2020-08-18T15:27:20.278Z] 830c6f1def8f: Preparing [2020-08-18T15:27:20.278Z] d705d98789cc: Preparing [2020-08-18T15:27:20.278Z] 4516577b3236: Preparing [2020-08-18T15:27:20.278Z] 66b385cf80cf: Preparing [2020-08-18T15:27:20.278Z] 7df36b290bd7: Waiting [2020-08-18T15:27:20.278Z] f0de9de21b47: Waiting [2020-08-18T15:27:20.278Z] 830c6f1def8f: Waiting [2020-08-18T15:27:20.278Z] d705d98789cc: Waiting [2020-08-18T15:27:20.278Z] 4516577b3236: Waiting [2020-08-18T15:27:20.278Z] 66b385cf80cf: Waiting [2020-08-18T15:27:20.278Z] 0915ba35141f: Layer already exists [2020-08-18T15:27:20.278Z] f4be7c17f63f: Layer already exists [2020-08-18T15:27:20.278Z] 34f0e4bebc88: Layer already exists [2020-08-18T15:27:20.278Z] 2124c27f5eda: Layer already exists [2020-08-18T15:27:20.278Z] 2841400a8c34: Layer already exists [2020-08-18T15:27:20.278Z] 830c6f1def8f: Layer already exists [2020-08-18T15:27:20.547Z] d705d98789cc: Layer already exists [2020-08-18T15:27:20.547Z] f0de9de21b47: Layer already exists [2020-08-18T15:27:20.547Z] 7df36b290bd7: Layer already exists [2020-08-18T15:27:20.547Z] 4516577b3236: Layer already exists [2020-08-18T15:27:20.547Z] 66b385cf80cf: Layer already exists [2020-08-18T15:27:20.547Z] 1.2.2-dev.13: digest: sha256:23c9c0ed07edd6d1b08203240b3cf5037dc819cf64ca3525fe67771583ef8c16 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:20.892Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:21.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:21.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-18T15:27:21.236Z] 2124c27f5eda: Preparing [2020-08-18T15:27:21.236Z] 0915ba35141f: Preparing [2020-08-18T15:27:21.236Z] 34f0e4bebc88: Preparing [2020-08-18T15:27:21.236Z] f4be7c17f63f: Preparing [2020-08-18T15:27:21.236Z] 2841400a8c34: Preparing [2020-08-18T15:27:21.236Z] 7df36b290bd7: Preparing [2020-08-18T15:27:21.236Z] f0de9de21b47: Preparing [2020-08-18T15:27:21.236Z] 830c6f1def8f: Preparing [2020-08-18T15:27:21.236Z] d705d98789cc: Preparing [2020-08-18T15:27:21.236Z] 4516577b3236: Preparing [2020-08-18T15:27:21.236Z] 66b385cf80cf: Preparing [2020-08-18T15:27:21.236Z] 4516577b3236: Waiting [2020-08-18T15:27:21.236Z] 830c6f1def8f: Waiting [2020-08-18T15:27:21.236Z] d705d98789cc: Waiting [2020-08-18T15:27:21.236Z] 66b385cf80cf: Waiting [2020-08-18T15:27:21.236Z] 7df36b290bd7: Waiting [2020-08-18T15:27:21.236Z] f0de9de21b47: Waiting [2020-08-18T15:27:21.236Z] 34f0e4bebc88: Layer already exists [2020-08-18T15:27:21.236Z] 2124c27f5eda: Layer already exists [2020-08-18T15:27:21.236Z] 0915ba35141f: Layer already exists [2020-08-18T15:27:21.236Z] 2841400a8c34: Layer already exists [2020-08-18T15:27:21.236Z] f4be7c17f63f: Layer already exists [2020-08-18T15:27:21.236Z] 7df36b290bd7: Layer already exists [2020-08-18T15:27:21.236Z] 830c6f1def8f: Layer already exists [2020-08-18T15:27:21.236Z] f0de9de21b47: Layer already exists [2020-08-18T15:27:21.236Z] 4516577b3236: Layer already exists [2020-08-18T15:27:21.236Z] d705d98789cc: Layer already exists [2020-08-18T15:27:21.236Z] 66b385cf80cf: Layer already exists [2020-08-18T15:27:21.507Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:23c9c0ed07edd6d1b08203240b3cf5037dc819cf64ca3525fe67771583ef8c16 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:21.841Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:22.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-08-18T15:27:22.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-18T15:27:22.162Z] 2124c27f5eda: Preparing [2020-08-18T15:27:22.162Z] 0915ba35141f: Preparing [2020-08-18T15:27:22.162Z] 34f0e4bebc88: Preparing [2020-08-18T15:27:22.162Z] f4be7c17f63f: Preparing [2020-08-18T15:27:22.162Z] 2841400a8c34: Preparing [2020-08-18T15:27:22.162Z] 7df36b290bd7: Preparing [2020-08-18T15:27:22.162Z] f0de9de21b47: Preparing [2020-08-18T15:27:22.162Z] 830c6f1def8f: Preparing [2020-08-18T15:27:22.162Z] d705d98789cc: Preparing [2020-08-18T15:27:22.162Z] 4516577b3236: Preparing [2020-08-18T15:27:22.162Z] 66b385cf80cf: Preparing [2020-08-18T15:27:22.162Z] 830c6f1def8f: Waiting [2020-08-18T15:27:22.162Z] d705d98789cc: Waiting [2020-08-18T15:27:22.162Z] 4516577b3236: Waiting [2020-08-18T15:27:22.162Z] 66b385cf80cf: Waiting [2020-08-18T15:27:22.162Z] 7df36b290bd7: Waiting [2020-08-18T15:27:22.162Z] f0de9de21b47: Waiting [2020-08-18T15:27:22.162Z] 2841400a8c34: Layer already exists [2020-08-18T15:27:22.162Z] 2124c27f5eda: Layer already exists [2020-08-18T15:27:22.162Z] f4be7c17f63f: Layer already exists [2020-08-18T15:27:22.433Z] 0915ba35141f: Layer already exists [2020-08-18T15:27:22.433Z] 34f0e4bebc88: Layer already exists [2020-08-18T15:27:22.433Z] 7df36b290bd7: Layer already exists [2020-08-18T15:27:22.433Z] 830c6f1def8f: Layer already exists [2020-08-18T15:27:22.433Z] f0de9de21b47: Layer already exists [2020-08-18T15:27:22.433Z] d705d98789cc: Layer already exists [2020-08-18T15:27:22.433Z] 4516577b3236: Layer already exists [2020-08-18T15:27:22.433Z] 66b385cf80cf: Layer already exists [2020-08-18T15:27:22.433Z] master: digest: sha256:23c9c0ed07edd6d1b08203240b3cf5037dc819cf64ca3525fe67771583ef8c16 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:27:22.652Z] ===================================================== [Pipeline] echo [2020-08-18T15:27:22.693Z] taggedImages: [2020-08-18T15:27:22.693Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:22.693Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:22.693Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:22.693Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-08-18T15:27:22.750Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-08-18T15:27:22.750Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:22.750Z] 1.2.2-dev.13 [2020-08-18T15:27:22.750Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:22.750Z] master [2020-08-18T15:27:22.750Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:23.232Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:23.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:23.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-18T15:27:23.566Z] 469669691eec: Preparing [2020-08-18T15:27:23.566Z] c539b71c793a: Preparing [2020-08-18T15:27:23.566Z] 90bbdee9cf3f: Preparing [2020-08-18T15:27:23.566Z] 361c40a7aef7: Preparing [2020-08-18T15:27:23.839Z] 469669691eec: Pushed [2020-08-18T15:27:23.839Z] 90bbdee9cf3f: Pushed [2020-08-18T15:27:24.109Z] 361c40a7aef7: Pushed [2020-08-18T15:27:26.708Z] c539b71c793a: Pushed [2020-08-18T15:27:26.708Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:aabee570724f4c87e1e5d77787f6af1ba70cf8cbf2fb5d5ada5a05b436de151c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:27.039Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:27.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:27.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-18T15:27:27.373Z] 469669691eec: Preparing [2020-08-18T15:27:27.373Z] c539b71c793a: Preparing [2020-08-18T15:27:27.373Z] 90bbdee9cf3f: Preparing [2020-08-18T15:27:27.373Z] 361c40a7aef7: Preparing [2020-08-18T15:27:27.645Z] 469669691eec: Layer already exists [2020-08-18T15:27:27.646Z] c539b71c793a: Layer already exists [2020-08-18T15:27:27.646Z] 361c40a7aef7: Layer already exists [2020-08-18T15:27:27.646Z] 90bbdee9cf3f: Layer already exists [2020-08-18T15:27:27.646Z] 1.2.2-dev.13: digest: sha256:aabee570724f4c87e1e5d77787f6af1ba70cf8cbf2fb5d5ada5a05b436de151c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:27.976Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:28.321Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:28.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-18T15:27:28.321Z] 469669691eec: Preparing [2020-08-18T15:27:28.321Z] c539b71c793a: Preparing [2020-08-18T15:27:28.321Z] 90bbdee9cf3f: Preparing [2020-08-18T15:27:28.321Z] 361c40a7aef7: Preparing [2020-08-18T15:27:28.321Z] 90bbdee9cf3f: Layer already exists [2020-08-18T15:27:28.321Z] 469669691eec: Layer already exists [2020-08-18T15:27:28.321Z] c539b71c793a: Layer already exists [2020-08-18T15:27:28.321Z] 361c40a7aef7: Layer already exists [2020-08-18T15:27:28.590Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:aabee570724f4c87e1e5d77787f6af1ba70cf8cbf2fb5d5ada5a05b436de151c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:28.924Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:29.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-08-18T15:27:29.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-18T15:27:29.253Z] 469669691eec: Preparing [2020-08-18T15:27:29.253Z] c539b71c793a: Preparing [2020-08-18T15:27:29.253Z] 90bbdee9cf3f: Preparing [2020-08-18T15:27:29.253Z] 361c40a7aef7: Preparing [2020-08-18T15:27:29.253Z] 469669691eec: Layer already exists [2020-08-18T15:27:29.253Z] 361c40a7aef7: Layer already exists [2020-08-18T15:27:29.253Z] c539b71c793a: Layer already exists [2020-08-18T15:27:29.253Z] 90bbdee9cf3f: Layer already exists [2020-08-18T15:27:29.523Z] master: digest: sha256:aabee570724f4c87e1e5d77787f6af1ba70cf8cbf2fb5d5ada5a05b436de151c size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:27:29.701Z] ===================================================== [Pipeline] echo [2020-08-18T15:27:29.744Z] taggedImages: [2020-08-18T15:27:29.744Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:29.744Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:29.744Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:29.744Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-08-18T15:27:29.799Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-08-18T15:27:29.799Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:29.799Z] 1.2.2-dev.13 [2020-08-18T15:27:29.799Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:29.799Z] master [2020-08-18T15:27:29.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:30.302Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:30.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:30.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-18T15:27:30.627Z] 1fc900e1f780: Preparing [2020-08-18T15:27:30.627Z] 87cb7a3a7ba7: Preparing [2020-08-18T15:27:30.627Z] 910d856a51dc: Preparing [2020-08-18T15:27:30.627Z] ed4a027e0edd: Preparing [2020-08-18T15:27:30.627Z] 6e57a4fafbe2: Preparing [2020-08-18T15:27:30.627Z] 2f4765c2a9d3: Preparing [2020-08-18T15:27:30.627Z] 2f4765c2a9d3: Waiting [2020-08-18T15:27:30.897Z] 910d856a51dc: Pushed [2020-08-18T15:27:30.897Z] 1fc900e1f780: Pushed [2020-08-18T15:27:30.897Z] 6e57a4fafbe2: Pushed [2020-08-18T15:27:30.897Z] ed4a027e0edd: Pushed [2020-08-18T15:27:31.165Z] 2f4765c2a9d3: Pushed [2020-08-18T15:27:33.758Z] 87cb7a3a7ba7: Pushed [2020-08-18T15:27:33.758Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:a5f3504a0496df754f3217202c454e52ab0489b628660030d629744953d926c2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:34.084Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:34.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:34.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-18T15:27:34.407Z] 1fc900e1f780: Preparing [2020-08-18T15:27:34.407Z] 87cb7a3a7ba7: Preparing [2020-08-18T15:27:34.407Z] 910d856a51dc: Preparing [2020-08-18T15:27:34.407Z] ed4a027e0edd: Preparing [2020-08-18T15:27:34.407Z] 6e57a4fafbe2: Preparing [2020-08-18T15:27:34.407Z] 2f4765c2a9d3: Preparing [2020-08-18T15:27:34.407Z] 2f4765c2a9d3: Waiting [2020-08-18T15:27:34.407Z] 87cb7a3a7ba7: Layer already exists [2020-08-18T15:27:34.407Z] 6e57a4fafbe2: Layer already exists [2020-08-18T15:27:34.407Z] 910d856a51dc: Layer already exists [2020-08-18T15:27:34.407Z] ed4a027e0edd: Layer already exists [2020-08-18T15:27:34.407Z] 1fc900e1f780: Layer already exists [2020-08-18T15:27:34.407Z] 2f4765c2a9d3: Layer already exists [2020-08-18T15:27:34.676Z] 1.2.2-dev.13: digest: sha256:a5f3504a0496df754f3217202c454e52ab0489b628660030d629744953d926c2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:35.018Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:35.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:35.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-18T15:27:35.343Z] 1fc900e1f780: Preparing [2020-08-18T15:27:35.343Z] 87cb7a3a7ba7: Preparing [2020-08-18T15:27:35.343Z] 910d856a51dc: Preparing [2020-08-18T15:27:35.343Z] ed4a027e0edd: Preparing [2020-08-18T15:27:35.343Z] 6e57a4fafbe2: Preparing [2020-08-18T15:27:35.343Z] 2f4765c2a9d3: Preparing [2020-08-18T15:27:35.343Z] 2f4765c2a9d3: Waiting [2020-08-18T15:27:35.343Z] 87cb7a3a7ba7: Layer already exists [2020-08-18T15:27:35.343Z] 910d856a51dc: Layer already exists [2020-08-18T15:27:35.343Z] ed4a027e0edd: Layer already exists [2020-08-18T15:27:35.343Z] 6e57a4fafbe2: Layer already exists [2020-08-18T15:27:35.343Z] 1fc900e1f780: Layer already exists [2020-08-18T15:27:35.343Z] 2f4765c2a9d3: Layer already exists [2020-08-18T15:27:35.614Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:a5f3504a0496df754f3217202c454e52ab0489b628660030d629744953d926c2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:35.962Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:36.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-08-18T15:27:36.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-18T15:27:36.302Z] 1fc900e1f780: Preparing [2020-08-18T15:27:36.302Z] 87cb7a3a7ba7: Preparing [2020-08-18T15:27:36.302Z] 910d856a51dc: Preparing [2020-08-18T15:27:36.302Z] ed4a027e0edd: Preparing [2020-08-18T15:27:36.302Z] 6e57a4fafbe2: Preparing [2020-08-18T15:27:36.302Z] 2f4765c2a9d3: Preparing [2020-08-18T15:27:36.302Z] 2f4765c2a9d3: Waiting [2020-08-18T15:27:36.302Z] ed4a027e0edd: Layer already exists [2020-08-18T15:27:36.302Z] 910d856a51dc: Layer already exists [2020-08-18T15:27:36.302Z] 87cb7a3a7ba7: Layer already exists [2020-08-18T15:27:36.302Z] 6e57a4fafbe2: Layer already exists [2020-08-18T15:27:36.302Z] 1fc900e1f780: Layer already exists [2020-08-18T15:27:36.302Z] 2f4765c2a9d3: Layer already exists [2020-08-18T15:27:36.581Z] master: digest: sha256:a5f3504a0496df754f3217202c454e52ab0489b628660030d629744953d926c2 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:27:36.865Z] ===================================================== [Pipeline] echo [2020-08-18T15:27:36.907Z] taggedImages: [2020-08-18T15:27:36.907Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:36.907Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:36.907Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:36.907Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-08-18T15:27:36.962Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-08-18T15:27:36.962Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:36.962Z] 1.2.2-dev.13 [2020-08-18T15:27:36.962Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:36.962Z] master [2020-08-18T15:27:36.962Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:37.453Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:37.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:37.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-18T15:27:37.785Z] f9bdc871a76a: Preparing [2020-08-18T15:27:37.785Z] 7c3f4c5b83e2: Preparing [2020-08-18T15:27:37.785Z] a9fe91207a0c: Preparing [2020-08-18T15:27:38.054Z] a9fe91207a0c: Pushed [2020-08-18T15:27:38.054Z] f9bdc871a76a: Pushed [2020-08-18T15:27:41.412Z] 7c3f4c5b83e2: Pushed [2020-08-18T15:27:41.412Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:f74028f866d68567b9d5e3b7040359ec1ec7ca802d976832e379c42d22e65d45 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:41.740Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:42.065Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:42.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-18T15:27:42.065Z] f9bdc871a76a: Preparing [2020-08-18T15:27:42.065Z] 7c3f4c5b83e2: Preparing [2020-08-18T15:27:42.066Z] a9fe91207a0c: Preparing [2020-08-18T15:27:42.066Z] a9fe91207a0c: Layer already exists [2020-08-18T15:27:42.066Z] f9bdc871a76a: Layer already exists [2020-08-18T15:27:42.066Z] 7c3f4c5b83e2: Layer already exists [2020-08-18T15:27:42.335Z] 1.2.2-dev.13: digest: sha256:f74028f866d68567b9d5e3b7040359ec1ec7ca802d976832e379c42d22e65d45 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:42.665Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:42.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:42.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-18T15:27:42.989Z] f9bdc871a76a: Preparing [2020-08-18T15:27:42.989Z] 7c3f4c5b83e2: Preparing [2020-08-18T15:27:42.989Z] a9fe91207a0c: Preparing [2020-08-18T15:27:43.257Z] 7c3f4c5b83e2: Layer already exists [2020-08-18T15:27:43.257Z] f9bdc871a76a: Layer already exists [2020-08-18T15:27:43.257Z] a9fe91207a0c: Layer already exists [2020-08-18T15:27:43.257Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:f74028f866d68567b9d5e3b7040359ec1ec7ca802d976832e379c42d22e65d45 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:43.586Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:43.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-08-18T15:27:43.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-18T15:27:43.911Z] f9bdc871a76a: Preparing [2020-08-18T15:27:43.911Z] 7c3f4c5b83e2: Preparing [2020-08-18T15:27:43.911Z] a9fe91207a0c: Preparing [2020-08-18T15:27:43.911Z] a9fe91207a0c: Layer already exists [2020-08-18T15:27:43.911Z] 7c3f4c5b83e2: Layer already exists [2020-08-18T15:27:43.911Z] f9bdc871a76a: Layer already exists [2020-08-18T15:27:44.179Z] master: digest: sha256:f74028f866d68567b9d5e3b7040359ec1ec7ca802d976832e379c42d22e65d45 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:27:44.382Z] ===================================================== [Pipeline] echo [2020-08-18T15:27:44.425Z] taggedImages: [2020-08-18T15:27:44.425Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:44.425Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:44.425Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:44.425Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-08-18T15:27:44.483Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-08-18T15:27:44.483Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:44.483Z] 1.2.2-dev.13 [2020-08-18T15:27:44.483Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:44.483Z] master [2020-08-18T15:27:44.483Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:45.064Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:45.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:27:45.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-18T15:27:45.391Z] bed0d18ece00: Preparing [2020-08-18T15:27:45.391Z] 133a4384a0e6: Preparing [2020-08-18T15:27:45.391Z] 424ef6bf1ea2: Preparing [2020-08-18T15:27:45.391Z] 7026a0d8e081: Preparing [2020-08-18T15:27:45.391Z] bbcf67e94d7b: Preparing [2020-08-18T15:27:45.391Z] 4e1b23a4cf30: Preparing [2020-08-18T15:27:45.391Z] 22c38cd96005: Preparing [2020-08-18T15:27:45.391Z] dcafda8adff7: Preparing [2020-08-18T15:27:45.391Z] 48d9eb58abf3: Preparing [2020-08-18T15:27:45.391Z] e5de615b7841: Preparing [2020-08-18T15:27:45.391Z] b0d752909cf9: Preparing [2020-08-18T15:27:45.391Z] 94fdc660876c: Preparing [2020-08-18T15:27:45.391Z] 4e7279dfc0c0: Preparing [2020-08-18T15:27:45.392Z] e2f13739ad41: Preparing [2020-08-18T15:27:45.392Z] 48d9eb58abf3: Waiting [2020-08-18T15:27:45.392Z] e5de615b7841: Waiting [2020-08-18T15:27:45.392Z] b0d752909cf9: Waiting [2020-08-18T15:27:45.392Z] 94fdc660876c: Waiting [2020-08-18T15:27:45.392Z] 4e7279dfc0c0: Waiting [2020-08-18T15:27:45.392Z] e2f13739ad41: Waiting [2020-08-18T15:27:45.392Z] 4e1b23a4cf30: Waiting [2020-08-18T15:27:45.392Z] 22c38cd96005: Waiting [2020-08-18T15:27:45.986Z] bbcf67e94d7b: Pushed [2020-08-18T15:27:45.986Z] bed0d18ece00: Pushed [2020-08-18T15:27:46.597Z] 7026a0d8e081: Pushed [2020-08-18T15:27:46.597Z] dcafda8adff7: Layer already exists [2020-08-18T15:27:46.597Z] 22c38cd96005: Pushed [2020-08-18T15:27:46.597Z] e5de615b7841: Layer already exists [2020-08-18T15:27:46.597Z] 48d9eb58abf3: Layer already exists [2020-08-18T15:27:46.870Z] 94fdc660876c: Layer already exists [2020-08-18T15:27:46.870Z] b0d752909cf9: Layer already exists [2020-08-18T15:27:46.870Z] e2f13739ad41: Layer already exists [2020-08-18T15:27:46.870Z] 4e7279dfc0c0: Layer already exists [2020-08-18T15:27:47.461Z] 133a4384a0e6: Pushed [2020-08-18T15:27:48.883Z] 4e1b23a4cf30: Pushed [2020-08-18T15:27:57.107Z] 424ef6bf1ea2: Pushed [2020-08-18T15:27:57.376Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf: digest: sha256:5f103ac1b83b8ae89647161713b06f258b529a04b8615de29f8496a14dd8bf48 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:57.705Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:58.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.13 [2020-08-18T15:27:58.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-18T15:27:58.027Z] bed0d18ece00: Preparing [2020-08-18T15:27:58.027Z] 133a4384a0e6: Preparing [2020-08-18T15:27:58.027Z] 424ef6bf1ea2: Preparing [2020-08-18T15:27:58.027Z] 7026a0d8e081: Preparing [2020-08-18T15:27:58.027Z] bbcf67e94d7b: Preparing [2020-08-18T15:27:58.027Z] 4e1b23a4cf30: Preparing [2020-08-18T15:27:58.027Z] 22c38cd96005: Preparing [2020-08-18T15:27:58.027Z] dcafda8adff7: Preparing [2020-08-18T15:27:58.027Z] 48d9eb58abf3: Preparing [2020-08-18T15:27:58.027Z] e5de615b7841: Preparing [2020-08-18T15:27:58.027Z] b0d752909cf9: Preparing [2020-08-18T15:27:58.027Z] 94fdc660876c: Preparing [2020-08-18T15:27:58.027Z] 4e7279dfc0c0: Preparing [2020-08-18T15:27:58.027Z] e2f13739ad41: Preparing [2020-08-18T15:27:58.027Z] 4e1b23a4cf30: Waiting [2020-08-18T15:27:58.027Z] 22c38cd96005: Waiting [2020-08-18T15:27:58.027Z] dcafda8adff7: Waiting [2020-08-18T15:27:58.027Z] e5de615b7841: Waiting [2020-08-18T15:27:58.027Z] 48d9eb58abf3: Waiting [2020-08-18T15:27:58.027Z] b0d752909cf9: Waiting [2020-08-18T15:27:58.027Z] 94fdc660876c: Waiting [2020-08-18T15:27:58.027Z] e2f13739ad41: Waiting [2020-08-18T15:27:58.027Z] 4e7279dfc0c0: Waiting [2020-08-18T15:27:58.298Z] bbcf67e94d7b: Layer already exists [2020-08-18T15:27:58.298Z] 7026a0d8e081: Layer already exists [2020-08-18T15:27:58.298Z] 424ef6bf1ea2: Layer already exists [2020-08-18T15:27:58.298Z] 133a4384a0e6: Layer already exists [2020-08-18T15:27:58.298Z] bed0d18ece00: Layer already exists [2020-08-18T15:27:58.298Z] 22c38cd96005: Layer already exists [2020-08-18T15:27:58.298Z] 4e1b23a4cf30: Layer already exists [2020-08-18T15:27:58.298Z] e5de615b7841: Layer already exists [2020-08-18T15:27:58.298Z] dcafda8adff7: Layer already exists [2020-08-18T15:27:58.298Z] 48d9eb58abf3: Layer already exists [2020-08-18T15:27:58.298Z] 94fdc660876c: Layer already exists [2020-08-18T15:27:58.298Z] b0d752909cf9: Layer already exists [2020-08-18T15:27:58.298Z] 4e7279dfc0c0: Layer already exists [2020-08-18T15:27:58.298Z] e2f13739ad41: Layer already exists [2020-08-18T15:27:58.298Z] 1.2.2-dev.13: digest: sha256:5f103ac1b83b8ae89647161713b06f258b529a04b8615de29f8496a14dd8bf48 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:58.626Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:58.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:27:58.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-18T15:27:58.976Z] bed0d18ece00: Preparing [2020-08-18T15:27:58.976Z] 133a4384a0e6: Preparing [2020-08-18T15:27:58.976Z] 424ef6bf1ea2: Preparing [2020-08-18T15:27:58.976Z] 7026a0d8e081: Preparing [2020-08-18T15:27:58.976Z] bbcf67e94d7b: Preparing [2020-08-18T15:27:58.976Z] 4e1b23a4cf30: Preparing [2020-08-18T15:27:58.976Z] 22c38cd96005: Preparing [2020-08-18T15:27:58.976Z] dcafda8adff7: Preparing [2020-08-18T15:27:58.976Z] 48d9eb58abf3: Preparing [2020-08-18T15:27:58.976Z] e5de615b7841: Preparing [2020-08-18T15:27:58.976Z] b0d752909cf9: Preparing [2020-08-18T15:27:58.976Z] 94fdc660876c: Preparing [2020-08-18T15:27:58.976Z] 4e7279dfc0c0: Preparing [2020-08-18T15:27:58.976Z] e2f13739ad41: Preparing [2020-08-18T15:27:58.976Z] dcafda8adff7: Waiting [2020-08-18T15:27:58.976Z] 48d9eb58abf3: Waiting [2020-08-18T15:27:58.976Z] e5de615b7841: Waiting [2020-08-18T15:27:58.976Z] b0d752909cf9: Waiting [2020-08-18T15:27:58.976Z] 94fdc660876c: Waiting [2020-08-18T15:27:58.976Z] 4e7279dfc0c0: Waiting [2020-08-18T15:27:58.976Z] e2f13739ad41: Waiting [2020-08-18T15:27:58.976Z] 4e1b23a4cf30: Waiting [2020-08-18T15:27:58.976Z] 22c38cd96005: Waiting [2020-08-18T15:27:59.252Z] 424ef6bf1ea2: Layer already exists [2020-08-18T15:27:59.252Z] bbcf67e94d7b: Layer already exists [2020-08-18T15:27:59.252Z] 7026a0d8e081: Layer already exists [2020-08-18T15:27:59.252Z] bed0d18ece00: Layer already exists [2020-08-18T15:27:59.252Z] 133a4384a0e6: Layer already exists [2020-08-18T15:27:59.252Z] 22c38cd96005: Layer already exists [2020-08-18T15:27:59.252Z] 48d9eb58abf3: Layer already exists [2020-08-18T15:27:59.252Z] e5de615b7841: Layer already exists [2020-08-18T15:27:59.252Z] 4e1b23a4cf30: Layer already exists [2020-08-18T15:27:59.252Z] dcafda8adff7: Layer already exists [2020-08-18T15:27:59.252Z] b0d752909cf9: Layer already exists [2020-08-18T15:27:59.252Z] 94fdc660876c: Layer already exists [2020-08-18T15:27:59.252Z] 4e7279dfc0c0: Layer already exists [2020-08-18T15:27:59.252Z] e2f13739ad41: Layer already exists [2020-08-18T15:27:59.252Z] 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13: digest: sha256:5f103ac1b83b8ae89647161713b06f258b529a04b8615de29f8496a14dd8bf48 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:59.594Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:27:59.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-08-18T15:27:59.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-18T15:27:59.930Z] bed0d18ece00: Preparing [2020-08-18T15:27:59.930Z] 133a4384a0e6: Preparing [2020-08-18T15:27:59.930Z] 424ef6bf1ea2: Preparing [2020-08-18T15:27:59.930Z] 7026a0d8e081: Preparing [2020-08-18T15:27:59.930Z] bbcf67e94d7b: Preparing [2020-08-18T15:27:59.930Z] 4e1b23a4cf30: Preparing [2020-08-18T15:27:59.930Z] 22c38cd96005: Preparing [2020-08-18T15:27:59.930Z] dcafda8adff7: Preparing [2020-08-18T15:27:59.930Z] 48d9eb58abf3: Preparing [2020-08-18T15:27:59.930Z] e5de615b7841: Preparing [2020-08-18T15:27:59.930Z] b0d752909cf9: Preparing [2020-08-18T15:27:59.930Z] 94fdc660876c: Preparing [2020-08-18T15:27:59.930Z] 4e7279dfc0c0: Preparing [2020-08-18T15:27:59.930Z] e2f13739ad41: Preparing [2020-08-18T15:27:59.930Z] 48d9eb58abf3: Waiting [2020-08-18T15:27:59.930Z] 22c38cd96005: Waiting [2020-08-18T15:27:59.930Z] dcafda8adff7: Waiting [2020-08-18T15:27:59.930Z] e5de615b7841: Waiting [2020-08-18T15:27:59.930Z] 4e7279dfc0c0: Waiting [2020-08-18T15:27:59.930Z] e2f13739ad41: Waiting [2020-08-18T15:27:59.930Z] b0d752909cf9: Waiting [2020-08-18T15:27:59.930Z] 94fdc660876c: Waiting [2020-08-18T15:27:59.930Z] 4e1b23a4cf30: Waiting [2020-08-18T15:28:00.202Z] 7026a0d8e081: Layer already exists [2020-08-18T15:28:00.202Z] bed0d18ece00: Layer already exists [2020-08-18T15:28:00.202Z] bbcf67e94d7b: Layer already exists [2020-08-18T15:28:00.202Z] 133a4384a0e6: Layer already exists [2020-08-18T15:28:00.202Z] 424ef6bf1ea2: Layer already exists [2020-08-18T15:28:00.202Z] 22c38cd96005: Layer already exists [2020-08-18T15:28:00.202Z] dcafda8adff7: Layer already exists [2020-08-18T15:28:00.202Z] 48d9eb58abf3: Layer already exists [2020-08-18T15:28:00.202Z] e5de615b7841: Layer already exists [2020-08-18T15:28:00.202Z] 4e1b23a4cf30: Layer already exists [2020-08-18T15:28:00.202Z] 94fdc660876c: Layer already exists [2020-08-18T15:28:00.202Z] b0d752909cf9: Layer already exists [2020-08-18T15:28:00.202Z] e2f13739ad41: Layer already exists [2020-08-18T15:28:00.202Z] 4e7279dfc0c0: Layer already exists [2020-08-18T15:28:00.202Z] master: digest: sha256:5f103ac1b83b8ae89647161713b06f258b529a04b8615de29f8496a14dd8bf48 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-18T15:28:00.489Z] ===================================================== [Pipeline] echo [2020-08-18T15:28:00.534Z] taggedImages: [2020-08-18T15:28:00.534Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:28:00.534Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.13 [2020-08-18T15:28:00.534Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf-1.2.2-dev.13 [2020-08-18T15:28:00.534Z] - 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-08-18T15:28:02.283Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-18T15:28:02.284Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-18T15:28:02.333Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:28:02.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-18T15:28:02.704Z] [2020-08-18T15:28:02.704Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:28:03.074Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-18T15:28:03.074Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-18T15:28:03.074Z] cbdbe7a5bc2a: Already exists [2020-08-18T15:28:03.075Z] 408f87550127: Pulling fs layer [2020-08-18T15:28:03.075Z] fe522b08c979: Pulling fs layer [2020-08-18T15:28:03.075Z] 221eaa008020: Pulling fs layer [2020-08-18T15:28:03.075Z] 2a4607e5d6b9: Pulling fs layer [2020-08-18T15:28:03.075Z] 8f79b27c4fd2: Pulling fs layer [2020-08-18T15:28:03.075Z] e5c8dbe1645b: Pulling fs layer [2020-08-18T15:28:03.075Z] 23e8b3b47431: Pulling fs layer [2020-08-18T15:28:03.075Z] 5c568d65a230: Pulling fs layer [2020-08-18T15:28:03.075Z] 8f79b27c4fd2: Waiting [2020-08-18T15:28:03.075Z] e5c8dbe1645b: Waiting [2020-08-18T15:28:03.075Z] 2a4607e5d6b9: Waiting [2020-08-18T15:28:03.075Z] 23e8b3b47431: Waiting [2020-08-18T15:28:03.075Z] fe522b08c979: Verifying Checksum [2020-08-18T15:28:03.075Z] fe522b08c979: Download complete [2020-08-18T15:28:03.075Z] 408f87550127: Download complete [2020-08-18T15:28:03.075Z] 2a4607e5d6b9: Verifying Checksum [2020-08-18T15:28:03.075Z] 2a4607e5d6b9: Download complete [2020-08-18T15:28:03.075Z] 8f79b27c4fd2: Verifying Checksum [2020-08-18T15:28:03.075Z] 8f79b27c4fd2: Download complete [2020-08-18T15:28:03.351Z] e5c8dbe1645b: Verifying Checksum [2020-08-18T15:28:03.351Z] e5c8dbe1645b: Download complete [2020-08-18T15:28:03.351Z] 408f87550127: Pull complete [2020-08-18T15:28:03.718Z] fe522b08c979: Pull complete [2020-08-18T15:28:03.982Z] 23e8b3b47431: Verifying Checksum [2020-08-18T15:28:03.982Z] 23e8b3b47431: Download complete [2020-08-18T15:28:03.982Z] 5c568d65a230: Download complete [2020-08-18T15:28:04.554Z] 221eaa008020: Verifying Checksum [2020-08-18T15:28:04.554Z] 221eaa008020: Download complete [2020-08-18T15:28:11.150Z] 221eaa008020: Pull complete [2020-08-18T15:28:11.150Z] 2a4607e5d6b9: Pull complete [2020-08-18T15:28:11.150Z] 8f79b27c4fd2: Pull complete [2020-08-18T15:28:13.693Z] e5c8dbe1645b: Pull complete [2020-08-18T15:28:17.893Z] 23e8b3b47431: Pull complete [2020-08-18T15:28:19.276Z] 5c568d65a230: Pull complete [2020-08-18T15:28:19.276Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-18T15:28:19.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-18T15:28:19.276Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-18T15:28:19.475Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:28:19.518Z] $ 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/125:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-18T15:28:20.787Z] $ docker top 03b698845d8f29078bd1640f1d8f557895c019cab923ceebec9c08d42f108e79 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T15:28:21.368Z] + snyk monitor '--org=edgex-jenkins' [2020-08-18T15:28:36.274Z] [2020-08-18T15:28:36.274Z] Monitoring /w/workspace/edgex-go/125 (github.com/edgexfoundry/edgex-go)... [2020-08-18T15:28:36.274Z] [2020-08-18T15:28:36.274Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/4dc8c40b-15de-4056-932c-cc06815ae032 [2020-08-18T15:28:36.274Z] [2020-08-18T15:28:36.275Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-18T15:28:36.275Z] [2020-08-18T15:28:36.275Z] [2020-08-18T15:28:36.275Z] Snyk CLI supports Node.js 8 and higher. [2020-08-18T15:28:36.275Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-18T15:28:36.275Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-18T15:28:36.275Z] [2020-08-18T15:28:36.275Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-18T15:28:36.275Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-18T15:28:36.282Z] $ docker stop --time=1 03b698845d8f29078bd1640f1d8f557895c019cab923ceebec9c08d42f108e79 [2020-08-18T15:28:39.729Z] $ docker rm -f 03b698845d8f29078bd1640f1d8f557895c019cab923ceebec9c08d42f108e79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:28:41.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:28:41.496Z] [2020-08-18T15:28:41.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:28:41.847Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:28:41.847Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-18T15:28:41.847Z] e7c96db7181b: Pulling fs layer [2020-08-18T15:28:41.847Z] 1868ca2cb446: Pulling fs layer [2020-08-18T15:28:41.847Z] 136be5d0fe8e: Pulling fs layer [2020-08-18T15:28:41.847Z] 894bfe63afcb: Pulling fs layer [2020-08-18T15:28:41.847Z] 894bfe63afcb: Waiting [2020-08-18T15:28:41.847Z] 1868ca2cb446: Verifying Checksum [2020-08-18T15:28:41.847Z] 1868ca2cb446: Download complete [2020-08-18T15:28:41.847Z] 136be5d0fe8e: Verifying Checksum [2020-08-18T15:28:41.847Z] 136be5d0fe8e: Download complete [2020-08-18T15:28:41.847Z] e7c96db7181b: Verifying Checksum [2020-08-18T15:28:41.847Z] e7c96db7181b: Download complete [2020-08-18T15:28:41.847Z] 894bfe63afcb: Verifying Checksum [2020-08-18T15:28:42.107Z] e7c96db7181b: Pull complete [2020-08-18T15:28:42.368Z] 1868ca2cb446: Pull complete [2020-08-18T15:28:42.632Z] 136be5d0fe8e: Pull complete [2020-08-18T15:28:42.892Z] 894bfe63afcb: Pull complete [2020-08-18T15:28:42.892Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-18T15:28:42.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:28:42.892Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-18T15:28:42.990Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:28:43.027Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:28:44.088Z] $ docker top 7561e84aff402e97f46e140c531c65e88e952a47ae7b55ea580410cfaddcba5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:28:44.614Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:28:44.614Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:28:47.338Z] $ docker stop --time=1 7561e84aff402e97f46e140c531c65e88e952a47ae7b55ea580410cfaddcba5f [2020-08-18T15:28:48.688Z] $ docker rm -f 7561e84aff402e97f46e140c531c65e88e952a47ae7b55ea580410cfaddcba5f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:28:49.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:28:49.175Z] . [Pipeline] withDockerContainer [2020-08-18T15:28:49.266Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:28:49.300Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:28:49.951Z] $ docker top f6cf4305ec9aa96972ea96c0b2c477e1aa63eab565ae7c97435856bdb3fc3b8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:28:50.528Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:28:50.528Z] + tee [2020-08-18T15:28:50.528Z] clair timeout 1m0s [2020-08-18T15:28:50.528Z] docker timeout: 1m0s [2020-08-18T15:28:50.528Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:28:51.187Z] $ docker stop --time=1 f6cf4305ec9aa96972ea96c0b2c477e1aa63eab565ae7c97435856bdb3fc3b8e [2020-08-18T15:28:52.532Z] $ docker rm -f f6cf4305ec9aa96972ea96c0b2c477e1aa63eab565ae7c97435856bdb3fc3b8e [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:28:53.009Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:28:53.021Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-core-command-go_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:28:53.070Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:28:53.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:28:53.462Z] . [Pipeline] withDockerContainer [2020-08-18T15:28:53.553Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:28:53.589Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:28:54.282Z] $ docker top 67d557863e640f73c66177c76c9498c551f35912fd793aec0b828aaa781067f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:28:54.810Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:28:54.810Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:29:00.248Z] $ docker stop --time=1 67d557863e640f73c66177c76c9498c551f35912fd793aec0b828aaa781067f4 [2020-08-18T15:29:01.655Z] $ docker rm -f 67d557863e640f73c66177c76c9498c551f35912fd793aec0b828aaa781067f4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:29:02.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:29:02.134Z] . [Pipeline] withDockerContainer [2020-08-18T15:29:02.254Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:29:02.330Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:29:02.960Z] $ docker top a1c999621b163a8cb5abad23d6b2e71e7a702c4907b9b1c3d4970dcb51ede5c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:29:03.473Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:29:03.473Z] + tee [2020-08-18T15:29:03.473Z] clair timeout 1m0s [2020-08-18T15:29:03.473Z] docker timeout: 1m0s [2020-08-18T15:29:03.473Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:29:04.514Z] $ docker stop --time=1 a1c999621b163a8cb5abad23d6b2e71e7a702c4907b9b1c3d4970dcb51ede5c3 [2020-08-18T15:29:05.869Z] $ docker rm -f a1c999621b163a8cb5abad23d6b2e71e7a702c4907b9b1c3d4970dcb51ede5c3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:29:06.329Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:29:06.341Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-core-data-go_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:29:06.401Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:29:06.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:29:06.739Z] . [Pipeline] withDockerContainer [2020-08-18T15:29:06.837Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:29:06.877Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:29:07.465Z] $ docker top e1efda8bde6fc537d03872b4e7772b39ca7b1e924c84927b2db05392b72dc15f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:29:07.974Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:29:07.974Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:29:10.738Z] $ docker stop --time=1 e1efda8bde6fc537d03872b4e7772b39ca7b1e924c84927b2db05392b72dc15f [2020-08-18T15:29:12.122Z] $ docker rm -f e1efda8bde6fc537d03872b4e7772b39ca7b1e924c84927b2db05392b72dc15f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:29:12.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:29:12.595Z] . [Pipeline] withDockerContainer [2020-08-18T15:29:12.686Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:29:12.720Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:29:13.373Z] $ docker top 3c30bcff8e884852cf27d8bcae6cc0cef96f18637c382dd13a889381b602f278 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:29:13.891Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:29:13.891Z] + tee [2020-08-18T15:29:13.891Z] clair timeout 1m0s [2020-08-18T15:29:13.891Z] docker timeout: 1m0s [2020-08-18T15:29:13.891Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:29:14.559Z] $ docker stop --time=1 3c30bcff8e884852cf27d8bcae6cc0cef96f18637c382dd13a889381b602f278 [2020-08-18T15:29:15.930Z] $ docker rm -f 3c30bcff8e884852cf27d8bcae6cc0cef96f18637c382dd13a889381b602f278 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:29:16.408Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:29:16.424Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-core-metadata-go_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:29:16.474Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:29:16.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:29:16.822Z] . [Pipeline] withDockerContainer [2020-08-18T15:29:16.914Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:29:16.977Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:29:17.667Z] $ docker top e232de6cc7dfcf6584cd3f9e9928e56cca43bad3c5589f530228f67c898a33d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:29:18.308Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:29:18.308Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:29:22.646Z] $ docker stop --time=1 e232de6cc7dfcf6584cd3f9e9928e56cca43bad3c5589f530228f67c898a33d3 [2020-08-18T15:29:24.028Z] $ docker rm -f e232de6cc7dfcf6584cd3f9e9928e56cca43bad3c5589f530228f67c898a33d3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:29:24.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:29:24.489Z] . [Pipeline] withDockerContainer [2020-08-18T15:29:24.587Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:29:24.632Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:29:25.292Z] $ docker top 9cffac1c3ea401f49d6e43a7b09f5b4b7448351c626f3a30358c11798241d240 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:29:25.813Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:29:25.813Z] + tee [2020-08-18T15:29:25.813Z] clair timeout 1m0s [2020-08-18T15:29:25.813Z] docker timeout: 1m0s [2020-08-18T15:29:25.813Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:29:26.473Z] $ docker stop --time=1 9cffac1c3ea401f49d6e43a7b09f5b4b7448351c626f3a30358c11798241d240 [2020-08-18T15:29:27.811Z] $ docker rm -f 9cffac1c3ea401f49d6e43a7b09f5b4b7448351c626f3a30358c11798241d240 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:29:28.295Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:29:28.307Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-security-proxy-setup-go_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:29:28.355Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:29:28.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:29:28.697Z] . [Pipeline] withDockerContainer [2020-08-18T15:29:28.790Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:29:28.827Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:29:29.635Z] $ docker top 588d07c59d47d9fa3c68c31cc2a745b3672ba8217efa17061404015fde4c058b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:29:30.142Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:29:30.142Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:29:38.473Z] $ docker stop --time=1 588d07c59d47d9fa3c68c31cc2a745b3672ba8217efa17061404015fde4c058b [2020-08-18T15:29:39.812Z] $ docker rm -f 588d07c59d47d9fa3c68c31cc2a745b3672ba8217efa17061404015fde4c058b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:29:40.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:29:40.285Z] . [Pipeline] withDockerContainer [2020-08-18T15:29:40.379Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:29:40.414Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:29:41.056Z] $ docker top e3094c9a9e5798a4fcaa4a675146c98225759360f69cb7a0e86318be870b8e1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:29:41.702Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:29:41.702Z] + tee [2020-08-18T15:29:41.702Z] clair timeout 1m0s [2020-08-18T15:29:41.702Z] docker timeout: 1m0s [2020-08-18T15:29:41.702Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:29:43.174Z] $ docker stop --time=1 e3094c9a9e5798a4fcaa4a675146c98225759360f69cb7a0e86318be870b8e1b [2020-08-18T15:29:44.526Z] $ docker rm -f e3094c9a9e5798a4fcaa4a675146c98225759360f69cb7a0e86318be870b8e1b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:29:44.988Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:29:45.000Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-security-secrets-setup-go_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:29:45.065Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:29:45.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:29:45.392Z] . [Pipeline] withDockerContainer [2020-08-18T15:29:45.485Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:29:45.521Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:29:46.159Z] $ docker top 3556e884b118b02f53b773bcbc15eec7ecbaf9ac68920f97b95a62c31860433a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:29:46.708Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:29:46.708Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:29:55.018Z] $ docker stop --time=1 3556e884b118b02f53b773bcbc15eec7ecbaf9ac68920f97b95a62c31860433a [2020-08-18T15:29:56.741Z] $ docker rm -f 3556e884b118b02f53b773bcbc15eec7ecbaf9ac68920f97b95a62c31860433a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:29:57.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:29:57.212Z] . [Pipeline] withDockerContainer [2020-08-18T15:29:57.306Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:29:57.341Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:29:58.018Z] $ docker top 0089b0ea460d36b5fe1b68915583b3a434e3cf8f281ae2363cd62873e2fdd2bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:29:58.537Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:29:58.538Z] + tee [2020-08-18T15:29:58.538Z] clair timeout 1m0s [2020-08-18T15:29:58.538Z] docker timeout: 1m0s [2020-08-18T15:29:58.538Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:30:00.006Z] $ docker stop --time=1 0089b0ea460d36b5fe1b68915583b3a434e3cf8f281ae2363cd62873e2fdd2bf [2020-08-18T15:30:01.398Z] $ docker rm -f 0089b0ea460d36b5fe1b68915583b3a434e3cf8f281ae2363cd62873e2fdd2bf [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:30:01.877Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:30:01.890Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-security-secretstore-setup-go_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:30:01.938Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:30:02.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:30:02.266Z] . [Pipeline] withDockerContainer [2020-08-18T15:30:02.371Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:30:02.460Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:30:03.064Z] $ docker top d9014219e13711f0c331a9688460ce4bde173b2c4d2f94d91aef08c317aa1a43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:30:03.578Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:30:03.578Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:30:06.999Z] $ docker stop --time=1 d9014219e13711f0c331a9688460ce4bde173b2c4d2f94d91aef08c317aa1a43 [2020-08-18T15:30:08.344Z] $ docker rm -f d9014219e13711f0c331a9688460ce4bde173b2c4d2f94d91aef08c317aa1a43 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:30:08.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:30:08.896Z] . [Pipeline] withDockerContainer [2020-08-18T15:30:08.987Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:30:09.023Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:30:09.662Z] $ docker top 803a6fd6cb0bb7b590f7e96b5e26a5532a3e85b881c0c8f68b15522a86162712 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:30:10.182Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:30:10.182Z] + tee [2020-08-18T15:30:10.182Z] clair timeout 1m0s [2020-08-18T15:30:10.182Z] docker timeout: 1m0s [2020-08-18T15:30:10.182Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:30:10.845Z] $ docker stop --time=1 803a6fd6cb0bb7b590f7e96b5e26a5532a3e85b881c0c8f68b15522a86162712 [2020-08-18T15:30:12.190Z] $ docker rm -f 803a6fd6cb0bb7b590f7e96b5e26a5532a3e85b881c0c8f68b15522a86162712 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:30:12.657Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:30:12.669Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-support-logging-go_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:30:12.745Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:30:13.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:30:13.146Z] . [Pipeline] withDockerContainer [2020-08-18T15:30:13.236Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:30:13.270Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:30:13.909Z] $ docker top a5189fa15c6565f6d9a3355c33a1f186775d1a25406ac0421777401546426f7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:30:14.426Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:30:14.426Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:30:19.867Z] $ docker stop --time=1 a5189fa15c6565f6d9a3355c33a1f186775d1a25406ac0421777401546426f7f [2020-08-18T15:30:21.222Z] $ docker rm -f a5189fa15c6565f6d9a3355c33a1f186775d1a25406ac0421777401546426f7f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:30:21.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:30:21.705Z] . [Pipeline] withDockerContainer [2020-08-18T15:30:21.796Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:30:21.828Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:30:22.488Z] $ docker top e4c2c7b25035e4e4cae29583d62df10fc4bf928f55292abc393a157517d5c65e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:30:23.010Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:30:23.010Z] + tee [2020-08-18T15:30:23.010Z] clair timeout 1m0s [2020-08-18T15:30:23.010Z] docker timeout: 1m0s [2020-08-18T15:30:23.010Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:30:24.042Z] $ docker stop --time=1 e4c2c7b25035e4e4cae29583d62df10fc4bf928f55292abc393a157517d5c65e [2020-08-18T15:30:25.412Z] $ docker rm -f e4c2c7b25035e4e4cae29583d62df10fc4bf928f55292abc393a157517d5c65e [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:30:25.875Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:30:25.886Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-support-notifications-go_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:30:25.932Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:30:26.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:30:26.269Z] . [Pipeline] withDockerContainer [2020-08-18T15:30:26.363Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:30:26.397Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:30:27.188Z] $ docker top fd58e0532c575a4b2f4d1723ead218d25fa55fb6adc4135589f18bb2307a3f39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:30:27.687Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:30:27.687Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:30:30.437Z] $ docker stop --time=1 fd58e0532c575a4b2f4d1723ead218d25fa55fb6adc4135589f18bb2307a3f39 [2020-08-18T15:30:31.791Z] $ docker rm -f fd58e0532c575a4b2f4d1723ead218d25fa55fb6adc4135589f18bb2307a3f39 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:30:32.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:30:32.264Z] . [Pipeline] withDockerContainer [2020-08-18T15:30:32.354Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:30:32.389Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:30:32.967Z] $ docker top 1758400f098a713775fdf861cb0229d0e2e9422771bface31aa596634c386e51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:30:33.466Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:30:33.467Z] + tee [2020-08-18T15:30:33.467Z] clair timeout 1m0s [2020-08-18T15:30:33.467Z] docker timeout: 1m0s [2020-08-18T15:30:33.467Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:30:34.132Z] $ docker stop --time=1 1758400f098a713775fdf861cb0229d0e2e9422771bface31aa596634c386e51 [2020-08-18T15:30:35.499Z] $ docker rm -f 1758400f098a713775fdf861cb0229d0e2e9422771bface31aa596634c386e51 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:30:35.971Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:30:35.983Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-support-scheduler-go_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:30:36.030Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:30:36.354Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:30:36.354Z] . [Pipeline] withDockerContainer [2020-08-18T15:30:36.451Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:30:36.485Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:30:37.063Z] $ docker top eb9755c5dbad9199c0d637547ec5de0347d217cada39cc47d11afec0abcf2b17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:30:37.553Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:30:37.553Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:30:52.641Z] $ docker stop --time=1 eb9755c5dbad9199c0d637547ec5de0347d217cada39cc47d11afec0abcf2b17 [2020-08-18T15:30:54.030Z] $ docker rm -f eb9755c5dbad9199c0d637547ec5de0347d217cada39cc47d11afec0abcf2b17 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:30:54.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:30:54.493Z] . [Pipeline] withDockerContainer [2020-08-18T15:30:54.592Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:30:54.627Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:30:55.326Z] $ docker top cd6c24e102407c67afb803a13c22ec092cfb0e2477058ac534241c7fb5c4b980 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:30:55.863Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:30:55.863Z] + tee [2020-08-18T15:30:55.863Z] clair timeout 1m0s [2020-08-18T15:30:55.863Z] docker timeout: 1m0s [2020-08-18T15:30:55.863Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:30:57.338Z] $ docker stop --time=1 cd6c24e102407c67afb803a13c22ec092cfb0e2477058ac534241c7fb5c4b980 [2020-08-18T15:30:58.697Z] $ docker rm -f cd6c24e102407c67afb803a13c22ec092cfb0e2477058ac534241c7fb5c4b980 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:30:59.190Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:30:59.230Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-sys-mgmt-agent-go_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:30:59.280Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:30:59.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:30:59.632Z] . [Pipeline] withDockerContainer [2020-08-18T15:30:59.724Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:30:59.760Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:31:00.455Z] $ docker top b052d1b0ee751b2d456075a3520b2dc29009a951e3ed2c0d7e1e2822fdf914b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:31:00.989Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:31:00.989Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:31:03.727Z] $ docker stop --time=1 b052d1b0ee751b2d456075a3520b2dc29009a951e3ed2c0d7e1e2822fdf914b5 [2020-08-18T15:31:05.069Z] $ docker rm -f b052d1b0ee751b2d456075a3520b2dc29009a951e3ed2c0d7e1e2822fdf914b5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:31:05.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:31:05.532Z] . [Pipeline] withDockerContainer [2020-08-18T15:31:05.626Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:31:05.669Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:31:06.294Z] $ docker top e45dd43b36f46abe50632183d9a0a29f1fab50a4fe918741b6ba7f3c7b993215 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:31:06.849Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:31:06.849Z] + tee [2020-08-18T15:31:06.849Z] clair timeout 1m0s [2020-08-18T15:31:06.849Z] docker timeout: 1m0s [2020-08-18T15:31:06.849Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:31:07.519Z] $ docker stop --time=1 e45dd43b36f46abe50632183d9a0a29f1fab50a4fe918741b6ba7f3c7b993215 [2020-08-18T15:31:08.863Z] $ docker rm -f e45dd43b36f46abe50632183d9a0a29f1fab50a4fe918741b6ba7f3c7b993215 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:31:09.321Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:31:09.333Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-core-command-go-arm64_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:31:09.383Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:31:09.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:31:09.716Z] . [Pipeline] withDockerContainer [2020-08-18T15:31:09.809Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:31:09.845Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:31:10.510Z] $ docker top 10867252c89c83915e4321add98cff7d5de96ed0ae7d590818f7289cae6255fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:31:11.080Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:31:11.080Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:31:16.623Z] $ docker stop --time=1 10867252c89c83915e4321add98cff7d5de96ed0ae7d590818f7289cae6255fe [2020-08-18T15:31:18.010Z] $ docker rm -f 10867252c89c83915e4321add98cff7d5de96ed0ae7d590818f7289cae6255fe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:31:18.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:31:18.497Z] . [Pipeline] withDockerContainer [2020-08-18T15:31:18.587Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:31:18.626Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:31:19.330Z] $ docker top bea0c8bd2fcc0f2d3175947c4cbcba5e9eda418bd3cf88b611a4789a3fea1185 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:31:19.903Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:31:19.903Z] + tee [2020-08-18T15:31:19.903Z] clair timeout 1m0s [2020-08-18T15:31:19.903Z] docker timeout: 1m0s [2020-08-18T15:31:19.903Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:31:20.941Z] $ docker stop --time=1 bea0c8bd2fcc0f2d3175947c4cbcba5e9eda418bd3cf88b611a4789a3fea1185 [2020-08-18T15:31:22.286Z] $ docker rm -f bea0c8bd2fcc0f2d3175947c4cbcba5e9eda418bd3cf88b611a4789a3fea1185 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:31:22.744Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:31:22.756Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-core-data-go-arm64_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:31:22.808Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:31:23.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:31:23.139Z] . [Pipeline] withDockerContainer [2020-08-18T15:31:23.233Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:31:23.269Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:31:23.890Z] $ docker top b7cda8597b3fd9add36a567074dd1c01eaacb8c71f8938a3098e6019572d1052 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:31:24.406Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:31:24.406Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:31:27.095Z] $ docker stop --time=1 b7cda8597b3fd9add36a567074dd1c01eaacb8c71f8938a3098e6019572d1052 [2020-08-18T15:31:28.434Z] $ docker rm -f b7cda8597b3fd9add36a567074dd1c01eaacb8c71f8938a3098e6019572d1052 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:31:28.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:31:28.942Z] . [Pipeline] withDockerContainer [2020-08-18T15:31:29.054Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:31:29.099Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:31:29.726Z] $ docker top fa3d00d49f744c605f4ef6d507dc5444b8b5d0d583ae5e1d2a44fdeb0e9194f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:31:30.269Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:31:30.269Z] + tee [2020-08-18T15:31:30.269Z] clair timeout 1m0s [2020-08-18T15:31:30.269Z] docker timeout: 1m0s [2020-08-18T15:31:30.269Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:31:31.016Z] $ docker stop --time=1 fa3d00d49f744c605f4ef6d507dc5444b8b5d0d583ae5e1d2a44fdeb0e9194f2 [2020-08-18T15:31:32.364Z] $ docker rm -f fa3d00d49f744c605f4ef6d507dc5444b8b5d0d583ae5e1d2a44fdeb0e9194f2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:31:32.835Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:31:32.847Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-core-metadata-go-arm64_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:31:32.900Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:31:33.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:31:33.238Z] . [Pipeline] withDockerContainer [2020-08-18T15:31:33.348Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:31:33.396Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:31:34.043Z] $ docker top e1e4eb867f2b81cc5f87424f0b4acd48888e5f50de4efb9e24537a91bd41919b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:31:34.575Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:31:34.575Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:31:38.969Z] $ docker stop --time=1 e1e4eb867f2b81cc5f87424f0b4acd48888e5f50de4efb9e24537a91bd41919b [2020-08-18T15:31:40.299Z] $ docker rm -f e1e4eb867f2b81cc5f87424f0b4acd48888e5f50de4efb9e24537a91bd41919b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:31:40.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:31:40.799Z] . [Pipeline] withDockerContainer [2020-08-18T15:31:40.923Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:31:40.971Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:31:41.646Z] $ docker top fa0a06032ff007195b2bbfd913700e70e6412b867c28a1f85897eec8f394307b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:31:42.178Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:31:42.178Z] + tee [2020-08-18T15:31:42.178Z] clair timeout 1m0s [2020-08-18T15:31:42.178Z] docker timeout: 1m0s [2020-08-18T15:31:42.178Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:31:43.228Z] $ docker stop --time=1 fa0a06032ff007195b2bbfd913700e70e6412b867c28a1f85897eec8f394307b [2020-08-18T15:31:44.553Z] $ docker rm -f fa0a06032ff007195b2bbfd913700e70e6412b867c28a1f85897eec8f394307b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:31:45.021Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:31:45.033Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:31:45.078Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:31:45.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:31:45.407Z] . [Pipeline] withDockerContainer [2020-08-18T15:31:45.495Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:31:45.532Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:31:46.091Z] $ docker top 40b4c25ab2a99f97c3aaefeeaa06b70506ac28c6dcc2c8378ae6a44ab838eaa0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:31:46.635Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:31:46.635Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:31:54.953Z] $ docker stop --time=1 40b4c25ab2a99f97c3aaefeeaa06b70506ac28c6dcc2c8378ae6a44ab838eaa0 [2020-08-18T15:31:56.284Z] $ docker rm -f 40b4c25ab2a99f97c3aaefeeaa06b70506ac28c6dcc2c8378ae6a44ab838eaa0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:31:56.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:31:56.752Z] . [Pipeline] withDockerContainer [2020-08-18T15:31:56.840Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:31:56.878Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:31:57.502Z] $ docker top 805e84e2c574f45a0dda53278be26cc44d1d13bb7f5f2800deef59c18e57dabd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:31:58.019Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:31:58.019Z] + tee [2020-08-18T15:31:58.019Z] clair timeout 1m0s [2020-08-18T15:31:58.019Z] docker timeout: 1m0s [2020-08-18T15:31:58.019Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:31:59.506Z] $ docker stop --time=1 805e84e2c574f45a0dda53278be26cc44d1d13bb7f5f2800deef59c18e57dabd [2020-08-18T15:32:00.863Z] $ docker rm -f 805e84e2c574f45a0dda53278be26cc44d1d13bb7f5f2800deef59c18e57dabd [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:32:01.324Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:32:01.339Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:32:01.398Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:32:01.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:32:01.727Z] . [Pipeline] withDockerContainer [2020-08-18T15:32:01.815Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:32:01.846Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:32:02.492Z] $ docker top 5fb5dd096aa8ccca3cf5c27f3483bca73da4484c80ac676068efdc0e169a269c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:32:02.998Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:32:02.998Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:32:11.276Z] $ docker stop --time=1 5fb5dd096aa8ccca3cf5c27f3483bca73da4484c80ac676068efdc0e169a269c [2020-08-18T15:32:12.655Z] $ docker rm -f 5fb5dd096aa8ccca3cf5c27f3483bca73da4484c80ac676068efdc0e169a269c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:32:13.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:32:13.103Z] . [Pipeline] withDockerContainer [2020-08-18T15:32:13.198Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:32:13.248Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:32:13.918Z] $ docker top 0266c7592ac19bd11cf82126661d429e5f04b31df92df94486925434dadfe273 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:32:14.423Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:32:14.423Z] + tee [2020-08-18T15:32:14.423Z] clair timeout 1m0s [2020-08-18T15:32:14.423Z] docker timeout: 1m0s [2020-08-18T15:32:14.423Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:32:15.890Z] $ docker stop --time=1 0266c7592ac19bd11cf82126661d429e5f04b31df92df94486925434dadfe273 [2020-08-18T15:32:17.266Z] $ docker rm -f 0266c7592ac19bd11cf82126661d429e5f04b31df92df94486925434dadfe273 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:32:17.721Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:32:17.733Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:32:17.779Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:32:18.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:32:18.113Z] . [Pipeline] withDockerContainer [2020-08-18T15:32:18.209Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:32:18.256Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:32:18.842Z] $ docker top a41b0690fbb41f700ba9b7202cc61d492ada4aec16108097dff82acaf331ce31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:32:19.369Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:32:19.369Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:32:22.793Z] $ docker stop --time=1 a41b0690fbb41f700ba9b7202cc61d492ada4aec16108097dff82acaf331ce31 [2020-08-18T15:32:24.140Z] $ docker rm -f a41b0690fbb41f700ba9b7202cc61d492ada4aec16108097dff82acaf331ce31 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:32:24.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:32:24.601Z] . [Pipeline] withDockerContainer [2020-08-18T15:32:24.690Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:32:24.744Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:32:25.394Z] $ docker top ce0fba36ddce3752e69d86547916801a32ac938afb590fa0a84cbe813b8a0b20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:32:25.926Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:32:25.926Z] + tee [2020-08-18T15:32:25.926Z] clair timeout 1m0s [2020-08-18T15:32:25.926Z] docker timeout: 1m0s [2020-08-18T15:32:25.926Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:32:26.588Z] $ docker stop --time=1 ce0fba36ddce3752e69d86547916801a32ac938afb590fa0a84cbe813b8a0b20 [2020-08-18T15:32:28.281Z] $ docker rm -f ce0fba36ddce3752e69d86547916801a32ac938afb590fa0a84cbe813b8a0b20 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:32:28.766Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:32:28.778Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-support-logging-go-arm64_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:32:28.831Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:32:29.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:32:29.159Z] . [Pipeline] withDockerContainer [2020-08-18T15:32:29.246Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:32:29.280Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:32:29.919Z] $ docker top 5aee65a24d84f5638f230c07da8b6bb41d22081439a500a2d2daa7f886679881 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:32:30.503Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:32:30.503Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:32:35.952Z] $ docker stop --time=1 5aee65a24d84f5638f230c07da8b6bb41d22081439a500a2d2daa7f886679881 [2020-08-18T15:32:37.285Z] $ docker rm -f 5aee65a24d84f5638f230c07da8b6bb41d22081439a500a2d2daa7f886679881 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:32:37.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:32:37.757Z] . [Pipeline] withDockerContainer [2020-08-18T15:32:37.848Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:32:37.926Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:32:38.603Z] $ docker top 49ee8a515013bd0b89dc5eed9c3de1a3d44f1efca60551c3cf5cc77d8db2a4a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:32:39.132Z] + tee [2020-08-18T15:32:39.132Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:32:39.132Z] clair timeout 1m0s [2020-08-18T15:32:39.132Z] docker timeout: 1m0s [2020-08-18T15:32:39.132Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:32:40.163Z] $ docker stop --time=1 49ee8a515013bd0b89dc5eed9c3de1a3d44f1efca60551c3cf5cc77d8db2a4a8 [2020-08-18T15:32:41.532Z] $ docker rm -f 49ee8a515013bd0b89dc5eed9c3de1a3d44f1efca60551c3cf5cc77d8db2a4a8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:32:42.030Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:32:42.043Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-support-notifications-go-arm64_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:32:42.092Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:32:42.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:32:42.418Z] . [Pipeline] withDockerContainer [2020-08-18T15:32:42.511Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:32:42.551Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:32:43.163Z] $ docker top b959cd168ac584b65774d64135257f9dd453e5a7d4b27b672aaec45b59b66bac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:32:43.680Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:32:43.680Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:32:46.374Z] $ docker stop --time=1 b959cd168ac584b65774d64135257f9dd453e5a7d4b27b672aaec45b59b66bac [2020-08-18T15:32:47.716Z] $ docker rm -f b959cd168ac584b65774d64135257f9dd453e5a7d4b27b672aaec45b59b66bac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:32:48.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:32:48.177Z] . [Pipeline] withDockerContainer [2020-08-18T15:32:48.279Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:32:48.318Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:32:48.953Z] $ docker top f64c03b04518d4d187c54db1379bcd047fa26834abc205293d297142cf117dca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:32:49.465Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:32:49.465Z] + tee [2020-08-18T15:32:49.465Z] clair timeout 1m0s [2020-08-18T15:32:49.465Z] docker timeout: 1m0s [2020-08-18T15:32:49.465Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:32:50.293Z] $ docker stop --time=1 f64c03b04518d4d187c54db1379bcd047fa26834abc205293d297142cf117dca [2020-08-18T15:32:51.672Z] $ docker rm -f f64c03b04518d4d187c54db1379bcd047fa26834abc205293d297142cf117dca [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:32:52.131Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:32:52.143Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-support-scheduler-go-arm64_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:32:52.209Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:32:52.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:32:52.537Z] . [Pipeline] withDockerContainer [2020-08-18T15:32:52.628Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:32:52.662Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:32:53.315Z] $ docker top 0e9ca1a853b6ce7595da1a9229d2f6aae5e2c98db9cc37e6080b3cb04a5ec8ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:32:53.848Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:32:53.848Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:33:08.962Z] $ docker stop --time=1 0e9ca1a853b6ce7595da1a9229d2f6aae5e2c98db9cc37e6080b3cb04a5ec8ec [2020-08-18T15:33:10.343Z] $ docker rm -f 0e9ca1a853b6ce7595da1a9229d2f6aae5e2c98db9cc37e6080b3cb04a5ec8ec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:33:10.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-18T15:33:10.880Z] . [Pipeline] withDockerContainer [2020-08-18T15:33:10.970Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:33:11.006Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-18T15:33:11.648Z] $ docker top e79890fc2e589df9cc27615dc025c8d3746927d59d93c62878d97ec11b9b39aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-18T15:33:12.157Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf [2020-08-18T15:33:12.157Z] + tee [2020-08-18T15:33:12.157Z] clair timeout 1m0s [2020-08-18T15:33:12.157Z] docker timeout: 1m0s [2020-08-18T15:33:12.157Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-18T15:33:13.627Z] $ docker stop --time=1 e79890fc2e589df9cc27615dc025c8d3746927d59d93c62878d97ec11b9b39aa [2020-08-18T15:33:15.000Z] $ docker rm -f e79890fc2e589df9cc27615dc025c8d3746927d59d93c62878d97ec11b9b39aa [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:33:15.463Z] + mkdir -p /w/workspace/edgex-go/125/clair-reports [Pipeline] echo [2020-08-18T15:33:15.474Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/125/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf.html [Pipeline] writeFile [Pipeline] step [2020-08-18T15:33:15.534Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-08-18T15:33:15.833Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-18T15:33:15.909Z] provisioning config files... [2020-08-18T15:33:15.928Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/125@tmp/config1344565040933633350tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:33:16.338Z] --> edgex-publish-swagger.sh [2020-08-18T15:33:16.338Z] === Publish openapi/v1 API === [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-18T15:33:16.338Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.338Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-18T15:33:16.338Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.338Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-18T15:33:16.338Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.338Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-18T15:33:16.338Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.338Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-18T15:33:16.338Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.338Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-18T15:33:16.338Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.338Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-18T15:33:16.338Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.338Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.338Z] === Publish openapi/v2 API === [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-18T15:33:16.338Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.338Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-18T15:33:16.338Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.338Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-18T15:33:16.338Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.338Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.338Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-18T15:33:16.338Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.339Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.339Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-18T15:33:16.339Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.339Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.339Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-18T15:33:16.339Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.339Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-18T15:33:16.339Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-18T15:33:16.339Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-18T15:33:16.339Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-08-18T15:33:16.347Z] 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-08-18T15:33:24.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T15:33:24.466Z] . [Pipeline] withDockerContainer [2020-08-18T15:33:24.562Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:33:24.592Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-18T15:33:25.613Z] $ docker top 5943086ddf48d4eebea824c09d3d3e76dfad87f7634279a9b64026068b847df5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-18T15:33:25.999Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T15:33:25.999Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T15:33:26.210Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T15:33:26.207Z] $ docker exec 5943086ddf48d4eebea824c09d3d3e76dfad87f7634279a9b64026068b847df5 ssh-agent [2020-08-18T15:33:26.378Z] SSH_AUTH_SOCK=/tmp/ssh-8y5ZwaX4aaUQ/agent.12 [2020-08-18T15:33:26.378Z] SSH_AGENT_PID=18 [2020-08-18T15:33:26.385Z] Running ssh-add (command line suppressed) [2020-08-18T15:33:26.505Z] Identity added: /w/workspace/edgex-go/125@tmp/private_key_65861283058881945.key (/w/workspace/edgex-go/125@tmp/private_key_65861283058881945.key) [2020-08-18T15:33:26.563Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T15:33:26.907Z] + git semver tag [2020-08-18T15:33:27.169Z] # -> Open(): unable to determine branch for HEAD [2020-08-18T15:33:27.169Z] # $GIT_DIR = /w/workspace/edgex-go/125/.git [2020-08-18T15:33:27.169Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/125 [2020-08-18T15:33:27.169Z] # $SEMVER_REMOTE_NAME = origin [2020-08-18T15:33:27.169Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-18T15:33:27.169Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-18T15:33:27.169Z] # $SEMVER_BRANCH = master [2020-08-18T15:33:27.169Z] # $SEMVER_DIR = /w/workspace/edgex-go/125/.semver [2020-08-18T15:33:27.169Z] # 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf HEAD [2020-08-18T15:33:27.431Z] # -> Force: false [2020-08-18T15:33:27.431Z] # 362d674419648b39586478e2768d3a12874b8e6c refs/tags/v1.2.2-dev.13 [Pipeline] } [2020-08-18T15:33:27.436Z] $ docker exec --env ******** --env ******** 5943086ddf48d4eebea824c09d3d3e76dfad87f7634279a9b64026068b847df5 ssh-agent -k [2020-08-18T15:33:27.563Z] unset SSH_AUTH_SOCK; [2020-08-18T15:33:27.564Z] unset SSH_AGENT_PID; [2020-08-18T15:33:27.564Z] echo Agent pid 18 killed; [2020-08-18T15:33:27.621Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-18T15:33:28.083Z] + git semver [Pipeline] } [2020-08-18T15:33:28.092Z] $ docker stop --time=1 5943086ddf48d4eebea824c09d3d3e76dfad87f7634279a9b64026068b847df5 [2020-08-18T15:33:29.441Z] $ docker rm -f 5943086ddf48d4eebea824c09d3d3e76dfad87f7634279a9b64026068b847df5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:33:30.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-18T15:33:30.052Z] [2020-08-18T15:33:30.052Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:33:30.398Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-18T15:33:30.398Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-18T15:33:30.398Z] ab5ef0e58194: Pulling fs layer [2020-08-18T15:33:30.398Z] 9712f1f96733: Pulling fs layer [2020-08-18T15:33:30.398Z] 63f879dbbcfc: Pulling fs layer [2020-08-18T15:33:30.398Z] 0d9ebad4ef96: Pulling fs layer [2020-08-18T15:33:30.398Z] e9a5061849ea: Pulling fs layer [2020-08-18T15:33:30.398Z] d747dcd14b5f: Pulling fs layer [2020-08-18T15:33:30.398Z] 2de7ff778b66: Pulling fs layer [2020-08-18T15:33:30.398Z] d747dcd14b5f: Waiting [2020-08-18T15:33:30.398Z] 2de7ff778b66: Waiting [2020-08-18T15:33:30.398Z] 0d9ebad4ef96: Waiting [2020-08-18T15:33:30.398Z] 9712f1f96733: Verifying Checksum [2020-08-18T15:33:30.398Z] 9712f1f96733: Download complete [2020-08-18T15:33:30.984Z] 63f879dbbcfc: Verifying Checksum [2020-08-18T15:33:30.984Z] 63f879dbbcfc: Download complete [2020-08-18T15:33:31.243Z] e9a5061849ea: Verifying Checksum [2020-08-18T15:33:31.243Z] e9a5061849ea: Download complete [2020-08-18T15:33:31.243Z] d747dcd14b5f: Download complete [2020-08-18T15:33:31.243Z] 0d9ebad4ef96: Verifying Checksum [2020-08-18T15:33:31.243Z] 0d9ebad4ef96: Download complete [2020-08-18T15:33:31.243Z] ab5ef0e58194: Verifying Checksum [2020-08-18T15:33:31.243Z] ab5ef0e58194: Download complete [2020-08-18T15:33:31.507Z] 2de7ff778b66: Verifying Checksum [2020-08-18T15:33:31.507Z] 2de7ff778b66: Download complete [2020-08-18T15:33:35.719Z] ab5ef0e58194: Pull complete [2020-08-18T15:33:35.719Z] 9712f1f96733: Pull complete [2020-08-18T15:33:37.639Z] 63f879dbbcfc: Pull complete [2020-08-18T15:33:44.232Z] 0d9ebad4ef96: Pull complete [2020-08-18T15:33:46.202Z] e9a5061849ea: Pull complete [2020-08-18T15:33:46.202Z] d747dcd14b5f: Pull complete [2020-08-18T15:33:49.505Z] 2de7ff778b66: Pull complete [2020-08-18T15:33:49.766Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-18T15:33:49.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-18T15:33:49.766Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-18T15:33:49.916Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:33:49.951Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-18T15:33:52.902Z] $ docker top 202df0200254d09b379e531347b150452f5bdb14f00d41abda8dc61a4fe3edf6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-18T15:33:53.258Z] provisioning config files... [2020-08-18T15:33:53.267Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/125@tmp/config6884103647112627157tmp [2020-08-18T15:33:53.283Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/125@tmp/config6617032130630318801tmp [2020-08-18T15:33:53.297Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/125@tmp/config597723408133177213tmp [Pipeline] { [Pipeline] echo [2020-08-18T15:33:53.344Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:33:53.637Z] ---> sigul-configuration.sh [2020-08-18T15:33:53.637Z] gpg: directory `/root/.gnupg' created [2020-08-18T15:33:53.637Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-18T15:33:53.637Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-18T15:33:53.637Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-18T15:33:53.637Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-18T15:33:53.637Z] gpg: CAST5 encrypted data [2020-08-18T15:33:53.898Z] gpg: encrypted with 1 passphrase [2020-08-18T15:33:53.898Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-18T15:33:54.190Z] + mkdir /home/jenkins [2020-08-18T15:33:54.191Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-18T15:33:54.483Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-18T15:33:54.491Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:33:54.780Z] ---> sigul-install.sh [2020-08-18T15:34:00.082Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-18T15:34:00.374Z] + git tag --list [2020-08-18T15:34:00.374Z] v1.2.2-dev.13 [Pipeline] sh [2020-08-18T15:34:00.743Z] + lftools sign git-tag v1.2.2-dev.13 [2020-08-18T15:34:02.148Z] Signing Git tag with Sigul... [2020-08-18T15:34:02.148Z] Signing v1.2.2-dev.13 [Pipeline] echo [2020-08-18T15:34:03.099Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:34:03.391Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-18T15:34:03.399Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-18T15:34:03.485Z] $ docker stop --time=1 202df0200254d09b379e531347b150452f5bdb14f00d41abda8dc61a4fe3edf6 [2020-08-18T15:34:05.436Z] $ docker rm -f 202df0200254d09b379e531347b150452f5bdb14f00d41abda8dc61a4fe3edf6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:34:06.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T15:34:06.161Z] . [Pipeline] withDockerContainer [2020-08-18T15:34:06.256Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:34:06.288Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-18T15:34:07.021Z] $ docker top 80acde21d2919c07ba3d964e1c618db0381dfaa270158f4e7c968e40657c07c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-18T15:34:07.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T15:34:07.325Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T15:34:07.532Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T15:34:07.529Z] $ docker exec 80acde21d2919c07ba3d964e1c618db0381dfaa270158f4e7c968e40657c07c3 ssh-agent [2020-08-18T15:34:07.700Z] SSH_AUTH_SOCK=/tmp/ssh-B4JDkhdjvHAP/agent.12 [2020-08-18T15:34:07.700Z] SSH_AGENT_PID=17 [2020-08-18T15:34:07.706Z] Running ssh-add (command line suppressed) [2020-08-18T15:34:07.822Z] Identity added: /w/workspace/edgex-go/125@tmp/private_key_562790472613246422.key (/w/workspace/edgex-go/125@tmp/private_key_562790472613246422.key) [2020-08-18T15:34:07.881Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T15:34:08.206Z] + git semver bump pre [2020-08-18T15:34:08.206Z] # -> Open(): unable to determine branch for HEAD [2020-08-18T15:34:08.206Z] # $GIT_DIR = /w/workspace/edgex-go/125/.git [2020-08-18T15:34:08.206Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/125 [2020-08-18T15:34:08.206Z] # $SEMVER_REMOTE_NAME = origin [2020-08-18T15:34:08.206Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-18T15:34:08.206Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-18T15:34:08.206Z] # $SEMVER_BRANCH = master [2020-08-18T15:34:08.206Z] # $SEMVER_DIR = /w/workspace/edgex-go/125/.semver [2020-08-18T15:34:08.206Z] 1.2.2-dev.14 [Pipeline] } [2020-08-18T15:34:08.216Z] $ docker exec --env ******** --env ******** 80acde21d2919c07ba3d964e1c618db0381dfaa270158f4e7c968e40657c07c3 ssh-agent -k [2020-08-18T15:34:08.331Z] unset SSH_AUTH_SOCK; [2020-08-18T15:34:08.331Z] unset SSH_AGENT_PID; [2020-08-18T15:34:08.331Z] echo Agent pid 17 killed; [2020-08-18T15:34:08.386Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-18T15:34:08.851Z] + git semver [Pipeline] } [2020-08-18T15:34:08.860Z] $ docker stop --time=1 80acde21d2919c07ba3d964e1c618db0381dfaa270158f4e7c968e40657c07c3 [2020-08-18T15:34:10.213Z] $ docker rm -f 80acde21d2919c07ba3d964e1c618db0381dfaa270158f4e7c968e40657c07c3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:34:10.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T15:34:10.771Z] . [Pipeline] withDockerContainer [2020-08-18T15:34:10.864Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:34:10.898Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-18T15:34:11.571Z] $ docker top 70ae2981ebd8e22bead817f6314d9aa7a1c21892be1584ec7d07d992cadf8435 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-18T15:34:11.868Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T15:34:11.868Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T15:34:12.053Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T15:34:12.051Z] $ docker exec 70ae2981ebd8e22bead817f6314d9aa7a1c21892be1584ec7d07d992cadf8435 ssh-agent [2020-08-18T15:34:12.230Z] SSH_AUTH_SOCK=/tmp/ssh-hQ4WivNHdoia/agent.11 [2020-08-18T15:34:12.230Z] SSH_AGENT_PID=16 [2020-08-18T15:34:12.237Z] Running ssh-add (command line suppressed) [2020-08-18T15:34:12.353Z] Identity added: /w/workspace/edgex-go/125@tmp/private_key_2820625217348189147.key (/w/workspace/edgex-go/125@tmp/private_key_2820625217348189147.key) [2020-08-18T15:34:12.414Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T15:34:12.786Z] + git semver push [2020-08-18T15:34:12.786Z] # -> Open(): unable to determine branch for HEAD [2020-08-18T15:34:12.786Z] # $GIT_DIR = /w/workspace/edgex-go/125/.git [2020-08-18T15:34:12.786Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/125 [2020-08-18T15:34:12.786Z] # $SEMVER_REMOTE_NAME = origin [2020-08-18T15:34:12.786Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-18T15:34:12.786Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-18T15:34:12.786Z] # $SEMVER_BRANCH = master [2020-08-18T15:34:12.787Z] # $SEMVER_DIR = /w/workspace/edgex-go/125/.semver [Pipeline] } [2020-08-18T15:34:22.821Z] $ docker exec --env ******** --env ******** 70ae2981ebd8e22bead817f6314d9aa7a1c21892be1584ec7d07d992cadf8435 ssh-agent -k [2020-08-18T15:34:22.945Z] unset SSH_AUTH_SOCK; [2020-08-18T15:34:22.945Z] unset SSH_AGENT_PID; [2020-08-18T15:34:22.945Z] echo Agent pid 16 killed; [2020-08-18T15:34:23.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-18T15:34:23.436Z] + git semver [Pipeline] } [2020-08-18T15:34:23.446Z] $ docker stop --time=1 70ae2981ebd8e22bead817f6314d9aa7a1c21892be1584ec7d07d992cadf8435 [2020-08-18T15:34:24.782Z] $ docker rm -f 70ae2981ebd8e22bead817f6314d9aa7a1c21892be1584ec7d07d992cadf8435 [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-08-18T15:34:25.651Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:34:26.521Z] ---> package-listing.sh [2020-08-18T15:34:26.521Z] ++ facter osfamily [2020-08-18T15:34:26.521Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-18T15:34:26.521Z] + OS_FAMILY=redhat [2020-08-18T15:34:26.521Z] + workspace=/w/workspace/edgex-go/125 [2020-08-18T15:34:26.521Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-18T15:34:26.521Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-18T15:34:26.521Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-18T15:34:26.521Z] + PACKAGES=/tmp/packages_start.txt [2020-08-18T15:34:26.521Z] + '[' /w/workspace/edgex-go/125 ']' [2020-08-18T15:34:26.521Z] + PACKAGES=/tmp/packages_end.txt [2020-08-18T15:34:26.521Z] + case "${OS_FAMILY}" in [2020-08-18T15:34:26.521Z] + rpm -qa [2020-08-18T15:34:26.521Z] + sort [2020-08-18T15:34:30.733Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-18T15:34:30.733Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-18T15:34:30.733Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-18T15:34:30.733Z] + '[' /w/workspace/edgex-go/125 ']' [2020-08-18T15:34:30.733Z] + mkdir -p /w/workspace/edgex-go/125/archives/ [2020-08-18T15:34:30.733Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/125/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:34:31.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T15:34:31.352Z] [2020-08-18T15:34:31.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:34:31.689Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T15:34:31.689Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-18T15:34:31.689Z] c9b1b535fdd9: Pulling fs layer [2020-08-18T15:34:31.689Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-18T15:34:31.689Z] 756a868c4378: Pulling fs layer [2020-08-18T15:34:31.689Z] 444b2fc9a129: Pulling fs layer [2020-08-18T15:34:31.689Z] ea15f1150254: Pulling fs layer [2020-08-18T15:34:31.689Z] 41b27a9f41bf: Pulling fs layer [2020-08-18T15:34:31.689Z] 28c525ee5125: Pulling fs layer [2020-08-18T15:34:31.689Z] 094b1ea09ed8: Pulling fs layer [2020-08-18T15:34:31.689Z] 138eaada9080: Pulling fs layer [2020-08-18T15:34:31.689Z] 0622d0fa9048: Pulling fs layer [2020-08-18T15:34:31.689Z] 41b27a9f41bf: Waiting [2020-08-18T15:34:31.689Z] 28c525ee5125: Waiting [2020-08-18T15:34:31.689Z] 138eaada9080: Waiting [2020-08-18T15:34:31.689Z] 094b1ea09ed8: Waiting [2020-08-18T15:34:31.689Z] 444b2fc9a129: Waiting [2020-08-18T15:34:31.689Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-18T15:34:31.689Z] 2cc5ad85d9ab: Download complete [2020-08-18T15:34:31.689Z] 444b2fc9a129: Verifying Checksum [2020-08-18T15:34:31.689Z] 444b2fc9a129: Download complete [2020-08-18T15:34:31.689Z] c9b1b535fdd9: Verifying Checksum [2020-08-18T15:34:31.689Z] c9b1b535fdd9: Download complete [2020-08-18T15:34:31.953Z] ea15f1150254: Download complete [2020-08-18T15:34:31.953Z] 28c525ee5125: Verifying Checksum [2020-08-18T15:34:31.953Z] 28c525ee5125: Download complete [2020-08-18T15:34:32.224Z] 756a868c4378: Download complete [2020-08-18T15:34:32.224Z] 138eaada9080: Verifying Checksum [2020-08-18T15:34:32.224Z] 138eaada9080: Download complete [2020-08-18T15:34:32.224Z] 0622d0fa9048: Verifying Checksum [2020-08-18T15:34:32.224Z] 0622d0fa9048: Download complete [2020-08-18T15:34:32.491Z] 094b1ea09ed8: Verifying Checksum [2020-08-18T15:34:32.491Z] 094b1ea09ed8: Download complete [2020-08-18T15:34:32.491Z] c9b1b535fdd9: Pull complete [2020-08-18T15:34:32.755Z] 41b27a9f41bf: Verifying Checksum [2020-08-18T15:34:32.755Z] 41b27a9f41bf: Download complete [2020-08-18T15:34:32.755Z] 2cc5ad85d9ab: Pull complete [2020-08-18T15:34:34.143Z] 756a868c4378: Pull complete [2020-08-18T15:34:34.404Z] 444b2fc9a129: Pull complete [2020-08-18T15:34:34.663Z] ea15f1150254: Pull complete [2020-08-18T15:34:37.970Z] 41b27a9f41bf: Pull complete [2020-08-18T15:34:38.231Z] 28c525ee5125: Pull complete [2020-08-18T15:34:40.783Z] 094b1ea09ed8: Pull complete [2020-08-18T15:34:41.044Z] 138eaada9080: Pull complete [2020-08-18T15:34:41.305Z] 0622d0fa9048: Pull complete [2020-08-18T15:34:41.305Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-18T15:34:41.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T15:34:41.305Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-18T15:34:41.438Z] prd-centos7-docker-4c-2g-388 does not seem to be running inside a container [2020-08-18T15:34:41.471Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/125 -v /w/workspace/edgex-go/125:/w/workspace/edgex-go/125:rw,z -v /w/workspace/edgex-go/125@tmp:/w/workspace/edgex-go/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-18T15:34:44.890Z] $ docker top 5fca09e73a715ce508f3945ec927efdb55ba99402fef133ee18414af61d4cd54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-18T15:34:45.199Z] provisioning config files... [2020-08-18T15:34:45.219Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/125@tmp/config3286147329730153955tmp [Pipeline] { [Pipeline] echo [2020-08-18T15:34:45.326Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:34:45.622Z] ---> create-netrc.sh [Pipeline] echo [2020-08-18T15:34:45.631Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:34:45.922Z] ---> logs-deploy.sh [2020-08-18T15:34:45.922Z] + ARCHIVE_ARTIFACTS= [2020-08-18T15:34:45.922Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-18T15:34:45.922Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-18T15:34:45.922Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-18T15:34:45.922Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/125 [2020-08-18T15:34:45.922Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/125/ [2020-08-18T15:34:45.922Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/125 /w/workspace/edgex-go/125 [2020-08-18T15:34:46.861Z] Archives upload complete. [2020-08-18T15:34:47.121Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/125 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/125/