Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4e0bf0319480625e5379d8d5fd7b212abf0b0714 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:false, 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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-1271 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/115 [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/115 # 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 Checking out Revision 4e0bf0319480625e5379d8d5fd7b212abf0b0714 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 Commit message: "Merge pull request #2646 from ernestojeda/test-script-updates" > git rev-list --no-walk 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-28T17:02:54.680Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-28T17:02:54.879Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-28T17:02:54.951Z] ========================================================= [2020-07-28T17:02:54.952Z] EdgeX Global Pipelines Version Info [2020-07-28T17:02:54.952Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-28T17:02:56.810Z] ------------------- [2020-07-28T17:02:56.810Z] stable info: [2020-07-28T17:02:56.810Z] ------------------- [2020-07-28T17:02:56.810Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-28T17:02:56.810Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-28T17:02:56.810Z] Message: update stable to v1.0.106 [2020-07-28T17:02:57.380Z] ------------------- [2020-07-28T17:02:57.380Z] experimental info: [2020-07-28T17:02:57.380Z] ------------------- [2020-07-28T17:02:57.380Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-28T17:02:57.380Z] Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 [2020-07-28T17:02:57.380Z] Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-28T17:02:58.843Z] ++ 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-07-28T17:02:58.843Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T17:02:58.843Z] ++ dirname cmd/core-command/Dockerfile [2020-07-28T17:02:58.843Z] ++ cut -d/ -f2 [2020-07-28T17:02:58.843Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-28T17:02:58.843Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T17:02:58.843Z] ++ dirname cmd/core-data/Dockerfile [2020-07-28T17:02:58.843Z] ++ cut -d/ -f2 [2020-07-28T17:02:58.843Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-28T17:02:58.843Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T17:02:58.843Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-28T17:02:58.843Z] ++ cut -d/ -f2 [2020-07-28T17:02:58.843Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-28T17:02:58.843Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T17:02:58.843Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-28T17:02:58.843Z] ++ cut -d/ -f2 [2020-07-28T17:02:58.843Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-28T17:02:58.843Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T17:02:58.843Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-28T17:02:58.843Z] ++ cut -d/ -f2 [2020-07-28T17:02:58.843Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-28T17:02:58.843Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T17:02:58.843Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-28T17:02:58.843Z] ++ cut -d/ -f2 [2020-07-28T17:02:58.843Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-28T17:02:58.843Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T17:02:58.843Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-28T17:02:58.843Z] ++ cut -d/ -f2 [2020-07-28T17:02:58.843Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-28T17:02:58.843Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T17:02:58.843Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-28T17:02:58.843Z] ++ cut -d/ -f2 [2020-07-28T17:02:58.843Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-28T17:02:58.843Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T17:02:58.843Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-28T17:02:58.843Z] ++ cut -d/ -f2 [2020-07-28T17:02:58.843Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-28T17:02:58.843Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T17:02:58.843Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-28T17:02:58.843Z] ++ cut -d/ -f2 [2020-07-28T17:02:58.843Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-28T17:02:58.912Z] 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-07-28T17:02:59.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T17:02:59.882Z] [2020-07-28T17:02:59.882Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:03:00.222Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T17:03:00.222Z] latest: Pulling from edgex-devops/git-semver [2020-07-28T17:03:00.222Z] 31603596830f: Pulling fs layer [2020-07-28T17:03:00.222Z] 2a8b12db71e7: Pulling fs layer [2020-07-28T17:03:00.222Z] 6ca5941a6612: Pulling fs layer [2020-07-28T17:03:00.222Z] ecc8261a40a4: Pulling fs layer [2020-07-28T17:03:00.222Z] ecc8261a40a4: Waiting [2020-07-28T17:03:00.222Z] 2a8b12db71e7: Verifying Checksum [2020-07-28T17:03:00.222Z] 2a8b12db71e7: Download complete [2020-07-28T17:03:00.488Z] 31603596830f: Verifying Checksum [2020-07-28T17:03:00.488Z] 31603596830f: Download complete [2020-07-28T17:03:00.488Z] ecc8261a40a4: Verifying Checksum [2020-07-28T17:03:00.488Z] ecc8261a40a4: Download complete [2020-07-28T17:03:00.488Z] 6ca5941a6612: Verifying Checksum [2020-07-28T17:03:00.488Z] 6ca5941a6612: Download complete [2020-07-28T17:03:00.749Z] 31603596830f: Pull complete [2020-07-28T17:03:00.749Z] 2a8b12db71e7: Pull complete [2020-07-28T17:03:01.703Z] 6ca5941a6612: Pull complete [2020-07-28T17:03:01.703Z] ecc8261a40a4: Pull complete [2020-07-28T17:03:01.703Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-28T17:03:01.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T17:03:01.703Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-28T17:03:01.802Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:03:01.870Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:03:04.097Z] $ docker top 17355bcbbab45667fd31c86a8fae36b53855d1bf42f7308d5633e7af9d247759 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T17:03:04.384Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T17:03:04.384Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T17:03:04.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T17:03:04.587Z] $ docker exec 17355bcbbab45667fd31c86a8fae36b53855d1bf42f7308d5633e7af9d247759 ssh-agent [2020-07-28T17:03:04.753Z] SSH_AUTH_SOCK=/tmp/ssh-gHUWB9xfdZZg/agent.11 [2020-07-28T17:03:04.753Z] SSH_AGENT_PID=16 [2020-07-28T17:03:04.763Z] Running ssh-add (command line suppressed) [2020-07-28T17:03:04.884Z] Identity added: /w/workspace/edgex-go/115@tmp/private_key_1860114020852459998.key (/w/workspace/edgex-go/115@tmp/private_key_1860114020852459998.key) [2020-07-28T17:03:04.939Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T17:03:05.258Z] + git describe --exact-match --tags HEAD [2020-07-28T17:03:05.259Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-28T17:03:05.274Z] $ docker exec --env ******** --env ******** 17355bcbbab45667fd31c86a8fae36b53855d1bf42f7308d5633e7af9d247759 ssh-agent -k [2020-07-28T17:03:05.391Z] unset SSH_AUTH_SOCK; [2020-07-28T17:03:05.391Z] unset SSH_AGENT_PID; [2020-07-28T17:03:05.391Z] echo Agent pid 16 killed; [2020-07-28T17:03:05.451Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-28T17:03:05.611Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-28T17:03:05.611Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-28T17:03:05.699Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T17:03:05.699Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T17:03:05.870Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T17:03:05.867Z] $ docker exec 17355bcbbab45667fd31c86a8fae36b53855d1bf42f7308d5633e7af9d247759 ssh-agent [2020-07-28T17:03:06.042Z] SSH_AUTH_SOCK=/tmp/ssh-9sOgs1wNKoEn/agent.45 [2020-07-28T17:03:06.042Z] SSH_AGENT_PID=50 [2020-07-28T17:03:06.048Z] Running ssh-add (command line suppressed) [2020-07-28T17:03:06.218Z] Identity added: /w/workspace/edgex-go/115@tmp/private_key_1854030108178877865.key (/w/workspace/edgex-go/115@tmp/private_key_1854030108178877865.key) [2020-07-28T17:03:06.273Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T17:03:06.608Z] + git semver init [2020-07-28T17:03:06.608Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T17:03:06.608Z] # $GIT_DIR = /w/workspace/edgex-go/115/.git [2020-07-28T17:03:06.608Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/115 [2020-07-28T17:03:06.608Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T17:03:06.608Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T17:03:06.608Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T17:03:06.608Z] # $SEMVER_BRANCH = master [2020-07-28T17:03:06.608Z] # $SEMVER_TEMP = /tmp/semver-661888962 [2020-07-28T17:03:06.608Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-28T17:03:24.751Z] # '/tmp/semver-661888962' -> '/w/workspace/edgex-go/115/.semver' [2020-07-28T17:03:24.751Z] # -> Force: false [2020-07-28T17:03:24.751Z] # $SEMVER_DIR = /w/workspace/edgex-go/115/.semver [Pipeline] } [2020-07-28T17:03:24.757Z] $ docker exec --env ******** --env ******** 17355bcbbab45667fd31c86a8fae36b53855d1bf42f7308d5633e7af9d247759 ssh-agent -k [2020-07-28T17:03:24.917Z] unset SSH_AUTH_SOCK; [2020-07-28T17:03:24.918Z] unset SSH_AGENT_PID; [2020-07-28T17:03:24.918Z] echo Agent pid 50 killed; [2020-07-28T17:03:24.980Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T17:03:25.508Z] + git semver [Pipeline] } [2020-07-28T17:03:25.519Z] $ docker stop --time=1 17355bcbbab45667fd31c86a8fae36b53855d1bf42f7308d5633e7af9d247759 [2020-07-28T17:03:27.117Z] $ docker rm -f 17355bcbbab45667fd31c86a8fae36b53855d1bf42f7308d5633e7af9d247759 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-28T17:03:40.579Z] Stashed 21 file(s) [Pipeline] echo [2020-07-28T17:03:40.581Z] [edgeXSemver] initialized semver on version 1.2.2-dev.4 [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-07-28T17:03:41.037Z] ========================================================= [2020-07-28T17:03:41.037Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-28T17:03:41.037Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:03:41.380Z] + 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-07-28T17:03:45.611Z] Sending build context to Docker daemon 323.2MB [2020-07-28T17:03:45.611Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-28T17:03:45.611Z] Step 2/7 : FROM ${BASE} [2020-07-28T17:03:45.611Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-28T17:03:45.611Z] df20fa9351a1: Pulling fs layer [2020-07-28T17:03:45.611Z] ed8968b2872e: Pulling fs layer [2020-07-28T17:03:45.611Z] a92cc7c5fd73: Pulling fs layer [2020-07-28T17:03:45.611Z] 2dd03ba5bac4: Pulling fs layer [2020-07-28T17:03:45.611Z] 1e091d79d1de: Pulling fs layer [2020-07-28T17:03:45.611Z] 481702a1767f: Pulling fs layer [2020-07-28T17:03:45.611Z] f64a6f60c768: Pulling fs layer [2020-07-28T17:03:45.611Z] e78d2573fc39: Pulling fs layer [2020-07-28T17:03:45.611Z] e876d2f968b6: Pulling fs layer [2020-07-28T17:03:45.611Z] ce8a83651883: Pulling fs layer [2020-07-28T17:03:45.611Z] 07967f4d0e4b: Pulling fs layer [2020-07-28T17:03:45.611Z] 2dd03ba5bac4: Waiting [2020-07-28T17:03:45.611Z] 1e091d79d1de: Waiting [2020-07-28T17:03:45.611Z] f64a6f60c768: Waiting [2020-07-28T17:03:45.611Z] 481702a1767f: Waiting [2020-07-28T17:03:45.611Z] 07967f4d0e4b: Waiting [2020-07-28T17:03:45.611Z] ce8a83651883: Waiting [2020-07-28T17:03:45.611Z] e78d2573fc39: Waiting [2020-07-28T17:03:45.611Z] a92cc7c5fd73: Verifying Checksum [2020-07-28T17:03:45.611Z] a92cc7c5fd73: Download complete [2020-07-28T17:03:45.611Z] ed8968b2872e: Download complete [2020-07-28T17:03:45.611Z] 1e091d79d1de: Verifying Checksum [2020-07-28T17:03:45.611Z] 1e091d79d1de: Download complete [2020-07-28T17:03:45.611Z] 481702a1767f: Verifying Checksum [2020-07-28T17:03:45.611Z] 481702a1767f: Download complete [2020-07-28T17:03:45.611Z] df20fa9351a1: Verifying Checksum [2020-07-28T17:03:45.611Z] df20fa9351a1: Download complete [2020-07-28T17:03:46.208Z] df20fa9351a1: Pull complete [2020-07-28T17:03:46.208Z] f64a6f60c768: Verifying Checksum [2020-07-28T17:03:46.208Z] f64a6f60c768: Download complete [2020-07-28T17:03:46.208Z] e876d2f968b6: Verifying Checksum [2020-07-28T17:03:46.208Z] e876d2f968b6: Download complete [2020-07-28T17:03:46.797Z] ce8a83651883: Verifying Checksum [2020-07-28T17:03:46.797Z] ce8a83651883: Download complete [2020-07-28T17:03:47.057Z] e78d2573fc39: Verifying Checksum [2020-07-28T17:03:47.057Z] e78d2573fc39: Download complete [2020-07-28T17:03:47.317Z] 2dd03ba5bac4: Verifying Checksum [2020-07-28T17:03:47.317Z] 2dd03ba5bac4: Download complete [2020-07-28T17:03:47.317Z] 07967f4d0e4b: Verifying Checksum [2020-07-28T17:03:47.317Z] 07967f4d0e4b: Download complete [2020-07-28T17:03:47.578Z] ed8968b2872e: Pull complete [2020-07-28T17:03:47.578Z] a92cc7c5fd73: Pull complete [2020-07-28T17:03:54.206Z] 2dd03ba5bac4: Pull complete [2020-07-28T17:03:54.206Z] 1e091d79d1de: Pull complete [2020-07-28T17:03:54.206Z] 481702a1767f: Pull complete [2020-07-28T17:03:55.855Z] Still waiting to schedule task [2020-07-28T17:03:55.855Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-28T17:04:00.807Z] f64a6f60c768: Pull complete [2020-07-28T17:04:03.372Z] e78d2573fc39: Pull complete [2020-07-28T17:04:03.372Z] e876d2f968b6: Pull complete [2020-07-28T17:04:04.760Z] ce8a83651883: Pull complete [2020-07-28T17:04:04.760Z] 07967f4d0e4b: Pull complete [2020-07-28T17:04:04.760Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-28T17:04:04.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-28T17:04:04.760Z] ---> 5d7c900382c6 [2020-07-28T17:04:04.760Z] 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-07-28T17:04:05.330Z] ---> Running in ce818d5ef730 [2020-07-28T17:04:05.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:04:06.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:04:07.122Z] (1/12) Installing libmagic (5.38-r0) [2020-07-28T17:04:07.384Z] (2/12) Installing file (5.38-r0) [2020-07-28T17:04:07.384Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-28T17:04:07.384Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-28T17:04:10.686Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-28T17:04:10.686Z] (6/12) Installing patch (2.7.6-r6) [2020-07-28T17:04:10.686Z] (7/12) Installing build-base (0.5-r2) [2020-07-28T17:04:10.686Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-28T17:04:10.686Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-28T17:04:10.686Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-28T17:04:10.686Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-28T17:04:10.686Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-28T17:04:10.948Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:04:10.948Z] OK: 233 MiB in 51 packages [2020-07-28T17:04:14.254Z] Removing intermediate container ce818d5ef730 [2020-07-28T17:04:14.254Z] ---> ff6abdc77e47 [2020-07-28T17:04:14.254Z] Step 4/7 : WORKDIR /edgex-go [2020-07-28T17:04:14.254Z] ---> Running in 32c32eb00d0f [2020-07-28T17:04:14.515Z] Removing intermediate container 32c32eb00d0f [2020-07-28T17:04:14.515Z] ---> 517a5e702011 [2020-07-28T17:04:14.515Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-28T17:04:15.095Z] latest: Pulling from library/docker [2020-07-28T17:04:15.095Z] df20fa9351a1: Already exists [2020-07-28T17:04:15.095Z] 25ad7478873d: Pulling fs layer [2020-07-28T17:04:15.095Z] 4684f6177b5d: Pulling fs layer [2020-07-28T17:04:15.095Z] 46e300cec669: Pulling fs layer [2020-07-28T17:04:15.095Z] 63038576ad94: Pulling fs layer [2020-07-28T17:04:15.095Z] 0fdb76c4706c: Pulling fs layer [2020-07-28T17:04:15.095Z] cb7edeffdfd5: Pulling fs layer [2020-07-28T17:04:15.095Z] 63038576ad94: Waiting [2020-07-28T17:04:15.095Z] 0fdb76c4706c: Waiting [2020-07-28T17:04:15.363Z] 25ad7478873d: Verifying Checksum [2020-07-28T17:04:15.363Z] 25ad7478873d: Download complete [2020-07-28T17:04:15.363Z] 4684f6177b5d: Verifying Checksum [2020-07-28T17:04:15.363Z] 4684f6177b5d: Download complete [2020-07-28T17:04:15.363Z] 63038576ad94: Verifying Checksum [2020-07-28T17:04:15.363Z] 63038576ad94: Download complete [2020-07-28T17:04:15.363Z] 0fdb76c4706c: Verifying Checksum [2020-07-28T17:04:15.363Z] 0fdb76c4706c: Download complete [2020-07-28T17:04:15.628Z] cb7edeffdfd5: Verifying Checksum [2020-07-28T17:04:15.628Z] cb7edeffdfd5: Download complete [2020-07-28T17:04:15.628Z] 25ad7478873d: Pull complete [2020-07-28T17:04:15.628Z] 4684f6177b5d: Pull complete [2020-07-28T17:04:15.892Z] 46e300cec669: Verifying Checksum [2020-07-28T17:04:15.892Z] 46e300cec669: Download complete [2020-07-28T17:04:18.449Z] 46e300cec669: Pull complete [2020-07-28T17:04:18.449Z] 63038576ad94: Pull complete [2020-07-28T17:04:18.449Z] 0fdb76c4706c: Pull complete [2020-07-28T17:04:18.449Z] cb7edeffdfd5: Pull complete [2020-07-28T17:04:18.449Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-28T17:04:18.449Z] Status: Downloaded newer image for docker:latest [2020-07-28T17:04:20.372Z] ---> 6f6b34ef93fe [2020-07-28T17:04:20.372Z] Step 6/7 : COPY go.mod . [2020-07-28T17:04:20.372Z] ---> 6befe2a36940 [2020-07-28T17:04:20.372Z] Step 7/7 : RUN go mod download [2020-07-28T17:04:20.372Z] ---> Running in fffa94b4cf5f [2020-07-28T17:04:22.926Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-28T17:04:22.926Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-28T17:04:22.926Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-28T17:04:22.926Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-28T17:04:22.926Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-28T17:04:22.926Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-28T17:04:22.926Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-28T17:04:22.926Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-28T17:04:22.926Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-28T17:04:22.926Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-28T17:04:22.926Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-28T17:04:22.926Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-28T17:04:22.926Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-28T17:04:22.926Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-28T17:04:22.926Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-28T17:04:22.926Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-28T17:04:22.926Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-28T17:04:22.926Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-28T17:04:22.926Z] go: finding github.com/fatih/color v1.7.0 [2020-07-28T17:04:22.926Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-28T17:04:22.926Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-28T17:04:22.926Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-28T17:04:22.926Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-28T17:04:22.926Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-28T17:04:22.926Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-28T17:04:22.926Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-28T17:04:22.926Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-28T17:04:22.926Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-28T17:04:23.189Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-28T17:04:23.189Z] go: finding github.com/google/uuid v1.1.0 [2020-07-28T17:04:23.189Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-28T17:04:23.189Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-28T17:04:23.189Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-28T17:04:23.189Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-28T17:04:23.189Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-28T17:04:23.189Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-28T17:04:23.189Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-28T17:04:23.189Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-28T17:04:23.189Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-28T17:04:23.189Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-28T17:04:23.189Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-28T17:04:23.451Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-28T17:04:23.451Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-28T17:04:23.451Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-28T17:04:23.451Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-28T17:04:23.451Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-28T17:04:23.451Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-28T17:04:23.451Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-28T17:04:23.451Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-28T17:04:23.451Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-28T17:04:23.451Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-28T17:04:23.451Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-28T17:04:23.451Z] go: finding github.com/kr/pty v1.1.1 [2020-07-28T17:04:23.713Z] go: finding github.com/kr/text v0.1.0 [2020-07-28T17:04:23.713Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-28T17:04:23.713Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-28T17:04:23.713Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-28T17:04:23.713Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-28T17:04:23.713Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-28T17:04:23.713Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-28T17:04:23.713Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-28T17:04:23.713Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-28T17:04:23.713Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-28T17:04:23.713Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-28T17:04:23.713Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-28T17:04:23.713Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-28T17:04:23.973Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-28T17:04:23.973Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-28T17:04:23.973Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-28T17:04:23.973Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-28T17:04:23.973Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-28T17:04:23.973Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-28T17:04:23.973Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-28T17:04:23.973Z] go: finding github.com/posener/complete v1.1.1 [2020-07-28T17:04:23.973Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-28T17:04:23.973Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-28T17:04:23.973Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-28T17:04:24.234Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-28T17:04:24.234Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-28T17:04:24.234Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-28T17:04:24.234Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-28T17:04:24.234Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-28T17:04:24.234Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-28T17:04:24.234Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-28T17:04:24.234Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-28T17:04:24.234Z] go: finding golang.org/x/text v0.3.2 [2020-07-28T17:04:24.234Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-28T17:04:24.234Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-28T17:04:24.234Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-28T17:04:24.495Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-28T17:04:24.495Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-28T17:04:24.495Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-28T17:04:36.745Z] Removing intermediate container fffa94b4cf5f [2020-07-28T17:04:36.745Z] ---> a3fa1bae29ea [2020-07-28T17:04:36.746Z] Successfully built a3fa1bae29ea [2020-07-28T17:04:36.746Z] 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-07-28T17:04:39.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-28T17:04:39.483Z] [2020-07-28T17:04:39.483Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:04:39.821Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-28T17:04:39.821Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-28T17:04:39.821Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-28T17:04:39.821Z] ca9280d653b3: Pulling fs layer [2020-07-28T17:04:39.821Z] 7e9c9ca2126c: Pulling fs layer [2020-07-28T17:04:39.821Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-28T17:04:39.821Z] cbdbe7a5bc2a: Download complete [2020-07-28T17:04:40.089Z] ca9280d653b3: Verifying Checksum [2020-07-28T17:04:40.089Z] ca9280d653b3: Download complete [2020-07-28T17:04:40.089Z] cbdbe7a5bc2a: Pull complete [2020-07-28T17:04:41.040Z] 7e9c9ca2126c: Download complete [2020-07-28T17:04:41.618Z] ca9280d653b3: Pull complete [2020-07-28T17:04:48.230Z] 7e9c9ca2126c: Pull complete [2020-07-28T17:04:48.230Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-28T17:04:48.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-28T17:04:48.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-28T17:04:48.366Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:04:48.485Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:04:50.223Z] $ docker top fc380fb2d78d897a73f7079012cbe2c7449716e4ac66dcf8541d70ca9df5211c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T17:04:50.773Z] + + docker-composegrep parallel build [2020-07-28T17:04:50.773Z] --help [2020-07-28T17:04:51.715Z] --parallel Build images in parallel. [Pipeline] } [2020-07-28T17:04:51.724Z] $ docker stop --time=1 fc380fb2d78d897a73f7079012cbe2c7449716e4ac66dcf8541d70ca9df5211c [2020-07-28T17:04:53.098Z] $ docker rm -f fc380fb2d78d897a73f7079012cbe2c7449716e4ac66dcf8541d70ca9df5211c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:04:53.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-28T17:04:53.774Z] . [Pipeline] withDockerContainer [2020-07-28T17:04:53.867Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:04:53.899Z] $ 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/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:04:54.610Z] $ docker top 5c0775fc4850362a9c93204c264d43a8ff135359dd9a36bd2c7df47031d7d0cd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T17:04:55.144Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-28T17:04:56.086Z] Building docker-core-command-go ... [2020-07-28T17:04:56.086Z] Building docker-core-data-go ... [2020-07-28T17:04:56.086Z] Building docker-core-metadata-go ... [2020-07-28T17:04:56.086Z] Building docker-security-proxy-setup-go ... [2020-07-28T17:04:56.086Z] Building docker-security-secrets-setup-go ... [2020-07-28T17:04:56.086Z] Building docker-security-secretstore-setup-go ... [2020-07-28T17:04:56.086Z] Building docker-support-logging-go ... [2020-07-28T17:04:56.086Z] Building docker-support-notifications-go ... [2020-07-28T17:04:56.086Z] Building docker-support-scheduler-go ... [2020-07-28T17:04:56.086Z] Building docker-sys-mgmt-agent-go ... [2020-07-28T17:04:56.086Z] Building docker-security-proxy-setup-go [2020-07-28T17:04:56.086Z] Building docker-support-notifications-go [2020-07-28T17:04:56.086Z] Building docker-sys-mgmt-agent-go [2020-07-28T17:04:56.086Z] Building docker-support-scheduler-go [2020-07-28T17:04:56.086Z] Building docker-core-metadata-go [2020-07-28T17:05:22.995Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:05:22.995Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpineStep 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:05:22.995Z] [2020-07-28T17:05:22.995Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:05:22.995Z] ---> a3fa1bae29ea [2020-07-28T17:05:22.995Z] Step 3/26 : WORKDIR /edgex-go [2020-07-28T17:05:22.995Z] ---> a3fa1bae29ea [2020-07-28T17:05:22.995Z] Step 3/23 : WORKDIR /edgex-go [2020-07-28T17:05:22.995Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:05:22.995Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:05:22.995Z] ---> a3fa1bae29ea [2020-07-28T17:05:22.995Z] Step 3/20 : WORKDIR /edgex-go [2020-07-28T17:05:22.995Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:05:22.995Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:05:22.995Z] ---> a3fa1bae29ea [2020-07-28T17:05:22.995Z] Step 3/20 : WORKDIR /edgex-go [2020-07-28T17:05:22.995Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:05:22.995Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:05:22.995Z] ---> a3fa1bae29ea [2020-07-28T17:05:22.995Z] Step 3/21 : WORKDIR /edgex-go [2020-07-28T17:05:22.995Z] ---> Running in 3532ff0e7ecb [2020-07-28T17:05:22.995Z] ---> Running in 0e34f992a6f7 [2020-07-28T17:05:22.995Z] ---> Running in f31acba9d65f [2020-07-28T17:05:22.995Z] ---> Running in 14f555a30025 [2020-07-28T17:05:22.995Z] ---> Running in fd464ddae1c7 [2020-07-28T17:05:22.995Z] Removing intermediate container 14f555a30025 [2020-07-28T17:05:22.995Z] ---> 96872146703a [2020-07-28T17:05:22.995Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:05:22.995Z] Removing intermediate container 3532ff0e7ecb [2020-07-28T17:05:22.995Z] ---> b375f76fd1a7 [2020-07-28T17:05:22.995Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:05:22.995Z] Removing intermediate container fd464ddae1c7 [2020-07-28T17:05:22.995Z] ---> f396a72a1bf5 [2020-07-28T17:05:22.995Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:05:22.995Z] Removing intermediate container 0e34f992a6f7 [2020-07-28T17:05:22.995Z] ---> de18df8ffa01 [2020-07-28T17:05:22.995Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:05:22.995Z] Removing intermediate container f31acba9d65f [2020-07-28T17:05:22.995Z] ---> 3e69878e81b3 [2020-07-28T17:05:22.995Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:05:22.995Z] ---> Running in 02e21c7c1bf7 [2020-07-28T17:05:22.995Z] ---> Running in f9a8fa1ab589 [2020-07-28T17:05:22.995Z] ---> Running in 456f3ef2ca07 [2020-07-28T17:05:22.995Z] ---> Running in 971051b8bc71 [2020-07-28T17:05:22.995Z] ---> Running in 66567326682a [2020-07-28T17:05:24.950Z] Removing intermediate container f9a8fa1ab589 [2020-07-28T17:05:24.950Z] ---> b8e0194405de [2020-07-28T17:05:24.950Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-28T17:05:24.950Z] ---> Running in 77e183179774 [2020-07-28T17:05:24.950Z] Removing intermediate container 02e21c7c1bf7 [2020-07-28T17:05:24.950Z] ---> c2552d5a7abf [2020-07-28T17:05:24.950Z] Step 5/21 : RUN apk update && apk add make git [2020-07-28T17:05:25.211Z] ---> Running in 78107de5d8e4 [2020-07-28T17:05:25.211Z] Removing intermediate container 456f3ef2ca07 [2020-07-28T17:05:25.211Z] ---> 6389f122096e [2020-07-28T17:05:25.211Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-28T17:05:25.472Z] Removing intermediate container 971051b8bc71 [2020-07-28T17:05:25.472Z] ---> 48d9b705d125 [2020-07-28T17:05:25.472Z] Step 5/20 : RUN apk update && apk add make git [2020-07-28T17:05:25.472Z] Removing intermediate container 66567326682a [2020-07-28T17:05:25.472Z] ---> bf6ba4606324 [2020-07-28T17:05:25.472Z] Step 5/20 : RUN apk update && apk add make git [2020-07-28T17:05:25.472Z] ---> Running in 7cf3440b0ca2 [2020-07-28T17:05:25.472Z] ---> Running in aa813d35a8a8 [2020-07-28T17:05:25.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:05:25.734Z] ---> Running in 6bd4b1f318a9 [2020-07-28T17:05:26.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:05:26.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:05:26.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:05:26.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:05:26.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:05:26.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:05:26.802Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:05:26.802Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:05:26.802Z] OK: 12749 distinct packages available [2020-07-28T17:05:27.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:05:27.063Z] OK: 233 MiB in 51 packages [2020-07-28T17:05:27.323Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:05:27.323Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:05:27.323Z] OK: 12749 distinct packages available [2020-07-28T17:05:27.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:05:27.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:05:27.593Z] Removing intermediate container 77e183179774 [2020-07-28T17:05:27.593Z] ---> 9375b1ddefd9 [2020-07-28T17:05:27.593Z] Step 6/23 : COPY go.mod . [2020-07-28T17:05:27.593Z] OK: 233 MiB in 51 packages [2020-07-28T17:05:27.866Z] ---> 76f72397e2c3 [2020-07-28T17:05:27.866Z] Step 7/23 : RUN go mod download [2020-07-28T17:05:27.866Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:05:27.866Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:05:27.866Z] OK: 12749 distinct packages available [2020-07-28T17:05:27.866Z] ---> Running in 218b0b9c0752 [2020-07-28T17:05:27.866Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:05:27.866Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:05:27.866Z] OK: 12749 distinct packages available [2020-07-28T17:05:28.143Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:05:28.143Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:05:28.143Z] OK: 12749 distinct packages available [2020-07-28T17:05:28.143Z] OK: 233 MiB in 51 packages [2020-07-28T17:05:28.143Z] Removing intermediate container 78107de5d8e4 [2020-07-28T17:05:28.143Z] ---> e4365ad3a8fc [2020-07-28T17:05:28.143Z] Step 6/21 : COPY go.mod . [2020-07-28T17:05:28.143Z] OK: 233 MiB in 51 packages [2020-07-28T17:05:28.412Z] OK: 233 MiB in 51 packages [2020-07-28T17:05:28.687Z] ---> 19166aba0eff [2020-07-28T17:05:28.687Z] Step 7/21 : RUN go mod download [2020-07-28T17:05:28.687Z] ---> Running in 45567346cc1d [2020-07-28T17:05:29.268Z] Removing intermediate container 7cf3440b0ca2 [2020-07-28T17:05:29.268Z] ---> 3fdfdf80e548 [2020-07-28T17:05:29.268Z] Step 6/26 : COPY go.mod . [2020-07-28T17:05:29.268Z] Removing intermediate container 6bd4b1f318a9 [2020-07-28T17:05:29.268Z] ---> cdb192de8ec1 [2020-07-28T17:05:29.268Z] Step 6/20 : COPY go.mod . [2020-07-28T17:05:29.268Z] Removing intermediate container aa813d35a8a8 [2020-07-28T17:05:29.268Z] ---> 07172b917509 [2020-07-28T17:05:29.268Z] Step 6/20 : COPY go.mod . [2020-07-28T17:05:29.534Z] ---> 74fc517d375e [2020-07-28T17:05:29.534Z] Step 7/26 : RUN go mod download [2020-07-28T17:05:29.534Z] ---> Running in 228b306eaed4 [2020-07-28T17:05:29.795Z] ---> ca6951f002f4 [2020-07-28T17:05:29.795Z] Step 7/20 : RUN go mod download [2020-07-28T17:05:30.367Z] ---> e3143de23cd3 [2020-07-28T17:05:30.367Z] Step 7/20 : RUN go mod download [2020-07-28T17:05:30.367Z] ---> Running in 40365b6ba44d [2020-07-28T17:05:30.630Z] ---> Running in 70d6462c3e97 [2020-07-28T17:05:30.895Z] Removing intermediate container 218b0b9c0752 [2020-07-28T17:05:30.895Z] ---> 613620449dfc [2020-07-28T17:05:30.895Z] Step 8/23 : COPY . . [2020-07-28T17:05:34.204Z] Removing intermediate container 45567346cc1d [2020-07-28T17:05:34.204Z] ---> 27d7cbdcec2c [2020-07-28T17:05:34.204Z] Step 8/21 : COPY . . [2020-07-28T17:05:37.703Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1273 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-07-28T17:05:37.742Z] Running in /w/workspace/edgex-go/115 [Pipeline] { [Pipeline] checkout [2020-07-28T17:05:38.419Z] Removing intermediate container 228b306eaed4 [2020-07-28T17:05:38.419Z] ---> 973f420f87a6 [2020-07-28T17:05:38.419Z] Step 8/26 : COPY . . [2020-07-28T17:05:40.988Z] Removing intermediate container 40365b6ba44d [2020-07-28T17:05:40.988Z] ---> cb269e7b16af [2020-07-28T17:05:40.988Z] Step 8/20 : COPY . . [2020-07-28T17:05:42.719Z] using credential edgex-jenkins-ssh [2020-07-28T17:05:42.768Z] Cloning the remote Git repository [2020-07-28T17:05:42.768Z] Cloning with configured refspecs honoured and without tags [2020-07-28T17:05:42.921Z] Removing intermediate container 70d6462c3e97 [2020-07-28T17:05:42.921Z] ---> aea1ea1955f8 [2020-07-28T17:05:42.921Z] Step 8/20 : COPY . . [2020-07-28T17:05:42.825Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-28T17:05:42.933Z] > git init /w/workspace/edgex-go/115 # timeout=10 [2020-07-28T17:05:42.995Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-28T17:05:42.996Z] > git --version # timeout=10 [2020-07-28T17:05:43.017Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T17:05:43.063Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T17:05:57.539Z] Fetching without tags [2020-07-28T17:05:58.022Z] Checking out Revision 4e0bf0319480625e5379d8d5fd7b212abf0b0714 (master) [2020-07-28T17:05:57.477Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-28T17:05:57.498Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T17:05:57.521Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-28T17:05:57.550Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-28T17:05:57.551Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T17:05:57.570Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T17:05:58.040Z] > git config core.sparsecheckout # timeout=10 [2020-07-28T17:05:58.060Z] > git checkout -f 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 [2020-07-28T17:06:01.294Z] ---> 6503104e25b7 [2020-07-28T17:06:01.294Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-28T17:06:02.186Z] ---> Running in 9ed601ff862f [2020-07-28T17:06:02.838Z] Commit message: "Merge pull request #2646 from ernestojeda/test-script-updates" [2020-07-28T17:06:03.134Z] ---> e81dd98727e3 [2020-07-28T17:06:03.134Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-28T17:06:03.713Z] ---> 9dfcc8f49e03 [2020-07-28T17:06:03.713Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-28T17:06:03.713Z] ---> bc9e4552bab8 [2020-07-28T17:06:03.713Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-28T17:06:03.713Z] ---> Running in 2f4d6227ac82 [2020-07-28T17:06:03.713Z] ---> Running in d4ef002cf51d [2020-07-28T17:06:03.713Z] ---> Running in 8ea743f31375 [2020-07-28T17:06:03.976Z] ---> 64912028438c [2020-07-28T17:06:03.976Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-28T17:06:03.976Z] ---> Running in 61d03f75aab1 [2020-07-28T17:06:04.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-28T17:06:04.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-28T17:06:04.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-28T17:06:05.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-28T17:06:05.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] echo [2020-07-28T17:06:16.430Z] ========================================================= [2020-07-28T17:06:16.430Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-28T17:06:16.430Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:06:17.347Z] + 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-07-28T17:06:21.648Z] Sending build context to Docker daemon 323.2MB [2020-07-28T17:06:21.648Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-28T17:06:21.648Z] Step 2/7 : FROM ${BASE} [2020-07-28T17:06:21.648Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-28T17:06:21.648Z] b538f80385f9: Pulling fs layer [2020-07-28T17:06:21.648Z] 74f711af9a0d: Pulling fs layer [2020-07-28T17:06:21.648Z] 99f96fe45779: Pulling fs layer [2020-07-28T17:06:21.648Z] fd7a069fd194: Pulling fs layer [2020-07-28T17:06:21.648Z] 66aa3694b03b: Pulling fs layer [2020-07-28T17:06:21.648Z] 170f70906a0f: Pulling fs layer [2020-07-28T17:06:21.648Z] ad7c5574e4b9: Pulling fs layer [2020-07-28T17:06:21.648Z] e772456be8f7: Pulling fs layer [2020-07-28T17:06:21.648Z] c890913d741a: Pulling fs layer [2020-07-28T17:06:21.648Z] 2480fcc9aa5a: Pulling fs layer [2020-07-28T17:06:21.648Z] 09adf4765672: Pulling fs layer [2020-07-28T17:06:21.648Z] ad7c5574e4b9: Waiting [2020-07-28T17:06:21.648Z] e772456be8f7: Waiting [2020-07-28T17:06:21.648Z] 66aa3694b03b: Waiting [2020-07-28T17:06:21.648Z] 170f70906a0f: Waiting [2020-07-28T17:06:21.648Z] c890913d741a: Waiting [2020-07-28T17:06:21.648Z] 2480fcc9aa5a: Waiting [2020-07-28T17:06:21.648Z] fd7a069fd194: Waiting [2020-07-28T17:06:21.648Z] 09adf4765672: Waiting [2020-07-28T17:06:21.648Z] 99f96fe45779: Verifying Checksum [2020-07-28T17:06:21.648Z] 99f96fe45779: Download complete [2020-07-28T17:06:21.648Z] 74f711af9a0d: Verifying Checksum [2020-07-28T17:06:21.648Z] 74f711af9a0d: Download complete [2020-07-28T17:06:21.648Z] 66aa3694b03b: Download complete [2020-07-28T17:06:21.648Z] 170f70906a0f: Verifying Checksum [2020-07-28T17:06:21.648Z] 170f70906a0f: Download complete [2020-07-28T17:06:21.648Z] b538f80385f9: Verifying Checksum [2020-07-28T17:06:21.648Z] b538f80385f9: Download complete [2020-07-28T17:06:22.249Z] b538f80385f9: Pull complete [2020-07-28T17:06:22.854Z] 74f711af9a0d: Pull complete [2020-07-28T17:06:23.133Z] 99f96fe45779: Pull complete [2020-07-28T17:06:24.115Z] ad7c5574e4b9: Verifying Checksum [2020-07-28T17:06:24.115Z] ad7c5574e4b9: Download complete [2020-07-28T17:06:24.115Z] c890913d741a: Download complete [2020-07-28T17:06:26.099Z] 2480fcc9aa5a: Verifying Checksum [2020-07-28T17:06:26.099Z] 2480fcc9aa5a: Download complete [2020-07-28T17:06:26.099Z] 09adf4765672: Verifying Checksum [2020-07-28T17:06:26.099Z] 09adf4765672: Download complete [2020-07-28T17:06:27.078Z] e772456be8f7: Verifying Checksum [2020-07-28T17:06:27.078Z] e772456be8f7: Download complete [2020-07-28T17:06:27.354Z] fd7a069fd194: Verifying Checksum [2020-07-28T17:06:27.354Z] fd7a069fd194: Download complete [2020-07-28T17:06:37.602Z] Removing intermediate container d4ef002cf51d [2020-07-28T17:06:37.602Z] ---> 6bc55f6a2941 [2020-07-28T17:06:37.602Z] [2020-07-28T17:06:37.602Z] Step 10/20 : FROM alpine [2020-07-28T17:06:37.602Z] latest: Pulling from library/alpine [2020-07-28T17:06:37.602Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-28T17:06:37.602Z] Status: Downloaded newer image for alpine:latest [2020-07-28T17:06:37.602Z] ---> a24bb4013296 [2020-07-28T17:06:37.602Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-28T17:06:39.521Z] ---> Running in 64eaf4b2eb4b [2020-07-28T17:06:39.750Z] fd7a069fd194: Pull complete [2020-07-28T17:06:39.750Z] 66aa3694b03b: Pull complete [2020-07-28T17:06:39.750Z] 170f70906a0f: Pull complete [2020-07-28T17:06:40.091Z] Removing intermediate container 8ea743f31375 [2020-07-28T17:06:40.091Z] ---> 8e4f9f39a1d1 [2020-07-28T17:06:40.091Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-28T17:06:40.354Z] ---> Running in 9d6baa5020cc [2020-07-28T17:06:40.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:06:40.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:06:40.887Z] v3.12.0-184-g1b1d9aed72 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:06:40.887Z] v3.12.0-183-gbd5545fe94 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:06:40.887Z] OK: 12749 distinct packages available [2020-07-28T17:06:41.158Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-28T17:06:41.158Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-28T17:06:41.158Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-28T17:06:41.158Z] (4/4) Installing curl (7.69.1-r0) [2020-07-28T17:06:41.158Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:06:41.158Z] Executing ca-certificates-20191127-r4.trigger [2020-07-28T17:06:41.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-28T17:06:41.426Z] OK: 7 MiB in 18 packages [2020-07-28T17:06:44.062Z] ad7c5574e4b9: Pull complete [2020-07-28T17:06:46.727Z] Removing intermediate container 9ed601ff862f [2020-07-28T17:06:46.727Z] ---> 9b69a3e3fdef [2020-07-28T17:06:46.727Z] [2020-07-28T17:06:46.727Z] Step 10/23 : FROM scratch [2020-07-28T17:06:46.727Z] ---> [2020-07-28T17:06:46.727Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-28T17:06:46.727Z] Removing intermediate container 64eaf4b2eb4b [2020-07-28T17:06:46.727Z] ---> 2246acd9a8b2 [2020-07-28T17:06:46.727Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-28T17:06:46.727Z] Removing intermediate container 61d03f75aab1 [2020-07-28T17:06:46.727Z] ---> 7022dc97e518 [2020-07-28T17:06:46.727Z] [2020-07-28T17:06:46.727Z] Step 10/20 : FROM scratch [2020-07-28T17:06:46.727Z] ---> [2020-07-28T17:06:46.727Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T17:06:46.727Z] Removing intermediate container 2f4d6227ac82 [2020-07-28T17:06:46.727Z] ---> 95f5605d108f [2020-07-28T17:06:46.727Z] [2020-07-28T17:06:46.727Z] Step 10/21 : FROM scratch [2020-07-28T17:06:46.727Z] ---> [2020-07-28T17:06:46.727Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T17:06:46.996Z] ---> Running in 676f514c2fab [2020-07-28T17:06:46.996Z] ---> Running in 0fbbc4654d47 [2020-07-28T17:06:46.996Z] ---> Running in 49e61870d9b4 [2020-07-28T17:06:46.996Z] ---> Running in 5f92de1b334b [2020-07-28T17:06:47.259Z] Removing intermediate container 676f514c2fab [2020-07-28T17:06:47.259Z] ---> fba3248d2907 [2020-07-28T17:06:47.259Z] Step 13/20 : WORKDIR /edgex [2020-07-28T17:06:47.259Z] Removing intermediate container 49e61870d9b4 [2020-07-28T17:06:47.259Z] ---> 472a2a73cf10 [2020-07-28T17:06:47.259Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-28T17:06:47.259Z] Removing intermediate container 0fbbc4654d47 [2020-07-28T17:06:47.259Z] ---> 3e6d1df85050 [2020-07-28T17:06:47.259Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-28T17:06:47.454Z] e772456be8f7: Pull complete [2020-07-28T17:06:47.522Z] Removing intermediate container 5f92de1b334b [2020-07-28T17:06:47.522Z] ---> e90d4ba4fd8e [2020-07-28T17:06:47.522Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-28T17:06:47.726Z] c890913d741a: Pull complete [2020-07-28T17:06:48.464Z] ---> Running in 30998f5400e9 [2020-07-28T17:06:48.464Z] ---> Running in f0ecd80b8d8f [2020-07-28T17:06:48.464Z] ---> Running in e374d9919e32 [2020-07-28T17:06:48.464Z] ---> Running in e69a06e46a28 [2020-07-28T17:06:48.464Z] Removing intermediate container 9d6baa5020cc [2020-07-28T17:06:48.464Z] ---> 45d4f7e07181 [2020-07-28T17:06:48.464Z] [2020-07-28T17:06:48.464Z] Step 11/26 : FROM docker:latest [2020-07-28T17:06:48.464Z] ---> 81f5749c9058 [2020-07-28T17:06:48.464Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-28T17:06:48.724Z] ---> Running in e4e1faf713fc [2020-07-28T17:06:48.724Z] Removing intermediate container f0ecd80b8d8f [2020-07-28T17:06:48.724Z] ---> e29dabb451e7 [2020-07-28T17:06:48.724Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-28T17:06:48.724Z] Removing intermediate container e69a06e46a28 [2020-07-28T17:06:48.724Z] ---> 6ed29d99b264 [2020-07-28T17:06:48.724Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-28T17:06:48.989Z] Removing intermediate container 30998f5400e9 [2020-07-28T17:06:48.989Z] ---> b577c5d63cd6 [2020-07-28T17:06:48.989Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-28T17:06:48.989Z] ---> Running in 20e3dfd6f941 [2020-07-28T17:06:48.989Z] Removing intermediate container e374d9919e32 [2020-07-28T17:06:48.989Z] ---> cf469c435644 [2020-07-28T17:06:48.989Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-28T17:06:48.989Z] ---> Running in 9d5ea557a98b [2020-07-28T17:06:48.989Z] ---> Running in 5e434b946b6d [2020-07-28T17:06:49.254Z] Removing intermediate container 20e3dfd6f941 [2020-07-28T17:06:49.255Z] ---> c9e7f9d32152 [2020-07-28T17:06:49.255Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-28T17:06:49.255Z] Removing intermediate container 9d5ea557a98b [2020-07-28T17:06:49.255Z] ---> 81a390d22b06 [2020-07-28T17:06:49.255Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-28T17:06:49.542Z] Removing intermediate container 5e434b946b6d [2020-07-28T17:06:49.542Z] ---> be91207004d8 [2020-07-28T17:06:49.542Z] Step 14/21 : WORKDIR / [2020-07-28T17:06:49.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:06:49.542Z] ---> d1b4f6a82e8b [2020-07-28T17:06:49.542Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-28T17:06:49.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:06:49.542Z] ---> Running in 486f86fa90bc [2020-07-28T17:06:49.542Z] ---> 456e9640a2e4 [2020-07-28T17:06:49.542Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-28T17:06:49.810Z] ---> 2bf0aadfd01b [2020-07-28T17:06:49.810Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-28T17:06:49.810Z] (1/2) Installing readline (8.0.4-r0) [2020-07-28T17:06:49.810Z] (2/2) Installing bash (5.0.17-r0) [2020-07-28T17:06:49.810Z] Executing bash-5.0.17-r0.post-install [2020-07-28T17:06:49.810Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:06:49.810Z] OK: 12 MiB in 22 packages [2020-07-28T17:06:49.810Z] Removing intermediate container 486f86fa90bc [2020-07-28T17:06:49.810Z] ---> 9dc03d5d5e29 [2020-07-28T17:06:49.810Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-28T17:06:50.385Z] ---> 53881f33ff55 [2020-07-28T17:06:50.385Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-28T17:06:50.647Z] ---> 563f625c8fa9 [2020-07-28T17:06:50.647Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-28T17:06:50.910Z] ---> Running in 054030b05739 [2020-07-28T17:06:50.910Z] ---> 9db2c31e569e [2020-07-28T17:06:50.910Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-28T17:06:50.910Z] ---> 568f6f6e8b34 [2020-07-28T17:06:50.910Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-28T17:06:51.128Z] 2480fcc9aa5a: Pull complete [2020-07-28T17:06:51.404Z] 09adf4765672: Pull complete [2020-07-28T17:06:51.404Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-28T17:06:51.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-28T17:06:51.404Z] ---> 2248a725d1cf [2020-07-28T17:06:51.404Z] 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-07-28T17:06:51.863Z] Removing intermediate container 054030b05739 [2020-07-28T17:06:51.863Z] ---> 8a53ff2f16f1 [2020-07-28T17:06:51.863Z] Step 17/20 : CMD ["--init=true"] [2020-07-28T17:06:51.863Z] Removing intermediate container e4e1faf713fc [2020-07-28T17:06:51.863Z] ---> 5a0c8fe11c44 [2020-07-28T17:06:51.863Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-28T17:06:52.126Z] ---> Running in 7811118708ee [2020-07-28T17:06:52.126Z] ---> Running in a6ddeb504aae [2020-07-28T17:06:52.126Z] ---> c21400147789 [2020-07-28T17:06:52.126Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:06:52.126Z] ---> 9a4f30ee0dd0 [2020-07-28T17:06:52.126Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-28T17:06:52.393Z] ---> f747d0164f02 [2020-07-28T17:06:52.393Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-28T17:06:52.393Z] ---> Running in 6f6b90332648 [2020-07-28T17:06:52.653Z] Removing intermediate container a6ddeb504aae [2020-07-28T17:06:52.653Z] ---> e45c5869ff19 [2020-07-28T17:06:52.653Z] Step 18/20 : LABEL arch=x86_64 [2020-07-28T17:06:52.653Z] ---> 19c84027d3ca [2020-07-28T17:06:52.653Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:06:52.653Z] ---> Running in 90d77a6c3703 [2020-07-28T17:06:52.915Z] ---> Running in 843ef8f9419e [2020-07-28T17:06:52.915Z] ---> 61eab9d46d0a [2020-07-28T17:06:52.915Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-28T17:06:52.915Z] Removing intermediate container 6f6b90332648 [2020-07-28T17:06:52.915Z] ---> 5f771740f718 [2020-07-28T17:06:52.915Z] Step 18/20 : LABEL arch=x86_64 [2020-07-28T17:06:52.915Z] ---> Running in 54e43f9e3315 [2020-07-28T17:06:53.178Z] Removing intermediate container 90d77a6c3703 [2020-07-28T17:06:53.178Z] ---> d901c586d631 [2020-07-28T17:06:53.178Z] Step 19/20 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:06:53.178Z] Removing intermediate container 843ef8f9419e [2020-07-28T17:06:53.178Z] ---> a0acd9efe292 [2020-07-28T17:06:53.178Z] Step 19/21 : LABEL arch=x86_64 [2020-07-28T17:06:53.442Z] ---> Running in 167e3898e481 [2020-07-28T17:06:53.442Z] Removing intermediate container 54e43f9e3315 [2020-07-28T17:06:53.442Z] ---> ebb289a9f90b [2020-07-28T17:06:53.442Z] Step 19/20 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:06:53.442Z] ---> Running in 3ee631d7b86b [2020-07-28T17:06:53.702Z] ---> Running in e105ac358744 [2020-07-28T17:06:53.702Z] Removing intermediate container 7811118708ee [2020-07-28T17:06:53.702Z] ---> 22b853430baa [2020-07-28T17:06:53.702Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-28T17:06:53.965Z] ---> f5068e54292a [2020-07-28T17:06:53.965Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-28T17:06:53.965Z] Removing intermediate container 167e3898e481 [2020-07-28T17:06:53.965Z] ---> 7903645ea84f [2020-07-28T17:06:53.965Z] Step 20/20 : LABEL version=1.2.2-dev.4 [2020-07-28T17:06:53.965Z] ---> Running in e35a28a1b36b [2020-07-28T17:06:53.965Z] Removing intermediate container 3ee631d7b86b [2020-07-28T17:06:53.965Z] ---> 49aa342dd62d [2020-07-28T17:06:53.965Z] Step 20/21 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:06:54.229Z] ---> Running in 8dcb709b21b7 [2020-07-28T17:06:54.229Z] Removing intermediate container e105ac358744 [2020-07-28T17:06:54.229Z] ---> 689ff87a4730 [2020-07-28T17:06:54.229Z] Step 20/20 : LABEL version=1.2.2-dev.4 [2020-07-28T17:06:54.229Z] ---> Running in a2d92b01b103 [2020-07-28T17:06:54.490Z] ---> Running in 31d0f09528cc [2020-07-28T17:06:54.490Z] ---> 13f5602fc033 [2020-07-28T17:06:54.490Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:06:54.490Z] Removing intermediate container e35a28a1b36b [2020-07-28T17:06:54.490Z] ---> c28cbafa860c [2020-07-28T17:06:54.490Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-28T17:06:54.490Z] Removing intermediate container 8dcb709b21b7 [2020-07-28T17:06:54.490Z] ---> 57bee0a04f59 [2020-07-28T17:06:54.490Z] [2020-07-28T17:06:54.490Z] ---> Running in 0759be878315 [2020-07-28T17:06:54.751Z] Removing intermediate container a2d92b01b103 [2020-07-28T17:06:54.751Z] ---> fdfcbd7fbf67 [2020-07-28T17:06:54.751Z] Step 21/21 : LABEL version=1.2.2-dev.4 [2020-07-28T17:06:54.751Z] Successfully built 57bee0a04f59 [2020-07-28T17:06:54.751Z] Removing intermediate container 31d0f09528cc [2020-07-28T17:06:54.751Z] ---> a4f70e749d61 [2020-07-28T17:06:54.751Z] [2020-07-28T17:06:54.751Z] ---> Running in d0d41ab2d2fc [2020-07-28T17:06:54.751Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-28T17:06:54.751Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go [2020-07-28T17:06:54.751Z] ---> Running in be486dcddea1 [2020-07-28T17:06:54.751Z] Successfully built a4f70e749d61 [2020-07-28T17:06:55.013Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-28T17:06:55.013Z] Building docker-core-command-go [2020-07-28T17:06:55.013Z]  Building docker-support-scheduler-go ... done Removing intermediate container 0759be878315 [2020-07-28T17:06:55.013Z] ---> e8947162be67 [2020-07-28T17:06:55.013Z] Step 21/23 : LABEL arch=x86_64 [2020-07-28T17:06:55.013Z] Removing intermediate container d0d41ab2d2fc [2020-07-28T17:06:55.013Z] ---> a9f1dfa93b97 [2020-07-28T17:06:55.013Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-28T17:06:55.585Z] ---> Running in 7534db3c9d35 [2020-07-28T17:06:55.585Z] Removing intermediate container be486dcddea1 [2020-07-28T17:06:55.585Z] ---> 4a448af0573a [2020-07-28T17:06:55.585Z] [2020-07-28T17:06:55.585Z] Successfully built 4a448af0573a [2020-07-28T17:06:55.585Z] ---> Running in e8ae3d25ee43 [2020-07-28T17:06:55.585Z] Successfully tagged docker-core-metadata-go:latest [2020-07-28T17:06:55.585Z] Building docker-security-secretstore-setup-go [2020-07-28T17:06:55.858Z]  Building docker-core-metadata-go ... done Removing intermediate container 7534db3c9d35 [2020-07-28T17:06:55.858Z] ---> 66bf582de72d [2020-07-28T17:06:55.858Z] Step 22/23 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:06:55.858Z] ---> Running in 37dff6f06c3d [2020-07-28T17:06:55.858Z] Removing intermediate container e8ae3d25ee43 [2020-07-28T17:06:55.858Z] ---> 8df395732ead [2020-07-28T17:06:55.858Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-28T17:06:56.430Z] Removing intermediate container 37dff6f06c3d [2020-07-28T17:06:56.430Z] ---> e94e540d7136 [2020-07-28T17:06:56.430Z] Step 23/23 : LABEL version=1.2.2-dev.4 [2020-07-28T17:06:56.794Z] ---> Running in fb1faa8ce6af [2020-07-28T17:06:57.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:06:58.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:07:00.236Z] (1/12) Installing libmagic (5.38-r0) [2020-07-28T17:07:00.637Z] ---> Running in 34b8fd45b66c [2020-07-28T17:07:00.637Z] ---> e9bc824e780d [2020-07-28T17:07:00.637Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-28T17:07:00.827Z] (2/12) Installing file (5.38-r0) [2020-07-28T17:07:00.827Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-28T17:07:00.827Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-28T17:07:00.896Z] Removing intermediate container 34b8fd45b66c [2020-07-28T17:07:00.896Z] ---> 89d74fa5f6f5 [2020-07-28T17:07:00.896Z] [2020-07-28T17:07:00.896Z] ---> c73f82494775 [2020-07-28T17:07:00.896Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-28T17:07:00.896Z] Successfully built 89d74fa5f6f5 [2020-07-28T17:07:00.896Z] Successfully tagged docker-support-notifications-go:latest [2020-07-28T17:07:00.896Z] Building docker-core-data-go [2020-07-28T17:07:01.157Z]  Building docker-support-notifications-go ... done  ---> 0a7477bf3772 [2020-07-28T17:07:01.157Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-28T17:07:01.421Z] ---> Running in e9773d89466e [2020-07-28T17:07:05.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:07:05.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:07:05.030Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-28T17:07:05.030Z] (2/33) Installing expat (2.2.9-r1) [2020-07-28T17:07:05.293Z] (3/33) Installing libffi (3.3-r2) [2020-07-28T17:07:05.293Z] (4/33) Installing gdbm (1.13-r1) [2020-07-28T17:07:05.557Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-28T17:07:05.557Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-28T17:07:05.557Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-28T17:07:09.069Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-28T17:07:09.069Z] (6/12) Installing patch (2.7.6-r6) [2020-07-28T17:07:09.069Z] (7/12) Installing build-base (0.5-r2) [2020-07-28T17:07:09.069Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-28T17:07:09.069Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-28T17:07:09.069Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-28T17:07:09.069Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-28T17:07:09.069Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-28T17:07:09.069Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:07:09.069Z] OK: 217 MiB in 51 packages [2020-07-28T17:07:13.361Z] Removing intermediate container fb1faa8ce6af [2020-07-28T17:07:13.361Z] ---> adfea093f173 [2020-07-28T17:07:13.361Z] Step 4/7 : WORKDIR /edgex-go [2020-07-28T17:07:13.361Z] ---> Running in 64a0c40c025e [2020-07-28T17:07:13.361Z] Removing intermediate container 64a0c40c025e [2020-07-28T17:07:13.361Z] ---> 79489daa470c [2020-07-28T17:07:13.361Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-28T17:07:13.736Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:07:13.736Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-28T17:07:13.736Z] ---> a3fa1bae29ea [2020-07-28T17:07:13.736Z] Step 3/29 : WORKDIR /edgex-go [2020-07-28T17:07:13.736Z] ---> Using cache [2020-07-28T17:07:13.736Z] ---> 3e69878e81b3 [2020-07-28T17:07:13.736Z] Step 4/29 : RUN apk update && apk add make git [2020-07-28T17:07:13.959Z] latest: Pulling from library/docker [2020-07-28T17:07:13.959Z] b538f80385f9: Already exists [2020-07-28T17:07:13.959Z] 259a493cd78d: Pulling fs layer [2020-07-28T17:07:13.959Z] b8e66b5100f5: Pulling fs layer [2020-07-28T17:07:13.959Z] 39dc9c94d07c: Pulling fs layer [2020-07-28T17:07:13.959Z] 551b823b3b82: Pulling fs layer [2020-07-28T17:07:13.959Z] 3c52a74df98c: Pulling fs layer [2020-07-28T17:07:13.959Z] 6c9b121b6998: Pulling fs layer [2020-07-28T17:07:13.959Z] 3c52a74df98c: Waiting [2020-07-28T17:07:13.959Z] 551b823b3b82: Waiting [2020-07-28T17:07:13.959Z] 6c9b121b6998: Waiting [2020-07-28T17:07:13.959Z] b8e66b5100f5: Verifying Checksum [2020-07-28T17:07:13.959Z] b8e66b5100f5: Download complete [2020-07-28T17:07:14.233Z] 259a493cd78d: Verifying Checksum [2020-07-28T17:07:14.233Z] 259a493cd78d: Download complete [2020-07-28T17:07:14.233Z] 551b823b3b82: Verifying Checksum [2020-07-28T17:07:14.233Z] 551b823b3b82: Download complete [2020-07-28T17:07:14.233Z] 3c52a74df98c: Verifying Checksum [2020-07-28T17:07:14.233Z] 3c52a74df98c: Download complete [2020-07-28T17:07:14.233Z] 6c9b121b6998: Verifying Checksum [2020-07-28T17:07:14.233Z] 6c9b121b6998: Download complete [2020-07-28T17:07:14.681Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-28T17:07:14.837Z] 259a493cd78d: Pull complete [2020-07-28T17:07:14.942Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-28T17:07:14.942Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-28T17:07:15.433Z] b8e66b5100f5: Pull complete [2020-07-28T17:07:15.433Z] 39dc9c94d07c: Verifying Checksum [2020-07-28T17:07:15.433Z] 39dc9c94d07c: Download complete [2020-07-28T17:07:15.512Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-28T17:07:16.083Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-28T17:07:17.468Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-28T17:07:17.468Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-28T17:07:18.812Z] 39dc9c94d07c: Pull complete [2020-07-28T17:07:18.812Z] 551b823b3b82: Pull complete [2020-07-28T17:07:19.088Z] 3c52a74df98c: Pull complete [2020-07-28T17:07:19.361Z] 6c9b121b6998: Pull complete [2020-07-28T17:07:19.361Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-28T17:07:19.361Z] Status: Downloaded newer image for docker:latest [2020-07-28T17:07:19.378Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-28T17:07:19.640Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-28T17:07:21.031Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-28T17:07:21.293Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:07:21.293Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:07:21.293Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:07:21.293Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:07:21.293Z] ---> a3fa1bae29ea [2020-07-28T17:07:21.293Z] ---> a3fa1bae29ea [2020-07-28T17:07:21.293Z] Step 3/21 : WORKDIR /edgex-goStep 3/26 : WORKDIR /edgex-go [2020-07-28T17:07:21.293Z] [2020-07-28T17:07:21.293Z] ---> Using cache [2020-07-28T17:07:21.293Z] ---> Using cache [2020-07-28T17:07:21.293Z] ---> 3e69878e81b3 [2020-07-28T17:07:21.293Z] ---> 3e69878e81b3 [2020-07-28T17:07:21.293Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:07:21.293Z] ---> Using cache [2020-07-28T17:07:21.293Z] ---> bf6ba4606324 [2020-07-28T17:07:21.293Z] Step 5/21 : RUN apk update && apk add make git [2020-07-28T17:07:21.293Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:07:21.293Z] ---> Using cache [2020-07-28T17:07:21.293Z] ---> bf6ba4606324 [2020-07-28T17:07:21.293Z] Step 5/26 : RUN apk update && apk add make git [2020-07-28T17:07:21.293Z] ---> Using cache [2020-07-28T17:07:21.293Z] ---> Using cache [2020-07-28T17:07:21.293Z] ---> cdb192de8ec1 [2020-07-28T17:07:21.293Z] ---> cdb192de8ec1 [2020-07-28T17:07:21.293Z] Step 6/21 : COPY go.mod .Step 6/26 : COPY go.mod . [2020-07-28T17:07:21.293Z] [2020-07-28T17:07:21.293Z] ---> Using cache [2020-07-28T17:07:21.293Z] ---> ca6951f002f4 [2020-07-28T17:07:21.293Z] Step 7/21 : RUN go mod download [2020-07-28T17:07:21.293Z] ---> Using cache [2020-07-28T17:07:21.293Z] ---> ca6951f002f4 [2020-07-28T17:07:21.293Z] Step 7/26 : RUN go mod download [2020-07-28T17:07:21.293Z] ---> Using cache [2020-07-28T17:07:21.294Z] ---> cb269e7b16af [2020-07-28T17:07:21.294Z] Step 8/26 : COPY . . [2020-07-28T17:07:21.294Z] ---> Using cache [2020-07-28T17:07:21.294Z] ---> cb269e7b16af [2020-07-28T17:07:21.294Z] Step 8/21 : COPY . . [2020-07-28T17:07:21.554Z] ---> Using cache [2020-07-28T17:07:21.555Z] ---> bc9e4552bab8 [2020-07-28T17:07:21.555Z] 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-07-28T17:07:21.555Z] ---> Using cache [2020-07-28T17:07:21.555Z] ---> bc9e4552bab8 [2020-07-28T17:07:21.555Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-28T17:07:22.747Z] ---> e98aaa4c27aa [2020-07-28T17:07:22.747Z] Step 6/7 : COPY go.mod . [2020-07-28T17:07:23.340Z] ---> 061327542011 [2020-07-28T17:07:23.340Z] Step 7/7 : RUN go mod download [2020-07-28T17:07:23.611Z] ---> Running in 875c503d0d1d [2020-07-28T17:07:24.104Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-28T17:07:24.104Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-28T17:07:24.366Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-28T17:07:25.315Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-28T17:07:25.315Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-28T17:07:25.315Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-28T17:07:25.888Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-28T17:07:25.888Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-28T17:07:25.888Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-28T17:07:25.888Z] ---> Running in 7a7c06465f9c [2020-07-28T17:07:25.888Z] ---> Running in b62a093e1f1f [2020-07-28T17:07:25.888Z] ---> Running in a5bcae75c48c [2020-07-28T17:07:25.888Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-28T17:07:25.888Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-28T17:07:25.888Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-28T17:07:25.888Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-28T17:07:25.888Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-28T17:07:25.888Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-28T17:07:25.888Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-28T17:07:26.994Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-28T17:07:26.994Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-28T17:07:26.994Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-28T17:07:26.994Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-28T17:07:26.994Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-28T17:07:26.994Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-28T17:07:26.994Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-28T17:07:26.994Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-28T17:07:26.994Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-28T17:07:26.994Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-28T17:07:26.994Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-28T17:07:26.994Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-28T17:07:26.994Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-28T17:07:26.994Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-28T17:07:26.994Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-28T17:07:26.994Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-28T17:07:26.994Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-28T17:07:26.994Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-28T17:07:26.994Z] go: finding github.com/fatih/color v1.7.0 [2020-07-28T17:07:26.994Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-28T17:07:26.994Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-28T17:07:26.994Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-28T17:07:26.994Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-28T17:07:26.994Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-28T17:07:26.994Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-28T17:07:26.994Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-28T17:07:27.262Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-28T17:07:27.262Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-28T17:07:27.262Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-28T17:07:27.262Z] go: finding github.com/google/uuid v1.1.0 [2020-07-28T17:07:27.262Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-28T17:07:27.262Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-28T17:07:27.262Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-28T17:07:27.262Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-28T17:07:27.262Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-28T17:07:27.262Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-28T17:07:27.262Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-28T17:07:27.262Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-28T17:07:27.274Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:07:27.274Z] OK: 71 MiB in 55 packages [2020-07-28T17:07:27.274Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:07:27.274Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:07:27.274Z] ---> a3fa1bae29ea [2020-07-28T17:07:27.274Z] Step 3/22 : WORKDIR /edgex-go [2020-07-28T17:07:27.274Z] ---> Using cache [2020-07-28T17:07:27.274Z] ---> 3e69878e81b3 [2020-07-28T17:07:27.274Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:07:27.274Z] ---> Using cache [2020-07-28T17:07:27.274Z] ---> bf6ba4606324 [2020-07-28T17:07:27.274Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-28T17:07:27.537Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-28T17:07:27.537Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-28T17:07:27.537Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-28T17:07:27.537Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-28T17:07:27.537Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-28T17:07:27.537Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-28T17:07:27.537Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-28T17:07:27.537Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-28T17:07:27.537Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-28T17:07:27.537Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-28T17:07:27.537Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-28T17:07:27.537Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-28T17:07:27.806Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-28T17:07:27.806Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-28T17:07:27.806Z] go: finding github.com/kr/pty v1.1.1 [2020-07-28T17:07:27.806Z] go: finding github.com/kr/text v0.1.0 [2020-07-28T17:07:27.806Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-28T17:07:27.806Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-28T17:07:27.806Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-28T17:07:27.806Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-28T17:07:27.806Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-28T17:07:27.806Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-28T17:07:27.806Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-28T17:07:27.806Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-28T17:07:28.076Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-28T17:07:28.076Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-28T17:07:28.076Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-28T17:07:28.076Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-28T17:07:28.076Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-28T17:07:28.076Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-28T17:07:28.076Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-28T17:07:28.076Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-28T17:07:28.076Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-28T17:07:28.076Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-28T17:07:28.076Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-28T17:07:28.076Z] go: finding github.com/posener/complete v1.1.1 [2020-07-28T17:07:28.218Z] ---> Running in abcfce1c674a [2020-07-28T17:07:28.346Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-28T17:07:28.346Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-28T17:07:28.346Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-28T17:07:28.346Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-28T17:07:28.346Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-28T17:07:28.346Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-28T17:07:28.346Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-28T17:07:28.346Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-28T17:07:28.346Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-28T17:07:28.346Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-28T17:07:28.346Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-28T17:07:28.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:07:28.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/core-command/core-command ./cmd/core-command [2020-07-28T17:07:28.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-28T17:07:28.619Z] go: finding golang.org/x/text v0.3.2 [2020-07-28T17:07:28.619Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-28T17:07:28.619Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-28T17:07:28.619Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-28T17:07:28.619Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-28T17:07:28.619Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-28T17:07:28.619Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-28T17:07:28.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:07:29.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:07:29.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:07:29.875Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:07:29.875Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:07:29.875Z] OK: 12749 distinct packages available [2020-07-28T17:07:30.143Z] OK: 233 MiB in 51 packages [2020-07-28T17:07:30.417Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:07:30.417Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:07:30.417Z] OK: 12749 distinct packages available [2020-07-28T17:07:30.728Z] OK: 233 MiB in 51 packages [2020-07-28T17:07:33.320Z] Removing intermediate container 7a7c06465f9c [2020-07-28T17:07:33.320Z] ---> aef750e4e66c [2020-07-28T17:07:33.320Z] Step 5/29 : COPY go.mod . [2020-07-28T17:07:33.903Z] Removing intermediate container abcfce1c674a [2020-07-28T17:07:33.903Z] ---> 6b38653be665 [2020-07-28T17:07:33.903Z] Step 6/22 : COPY go.mod . [2020-07-28T17:07:34.492Z] ---> 031f58f45570 [2020-07-28T17:07:34.492Z] Step 6/29 : RUN go mod download [2020-07-28T17:07:36.569Z] ---> Running in 7d025aaae0ca [2020-07-28T17:07:37.170Z] ---> c2010f00bf21 [2020-07-28T17:07:37.170Z] Step 7/22 : RUN go mod download [2020-07-28T17:07:38.604Z] ---> Running in 3da9f10039bc [2020-07-28T17:07:38.873Z] Removing intermediate container e9773d89466e [2020-07-28T17:07:38.873Z] ---> da5d6a2eabab [2020-07-28T17:07:38.873Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-28T17:07:39.139Z] ---> Running in c23708943def [2020-07-28T17:07:41.762Z] Removing intermediate container 7d025aaae0ca [2020-07-28T17:07:41.762Z] ---> efc347b69698 [2020-07-28T17:07:41.762Z] Step 7/29 : COPY . . [2020-07-28T17:07:41.762Z] Collecting docker-compose==1.23.2 [2020-07-28T17:07:41.762Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-28T17:07:41.762Z] Removing intermediate container 3da9f10039bc [2020-07-28T17:07:41.762Z] ---> 7cdea5513ca2 [2020-07-28T17:07:41.762Z] Step 8/22 : COPY . . [2020-07-28T17:07:41.762Z] 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-07-28T17:07:41.762Z] Collecting docopt<0.7,>=0.6.1 [2020-07-28T17:07:41.762Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-28T17:07:43.698Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-28T17:07:43.698Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-28T17:07:46.926Z] Removing intermediate container 875c503d0d1d [2020-07-28T17:07:46.926Z] ---> ea6ecdeb23c2 [2020-07-28T17:07:46.926Z] Successfully built ea6ecdeb23c2 [2020-07-28T17:07:46.926Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [2020-07-28T17:07:47.024Z] Collecting jsonschema<3,>=2.5.1 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-07-28T17:07:47.295Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:07:47.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-28T17:07:47.750Z] [2020-07-28T17:07:47.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:07:48.391Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-28T17:07:48.391Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-28T17:07:48.391Z] 29e5d40040c1: Pulling fs layer [2020-07-28T17:07:48.391Z] 1ce36da41761: Pulling fs layer [2020-07-28T17:07:48.391Z] 25b303627fd3: Pulling fs layer [2020-07-28T17:07:48.665Z] 29e5d40040c1: Verifying Checksum [2020-07-28T17:07:48.665Z] 29e5d40040c1: Download complete [2020-07-28T17:07:49.252Z] Collecting cached-property<2,>=1.2.0 [2020-07-28T17:07:49.252Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-28T17:07:49.262Z] 1ce36da41761: Verifying Checksum [2020-07-28T17:07:49.262Z] 1ce36da41761: Download complete [2020-07-28T17:07:49.262Z] 29e5d40040c1: Pull complete [2020-07-28T17:07:49.516Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-28T17:07:49.516Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-28T17:07:50.464Z] Collecting docker<4.0,>=3.6.0 [2020-07-28T17:07:50.464Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-28T17:07:50.699Z] 1ce36da41761: Pull complete [2020-07-28T17:07:50.699Z] 25b303627fd3: Verifying Checksum [2020-07-28T17:07:50.699Z] 25b303627fd3: Download complete [2020-07-28T17:07:51.867Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-28T17:07:52.819Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-28T17:07:54.763Z] Collecting texttable<0.10,>=0.9.0 [2020-07-28T17:07:54.763Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-28T17:07:59.006Z] Collecting PyYAML<4,>=3.10 [2020-07-28T17:07:59.007Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-28T17:07:59.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-28T17:07:59.873Z] 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-07-28T17:07:59.873Z] Collecting idna<2.8,>=2.5 [2020-07-28T17:07:59.873Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-28T17:08:00.863Z] 25b303627fd3: Pull complete [2020-07-28T17:08:00.864Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-28T17:08:00.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-28T17:08:00.864Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-28T17:08:01.144Z] prd-ubuntu18.04-docker-arm64-4c-16g-1273 does not seem to be running inside a container [2020-07-28T17:08:01.219Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:08:01.262Z] 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-07-28T17:08:01.523Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-28T17:08:01.523Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-28T17:08:02.104Z] ---> 20ea08a51104 [2020-07-28T17:08:02.104Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-28T17:08:02.104Z] ---> b98d4c6ad115 [2020-07-28T17:08:02.104Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-28T17:08:03.490Z] Collecting docker-pycreds>=0.4.0 [2020-07-28T17:08:03.490Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-28T17:08:03.490Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-28T17:08:03.490Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-28T17:08:03.490Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-28T17:08:03.490Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-28T17:08:04.091Z] Installing collected packages: docopt, dockerpty, jsonschema, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, PyYAML, docker-compose [2020-07-28T17:08:04.091Z] Running setup.py install for docopt: started [2020-07-28T17:08:04.366Z] ---> Running in f97a0ecba05e [2020-07-28T17:08:04.366Z] ---> Running in 5ead70b552db [2020-07-28T17:08:04.630Z] Running setup.py install for docopt: finished with status 'done' [2020-07-28T17:08:04.630Z] Running setup.py install for dockerpty: started [2020-07-28T17:08:04.660Z] $ docker top 21fb9b19783c358f9da2926055947116d7cd4952fbeb9c1f040801b59f8582fe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T17:08:05.208Z] Removing intermediate container a5bcae75c48c [2020-07-28T17:08:05.208Z] ---> 455455c0b10b [2020-07-28T17:08:05.208Z] [2020-07-28T17:08:05.208Z] Step 10/21 : FROM scratch [2020-07-28T17:08:05.208Z] ---> [2020-07-28T17:08:05.208Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T17:08:05.208Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-28T17:08:05.482Z] Attempting uninstall: idna [2020-07-28T17:08:05.482Z] Found existing installation: idna 2.9 [2020-07-28T17:08:05.482Z] Uninstalling idna-2.9: [2020-07-28T17:08:05.482Z] Successfully uninstalled idna-2.9 [2020-07-28T17:08:05.482Z] ---> Using cache [2020-07-28T17:08:05.482Z] ---> 472a2a73cf10 [2020-07-28T17:08:05.482Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-28T17:08:06.075Z] ---> Running in 71bd09506a5b [2020-07-28T17:08:06.075Z] Attempting uninstall: urllib3 [2020-07-28T17:08:06.075Z] Found existing installation: urllib3 1.25.9 [2020-07-28T17:08:06.075Z] Uninstalling urllib3-1.25.9: [2020-07-28T17:08:06.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-28T17:08:06.075Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/core-data/core-data ./cmd/core-data [2020-07-28T17:08:06.142Z] + docker-compose build --help [2020-07-28T17:08:06.142Z] + grep parallel [2020-07-28T17:08:06.342Z] Successfully uninstalled urllib3-1.25.9 [2020-07-28T17:08:06.613Z] Removing intermediate container 71bd09506a5b [2020-07-28T17:08:06.613Z] ---> 5f90290401ca [2020-07-28T17:08:06.613Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-28T17:08:07.202Z] Attempting uninstall: requests [2020-07-28T17:08:07.202Z] Found existing installation: requests 2.23.0 [2020-07-28T17:08:07.202Z] Uninstalling requests-2.23.0: [2020-07-28T17:08:07.202Z] ---> Running in 358ab2f90fde [2020-07-28T17:08:07.202Z] Successfully uninstalled requests-2.23.0 [2020-07-28T17:08:07.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-28T17:08:08.058Z] Removing intermediate container 358ab2f90fde [2020-07-28T17:08:08.058Z] ---> 84e5b260bee4 [2020-07-28T17:08:08.058Z] Step 14/21 : WORKDIR / [2020-07-28T17:08:08.644Z] ---> Running in dc04cec94f08 [2020-07-28T17:08:08.908Z] Running setup.py install for texttable: started [2020-07-28T17:08:09.492Z] Running setup.py install for texttable: finished with status 'done' [2020-07-28T17:08:09.508Z] --parallel Build images in parallel. [Pipeline] } [2020-07-28T17:08:09.525Z] $ docker stop --time=1 21fb9b19783c358f9da2926055947116d7cd4952fbeb9c1f040801b59f8582fe [2020-07-28T17:08:09.753Z] Running setup.py install for PyYAML: started [2020-07-28T17:08:10.335Z] Removing intermediate container dc04cec94f08 [2020-07-28T17:08:10.335Z] ---> ab38ab47a216 [2020-07-28T17:08:10.335Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-28T17:08:10.600Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-28T17:08:11.461Z] $ docker rm -f 21fb9b19783c358f9da2926055947116d7cd4952fbeb9c1f040801b59f8582fe [2020-07-28T17:08:11.572Z] ---> 3767a6ac5c39 [2020-07-28T17:08:11.572Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-28T17:08:11.572Z] 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 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:08:12.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-28T17:08:12.320Z] . [Pipeline] withDockerContainer [2020-07-28T17:08:12.550Z] ---> 69acae757bb0 [2020-07-28T17:08:12.550Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-28T17:08:12.583Z] prd-ubuntu18.04-docker-arm64-4c-16g-1273 does not seem to be running inside a container [2020-07-28T17:08:12.654Z] $ 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/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-28T17:08:14.055Z] $ docker top 4c423d01ca87aa82e0b983e8aa7cbbfa767398b922415afb1d674882edc1fe52 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T17:08:15.074Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-28T17:08:15.929Z] ---> 2a43e34e4544 [2020-07-28T17:08:15.930Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:08:15.930Z] ---> Running in 3c7499a7fe54 [2020-07-28T17:08:15.930Z] Removing intermediate container c23708943def [2020-07-28T17:08:15.930Z] ---> f3908315c69d [2020-07-28T17:08:15.930Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-28T17:08:16.507Z] Removing intermediate container b62a093e1f1f [2020-07-28T17:08:16.507Z] ---> a2264df0f62c [2020-07-28T17:08:16.507Z] [2020-07-28T17:08:16.507Z] Step 10/26 : FROM alpine:3.10 [2020-07-28T17:08:16.507Z] ---> Running in a125d25eea4b [2020-07-28T17:08:16.507Z] Removing intermediate container 3c7499a7fe54 [2020-07-28T17:08:16.507Z] ---> 2fb8deca3d26 [2020-07-28T17:08:16.507Z] Step 19/21 : LABEL arch=x86_64 [2020-07-28T17:08:16.775Z] ---> Running in 8ab9dc3b26fd [2020-07-28T17:08:16.775Z] 3.10: Pulling from library/alpine [2020-07-28T17:08:17.049Z] Removing intermediate container 8ab9dc3b26fd [2020-07-28T17:08:17.049Z] ---> dd3487ee42f2 [2020-07-28T17:08:17.049Z] Step 20/21 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:08:17.318Z] ---> Running in 41b27d148922 [2020-07-28T17:08:18.447Z] Building docker-core-command-go ... [2020-07-28T17:08:18.447Z] Building docker-core-data-go ... [2020-07-28T17:08:18.447Z] Building docker-core-metadata-go ... [2020-07-28T17:08:18.447Z] Building docker-security-proxy-setup-go ... [2020-07-28T17:08:18.447Z] Building docker-security-secrets-setup-go ... [2020-07-28T17:08:18.447Z] Building docker-security-secretstore-setup-go ... [2020-07-28T17:08:18.447Z] Building docker-support-logging-go ... [2020-07-28T17:08:18.447Z] Building docker-support-notifications-go ... [2020-07-28T17:08:18.447Z] Building docker-support-scheduler-go ... [2020-07-28T17:08:18.447Z] Building docker-sys-mgmt-agent-go ... [2020-07-28T17:08:18.447Z] Building docker-security-secrets-setup-go [2020-07-28T17:08:18.447Z] Building docker-sys-mgmt-agent-go [2020-07-28T17:08:18.447Z] Building docker-support-scheduler-go [2020-07-28T17:08:18.447Z] Building docker-security-secretstore-setup-go [2020-07-28T17:08:18.447Z] Building docker-support-notifications-go [2020-07-28T17:08:19.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:08:19.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:08:19.283Z] Removing intermediate container 41b27d148922 [2020-07-28T17:08:19.283Z] ---> 3e1445840daa [2020-07-28T17:08:19.283Z] Step 21/21 : LABEL version=1.2.2-dev.4 [2020-07-28T17:08:19.283Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-28T17:08:19.283Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-28T17:08:19.283Z] (3/3) Installing curl (7.69.1-r0) [2020-07-28T17:08:19.283Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:08:19.283Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-28T17:08:19.283Z] OK: 72 MiB in 58 packages [2020-07-28T17:08:19.283Z] Status: Downloaded newer image for alpine:3.10 [2020-07-28T17:08:19.283Z] ---> be4e4bea2c2e [2020-07-28T17:08:19.283Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-28T17:08:19.556Z] ---> Running in 883a378b1917 [2020-07-28T17:08:19.556Z] ---> Running in e48028f8bb3f [2020-07-28T17:08:20.145Z] Removing intermediate container 883a378b1917 [2020-07-28T17:08:20.145Z] ---> b9e1420cb917 [2020-07-28T17:08:20.145Z] [2020-07-28T17:08:20.145Z] Successfully built b9e1420cb917 [2020-07-28T17:08:20.145Z] Successfully tagged docker-core-command-go:latest [2020-07-28T17:08:20.408Z]  Building docker-core-command-go ... done Building docker-support-logging-go [2020-07-28T17:08:20.683Z] Removing intermediate container a125d25eea4b [2020-07-28T17:08:20.683Z] ---> 72768cec8f06 [2020-07-28T17:08:20.684Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:08:22.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:08:22.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:08:22.362Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-28T17:08:22.362Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-28T17:08:22.362Z] OK: 10346 distinct packages available [2020-07-28T17:08:22.623Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-28T17:08:24.012Z] ---> Running in 55947fbc6078 [2020-07-28T17:08:24.012Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-28T17:08:24.012Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-28T17:08:24.012Z] (4/5) Installing curl (7.66.0-r0) [2020-07-28T17:08:24.012Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-28T17:08:24.012Z] Executing busybox-1.30.1-r3.trigger [2020-07-28T17:08:24.012Z] Executing ca-certificates-20191127-r2.trigger [2020-07-28T17:08:24.012Z] OK: 7 MiB in 19 packages [2020-07-28T17:08:25.428Z] Removing intermediate container 55947fbc6078 [2020-07-28T17:08:25.428Z] ---> 11bf9ef7c280 [2020-07-28T17:08:25.428Z] Step 24/26 : LABEL arch=x86_64 [2020-07-28T17:08:27.364Z] ---> Running in 7a0649c62737 [2020-07-28T17:08:28.841Z] Removing intermediate container e48028f8bb3f [2020-07-28T17:08:28.841Z] ---> c169c8398d77 [2020-07-28T17:08:28.841Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-28T17:08:31.037Z] Removing intermediate container 7a0649c62737 [2020-07-28T17:08:31.037Z] ---> 30941ac1fb5d [2020-07-28T17:08:31.037Z] Step 25/26 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:08:31.037Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:08:31.037Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:08:31.037Z] ---> a3fa1bae29ea [2020-07-28T17:08:31.037Z] Step 3/21 : WORKDIR /edgex-go [2020-07-28T17:08:31.037Z] ---> Using cache [2020-07-28T17:08:31.037Z] ---> 3e69878e81b3 [2020-07-28T17:08:31.037Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:08:31.037Z] ---> Using cache [2020-07-28T17:08:31.037Z] ---> bf6ba4606324 [2020-07-28T17:08:31.037Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-28T17:08:32.428Z] ---> Running in 48fe4559206c [2020-07-28T17:08:32.698Z] ---> Running in 3ac8aaca4c6f [2020-07-28T17:08:32.698Z] ---> Running in 8089e270a188 [2020-07-28T17:08:32.968Z] Removing intermediate container 48fe4559206c [2020-07-28T17:08:32.968Z] ---> db96c86c14d7 [2020-07-28T17:08:32.968Z] Step 13/26 : WORKDIR / [2020-07-28T17:08:32.968Z] Removing intermediate container 8089e270a188 [2020-07-28T17:08:32.968Z] ---> bf998bc61849 [2020-07-28T17:08:32.968Z] Step 26/26 : LABEL version=1.2.2-dev.4 [2020-07-28T17:08:32.968Z] ---> Running in ae4e9e24ff03 [2020-07-28T17:08:33.234Z] ---> Running in 1575ed51f388 [2020-07-28T17:08:33.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:08:34.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:08:34.333Z] Removing intermediate container 1575ed51f388 [2020-07-28T17:08:34.333Z] ---> 474cf38859be [2020-07-28T17:08:34.333Z] [2020-07-28T17:08:34.333Z] Removing intermediate container ae4e9e24ff03 [2020-07-28T17:08:34.333Z] ---> 1d58153d40c9 [2020-07-28T17:08:34.333Z] 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-07-28T17:08:34.333Z] Successfully built 474cf38859be [2020-07-28T17:08:34.333Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-28T17:08:34.905Z]  Building docker-sys-mgmt-agent-go ... done v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:08:34.905Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:08:34.905Z] OK: 12749 distinct packages available [2020-07-28T17:08:35.167Z] OK: 233 MiB in 51 packages [2020-07-28T17:08:35.428Z] Removing intermediate container 5ead70b552db [2020-07-28T17:08:35.428Z] ---> 875b686a303b [2020-07-28T17:08:35.428Z] [2020-07-28T17:08:35.428Z] Step 9/29 : FROM alpine:latest [2020-07-28T17:08:35.428Z] ---> a24bb4013296 [2020-07-28T17:08:35.428Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-28T17:08:35.428Z] OK: 233 MiB in 51 packages [2020-07-28T17:08:35.689Z] ---> f79002fa45d2 [2020-07-28T17:08:35.689Z] 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-07-28T17:08:35.689Z] ---> Running in 9b35600bac54 [2020-07-28T17:08:35.953Z] Removing intermediate container 9b35600bac54 [2020-07-28T17:08:35.953Z] ---> 796afb22bcc0 [2020-07-28T17:08:35.953Z] Step 11/29 : USER root [2020-07-28T17:08:35.953Z] ---> 389ec1aa6920 [2020-07-28T17:08:35.953Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-28T17:08:35.953Z] ---> Running in 2ac92a0c9352 [2020-07-28T17:08:36.217Z] Removing intermediate container 3ac8aaca4c6f [2020-07-28T17:08:36.217Z] ---> 225be1bf3d6d [2020-07-28T17:08:36.217Z] Step 6/21 : COPY go.mod . [2020-07-28T17:08:36.217Z] Removing intermediate container 2ac92a0c9352 [2020-07-28T17:08:36.217Z] ---> b0e9674c7a4b [2020-07-28T17:08:36.217Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-28T17:08:36.485Z] ---> e958f5578f31 [2020-07-28T17:08:36.485Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-28T17:08:36.485Z] ---> Running in b8d4be81fee4 [2020-07-28T17:08:36.485Z] ---> 4602c3cc71b2 [2020-07-28T17:08:36.485Z] Step 7/21 : RUN go mod download [2020-07-28T17:08:37.059Z] ---> Running in d5f1d0845e24 [2020-07-28T17:08:38.973Z] ---> a21922b2cbef [2020-07-28T17:08:38.973Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-28T17:08:39.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:08:39.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:08:39.498Z] v3.12.0-184-g1b1d9aed72 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:08:39.498Z] v3.12.0-183-gbd5545fe94 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:08:39.498Z] OK: 12749 distinct packages available [2020-07-28T17:08:39.498Z] Removing intermediate container f97a0ecba05e [2020-07-28T17:08:39.498Z] ---> eff717997eed [2020-07-28T17:08:39.498Z] [2020-07-28T17:08:39.498Z] Step 10/22 : FROM alpine [2020-07-28T17:08:39.498Z] ---> a24bb4013296 [2020-07-28T17:08:39.498Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T17:08:39.498Z] ---> d1a57246687e [2020-07-28T17:08:39.498Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-28T17:08:39.765Z] ---> Running in ab9c996107cc [2020-07-28T17:08:39.765Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-28T17:08:39.765Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-28T17:08:39.765Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:08:39.765Z] Executing ca-certificates-20191127-r4.trigger [2020-07-28T17:08:39.765Z] OK: 6 MiB in 16 packages [2020-07-28T17:08:40.710Z] Removing intermediate container ab9c996107cc [2020-07-28T17:08:40.710Z] ---> 0ead2550dc08 [2020-07-28T17:08:40.710Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-28T17:08:40.710Z] ---> Running in 82bf6d584f7d [2020-07-28T17:08:40.710Z] ---> 5467b7fd6cdd [2020-07-28T17:08:40.710Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-28T17:08:40.971Z] Removing intermediate container 82bf6d584f7d [2020-07-28T17:08:40.971Z] ---> 8524bcfc9854 [2020-07-28T17:08:40.971Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-28T17:08:41.914Z] ---> Running in 9034085abc08 [2020-07-28T17:08:42.178Z] Removing intermediate container b8d4be81fee4 [2020-07-28T17:08:42.178Z] ---> 3f5336c6a70a [2020-07-28T17:08:42.178Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-28T17:08:42.178Z] ---> e0e8527fcaa5 [2020-07-28T17:08:42.178Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-28T17:08:42.178Z] Removing intermediate container d5f1d0845e24 [2020-07-28T17:08:42.178Z] ---> 727e6c69dd6d [2020-07-28T17:08:42.178Z] Step 8/21 : COPY . . [2020-07-28T17:08:42.178Z] ---> Running in 3e1dc740cd09 [2020-07-28T17:08:42.443Z] Removing intermediate container 9034085abc08 [2020-07-28T17:08:42.443Z] ---> e8f99a5748c0 [2020-07-28T17:08:42.443Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:08:42.703Z] ---> Running in 1d0b79ae0b05 [2020-07-28T17:08:42.967Z] ---> 80de1f2e6484 [2020-07-28T17:08:42.967Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-28T17:08:43.229Z] Removing intermediate container 3e1dc740cd09 [2020-07-28T17:08:43.229Z] ---> 9c2e18599112 [2020-07-28T17:08:43.229Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-28T17:08:43.229Z] ---> Running in 9fdce675b42a [2020-07-28T17:08:43.499Z] ---> Running in f7f7d0ae5b8f [2020-07-28T17:08:46.047Z] Removing intermediate container f7f7d0ae5b8f [2020-07-28T17:08:46.047Z] ---> 679b8175cd91 [2020-07-28T17:08:46.047Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-28T17:08:49.378Z] ---> Running in cda6cdd12646 [2020-07-28T17:08:51.932Z] Removing intermediate container 1d0b79ae0b05 [2020-07-28T17:08:51.932Z] ---> 22ebe9661856 [2020-07-28T17:08:51.932Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-28T17:08:51.932Z] Removing intermediate container 9fdce675b42a [2020-07-28T17:08:51.932Z] ---> 138ebf7189f0 [2020-07-28T17:08:51.932Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-28T17:08:52.878Z] ---> Running in ed5d534dd670 [2020-07-28T17:08:52.878Z] ---> Running in ee054f1197a4 [2020-07-28T17:08:53.493Z] ---> c8f4d9e7dc9a [2020-07-28T17:08:53.493Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-28T17:08:53.493Z] Removing intermediate container ed5d534dd670 [2020-07-28T17:08:53.493Z] ---> 4504fdf9b34c [2020-07-28T17:08:53.493Z] Step 24/26 : LABEL arch=x86_64 [2020-07-28T17:08:53.771Z] ---> Running in 30fa613634ef [2020-07-28T17:08:53.771Z] ---> Running in cc4ff9d5f3ff [2020-07-28T17:08:54.039Z] Removing intermediate container cda6cdd12646 [2020-07-28T17:08:54.039Z] ---> 8471f0b852e2 [2020-07-28T17:08:54.039Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-28T17:08:54.299Z] Removing intermediate container cc4ff9d5f3ff [2020-07-28T17:08:54.300Z] ---> 6a3f60c247b9 [2020-07-28T17:08:54.300Z] Step 25/26 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:08:54.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T17:08:54.300Z] ---> Running in 3fdf741aaca2 [2020-07-28T17:08:54.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-28T17:08:54.562Z] Removing intermediate container 3fdf741aaca2 [2020-07-28T17:08:54.562Z] ---> e1cc9e2d8af0 [2020-07-28T17:08:54.562Z] Step 26/26 : LABEL version=1.2.2-dev.4 [2020-07-28T17:08:54.562Z] ---> 13cdc4c9f9dc [2020-07-28T17:08:54.562Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-28T17:08:54.562Z] ---> Running in d67b6a3fe714 [2020-07-28T17:08:54.829Z] Removing intermediate container d67b6a3fe714 [2020-07-28T17:08:54.829Z] ---> 7250ed5d8a72 [2020-07-28T17:08:54.829Z] [2020-07-28T17:08:54.829Z] ---> 1455deeff635 [2020-07-28T17:08:54.829Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-28T17:08:54.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T17:08:54.829Z] Successfully built 7250ed5d8a72 [2020-07-28T17:08:54.829Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-28T17:08:55.097Z]  Building docker-security-secretstore-setup-go ... done  ---> 010e934188a5 [2020-07-28T17:08:55.097Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-28T17:08:55.692Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-28T17:08:55.692Z] ---> bd65c2afa4b6 [2020-07-28T17:08:55.692Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-28T17:08:55.692Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-28T17:08:55.692Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-28T17:08:55.971Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-28T17:08:56.250Z] ---> 79359e2ae0fd [2020-07-28T17:08:56.250Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-28T17:08:56.250Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-28T17:08:56.250Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:08:56.250Z] ---> Running in ca6bfe15f1ab [2020-07-28T17:08:56.250Z] OK: 8 MiB in 19 packages [2020-07-28T17:08:57.223Z] Removing intermediate container ee054f1197a4 [2020-07-28T17:08:57.223Z] ---> a23f3542cb13 [2020-07-28T17:08:57.223Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-28T17:08:57.808Z] ---> 83ae679465b7 [2020-07-28T17:08:57.808Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-28T17:08:58.416Z] Removing intermediate container ca6bfe15f1ab [2020-07-28T17:08:58.416Z] ---> 9a84fdc5c3d6 [2020-07-28T17:08:58.416Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-28T17:08:58.686Z] ---> 31afa52a60f8 [2020-07-28T17:08:58.686Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-28T17:08:58.686Z] ---> Running in fc54df608387 [2020-07-28T17:08:58.686Z] ---> 302a64933dc5 [2020-07-28T17:08:58.686Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-28T17:08:59.293Z] ---> b25476cdf533 [2020-07-28T17:08:59.293Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:08:59.293Z] ---> Running in f64ceeacab45 [2020-07-28T17:08:59.562Z] Removing intermediate container f64ceeacab45 [2020-07-28T17:08:59.562Z] ---> 85c89460e48e [2020-07-28T17:08:59.562Z] Step 20/22 : LABEL arch=x86_64 [2020-07-28T17:08:59.562Z] ---> Running in 86295bea102f [2020-07-28T17:08:59.841Z] Removing intermediate container 86295bea102f [2020-07-28T17:08:59.842Z] ---> 01ead40bbdf9 [2020-07-28T17:08:59.842Z] Step 21/22 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:00.132Z] ---> Running in 094cf6bc07a8 [2020-07-28T17:09:00.132Z] Removing intermediate container fc54df608387 [2020-07-28T17:09:00.132Z] ---> f8610a0a3177 [2020-07-28T17:09:00.132Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-28T17:09:00.399Z] ---> Running in 3c5b683bedd5 [2020-07-28T17:09:00.399Z] Removing intermediate container 094cf6bc07a8 [2020-07-28T17:09:00.399Z] ---> 4d8ec99fbfee [2020-07-28T17:09:00.399Z] Step 22/22 : LABEL version=1.2.2-dev.4 [2020-07-28T17:09:00.399Z] ---> Running in 5d1911938f55 [2020-07-28T17:09:00.668Z] Removing intermediate container 5d1911938f55 [2020-07-28T17:09:00.668Z] ---> 21c526194f9f [2020-07-28T17:09:00.668Z] [2020-07-28T17:09:01.239Z] Successfully built 21c526194f9f [2020-07-28T17:09:01.506Z] Successfully tagged docker-core-data-go:latest [2020-07-28T17:09:03.432Z]  Building docker-core-data-go ... done Removing intermediate container 3c5b683bedd5 [2020-07-28T17:09:03.432Z] ---> 05547fd072da [2020-07-28T17:09:03.432Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-28T17:09:03.432Z] ---> Running in 71fc5c01129f [2020-07-28T17:09:03.699Z] Removing intermediate container 71fc5c01129f [2020-07-28T17:09:03.699Z] ---> 908004cc73a5 [2020-07-28T17:09:03.699Z] Step 26/29 : CMD [ "generate" ] [2020-07-28T17:09:03.699Z] ---> Running in 5c8aa660bf9f [2020-07-28T17:09:03.699Z] Removing intermediate container 5c8aa660bf9f [2020-07-28T17:09:03.699Z] ---> fb626880e771 [2020-07-28T17:09:03.699Z] Step 27/29 : LABEL arch=x86_64 [2020-07-28T17:09:03.968Z] ---> Running in 47aaa9a2d315 [2020-07-28T17:09:03.968Z] Removing intermediate container 47aaa9a2d315 [2020-07-28T17:09:03.968Z] ---> 0c05ac7cdb4f [2020-07-28T17:09:03.968Z] Step 28/29 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:03.968Z] ---> Running in bf401ec5da65 [2020-07-28T17:09:04.233Z] Removing intermediate container bf401ec5da65 [2020-07-28T17:09:04.233Z] ---> 2b524070e19f [2020-07-28T17:09:04.233Z] Step 29/29 : LABEL version=1.2.2-dev.4 [2020-07-28T17:09:04.233Z] ---> Running in 1504efa242a7 [2020-07-28T17:09:04.495Z] Removing intermediate container 1504efa242a7 [2020-07-28T17:09:04.495Z] ---> 231bea71b8a3 [2020-07-28T17:09:04.495Z] [2020-07-28T17:09:04.495Z] Successfully built 231bea71b8a3 [2020-07-28T17:09:04.756Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-28T17:09:06.676Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 30fa613634ef [2020-07-28T17:09:06.676Z] ---> a33f9874b52d [2020-07-28T17:09:06.676Z] [2020-07-28T17:09:06.676Z] Step 10/21 : FROM scratch [2020-07-28T17:09:06.676Z] ---> [2020-07-28T17:09:06.676Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-28T17:09:06.938Z] ---> Using cache [2020-07-28T17:09:06.938Z] ---> e90d4ba4fd8e [2020-07-28T17:09:06.938Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-28T17:09:06.938Z] ---> Running in de1560497f3a [2020-07-28T17:09:07.200Z] Removing intermediate container de1560497f3a [2020-07-28T17:09:07.200Z] ---> f55a327c0928 [2020-07-28T17:09:07.200Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-28T17:09:07.200Z] ---> Running in 6484a3930f9a [2020-07-28T17:09:07.460Z] Removing intermediate container 6484a3930f9a [2020-07-28T17:09:07.460Z] ---> d832a040e0bd [2020-07-28T17:09:07.460Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-28T17:09:07.722Z] ---> 8deea4e02847 [2020-07-28T17:09:07.722Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-28T17:09:07.722Z] ---> 844e1ec4f73b [2020-07-28T17:09:07.722Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-28T17:09:08.294Z] ---> 41e49d87fd39 [2020-07-28T17:09:08.294Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-28T17:09:08.559Z] ---> f8c19d06d9b3 [2020-07-28T17:09:08.559Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:09:08.559Z] ---> Running in 648346675d1b [2020-07-28T17:09:08.820Z] Removing intermediate container 648346675d1b [2020-07-28T17:09:08.820Z] ---> fbc0f2421026 [2020-07-28T17:09:08.820Z] Step 19/21 : LABEL arch=x86_64 [2020-07-28T17:09:08.820Z] ---> Running in 105f050d4fb1 [2020-07-28T17:09:09.083Z] Removing intermediate container 105f050d4fb1 [2020-07-28T17:09:09.083Z] ---> 49b283117604 [2020-07-28T17:09:09.083Z] Step 20/21 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:09.083Z] ---> Running in 50562f5c3d2f [2020-07-28T17:09:09.083Z] Removing intermediate container 50562f5c3d2f [2020-07-28T17:09:09.083Z] ---> d54ca31739c6 [2020-07-28T17:09:09.083Z] Step 21/21 : LABEL version=1.2.2-dev.4 [2020-07-28T17:09:09.343Z] ---> Running in d6e7db4a1ed9 [2020-07-28T17:09:09.343Z] Removing intermediate container d6e7db4a1ed9 [2020-07-28T17:09:09.343Z] ---> 5c184b437db2 [2020-07-28T17:09:09.343Z] [2020-07-28T17:09:09.605Z] Successfully built 5c184b437db2 [2020-07-28T17:09:09.605Z] Successfully tagged docker-support-logging-go:latest [2020-07-28T17:09:10.199Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-07-28T17:09:10.249Z] $ docker stop --time=1 5c0775fc4850362a9c93204c264d43a8ff135359dd9a36bd2c7df47031d7d0cd [2020-07-28T17:09:12.087Z] $ docker rm -f 5c0775fc4850362a9c93204c264d43a8ff135359dd9a36bd2c7df47031d7d0cd [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:09:12.796Z] + docker images [2020-07-28T17:09:12.796Z] + grep docker [2020-07-28T17:09:12.796Z] docker-support-logging-go latest 5c184b437db2 3 seconds ago 11.8MB [2020-07-28T17:09:12.796Z] docker-security-secrets-setup-go latest 231bea71b8a3 8 seconds ago 25.1MB [2020-07-28T17:09:12.796Z] docker-core-data-go latest 21c526194f9f 12 seconds ago 23.8MB [2020-07-28T17:09:12.796Z] docker-security-secretstore-setup-go latest 7250ed5d8a72 18 seconds ago 33.9MB [2020-07-28T17:09:12.796Z] docker-sys-mgmt-agent-go latest 474cf38859be 39 seconds ago 284MB [2020-07-28T17:09:12.796Z] docker-core-command-go latest b9e1420cb917 53 seconds ago 13MB [2020-07-28T17:09:12.796Z] docker-support-notifications-go latest 89d74fa5f6f5 2 minutes ago 14.4MB [2020-07-28T17:09:12.796Z] docker-security-proxy-setup-go latest 57bee0a04f59 2 minutes ago 16.4MB [2020-07-28T17:09:12.796Z] docker-support-scheduler-go latest a4f70e749d61 2 minutes ago 13.1MB [2020-07-28T17:09:12.796Z] docker-core-metadata-go latest 4a448af0573a 2 minutes ago 14.4MB [2020-07-28T17:09:12.796Z] docker latest 81f5749c9058 4 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-07-28T17:09:13.265Z] provisioning config files... [2020-07-28T17:09:13.338Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/115@tmp/config1694911939457981725tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-28T17:09:13.812Z] nexus3.edgexfoundry.org:10001 [2020-07-28T17:09:13.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-28T17:09:14.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-28T17:09:14.072Z] Configure a credential helper to remove this warning. See [2020-07-28T17:09:14.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-28T17:09:14.072Z] [2020-07-28T17:09:14.072Z] Login Succeeded [2020-07-28T17:09:14.072Z] nexus3.edgexfoundry.org:10002 [2020-07-28T17:09:14.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-28T17:09:14.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-28T17:09:14.334Z] Configure a credential helper to remove this warning. See [2020-07-28T17:09:14.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-28T17:09:14.334Z] [2020-07-28T17:09:14.334Z] Login Succeeded [2020-07-28T17:09:14.334Z] nexus3.edgexfoundry.org:10003 [2020-07-28T17:09:14.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-28T17:09:14.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-28T17:09:14.334Z] Configure a credential helper to remove this warning. See [2020-07-28T17:09:14.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-28T17:09:14.334Z] [2020-07-28T17:09:14.334Z] Login Succeeded [2020-07-28T17:09:14.334Z] nexus3.edgexfoundry.org:10004 [2020-07-28T17:09:14.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-28T17:09:14.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-28T17:09:14.594Z] Configure a credential helper to remove this warning. See [2020-07-28T17:09:14.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-28T17:09:14.594Z] [2020-07-28T17:09:14.594Z] Login Succeeded [2020-07-28T17:09:14.594Z] docker.io [2020-07-28T17:09:14.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-28T17:09:15.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-28T17:09:15.120Z] Configure a credential helper to remove this warning. See [2020-07-28T17:09:15.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-28T17:09:15.120Z] [2020-07-28T17:09:15.120Z] Login Succeeded [Pipeline] } [2020-07-28T17:09:15.129Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:09:15.297Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-07-28T17:09:15.297Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:15.297Z] 1.2.2-dev.4 [2020-07-28T17:09:15.297Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:15.297Z] master [2020-07-28T17:09:15.297Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:15.787Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:16.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:16.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-07-28T17:09:16.086Z] cc7f5392ff01: Preparing [2020-07-28T17:09:16.086Z] 1b64aa7ea944: Preparing [2020-07-28T17:09:16.086Z] 94b995395ca5: Preparing [2020-07-28T17:09:16.086Z] cc7f5392ff01: Pushed [2020-07-28T17:09:16.086Z] 94b995395ca5: Pushed [2020-07-28T17:09:17.471Z] 1b64aa7ea944: Pushed [2020-07-28T17:09:17.471Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:7b8f06ba226f7dbdfecd569eac4cc82d5588601fe7656038c70a2a8cdfffe2f8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:17.774Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:18.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.4 [2020-07-28T17:09:18.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-07-28T17:09:18.070Z] cc7f5392ff01: Preparing [2020-07-28T17:09:18.070Z] 1b64aa7ea944: Preparing [2020-07-28T17:09:18.070Z] 94b995395ca5: Preparing [2020-07-28T17:09:18.070Z] 1b64aa7ea944: Layer already exists [2020-07-28T17:09:18.070Z] 94b995395ca5: Layer already exists [2020-07-28T17:09:18.070Z] cc7f5392ff01: Layer already exists [2020-07-28T17:09:18.070Z] 1.2.2-dev.4: digest: sha256:7b8f06ba226f7dbdfecd569eac4cc82d5588601fe7656038c70a2a8cdfffe2f8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:18.372Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:18.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:18.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-07-28T17:09:18.675Z] cc7f5392ff01: Preparing [2020-07-28T17:09:18.675Z] 1b64aa7ea944: Preparing [2020-07-28T17:09:18.675Z] 94b995395ca5: Preparing [2020-07-28T17:09:18.675Z] 94b995395ca5: Layer already exists [2020-07-28T17:09:18.675Z] cc7f5392ff01: Layer already exists [2020-07-28T17:09:18.675Z] 1b64aa7ea944: Layer already exists [2020-07-28T17:09:18.675Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:7b8f06ba226f7dbdfecd569eac4cc82d5588601fe7656038c70a2a8cdfffe2f8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:18.981Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:19.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-07-28T17:09:19.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-07-28T17:09:19.284Z] cc7f5392ff01: Preparing [2020-07-28T17:09:19.284Z] 1b64aa7ea944: Preparing [2020-07-28T17:09:19.284Z] 94b995395ca5: Preparing [2020-07-28T17:09:19.284Z] 94b995395ca5: Layer already exists [2020-07-28T17:09:19.284Z] cc7f5392ff01: Layer already exists [2020-07-28T17:09:19.284Z] 1b64aa7ea944: Layer already exists [2020-07-28T17:09:19.284Z] master: digest: sha256:7b8f06ba226f7dbdfecd569eac4cc82d5588601fe7656038c70a2a8cdfffe2f8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:09:19.456Z] ===================================================== [Pipeline] echo [2020-07-28T17:09:19.524Z] taggedImages: [2020-07-28T17:09:19.524Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:19.524Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.4 [2020-07-28T17:09:19.524Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:19.524Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-07-28T17:09:19.576Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-07-28T17:09:19.576Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:19.576Z] 1.2.2-dev.4 [2020-07-28T17:09:19.576Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:19.576Z] master [2020-07-28T17:09:19.576Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:20.045Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:20.348Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:20.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-07-28T17:09:20.348Z] 3ab8b1f0d7f2: Preparing [2020-07-28T17:09:20.348Z] 301081646e18: Preparing [2020-07-28T17:09:20.348Z] 0cc30bddc3f8: Preparing [2020-07-28T17:09:20.348Z] 6937d768b42e: Preparing [2020-07-28T17:09:20.348Z] 85ecccbf5648: Preparing [2020-07-28T17:09:20.348Z] 50644c29ef5a: Preparing [2020-07-28T17:09:20.348Z] 50644c29ef5a: Waiting [2020-07-28T17:09:20.348Z] 0cc30bddc3f8: Pushed [2020-07-28T17:09:20.610Z] 3ab8b1f0d7f2: Pushed [2020-07-28T17:09:20.610Z] 85ecccbf5648: Pushed [2020-07-28T17:09:20.610Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:20.610Z] 6937d768b42e: Pushed [2020-07-28T17:09:21.992Z] 301081646e18: Pushed [2020-07-28T17:09:21.992Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:97f2b4e8cd920cc5d32083d1ed96de119b58aa56368731721c5d46601bbd471c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:22.297Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:22.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.4 [2020-07-28T17:09:22.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-07-28T17:09:22.595Z] 3ab8b1f0d7f2: Preparing [2020-07-28T17:09:22.595Z] 301081646e18: Preparing [2020-07-28T17:09:22.595Z] 0cc30bddc3f8: Preparing [2020-07-28T17:09:22.595Z] 6937d768b42e: Preparing [2020-07-28T17:09:22.596Z] 85ecccbf5648: Preparing [2020-07-28T17:09:22.596Z] 50644c29ef5a: Preparing [2020-07-28T17:09:22.596Z] 50644c29ef5a: Waiting [2020-07-28T17:09:22.596Z] 0cc30bddc3f8: Layer already exists [2020-07-28T17:09:22.596Z] 85ecccbf5648: Layer already exists [2020-07-28T17:09:22.596Z] 3ab8b1f0d7f2: Layer already exists [2020-07-28T17:09:22.596Z] 6937d768b42e: Layer already exists [2020-07-28T17:09:22.596Z] 301081646e18: Layer already exists [2020-07-28T17:09:22.596Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:22.596Z] 1.2.2-dev.4: digest: sha256:97f2b4e8cd920cc5d32083d1ed96de119b58aa56368731721c5d46601bbd471c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:22.894Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:23.187Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:23.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-07-28T17:09:23.187Z] 3ab8b1f0d7f2: Preparing [2020-07-28T17:09:23.187Z] 301081646e18: Preparing [2020-07-28T17:09:23.187Z] 0cc30bddc3f8: Preparing [2020-07-28T17:09:23.187Z] 6937d768b42e: Preparing [2020-07-28T17:09:23.187Z] 85ecccbf5648: Preparing [2020-07-28T17:09:23.187Z] 50644c29ef5a: Preparing [2020-07-28T17:09:23.187Z] 50644c29ef5a: Waiting [2020-07-28T17:09:23.187Z] 85ecccbf5648: Layer already exists [2020-07-28T17:09:23.187Z] 3ab8b1f0d7f2: Layer already exists [2020-07-28T17:09:23.187Z] 0cc30bddc3f8: Layer already exists [2020-07-28T17:09:23.187Z] 6937d768b42e: Layer already exists [2020-07-28T17:09:23.187Z] 301081646e18: Layer already exists [2020-07-28T17:09:23.187Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:23.187Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:97f2b4e8cd920cc5d32083d1ed96de119b58aa56368731721c5d46601bbd471c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:23.486Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:23.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-07-28T17:09:23.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-07-28T17:09:23.780Z] 3ab8b1f0d7f2: Preparing [2020-07-28T17:09:23.780Z] 301081646e18: Preparing [2020-07-28T17:09:23.780Z] 0cc30bddc3f8: Preparing [2020-07-28T17:09:23.780Z] 6937d768b42e: Preparing [2020-07-28T17:09:23.780Z] 85ecccbf5648: Preparing [2020-07-28T17:09:23.780Z] 50644c29ef5a: Preparing [2020-07-28T17:09:23.780Z] 50644c29ef5a: Waiting [2020-07-28T17:09:23.780Z] 6937d768b42e: Layer already exists [2020-07-28T17:09:23.780Z] 3ab8b1f0d7f2: Layer already exists [2020-07-28T17:09:23.780Z] 85ecccbf5648: Layer already exists [2020-07-28T17:09:23.780Z] 0cc30bddc3f8: Layer already exists [2020-07-28T17:09:23.780Z] 301081646e18: Layer already exists [2020-07-28T17:09:23.780Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:23.780Z] master: digest: sha256:97f2b4e8cd920cc5d32083d1ed96de119b58aa56368731721c5d46601bbd471c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:09:23.944Z] ===================================================== [Pipeline] echo [2020-07-28T17:09:23.987Z] taggedImages: [2020-07-28T17:09:23.987Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:23.987Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.4 [2020-07-28T17:09:23.987Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:23.987Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-07-28T17:09:24.041Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-07-28T17:09:24.041Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:24.041Z] 1.2.2-dev.4 [2020-07-28T17:09:24.041Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:24.041Z] master [2020-07-28T17:09:24.041Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:24.514Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:24.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:24.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-07-28T17:09:24.808Z] e18bad6a816b: Preparing [2020-07-28T17:09:24.808Z] 1567e27fe36f: Preparing [2020-07-28T17:09:24.808Z] f683461a729d: Preparing [2020-07-28T17:09:24.808Z] f683461a729d: Pushed [2020-07-28T17:09:24.808Z] e18bad6a816b: Pushed [2020-07-28T17:09:26.188Z] 1567e27fe36f: Pushed [2020-07-28T17:09:26.188Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:9683fcd21eb093f5827526ac7dbc20a3c52cd1ae8afcf96a1d68247dfce9701f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:26.491Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:26.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.4 [2020-07-28T17:09:26.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-07-28T17:09:26.784Z] e18bad6a816b: Preparing [2020-07-28T17:09:26.784Z] 1567e27fe36f: Preparing [2020-07-28T17:09:26.784Z] f683461a729d: Preparing [2020-07-28T17:09:26.784Z] e18bad6a816b: Layer already exists [2020-07-28T17:09:26.784Z] 1567e27fe36f: Layer already exists [2020-07-28T17:09:26.784Z] f683461a729d: Layer already exists [2020-07-28T17:09:26.784Z] 1.2.2-dev.4: digest: sha256:9683fcd21eb093f5827526ac7dbc20a3c52cd1ae8afcf96a1d68247dfce9701f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:27.174Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:27.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:27.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-07-28T17:09:27.468Z] e18bad6a816b: Preparing [2020-07-28T17:09:27.468Z] 1567e27fe36f: Preparing [2020-07-28T17:09:27.468Z] f683461a729d: Preparing [2020-07-28T17:09:27.468Z] f683461a729d: Layer already exists [2020-07-28T17:09:27.468Z] 1567e27fe36f: Layer already exists [2020-07-28T17:09:27.468Z] e18bad6a816b: Layer already exists [2020-07-28T17:09:27.468Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:9683fcd21eb093f5827526ac7dbc20a3c52cd1ae8afcf96a1d68247dfce9701f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:27.766Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:28.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-07-28T17:09:28.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-07-28T17:09:28.059Z] e18bad6a816b: Preparing [2020-07-28T17:09:28.059Z] 1567e27fe36f: Preparing [2020-07-28T17:09:28.059Z] f683461a729d: Preparing [2020-07-28T17:09:28.059Z] e18bad6a816b: Layer already exists [2020-07-28T17:09:28.059Z] f683461a729d: Layer already exists [2020-07-28T17:09:28.059Z] 1567e27fe36f: Layer already exists [2020-07-28T17:09:28.059Z] master: digest: sha256:9683fcd21eb093f5827526ac7dbc20a3c52cd1ae8afcf96a1d68247dfce9701f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:09:28.259Z] ===================================================== [Pipeline] echo [2020-07-28T17:09:28.299Z] taggedImages: [2020-07-28T17:09:28.299Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:28.299Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.4 [2020-07-28T17:09:28.299Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:28.299Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-07-28T17:09:28.353Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-07-28T17:09:28.353Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:28.353Z] 1.2.2-dev.4 [2020-07-28T17:09:28.353Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:28.353Z] master [2020-07-28T17:09:28.353Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:28.823Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:29.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:29.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-07-28T17:09:29.117Z] 9eeea9e3a12f: Preparing [2020-07-28T17:09:29.117Z] 37bfdfd94550: Preparing [2020-07-28T17:09:29.117Z] eaf501fc3c8b: Preparing [2020-07-28T17:09:29.117Z] 9bcae4a3f251: Preparing [2020-07-28T17:09:29.117Z] 50644c29ef5a: Preparing [2020-07-28T17:09:29.117Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:29.117Z] 37bfdfd94550: Pushed [2020-07-28T17:09:29.117Z] eaf501fc3c8b: Pushed [2020-07-28T17:09:29.687Z] 9bcae4a3f251: Pushed [2020-07-28T17:09:29.947Z] 9eeea9e3a12f: Pushed [2020-07-28T17:09:30.208Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:8839dd89ef0ff01f8132dac5bf4058a40830e55ebd266f9425feb0dee9ff6998 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:30.506Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:30.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.4 [2020-07-28T17:09:30.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-07-28T17:09:30.800Z] 9eeea9e3a12f: Preparing [2020-07-28T17:09:30.800Z] 37bfdfd94550: Preparing [2020-07-28T17:09:30.800Z] eaf501fc3c8b: Preparing [2020-07-28T17:09:30.800Z] 9bcae4a3f251: Preparing [2020-07-28T17:09:30.800Z] 50644c29ef5a: Preparing [2020-07-28T17:09:30.800Z] 9eeea9e3a12f: Layer already exists [2020-07-28T17:09:30.800Z] eaf501fc3c8b: Layer already exists [2020-07-28T17:09:30.800Z] 37bfdfd94550: Layer already exists [2020-07-28T17:09:30.800Z] 9bcae4a3f251: Layer already exists [2020-07-28T17:09:30.800Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:30.800Z] 1.2.2-dev.4: digest: sha256:8839dd89ef0ff01f8132dac5bf4058a40830e55ebd266f9425feb0dee9ff6998 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:31.096Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:31.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:31.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-07-28T17:09:31.387Z] 9eeea9e3a12f: Preparing [2020-07-28T17:09:31.387Z] 37bfdfd94550: Preparing [2020-07-28T17:09:31.387Z] eaf501fc3c8b: Preparing [2020-07-28T17:09:31.387Z] 9bcae4a3f251: Preparing [2020-07-28T17:09:31.387Z] 50644c29ef5a: Preparing [2020-07-28T17:09:31.387Z] 9bcae4a3f251: Layer already exists [2020-07-28T17:09:31.387Z] 37bfdfd94550: Layer already exists [2020-07-28T17:09:31.387Z] eaf501fc3c8b: Layer already exists [2020-07-28T17:09:31.387Z] 9eeea9e3a12f: Layer already exists [2020-07-28T17:09:31.387Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:31.387Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:8839dd89ef0ff01f8132dac5bf4058a40830e55ebd266f9425feb0dee9ff6998 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:31.685Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:31.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-07-28T17:09:31.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-07-28T17:09:31.979Z] 9eeea9e3a12f: Preparing [2020-07-28T17:09:31.979Z] 37bfdfd94550: Preparing [2020-07-28T17:09:31.979Z] eaf501fc3c8b: Preparing [2020-07-28T17:09:31.979Z] 9bcae4a3f251: Preparing [2020-07-28T17:09:31.979Z] 50644c29ef5a: Preparing [2020-07-28T17:09:31.979Z] 9eeea9e3a12f: Layer already exists [2020-07-28T17:09:31.979Z] 37bfdfd94550: Layer already exists [2020-07-28T17:09:31.979Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:31.979Z] eaf501fc3c8b: Layer already exists [2020-07-28T17:09:31.979Z] 9bcae4a3f251: Layer already exists [2020-07-28T17:09:31.979Z] master: digest: sha256:8839dd89ef0ff01f8132dac5bf4058a40830e55ebd266f9425feb0dee9ff6998 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:09:32.178Z] ===================================================== [Pipeline] echo [2020-07-28T17:09:32.218Z] taggedImages: [2020-07-28T17:09:32.218Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:32.218Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.4 [2020-07-28T17:09:32.218Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:32.218Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-07-28T17:09:32.273Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-07-28T17:09:32.273Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:32.273Z] 1.2.2-dev.4 [2020-07-28T17:09:32.273Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:32.273Z] master [2020-07-28T17:09:32.273Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:32.857Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:33.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:33.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-07-28T17:09:33.414Z] 9cfaf9faee4d: Preparing [2020-07-28T17:09:33.414Z] 3e56fb507b66: Preparing [2020-07-28T17:09:33.414Z] 8f46c18635a7: Preparing [2020-07-28T17:09:33.414Z] 400bad9c6954: Preparing [2020-07-28T17:09:33.414Z] 400bad9c6954: Preparing [2020-07-28T17:09:33.414Z] 03e89399ba3f: Preparing [2020-07-28T17:09:33.414Z] 929031a5e64f: Preparing [2020-07-28T17:09:33.414Z] d0ae1a2a85bc: Preparing [2020-07-28T17:09:33.414Z] 9cfaf9faee4d: Preparing [2020-07-28T17:09:33.414Z] 0d8cdc3b572f: Preparing [2020-07-28T17:09:33.414Z] a35e3f967a0a: Preparing [2020-07-28T17:09:33.414Z] 22ed481794ba: Preparing [2020-07-28T17:09:33.414Z] 50644c29ef5a: Preparing [2020-07-28T17:09:33.414Z] 929031a5e64f: Waiting [2020-07-28T17:09:33.414Z] d0ae1a2a85bc: Waiting [2020-07-28T17:09:33.414Z] 0d8cdc3b572f: Waiting [2020-07-28T17:09:33.414Z] a35e3f967a0a: Waiting [2020-07-28T17:09:33.414Z] 22ed481794ba: Waiting [2020-07-28T17:09:33.414Z] 50644c29ef5a: Waiting [2020-07-28T17:09:33.414Z] 8f46c18635a7: Pushed [2020-07-28T17:09:33.414Z] 400bad9c6954: Pushed [2020-07-28T17:09:33.414Z] 3e56fb507b66: Pushed [2020-07-28T17:09:33.673Z] 03e89399ba3f: Pushed [2020-07-28T17:09:33.673Z] 929031a5e64f: Pushed [2020-07-28T17:09:33.673Z] d0ae1a2a85bc: Pushed [2020-07-28T17:09:33.673Z] 0d8cdc3b572f: Pushed [2020-07-28T17:09:33.673Z] a35e3f967a0a: Pushed [2020-07-28T17:09:33.673Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:33.936Z] 22ed481794ba: Pushed [2020-07-28T17:09:34.507Z] 9cfaf9faee4d: Pushed [2020-07-28T17:09:34.507Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:de04ab8b9c0e68d9276404214529826b5e284f9a647c35e05d9897c2544856cd size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:34.805Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:35.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.4 [2020-07-28T17:09:35.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-07-28T17:09:35.112Z] 9cfaf9faee4d: Preparing [2020-07-28T17:09:35.112Z] 3e56fb507b66: Preparing [2020-07-28T17:09:35.112Z] 8f46c18635a7: Preparing [2020-07-28T17:09:35.112Z] 400bad9c6954: Preparing [2020-07-28T17:09:35.112Z] 400bad9c6954: Preparing [2020-07-28T17:09:35.112Z] 03e89399ba3f: Preparing [2020-07-28T17:09:35.112Z] 929031a5e64f: Preparing [2020-07-28T17:09:35.112Z] d0ae1a2a85bc: Preparing [2020-07-28T17:09:35.112Z] 9cfaf9faee4d: Preparing [2020-07-28T17:09:35.112Z] 0d8cdc3b572f: Preparing [2020-07-28T17:09:35.112Z] a35e3f967a0a: Preparing [2020-07-28T17:09:35.112Z] 22ed481794ba: Preparing [2020-07-28T17:09:35.112Z] 50644c29ef5a: Preparing [2020-07-28T17:09:35.112Z] d0ae1a2a85bc: Waiting [2020-07-28T17:09:35.112Z] 0d8cdc3b572f: Waiting [2020-07-28T17:09:35.112Z] a35e3f967a0a: Waiting [2020-07-28T17:09:35.112Z] 22ed481794ba: Waiting [2020-07-28T17:09:35.112Z] 929031a5e64f: Waiting [2020-07-28T17:09:35.112Z] 50644c29ef5a: Waiting [2020-07-28T17:09:35.112Z] 8f46c18635a7: Layer already exists [2020-07-28T17:09:35.112Z] 9cfaf9faee4d: Layer already exists [2020-07-28T17:09:35.112Z] 400bad9c6954: Layer already exists [2020-07-28T17:09:35.112Z] 03e89399ba3f: Layer already exists [2020-07-28T17:09:35.112Z] 3e56fb507b66: Layer already exists [2020-07-28T17:09:35.112Z] 929031a5e64f: Layer already exists [2020-07-28T17:09:35.112Z] d0ae1a2a85bc: Layer already exists [2020-07-28T17:09:35.112Z] 0d8cdc3b572f: Layer already exists [2020-07-28T17:09:35.112Z] a35e3f967a0a: Layer already exists [2020-07-28T17:09:35.112Z] 22ed481794ba: Layer already exists [2020-07-28T17:09:35.112Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:35.112Z] 1.2.2-dev.4: digest: sha256:de04ab8b9c0e68d9276404214529826b5e284f9a647c35e05d9897c2544856cd size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:35.412Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:35.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:35.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-07-28T17:09:35.706Z] 9cfaf9faee4d: Preparing [2020-07-28T17:09:35.706Z] 3e56fb507b66: Preparing [2020-07-28T17:09:35.706Z] 8f46c18635a7: Preparing [2020-07-28T17:09:35.706Z] 400bad9c6954: Preparing [2020-07-28T17:09:35.706Z] 400bad9c6954: Preparing [2020-07-28T17:09:35.706Z] 03e89399ba3f: Preparing [2020-07-28T17:09:35.706Z] 929031a5e64f: Preparing [2020-07-28T17:09:35.706Z] d0ae1a2a85bc: Preparing [2020-07-28T17:09:35.706Z] 9cfaf9faee4d: Preparing [2020-07-28T17:09:35.706Z] 0d8cdc3b572f: Preparing [2020-07-28T17:09:35.706Z] a35e3f967a0a: Preparing [2020-07-28T17:09:35.706Z] 22ed481794ba: Preparing [2020-07-28T17:09:35.706Z] 50644c29ef5a: Preparing [2020-07-28T17:09:35.706Z] 929031a5e64f: Waiting [2020-07-28T17:09:35.706Z] d0ae1a2a85bc: Waiting [2020-07-28T17:09:35.706Z] 0d8cdc3b572f: Waiting [2020-07-28T17:09:35.706Z] a35e3f967a0a: Waiting [2020-07-28T17:09:35.706Z] 22ed481794ba: Waiting [2020-07-28T17:09:35.706Z] 50644c29ef5a: Waiting [2020-07-28T17:09:35.706Z] 9cfaf9faee4d: Layer already exists [2020-07-28T17:09:35.706Z] 8f46c18635a7: Layer already exists [2020-07-28T17:09:35.706Z] 400bad9c6954: Layer already exists [2020-07-28T17:09:35.706Z] 3e56fb507b66: Layer already exists [2020-07-28T17:09:35.706Z] 03e89399ba3f: Layer already exists [2020-07-28T17:09:35.706Z] 929031a5e64f: Layer already exists [2020-07-28T17:09:35.706Z] a35e3f967a0a: Layer already exists [2020-07-28T17:09:35.706Z] d0ae1a2a85bc: Layer already exists [2020-07-28T17:09:35.706Z] 0d8cdc3b572f: Layer already exists [2020-07-28T17:09:35.706Z] 22ed481794ba: Layer already exists [2020-07-28T17:09:35.706Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:35.706Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:de04ab8b9c0e68d9276404214529826b5e284f9a647c35e05d9897c2544856cd size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:36.005Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:36.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-07-28T17:09:36.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-07-28T17:09:36.298Z] 9cfaf9faee4d: Preparing [2020-07-28T17:09:36.298Z] 3e56fb507b66: Preparing [2020-07-28T17:09:36.298Z] 8f46c18635a7: Preparing [2020-07-28T17:09:36.298Z] 400bad9c6954: Preparing [2020-07-28T17:09:36.298Z] 400bad9c6954: Preparing [2020-07-28T17:09:36.298Z] 03e89399ba3f: Preparing [2020-07-28T17:09:36.298Z] 929031a5e64f: Preparing [2020-07-28T17:09:36.298Z] d0ae1a2a85bc: Preparing [2020-07-28T17:09:36.298Z] 9cfaf9faee4d: Preparing [2020-07-28T17:09:36.298Z] 0d8cdc3b572f: Preparing [2020-07-28T17:09:36.298Z] a35e3f967a0a: Preparing [2020-07-28T17:09:36.298Z] 22ed481794ba: Preparing [2020-07-28T17:09:36.298Z] 50644c29ef5a: Preparing [2020-07-28T17:09:36.298Z] 0d8cdc3b572f: Waiting [2020-07-28T17:09:36.298Z] a35e3f967a0a: Waiting [2020-07-28T17:09:36.298Z] 22ed481794ba: Waiting [2020-07-28T17:09:36.298Z] 50644c29ef5a: Waiting [2020-07-28T17:09:36.298Z] 929031a5e64f: Waiting [2020-07-28T17:09:36.298Z] d0ae1a2a85bc: Waiting [2020-07-28T17:09:36.298Z] 400bad9c6954: Layer already exists [2020-07-28T17:09:36.298Z] 8f46c18635a7: Layer already exists [2020-07-28T17:09:36.298Z] 9cfaf9faee4d: Layer already exists [2020-07-28T17:09:36.298Z] 03e89399ba3f: Layer already exists [2020-07-28T17:09:36.298Z] 3e56fb507b66: Layer already exists [2020-07-28T17:09:36.298Z] d0ae1a2a85bc: Layer already exists [2020-07-28T17:09:36.298Z] 929031a5e64f: Layer already exists [2020-07-28T17:09:36.298Z] 22ed481794ba: Layer already exists [2020-07-28T17:09:36.298Z] a35e3f967a0a: Layer already exists [2020-07-28T17:09:36.298Z] 0d8cdc3b572f: Layer already exists [2020-07-28T17:09:36.298Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:36.298Z] master: digest: sha256:de04ab8b9c0e68d9276404214529826b5e284f9a647c35e05d9897c2544856cd size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:09:36.471Z] ===================================================== [Pipeline] echo [2020-07-28T17:09:36.511Z] taggedImages: [2020-07-28T17:09:36.511Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:36.511Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.4 [2020-07-28T17:09:36.511Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:36.511Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-07-28T17:09:36.566Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-07-28T17:09:36.566Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:36.566Z] 1.2.2-dev.4 [2020-07-28T17:09:36.566Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:36.566Z] master [2020-07-28T17:09:36.566Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:37.010Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:37.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:37.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-07-28T17:09:37.309Z] dab4d9658532: Preparing [2020-07-28T17:09:37.309Z] ae0a4c41111a: Preparing [2020-07-28T17:09:37.309Z] d1a555b836a9: Preparing [2020-07-28T17:09:37.309Z] 07455baac996: Preparing [2020-07-28T17:09:37.309Z] 97aa48a93267: Preparing [2020-07-28T17:09:37.309Z] 15d98cbcce09: Preparing [2020-07-28T17:09:37.309Z] 4de10db96cab: Preparing [2020-07-28T17:09:37.309Z] 66bccae48afa: Preparing [2020-07-28T17:09:37.309Z] 58b1b0687b35: Preparing [2020-07-28T17:09:37.309Z] ff73f70ac09e: Preparing [2020-07-28T17:09:37.309Z] 1b3ee35aacca: Preparing [2020-07-28T17:09:37.309Z] 4de10db96cab: Waiting [2020-07-28T17:09:37.309Z] 66bccae48afa: Waiting [2020-07-28T17:09:37.309Z] 58b1b0687b35: Waiting [2020-07-28T17:09:37.309Z] ff73f70ac09e: Waiting [2020-07-28T17:09:37.309Z] 1b3ee35aacca: Waiting [2020-07-28T17:09:37.309Z] 15d98cbcce09: Waiting [2020-07-28T17:09:37.309Z] ae0a4c41111a: Pushed [2020-07-28T17:09:37.309Z] dab4d9658532: Pushed [2020-07-28T17:09:37.571Z] 15d98cbcce09: Pushed [2020-07-28T17:09:37.571Z] 4de10db96cab: Pushed [2020-07-28T17:09:37.571Z] 66bccae48afa: Pushed [2020-07-28T17:09:37.833Z] 58b1b0687b35: Pushed [2020-07-28T17:09:37.833Z] 1b3ee35aacca: Layer already exists [2020-07-28T17:09:38.095Z] d1a555b836a9: Pushed [2020-07-28T17:09:38.095Z] ff73f70ac09e: Pushed [2020-07-28T17:09:38.355Z] 97aa48a93267: Pushed [2020-07-28T17:09:38.355Z] 07455baac996: Pushed [2020-07-28T17:09:38.615Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:24e907ba9f792c18780e1ebf438d1f35f23c11e1e4513e2c77145f9f2a3e98e5 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:38.914Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:39.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.4 [2020-07-28T17:09:39.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-07-28T17:09:39.344Z] dab4d9658532: Preparing [2020-07-28T17:09:39.344Z] ae0a4c41111a: Preparing [2020-07-28T17:09:39.344Z] d1a555b836a9: Preparing [2020-07-28T17:09:39.344Z] 07455baac996: Preparing [2020-07-28T17:09:39.344Z] 97aa48a93267: Preparing [2020-07-28T17:09:39.344Z] 15d98cbcce09: Preparing [2020-07-28T17:09:39.344Z] 4de10db96cab: Preparing [2020-07-28T17:09:39.344Z] 66bccae48afa: Preparing [2020-07-28T17:09:39.344Z] 58b1b0687b35: Preparing [2020-07-28T17:09:39.344Z] ff73f70ac09e: Preparing [2020-07-28T17:09:39.344Z] 1b3ee35aacca: Preparing [2020-07-28T17:09:39.344Z] 66bccae48afa: Waiting [2020-07-28T17:09:39.344Z] 58b1b0687b35: Waiting [2020-07-28T17:09:39.344Z] ff73f70ac09e: Waiting [2020-07-28T17:09:39.344Z] 1b3ee35aacca: Waiting [2020-07-28T17:09:39.344Z] 15d98cbcce09: Waiting [2020-07-28T17:09:39.344Z] 97aa48a93267: Layer already exists [2020-07-28T17:09:39.344Z] ae0a4c41111a: Layer already exists [2020-07-28T17:09:39.344Z] 07455baac996: Layer already exists [2020-07-28T17:09:39.344Z] dab4d9658532: Layer already exists [2020-07-28T17:09:39.344Z] d1a555b836a9: Layer already exists [2020-07-28T17:09:39.344Z] 4de10db96cab: Layer already exists [2020-07-28T17:09:39.344Z] 66bccae48afa: Layer already exists [2020-07-28T17:09:39.344Z] 58b1b0687b35: Layer already exists [2020-07-28T17:09:39.344Z] 15d98cbcce09: Layer already exists [2020-07-28T17:09:39.344Z] ff73f70ac09e: Layer already exists [2020-07-28T17:09:39.344Z] 1b3ee35aacca: Layer already exists [2020-07-28T17:09:39.344Z] 1.2.2-dev.4: digest: sha256:24e907ba9f792c18780e1ebf438d1f35f23c11e1e4513e2c77145f9f2a3e98e5 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:39.639Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:39.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:39.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-07-28T17:09:39.932Z] dab4d9658532: Preparing [2020-07-28T17:09:39.932Z] ae0a4c41111a: Preparing [2020-07-28T17:09:39.932Z] d1a555b836a9: Preparing [2020-07-28T17:09:39.932Z] 07455baac996: Preparing [2020-07-28T17:09:39.932Z] 97aa48a93267: Preparing [2020-07-28T17:09:39.932Z] 15d98cbcce09: Preparing [2020-07-28T17:09:39.932Z] 4de10db96cab: Preparing [2020-07-28T17:09:39.932Z] 66bccae48afa: Preparing [2020-07-28T17:09:39.932Z] 58b1b0687b35: Preparing [2020-07-28T17:09:39.932Z] ff73f70ac09e: Preparing [2020-07-28T17:09:39.932Z] 1b3ee35aacca: Preparing [2020-07-28T17:09:39.932Z] 15d98cbcce09: Waiting [2020-07-28T17:09:39.932Z] 4de10db96cab: Waiting [2020-07-28T17:09:39.932Z] ff73f70ac09e: Waiting [2020-07-28T17:09:39.932Z] 1b3ee35aacca: Waiting [2020-07-28T17:09:39.932Z] 66bccae48afa: Waiting [2020-07-28T17:09:39.932Z] 58b1b0687b35: Waiting [2020-07-28T17:09:39.932Z] ae0a4c41111a: Layer already exists [2020-07-28T17:09:39.932Z] d1a555b836a9: Layer already exists [2020-07-28T17:09:39.932Z] 97aa48a93267: Layer already exists [2020-07-28T17:09:39.932Z] 07455baac996: Layer already exists [2020-07-28T17:09:39.932Z] dab4d9658532: Layer already exists [2020-07-28T17:09:39.932Z] 15d98cbcce09: Layer already exists [2020-07-28T17:09:39.932Z] 4de10db96cab: Layer already exists [2020-07-28T17:09:39.932Z] 66bccae48afa: Layer already exists [2020-07-28T17:09:39.932Z] 58b1b0687b35: Layer already exists [2020-07-28T17:09:39.932Z] ff73f70ac09e: Layer already exists [2020-07-28T17:09:39.932Z] 1b3ee35aacca: Layer already exists [2020-07-28T17:09:39.932Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:24e907ba9f792c18780e1ebf438d1f35f23c11e1e4513e2c77145f9f2a3e98e5 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:40.203Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:09:40.203Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:09:40.203Z] ---> ea6ecdeb23c2 [2020-07-28T17:09:40.203Z] Step 3/20 : WORKDIR /edgex-go [2020-07-28T17:09:40.203Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:09:40.203Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:09:40.203Z] ---> ea6ecdeb23c2 [2020-07-28T17:09:40.203Z] Step 3/26 : WORKDIR /edgex-go [2020-07-28T17:09:40.203Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:09:40.203Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpineStep 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:09:40.203Z] [2020-07-28T17:09:40.203Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> ea6ecdeb23c2 [2020-07-28T17:09:40.203Z] [2020-07-28T17:09:40.203Z] Step 3/26 : WORKDIR /edgex-go ---> ea6ecdeb23c2 [2020-07-28T17:09:40.203Z] [2020-07-28T17:09:40.203Z] Step 3/23 : WORKDIR /edgex-go [2020-07-28T17:09:40.203Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:09:40.203Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-28T17:09:40.203Z] ---> ea6ecdeb23c2 [2020-07-28T17:09:40.203Z] Step 3/29 : WORKDIR /edgex-go [2020-07-28T17:09:40.203Z] ---> Running in f9bc8e36354a [2020-07-28T17:09:40.203Z] ---> Running in 364a8f83a5f3 [2020-07-28T17:09:40.203Z] ---> Running in ed509b6465a0 [2020-07-28T17:09:40.203Z] ---> Running in 39d710535cb3 [2020-07-28T17:09:40.203Z] ---> Running in 75df5c806784 [2020-07-28T17:09:40.203Z] Removing intermediate container 39d710535cb3 [2020-07-28T17:09:40.203Z] Removing intermediate container 364a8f83a5f3 [2020-07-28T17:09:40.203Z] ---> 9f72fb02e1ca [2020-07-28T17:09:40.203Z] ---> a5ed9806b3bf [2020-07-28T17:09:40.203Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:09:40.203Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:09:40.203Z] Removing intermediate container 75df5c806784 [2020-07-28T17:09:40.203Z] ---> 0c45fc783317 [2020-07-28T17:09:40.203Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:09:40.203Z] Removing intermediate container f9bc8e36354a [2020-07-28T17:09:40.203Z] ---> 2c4420a1bded [2020-07-28T17:09:40.203Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:09:40.203Z] Removing intermediate container ed509b6465a0 [2020-07-28T17:09:40.203Z] ---> 7908060d4dcf [2020-07-28T17:09:40.203Z] Step 4/29 : RUN apk update && apk add make git [2020-07-28T17:09:40.203Z] ---> Running in b7c6447b283e [2020-07-28T17:09:40.203Z] ---> Running in 1d2218412625 [2020-07-28T17:09:40.203Z] ---> Running in 6af4577d8785 [2020-07-28T17:09:40.203Z] ---> Running in 5278bf05914f [2020-07-28T17:09:40.203Z] ---> Running in 70153590e39c [2020-07-28T17:09:40.226Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:40.518Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-07-28T17:09:40.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-07-28T17:09:40.518Z] dab4d9658532: Preparing [2020-07-28T17:09:40.518Z] ae0a4c41111a: Preparing [2020-07-28T17:09:40.518Z] d1a555b836a9: Preparing [2020-07-28T17:09:40.518Z] 07455baac996: Preparing [2020-07-28T17:09:40.518Z] 97aa48a93267: Preparing [2020-07-28T17:09:40.518Z] 15d98cbcce09: Preparing [2020-07-28T17:09:40.518Z] 4de10db96cab: Preparing [2020-07-28T17:09:40.518Z] 66bccae48afa: Preparing [2020-07-28T17:09:40.518Z] 58b1b0687b35: Preparing [2020-07-28T17:09:40.518Z] ff73f70ac09e: Preparing [2020-07-28T17:09:40.518Z] 1b3ee35aacca: Preparing [2020-07-28T17:09:40.518Z] 66bccae48afa: Waiting [2020-07-28T17:09:40.518Z] 58b1b0687b35: Waiting [2020-07-28T17:09:40.518Z] ff73f70ac09e: Waiting [2020-07-28T17:09:40.518Z] 1b3ee35aacca: Waiting [2020-07-28T17:09:40.518Z] 15d98cbcce09: Waiting [2020-07-28T17:09:40.518Z] 4de10db96cab: Waiting [2020-07-28T17:09:40.518Z] ae0a4c41111a: Layer already exists [2020-07-28T17:09:40.518Z] 97aa48a93267: Layer already exists [2020-07-28T17:09:40.518Z] dab4d9658532: Layer already exists [2020-07-28T17:09:40.518Z] 07455baac996: Layer already exists [2020-07-28T17:09:40.518Z] d1a555b836a9: Layer already exists [2020-07-28T17:09:40.518Z] 15d98cbcce09: Layer already exists [2020-07-28T17:09:40.518Z] 4de10db96cab: Layer already exists [2020-07-28T17:09:40.518Z] ff73f70ac09e: Layer already exists [2020-07-28T17:09:40.518Z] 66bccae48afa: Layer already exists [2020-07-28T17:09:40.518Z] 58b1b0687b35: Layer already exists [2020-07-28T17:09:40.518Z] 1b3ee35aacca: Layer already exists [2020-07-28T17:09:40.518Z] master: digest: sha256:24e907ba9f792c18780e1ebf438d1f35f23c11e1e4513e2c77145f9f2a3e98e5 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:09:40.701Z] ===================================================== [Pipeline] echo [2020-07-28T17:09:40.742Z] taggedImages: [2020-07-28T17:09:40.742Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:40.742Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.4 [2020-07-28T17:09:40.742Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:40.742Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-07-28T17:09:40.804Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-07-28T17:09:40.804Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:40.804Z] 1.2.2-dev.4 [2020-07-28T17:09:40.804Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:40.804Z] master [2020-07-28T17:09:40.804Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:41.286Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:41.582Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:41.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-07-28T17:09:41.582Z] 78c1baa1a337: Preparing [2020-07-28T17:09:41.582Z] 9eb839177289: Preparing [2020-07-28T17:09:41.582Z] c5dabb8ab5a7: Preparing [2020-07-28T17:09:41.582Z] bbd66c707202: Preparing [2020-07-28T17:09:41.582Z] 78c1baa1a337: Pushed [2020-07-28T17:09:41.582Z] c5dabb8ab5a7: Pushed [2020-07-28T17:09:41.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:09:41.843Z] bbd66c707202: Pushed [2020-07-28T17:09:42.241Z] Removing intermediate container b7c6447b283e [2020-07-28T17:09:42.241Z] ---> 1b60682fc4b9 [2020-07-28T17:09:42.241Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-28T17:09:42.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:09:42.784Z] 9eb839177289: Pushed [2020-07-28T17:09:42.785Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:8ca6bdc8480047c72fa567dfbef31b02b23e96b7f17d2b48ec3405af0c9b01d7 size: 1153 [2020-07-28T17:09:42.787Z] ---> Running in 93ff76388526 [2020-07-28T17:09:42.787Z] Removing intermediate container 1d2218412625 [2020-07-28T17:09:42.787Z] ---> f944151d788f [2020-07-28T17:09:42.787Z] Step 5/20 : RUN apk update && apk add make git [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:43.057Z] ---> Running in d2a93c8b0219 [2020-07-28T17:09:43.078Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:43.326Z] Removing intermediate container 70153590e39c [2020-07-28T17:09:43.326Z] ---> aaba1d89b7c4 [2020-07-28T17:09:43.326Z] Step 5/26 : RUN apk update && apk add make git [2020-07-28T17:09:43.326Z] Removing intermediate container 6af4577d8785 [2020-07-28T17:09:43.326Z] ---> 0c0068156082 [2020-07-28T17:09:43.326Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-28T17:09:43.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.4 [2020-07-28T17:09:43.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-07-28T17:09:43.366Z] 78c1baa1a337: Preparing [2020-07-28T17:09:43.366Z] 9eb839177289: Preparing [2020-07-28T17:09:43.366Z] c5dabb8ab5a7: Preparing [2020-07-28T17:09:43.366Z] bbd66c707202: Preparing [2020-07-28T17:09:43.366Z] bbd66c707202: Layer already exists [2020-07-28T17:09:43.366Z] 9eb839177289: Layer already exists [2020-07-28T17:09:43.366Z] 78c1baa1a337: Layer already exists [2020-07-28T17:09:43.366Z] c5dabb8ab5a7: Layer already exists [2020-07-28T17:09:43.366Z] 1.2.2-dev.4: digest: sha256:8ca6bdc8480047c72fa567dfbef31b02b23e96b7f17d2b48ec3405af0c9b01d7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:43.595Z] ---> Running in bc33587e864b [2020-07-28T17:09:43.595Z] ---> Running in ac039fafac3e [2020-07-28T17:09:43.659Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:43.872Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:09:43.872Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:09:43.872Z] OK: 12620 distinct packages available [2020-07-28T17:09:43.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:43.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-07-28T17:09:43.947Z] 78c1baa1a337: Preparing [2020-07-28T17:09:43.947Z] 9eb839177289: Preparing [2020-07-28T17:09:43.947Z] c5dabb8ab5a7: Preparing [2020-07-28T17:09:43.947Z] bbd66c707202: Preparing [2020-07-28T17:09:43.947Z] c5dabb8ab5a7: Layer already exists [2020-07-28T17:09:43.947Z] 9eb839177289: Layer already exists [2020-07-28T17:09:43.947Z] 78c1baa1a337: Layer already exists [2020-07-28T17:09:43.947Z] bbd66c707202: Layer already exists [2020-07-28T17:09:43.947Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:8ca6bdc8480047c72fa567dfbef31b02b23e96b7f17d2b48ec3405af0c9b01d7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:44.378Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:44.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-07-28T17:09:44.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-07-28T17:09:44.669Z] 78c1baa1a337: Preparing [2020-07-28T17:09:44.669Z] 9eb839177289: Preparing [2020-07-28T17:09:44.669Z] c5dabb8ab5a7: Preparing [2020-07-28T17:09:44.669Z] bbd66c707202: Preparing [2020-07-28T17:09:44.669Z] 9eb839177289: Layer already exists [2020-07-28T17:09:44.669Z] 78c1baa1a337: Layer already exists [2020-07-28T17:09:44.669Z] bbd66c707202: Layer already exists [2020-07-28T17:09:44.669Z] c5dabb8ab5a7: Layer already exists [2020-07-28T17:09:44.669Z] master: digest: sha256:8ca6bdc8480047c72fa567dfbef31b02b23e96b7f17d2b48ec3405af0c9b01d7 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-07-28T17:09:44.847Z] OK: 217 MiB in 51 packages [2020-07-28T17:09:44.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-07-28T17:09:44.881Z] ===================================================== [Pipeline] echo [2020-07-28T17:09:44.917Z] taggedImages: [2020-07-28T17:09:44.917Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:44.917Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.4 [2020-07-28T17:09:44.917Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:44.917Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-07-28T17:09:44.968Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-07-28T17:09:44.968Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:44.968Z] 1.2.2-dev.4 [2020-07-28T17:09:44.968Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:44.968Z] master [2020-07-28T17:09:44.968Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:45.436Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:45.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:45.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:09:45.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:09:45.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:09:45.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:45.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-07-28T17:09:45.740Z] f6ec3a90b2fe: Preparing [2020-07-28T17:09:45.740Z] 933058a342d6: Preparing [2020-07-28T17:09:45.740Z] f80e9384f462: Preparing [2020-07-28T17:09:45.740Z] 01ab6115afd3: Preparing [2020-07-28T17:09:45.740Z] ca7ff4cf0eeb: Preparing [2020-07-28T17:09:45.740Z] 892915160831: Preparing [2020-07-28T17:09:45.740Z] 892915160831: Waiting [2020-07-28T17:09:45.740Z] f6ec3a90b2fe: Pushed [2020-07-28T17:09:45.740Z] f80e9384f462: Pushed [2020-07-28T17:09:45.740Z] 01ab6115afd3: Pushed [2020-07-28T17:09:45.987Z] Removing intermediate container 5278bf05914f [2020-07-28T17:09:45.987Z] ---> 3914a5bd1575 [2020-07-28T17:09:45.987Z] Step 5/29 : COPY go.mod . [2020-07-28T17:09:46.003Z] ca7ff4cf0eeb: Pushed [2020-07-28T17:09:46.003Z] 892915160831: Pushed [2020-07-28T17:09:46.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:09:46.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:09:46.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:09:46.813Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:09:46.813Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:09:46.813Z] OK: 12620 distinct packages available [2020-07-28T17:09:46.813Z] ---> a0c1f8397169 [2020-07-28T17:09:46.813Z] Step 6/29 : RUN go mod download [2020-07-28T17:09:46.949Z] 933058a342d6: Pushed [2020-07-28T17:09:47.086Z] ---> Running in b81f50dcec92 [2020-07-28T17:09:47.086Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:09:47.086Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:09:47.086Z] OK: 12620 distinct packages available [2020-07-28T17:09:47.209Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:cb729cb5d9de0805ae0be113f47c5f5f470fb431d225e738463251ecd8be8452 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:47.359Z] OK: 217 MiB in 51 packages [2020-07-28T17:09:47.510Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:47.632Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:09:47.632Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:09:47.632Z] OK: 12620 distinct packages available [2020-07-28T17:09:47.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.4 [2020-07-28T17:09:47.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-07-28T17:09:47.799Z] f6ec3a90b2fe: Preparing [2020-07-28T17:09:47.799Z] 933058a342d6: Preparing [2020-07-28T17:09:47.799Z] f80e9384f462: Preparing [2020-07-28T17:09:47.799Z] 01ab6115afd3: Preparing [2020-07-28T17:09:47.799Z] ca7ff4cf0eeb: Preparing [2020-07-28T17:09:47.799Z] 892915160831: Preparing [2020-07-28T17:09:47.799Z] 892915160831: Waiting [2020-07-28T17:09:47.799Z] f6ec3a90b2fe: Layer already exists [2020-07-28T17:09:47.799Z] ca7ff4cf0eeb: Layer already exists [2020-07-28T17:09:47.799Z] 933058a342d6: Layer already exists [2020-07-28T17:09:47.799Z] 01ab6115afd3: Layer already exists [2020-07-28T17:09:47.799Z] f80e9384f462: Layer already exists [2020-07-28T17:09:47.800Z] 892915160831: Layer already exists [2020-07-28T17:09:47.800Z] 1.2.2-dev.4: digest: sha256:cb729cb5d9de0805ae0be113f47c5f5f470fb431d225e738463251ecd8be8452 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:47.907Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:09:47.908Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:09:47.908Z] OK: 12620 distinct packages available [2020-07-28T17:09:48.093Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:48.184Z] OK: 217 MiB in 51 packages [2020-07-28T17:09:48.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:48.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-07-28T17:09:48.387Z] f6ec3a90b2fe: Preparing [2020-07-28T17:09:48.387Z] 933058a342d6: Preparing [2020-07-28T17:09:48.387Z] f80e9384f462: Preparing [2020-07-28T17:09:48.387Z] 01ab6115afd3: Preparing [2020-07-28T17:09:48.387Z] ca7ff4cf0eeb: Preparing [2020-07-28T17:09:48.387Z] 892915160831: Preparing [2020-07-28T17:09:48.387Z] 892915160831: Waiting [2020-07-28T17:09:48.387Z] f6ec3a90b2fe: Layer already exists [2020-07-28T17:09:48.387Z] f80e9384f462: Layer already exists [2020-07-28T17:09:48.387Z] ca7ff4cf0eeb: Layer already exists [2020-07-28T17:09:48.387Z] 01ab6115afd3: Layer already exists [2020-07-28T17:09:48.387Z] 933058a342d6: Layer already exists [2020-07-28T17:09:48.387Z] 892915160831: Layer already exists [2020-07-28T17:09:48.387Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:cb729cb5d9de0805ae0be113f47c5f5f470fb431d225e738463251ecd8be8452 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:48.455Z] OK: 217 MiB in 51 packages [2020-07-28T17:09:48.684Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:48.730Z] OK: 217 MiB in 51 packages [2020-07-28T17:09:48.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-07-28T17:09:48.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-07-28T17:09:48.974Z] f6ec3a90b2fe: Preparing [2020-07-28T17:09:48.974Z] 933058a342d6: Preparing [2020-07-28T17:09:48.974Z] f80e9384f462: Preparing [2020-07-28T17:09:48.974Z] 01ab6115afd3: Preparing [2020-07-28T17:09:48.974Z] ca7ff4cf0eeb: Preparing [2020-07-28T17:09:48.974Z] 892915160831: Preparing [2020-07-28T17:09:48.974Z] 892915160831: Waiting [2020-07-28T17:09:48.974Z] f80e9384f462: Layer already exists [2020-07-28T17:09:48.974Z] 01ab6115afd3: Layer already exists [2020-07-28T17:09:48.974Z] f6ec3a90b2fe: Layer already exists [2020-07-28T17:09:48.974Z] 933058a342d6: Layer already exists [2020-07-28T17:09:48.974Z] ca7ff4cf0eeb: Layer already exists [2020-07-28T17:09:48.974Z] 892915160831: Layer already exists [2020-07-28T17:09:48.974Z] master: digest: sha256:cb729cb5d9de0805ae0be113f47c5f5f470fb431d225e738463251ecd8be8452 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:09:49.134Z] ===================================================== [Pipeline] echo [2020-07-28T17:09:49.404Z] taggedImages: [2020-07-28T17:09:49.404Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:49.404Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.4 [2020-07-28T17:09:49.404Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:49.404Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-07-28T17:09:49.455Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-07-28T17:09:49.455Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:49.455Z] 1.2.2-dev.4 [2020-07-28T17:09:49.455Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:49.455Z] master [2020-07-28T17:09:49.455Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:49.740Z] Removing intermediate container 93ff76388526 [2020-07-28T17:09:49.740Z] ---> 1711279ba486 [2020-07-28T17:09:49.740Z] Step 6/26 : COPY go.mod . [2020-07-28T17:09:49.925Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:50.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:50.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-07-28T17:09:50.222Z] 7bb2e44664f9: Preparing [2020-07-28T17:09:50.222Z] baaec0b6c7b6: Preparing [2020-07-28T17:09:50.222Z] 1836a737835a: Preparing [2020-07-28T17:09:50.222Z] 1836a737835a: Pushed [2020-07-28T17:09:50.222Z] 7bb2e44664f9: Pushed [2020-07-28T17:09:50.347Z] Removing intermediate container d2a93c8b0219 [2020-07-28T17:09:50.347Z] ---> 16baa0a1cabd [2020-07-28T17:09:50.347Z] Step 6/20 : COPY go.mod . [2020-07-28T17:09:50.637Z] Removing intermediate container bc33587e864b [2020-07-28T17:09:50.637Z] ---> 4a8564983f8f [2020-07-28T17:09:50.637Z] Step 6/26 : COPY go.mod . [2020-07-28T17:09:50.930Z] Removing intermediate container ac039fafac3e [2020-07-28T17:09:50.930Z] ---> 179caacec397 [2020-07-28T17:09:50.930Z] Step 6/23 : COPY go.mod . [2020-07-28T17:09:50.930Z] ---> cfe21cefe5b1 [2020-07-28T17:09:50.930Z] Step 7/26 : RUN go mod download [2020-07-28T17:09:51.215Z] ---> Running in 2d342356863a [2020-07-28T17:09:51.524Z] Removing intermediate container b81f50dcec92 [2020-07-28T17:09:51.524Z] ---> 31003af0fb89 [2020-07-28T17:09:51.524Z] Step 7/29 : COPY . . [2020-07-28T17:09:51.524Z] ---> fc2263b09856 [2020-07-28T17:09:51.524Z] Step 7/20 : RUN go mod download [2020-07-28T17:09:51.683Z] baaec0b6c7b6: Pushed [2020-07-28T17:09:51.684Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:39d7f63bbda97cb7f1f404a5d280247c9bc090de059485085c801ad79f10bf35 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:51.802Z] ---> Running in a3f9fc529427 [2020-07-28T17:09:51.981Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:52.086Z] ---> 7324271bafee [2020-07-28T17:09:52.086Z] Step 7/26 : RUN go mod download [2020-07-28T17:09:52.086Z] ---> 7621ce0b092e [2020-07-28T17:09:52.086Z] Step 7/23 : RUN go mod download [2020-07-28T17:09:52.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.4 [2020-07-28T17:09:52.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-07-28T17:09:52.271Z] 7bb2e44664f9: Preparing [2020-07-28T17:09:52.271Z] baaec0b6c7b6: Preparing [2020-07-28T17:09:52.271Z] 1836a737835a: Preparing [2020-07-28T17:09:52.271Z] 7bb2e44664f9: Layer already exists [2020-07-28T17:09:52.271Z] 1836a737835a: Layer already exists [2020-07-28T17:09:52.271Z] baaec0b6c7b6: Layer already exists [2020-07-28T17:09:52.271Z] 1.2.2-dev.4: digest: sha256:39d7f63bbda97cb7f1f404a5d280247c9bc090de059485085c801ad79f10bf35 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:52.357Z] ---> Running in 8c65cc3c3db5 [2020-07-28T17:09:52.357Z] ---> Running in 4a3b7a8acc8f [2020-07-28T17:09:52.565Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:52.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:52.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-07-28T17:09:52.858Z] 7bb2e44664f9: Preparing [2020-07-28T17:09:52.858Z] baaec0b6c7b6: Preparing [2020-07-28T17:09:52.858Z] 1836a737835a: Preparing [2020-07-28T17:09:52.858Z] 1836a737835a: Layer already exists [2020-07-28T17:09:52.858Z] baaec0b6c7b6: Layer already exists [2020-07-28T17:09:52.858Z] 7bb2e44664f9: Layer already exists [2020-07-28T17:09:52.858Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:39d7f63bbda97cb7f1f404a5d280247c9bc090de059485085c801ad79f10bf35 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:53.152Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:53.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-07-28T17:09:53.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-07-28T17:09:53.443Z] 7bb2e44664f9: Preparing [2020-07-28T17:09:53.443Z] baaec0b6c7b6: Preparing [2020-07-28T17:09:53.443Z] 1836a737835a: Preparing [2020-07-28T17:09:53.443Z] 1836a737835a: Layer already exists [2020-07-28T17:09:53.443Z] baaec0b6c7b6: Layer already exists [2020-07-28T17:09:53.443Z] 7bb2e44664f9: Layer already exists [2020-07-28T17:09:53.443Z] master: digest: sha256:39d7f63bbda97cb7f1f404a5d280247c9bc090de059485085c801ad79f10bf35 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:09:53.604Z] ===================================================== [Pipeline] echo [2020-07-28T17:09:53.641Z] taggedImages: [2020-07-28T17:09:53.641Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:53.641Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.4 [2020-07-28T17:09:53.641Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:53.641Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-07-28T17:09:53.691Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-07-28T17:09:53.691Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:53.691Z] 1.2.2-dev.4 [2020-07-28T17:09:53.691Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:09:53.691Z] master [2020-07-28T17:09:53.691Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:54.136Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:09:54.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:09:54.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-07-28T17:09:54.439Z] 18274c47e505: Preparing [2020-07-28T17:09:54.439Z] caeb07a91be2: Preparing [2020-07-28T17:09:54.439Z] 4ba7651a07e2: Preparing [2020-07-28T17:09:54.439Z] cc63a3cbf51c: Preparing [2020-07-28T17:09:54.439Z] 6aec41679c9c: Preparing [2020-07-28T17:09:54.439Z] dd55c801b96d: Preparing [2020-07-28T17:09:54.439Z] dbf4b3e04926: Preparing [2020-07-28T17:09:54.439Z] 8890c171a12b: Preparing [2020-07-28T17:09:54.439Z] 4ae5bd84d450: Preparing [2020-07-28T17:09:54.439Z] 723a561964c8: Preparing [2020-07-28T17:09:54.439Z] 78764725b56c: Preparing [2020-07-28T17:09:54.439Z] 51d6d3d09136: Preparing [2020-07-28T17:09:54.439Z] 1507bc794612: Preparing [2020-07-28T17:09:54.439Z] 50644c29ef5a: Preparing [2020-07-28T17:09:54.439Z] 4ae5bd84d450: Waiting [2020-07-28T17:09:54.439Z] 723a561964c8: Waiting [2020-07-28T17:09:54.439Z] 78764725b56c: Waiting [2020-07-28T17:09:54.439Z] 51d6d3d09136: Waiting [2020-07-28T17:09:54.439Z] 1507bc794612: Waiting [2020-07-28T17:09:54.439Z] 50644c29ef5a: Waiting [2020-07-28T17:09:54.439Z] dd55c801b96d: Waiting [2020-07-28T17:09:54.439Z] dbf4b3e04926: Waiting [2020-07-28T17:09:54.439Z] 8890c171a12b: Waiting [2020-07-28T17:09:54.702Z] 6aec41679c9c: Pushed [2020-07-28T17:09:54.702Z] 18274c47e505: Pushed [2020-07-28T17:09:54.963Z] cc63a3cbf51c: Pushed [2020-07-28T17:09:54.963Z] 8890c171a12b: Layer already exists [2020-07-28T17:09:54.963Z] 4ae5bd84d450: Layer already exists [2020-07-28T17:09:54.963Z] dbf4b3e04926: Pushed [2020-07-28T17:09:54.963Z] 723a561964c8: Layer already exists [2020-07-28T17:09:54.963Z] 78764725b56c: Layer already exists [2020-07-28T17:09:54.963Z] 51d6d3d09136: Layer already exists [2020-07-28T17:09:55.231Z] 1507bc794612: Layer already exists [2020-07-28T17:09:55.231Z] 50644c29ef5a: Layer already exists [2020-07-28T17:09:55.802Z] dd55c801b96d: Pushed [2020-07-28T17:09:55.802Z] caeb07a91be2: Pushed [2020-07-28T17:09:57.769Z] Removing intermediate container 2d342356863a [2020-07-28T17:09:57.769Z] ---> 1c94bfd1fe0d [2020-07-28T17:09:57.769Z] Step 8/26 : COPY . . [2020-07-28T17:09:58.038Z] Removing intermediate container a3f9fc529427 [2020-07-28T17:09:58.038Z] ---> b046a0875184 [2020-07-28T17:09:58.038Z] Step 8/20 : COPY . . [2020-07-28T17:09:58.310Z] Removing intermediate container 8c65cc3c3db5 [2020-07-28T17:09:58.310Z] ---> 76cfabe71f83 [2020-07-28T17:09:58.310Z] Step 8/26 : COPY . . [2020-07-28T17:09:58.903Z] Removing intermediate container 4a3b7a8acc8f [2020-07-28T17:09:58.903Z] ---> fe3251ed824f [2020-07-28T17:09:58.903Z] Step 8/23 : COPY . . [2020-07-28T17:10:03.935Z] 4ba7651a07e2: Pushed [2020-07-28T17:10:03.935Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:03ed96d9c62b15666cb21b019f4eea0c81a7951d580b200d99b475da036604e8 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:10:04.232Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:10:06.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.4 [2020-07-28T17:10:06.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-07-28T17:10:06.298Z] 18274c47e505: Preparing [2020-07-28T17:10:06.298Z] caeb07a91be2: Preparing [2020-07-28T17:10:06.298Z] 4ba7651a07e2: Preparing [2020-07-28T17:10:06.298Z] cc63a3cbf51c: Preparing [2020-07-28T17:10:06.298Z] 6aec41679c9c: Preparing [2020-07-28T17:10:06.298Z] dd55c801b96d: Preparing [2020-07-28T17:10:06.298Z] dbf4b3e04926: Preparing [2020-07-28T17:10:06.298Z] 8890c171a12b: Preparing [2020-07-28T17:10:06.298Z] 4ae5bd84d450: Preparing [2020-07-28T17:10:06.298Z] 723a561964c8: Preparing [2020-07-28T17:10:06.298Z] 78764725b56c: Preparing [2020-07-28T17:10:06.298Z] 51d6d3d09136: Preparing [2020-07-28T17:10:06.298Z] 1507bc794612: Preparing [2020-07-28T17:10:06.298Z] 50644c29ef5a: Preparing [2020-07-28T17:10:06.298Z] 4ae5bd84d450: Waiting [2020-07-28T17:10:06.298Z] 723a561964c8: Waiting [2020-07-28T17:10:06.298Z] 78764725b56c: Waiting [2020-07-28T17:10:06.298Z] 51d6d3d09136: Waiting [2020-07-28T17:10:06.298Z] 1507bc794612: Waiting [2020-07-28T17:10:06.298Z] 50644c29ef5a: Waiting [2020-07-28T17:10:06.298Z] dbf4b3e04926: Waiting [2020-07-28T17:10:06.298Z] 8890c171a12b: Waiting [2020-07-28T17:10:06.298Z] dd55c801b96d: Waiting [2020-07-28T17:10:06.298Z] 4ba7651a07e2: Layer already exists [2020-07-28T17:10:06.298Z] 6aec41679c9c: Layer already exists [2020-07-28T17:10:06.298Z] 18274c47e505: Layer already exists [2020-07-28T17:10:06.298Z] cc63a3cbf51c: Layer already exists [2020-07-28T17:10:06.298Z] caeb07a91be2: Layer already exists [2020-07-28T17:10:06.298Z] dbf4b3e04926: Layer already exists [2020-07-28T17:10:06.298Z] dd55c801b96d: Layer already exists [2020-07-28T17:10:06.298Z] 8890c171a12b: Layer already exists [2020-07-28T17:10:06.298Z] 723a561964c8: Layer already exists [2020-07-28T17:10:06.298Z] 4ae5bd84d450: Layer already exists [2020-07-28T17:10:06.298Z] 51d6d3d09136: Layer already exists [2020-07-28T17:10:06.298Z] 78764725b56c: Layer already exists [2020-07-28T17:10:06.298Z] 1507bc794612: Layer already exists [2020-07-28T17:10:06.298Z] 50644c29ef5a: Layer already exists [2020-07-28T17:10:06.298Z] 1.2.2-dev.4: digest: sha256:03ed96d9c62b15666cb21b019f4eea0c81a7951d580b200d99b475da036604e8 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:10:06.644Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:10:06.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:10:06.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-07-28T17:10:06.938Z] 18274c47e505: Preparing [2020-07-28T17:10:06.938Z] caeb07a91be2: Preparing [2020-07-28T17:10:06.938Z] 4ba7651a07e2: Preparing [2020-07-28T17:10:06.938Z] cc63a3cbf51c: Preparing [2020-07-28T17:10:06.938Z] 6aec41679c9c: Preparing [2020-07-28T17:10:06.938Z] dd55c801b96d: Preparing [2020-07-28T17:10:06.938Z] dbf4b3e04926: Preparing [2020-07-28T17:10:06.938Z] 8890c171a12b: Preparing [2020-07-28T17:10:06.938Z] 4ae5bd84d450: Preparing [2020-07-28T17:10:06.938Z] 723a561964c8: Preparing [2020-07-28T17:10:06.938Z] 78764725b56c: Preparing [2020-07-28T17:10:06.938Z] 51d6d3d09136: Preparing [2020-07-28T17:10:06.938Z] 1507bc794612: Preparing [2020-07-28T17:10:06.938Z] 50644c29ef5a: Preparing [2020-07-28T17:10:06.938Z] 4ae5bd84d450: Waiting [2020-07-28T17:10:06.938Z] dd55c801b96d: Waiting [2020-07-28T17:10:06.938Z] 723a561964c8: Waiting [2020-07-28T17:10:06.938Z] 78764725b56c: Waiting [2020-07-28T17:10:06.938Z] 51d6d3d09136: Waiting [2020-07-28T17:10:06.938Z] dbf4b3e04926: Waiting [2020-07-28T17:10:06.938Z] 1507bc794612: Waiting [2020-07-28T17:10:06.938Z] 8890c171a12b: Waiting [2020-07-28T17:10:06.938Z] 50644c29ef5a: Waiting [2020-07-28T17:10:06.938Z] 4ba7651a07e2: Layer already exists [2020-07-28T17:10:06.938Z] caeb07a91be2: Layer already exists [2020-07-28T17:10:06.938Z] 18274c47e505: Layer already exists [2020-07-28T17:10:06.938Z] cc63a3cbf51c: Layer already exists [2020-07-28T17:10:06.938Z] 6aec41679c9c: Layer already exists [2020-07-28T17:10:06.938Z] dd55c801b96d: Layer already exists [2020-07-28T17:10:06.938Z] 8890c171a12b: Layer already exists [2020-07-28T17:10:06.938Z] 4ae5bd84d450: Layer already exists [2020-07-28T17:10:06.938Z] 723a561964c8: Layer already exists [2020-07-28T17:10:06.938Z] dbf4b3e04926: Layer already exists [2020-07-28T17:10:06.938Z] 1507bc794612: Layer already exists [2020-07-28T17:10:06.938Z] 51d6d3d09136: Layer already exists [2020-07-28T17:10:06.938Z] 50644c29ef5a: Layer already exists [2020-07-28T17:10:06.938Z] 78764725b56c: Layer already exists [2020-07-28T17:10:06.938Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:03ed96d9c62b15666cb21b019f4eea0c81a7951d580b200d99b475da036604e8 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:10:07.237Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:10:07.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-07-28T17:10:12.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-07-28T17:10:12.813Z] 18274c47e505: Preparing [2020-07-28T17:10:12.813Z] caeb07a91be2: Preparing [2020-07-28T17:10:12.813Z] 4ba7651a07e2: Preparing [2020-07-28T17:10:12.813Z] cc63a3cbf51c: Preparing [2020-07-28T17:10:12.813Z] 6aec41679c9c: Preparing [2020-07-28T17:10:12.813Z] dd55c801b96d: Preparing [2020-07-28T17:10:12.813Z] dbf4b3e04926: Preparing [2020-07-28T17:10:12.813Z] 8890c171a12b: Preparing [2020-07-28T17:10:12.813Z] 4ae5bd84d450: Preparing [2020-07-28T17:10:12.813Z] 723a561964c8: Preparing [2020-07-28T17:10:12.813Z] 78764725b56c: Preparing [2020-07-28T17:10:12.813Z] 51d6d3d09136: Preparing [2020-07-28T17:10:12.813Z] 1507bc794612: Preparing [2020-07-28T17:10:12.813Z] 50644c29ef5a: Preparing [2020-07-28T17:10:12.813Z] dd55c801b96d: Waiting [2020-07-28T17:10:12.813Z] dbf4b3e04926: Waiting [2020-07-28T17:10:12.813Z] 8890c171a12b: Waiting [2020-07-28T17:10:12.813Z] 4ae5bd84d450: Waiting [2020-07-28T17:10:12.813Z] 723a561964c8: Waiting [2020-07-28T17:10:12.813Z] 78764725b56c: Waiting [2020-07-28T17:10:12.813Z] 51d6d3d09136: Waiting [2020-07-28T17:10:12.813Z] 1507bc794612: Waiting [2020-07-28T17:10:12.813Z] 50644c29ef5a: Waiting [2020-07-28T17:10:12.813Z] 18274c47e505: Layer already exists [2020-07-28T17:10:12.813Z] 6aec41679c9c: Layer already exists [2020-07-28T17:10:12.813Z] caeb07a91be2: Layer already exists [2020-07-28T17:10:12.813Z] cc63a3cbf51c: Layer already exists [2020-07-28T17:10:12.813Z] 4ba7651a07e2: Layer already exists [2020-07-28T17:10:12.813Z] dd55c801b96d: Layer already exists [2020-07-28T17:10:12.813Z] 4ae5bd84d450: Layer already exists [2020-07-28T17:10:12.813Z] 8890c171a12b: Layer already exists [2020-07-28T17:10:12.813Z] dbf4b3e04926: Layer already exists [2020-07-28T17:10:12.813Z] 723a561964c8: Layer already exists [2020-07-28T17:10:12.813Z] 78764725b56c: Layer already exists [2020-07-28T17:10:12.813Z] 1507bc794612: Layer already exists [2020-07-28T17:10:12.813Z] 51d6d3d09136: Layer already exists [2020-07-28T17:10:12.813Z] 50644c29ef5a: Layer already exists [2020-07-28T17:10:12.813Z] master: digest: sha256:03ed96d9c62b15666cb21b019f4eea0c81a7951d580b200d99b475da036604e8 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:10:13.015Z] ===================================================== [Pipeline] echo [2020-07-28T17:10:13.054Z] taggedImages: [2020-07-28T17:10:13.054Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:10:13.054Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.4 [2020-07-28T17:10:13.054Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:10:13.054Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-28T17:10:21.071Z] ---> d089b0e3dfc0 [2020-07-28T17:10:21.071Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-28T17:10:21.071Z] ---> 408a6a1b7230 [2020-07-28T17:10:21.071Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-28T17:10:21.071Z] ---> Running in fe538afbb4ce [2020-07-28T17:10:21.071Z] ---> 41bb4bbcbdce [2020-07-28T17:10:21.071Z] 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-07-28T17:10:21.071Z] ---> 30d1fb64b77d [2020-07-28T17:10:21.071Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-28T17:10:21.071Z] ---> Running in 389fb723d03a [2020-07-28T17:10:21.071Z] ---> 77ab3e3c4be6 [2020-07-28T17:10:21.071Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-28T17:10:21.071Z] ---> Running in 121a60fd8a8a [2020-07-28T17:10:21.071Z] ---> Running in acde47821280 [2020-07-28T17:10:21.071Z] ---> Running in e117f482f128 [2020-07-28T17:10:21.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-28T17:10:21.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-28T17:10:21.945Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-28T17:10:22.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-28T17:10:22.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-28T17:11:44.023Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-28T17:11:44.023Z] Removing intermediate container fe538afbb4ce [2020-07-28T17:11:44.023Z] ---> b51dd356318b [2020-07-28T17:11:44.023Z] [2020-07-28T17:11:44.023Z] Step 9/29 : FROM alpine:latest [2020-07-28T17:11:44.023Z] latest: Pulling from library/alpine [2020-07-28T17:11:44.023Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-28T17:11:44.023Z] Status: Downloaded newer image for alpine:latest [2020-07-28T17:11:44.023Z] ---> 62ee0e9f8440 [2020-07-28T17:11:44.023Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-28T17:11:44.023Z] ---> Running in 60029df0abf9 [2020-07-28T17:11:44.023Z] Removing intermediate container 60029df0abf9 [2020-07-28T17:11:44.023Z] ---> 2b2bf3126e4f [2020-07-28T17:11:44.023Z] Step 11/29 : USER root [2020-07-28T17:11:44.296Z] ---> Running in 43786c1f46ac [2020-07-28T17:11:44.891Z] Removing intermediate container 43786c1f46ac [2020-07-28T17:11:44.891Z] ---> 536dc23939bc [2020-07-28T17:11:44.891Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-28T17:11:45.164Z] ---> Running in 4bf4ef9e6536 [2020-07-28T17:11:47.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:11:48.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:11:49.063Z] v3.12.0-184-g1b1d9aed72 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:11:49.063Z] v3.12.0-183-gbd5545fe94 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:11:49.063Z] OK: 12620 distinct packages available [2020-07-28T17:11:49.661Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-28T17:11:49.661Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-28T17:11:49.661Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:11:49.661Z] Executing ca-certificates-20191127-r4.trigger [2020-07-28T17:11:49.941Z] OK: 6 MiB in 16 packages [2020-07-28T17:11:50.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-28T17:11:53.943Z] Removing intermediate container 389fb723d03a [2020-07-28T17:11:53.943Z] ---> 638308bee09f [2020-07-28T17:11:53.943Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-28T17:11:53.943Z] Removing intermediate container 4bf4ef9e6536 [2020-07-28T17:11:53.943Z] ---> fe0391799903 [2020-07-28T17:11:53.943Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-28T17:11:53.943Z] ---> Running in 60484cb9e294 [2020-07-28T17:11:53.943Z] ---> Running in 6156acf6eb8d [2020-07-28T17:11:54.936Z] Removing intermediate container 60484cb9e294 [2020-07-28T17:11:54.936Z] ---> be491c52f061 [2020-07-28T17:11:54.936Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-28T17:11:54.936Z] ---> Running in b677ba1f6571 [2020-07-28T17:11:56.381Z] Removing intermediate container b677ba1f6571 [2020-07-28T17:11:56.381Z] ---> 9397fbc69694 [2020-07-28T17:11:56.381Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-28T17:11:56.381Z] ---> Running in a575413435ea [2020-07-28T17:11:56.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-28T17:12:00.698Z] Removing intermediate container a575413435ea [2020-07-28T17:12:00.698Z] ---> e190ff92465b [2020-07-28T17:12:00.698Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-28T17:12:03.360Z] ---> 5cb1d69e9085 [2020-07-28T17:12:03.360Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-28T17:12:03.360Z] Removing intermediate container 6156acf6eb8d [2020-07-28T17:12:03.360Z] ---> 58b0ef393a75 [2020-07-28T17:12:03.360Z] [2020-07-28T17:12:03.360Z] Step 11/26 : FROM docker:latest [2020-07-28T17:12:03.360Z] ---> ce9d55ae87f1 [2020-07-28T17:12:03.360Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-28T17:12:03.648Z] ---> Running in 14369e6681ee [2020-07-28T17:12:04.284Z] Removing intermediate container 121a60fd8a8a [2020-07-28T17:12:04.285Z] ---> 59c30247a88e [2020-07-28T17:12:04.285Z] [2020-07-28T17:12:04.285Z] Step 10/26 : FROM alpine:3.10 [2020-07-28T17:12:04.285Z] ---> c7589364a76c [2020-07-28T17:12:04.285Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-28T17:12:04.881Z] 3.10: Pulling from library/alpine [2020-07-28T17:12:05.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:12:05.864Z] ---> 49dfd216f720 [2020-07-28T17:12:05.864Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-28T17:12:05.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:12:06.456Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-28T17:12:06.456Z] Status: Downloaded newer image for alpine:3.10 [2020-07-28T17:12:06.456Z] ---> 536a684cf733 [2020-07-28T17:12:06.456Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-28T17:12:06.733Z] (1/2) Installing readline (8.0.4-r0) [2020-07-28T17:12:06.733Z] (2/2) Installing bash (5.0.17-r0) [2020-07-28T17:12:06.733Z] Executing bash-5.0.17-r0.post-install [2020-07-28T17:12:06.733Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:12:06.733Z] OK: 12 MiB in 22 packages [2020-07-28T17:12:07.009Z] ---> Running in 7527f81edd40 [2020-07-28T17:12:07.613Z] ---> f4dce0ab343c [2020-07-28T17:12:07.613Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-28T17:12:09.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:12:09.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:12:09.322Z] ---> 234f95a48852 [2020-07-28T17:12:09.322Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-28T17:12:09.919Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-28T17:12:09.919Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-28T17:12:09.919Z] OK: 10167 distinct packages available [2020-07-28T17:12:09.919Z] ---> Running in cabfcc71a9ba [2020-07-28T17:12:10.197Z] Removing intermediate container 14369e6681ee [2020-07-28T17:12:10.197Z] ---> 5856753cfc30 [2020-07-28T17:12:10.197Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-28T17:12:10.525Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-28T17:12:10.525Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-28T17:12:10.525Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-28T17:12:10.525Z] (4/5) Installing curl (7.66.0-r0) [2020-07-28T17:12:10.525Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-28T17:12:10.525Z] Executing busybox-1.30.1-r3.trigger [2020-07-28T17:12:10.525Z] Executing ca-certificates-20191127-r2.trigger [2020-07-28T17:12:10.525Z] ---> Running in f083dea1cfe8 [2020-07-28T17:12:10.875Z] OK: 7 MiB in 19 packages [2020-07-28T17:12:11.180Z] Removing intermediate container acde47821280 [2020-07-28T17:12:11.180Z] ---> a6a12a321843 [2020-07-28T17:12:11.180Z] [2020-07-28T17:12:11.180Z] Step 10/23 : FROM scratch [2020-07-28T17:12:11.180Z] ---> [2020-07-28T17:12:11.180Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-28T17:12:11.819Z] ---> Running in dde8f2498d2f [2020-07-28T17:12:12.880Z] Removing intermediate container e117f482f128 [2020-07-28T17:12:12.880Z] ---> 96cbfd961846 [2020-07-28T17:12:12.880Z] [2020-07-28T17:12:12.880Z] Step 10/20 : FROM scratch [2020-07-28T17:12:12.880Z] ---> [2020-07-28T17:12:12.880Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T17:12:12.880Z] Removing intermediate container dde8f2498d2f [2020-07-28T17:12:12.880Z] ---> 49278d1869bc [2020-07-28T17:12:12.880Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-28T17:12:12.880Z] ---> Running in eee415373dbb [2020-07-28T17:12:12.880Z] ---> Running in c8bc968702f7 [2020-07-28T17:12:14.479Z] Removing intermediate container c8bc968702f7 [2020-07-28T17:12:14.479Z] Removing intermediate container eee415373dbb [2020-07-28T17:12:14.479Z] ---> 849f0dc78178 [2020-07-28T17:12:14.479Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-28T17:12:14.479Z] ---> 6faecf1b14b8 [2020-07-28T17:12:14.479Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-28T17:12:14.479Z] Removing intermediate container 7527f81edd40 [2020-07-28T17:12:14.479Z] ---> 87e314c94015 [2020-07-28T17:12:14.479Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-28T17:12:14.479Z] ---> Running in 96b2f73cb63e [2020-07-28T17:12:14.479Z] ---> Running in 7825440b4d7d [2020-07-28T17:12:14.479Z] ---> Running in fcf830116443 [2020-07-28T17:12:15.106Z] Removing intermediate container 7825440b4d7d [2020-07-28T17:12:15.106Z] ---> 04f75eedb2fe [2020-07-28T17:12:15.106Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-28T17:12:15.106Z] Removing intermediate container 96b2f73cb63e [2020-07-28T17:12:15.106Z] ---> 9e33e3c9720c [2020-07-28T17:12:15.106Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-28T17:12:15.384Z] ---> Running in b73f1002160c [2020-07-28T17:12:15.384Z] Removing intermediate container cabfcc71a9ba [2020-07-28T17:12:15.384Z] ---> 2dda210388ee [2020-07-28T17:12:15.384Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-28T17:12:15.384Z] Removing intermediate container f083dea1cfe8 [2020-07-28T17:12:15.384Z] ---> e2e084352bf4 [2020-07-28T17:12:15.384Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-28T17:12:15.384Z] Removing intermediate container fcf830116443 [2020-07-28T17:12:15.384Z] ---> 3c2978a01144 [2020-07-28T17:12:15.384Z] Step 13/26 : WORKDIR / [2020-07-28T17:12:15.717Z] ---> Running in 8801f6934393 [2020-07-28T17:12:15.717Z] ---> Running in e2583e5ac62f [2020-07-28T17:12:16.016Z] Removing intermediate container b73f1002160c [2020-07-28T17:12:16.016Z] ---> de118bc8eddd [2020-07-28T17:12:16.016Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-28T17:12:16.289Z] Removing intermediate container 8801f6934393 [2020-07-28T17:12:16.289Z] ---> 0994160d4196 [2020-07-28T17:12:16.289Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-28T17:12:16.564Z] ---> 03fc5782e953 [2020-07-28T17:12:16.564Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-28T17:12:16.564Z] Removing intermediate container e2583e5ac62f [2020-07-28T17:12:16.564Z] ---> e3f90ac031fe [2020-07-28T17:12:16.564Z] 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-07-28T17:12:16.564Z] ---> Running in 477e1782b38d [2020-07-28T17:12:16.843Z] ---> f38bc0d6ef43 [2020-07-28T17:12:16.843Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-28T17:12:16.843Z] ---> Running in d56ce92e212f [2020-07-28T17:12:17.118Z] ---> 79fc8f05f1ae [2020-07-28T17:12:17.118Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-28T17:12:17.395Z] Removing intermediate container 477e1782b38d [2020-07-28T17:12:17.395Z] ---> 33c2d8576cc5 [2020-07-28T17:12:17.395Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-28T17:12:17.668Z] ---> Running in 4faed167a91b [2020-07-28T17:12:17.960Z] ---> 5e5647b88072 [2020-07-28T17:12:17.960Z] 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-07-28T17:12:18.235Z] ---> 4d5175396f62 [2020-07-28T17:12:18.235Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-28T17:12:18.517Z] Removing intermediate container 4faed167a91b [2020-07-28T17:12:18.517Z] ---> a029a5688c5a [2020-07-28T17:12:18.517Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-28T17:12:19.117Z] ---> d117aec0a8e2 [2020-07-28T17:12:19.117Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-28T17:12:19.392Z] ---> 29bc2cf8547e [2020-07-28T17:12:19.392Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-28T17:12:20.385Z] ---> 309fe7fa03f1 [2020-07-28T17:12:20.385Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-28T17:12:20.385Z] ---> c65b08528e5d [2020-07-28T17:12:20.385Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:12:20.385Z] ---> 33dfd94bdde8 [2020-07-28T17:12:20.385Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-28T17:12:20.385Z] Removing intermediate container d56ce92e212f [2020-07-28T17:12:20.385Z] ---> 10716e8ff4ef [2020-07-28T17:12:20.385Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-28T17:12:20.385Z] ---> Running in 5eafa57dd7f1 [2020-07-28T17:12:20.659Z] ---> Running in 150a786b61e8 [2020-07-28T17:12:20.659Z] ---> a88815928a9b [2020-07-28T17:12:20.659Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-28T17:12:21.267Z] Removing intermediate container 5eafa57dd7f1 [2020-07-28T17:12:21.267Z] ---> f8c10e57934a [2020-07-28T17:12:21.267Z] Step 18/20 : LABEL arch=arm64 [2020-07-28T17:12:21.267Z] ---> 664ba720d82d [2020-07-28T17:12:21.267Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-28T17:12:21.541Z] ---> Running in 775afd950af8 [2020-07-28T17:12:21.541Z] ---> 1094b5c809c8 [2020-07-28T17:12:21.541Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-28T17:12:21.816Z] ---> c434562967f7 [2020-07-28T17:12:21.816Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-28T17:12:22.092Z] Removing intermediate container 775afd950af8 [2020-07-28T17:12:22.092Z] ---> 51bff059bc6a [2020-07-28T17:12:22.092Z] Step 19/20 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:12:22.688Z] ---> Running in 82a8db704ff5 [2020-07-28T17:12:23.279Z] ---> e0377806a464 [2020-07-28T17:12:23.279Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-28T17:12:23.560Z] Removing intermediate container 82a8db704ff5 [2020-07-28T17:12:23.560Z] ---> 3eb9c1bd398c [2020-07-28T17:12:23.560Z] Step 20/20 : LABEL version=1.2.2-dev.4 [2020-07-28T17:12:23.560Z] ---> Running in 322fab266ce2 [2020-07-28T17:12:23.560Z] ---> 5926a9a910a3 [2020-07-28T17:12:23.560Z] ---> 65cb54ddf18b [2020-07-28T17:12:23.560Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-28T17:12:23.560Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-28T17:12:23.835Z] ---> Running in ae333ad3b748 [2020-07-28T17:12:24.432Z] Removing intermediate container ae333ad3b748 [2020-07-28T17:12:24.704Z] ---> 520bf7db222e [2020-07-28T17:12:24.704Z] [2020-07-28T17:12:24.975Z] ---> 20dd992aaac0 [2020-07-28T17:12:24.975Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:12:24.975Z] Successfully built 520bf7db222e [2020-07-28T17:12:24.975Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-28T17:12:24.975Z] Building docker-security-proxy-setup-go [2020-07-28T17:12:24.975Z] Removing intermediate container 150a786b61e8 [2020-07-28T17:12:24.975Z] ---> ecff140ea5df [2020-07-28T17:12:24.975Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-28T17:12:25.253Z]  Building docker-support-scheduler-go ... done  ---> Running in 05338a9486a5 [2020-07-28T17:12:25.253Z] ---> bfaa072d8fae [2020-07-28T17:12:25.253Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-28T17:12:25.253Z] ---> Running in 79d9740c4b1c [2020-07-28T17:12:25.850Z] Removing intermediate container 05338a9486a5 [2020-07-28T17:12:25.850Z] ---> 7645fee99631 [2020-07-28T17:12:25.850Z] Step 21/23 : LABEL arch=arm64 [2020-07-28T17:12:25.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:12:25.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:12:26.123Z] ---> Running in 35001df9f756 [2020-07-28T17:12:26.409Z] Removing intermediate container 79d9740c4b1c [2020-07-28T17:12:26.409Z] ---> 4caaca737d09 [2020-07-28T17:12:26.409Z] Step 26/29 : CMD [ "generate" ] [2020-07-28T17:12:26.688Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-28T17:12:26.688Z] (2/33) Installing expat (2.2.9-r1) [2020-07-28T17:12:26.688Z] (3/33) Installing libffi (3.3-r2) [2020-07-28T17:12:26.688Z] (4/33) Installing gdbm (1.13-r1) [2020-07-28T17:12:26.688Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-28T17:12:26.688Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-28T17:12:26.688Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-28T17:12:28.664Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-28T17:12:28.664Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-28T17:12:28.664Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-28T17:12:28.664Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-28T17:12:28.664Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-28T17:12:28.664Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-28T17:12:28.938Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-28T17:12:28.938Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-28T17:12:28.938Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-28T17:12:28.938Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-28T17:12:28.938Z] ---> Running in 33c02bc2ecde [2020-07-28T17:12:28.938Z] ---> f6ca4b7fa9aa [2020-07-28T17:12:28.938Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-28T17:12:28.938Z] Removing intermediate container 35001df9f756 [2020-07-28T17:12:28.938Z] ---> d89f6027c753 [2020-07-28T17:12:28.938Z] Step 22/23 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:12:28.938Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-28T17:12:29.217Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-28T17:12:29.217Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-28T17:12:29.217Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-28T17:12:29.217Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-28T17:12:29.217Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-28T17:12:29.217Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-28T17:12:29.217Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-28T17:12:29.217Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-28T17:12:29.217Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-28T17:12:29.217Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-28T17:12:29.497Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-28T17:12:29.497Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-28T17:12:29.497Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-28T17:12:29.497Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-28T17:12:29.497Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-28T17:12:29.497Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:12:29.497Z] OK: 71 MiB in 55 packages [2020-07-28T17:12:29.775Z] ---> Running in 9f387cb45064 [2020-07-28T17:12:29.775Z] Removing intermediate container 33c02bc2ecde [2020-07-28T17:12:29.775Z] ---> 407beac9bd88 [2020-07-28T17:12:29.775Z] Step 27/29 : LABEL arch=arm64 [2020-07-28T17:12:30.051Z] ---> 85439e614f71 [2020-07-28T17:12:30.051Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-28T17:12:30.051Z] ---> Running in ec1606a481e2 [2020-07-28T17:12:30.329Z] ---> Running in d22299d0b25f [2020-07-28T17:12:30.602Z] Removing intermediate container 9f387cb45064 [2020-07-28T17:12:30.602Z] ---> a77d22913e57 [2020-07-28T17:12:30.602Z] Step 23/23 : LABEL version=1.2.2-dev.4 [2020-07-28T17:12:30.878Z] ---> Running in 1c6940081d30 [2020-07-28T17:12:30.878Z] Removing intermediate container ec1606a481e2 [2020-07-28T17:12:30.878Z] ---> 02d3109e5090 [2020-07-28T17:12:30.878Z] Step 28/29 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:12:31.154Z] ---> Running in f33977c30181 [2020-07-28T17:12:31.757Z] Removing intermediate container 1c6940081d30 [2020-07-28T17:12:31.757Z] ---> b95eb0722414 [2020-07-28T17:12:31.757Z] [2020-07-28T17:12:32.358Z] Removing intermediate container f33977c30181 [2020-07-28T17:12:32.358Z] ---> 5dcb3131327b [2020-07-28T17:12:32.358Z] Step 29/29 : LABEL version=1.2.2-dev.4 [2020-07-28T17:12:32.358Z] Successfully built b95eb0722414 [2020-07-28T17:12:32.631Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-28T17:12:32.631Z] Building docker-core-metadata-go [2020-07-28T17:12:32.914Z]  Building docker-support-notifications-go ... done  ---> Running in b490c2180a9b [2020-07-28T17:12:33.510Z] Removing intermediate container b490c2180a9b [2020-07-28T17:12:33.510Z] ---> 241584d9674a [2020-07-28T17:12:33.510Z] [2020-07-28T17:12:34.193Z] Successfully built 241584d9674a [2020-07-28T17:12:34.794Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-28T17:12:34.794Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-07-28T17:12:34.794Z] Removing intermediate container d22299d0b25f [2020-07-28T17:12:34.794Z] ---> 35862c30a6f6 [2020-07-28T17:12:34.794Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-28T17:12:35.396Z] ---> Running in 1b851b29c02d [2020-07-28T17:12:36.380Z] Removing intermediate container 1b851b29c02d [2020-07-28T17:12:36.380Z] ---> afa3fd74235b [2020-07-28T17:12:36.380Z] Step 24/26 : LABEL arch=arm64 [2020-07-28T17:12:37.813Z] ---> Running in 3d9e5ccc4454 [2020-07-28T17:12:38.412Z] Removing intermediate container 322fab266ce2 [2020-07-28T17:12:38.412Z] ---> a0186559cb64 [2020-07-28T17:12:38.412Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-28T17:12:39.016Z] Removing intermediate container 3d9e5ccc4454 [2020-07-28T17:12:39.016Z] ---> dbf9287d1008 [2020-07-28T17:12:39.016Z] Step 25/26 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:12:39.619Z] ---> Running in bf95239cc56d [2020-07-28T17:12:39.897Z] ---> Running in 1db002293a8f [2020-07-28T17:12:41.349Z] Removing intermediate container 1db002293a8f [2020-07-28T17:12:41.349Z] ---> bbdcd02b3f5b [2020-07-28T17:12:41.349Z] Step 26/26 : LABEL version=1.2.2-dev.4 [2020-07-28T17:12:41.945Z] ---> Running in 54f93bad143b [2020-07-28T17:12:42.928Z] Removing intermediate container 54f93bad143b [2020-07-28T17:12:42.928Z] ---> 229693158327 [2020-07-28T17:12:42.928Z] [2020-07-28T17:12:43.202Z] Successfully built 229693158327 [2020-07-28T17:12:43.202Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-28T17:12:43.202Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-07-28T17:12:45.815Z] Collecting docker-compose==1.23.2 [2020-07-28T17:12:45.815Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-28T17:12:46.797Z] Collecting PyYAML<4,>=3.10 [2020-07-28T17:12:47.068Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-28T17:12:50.457Z] 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-07-28T17:12:50.457Z] Collecting docopt<0.7,>=0.6.1 [2020-07-28T17:12:50.457Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-28T17:12:53.847Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-28T17:12:53.847Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-28T17:12:53.847Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-28T17:12:53.847Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-28T17:12:54.446Z] Collecting jsonschema<3,>=2.5.1 [2020-07-28T17:12:54.446Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-28T17:12:55.043Z] Collecting texttable<0.10,>=0.9.0 [2020-07-28T17:12:55.043Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-28T17:12:57.670Z] Collecting docker<4.0,>=3.6.0 [2020-07-28T17:12:57.670Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-28T17:12:58.266Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-28T17:12:58.266Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-28T17:12:58.866Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:12:58.866Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:12:58.866Z] ---> ea6ecdeb23c2 [2020-07-28T17:12:58.866Z] Step 3/20 : WORKDIR /edgex-go [2020-07-28T17:12:58.866Z] ---> Using cache [2020-07-28T17:12:58.866Z] ---> 7908060d4dcf [2020-07-28T17:12:58.866Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:13:01.489Z] Collecting cached-property<2,>=1.2.0 [2020-07-28T17:13:01.489Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-28T17:13:02.088Z] 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-07-28T17:13:03.064Z] Collecting idna<2.8,>=2.5 [2020-07-28T17:13:03.064Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-28T17:13:03.396Z] 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-07-28T17:13:04.818Z] ---> Running in f50e1226efb6 [2020-07-28T17:13:05.093Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-28T17:13:05.093Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-28T17:13:05.686Z] Collecting docker-pycreds>=0.4.0 [2020-07-28T17:13:05.686Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-28T17:13:05.686Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-28T17:13:05.686Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-28T17:13:05.686Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-28T17:13:05.686Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-28T17:13:07.143Z] Installing collected packages: PyYAML, docopt, idna, urllib3, requests, websocket-client, jsonschema, texttable, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2020-07-28T17:13:07.143Z] Running setup.py install for PyYAML: started [2020-07-28T17:13:09.143Z] Removing intermediate container f50e1226efb6 [2020-07-28T17:13:09.143Z] ---> 41419bc55b04 [2020-07-28T17:13:09.143Z] Step 5/20 : RUN apk update && apk add make git [2020-07-28T17:13:09.413Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-28T17:13:09.413Z] Running setup.py install for docopt: started [2020-07-28T17:13:09.688Z] ---> Running in e0fe0445440a [2020-07-28T17:13:11.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:13:11.677Z] Running setup.py install for docopt: finished with status 'done' [2020-07-28T17:13:11.677Z] Attempting uninstall: idna [2020-07-28T17:13:11.677Z] Found existing installation: idna 2.9 [2020-07-28T17:13:11.677Z] Uninstalling idna-2.9: [2020-07-28T17:13:11.952Z] Successfully uninstalled idna-2.9 [2020-07-28T17:13:12.548Z] Attempting uninstall: urllib3 [2020-07-28T17:13:12.548Z] Found existing installation: urllib3 1.25.9 [2020-07-28T17:13:12.548Z] Uninstalling urllib3-1.25.9: [2020-07-28T17:13:12.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:13:12.548Z] Successfully uninstalled urllib3-1.25.9 [2020-07-28T17:13:13.154Z] Attempting uninstall: requests [2020-07-28T17:13:13.154Z] Found existing installation: requests 2.23.0 [2020-07-28T17:13:13.425Z] Uninstalling requests-2.23.0: [2020-07-28T17:13:13.425Z] Successfully uninstalled requests-2.23.0 [2020-07-28T17:13:13.700Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:13:13.700Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:13:13.700Z] ---> ea6ecdeb23c2 [2020-07-28T17:13:13.700Z] Step 3/21 : WORKDIR /edgex-go [2020-07-28T17:13:13.700Z] ---> Using cache [2020-07-28T17:13:13.700Z] ---> 7908060d4dcf [2020-07-28T17:13:13.700Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:13:13.700Z] ---> Using cache [2020-07-28T17:13:13.700Z] ---> 41419bc55b04 [2020-07-28T17:13:13.700Z] Step 5/21 : RUN apk update && apk add make git [2020-07-28T17:13:13.985Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:13:13.985Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:13:13.985Z] OK: 12620 distinct packages available [2020-07-28T17:13:14.595Z] OK: 217 MiB in 51 packages [2020-07-28T17:13:15.216Z] ---> Running in 017817718c02 [2020-07-28T17:13:15.823Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:13:15.823Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:13:15.823Z] ---> ea6ecdeb23c2 [2020-07-28T17:13:15.823Z] Step 3/21 : WORKDIR /edgex-go [2020-07-28T17:13:15.823Z] ---> Using cache [2020-07-28T17:13:15.823Z] ---> 7908060d4dcf [2020-07-28T17:13:15.823Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:13:15.823Z] ---> Using cache [2020-07-28T17:13:15.823Z] ---> 41419bc55b04 [2020-07-28T17:13:15.823Z] Step 5/21 : RUN apk update && apk add make git [2020-07-28T17:13:15.823Z] Running setup.py install for texttable: started [2020-07-28T17:13:16.105Z] ---> Running in 25b7525b521d [2020-07-28T17:13:17.094Z] Removing intermediate container e0fe0445440a [2020-07-28T17:13:17.094Z] ---> 9e95a98b8207 [2020-07-28T17:13:17.094Z] Step 6/20 : COPY go.mod . [2020-07-28T17:13:18.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:13:18.355Z] ---> b667b6a25059 [2020-07-28T17:13:18.355Z] Step 7/20 : RUN go mod download [2020-07-28T17:13:18.355Z] Running setup.py install for texttable: finished with status 'done' [2020-07-28T17:13:18.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:13:18.908Z] ---> Running in 4e6b4dc65df9 [2020-07-28T17:13:19.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:13:19.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:13:19.739Z] Running setup.py install for dockerpty: started [2020-07-28T17:13:20.342Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:13:20.342Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:13:20.342Z] OK: 12620 distinct packages available [2020-07-28T17:13:20.951Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:13:20.951Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:13:20.951Z] OK: 12620 distinct packages available [2020-07-28T17:13:21.243Z] OK: 217 MiB in 51 packages [2020-07-28T17:13:21.521Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:13:21.521Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:13:21.521Z] ---> ea6ecdeb23c2 [2020-07-28T17:13:21.521Z] Step 3/21 : WORKDIR /edgex-go [2020-07-28T17:13:21.521Z] ---> Using cache [2020-07-28T17:13:21.521Z] ---> 7908060d4dcf [2020-07-28T17:13:21.521Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:13:21.521Z] ---> Using cache [2020-07-28T17:13:21.521Z] ---> 41419bc55b04 [2020-07-28T17:13:21.521Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-28T17:13:22.139Z] ---> Running in 59ee44061598 [2020-07-28T17:13:22.139Z] OK: 217 MiB in 51 packages [2020-07-28T17:13:22.139Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-28T17:13:23.134Z] Removing intermediate container 017817718c02 [2020-07-28T17:13:23.134Z] ---> 74b9f082e6cf [2020-07-28T17:13:23.134Z] Step 6/21 : COPY go.mod . [2020-07-28T17:13:23.732Z] 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-07-28T17:13:23.732Z] Removing intermediate container 4e6b4dc65df9 [2020-07-28T17:13:23.732Z] ---> 0a0bb135bb05 [2020-07-28T17:13:23.732Z] Step 8/20 : COPY . . [2020-07-28T17:13:24.008Z] Removing intermediate container 25b7525b521d [2020-07-28T17:13:24.008Z] ---> 14c371be28dc [2020-07-28T17:13:24.008Z] Step 6/21 : COPY go.mod . [2020-07-28T17:13:24.279Z] ---> 28491e618e2e [2020-07-28T17:13:24.279Z] Step 7/21 : RUN go mod download [2020-07-28T17:13:24.554Z] ---> Running in 8d39b177d578 [2020-07-28T17:13:24.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:13:25.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:13:25.827Z] ---> 5bc64cab82db [2020-07-28T17:13:25.827Z] Step 7/21 : RUN go mod download [2020-07-28T17:13:26.431Z] ---> Running in 23ec6f00fd40 [2020-07-28T17:13:26.705Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:13:26.705Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:13:26.705Z] OK: 12620 distinct packages available [2020-07-28T17:13:27.707Z] OK: 217 MiB in 51 packages [2020-07-28T17:13:28.314Z] OK: 217 MiB in 51 packages [2020-07-28T17:13:29.311Z] Removing intermediate container 8d39b177d578 [2020-07-28T17:13:29.311Z] ---> 2f0deb6e9a2e [2020-07-28T17:13:29.311Z] Step 8/21 : COPY . . [2020-07-28T17:13:29.614Z] Removing intermediate container bf95239cc56d [2020-07-28T17:13:29.614Z] ---> f0515454b1a2 [2020-07-28T17:13:29.614Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-28T17:13:30.211Z] ---> Running in 779511e4ec0f [2020-07-28T17:13:30.820Z] Removing intermediate container 59ee44061598 [2020-07-28T17:13:30.820Z] ---> f56eb2724f08 [2020-07-28T17:13:30.820Z] Step 6/21 : COPY go.mod . [2020-07-28T17:13:31.102Z] Removing intermediate container 23ec6f00fd40 [2020-07-28T17:13:31.102Z] ---> 30a06d9f467f [2020-07-28T17:13:31.102Z] Step 8/21 : COPY . . [2020-07-28T17:13:33.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:13:33.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:13:33.095Z] ---> 90557d584869 [2020-07-28T17:13:33.095Z] Step 7/21 : RUN go mod download [2020-07-28T17:13:33.368Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-28T17:13:33.368Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-28T17:13:33.368Z] (3/3) Installing curl (7.69.1-r0) [2020-07-28T17:13:33.643Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:13:33.643Z] OK: 71 MiB in 58 packages [2020-07-28T17:13:33.915Z] ---> Running in 71156bc39107 [2020-07-28T17:13:36.540Z] Removing intermediate container 779511e4ec0f [2020-07-28T17:13:36.540Z] ---> a54130063761 [2020-07-28T17:13:36.540Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:13:36.821Z] ---> Running in 14af653b2e56 [2020-07-28T17:13:37.418Z] Removing intermediate container 14af653b2e56 [2020-07-28T17:13:37.418Z] ---> f8cb940379b8 [2020-07-28T17:13:37.418Z] Step 24/26 : LABEL arch=arm64 [2020-07-28T17:13:38.014Z] ---> Running in 7fdebb0631b0 [2020-07-28T17:13:38.014Z] Removing intermediate container 71156bc39107 [2020-07-28T17:13:38.014Z] ---> f16c23759a10 [2020-07-28T17:13:38.014Z] Step 8/21 : COPY . . [2020-07-28T17:13:38.993Z] Removing intermediate container 7fdebb0631b0 [2020-07-28T17:13:38.993Z] ---> a4746d80e326 [2020-07-28T17:13:38.993Z] Step 25/26 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:13:39.265Z] ---> Running in 2c8c7781355a [2020-07-28T17:13:40.699Z] Removing intermediate container 2c8c7781355a [2020-07-28T17:13:40.699Z] ---> 248bb9b7d460 [2020-07-28T17:13:40.699Z] Step 26/26 : LABEL version=1.2.2-dev.4 [2020-07-28T17:13:41.297Z] ---> Running in efe3d29da3f0 [2020-07-28T17:13:42.739Z] Removing intermediate container efe3d29da3f0 [2020-07-28T17:13:42.739Z] ---> 6701bc04a4a2 [2020-07-28T17:13:42.739Z] [2020-07-28T17:13:43.008Z] Successfully built 6701bc04a4a2 [2020-07-28T17:13:43.008Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-28T17:13:43.008Z] Building docker-core-data-go [2020-07-28T17:13:43.604Z]  Building docker-sys-mgmt-agent-go ... done  ---> 83eacfaf8c4e [2020-07-28T17:13:43.604Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-28T17:13:47.902Z] ---> Running in c9cec2978fc2 [2020-07-28T17:13:49.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-28T17:13:49.629Z] ---> 473405d79d42 [2020-07-28T17:13:49.630Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-28T17:13:50.647Z] ---> Running in 4a83d0f700e7 [2020-07-28T17:13:52.681Z] ---> 36780c112f55 [2020-07-28T17:13:52.681Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-28T17:13:53.281Z] ---> Running in 4cd6e773d00c [2020-07-28T17:13:53.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-28T17:13:56.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/core-command/core-command ./cmd/core-command [2020-07-28T17:14:02.924Z] ---> 8fc7f5dd4e7b [2020-07-28T17:14:02.924Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-28T17:14:02.924Z] ---> Running in 2abbfff223f2 [2020-07-28T17:14:04.904Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T17:14:04.904Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-28T17:14:04.904Z] ---> ea6ecdeb23c2 [2020-07-28T17:14:04.904Z] Step 3/22 : WORKDIR /edgex-go [2020-07-28T17:14:04.904Z] ---> Using cache [2020-07-28T17:14:04.904Z] ---> 7908060d4dcf [2020-07-28T17:14:04.904Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:14:04.904Z] ---> Using cache [2020-07-28T17:14:04.904Z] ---> 41419bc55b04 [2020-07-28T17:14:04.905Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-28T17:14:04.905Z] ---> Running in 86d019312ddd [2020-07-28T17:14:06.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-28T17:14:07.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:14:08.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:14:10.220Z] v3.12.0-184-g1b1d9aed72 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:14:10.221Z] v3.12.0-183-gbd5545fe94 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:14:10.221Z] OK: 12620 distinct packages available [2020-07-28T17:14:11.210Z] OK: 217 MiB in 51 packages [2020-07-28T17:14:13.219Z] Removing intermediate container 86d019312ddd [2020-07-28T17:14:13.219Z] ---> 3a72cf7b5a85 [2020-07-28T17:14:13.219Z] Step 6/22 : COPY go.mod . [2020-07-28T17:14:14.207Z] ---> da025f91f7bb [2020-07-28T17:14:14.207Z] Step 7/22 : RUN go mod download [2020-07-28T17:14:14.481Z] ---> Running in cc710e1c7170 [2020-07-28T17:14:19.911Z] Removing intermediate container cc710e1c7170 [2020-07-28T17:14:19.911Z] ---> 7e862aaa76d8 [2020-07-28T17:14:19.911Z] Step 8/22 : COPY . . [2020-07-28T17:14:38.276Z] ---> e1d341850d58 [2020-07-28T17:14:38.276Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-28T17:14:38.276Z] ---> Running in 7e7bc1052b80 [2020-07-28T17:14:40.277Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.4" -o cmd/core-data/core-data ./cmd/core-data [2020-07-28T17:15:07.156Z] Removing intermediate container c9cec2978fc2 [2020-07-28T17:15:07.156Z] ---> 8ac9a7f817e1 [2020-07-28T17:15:07.156Z] [2020-07-28T17:15:07.156Z] Step 10/20 : FROM alpine [2020-07-28T17:15:07.156Z] ---> 62ee0e9f8440 [2020-07-28T17:15:07.156Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-28T17:15:07.156Z] ---> Running in 6ac59745b0b4 [2020-07-28T17:15:09.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:15:09.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:15:10.787Z] v3.12.0-184-g1b1d9aed72 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-28T17:15:10.787Z] v3.12.0-183-gbd5545fe94 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-28T17:15:10.787Z] OK: 12620 distinct packages available [2020-07-28T17:15:11.775Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-28T17:15:11.775Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-28T17:15:11.775Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-28T17:15:11.775Z] (4/4) Installing curl (7.69.1-r0) [2020-07-28T17:15:11.775Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:15:11.775Z] Executing ca-certificates-20191127-r4.trigger [2020-07-28T17:15:12.377Z] OK: 7 MiB in 18 packages [2020-07-28T17:15:15.040Z] Removing intermediate container 6ac59745b0b4 [2020-07-28T17:15:15.040Z] ---> f11cd1e96eca [2020-07-28T17:15:15.040Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-28T17:15:15.040Z] ---> Running in d58bd8df09b2 [2020-07-28T17:15:15.642Z] Removing intermediate container d58bd8df09b2 [2020-07-28T17:15:15.642Z] ---> bce0aa3576d3 [2020-07-28T17:15:15.642Z] Step 13/20 : WORKDIR /edgex [2020-07-28T17:15:15.642Z] ---> Running in 10d2e7c8f127 [2020-07-28T17:15:16.637Z] Removing intermediate container 10d2e7c8f127 [2020-07-28T17:15:16.637Z] ---> a24e8836ddac [2020-07-28T17:15:16.637Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-28T17:15:17.633Z] ---> 195563f0d204 [2020-07-28T17:15:17.633Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-28T17:15:19.620Z] ---> 043436b04c42 [2020-07-28T17:15:19.620Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-28T17:15:19.620Z] ---> Running in 309d20aa5f1e [2020-07-28T17:15:19.905Z] Removing intermediate container 309d20aa5f1e [2020-07-28T17:15:19.905Z] ---> 308f5b7973ca [2020-07-28T17:15:19.905Z] Step 17/20 : CMD ["--init=true"] [2020-07-28T17:15:20.190Z] ---> Running in 43ac88ce7fcd [2020-07-28T17:15:20.792Z] Removing intermediate container 43ac88ce7fcd [2020-07-28T17:15:20.792Z] ---> 0db695b59d1c [2020-07-28T17:15:20.792Z] Step 18/20 : LABEL arch=arm64 [2020-07-28T17:15:20.792Z] ---> Running in 2412171a73f8 [2020-07-28T17:15:21.394Z] Removing intermediate container 2412171a73f8 [2020-07-28T17:15:21.394Z] ---> dbeb2b1adeb3 [2020-07-28T17:15:21.394Z] Step 19/20 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:15:21.669Z] ---> Running in 2174b169aaec [2020-07-28T17:15:22.273Z] Removing intermediate container 2174b169aaec [2020-07-28T17:15:22.273Z] ---> baee33d163b2 [2020-07-28T17:15:22.273Z] Step 20/20 : LABEL version=1.2.2-dev.4 [2020-07-28T17:15:22.273Z] ---> Running in 6cbff0605501 [2020-07-28T17:15:22.870Z] Removing intermediate container 6cbff0605501 [2020-07-28T17:15:22.870Z] ---> e54ed3a94990 [2020-07-28T17:15:22.870Z] [2020-07-28T17:15:23.469Z] Successfully built e54ed3a94990 [2020-07-28T17:15:23.469Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-28T17:15:41.816Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 2abbfff223f2 [2020-07-28T17:15:41.816Z] ---> 2116e500c745 [2020-07-28T17:15:41.816Z] [2020-07-28T17:15:41.816Z] Step 10/21 : FROM scratch [2020-07-28T17:15:41.816Z] ---> [2020-07-28T17:15:41.816Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-28T17:15:41.816Z] ---> Using cache [2020-07-28T17:15:41.816Z] ---> 49278d1869bc [2020-07-28T17:15:41.816Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-28T17:15:41.816Z] ---> Running in 2c4f4980af48 [2020-07-28T17:15:42.416Z] Removing intermediate container 2c4f4980af48 [2020-07-28T17:15:42.416Z] ---> 34232718e755 [2020-07-28T17:15:42.416Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-28T17:15:42.416Z] ---> Running in d0872b15813b [2020-07-28T17:15:43.423Z] Removing intermediate container d0872b15813b [2020-07-28T17:15:43.423Z] ---> 3457d220f931 [2020-07-28T17:15:43.423Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-28T17:15:44.866Z] ---> 7c702647e368 [2020-07-28T17:15:44.866Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-28T17:15:46.310Z] ---> 701d06e77846 [2020-07-28T17:15:46.310Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-28T17:15:48.941Z] ---> 369c264a959c [2020-07-28T17:15:48.941Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-28T17:15:48.941Z] Removing intermediate container 4cd6e773d00c [2020-07-28T17:15:48.941Z] ---> 1e266c13cf95 [2020-07-28T17:15:48.941Z] [2020-07-28T17:15:48.941Z] Step 10/21 : FROM scratch [2020-07-28T17:15:48.941Z] ---> [2020-07-28T17:15:48.941Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T17:15:49.213Z] ---> Using cache [2020-07-28T17:15:49.213Z] ---> 849f0dc78178 [2020-07-28T17:15:49.213Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-28T17:15:49.486Z] ---> Running in ed4c6813a987 [2020-07-28T17:15:50.087Z] ---> 6bcf7c1f936c [2020-07-28T17:15:50.087Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:15:50.366Z] Removing intermediate container ed4c6813a987 [2020-07-28T17:15:50.366Z] ---> fe01adc5f4ec [2020-07-28T17:15:50.366Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-28T17:15:50.366Z] ---> Running in 534c27c14e23 [2020-07-28T17:15:50.366Z] ---> Running in 9aa911f15e6d [2020-07-28T17:15:51.371Z] Removing intermediate container 534c27c14e23 [2020-07-28T17:15:51.371Z] ---> ee71011b31bc [2020-07-28T17:15:51.371Z] Step 19/21 : LABEL arch=arm64 [2020-07-28T17:15:51.371Z] Removing intermediate container 9aa911f15e6d [2020-07-28T17:15:51.371Z] ---> 934d30677874 [2020-07-28T17:15:51.371Z] Step 14/21 : WORKDIR / [2020-07-28T17:15:51.650Z] ---> Running in d1437d00b129 [2020-07-28T17:15:51.650Z] ---> Running in 2ecc14848eaa [2020-07-28T17:15:53.101Z] Removing intermediate container 2ecc14848eaa [2020-07-28T17:15:53.101Z] ---> 627161f8a28f [2020-07-28T17:15:53.101Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-28T17:15:53.101Z] Removing intermediate container d1437d00b129 [2020-07-28T17:15:53.101Z] ---> 71f34207b4db [2020-07-28T17:15:53.101Z] Step 20/21 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:15:53.701Z] ---> Running in 819dd7edd10a [2020-07-28T17:15:55.149Z] ---> ac940471a3e7 [2020-07-28T17:15:55.149Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-28T17:15:55.149Z] Removing intermediate container 819dd7edd10a [2020-07-28T17:15:55.149Z] ---> 7d045c6428a9 [2020-07-28T17:15:55.149Z] Step 21/21 : LABEL version=1.2.2-dev.4 [2020-07-28T17:15:55.423Z] ---> Running in 1e904cbb765a [2020-07-28T17:15:56.873Z] Removing intermediate container 1e904cbb765a [2020-07-28T17:15:56.873Z] ---> 777dae194cfa [2020-07-28T17:15:56.873Z] [2020-07-28T17:15:57.469Z] Removing intermediate container 4a83d0f700e7 [2020-07-28T17:15:57.469Z] ---> 89cde711d1d7 [2020-07-28T17:15:57.469Z] [2020-07-28T17:15:57.469Z] Step 10/21 : FROM scratch [2020-07-28T17:15:57.469Z] ---> [2020-07-28T17:15:57.469Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T17:15:57.742Z] Successfully built 777dae194cfa [2020-07-28T17:15:57.742Z] ---> 78f43b3add91 [2020-07-28T17:15:57.742Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-28T17:15:57.742Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-28T17:15:57.742Z]  Building docker-support-logging-go ... done  ---> Using cache [2020-07-28T17:15:57.742Z] ---> 849f0dc78178 [2020-07-28T17:15:57.742Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-28T17:15:58.015Z] ---> Running in 7275cfd0eeac [2020-07-28T17:15:58.616Z] Removing intermediate container 7275cfd0eeac [2020-07-28T17:15:58.616Z] ---> 6d7f6fcba293 [2020-07-28T17:15:58.616Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-28T17:15:58.892Z] ---> Running in f187efc566c8 [2020-07-28T17:15:58.892Z] ---> bd74b3e6959e [2020-07-28T17:15:58.892Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:15:59.181Z] ---> Running in 48e1a0632e2d [2020-07-28T17:15:59.455Z] Removing intermediate container f187efc566c8 [2020-07-28T17:15:59.455Z] ---> 7fca398dbdb9 [2020-07-28T17:15:59.455Z] Step 14/21 : WORKDIR / [2020-07-28T17:15:59.729Z] ---> Running in 23d82fbf4d68 [2020-07-28T17:15:59.729Z] Removing intermediate container 48e1a0632e2d [2020-07-28T17:15:59.729Z] ---> e9ed00e28030 [2020-07-28T17:15:59.729Z] Step 19/21 : LABEL arch=arm64 [2020-07-28T17:16:00.004Z] ---> Running in f737e71eb34e [2020-07-28T17:16:00.277Z] Removing intermediate container 23d82fbf4d68 [2020-07-28T17:16:00.277Z] ---> 67e7823c1dcc [2020-07-28T17:16:00.277Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-28T17:16:00.554Z] Removing intermediate container f737e71eb34e [2020-07-28T17:16:00.554Z] ---> a16dd55a23d7 [2020-07-28T17:16:00.554Z] Step 20/21 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:16:00.846Z] ---> Running in 6e5f06d37936 [2020-07-28T17:16:01.126Z] ---> a45bd2903e9e [2020-07-28T17:16:01.126Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-28T17:16:01.405Z] Removing intermediate container 6e5f06d37936 [2020-07-28T17:16:01.405Z] ---> 2df006aab4d2 [2020-07-28T17:16:01.405Z] Step 21/21 : LABEL version=1.2.2-dev.4 [2020-07-28T17:16:01.679Z] ---> Running in e9d42381a8b7 [2020-07-28T17:16:02.285Z] Removing intermediate container e9d42381a8b7 [2020-07-28T17:16:02.285Z] ---> 57135ab72a76 [2020-07-28T17:16:02.285Z] [2020-07-28T17:16:02.889Z] Successfully built 57135ab72a76 [2020-07-28T17:16:02.889Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-28T17:16:02.889Z]  Building docker-core-command-go ... done  ---> 4fc9d4dce016 [2020-07-28T17:16:02.889Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-28T17:16:03.863Z] ---> b2adca68ed44 [2020-07-28T17:16:03.863Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:16:03.863Z] ---> Running in 5431005b2b4b [2020-07-28T17:16:04.138Z] Removing intermediate container 5431005b2b4b [2020-07-28T17:16:04.138Z] ---> 7ed48ff57070 [2020-07-28T17:16:04.138Z] Step 19/21 : LABEL arch=arm64 [2020-07-28T17:16:04.413Z] ---> Running in 58fb56a45cb8 [2020-07-28T17:16:05.007Z] Removing intermediate container 58fb56a45cb8 [2020-07-28T17:16:05.007Z] ---> a002adcdc100 [2020-07-28T17:16:05.007Z] Step 20/21 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:16:05.007Z] ---> Running in 376256e20dfb [2020-07-28T17:16:05.605Z] Removing intermediate container 376256e20dfb [2020-07-28T17:16:05.605Z] ---> e944f786f7a4 [2020-07-28T17:16:05.605Z] Step 21/21 : LABEL version=1.2.2-dev.4 [2020-07-28T17:16:05.605Z] ---> Running in b391473a69bf [2020-07-28T17:16:06.199Z] Removing intermediate container b391473a69bf [2020-07-28T17:16:06.199Z] ---> a99f93be3b0b [2020-07-28T17:16:06.199Z] [2020-07-28T17:16:06.472Z] Successfully built a99f93be3b0b [2020-07-28T17:16:06.472Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-28T17:16:16.593Z]  Building docker-core-metadata-go ... done Removing intermediate container 7e7bc1052b80 [2020-07-28T17:16:16.593Z] ---> ccdf1360973d [2020-07-28T17:16:16.593Z] [2020-07-28T17:16:16.593Z] Step 10/22 : FROM alpine [2020-07-28T17:16:16.593Z] ---> 62ee0e9f8440 [2020-07-28T17:16:16.593Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T17:16:16.593Z] ---> Running in 889ff9789003 [2020-07-28T17:16:17.186Z] Removing intermediate container 889ff9789003 [2020-07-28T17:16:17.186Z] ---> a31d363847f5 [2020-07-28T17:16:17.186Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-28T17:16:17.186Z] ---> Running in ec5b9fecf59a [2020-07-28T17:16:17.776Z] Removing intermediate container ec5b9fecf59a [2020-07-28T17:16:17.776Z] ---> d251e3737ae9 [2020-07-28T17:16:17.776Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-28T17:16:17.776Z] ---> Running in 35e8344e205b [2020-07-28T17:16:18.047Z] Removing intermediate container 35e8344e205b [2020-07-28T17:16:18.047Z] ---> b2b722ab8d86 [2020-07-28T17:16:18.047Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T17:16:18.319Z] ---> Running in f3649099518f [2020-07-28T17:16:20.928Z] Removing intermediate container f3649099518f [2020-07-28T17:16:20.928Z] ---> deb4ae394e4c [2020-07-28T17:16:20.928Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-28T17:16:20.928Z] ---> Running in 2807d6a999e2 [2020-07-28T17:16:22.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T17:16:23.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T17:16:24.296Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-28T17:16:24.296Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-28T17:16:24.886Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-28T17:16:25.154Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-28T17:16:25.424Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-28T17:16:25.424Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T17:16:25.424Z] OK: 8 MiB in 19 packages [2020-07-28T17:16:26.847Z] Removing intermediate container 2807d6a999e2 [2020-07-28T17:16:26.847Z] ---> 11c1ebc3b84a [2020-07-28T17:16:26.847Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-28T17:16:27.438Z] ---> 804cad4c2a84 [2020-07-28T17:16:27.438Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-28T17:16:28.867Z] ---> c319ae9b6284 [2020-07-28T17:16:28.867Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-28T17:16:29.457Z] ---> a96a5282025b [2020-07-28T17:16:29.457Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T17:16:29.726Z] ---> Running in a8aa1f2169d6 [2020-07-28T17:16:29.996Z] Removing intermediate container a8aa1f2169d6 [2020-07-28T17:16:29.996Z] ---> 86570fea76a2 [2020-07-28T17:16:29.996Z] Step 20/22 : LABEL arch=arm64 [2020-07-28T17:16:30.267Z] ---> Running in 546f7b929c50 [2020-07-28T17:16:30.537Z] Removing intermediate container 546f7b929c50 [2020-07-28T17:16:30.537Z] ---> c1a14b730151 [2020-07-28T17:16:30.537Z] Step 21/22 : LABEL git_sha=4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:16:30.809Z] ---> Running in 09040ade6821 [2020-07-28T17:16:31.398Z] Removing intermediate container 09040ade6821 [2020-07-28T17:16:31.398Z] ---> 1e05bdfd04ef [2020-07-28T17:16:31.398Z] Step 22/22 : LABEL version=1.2.2-dev.4 [2020-07-28T17:16:31.668Z] ---> Running in 6151fb514034 [2020-07-28T17:16:31.939Z] Removing intermediate container 6151fb514034 [2020-07-28T17:16:31.939Z] ---> 7d54df071dec [2020-07-28T17:16:31.939Z] [2020-07-28T17:16:32.531Z] Successfully built 7d54df071dec [2020-07-28T17:16:32.531Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-28T17:16:32.815Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-28T17:16:32.803Z] $ docker stop --time=1 4c423d01ca87aa82e0b983e8aa7cbbfa767398b922415afb1d674882edc1fe52 [2020-07-28T17:16:34.706Z] $ docker rm -f 4c423d01ca87aa82e0b983e8aa7cbbfa767398b922415afb1d674882edc1fe52 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:16:35.388Z] + docker images [2020-07-28T17:16:35.388Z] + grep docker [2020-07-28T17:16:35.659Z] docker-core-data-go-arm64 latest 7d54df071dec 4 seconds ago 22.6MB [2020-07-28T17:16:35.659Z] docker-core-metadata-go-arm64 latest a99f93be3b0b 30 seconds ago 13.8MB [2020-07-28T17:16:35.659Z] docker-core-command-go-arm64 latest 57135ab72a76 34 seconds ago 12.4MB [2020-07-28T17:16:35.659Z] docker-support-logging-go-arm64 latest 777dae194cfa 39 seconds ago 11.4MB [2020-07-28T17:16:35.659Z] docker-security-proxy-setup-go-arm64 latest e54ed3a94990 About a minute ago 15.8MB [2020-07-28T17:16:35.659Z] docker-sys-mgmt-agent-go-arm64 latest 6701bc04a4a2 2 minutes ago 266MB [2020-07-28T17:16:35.659Z] docker-security-secretstore-setup-go-arm64 latest 229693158327 3 minutes ago 32.6MB [2020-07-28T17:16:35.659Z] docker-security-secrets-setup-go-arm64 latest 241584d9674a 4 minutes ago 24.2MB [2020-07-28T17:16:35.659Z] docker-support-notifications-go-arm64 latest b95eb0722414 4 minutes ago 13.9MB [2020-07-28T17:16:35.659Z] docker-support-scheduler-go-arm64 latest 520bf7db222e 4 minutes ago 12.6MB [2020-07-28T17:16:35.659Z] docker latest ce9d55ae87f1 4 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-07-28T17:16:36.147Z] provisioning config files... [2020-07-28T17:16:36.187Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/115@tmp/config3293983332994006354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-28T17:16:36.573Z] nexus3.edgexfoundry.org:10001 [2020-07-28T17:16:36.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-28T17:16:37.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-28T17:16:37.113Z] Configure a credential helper to remove this warning. See [2020-07-28T17:16:37.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-28T17:16:37.113Z] [2020-07-28T17:16:37.113Z] Login Succeeded [2020-07-28T17:16:37.113Z] nexus3.edgexfoundry.org:10002 [2020-07-28T17:16:37.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-28T17:16:37.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-28T17:16:37.704Z] Configure a credential helper to remove this warning. See [2020-07-28T17:16:37.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-28T17:16:37.704Z] [2020-07-28T17:16:37.704Z] Login Succeeded [2020-07-28T17:16:37.704Z] nexus3.edgexfoundry.org:10003 [2020-07-28T17:16:38.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-28T17:16:38.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-28T17:16:38.673Z] Configure a credential helper to remove this warning. See [2020-07-28T17:16:38.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-28T17:16:38.673Z] [2020-07-28T17:16:38.673Z] Login Succeeded [2020-07-28T17:16:38.673Z] nexus3.edgexfoundry.org:10004 [2020-07-28T17:16:38.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-28T17:16:39.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-28T17:16:39.220Z] Configure a credential helper to remove this warning. See [2020-07-28T17:16:39.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-28T17:16:39.220Z] [2020-07-28T17:16:39.220Z] Login Succeeded [2020-07-28T17:16:39.220Z] docker.io [2020-07-28T17:16:39.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-28T17:16:40.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-28T17:16:40.076Z] Configure a credential helper to remove this warning. See [2020-07-28T17:16:40.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-28T17:16:40.076Z] [2020-07-28T17:16:40.076Z] Login Succeeded [Pipeline] } [2020-07-28T17:16:40.091Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:16:40.324Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-07-28T17:16:40.324Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:16:40.324Z] 1.2.2-dev.4 [2020-07-28T17:16:40.324Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:16:40.324Z] master [2020-07-28T17:16:40.324Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:40.905Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:41.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:16:41.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-07-28T17:16:41.232Z] 670079ba2e03: Preparing [2020-07-28T17:16:41.232Z] 1a0410277de3: Preparing [2020-07-28T17:16:41.232Z] 28ac9d226087: Preparing [2020-07-28T17:16:41.502Z] 28ac9d226087: Pushed [2020-07-28T17:16:41.503Z] 670079ba2e03: Pushed [2020-07-28T17:16:44.860Z] 1a0410277de3: Pushed [2020-07-28T17:16:44.860Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:af41a550545d9348af3212c01029cfa5754ab55822303a32a545b2005323a9e6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:45.193Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:45.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.4 [2020-07-28T17:16:45.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-07-28T17:16:45.794Z] 670079ba2e03: Preparing [2020-07-28T17:16:45.794Z] 1a0410277de3: Preparing [2020-07-28T17:16:45.794Z] 28ac9d226087: Preparing [2020-07-28T17:16:46.068Z] 1a0410277de3: Layer already exists [2020-07-28T17:16:46.068Z] 670079ba2e03: Layer already exists [2020-07-28T17:16:46.068Z] 28ac9d226087: Layer already exists [2020-07-28T17:16:46.068Z] 1.2.2-dev.4: digest: sha256:af41a550545d9348af3212c01029cfa5754ab55822303a32a545b2005323a9e6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:46.403Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:47.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:16:47.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-07-28T17:16:47.003Z] 670079ba2e03: Preparing [2020-07-28T17:16:47.003Z] 1a0410277de3: Preparing [2020-07-28T17:16:47.003Z] 28ac9d226087: Preparing [2020-07-28T17:16:47.003Z] 28ac9d226087: Layer already exists [2020-07-28T17:16:47.003Z] 1a0410277de3: Layer already exists [2020-07-28T17:16:47.273Z] 670079ba2e03: Layer already exists [2020-07-28T17:16:47.273Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:af41a550545d9348af3212c01029cfa5754ab55822303a32a545b2005323a9e6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:47.606Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:47.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-07-28T17:16:47.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-07-28T17:16:47.937Z] 670079ba2e03: Preparing [2020-07-28T17:16:47.937Z] 1a0410277de3: Preparing [2020-07-28T17:16:47.937Z] 28ac9d226087: Preparing [2020-07-28T17:16:48.212Z] 1a0410277de3: Layer already exists [2020-07-28T17:16:48.212Z] 670079ba2e03: Layer already exists [2020-07-28T17:16:48.212Z] 28ac9d226087: Layer already exists [2020-07-28T17:16:48.481Z] master: digest: sha256:af41a550545d9348af3212c01029cfa5754ab55822303a32a545b2005323a9e6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:16:48.688Z] ===================================================== [Pipeline] echo [2020-07-28T17:16:48.748Z] taggedImages: [2020-07-28T17:16:48.748Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:16:48.748Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.4 [2020-07-28T17:16:48.748Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:16:48.748Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-07-28T17:16:48.826Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-07-28T17:16:48.826Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:16:48.826Z] 1.2.2-dev.4 [2020-07-28T17:16:48.826Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:16:48.826Z] master [2020-07-28T17:16:48.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:49.398Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:49.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:16:49.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-07-28T17:16:49.731Z] 8f315d001c12: Preparing [2020-07-28T17:16:49.731Z] 7cfacb5f979f: Preparing [2020-07-28T17:16:49.731Z] 05e8edf7f49c: Preparing [2020-07-28T17:16:49.731Z] a8467bd11253: Preparing [2020-07-28T17:16:49.731Z] 51f65e9904d1: Preparing [2020-07-28T17:16:49.731Z] e2f13739ad41: Preparing [2020-07-28T17:16:49.731Z] e2f13739ad41: Waiting [2020-07-28T17:16:50.002Z] 05e8edf7f49c: Pushed [2020-07-28T17:16:50.002Z] 51f65e9904d1: Pushed [2020-07-28T17:16:50.002Z] 8f315d001c12: Pushed [2020-07-28T17:16:50.273Z] e2f13739ad41: Layer already exists [2020-07-28T17:16:50.863Z] a8467bd11253: Pushed [2020-07-28T17:16:54.217Z] 7cfacb5f979f: Pushed [2020-07-28T17:16:54.217Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:da3be0dd9b830634b787cb5db4894dd05eef23426808b9b4ece2f0d1b6f108d7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:54.550Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:54.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.4 [2020-07-28T17:16:54.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-07-28T17:16:54.884Z] 8f315d001c12: Preparing [2020-07-28T17:16:54.884Z] 7cfacb5f979f: Preparing [2020-07-28T17:16:54.884Z] 05e8edf7f49c: Preparing [2020-07-28T17:16:54.884Z] a8467bd11253: Preparing [2020-07-28T17:16:54.884Z] 51f65e9904d1: Preparing [2020-07-28T17:16:54.884Z] e2f13739ad41: Preparing [2020-07-28T17:16:54.884Z] e2f13739ad41: Waiting [2020-07-28T17:16:55.153Z] a8467bd11253: Layer already exists [2020-07-28T17:16:55.153Z] 51f65e9904d1: Layer already exists [2020-07-28T17:16:55.153Z] 7cfacb5f979f: Layer already exists [2020-07-28T17:16:55.153Z] 8f315d001c12: Layer already exists [2020-07-28T17:16:55.153Z] 05e8edf7f49c: Layer already exists [2020-07-28T17:16:55.153Z] e2f13739ad41: Layer already exists [2020-07-28T17:16:55.153Z] 1.2.2-dev.4: digest: sha256:da3be0dd9b830634b787cb5db4894dd05eef23426808b9b4ece2f0d1b6f108d7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:55.485Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:55.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:16:55.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-07-28T17:16:55.827Z] 8f315d001c12: Preparing [2020-07-28T17:16:55.827Z] 7cfacb5f979f: Preparing [2020-07-28T17:16:55.827Z] 05e8edf7f49c: Preparing [2020-07-28T17:16:55.827Z] a8467bd11253: Preparing [2020-07-28T17:16:55.827Z] 51f65e9904d1: Preparing [2020-07-28T17:16:55.827Z] e2f13739ad41: Preparing [2020-07-28T17:16:55.827Z] e2f13739ad41: Waiting [2020-07-28T17:16:56.096Z] 7cfacb5f979f: Layer already exists [2020-07-28T17:16:56.096Z] 05e8edf7f49c: Layer already exists [2020-07-28T17:16:56.096Z] a8467bd11253: Layer already exists [2020-07-28T17:16:56.096Z] 8f315d001c12: Layer already exists [2020-07-28T17:16:56.096Z] 51f65e9904d1: Layer already exists [2020-07-28T17:16:56.096Z] e2f13739ad41: Layer already exists [2020-07-28T17:16:56.365Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:da3be0dd9b830634b787cb5db4894dd05eef23426808b9b4ece2f0d1b6f108d7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:56.697Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:57.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-07-28T17:16:57.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-07-28T17:16:57.031Z] 8f315d001c12: Preparing [2020-07-28T17:16:57.031Z] 7cfacb5f979f: Preparing [2020-07-28T17:16:57.031Z] 05e8edf7f49c: Preparing [2020-07-28T17:16:57.031Z] a8467bd11253: Preparing [2020-07-28T17:16:57.031Z] 51f65e9904d1: Preparing [2020-07-28T17:16:57.031Z] e2f13739ad41: Preparing [2020-07-28T17:16:57.031Z] e2f13739ad41: Waiting [2020-07-28T17:16:57.031Z] 7cfacb5f979f: Layer already exists [2020-07-28T17:16:57.031Z] 8f315d001c12: Layer already exists [2020-07-28T17:16:57.031Z] 05e8edf7f49c: Layer already exists [2020-07-28T17:16:57.299Z] 51f65e9904d1: Layer already exists [2020-07-28T17:16:57.299Z] a8467bd11253: Layer already exists [2020-07-28T17:16:57.299Z] e2f13739ad41: Layer already exists [2020-07-28T17:16:57.299Z] master: digest: sha256:da3be0dd9b830634b787cb5db4894dd05eef23426808b9b4ece2f0d1b6f108d7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:16:57.490Z] ===================================================== [Pipeline] echo [2020-07-28T17:16:57.541Z] taggedImages: [2020-07-28T17:16:57.541Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:16:57.541Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.4 [2020-07-28T17:16:57.541Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:16:57.541Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-07-28T17:16:57.602Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-07-28T17:16:57.602Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:16:57.602Z] 1.2.2-dev.4 [2020-07-28T17:16:57.602Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:16:57.602Z] master [2020-07-28T17:16:57.602Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:58.108Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:16:58.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:16:58.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-07-28T17:16:58.436Z] 6c4e8ee557e2: Preparing [2020-07-28T17:16:58.436Z] 8349ea436f7b: Preparing [2020-07-28T17:16:58.436Z] 84d76c939125: Preparing [2020-07-28T17:16:58.704Z] 84d76c939125: Pushed [2020-07-28T17:16:58.704Z] 6c4e8ee557e2: Pushed [2020-07-28T17:17:02.069Z] 8349ea436f7b: Pushed [2020-07-28T17:17:02.070Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:e0d4f81224e584bad53574d39324aebca667c57e7d9caf971cc81feb2ba0f1d8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:02.398Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:02.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:02.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-07-28T17:17:02.723Z] 6c4e8ee557e2: Preparing [2020-07-28T17:17:02.723Z] 8349ea436f7b: Preparing [2020-07-28T17:17:02.723Z] 84d76c939125: Preparing [2020-07-28T17:17:02.723Z] 84d76c939125: Layer already exists [2020-07-28T17:17:02.723Z] 6c4e8ee557e2: Layer already exists [2020-07-28T17:17:02.723Z] 8349ea436f7b: Layer already exists [2020-07-28T17:17:02.991Z] 1.2.2-dev.4: digest: sha256:e0d4f81224e584bad53574d39324aebca667c57e7d9caf971cc81feb2ba0f1d8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:03.325Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:03.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:03.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-07-28T17:17:03.652Z] 6c4e8ee557e2: Preparing [2020-07-28T17:17:03.652Z] 8349ea436f7b: Preparing [2020-07-28T17:17:03.652Z] 84d76c939125: Preparing [2020-07-28T17:17:03.652Z] 6c4e8ee557e2: Layer already exists [2020-07-28T17:17:03.920Z] 84d76c939125: Layer already exists [2020-07-28T17:17:03.920Z] 8349ea436f7b: Layer already exists [2020-07-28T17:17:03.920Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:e0d4f81224e584bad53574d39324aebca667c57e7d9caf971cc81feb2ba0f1d8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:04.249Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:04.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-07-28T17:17:04.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-07-28T17:17:04.578Z] 6c4e8ee557e2: Preparing [2020-07-28T17:17:04.578Z] 8349ea436f7b: Preparing [2020-07-28T17:17:04.578Z] 84d76c939125: Preparing [2020-07-28T17:17:04.846Z] 84d76c939125: Layer already exists [2020-07-28T17:17:04.846Z] 8349ea436f7b: Layer already exists [2020-07-28T17:17:04.846Z] 6c4e8ee557e2: Layer already exists [2020-07-28T17:17:05.114Z] master: digest: sha256:e0d4f81224e584bad53574d39324aebca667c57e7d9caf971cc81feb2ba0f1d8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:17:05.306Z] ===================================================== [Pipeline] echo [2020-07-28T17:17:05.353Z] taggedImages: [2020-07-28T17:17:05.353Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:05.353Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:05.353Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:05.353Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-07-28T17:17:05.415Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-07-28T17:17:05.415Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:05.415Z] 1.2.2-dev.4 [2020-07-28T17:17:05.415Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:05.415Z] master [2020-07-28T17:17:05.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:06.196Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:06.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:06.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-07-28T17:17:06.521Z] 224f2b56eb9f: Preparing [2020-07-28T17:17:06.521Z] 25279cd94b26: Preparing [2020-07-28T17:17:06.521Z] 396af0dae4b2: Preparing [2020-07-28T17:17:06.521Z] c736aac1dfe1: Preparing [2020-07-28T17:17:06.521Z] e2f13739ad41: Preparing [2020-07-28T17:17:06.790Z] e2f13739ad41: Layer already exists [2020-07-28T17:17:07.060Z] 396af0dae4b2: Pushed [2020-07-28T17:17:07.646Z] 25279cd94b26: Pushed [2020-07-28T17:17:08.238Z] c736aac1dfe1: Pushed [2020-07-28T17:17:09.210Z] 224f2b56eb9f: Pushed [2020-07-28T17:17:09.480Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:6de6392e04c7310ea847f98c7e9a4ee95b50c41d19e4ebc38e141a8d284aa3a2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:09.812Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:10.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:10.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-07-28T17:17:10.143Z] 224f2b56eb9f: Preparing [2020-07-28T17:17:10.143Z] 25279cd94b26: Preparing [2020-07-28T17:17:10.143Z] 396af0dae4b2: Preparing [2020-07-28T17:17:10.143Z] c736aac1dfe1: Preparing [2020-07-28T17:17:10.143Z] e2f13739ad41: Preparing [2020-07-28T17:17:10.411Z] 224f2b56eb9f: Layer already exists [2020-07-28T17:17:10.411Z] 25279cd94b26: Layer already exists [2020-07-28T17:17:10.411Z] e2f13739ad41: Layer already exists [2020-07-28T17:17:10.411Z] 396af0dae4b2: Layer already exists [2020-07-28T17:17:10.411Z] c736aac1dfe1: Layer already exists [2020-07-28T17:17:10.411Z] 1.2.2-dev.4: digest: sha256:6de6392e04c7310ea847f98c7e9a4ee95b50c41d19e4ebc38e141a8d284aa3a2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:10.745Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:11.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:11.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-07-28T17:17:11.072Z] 224f2b56eb9f: Preparing [2020-07-28T17:17:11.072Z] 25279cd94b26: Preparing [2020-07-28T17:17:11.072Z] 396af0dae4b2: Preparing [2020-07-28T17:17:11.072Z] c736aac1dfe1: Preparing [2020-07-28T17:17:11.072Z] e2f13739ad41: Preparing [2020-07-28T17:17:11.072Z] c736aac1dfe1: Layer already exists [2020-07-28T17:17:11.072Z] 224f2b56eb9f: Layer already exists [2020-07-28T17:17:11.072Z] e2f13739ad41: Layer already exists [2020-07-28T17:17:11.072Z] 396af0dae4b2: Layer already exists [2020-07-28T17:17:11.072Z] 25279cd94b26: Layer already exists [2020-07-28T17:17:11.342Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:6de6392e04c7310ea847f98c7e9a4ee95b50c41d19e4ebc38e141a8d284aa3a2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:11.677Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:12.008Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-07-28T17:17:12.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-07-28T17:17:12.008Z] 224f2b56eb9f: Preparing [2020-07-28T17:17:12.008Z] 25279cd94b26: Preparing [2020-07-28T17:17:12.008Z] 396af0dae4b2: Preparing [2020-07-28T17:17:12.008Z] c736aac1dfe1: Preparing [2020-07-28T17:17:12.008Z] e2f13739ad41: Preparing [2020-07-28T17:17:12.278Z] e2f13739ad41: Layer already exists [2020-07-28T17:17:12.278Z] c736aac1dfe1: Layer already exists [2020-07-28T17:17:12.278Z] 25279cd94b26: Layer already exists [2020-07-28T17:17:12.278Z] 224f2b56eb9f: Layer already exists [2020-07-28T17:17:12.278Z] 396af0dae4b2: Layer already exists [2020-07-28T17:17:12.548Z] master: digest: sha256:6de6392e04c7310ea847f98c7e9a4ee95b50c41d19e4ebc38e141a8d284aa3a2 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:17:12.782Z] ===================================================== [Pipeline] echo [2020-07-28T17:17:12.824Z] taggedImages: [2020-07-28T17:17:12.824Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:12.824Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:12.824Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:12.824Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-07-28T17:17:12.902Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-07-28T17:17:12.902Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:12.902Z] 1.2.2-dev.4 [2020-07-28T17:17:12.902Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:12.902Z] master [2020-07-28T17:17:12.902Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:13.387Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:13.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:13.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-07-28T17:17:13.714Z] 4b8a010b819c: Preparing [2020-07-28T17:17:13.714Z] dfb50b7d6f5a: Preparing [2020-07-28T17:17:13.714Z] 8b3f6fea6b4e: Preparing [2020-07-28T17:17:13.714Z] 370b7e2886d9: Preparing [2020-07-28T17:17:13.714Z] 370b7e2886d9: Preparing [2020-07-28T17:17:13.714Z] 69e3ceb45091: Preparing [2020-07-28T17:17:13.714Z] a9c4c5153408: Preparing [2020-07-28T17:17:13.714Z] 2a1d8f442c86: Preparing [2020-07-28T17:17:13.714Z] 4b8a010b819c: Preparing [2020-07-28T17:17:13.714Z] 4e2efeeedc13: Preparing [2020-07-28T17:17:13.714Z] 643283344df9: Preparing [2020-07-28T17:17:13.714Z] 0733fdaae081: Preparing [2020-07-28T17:17:13.714Z] e2f13739ad41: Preparing [2020-07-28T17:17:13.714Z] a9c4c5153408: Waiting [2020-07-28T17:17:13.714Z] 2a1d8f442c86: Waiting [2020-07-28T17:17:13.714Z] 4e2efeeedc13: Waiting [2020-07-28T17:17:13.714Z] 643283344df9: Waiting [2020-07-28T17:17:13.714Z] 0733fdaae081: Waiting [2020-07-28T17:17:13.714Z] e2f13739ad41: Waiting [2020-07-28T17:17:13.984Z] 370b7e2886d9: Pushed [2020-07-28T17:17:13.984Z] dfb50b7d6f5a: Pushed [2020-07-28T17:17:13.984Z] 69e3ceb45091: Pushed [2020-07-28T17:17:13.984Z] 8b3f6fea6b4e: Pushed [2020-07-28T17:17:14.254Z] a9c4c5153408: Pushed [2020-07-28T17:17:14.254Z] 2a1d8f442c86: Pushed [2020-07-28T17:17:14.254Z] 643283344df9: Pushed [2020-07-28T17:17:14.254Z] 4e2efeeedc13: Pushed [2020-07-28T17:17:14.254Z] e2f13739ad41: Layer already exists [2020-07-28T17:17:14.523Z] 0733fdaae081: Pushed [2020-07-28T17:17:16.480Z] 4b8a010b819c: Pushed [2020-07-28T17:17:16.480Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:603a2672d7172eddaec547b1766e6a79130978cd72d4e3fc14d09356429e13c3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:16.814Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:17.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:17.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-07-28T17:17:17.146Z] 4b8a010b819c: Preparing [2020-07-28T17:17:17.146Z] dfb50b7d6f5a: Preparing [2020-07-28T17:17:17.146Z] 8b3f6fea6b4e: Preparing [2020-07-28T17:17:17.146Z] 370b7e2886d9: Preparing [2020-07-28T17:17:17.146Z] 370b7e2886d9: Preparing [2020-07-28T17:17:17.146Z] 69e3ceb45091: Preparing [2020-07-28T17:17:17.146Z] a9c4c5153408: Preparing [2020-07-28T17:17:17.146Z] 2a1d8f442c86: Preparing [2020-07-28T17:17:17.146Z] 4b8a010b819c: Preparing [2020-07-28T17:17:17.146Z] 4e2efeeedc13: Preparing [2020-07-28T17:17:17.146Z] 643283344df9: Preparing [2020-07-28T17:17:17.146Z] 0733fdaae081: Preparing [2020-07-28T17:17:17.146Z] e2f13739ad41: Preparing [2020-07-28T17:17:17.146Z] 643283344df9: Waiting [2020-07-28T17:17:17.146Z] a9c4c5153408: Waiting [2020-07-28T17:17:17.146Z] 2a1d8f442c86: Waiting [2020-07-28T17:17:17.146Z] 4e2efeeedc13: Waiting [2020-07-28T17:17:17.146Z] 0733fdaae081: Waiting [2020-07-28T17:17:17.146Z] e2f13739ad41: Waiting [2020-07-28T17:17:17.146Z] 8b3f6fea6b4e: Layer already exists [2020-07-28T17:17:17.146Z] 4b8a010b819c: Layer already exists [2020-07-28T17:17:17.146Z] 69e3ceb45091: Layer already exists [2020-07-28T17:17:17.146Z] 370b7e2886d9: Layer already exists [2020-07-28T17:17:17.146Z] dfb50b7d6f5a: Layer already exists [2020-07-28T17:17:17.146Z] a9c4c5153408: Layer already exists [2020-07-28T17:17:17.146Z] 643283344df9: Layer already exists [2020-07-28T17:17:17.146Z] 4e2efeeedc13: Layer already exists [2020-07-28T17:17:17.146Z] 2a1d8f442c86: Layer already exists [2020-07-28T17:17:17.146Z] 0733fdaae081: Layer already exists [2020-07-28T17:17:17.414Z] e2f13739ad41: Layer already exists [2020-07-28T17:17:17.414Z] 1.2.2-dev.4: digest: sha256:603a2672d7172eddaec547b1766e6a79130978cd72d4e3fc14d09356429e13c3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:17.746Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:18.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:18.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-07-28T17:17:18.074Z] 4b8a010b819c: Preparing [2020-07-28T17:17:18.074Z] dfb50b7d6f5a: Preparing [2020-07-28T17:17:18.074Z] 8b3f6fea6b4e: Preparing [2020-07-28T17:17:18.074Z] 370b7e2886d9: Preparing [2020-07-28T17:17:18.074Z] 370b7e2886d9: Preparing [2020-07-28T17:17:18.074Z] 69e3ceb45091: Preparing [2020-07-28T17:17:18.074Z] a9c4c5153408: Preparing [2020-07-28T17:17:18.074Z] 2a1d8f442c86: Preparing [2020-07-28T17:17:18.074Z] 4b8a010b819c: Preparing [2020-07-28T17:17:18.074Z] 4e2efeeedc13: Preparing [2020-07-28T17:17:18.074Z] 643283344df9: Preparing [2020-07-28T17:17:18.074Z] 0733fdaae081: Preparing [2020-07-28T17:17:18.074Z] e2f13739ad41: Preparing [2020-07-28T17:17:18.074Z] 4e2efeeedc13: Waiting [2020-07-28T17:17:18.074Z] 643283344df9: Waiting [2020-07-28T17:17:18.074Z] 0733fdaae081: Waiting [2020-07-28T17:17:18.074Z] a9c4c5153408: Waiting [2020-07-28T17:17:18.074Z] 2a1d8f442c86: Waiting [2020-07-28T17:17:18.074Z] e2f13739ad41: Waiting [2020-07-28T17:17:18.074Z] 8b3f6fea6b4e: Layer already exists [2020-07-28T17:17:18.074Z] dfb50b7d6f5a: Layer already exists [2020-07-28T17:17:18.074Z] 69e3ceb45091: Layer already exists [2020-07-28T17:17:18.074Z] 4b8a010b819c: Layer already exists [2020-07-28T17:17:18.343Z] 370b7e2886d9: Layer already exists [2020-07-28T17:17:18.343Z] 2a1d8f442c86: Layer already exists [2020-07-28T17:17:18.343Z] 643283344df9: Layer already exists [2020-07-28T17:17:18.343Z] a9c4c5153408: Layer already exists [2020-07-28T17:17:18.343Z] 0733fdaae081: Layer already exists [2020-07-28T17:17:18.343Z] 4e2efeeedc13: Layer already exists [2020-07-28T17:17:18.343Z] e2f13739ad41: Layer already exists [2020-07-28T17:17:18.343Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:603a2672d7172eddaec547b1766e6a79130978cd72d4e3fc14d09356429e13c3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:18.673Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:19.005Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-07-28T17:17:19.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-07-28T17:17:19.005Z] 4b8a010b819c: Preparing [2020-07-28T17:17:19.005Z] dfb50b7d6f5a: Preparing [2020-07-28T17:17:19.005Z] 8b3f6fea6b4e: Preparing [2020-07-28T17:17:19.005Z] 370b7e2886d9: Preparing [2020-07-28T17:17:19.005Z] 370b7e2886d9: Preparing [2020-07-28T17:17:19.005Z] 69e3ceb45091: Preparing [2020-07-28T17:17:19.005Z] a9c4c5153408: Preparing [2020-07-28T17:17:19.005Z] 2a1d8f442c86: Preparing [2020-07-28T17:17:19.005Z] 4b8a010b819c: Preparing [2020-07-28T17:17:19.006Z] 4e2efeeedc13: Preparing [2020-07-28T17:17:19.006Z] 643283344df9: Preparing [2020-07-28T17:17:19.006Z] 0733fdaae081: Preparing [2020-07-28T17:17:19.006Z] e2f13739ad41: Preparing [2020-07-28T17:17:19.006Z] a9c4c5153408: Waiting [2020-07-28T17:17:19.006Z] 2a1d8f442c86: Waiting [2020-07-28T17:17:19.006Z] 4e2efeeedc13: Waiting [2020-07-28T17:17:19.006Z] 643283344df9: Waiting [2020-07-28T17:17:19.006Z] 0733fdaae081: Waiting [2020-07-28T17:17:19.006Z] e2f13739ad41: Waiting [2020-07-28T17:17:19.276Z] 370b7e2886d9: Layer already exists [2020-07-28T17:17:19.276Z] dfb50b7d6f5a: Layer already exists [2020-07-28T17:17:19.276Z] 8b3f6fea6b4e: Layer already exists [2020-07-28T17:17:19.276Z] 4b8a010b819c: Layer already exists [2020-07-28T17:17:19.276Z] 69e3ceb45091: Layer already exists [2020-07-28T17:17:19.276Z] 2a1d8f442c86: Layer already exists [2020-07-28T17:17:19.276Z] 4e2efeeedc13: Layer already exists [2020-07-28T17:17:19.276Z] 643283344df9: Layer already exists [2020-07-28T17:17:19.276Z] a9c4c5153408: Layer already exists [2020-07-28T17:17:19.276Z] 0733fdaae081: Layer already exists [2020-07-28T17:17:19.276Z] e2f13739ad41: Layer already exists [2020-07-28T17:17:19.276Z] master: digest: sha256:603a2672d7172eddaec547b1766e6a79130978cd72d4e3fc14d09356429e13c3 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:17:19.440Z] ===================================================== [Pipeline] echo [2020-07-28T17:17:19.479Z] taggedImages: [2020-07-28T17:17:19.480Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:19.480Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:19.480Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:19.480Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-07-28T17:17:19.554Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-07-28T17:17:19.554Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:19.554Z] 1.2.2-dev.4 [2020-07-28T17:17:19.554Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:19.554Z] master [2020-07-28T17:17:19.554Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:20.035Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:20.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:20.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-07-28T17:17:20.407Z] bbe1e771510e: Preparing [2020-07-28T17:17:20.407Z] f08337f851c2: Preparing [2020-07-28T17:17:20.407Z] cb7ff4fea4d8: Preparing [2020-07-28T17:17:20.407Z] 2aa03b49edb2: Preparing [2020-07-28T17:17:20.407Z] b1a332df6aa9: Preparing [2020-07-28T17:17:20.407Z] 2e2505b65db6: Preparing [2020-07-28T17:17:20.407Z] 0234ce5fddf3: Preparing [2020-07-28T17:17:20.407Z] c8e48fc6e7e3: Preparing [2020-07-28T17:17:20.407Z] 7619c1aacbb4: Preparing [2020-07-28T17:17:20.407Z] 3d897ae9032d: Preparing [2020-07-28T17:17:20.407Z] 66b385cf80cf: Preparing [2020-07-28T17:17:20.407Z] c8e48fc6e7e3: Waiting [2020-07-28T17:17:20.407Z] 7619c1aacbb4: Waiting [2020-07-28T17:17:20.407Z] 2e2505b65db6: Waiting [2020-07-28T17:17:20.407Z] 0234ce5fddf3: Waiting [2020-07-28T17:17:20.407Z] 66b385cf80cf: Waiting [2020-07-28T17:17:20.736Z] bbe1e771510e: Pushed [2020-07-28T17:17:20.736Z] f08337f851c2: Pushed [2020-07-28T17:17:21.045Z] 2e2505b65db6: Pushed [2020-07-28T17:17:21.045Z] 0234ce5fddf3: Pushed [2020-07-28T17:17:21.525Z] c8e48fc6e7e3: Pushed [2020-07-28T17:17:21.525Z] 7619c1aacbb4: Pushed [2020-07-28T17:17:21.525Z] 66b385cf80cf: Layer already exists [2020-07-28T17:17:22.153Z] 3d897ae9032d: Pushed [2020-07-28T17:17:23.210Z] cb7ff4fea4d8: Pushed [2020-07-28T17:17:23.848Z] b1a332df6aa9: Pushed [2020-07-28T17:17:23.848Z] 2aa03b49edb2: Pushed [2020-07-28T17:17:24.486Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:710c5bd5ef18c348dcb6825b12b7716144e8ae35254b5f02437562d77794cdcf size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:24.851Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:25.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:25.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-07-28T17:17:25.210Z] bbe1e771510e: Preparing [2020-07-28T17:17:25.210Z] f08337f851c2: Preparing [2020-07-28T17:17:25.210Z] cb7ff4fea4d8: Preparing [2020-07-28T17:17:25.210Z] 2aa03b49edb2: Preparing [2020-07-28T17:17:25.210Z] b1a332df6aa9: Preparing [2020-07-28T17:17:25.210Z] 2e2505b65db6: Preparing [2020-07-28T17:17:25.210Z] 0234ce5fddf3: Preparing [2020-07-28T17:17:25.210Z] c8e48fc6e7e3: Preparing [2020-07-28T17:17:25.210Z] 7619c1aacbb4: Preparing [2020-07-28T17:17:25.210Z] 3d897ae9032d: Preparing [2020-07-28T17:17:25.210Z] 66b385cf80cf: Preparing [2020-07-28T17:17:25.210Z] c8e48fc6e7e3: Waiting [2020-07-28T17:17:25.210Z] 7619c1aacbb4: Waiting [2020-07-28T17:17:25.210Z] 3d897ae9032d: Waiting [2020-07-28T17:17:25.210Z] 66b385cf80cf: Waiting [2020-07-28T17:17:25.210Z] 2e2505b65db6: Waiting [2020-07-28T17:17:25.210Z] 0234ce5fddf3: Waiting [2020-07-28T17:17:25.210Z] bbe1e771510e: Layer already exists [2020-07-28T17:17:25.210Z] b1a332df6aa9: Layer already exists [2020-07-28T17:17:25.210Z] f08337f851c2: Layer already exists [2020-07-28T17:17:25.491Z] 2aa03b49edb2: Layer already exists [2020-07-28T17:17:25.491Z] cb7ff4fea4d8: Layer already exists [2020-07-28T17:17:25.491Z] 0234ce5fddf3: Layer already exists [2020-07-28T17:17:25.491Z] c8e48fc6e7e3: Layer already exists [2020-07-28T17:17:25.491Z] 2e2505b65db6: Layer already exists [2020-07-28T17:17:25.491Z] 7619c1aacbb4: Layer already exists [2020-07-28T17:17:25.491Z] 3d897ae9032d: Layer already exists [2020-07-28T17:17:25.491Z] 66b385cf80cf: Layer already exists [2020-07-28T17:17:25.491Z] 1.2.2-dev.4: digest: sha256:710c5bd5ef18c348dcb6825b12b7716144e8ae35254b5f02437562d77794cdcf size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:25.845Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:26.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:26.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-07-28T17:17:26.192Z] bbe1e771510e: Preparing [2020-07-28T17:17:26.192Z] f08337f851c2: Preparing [2020-07-28T17:17:26.192Z] cb7ff4fea4d8: Preparing [2020-07-28T17:17:26.192Z] 2aa03b49edb2: Preparing [2020-07-28T17:17:26.192Z] b1a332df6aa9: Preparing [2020-07-28T17:17:26.192Z] 2e2505b65db6: Preparing [2020-07-28T17:17:26.192Z] 0234ce5fddf3: Preparing [2020-07-28T17:17:26.192Z] c8e48fc6e7e3: Preparing [2020-07-28T17:17:26.192Z] 7619c1aacbb4: Preparing [2020-07-28T17:17:26.192Z] 3d897ae9032d: Preparing [2020-07-28T17:17:26.192Z] 66b385cf80cf: Preparing [2020-07-28T17:17:26.192Z] c8e48fc6e7e3: Waiting [2020-07-28T17:17:26.192Z] 3d897ae9032d: Waiting [2020-07-28T17:17:26.192Z] 7619c1aacbb4: Waiting [2020-07-28T17:17:26.192Z] 66b385cf80cf: Waiting [2020-07-28T17:17:26.192Z] 2e2505b65db6: Waiting [2020-07-28T17:17:26.192Z] 0234ce5fddf3: Waiting [2020-07-28T17:17:26.192Z] b1a332df6aa9: Layer already exists [2020-07-28T17:17:26.192Z] f08337f851c2: Layer already exists [2020-07-28T17:17:26.192Z] bbe1e771510e: Layer already exists [2020-07-28T17:17:26.192Z] 2aa03b49edb2: Layer already exists [2020-07-28T17:17:26.192Z] cb7ff4fea4d8: Layer already exists [2020-07-28T17:17:26.192Z] 2e2505b65db6: Layer already exists [2020-07-28T17:17:26.192Z] c8e48fc6e7e3: Layer already exists [2020-07-28T17:17:26.192Z] 0234ce5fddf3: Layer already exists [2020-07-28T17:17:26.192Z] 3d897ae9032d: Layer already exists [2020-07-28T17:17:26.192Z] 7619c1aacbb4: Layer already exists [2020-07-28T17:17:26.469Z] 66b385cf80cf: Layer already exists [2020-07-28T17:17:26.469Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:710c5bd5ef18c348dcb6825b12b7716144e8ae35254b5f02437562d77794cdcf size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:26.812Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:27.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-07-28T17:17:27.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-07-28T17:17:27.171Z] bbe1e771510e: Preparing [2020-07-28T17:17:27.171Z] f08337f851c2: Preparing [2020-07-28T17:17:27.171Z] cb7ff4fea4d8: Preparing [2020-07-28T17:17:27.171Z] 2aa03b49edb2: Preparing [2020-07-28T17:17:27.171Z] b1a332df6aa9: Preparing [2020-07-28T17:17:27.171Z] 2e2505b65db6: Preparing [2020-07-28T17:17:27.171Z] 0234ce5fddf3: Preparing [2020-07-28T17:17:27.171Z] c8e48fc6e7e3: Preparing [2020-07-28T17:17:27.171Z] 7619c1aacbb4: Preparing [2020-07-28T17:17:27.171Z] 3d897ae9032d: Preparing [2020-07-28T17:17:27.171Z] 66b385cf80cf: Preparing [2020-07-28T17:17:27.171Z] 2e2505b65db6: Waiting [2020-07-28T17:17:27.171Z] 0234ce5fddf3: Waiting [2020-07-28T17:17:27.171Z] c8e48fc6e7e3: Waiting [2020-07-28T17:17:27.171Z] 3d897ae9032d: Waiting [2020-07-28T17:17:27.171Z] 66b385cf80cf: Waiting [2020-07-28T17:17:27.171Z] 7619c1aacbb4: Waiting [2020-07-28T17:17:27.171Z] 2aa03b49edb2: Layer already exists [2020-07-28T17:17:27.171Z] bbe1e771510e: Layer already exists [2020-07-28T17:17:27.171Z] f08337f851c2: Layer already exists [2020-07-28T17:17:27.171Z] b1a332df6aa9: Layer already exists [2020-07-28T17:17:27.444Z] cb7ff4fea4d8: Layer already exists [2020-07-28T17:17:27.445Z] c8e48fc6e7e3: Layer already exists [2020-07-28T17:17:27.445Z] 0234ce5fddf3: Layer already exists [2020-07-28T17:17:27.445Z] 2e2505b65db6: Layer already exists [2020-07-28T17:17:27.445Z] 7619c1aacbb4: Layer already exists [2020-07-28T17:17:27.445Z] 3d897ae9032d: Layer already exists [2020-07-28T17:17:27.445Z] 66b385cf80cf: Layer already exists [2020-07-28T17:17:27.717Z] master: digest: sha256:710c5bd5ef18c348dcb6825b12b7716144e8ae35254b5f02437562d77794cdcf size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:17:27.894Z] ===================================================== [Pipeline] echo [2020-07-28T17:17:27.933Z] taggedImages: [2020-07-28T17:17:27.933Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:27.933Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:27.933Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:27.933Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-07-28T17:17:27.990Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-07-28T17:17:27.990Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:27.990Z] 1.2.2-dev.4 [2020-07-28T17:17:27.990Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:27.990Z] master [2020-07-28T17:17:27.990Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:28.485Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:28.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:28.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-07-28T17:17:28.836Z] 4e5b5a493664: Preparing [2020-07-28T17:17:28.836Z] 0404ef6a8733: Preparing [2020-07-28T17:17:28.836Z] 6c911af303c5: Preparing [2020-07-28T17:17:28.836Z] 04c277fe54de: Preparing [2020-07-28T17:17:29.133Z] 4e5b5a493664: Pushed [2020-07-28T17:17:29.133Z] 6c911af303c5: Pushed [2020-07-28T17:17:29.420Z] 04c277fe54de: Pushed [2020-07-28T17:17:32.042Z] 0404ef6a8733: Pushed [2020-07-28T17:17:32.042Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:67cdd48f69ca4aed3b87a5bf1e27a04de40ac2b678229264ba7aa38e1c3422a4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:32.373Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:32.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:32.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-07-28T17:17:32.704Z] 4e5b5a493664: Preparing [2020-07-28T17:17:32.704Z] 0404ef6a8733: Preparing [2020-07-28T17:17:32.704Z] 6c911af303c5: Preparing [2020-07-28T17:17:32.704Z] 04c277fe54de: Preparing [2020-07-28T17:17:32.704Z] 0404ef6a8733: Layer already exists [2020-07-28T17:17:32.704Z] 6c911af303c5: Layer already exists [2020-07-28T17:17:32.704Z] 04c277fe54de: Layer already exists [2020-07-28T17:17:32.704Z] 4e5b5a493664: Layer already exists [2020-07-28T17:17:32.973Z] 1.2.2-dev.4: digest: sha256:67cdd48f69ca4aed3b87a5bf1e27a04de40ac2b678229264ba7aa38e1c3422a4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:33.304Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:33.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:33.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-07-28T17:17:33.630Z] 4e5b5a493664: Preparing [2020-07-28T17:17:33.630Z] 0404ef6a8733: Preparing [2020-07-28T17:17:33.630Z] 6c911af303c5: Preparing [2020-07-28T17:17:33.630Z] 04c277fe54de: Preparing [2020-07-28T17:17:33.630Z] 04c277fe54de: Layer already exists [2020-07-28T17:17:33.630Z] 4e5b5a493664: Layer already exists [2020-07-28T17:17:33.630Z] 6c911af303c5: Layer already exists [2020-07-28T17:17:33.630Z] 0404ef6a8733: Layer already exists [2020-07-28T17:17:33.899Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:67cdd48f69ca4aed3b87a5bf1e27a04de40ac2b678229264ba7aa38e1c3422a4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:34.229Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:34.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-07-28T17:17:34.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-07-28T17:17:34.554Z] 4e5b5a493664: Preparing [2020-07-28T17:17:34.554Z] 0404ef6a8733: Preparing [2020-07-28T17:17:34.554Z] 6c911af303c5: Preparing [2020-07-28T17:17:34.554Z] 04c277fe54de: Preparing [2020-07-28T17:17:34.554Z] 04c277fe54de: Layer already exists [2020-07-28T17:17:34.554Z] 0404ef6a8733: Layer already exists [2020-07-28T17:17:34.554Z] 6c911af303c5: Layer already exists [2020-07-28T17:17:34.554Z] 4e5b5a493664: Layer already exists [2020-07-28T17:17:34.823Z] master: digest: sha256:67cdd48f69ca4aed3b87a5bf1e27a04de40ac2b678229264ba7aa38e1c3422a4 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:17:35.048Z] ===================================================== [Pipeline] echo [2020-07-28T17:17:35.096Z] taggedImages: [2020-07-28T17:17:35.096Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:35.096Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:35.096Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:35.096Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-07-28T17:17:35.154Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-07-28T17:17:35.154Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:35.154Z] 1.2.2-dev.4 [2020-07-28T17:17:35.154Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:35.154Z] master [2020-07-28T17:17:35.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:35.641Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:35.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:35.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-07-28T17:17:35.973Z] 52826a149a2d: Preparing [2020-07-28T17:17:35.973Z] 49fade90c3be: Preparing [2020-07-28T17:17:35.973Z] 13f46a50d853: Preparing [2020-07-28T17:17:35.973Z] 6ed6c7cb66db: Preparing [2020-07-28T17:17:35.973Z] 40a89f1ebf20: Preparing [2020-07-28T17:17:35.973Z] 18d5f089e537: Preparing [2020-07-28T17:17:35.973Z] 18d5f089e537: Waiting [2020-07-28T17:17:36.244Z] 13f46a50d853: Pushed [2020-07-28T17:17:36.244Z] 52826a149a2d: Pushed [2020-07-28T17:17:36.244Z] 40a89f1ebf20: Pushed [2020-07-28T17:17:36.244Z] 6ed6c7cb66db: Pushed [2020-07-28T17:17:36.523Z] 18d5f089e537: Pushed [2020-07-28T17:17:39.127Z] 49fade90c3be: Pushed [2020-07-28T17:17:39.396Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:6133aeafa6163e35f6b5f5c5fea500b569f83da15b4a70617033b7b50cf1c2df size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:39.726Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:40.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:40.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-07-28T17:17:40.160Z] 52826a149a2d: Preparing [2020-07-28T17:17:40.160Z] 49fade90c3be: Preparing [2020-07-28T17:17:40.160Z] 13f46a50d853: Preparing [2020-07-28T17:17:40.160Z] 6ed6c7cb66db: Preparing [2020-07-28T17:17:40.160Z] 40a89f1ebf20: Preparing [2020-07-28T17:17:40.160Z] 18d5f089e537: Preparing [2020-07-28T17:17:40.160Z] 18d5f089e537: Waiting [2020-07-28T17:17:40.160Z] 40a89f1ebf20: Layer already exists [2020-07-28T17:17:40.160Z] 52826a149a2d: Layer already exists [2020-07-28T17:17:40.160Z] 6ed6c7cb66db: Layer already exists [2020-07-28T17:17:40.160Z] 49fade90c3be: Layer already exists [2020-07-28T17:17:40.160Z] 13f46a50d853: Layer already exists [2020-07-28T17:17:40.429Z] 18d5f089e537: Layer already exists [2020-07-28T17:17:40.429Z] 1.2.2-dev.4: digest: sha256:6133aeafa6163e35f6b5f5c5fea500b569f83da15b4a70617033b7b50cf1c2df size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:40.756Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:41.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:41.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-07-28T17:17:41.082Z] 52826a149a2d: Preparing [2020-07-28T17:17:41.082Z] 49fade90c3be: Preparing [2020-07-28T17:17:41.082Z] 13f46a50d853: Preparing [2020-07-28T17:17:41.082Z] 6ed6c7cb66db: Preparing [2020-07-28T17:17:41.082Z] 40a89f1ebf20: Preparing [2020-07-28T17:17:41.082Z] 18d5f089e537: Preparing [2020-07-28T17:17:41.082Z] 18d5f089e537: Waiting [2020-07-28T17:17:41.352Z] 40a89f1ebf20: Layer already exists [2020-07-28T17:17:41.352Z] 49fade90c3be: Layer already exists [2020-07-28T17:17:41.352Z] 52826a149a2d: Layer already exists [2020-07-28T17:17:41.352Z] 6ed6c7cb66db: Layer already exists [2020-07-28T17:17:41.352Z] 13f46a50d853: Layer already exists [2020-07-28T17:17:41.352Z] 18d5f089e537: Layer already exists [2020-07-28T17:17:41.352Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:6133aeafa6163e35f6b5f5c5fea500b569f83da15b4a70617033b7b50cf1c2df size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:41.679Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:42.005Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-07-28T17:17:42.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-07-28T17:17:42.005Z] 52826a149a2d: Preparing [2020-07-28T17:17:42.005Z] 49fade90c3be: Preparing [2020-07-28T17:17:42.005Z] 13f46a50d853: Preparing [2020-07-28T17:17:42.005Z] 6ed6c7cb66db: Preparing [2020-07-28T17:17:42.005Z] 40a89f1ebf20: Preparing [2020-07-28T17:17:42.005Z] 18d5f089e537: Preparing [2020-07-28T17:17:42.005Z] 18d5f089e537: Waiting [2020-07-28T17:17:42.005Z] 49fade90c3be: Layer already exists [2020-07-28T17:17:42.005Z] 13f46a50d853: Layer already exists [2020-07-28T17:17:42.005Z] 40a89f1ebf20: Layer already exists [2020-07-28T17:17:42.005Z] 52826a149a2d: Layer already exists [2020-07-28T17:17:42.005Z] 6ed6c7cb66db: Layer already exists [2020-07-28T17:17:42.275Z] 18d5f089e537: Layer already exists [2020-07-28T17:17:42.275Z] master: digest: sha256:6133aeafa6163e35f6b5f5c5fea500b569f83da15b4a70617033b7b50cf1c2df size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:17:42.442Z] ===================================================== [Pipeline] echo [2020-07-28T17:17:42.490Z] taggedImages: [2020-07-28T17:17:42.490Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:42.490Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:42.490Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:42.490Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-07-28T17:17:42.543Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-07-28T17:17:42.543Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:42.543Z] 1.2.2-dev.4 [2020-07-28T17:17:42.543Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:42.543Z] master [2020-07-28T17:17:42.543Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:43.117Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:43.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:43.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-07-28T17:17:43.450Z] cd4a31d37b81: Preparing [2020-07-28T17:17:43.450Z] 4f5ee09caab0: Preparing [2020-07-28T17:17:43.450Z] 41e5dcdb8336: Preparing [2020-07-28T17:17:43.720Z] 41e5dcdb8336: Pushed [2020-07-28T17:17:43.720Z] cd4a31d37b81: Pushed [2020-07-28T17:17:46.320Z] 4f5ee09caab0: Pushed [2020-07-28T17:17:46.592Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:2e451f7405a01914bbf0f63239ab48e4bed59cf4ea3e98585d12c4fc84949f37 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:46.927Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:47.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:47.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-07-28T17:17:47.253Z] cd4a31d37b81: Preparing [2020-07-28T17:17:47.253Z] 4f5ee09caab0: Preparing [2020-07-28T17:17:47.253Z] 41e5dcdb8336: Preparing [2020-07-28T17:17:47.253Z] cd4a31d37b81: Layer already exists [2020-07-28T17:17:47.253Z] 4f5ee09caab0: Layer already exists [2020-07-28T17:17:47.253Z] 41e5dcdb8336: Layer already exists [2020-07-28T17:17:47.522Z] 1.2.2-dev.4: digest: sha256:2e451f7405a01914bbf0f63239ab48e4bed59cf4ea3e98585d12c4fc84949f37 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:47.854Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:48.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:48.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-07-28T17:17:48.181Z] cd4a31d37b81: Preparing [2020-07-28T17:17:48.181Z] 4f5ee09caab0: Preparing [2020-07-28T17:17:48.181Z] 41e5dcdb8336: Preparing [2020-07-28T17:17:48.181Z] 41e5dcdb8336: Layer already exists [2020-07-28T17:17:48.181Z] cd4a31d37b81: Layer already exists [2020-07-28T17:17:48.181Z] 4f5ee09caab0: Layer already exists [2020-07-28T17:17:48.452Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:2e451f7405a01914bbf0f63239ab48e4bed59cf4ea3e98585d12c4fc84949f37 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:48.782Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:49.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-07-28T17:17:49.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-07-28T17:17:49.109Z] cd4a31d37b81: Preparing [2020-07-28T17:17:49.109Z] 4f5ee09caab0: Preparing [2020-07-28T17:17:49.109Z] 41e5dcdb8336: Preparing [2020-07-28T17:17:49.109Z] 4f5ee09caab0: Layer already exists [2020-07-28T17:17:49.109Z] 41e5dcdb8336: Layer already exists [2020-07-28T17:17:49.109Z] cd4a31d37b81: Layer already exists [2020-07-28T17:17:49.697Z] master: digest: sha256:2e451f7405a01914bbf0f63239ab48e4bed59cf4ea3e98585d12c4fc84949f37 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:17:49.882Z] ===================================================== [Pipeline] echo [2020-07-28T17:17:49.924Z] taggedImages: [2020-07-28T17:17:49.924Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:49.924Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.4 [2020-07-28T17:17:49.924Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:49.924Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-07-28T17:17:49.979Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-07-28T17:17:49.979Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:49.979Z] 1.2.2-dev.4 [2020-07-28T17:17:49.979Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:17:49.979Z] master [2020-07-28T17:17:49.979Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:50.515Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:17:50.841Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:17:50.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-07-28T17:17:50.841Z] 9fc3799464d8: Preparing [2020-07-28T17:17:50.841Z] 6a8269999fd5: Preparing [2020-07-28T17:17:50.841Z] 495b865f02f4: Preparing [2020-07-28T17:17:50.841Z] a9cc6858ce56: Preparing [2020-07-28T17:17:50.841Z] ef546bb94a16: Preparing [2020-07-28T17:17:50.841Z] ae4c27f8c56e: Preparing [2020-07-28T17:17:50.841Z] 8b06c7eea994: Preparing [2020-07-28T17:17:50.841Z] dcafda8adff7: Preparing [2020-07-28T17:17:50.841Z] 48d9eb58abf3: Preparing [2020-07-28T17:17:50.841Z] e5de615b7841: Preparing [2020-07-28T17:17:50.841Z] b0d752909cf9: Preparing [2020-07-28T17:17:50.841Z] 94fdc660876c: Preparing [2020-07-28T17:17:50.841Z] 4e7279dfc0c0: Preparing [2020-07-28T17:17:50.841Z] e2f13739ad41: Preparing [2020-07-28T17:17:50.841Z] 8b06c7eea994: Waiting [2020-07-28T17:17:50.841Z] dcafda8adff7: Waiting [2020-07-28T17:17:50.841Z] 48d9eb58abf3: Waiting [2020-07-28T17:17:50.841Z] e5de615b7841: Waiting [2020-07-28T17:17:50.841Z] ae4c27f8c56e: Waiting [2020-07-28T17:17:50.841Z] b0d752909cf9: Waiting [2020-07-28T17:17:50.841Z] 94fdc660876c: Waiting [2020-07-28T17:17:50.841Z] e2f13739ad41: Waiting [2020-07-28T17:17:51.430Z] ef546bb94a16: Pushed [2020-07-28T17:17:51.705Z] 9fc3799464d8: Pushed [2020-07-28T17:17:52.301Z] a9cc6858ce56: Pushed [2020-07-28T17:17:52.301Z] dcafda8adff7: Layer already exists [2020-07-28T17:17:52.301Z] 48d9eb58abf3: Layer already exists [2020-07-28T17:17:52.301Z] e5de615b7841: Layer already exists [2020-07-28T17:17:52.301Z] 8b06c7eea994: Pushed [2020-07-28T17:17:52.301Z] b0d752909cf9: Layer already exists [2020-07-28T17:17:52.301Z] 94fdc660876c: Layer already exists [2020-07-28T17:17:52.301Z] 4e7279dfc0c0: Layer already exists [2020-07-28T17:17:52.580Z] e2f13739ad41: Layer already exists [2020-07-28T17:17:52.853Z] 6a8269999fd5: Pushed [2020-07-28T17:17:54.282Z] ae4c27f8c56e: Pushed [2020-07-28T17:18:04.393Z] 495b865f02f4: Pushed [2020-07-28T17:18:04.394Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714: digest: sha256:16e9367b247af5780822ae144340cf108e6bc500468c442c5ca1cecc3a719e62 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:04.723Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:05.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.4 [2020-07-28T17:18:05.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-07-28T17:18:05.045Z] 9fc3799464d8: Preparing [2020-07-28T17:18:05.045Z] 6a8269999fd5: Preparing [2020-07-28T17:18:05.045Z] 495b865f02f4: Preparing [2020-07-28T17:18:05.045Z] a9cc6858ce56: Preparing [2020-07-28T17:18:05.045Z] ef546bb94a16: Preparing [2020-07-28T17:18:05.045Z] ae4c27f8c56e: Preparing [2020-07-28T17:18:05.045Z] 8b06c7eea994: Preparing [2020-07-28T17:18:05.045Z] dcafda8adff7: Preparing [2020-07-28T17:18:05.045Z] 48d9eb58abf3: Preparing [2020-07-28T17:18:05.045Z] e5de615b7841: Preparing [2020-07-28T17:18:05.045Z] b0d752909cf9: Preparing [2020-07-28T17:18:05.045Z] 94fdc660876c: Preparing [2020-07-28T17:18:05.045Z] 4e7279dfc0c0: Preparing [2020-07-28T17:18:05.045Z] e2f13739ad41: Preparing [2020-07-28T17:18:05.045Z] ae4c27f8c56e: Waiting [2020-07-28T17:18:05.045Z] 8b06c7eea994: Waiting [2020-07-28T17:18:05.045Z] dcafda8adff7: Waiting [2020-07-28T17:18:05.045Z] e5de615b7841: Waiting [2020-07-28T17:18:05.045Z] 48d9eb58abf3: Waiting [2020-07-28T17:18:05.045Z] b0d752909cf9: Waiting [2020-07-28T17:18:05.045Z] e2f13739ad41: Waiting [2020-07-28T17:18:05.045Z] 94fdc660876c: Waiting [2020-07-28T17:18:05.045Z] 4e7279dfc0c0: Waiting [2020-07-28T17:18:05.314Z] ef546bb94a16: Layer already exists [2020-07-28T17:18:05.314Z] 6a8269999fd5: Layer already exists [2020-07-28T17:18:05.314Z] 9fc3799464d8: Layer already exists [2020-07-28T17:18:05.314Z] 495b865f02f4: Layer already exists [2020-07-28T17:18:05.314Z] a9cc6858ce56: Layer already exists [2020-07-28T17:18:05.314Z] 8b06c7eea994: Layer already exists [2020-07-28T17:18:05.314Z] ae4c27f8c56e: Layer already exists [2020-07-28T17:18:05.314Z] dcafda8adff7: Layer already exists [2020-07-28T17:18:05.314Z] 48d9eb58abf3: Layer already exists [2020-07-28T17:18:05.314Z] e5de615b7841: Layer already exists [2020-07-28T17:18:05.314Z] b0d752909cf9: Layer already exists [2020-07-28T17:18:05.314Z] 94fdc660876c: Layer already exists [2020-07-28T17:18:05.314Z] 4e7279dfc0c0: Layer already exists [2020-07-28T17:18:05.314Z] e2f13739ad41: Layer already exists [2020-07-28T17:18:05.314Z] 1.2.2-dev.4: digest: sha256:16e9367b247af5780822ae144340cf108e6bc500468c442c5ca1cecc3a719e62 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:05.642Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:05.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:18:05.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-07-28T17:18:05.968Z] 9fc3799464d8: Preparing [2020-07-28T17:18:05.968Z] 6a8269999fd5: Preparing [2020-07-28T17:18:05.968Z] 495b865f02f4: Preparing [2020-07-28T17:18:05.968Z] a9cc6858ce56: Preparing [2020-07-28T17:18:05.968Z] ef546bb94a16: Preparing [2020-07-28T17:18:05.968Z] ae4c27f8c56e: Preparing [2020-07-28T17:18:05.968Z] 8b06c7eea994: Preparing [2020-07-28T17:18:05.968Z] dcafda8adff7: Preparing [2020-07-28T17:18:05.968Z] 48d9eb58abf3: Preparing [2020-07-28T17:18:05.968Z] e5de615b7841: Preparing [2020-07-28T17:18:05.968Z] b0d752909cf9: Preparing [2020-07-28T17:18:05.968Z] 94fdc660876c: Preparing [2020-07-28T17:18:05.968Z] 4e7279dfc0c0: Preparing [2020-07-28T17:18:05.968Z] e2f13739ad41: Preparing [2020-07-28T17:18:05.968Z] e5de615b7841: Waiting [2020-07-28T17:18:05.968Z] b0d752909cf9: Waiting [2020-07-28T17:18:05.968Z] 4e7279dfc0c0: Waiting [2020-07-28T17:18:05.968Z] e2f13739ad41: Waiting [2020-07-28T17:18:05.968Z] 94fdc660876c: Waiting [2020-07-28T17:18:05.968Z] ae4c27f8c56e: Waiting [2020-07-28T17:18:05.968Z] 8b06c7eea994: Waiting [2020-07-28T17:18:05.968Z] dcafda8adff7: Waiting [2020-07-28T17:18:05.968Z] 48d9eb58abf3: Waiting [2020-07-28T17:18:05.968Z] 9fc3799464d8: Layer already exists [2020-07-28T17:18:05.968Z] a9cc6858ce56: Layer already exists [2020-07-28T17:18:05.968Z] 6a8269999fd5: Layer already exists [2020-07-28T17:18:05.968Z] 495b865f02f4: Layer already exists [2020-07-28T17:18:05.968Z] ef546bb94a16: Layer already exists [2020-07-28T17:18:06.238Z] 8b06c7eea994: Layer already exists [2020-07-28T17:18:06.238Z] ae4c27f8c56e: Layer already exists [2020-07-28T17:18:06.238Z] dcafda8adff7: Layer already exists [2020-07-28T17:18:06.238Z] e5de615b7841: Layer already exists [2020-07-28T17:18:06.238Z] 48d9eb58abf3: Layer already exists [2020-07-28T17:18:06.238Z] b0d752909cf9: Layer already exists [2020-07-28T17:18:06.238Z] 4e7279dfc0c0: Layer already exists [2020-07-28T17:18:06.238Z] 94fdc660876c: Layer already exists [2020-07-28T17:18:06.238Z] e2f13739ad41: Layer already exists [2020-07-28T17:18:06.238Z] 4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4: digest: sha256:16e9367b247af5780822ae144340cf108e6bc500468c442c5ca1cecc3a719e62 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:06.565Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:06.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-07-28T17:18:06.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-07-28T17:18:06.889Z] 9fc3799464d8: Preparing [2020-07-28T17:18:06.890Z] 6a8269999fd5: Preparing [2020-07-28T17:18:06.890Z] 495b865f02f4: Preparing [2020-07-28T17:18:06.890Z] a9cc6858ce56: Preparing [2020-07-28T17:18:06.890Z] ef546bb94a16: Preparing [2020-07-28T17:18:06.890Z] ae4c27f8c56e: Preparing [2020-07-28T17:18:06.890Z] 8b06c7eea994: Preparing [2020-07-28T17:18:06.890Z] dcafda8adff7: Preparing [2020-07-28T17:18:06.890Z] 48d9eb58abf3: Preparing [2020-07-28T17:18:06.890Z] e5de615b7841: Preparing [2020-07-28T17:18:06.890Z] b0d752909cf9: Preparing [2020-07-28T17:18:06.890Z] 94fdc660876c: Preparing [2020-07-28T17:18:06.890Z] 4e7279dfc0c0: Preparing [2020-07-28T17:18:06.890Z] e2f13739ad41: Preparing [2020-07-28T17:18:06.890Z] 48d9eb58abf3: Waiting [2020-07-28T17:18:06.890Z] e5de615b7841: Waiting [2020-07-28T17:18:06.890Z] 8b06c7eea994: Waiting [2020-07-28T17:18:06.890Z] dcafda8adff7: Waiting [2020-07-28T17:18:06.890Z] b0d752909cf9: Waiting [2020-07-28T17:18:06.890Z] 94fdc660876c: Waiting [2020-07-28T17:18:06.890Z] ae4c27f8c56e: Waiting [2020-07-28T17:18:06.890Z] 4e7279dfc0c0: Waiting [2020-07-28T17:18:06.890Z] e2f13739ad41: Waiting [2020-07-28T17:18:06.890Z] 495b865f02f4: Layer already exists [2020-07-28T17:18:06.890Z] 9fc3799464d8: Layer already exists [2020-07-28T17:18:06.890Z] a9cc6858ce56: Layer already exists [2020-07-28T17:18:06.890Z] 6a8269999fd5: Layer already exists [2020-07-28T17:18:06.890Z] ef546bb94a16: Layer already exists [2020-07-28T17:18:07.159Z] ae4c27f8c56e: Layer already exists [2020-07-28T17:18:07.159Z] dcafda8adff7: Layer already exists [2020-07-28T17:18:07.159Z] 8b06c7eea994: Layer already exists [2020-07-28T17:18:07.159Z] e5de615b7841: Layer already exists [2020-07-28T17:18:07.159Z] 48d9eb58abf3: Layer already exists [2020-07-28T17:18:07.159Z] 94fdc660876c: Layer already exists [2020-07-28T17:18:07.159Z] b0d752909cf9: Layer already exists [2020-07-28T17:18:07.159Z] 4e7279dfc0c0: Layer already exists [2020-07-28T17:18:07.159Z] e2f13739ad41: Layer already exists [2020-07-28T17:18:07.159Z] master: digest: sha256:16e9367b247af5780822ae144340cf108e6bc500468c442c5ca1cecc3a719e62 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-28T17:18:07.318Z] ===================================================== [Pipeline] echo [2020-07-28T17:18:07.356Z] taggedImages: [2020-07-28T17:18:07.356Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:18:07.356Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.4 [2020-07-28T17:18:07.356Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714-1.2.2-dev.4 [2020-07-28T17:18:07.356Z] - 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-07-28T17:18:08.551Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-28T17:18:08.552Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-28T17:18:08.627Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:08.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-28T17:18:08.965Z] [2020-07-28T17:18:08.965Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:09.306Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-28T17:18:09.306Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-28T17:18:09.306Z] cbdbe7a5bc2a: Already exists [2020-07-28T17:18:09.306Z] 408f87550127: Pulling fs layer [2020-07-28T17:18:09.306Z] fe522b08c979: Pulling fs layer [2020-07-28T17:18:09.306Z] 221eaa008020: Pulling fs layer [2020-07-28T17:18:09.306Z] 2a4607e5d6b9: Pulling fs layer [2020-07-28T17:18:09.306Z] 8f79b27c4fd2: Pulling fs layer [2020-07-28T17:18:09.306Z] e5c8dbe1645b: Pulling fs layer [2020-07-28T17:18:09.306Z] 23e8b3b47431: Pulling fs layer [2020-07-28T17:18:09.306Z] 5c568d65a230: Pulling fs layer [2020-07-28T17:18:09.306Z] e5c8dbe1645b: Waiting [2020-07-28T17:18:09.306Z] 23e8b3b47431: Waiting [2020-07-28T17:18:09.306Z] 5c568d65a230: Waiting [2020-07-28T17:18:09.306Z] 2a4607e5d6b9: Waiting [2020-07-28T17:18:09.306Z] 8f79b27c4fd2: Waiting [2020-07-28T17:18:09.306Z] fe522b08c979: Verifying Checksum [2020-07-28T17:18:09.306Z] fe522b08c979: Download complete [2020-07-28T17:18:09.306Z] 2a4607e5d6b9: Verifying Checksum [2020-07-28T17:18:09.306Z] 2a4607e5d6b9: Download complete [2020-07-28T17:18:09.306Z] 8f79b27c4fd2: Verifying Checksum [2020-07-28T17:18:09.306Z] 8f79b27c4fd2: Download complete [2020-07-28T17:18:09.575Z] e5c8dbe1645b: Verifying Checksum [2020-07-28T17:18:09.575Z] e5c8dbe1645b: Download complete [2020-07-28T17:18:09.575Z] 408f87550127: Pull complete [2020-07-28T17:18:09.852Z] fe522b08c979: Pull complete [2020-07-28T17:18:09.852Z] 23e8b3b47431: Verifying Checksum [2020-07-28T17:18:09.852Z] 23e8b3b47431: Download complete [2020-07-28T17:18:10.432Z] 5c568d65a230: Verifying Checksum [2020-07-28T17:18:10.432Z] 5c568d65a230: Download complete [2020-07-28T17:18:11.006Z] 221eaa008020: Verifying Checksum [2020-07-28T17:18:11.006Z] 221eaa008020: Download complete [2020-07-28T17:18:16.355Z] 221eaa008020: Pull complete [2020-07-28T17:18:16.685Z] 2a4607e5d6b9: Pull complete [2020-07-28T17:18:16.946Z] 8f79b27c4fd2: Pull complete [2020-07-28T17:18:20.258Z] e5c8dbe1645b: Pull complete [2020-07-28T17:18:24.479Z] 23e8b3b47431: Pull complete [2020-07-28T17:18:25.865Z] 5c568d65a230: Pull complete [2020-07-28T17:18:25.865Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-28T17:18:25.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-28T17:18:25.865Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-28T17:18:26.058Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:18:26.106Z] $ 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/115:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:18:27.138Z] $ docker top 6d26b4e5b99f8e695ab2ce47596bc71754513fe91357f2a40fdc71bae8b944db -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T17:18:27.664Z] + snyk monitor '--org=edgex-jenkins' [2020-07-28T17:18:34.248Z] [2020-07-28T17:18:34.248Z] Monitoring /w/workspace/edgex-go/115 (github.com/edgexfoundry/edgex-go)... [2020-07-28T17:18:34.248Z] [2020-07-28T17:18:34.248Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/12d62096-2811-4875-a088-936baeb75558 [2020-07-28T17:18:34.248Z] [2020-07-28T17:18:34.248Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-28T17:18:34.248Z] [2020-07-28T17:18:34.248Z] [2020-07-28T17:18:34.248Z] Snyk CLI supports Node.js 8 and higher. [2020-07-28T17:18:34.248Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-07-28T17:18:34.248Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-07-28T17:18:34.248Z] [2020-07-28T17:18:34.249Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-07-28T17:18:34.249Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-07-28T17:18:34.257Z] $ docker stop --time=1 6d26b4e5b99f8e695ab2ce47596bc71754513fe91357f2a40fdc71bae8b944db [2020-07-28T17:18:36.544Z] $ docker rm -f 6d26b4e5b99f8e695ab2ce47596bc71754513fe91357f2a40fdc71bae8b944db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:37.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:18:37.823Z] [2020-07-28T17:18:37.823Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:38.269Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:18:38.269Z] latest: Pulling from edgex-devops/edgex-klar [2020-07-28T17:18:38.269Z] e7c96db7181b: Pulling fs layer [2020-07-28T17:18:38.269Z] 1868ca2cb446: Pulling fs layer [2020-07-28T17:18:38.269Z] 136be5d0fe8e: Pulling fs layer [2020-07-28T17:18:38.269Z] 894bfe63afcb: Pulling fs layer [2020-07-28T17:18:38.269Z] 894bfe63afcb: Waiting [2020-07-28T17:18:38.269Z] 1868ca2cb446: Verifying Checksum [2020-07-28T17:18:38.269Z] 1868ca2cb446: Download complete [2020-07-28T17:18:38.269Z] 136be5d0fe8e: Verifying Checksum [2020-07-28T17:18:38.269Z] 136be5d0fe8e: Download complete [2020-07-28T17:18:38.269Z] e7c96db7181b: Verifying Checksum [2020-07-28T17:18:38.269Z] e7c96db7181b: Download complete [2020-07-28T17:18:38.269Z] 894bfe63afcb: Verifying Checksum [2020-07-28T17:18:38.269Z] 894bfe63afcb: Download complete [2020-07-28T17:18:38.540Z] e7c96db7181b: Pull complete [2020-07-28T17:18:38.540Z] 1868ca2cb446: Pull complete [2020-07-28T17:18:38.803Z] 136be5d0fe8e: Pull complete [2020-07-28T17:18:39.064Z] 894bfe63afcb: Pull complete [2020-07-28T17:18:39.065Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-07-28T17:18:39.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:18:39.065Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-07-28T17:18:39.168Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:18:39.204Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:18:40.411Z] $ docker top 86c7274544f051e7e07b549a8ed8d823394d9d1e41ef1d10bc8ea9e22ce31c37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:18:40.993Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:18:40.993Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:18:43.718Z] $ docker stop --time=1 86c7274544f051e7e07b549a8ed8d823394d9d1e41ef1d10bc8ea9e22ce31c37 [2020-07-28T17:18:45.083Z] $ docker rm -f 86c7274544f051e7e07b549a8ed8d823394d9d1e41ef1d10bc8ea9e22ce31c37 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:45.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:18:45.556Z] . [Pipeline] withDockerContainer [2020-07-28T17:18:45.649Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:18:45.683Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:18:46.469Z] $ docker top 7af6c3878da59682596741983079071e54c8e89b3d8badeccdf9bf886af1bfe3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:18:47.045Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:18:47.045Z] + tee [2020-07-28T17:18:47.045Z] clair timeout 1m0s [2020-07-28T17:18:47.045Z] docker timeout: 1m0s [2020-07-28T17:18:47.045Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:18:47.700Z] $ docker stop --time=1 7af6c3878da59682596741983079071e54c8e89b3d8badeccdf9bf886af1bfe3 [2020-07-28T17:18:49.062Z] $ docker rm -f 7af6c3878da59682596741983079071e54c8e89b3d8badeccdf9bf886af1bfe3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:18:49.526Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:18:49.538Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-core-command-go_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:18:49.584Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:49.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:18:49.963Z] . [Pipeline] withDockerContainer [2020-07-28T17:18:50.061Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:18:50.097Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:18:50.791Z] $ docker top 508170155f980392066dbe6afb0d4e91833ce8b865850e434a0b517ceb8fae32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:18:51.299Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:18:51.299Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:18:56.708Z] $ docker stop --time=1 508170155f980392066dbe6afb0d4e91833ce8b865850e434a0b517ceb8fae32 [2020-07-28T17:18:58.062Z] $ docker rm -f 508170155f980392066dbe6afb0d4e91833ce8b865850e434a0b517ceb8fae32 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:18:58.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:18:58.595Z] . [Pipeline] withDockerContainer [2020-07-28T17:18:58.686Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:18:58.717Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:18:59.342Z] $ docker top 862eacd108b0b9b81cc521fc161bda7c3fa8cee07a96682bcdbb04c74b5aa1cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:18:59.880Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:18:59.880Z] + tee [2020-07-28T17:18:59.880Z] clair timeout 1m0s [2020-07-28T17:18:59.880Z] docker timeout: 1m0s [2020-07-28T17:18:59.880Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:19:01.003Z] $ docker stop --time=1 862eacd108b0b9b81cc521fc161bda7c3fa8cee07a96682bcdbb04c74b5aa1cc [2020-07-28T17:19:02.360Z] $ docker rm -f 862eacd108b0b9b81cc521fc161bda7c3fa8cee07a96682bcdbb04c74b5aa1cc [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:19:02.842Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:19:02.854Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-core-data-go_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:19:02.899Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:19:03.229Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:19:03.229Z] . [Pipeline] withDockerContainer [2020-07-28T17:19:03.328Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:19:03.361Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:19:04.303Z] $ docker top 7667ece6796a650e7efe2c2d07a090d8d52890bb7c9f3002ef57735908eb3d39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:19:04.851Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:19:04.851Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:19:07.524Z] $ docker stop --time=1 7667ece6796a650e7efe2c2d07a090d8d52890bb7c9f3002ef57735908eb3d39 [2020-07-28T17:19:08.861Z] $ docker rm -f 7667ece6796a650e7efe2c2d07a090d8d52890bb7c9f3002ef57735908eb3d39 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:19:09.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:19:09.312Z] . [Pipeline] withDockerContainer [2020-07-28T17:19:09.407Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:19:09.441Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:19:09.980Z] $ docker top e03741024f1e26a153690767137b6ced047474ecdcbfed509091da27a869efdf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:19:10.599Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714tee [2020-07-28T17:19:10.599Z] [2020-07-28T17:19:10.599Z] clair timeout 1m0s [2020-07-28T17:19:10.599Z] docker timeout: 1m0s [2020-07-28T17:19:10.599Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:19:11.254Z] $ docker stop --time=1 e03741024f1e26a153690767137b6ced047474ecdcbfed509091da27a869efdf [2020-07-28T17:19:12.590Z] $ docker rm -f e03741024f1e26a153690767137b6ced047474ecdcbfed509091da27a869efdf [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:19:13.074Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:19:13.085Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-core-metadata-go_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:19:13.130Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:19:13.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:19:13.460Z] . [Pipeline] withDockerContainer [2020-07-28T17:19:13.577Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:19:13.634Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:19:14.263Z] $ docker top 635f4beb93f9900ad657265861c7e9efdcb9f494f97b695de7cbb58e470c4b3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:19:14.802Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:19:14.802Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:19:19.164Z] $ docker stop --time=1 635f4beb93f9900ad657265861c7e9efdcb9f494f97b695de7cbb58e470c4b3a [2020-07-28T17:19:20.530Z] $ docker rm -f 635f4beb93f9900ad657265861c7e9efdcb9f494f97b695de7cbb58e470c4b3a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:19:20.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:19:20.996Z] . [Pipeline] withDockerContainer [2020-07-28T17:19:21.090Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:19:21.124Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:19:21.786Z] $ docker top ec675bcb23876a14e381a07e451fc47c8f5585ed8bd88f6dc80c44732d5aa96e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:19:22.284Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:19:22.284Z] + tee [2020-07-28T17:19:22.284Z] clair timeout 1m0s [2020-07-28T17:19:22.284Z] docker timeout: 1m0s [2020-07-28T17:19:22.284Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:19:23.378Z] $ docker stop --time=1 ec675bcb23876a14e381a07e451fc47c8f5585ed8bd88f6dc80c44732d5aa96e [2020-07-28T17:19:24.716Z] $ docker rm -f ec675bcb23876a14e381a07e451fc47c8f5585ed8bd88f6dc80c44732d5aa96e [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:19:25.179Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:19:25.190Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-security-proxy-setup-go_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:19:25.248Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:19:25.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:19:25.586Z] . [Pipeline] withDockerContainer [2020-07-28T17:19:25.686Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:19:25.719Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:19:26.410Z] $ docker top a87c297619d23c5cf3caaa565564ab52ccdf1e915c59610d8260ad5b396affcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:19:26.946Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714tee [2020-07-28T17:19:26.946Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:19:35.205Z] $ docker stop --time=1 a87c297619d23c5cf3caaa565564ab52ccdf1e915c59610d8260ad5b396affcd [2020-07-28T17:19:36.584Z] $ docker rm -f a87c297619d23c5cf3caaa565564ab52ccdf1e915c59610d8260ad5b396affcd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:19:37.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:19:37.275Z] . [Pipeline] withDockerContainer [2020-07-28T17:19:37.369Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:19:37.405Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:19:38.183Z] $ docker top 63b874482db95940eba469e0e7149a0bda6efa44a2b1192de64e2717688cbd7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:19:38.689Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:19:38.689Z] + tee [2020-07-28T17:19:38.689Z] clair timeout 1m0s [2020-07-28T17:19:38.689Z] docker timeout: 1m0s [2020-07-28T17:19:38.689Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:19:40.158Z] $ docker stop --time=1 63b874482db95940eba469e0e7149a0bda6efa44a2b1192de64e2717688cbd7e [2020-07-28T17:19:41.496Z] $ docker rm -f 63b874482db95940eba469e0e7149a0bda6efa44a2b1192de64e2717688cbd7e [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:19:41.946Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:19:41.956Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-security-secrets-setup-go_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:19:42.003Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:19:42.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:19:42.343Z] . [Pipeline] withDockerContainer [2020-07-28T17:19:42.450Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:19:42.574Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:19:43.151Z] $ docker top 35d7d9203796ac59f97684d9b36da0c13fcc843942a3954ac5ba05e63b397d80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:19:43.655Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:19:43.655Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:19:51.972Z] $ docker stop --time=1 35d7d9203796ac59f97684d9b36da0c13fcc843942a3954ac5ba05e63b397d80 [2020-07-28T17:19:53.332Z] $ docker rm -f 35d7d9203796ac59f97684d9b36da0c13fcc843942a3954ac5ba05e63b397d80 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:19:53.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:19:53.799Z] . [Pipeline] withDockerContainer [2020-07-28T17:19:53.895Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:19:53.928Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:19:54.617Z] $ docker top c96bee10604aa2624d6e7a18812d17ee5ee10739a475d0f73d71dfda0c090dd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:19:55.199Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:19:55.199Z] + tee [2020-07-28T17:19:55.199Z] clair timeout 1m0s [2020-07-28T17:19:55.199Z] docker timeout: 1m0s [2020-07-28T17:19:55.199Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:19:56.688Z] $ docker stop --time=1 c96bee10604aa2624d6e7a18812d17ee5ee10739a475d0f73d71dfda0c090dd0 [2020-07-28T17:19:58.071Z] $ docker rm -f c96bee10604aa2624d6e7a18812d17ee5ee10739a475d0f73d71dfda0c090dd0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:19:58.550Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:19:58.562Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-security-secretstore-setup-go_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:19:58.613Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:19:58.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:19:58.943Z] . [Pipeline] withDockerContainer [2020-07-28T17:19:59.039Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:19:59.076Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:19:59.863Z] $ docker top 6e7e30f65a72177d1396a36b7be8736477129c96db7a9a4d24229813854462b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:20:00.381Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:20:00.381Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:20:03.805Z] $ docker stop --time=1 6e7e30f65a72177d1396a36b7be8736477129c96db7a9a4d24229813854462b1 [2020-07-28T17:20:05.184Z] $ docker rm -f 6e7e30f65a72177d1396a36b7be8736477129c96db7a9a4d24229813854462b1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:20:05.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:20:05.642Z] . [Pipeline] withDockerContainer [2020-07-28T17:20:05.748Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:20:05.782Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:20:06.435Z] $ docker top 3b8c9ca67b48ecd8b52c6eb209b9587271ace8cd37cb1e5f822797d5bd8cd6fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:20:06.978Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:20:06.978Z] + tee [2020-07-28T17:20:06.978Z] clair timeout 1m0s [2020-07-28T17:20:06.978Z] docker timeout: 1m0s [2020-07-28T17:20:06.978Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:20:07.623Z] $ docker stop --time=1 3b8c9ca67b48ecd8b52c6eb209b9587271ace8cd37cb1e5f822797d5bd8cd6fe [2020-07-28T17:20:08.967Z] $ docker rm -f 3b8c9ca67b48ecd8b52c6eb209b9587271ace8cd37cb1e5f822797d5bd8cd6fe [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:20:09.435Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:20:09.446Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-support-logging-go_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:20:09.492Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:20:09.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:20:09.820Z] . [Pipeline] withDockerContainer [2020-07-28T17:20:09.916Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:20:09.950Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:20:10.690Z] $ docker top e1fbcfb4a679168422407cb1f123113ccf09546cdfb94ff9ec9ee9abd8278006 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:20:11.276Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:20:11.276Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:20:17.983Z] $ docker stop --time=1 e1fbcfb4a679168422407cb1f123113ccf09546cdfb94ff9ec9ee9abd8278006 [2020-07-28T17:20:19.397Z] $ docker rm -f e1fbcfb4a679168422407cb1f123113ccf09546cdfb94ff9ec9ee9abd8278006 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:20:19.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:20:19.881Z] . [Pipeline] withDockerContainer [2020-07-28T17:20:19.981Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:20:20.019Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:20:20.739Z] $ docker top c3bdbe1b77add4ac242aaa88dbf1f42605095b9d4a1e3184ed5637d4234225ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:20:21.246Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:20:21.246Z] + tee [2020-07-28T17:20:21.246Z] clair timeout 1m0s [2020-07-28T17:20:21.246Z] docker timeout: 1m0s [2020-07-28T17:20:21.246Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:20:22.295Z] $ docker stop --time=1 c3bdbe1b77add4ac242aaa88dbf1f42605095b9d4a1e3184ed5637d4234225ca [2020-07-28T17:20:23.660Z] $ docker rm -f c3bdbe1b77add4ac242aaa88dbf1f42605095b9d4a1e3184ed5637d4234225ca [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:20:24.113Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:20:24.123Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-support-notifications-go_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:20:24.176Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:20:24.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:20:24.512Z] . [Pipeline] withDockerContainer [2020-07-28T17:20:24.608Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:20:24.641Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:20:25.302Z] $ docker top ac36f85388cea5110c74d37f39e44c56b2a49926461b7ce6e1ef0605642bb579 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:20:25.841Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:20:25.841Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:20:28.505Z] $ docker stop --time=1 ac36f85388cea5110c74d37f39e44c56b2a49926461b7ce6e1ef0605642bb579 [2020-07-28T17:20:29.878Z] $ docker rm -f ac36f85388cea5110c74d37f39e44c56b2a49926461b7ce6e1ef0605642bb579 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:20:30.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:20:30.366Z] . [Pipeline] withDockerContainer [2020-07-28T17:20:30.611Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:20:30.646Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:20:31.415Z] $ docker top 94f264697245bbc6567a6124ad345fa4285ae0f0aff85dae00779c604ec08576 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:20:31.949Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:20:31.949Z] [2020-07-28T17:20:31.949Z] clair timeout 1m0s [2020-07-28T17:20:31.949Z] docker timeout: 1m0s [2020-07-28T17:20:31.949Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:20:32.622Z] $ docker stop --time=1 94f264697245bbc6567a6124ad345fa4285ae0f0aff85dae00779c604ec08576 [2020-07-28T17:20:34.215Z] $ docker rm -f 94f264697245bbc6567a6124ad345fa4285ae0f0aff85dae00779c604ec08576 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:20:34.681Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:20:34.692Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-support-scheduler-go_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:20:34.737Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:20:35.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:20:35.078Z] . [Pipeline] withDockerContainer [2020-07-28T17:20:35.194Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:20:35.305Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:20:36.021Z] $ docker top b09daea28ac5ae93d827c25f1add9f5437752ba1642f49e41c1d7c96df9037e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:20:36.552Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:20:36.552Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:20:51.589Z] $ docker stop --time=1 b09daea28ac5ae93d827c25f1add9f5437752ba1642f49e41c1d7c96df9037e9 [2020-07-28T17:20:52.976Z] $ docker rm -f b09daea28ac5ae93d827c25f1add9f5437752ba1642f49e41c1d7c96df9037e9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:20:53.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:20:53.451Z] . [Pipeline] withDockerContainer [2020-07-28T17:20:53.548Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:20:53.582Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:20:54.192Z] $ docker top 1d28dd0841b7459173f7b18d6ad8c77a06c111ae4d66c82b46fe3810d5483e31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:20:54.744Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e0bf0319480625e5379d8d5fd7b212abf0b0714tee [2020-07-28T17:20:54.744Z] [2020-07-28T17:20:54.744Z] clair timeout 1m0s [2020-07-28T17:20:54.744Z] docker timeout: 1m0s [2020-07-28T17:20:54.744Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:20:56.218Z] $ docker stop --time=1 1d28dd0841b7459173f7b18d6ad8c77a06c111ae4d66c82b46fe3810d5483e31 [2020-07-28T17:20:57.654Z] $ docker rm -f 1d28dd0841b7459173f7b18d6ad8c77a06c111ae4d66c82b46fe3810d5483e31 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:20:58.157Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:20:58.168Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-sys-mgmt-agent-go_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:20:58.220Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:20:58.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:20:58.544Z] . [Pipeline] withDockerContainer [2020-07-28T17:20:58.670Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:20:58.703Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:20:59.415Z] $ docker top ac3450457139b0179834fab0157cfe71d0e29d6d9961190dc327acf5eae4216e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:20:59.947Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:20:59.947Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:21:02.625Z] $ docker stop --time=1 ac3450457139b0179834fab0157cfe71d0e29d6d9961190dc327acf5eae4216e [2020-07-28T17:21:04.292Z] $ docker rm -f ac3450457139b0179834fab0157cfe71d0e29d6d9961190dc327acf5eae4216e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:21:04.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:21:04.780Z] . [Pipeline] withDockerContainer [2020-07-28T17:21:04.884Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:21:04.925Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:21:05.821Z] $ docker top 92dc0c6e66c3cc32b5d82cc7c5cdeaf5e75c7782c01f85e3996cda1c164735c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:21:06.354Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:21:06.354Z] + tee [2020-07-28T17:21:06.354Z] clair timeout 1m0s [2020-07-28T17:21:06.354Z] docker timeout: 1m0s [2020-07-28T17:21:06.354Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:21:07.026Z] $ docker stop --time=1 92dc0c6e66c3cc32b5d82cc7c5cdeaf5e75c7782c01f85e3996cda1c164735c0 [2020-07-28T17:21:08.369Z] $ docker rm -f 92dc0c6e66c3cc32b5d82cc7c5cdeaf5e75c7782c01f85e3996cda1c164735c0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:21:08.833Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:21:08.845Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-core-command-go-arm64_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:21:08.889Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:21:09.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:21:09.248Z] . [Pipeline] withDockerContainer [2020-07-28T17:21:09.350Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:21:09.392Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:21:10.010Z] $ docker top 36107aaacd13d3812101287edae2f4dd24ebb10bbd0563d5ade833da53edf608 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:21:10.548Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:21:10.548Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:21:15.978Z] $ docker stop --time=1 36107aaacd13d3812101287edae2f4dd24ebb10bbd0563d5ade833da53edf608 [2020-07-28T17:21:17.377Z] $ docker rm -f 36107aaacd13d3812101287edae2f4dd24ebb10bbd0563d5ade833da53edf608 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:21:17.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:21:17.879Z] . [Pipeline] withDockerContainer [2020-07-28T17:21:17.986Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:21:18.022Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:21:18.745Z] $ docker top 6af62a7071ee63ee51c4f57d99b773f212a2c3d2d62a877a5876fa8a2d9e6172 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:21:19.280Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:21:19.280Z] + tee [2020-07-28T17:21:19.280Z] clair timeout 1m0s [2020-07-28T17:21:19.280Z] docker timeout: 1m0s [2020-07-28T17:21:19.280Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:21:20.399Z] $ docker stop --time=1 6af62a7071ee63ee51c4f57d99b773f212a2c3d2d62a877a5876fa8a2d9e6172 [2020-07-28T17:21:21.763Z] $ docker rm -f 6af62a7071ee63ee51c4f57d99b773f212a2c3d2d62a877a5876fa8a2d9e6172 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:21:22.234Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:21:22.245Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-core-data-go-arm64_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:21:22.291Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:21:22.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:21:22.678Z] . [Pipeline] withDockerContainer [2020-07-28T17:21:22.776Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:21:22.814Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:21:23.465Z] $ docker top 55b59d9a852396abfc660c0f2e4d82e18490f1d3903eed5025376efc07aa1dc7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:21:23.982Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:21:23.982Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:21:26.647Z] $ docker stop --time=1 55b59d9a852396abfc660c0f2e4d82e18490f1d3903eed5025376efc07aa1dc7 [2020-07-28T17:21:28.005Z] $ docker rm -f 55b59d9a852396abfc660c0f2e4d82e18490f1d3903eed5025376efc07aa1dc7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:21:28.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:21:28.502Z] . [Pipeline] withDockerContainer [2020-07-28T17:21:28.601Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:21:28.634Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:21:29.383Z] $ docker top ed0b0a7caccd8e97d6dd4eb7061445cdbe9687bcb703d193002868fc69fdd9f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:21:29.897Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:21:29.897Z] + tee [2020-07-28T17:21:29.897Z] clair timeout 1m0s [2020-07-28T17:21:29.897Z] docker timeout: 1m0s [2020-07-28T17:21:29.897Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:21:30.575Z] $ docker stop --time=1 ed0b0a7caccd8e97d6dd4eb7061445cdbe9687bcb703d193002868fc69fdd9f0 [2020-07-28T17:21:31.911Z] $ docker rm -f ed0b0a7caccd8e97d6dd4eb7061445cdbe9687bcb703d193002868fc69fdd9f0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:21:32.372Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:21:32.383Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-core-metadata-go-arm64_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:21:32.427Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:21:32.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:21:32.756Z] . [Pipeline] withDockerContainer [2020-07-28T17:21:32.870Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:21:32.908Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:21:33.603Z] $ docker top 719cc4326d6d4cf4d562c2055b8287b400027234d9730a1ff14c0bc4802c8961 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:21:34.161Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:21:34.161Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:21:38.503Z] $ docker stop --time=1 719cc4326d6d4cf4d562c2055b8287b400027234d9730a1ff14c0bc4802c8961 [2020-07-28T17:21:39.851Z] $ docker rm -f 719cc4326d6d4cf4d562c2055b8287b400027234d9730a1ff14c0bc4802c8961 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:21:40.328Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:21:40.328Z] . [Pipeline] withDockerContainer [2020-07-28T17:21:40.426Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:21:40.460Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:21:41.177Z] $ docker top 91287598955df35f349c255e8ad65e1bda090d52a78c2ac0aa0b8685e5625b6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:21:41.743Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:21:41.743Z] + tee [2020-07-28T17:21:41.743Z] clair timeout 1m0s [2020-07-28T17:21:41.743Z] docker timeout: 1m0s [2020-07-28T17:21:41.743Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:21:42.964Z] $ docker stop --time=1 91287598955df35f349c255e8ad65e1bda090d52a78c2ac0aa0b8685e5625b6a [2020-07-28T17:21:44.364Z] $ docker rm -f 91287598955df35f349c255e8ad65e1bda090d52a78c2ac0aa0b8685e5625b6a [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:21:44.831Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:21:44.842Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:21:44.892Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:21:45.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:21:45.218Z] . [Pipeline] withDockerContainer [2020-07-28T17:21:45.317Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:21:45.351Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:21:46.027Z] $ docker top 42d91bf02dc8efb6c12220fc280a6ff39616cdd349ef9dec816abc472e2e7771 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:21:46.537Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:21:46.538Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:21:54.867Z] $ docker stop --time=1 42d91bf02dc8efb6c12220fc280a6ff39616cdd349ef9dec816abc472e2e7771 [2020-07-28T17:21:56.225Z] $ docker rm -f 42d91bf02dc8efb6c12220fc280a6ff39616cdd349ef9dec816abc472e2e7771 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:21:56.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:21:56.683Z] . [Pipeline] withDockerContainer [2020-07-28T17:21:56.778Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:21:56.808Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:21:57.494Z] $ docker top c455169bc0ec623bf9cfbc1ae6fd2864d361cdea0d5bd22ced0ed5019d1b0af5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:21:58.105Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:21:58.105Z] + tee [2020-07-28T17:21:58.105Z] clair timeout 1m0s [2020-07-28T17:21:58.105Z] docker timeout: 1m0s [2020-07-28T17:21:58.105Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:21:59.572Z] $ docker stop --time=1 c455169bc0ec623bf9cfbc1ae6fd2864d361cdea0d5bd22ced0ed5019d1b0af5 [2020-07-28T17:22:00.915Z] $ docker rm -f c455169bc0ec623bf9cfbc1ae6fd2864d361cdea0d5bd22ced0ed5019d1b0af5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:22:01.388Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:22:01.399Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:22:01.447Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:22:01.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:22:01.770Z] . [Pipeline] withDockerContainer [2020-07-28T17:22:01.866Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:22:01.933Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:22:02.723Z] $ docker top 530116feaef5f2de5a9c121a5c899cc1b5557b20dcaf77b39a183f2ca5f9318c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:22:03.265Z] + tee [2020-07-28T17:22:03.265Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:22:11.580Z] $ docker stop --time=1 530116feaef5f2de5a9c121a5c899cc1b5557b20dcaf77b39a183f2ca5f9318c [2020-07-28T17:22:12.952Z] $ docker rm -f 530116feaef5f2de5a9c121a5c899cc1b5557b20dcaf77b39a183f2ca5f9318c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:22:13.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:22:13.415Z] . [Pipeline] withDockerContainer [2020-07-28T17:22:13.514Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:22:13.622Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:22:14.242Z] $ docker top 91bb839e7efbe4d455f6f067b61204e8cb3e789180e26c0dad89ced3f5dfef77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:22:14.754Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:22:14.755Z] + tee [2020-07-28T17:22:14.755Z] clair timeout 1m0s [2020-07-28T17:22:14.755Z] docker timeout: 1m0s [2020-07-28T17:22:14.755Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:22:16.220Z] $ docker stop --time=1 91bb839e7efbe4d455f6f067b61204e8cb3e789180e26c0dad89ced3f5dfef77 [2020-07-28T17:22:17.583Z] $ docker rm -f 91bb839e7efbe4d455f6f067b61204e8cb3e789180e26c0dad89ced3f5dfef77 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:22:18.060Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:22:18.073Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:22:18.121Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:22:18.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:22:18.448Z] . [Pipeline] withDockerContainer [2020-07-28T17:22:18.569Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:22:18.608Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:22:19.303Z] $ docker top a063b723d33221146b82acabae0eab94e08e203b5f946824a22deaf709b9c457 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:22:19.875Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:22:19.875Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:22:23.296Z] $ docker stop --time=1 a063b723d33221146b82acabae0eab94e08e203b5f946824a22deaf709b9c457 [2020-07-28T17:22:24.636Z] $ docker rm -f a063b723d33221146b82acabae0eab94e08e203b5f946824a22deaf709b9c457 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:22:25.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:22:25.248Z] . [Pipeline] withDockerContainer [2020-07-28T17:22:25.365Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:22:25.402Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:22:26.174Z] $ docker top 5f4fce2244a56cc6557a3f99f9c91fe6eec6141188d4bb30b7a78dd9a71c590f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:22:26.696Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:22:26.696Z] + tee [2020-07-28T17:22:26.696Z] clair timeout 1m0s [2020-07-28T17:22:26.696Z] docker timeout: 1m0s [2020-07-28T17:22:26.696Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:22:27.352Z] $ docker stop --time=1 5f4fce2244a56cc6557a3f99f9c91fe6eec6141188d4bb30b7a78dd9a71c590f [2020-07-28T17:22:28.711Z] $ docker rm -f 5f4fce2244a56cc6557a3f99f9c91fe6eec6141188d4bb30b7a78dd9a71c590f [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:22:29.163Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:22:29.175Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-support-logging-go-arm64_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:22:29.239Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:22:29.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:22:29.544Z] . [Pipeline] withDockerContainer [2020-07-28T17:22:29.639Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:22:29.670Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:22:30.422Z] $ docker top 9262495d65b532084fe9dc93fa4f5cf85103ff7ed304f664f237be52926e7fd7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:22:31.007Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:22:31.007Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:22:36.422Z] $ docker stop --time=1 9262495d65b532084fe9dc93fa4f5cf85103ff7ed304f664f237be52926e7fd7 [2020-07-28T17:22:37.775Z] $ docker rm -f 9262495d65b532084fe9dc93fa4f5cf85103ff7ed304f664f237be52926e7fd7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:22:38.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:22:38.236Z] . [Pipeline] withDockerContainer [2020-07-28T17:22:38.332Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:22:38.364Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:22:39.012Z] $ docker top 99396b93709285a6d2e016bf9e949c150cbae70f6f765981f9ff0c2dd1ba7f16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:22:39.511Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714tee [2020-07-28T17:22:39.511Z] [2020-07-28T17:22:39.511Z] clair timeout 1m0s [2020-07-28T17:22:39.511Z] docker timeout: 1m0s [2020-07-28T17:22:39.511Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:22:40.665Z] $ docker stop --time=1 99396b93709285a6d2e016bf9e949c150cbae70f6f765981f9ff0c2dd1ba7f16 [2020-07-28T17:22:42.023Z] $ docker rm -f 99396b93709285a6d2e016bf9e949c150cbae70f6f765981f9ff0c2dd1ba7f16 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:22:42.510Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:22:42.521Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-support-notifications-go-arm64_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:22:42.564Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:22:42.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:22:42.887Z] . [Pipeline] withDockerContainer [2020-07-28T17:22:42.982Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:22:43.043Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:22:43.703Z] $ docker top 5a71d0f73ddea63c86882e314085a8dde5b033a9f2d2494424085b5cc2950bc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:22:44.214Z] + tee [2020-07-28T17:22:44.214Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:22:46.878Z] $ docker stop --time=1 5a71d0f73ddea63c86882e314085a8dde5b033a9f2d2494424085b5cc2950bc4 [2020-07-28T17:22:48.274Z] $ docker rm -f 5a71d0f73ddea63c86882e314085a8dde5b033a9f2d2494424085b5cc2950bc4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:22:48.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:22:48.754Z] . [Pipeline] withDockerContainer [2020-07-28T17:22:48.901Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:22:48.936Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:22:49.741Z] $ docker top 636def99881d94596253392b235fc7ba3991c3050bf16eb54fc12887c9a4ef2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:22:50.257Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:22:50.257Z] + tee [2020-07-28T17:22:50.257Z] clair timeout 1m0s [2020-07-28T17:22:50.257Z] docker timeout: 1m0s [2020-07-28T17:22:50.257Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:22:50.914Z] $ docker stop --time=1 636def99881d94596253392b235fc7ba3991c3050bf16eb54fc12887c9a4ef2c [2020-07-28T17:22:52.287Z] $ docker rm -f 636def99881d94596253392b235fc7ba3991c3050bf16eb54fc12887c9a4ef2c [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:22:52.755Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:22:52.765Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-support-scheduler-go-arm64_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:22:52.826Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:22:53.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:22:53.150Z] . [Pipeline] withDockerContainer [2020-07-28T17:22:53.243Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:22:53.277Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:22:53.882Z] $ docker top aaa7e6eaa92f11e9e5ba19d9db3e7ffee37c3e1562c7e98a1fcb885e694f5018 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:22:54.385Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:22:54.385Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:23:09.467Z] $ docker stop --time=1 aaa7e6eaa92f11e9e5ba19d9db3e7ffee37c3e1562c7e98a1fcb885e694f5018 [2020-07-28T17:23:10.912Z] $ docker rm -f aaa7e6eaa92f11e9e5ba19d9db3e7ffee37c3e1562c7e98a1fcb885e694f5018 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:23:11.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-28T17:23:11.385Z] . [Pipeline] withDockerContainer [2020-07-28T17:23:11.488Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:23:11.524Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:23:12.238Z] $ docker top b6574b425573d620f32316075af44e3039a781987a818ec699ece5f732b8591d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-28T17:23:12.786Z] + + tee/klar [2020-07-28T17:23:12.786Z] nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e0bf0319480625e5379d8d5fd7b212abf0b0714 [2020-07-28T17:23:12.786Z] clair timeout 1m0s [2020-07-28T17:23:12.786Z] docker timeout: 1m0s [2020-07-28T17:23:12.786Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-28T17:23:14.246Z] $ docker stop --time=1 b6574b425573d620f32316075af44e3039a781987a818ec699ece5f732b8591d [2020-07-28T17:23:15.626Z] $ docker rm -f b6574b425573d620f32316075af44e3039a781987a818ec699ece5f732b8591d [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T17:23:16.101Z] + mkdir -p /w/workspace/edgex-go/115/clair-reports [Pipeline] echo [2020-07-28T17:23:16.113Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/115/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_4e0bf0319480625e5379d8d5fd7b212abf0b0714.html [Pipeline] writeFile [Pipeline] step [2020-07-28T17:23:16.160Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:23:24.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T17:23:24.248Z] . [Pipeline] withDockerContainer [2020-07-28T17:23:24.364Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:23:24.393Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:23:25.498Z] $ docker top c11a5738bc8672e1af97277f6624d66847ca440b0c34b7a8e867f0e03372f771 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T17:23:25.765Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T17:23:25.765Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T17:23:25.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T17:23:25.987Z] $ docker exec c11a5738bc8672e1af97277f6624d66847ca440b0c34b7a8e867f0e03372f771 ssh-agent [2020-07-28T17:23:26.183Z] SSH_AUTH_SOCK=/tmp/ssh-JzREuXMC61NK/agent.12 [2020-07-28T17:23:26.183Z] SSH_AGENT_PID=17 [2020-07-28T17:23:26.192Z] Running ssh-add (command line suppressed) [2020-07-28T17:23:26.331Z] Identity added: /w/workspace/edgex-go/115@tmp/private_key_6309822640849281672.key (/w/workspace/edgex-go/115@tmp/private_key_6309822640849281672.key) [2020-07-28T17:23:26.400Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T17:23:26.722Z] + git semver tag [2020-07-28T17:23:26.722Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T17:23:26.722Z] # $GIT_DIR = /w/workspace/edgex-go/115/.git [2020-07-28T17:23:26.722Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/115 [2020-07-28T17:23:26.722Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T17:23:26.722Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T17:23:26.722Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T17:23:26.722Z] # $SEMVER_BRANCH = master [2020-07-28T17:23:26.722Z] # $SEMVER_DIR = /w/workspace/edgex-go/115/.semver [2020-07-28T17:23:26.722Z] # 4e0bf0319480625e5379d8d5fd7b212abf0b0714 HEAD [2020-07-28T17:23:27.292Z] # -> Force: false [2020-07-28T17:23:27.292Z] # 5716518c953da2a2593b4d1ef68d33ae03d31f98 refs/tags/v1.2.2-dev.4 [Pipeline] } [2020-07-28T17:23:27.297Z] $ docker exec --env ******** --env ******** c11a5738bc8672e1af97277f6624d66847ca440b0c34b7a8e867f0e03372f771 ssh-agent -k [2020-07-28T17:23:27.437Z] unset SSH_AUTH_SOCK; [2020-07-28T17:23:27.437Z] unset SSH_AGENT_PID; [2020-07-28T17:23:27.437Z] echo Agent pid 17 killed; [2020-07-28T17:23:27.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T17:23:27.951Z] + git semver [Pipeline] } [2020-07-28T17:23:27.959Z] $ docker stop --time=1 c11a5738bc8672e1af97277f6624d66847ca440b0c34b7a8e867f0e03372f771 [2020-07-28T17:23:29.314Z] $ docker rm -f c11a5738bc8672e1af97277f6624d66847ca440b0c34b7a8e867f0e03372f771 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:23:29.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-28T17:23:29.875Z] [2020-07-28T17:23:29.875Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:23:30.210Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-28T17:23:30.210Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-28T17:23:30.210Z] ab5ef0e58194: Pulling fs layer [2020-07-28T17:23:30.210Z] 9712f1f96733: Pulling fs layer [2020-07-28T17:23:30.210Z] 63f879dbbcfc: Pulling fs layer [2020-07-28T17:23:30.210Z] 0d9ebad4ef96: Pulling fs layer [2020-07-28T17:23:30.210Z] e9a5061849ea: Pulling fs layer [2020-07-28T17:23:30.210Z] d747dcd14b5f: Pulling fs layer [2020-07-28T17:23:30.210Z] 2de7ff778b66: Pulling fs layer [2020-07-28T17:23:30.210Z] 0d9ebad4ef96: Waiting [2020-07-28T17:23:30.210Z] e9a5061849ea: Waiting [2020-07-28T17:23:30.210Z] d747dcd14b5f: Waiting [2020-07-28T17:23:30.210Z] 2de7ff778b66: Waiting [2020-07-28T17:23:30.210Z] 9712f1f96733: Verifying Checksum [2020-07-28T17:23:30.210Z] 9712f1f96733: Download complete [2020-07-28T17:23:30.784Z] 63f879dbbcfc: Verifying Checksum [2020-07-28T17:23:30.784Z] 63f879dbbcfc: Download complete [2020-07-28T17:23:30.784Z] e9a5061849ea: Verifying Checksum [2020-07-28T17:23:30.784Z] e9a5061849ea: Download complete [2020-07-28T17:23:30.784Z] d747dcd14b5f: Verifying Checksum [2020-07-28T17:23:30.784Z] d747dcd14b5f: Download complete [2020-07-28T17:23:31.046Z] 2de7ff778b66: Verifying Checksum [2020-07-28T17:23:31.046Z] 2de7ff778b66: Download complete [2020-07-28T17:23:31.306Z] 0d9ebad4ef96: Verifying Checksum [2020-07-28T17:23:31.306Z] 0d9ebad4ef96: Download complete [2020-07-28T17:23:31.306Z] ab5ef0e58194: Verifying Checksum [2020-07-28T17:23:31.306Z] ab5ef0e58194: Download complete [2020-07-28T17:23:35.530Z] ab5ef0e58194: Pull complete [2020-07-28T17:23:35.792Z] 9712f1f96733: Pull complete [2020-07-28T17:23:39.098Z] 63f879dbbcfc: Pull complete [2020-07-28T17:23:45.697Z] 0d9ebad4ef96: Pull complete [2020-07-28T17:23:47.081Z] e9a5061849ea: Pull complete [2020-07-28T17:23:47.081Z] d747dcd14b5f: Pull complete [2020-07-28T17:23:50.467Z] 2de7ff778b66: Pull complete [2020-07-28T17:23:50.467Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-28T17:23:50.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-28T17:23:50.467Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-28T17:23:50.672Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:23:50.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:23:54.519Z] $ docker top 684048cbe11de347432de243adb821e77e469a45ac119e13e8cf681de0ab881b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-28T17:23:54.824Z] provisioning config files... [2020-07-28T17:23:54.860Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/115@tmp/config1143245055108092161tmp [2020-07-28T17:23:54.893Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/115@tmp/config8867266734532788545tmp [2020-07-28T17:23:54.948Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/115@tmp/config6695846494691771813tmp [Pipeline] { [Pipeline] echo [2020-07-28T17:23:55.013Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T17:23:55.322Z] ---> sigul-configuration.sh [2020-07-28T17:23:55.584Z] gpg: directory `/root/.gnupg' created [2020-07-28T17:23:55.584Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-28T17:23:55.584Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-28T17:23:55.584Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-28T17:23:55.584Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-28T17:23:55.584Z] gpg: CAST5 encrypted data [2020-07-28T17:23:55.584Z] gpg: encrypted with 1 passphrase [2020-07-28T17:23:55.584Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-28T17:23:55.880Z] + mkdir /home/jenkins [2020-07-28T17:23:55.880Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-28T17:23:56.183Z] + 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-07-28T17:23:56.192Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T17:23:56.486Z] ---> sigul-install.sh [2020-07-28T17:24:01.778Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-28T17:24:02.083Z] + git tag --list [2020-07-28T17:24:02.083Z] v1.2.2-dev.4 [Pipeline] sh [2020-07-28T17:24:02.376Z] + lftools sign git-tag v1.2.2-dev.4 [2020-07-28T17:24:03.761Z] Signing Git tag with Sigul... [2020-07-28T17:24:03.761Z] Signing v1.2.2-dev.4 [Pipeline] echo [2020-07-28T17:24:04.713Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T17:24:05.005Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-28T17:24:05.013Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-28T17:24:05.091Z] $ docker stop --time=1 684048cbe11de347432de243adb821e77e469a45ac119e13e8cf681de0ab881b [2020-07-28T17:24:07.076Z] $ docker rm -f 684048cbe11de347432de243adb821e77e469a45ac119e13e8cf681de0ab881b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:24:07.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T17:24:07.781Z] . [Pipeline] withDockerContainer [2020-07-28T17:24:07.883Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:24:07.920Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:24:08.631Z] $ docker top c05adb702f32557d86855fe1d0330309964c5769c507248b26d247f07f3da209 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T17:24:08.896Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T17:24:08.896Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T17:24:09.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T17:24:09.102Z] $ docker exec c05adb702f32557d86855fe1d0330309964c5769c507248b26d247f07f3da209 ssh-agent [2020-07-28T17:24:09.289Z] SSH_AUTH_SOCK=/tmp/ssh-VxtCcHweal1E/agent.12 [2020-07-28T17:24:09.289Z] SSH_AGENT_PID=18 [2020-07-28T17:24:09.297Z] Running ssh-add (command line suppressed) [2020-07-28T17:24:09.424Z] Identity added: /w/workspace/edgex-go/115@tmp/private_key_8630942541747250980.key (/w/workspace/edgex-go/115@tmp/private_key_8630942541747250980.key) [2020-07-28T17:24:09.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T17:24:09.819Z] + git semver bump pre [2020-07-28T17:24:09.819Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T17:24:09.819Z] # $GIT_DIR = /w/workspace/edgex-go/115/.git [2020-07-28T17:24:09.819Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/115 [2020-07-28T17:24:09.819Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T17:24:09.819Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T17:24:09.819Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T17:24:09.819Z] # $SEMVER_BRANCH = master [2020-07-28T17:24:09.819Z] # $SEMVER_DIR = /w/workspace/edgex-go/115/.semver [2020-07-28T17:24:09.819Z] 1.2.2-dev.5 [Pipeline] } [2020-07-28T17:24:09.825Z] $ docker exec --env ******** --env ******** c05adb702f32557d86855fe1d0330309964c5769c507248b26d247f07f3da209 ssh-agent -k [2020-07-28T17:24:09.976Z] unset SSH_AUTH_SOCK; [2020-07-28T17:24:09.977Z] unset SSH_AGENT_PID; [2020-07-28T17:24:09.977Z] echo Agent pid 18 killed; [2020-07-28T17:24:10.047Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T17:24:10.482Z] + git semver [Pipeline] } [2020-07-28T17:24:10.493Z] $ docker stop --time=1 c05adb702f32557d86855fe1d0330309964c5769c507248b26d247f07f3da209 [2020-07-28T17:24:11.849Z] $ docker rm -f c05adb702f32557d86855fe1d0330309964c5769c507248b26d247f07f3da209 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:24:12.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T17:24:12.403Z] . [Pipeline] withDockerContainer [2020-07-28T17:24:12.502Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:24:12.538Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:24:13.283Z] $ docker top 9f4c1adca374e98cf59933ad820718e4fe41aa98a4930d4d20b6bf51b6845b57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T17:24:13.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T17:24:13.638Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T17:24:13.854Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T17:24:13.852Z] $ docker exec 9f4c1adca374e98cf59933ad820718e4fe41aa98a4930d4d20b6bf51b6845b57 ssh-agent [2020-07-28T17:24:14.050Z] SSH_AUTH_SOCK=/tmp/ssh-5WncswBQc0c3/agent.13 [2020-07-28T17:24:14.050Z] SSH_AGENT_PID=19 [2020-07-28T17:24:14.057Z] Running ssh-add (command line suppressed) [2020-07-28T17:24:14.187Z] Identity added: /w/workspace/edgex-go/115@tmp/private_key_1498651439710999603.key (/w/workspace/edgex-go/115@tmp/private_key_1498651439710999603.key) [2020-07-28T17:24:14.255Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T17:24:14.578Z] + git semver push [2020-07-28T17:24:14.578Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T17:24:14.578Z] # $GIT_DIR = /w/workspace/edgex-go/115/.git [2020-07-28T17:24:14.578Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/115 [2020-07-28T17:24:14.578Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T17:24:14.578Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T17:24:14.578Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T17:24:14.578Z] # $SEMVER_BRANCH = master [2020-07-28T17:24:14.578Z] # $SEMVER_DIR = /w/workspace/edgex-go/115/.semver [Pipeline] } [2020-07-28T17:24:24.580Z] $ docker exec --env ******** --env ******** 9f4c1adca374e98cf59933ad820718e4fe41aa98a4930d4d20b6bf51b6845b57 ssh-agent -k [2020-07-28T17:24:24.718Z] unset SSH_AUTH_SOCK; [2020-07-28T17:24:24.719Z] unset SSH_AGENT_PID; [2020-07-28T17:24:24.719Z] echo Agent pid 19 killed; [2020-07-28T17:24:24.781Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T17:24:25.268Z] + git semver [Pipeline] } [2020-07-28T17:24:25.279Z] $ docker stop --time=1 9f4c1adca374e98cf59933ad820718e4fe41aa98a4930d4d20b6bf51b6845b57 [2020-07-28T17:24:26.639Z] $ docker rm -f 9f4c1adca374e98cf59933ad820718e4fe41aa98a4930d4d20b6bf51b6845b57 [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-07-28T17:24:27.631Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T17:24:28.542Z] ---> package-listing.sh [2020-07-28T17:24:28.542Z] ++ facter osfamily [2020-07-28T17:24:28.542Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-28T17:24:28.542Z] + OS_FAMILY=redhat [2020-07-28T17:24:28.542Z] + workspace=/w/workspace/edgex-go/115 [2020-07-28T17:24:28.542Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-28T17:24:28.542Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-28T17:24:28.542Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-28T17:24:28.542Z] + PACKAGES=/tmp/packages_start.txt [2020-07-28T17:24:28.542Z] + '[' /w/workspace/edgex-go/115 ']' [2020-07-28T17:24:28.542Z] + PACKAGES=/tmp/packages_end.txt [2020-07-28T17:24:28.542Z] + case "${OS_FAMILY}" in [2020-07-28T17:24:28.542Z] + rpm -qa [2020-07-28T17:24:28.542Z] + sort [2020-07-28T17:24:32.742Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-28T17:24:32.742Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-28T17:24:32.742Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-28T17:24:32.742Z] + '[' /w/workspace/edgex-go/115 ']' [2020-07-28T17:24:32.742Z] + mkdir -p /w/workspace/edgex-go/115/archives/ [2020-07-28T17:24:32.742Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/115/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:24:33.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T17:24:33.323Z] [2020-07-28T17:24:33.323Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-28T17:24:33.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T17:24:33.672Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-28T17:24:33.672Z] c9b1b535fdd9: Pulling fs layer [2020-07-28T17:24:33.672Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-28T17:24:33.672Z] 756a868c4378: Pulling fs layer [2020-07-28T17:24:33.672Z] 444b2fc9a129: Pulling fs layer [2020-07-28T17:24:33.672Z] ea15f1150254: Pulling fs layer [2020-07-28T17:24:33.672Z] 41b27a9f41bf: Pulling fs layer [2020-07-28T17:24:33.672Z] 28c525ee5125: Pulling fs layer [2020-07-28T17:24:33.672Z] 094b1ea09ed8: Pulling fs layer [2020-07-28T17:24:33.672Z] 138eaada9080: Pulling fs layer [2020-07-28T17:24:33.672Z] 0622d0fa9048: Pulling fs layer [2020-07-28T17:24:33.672Z] 28c525ee5125: Waiting [2020-07-28T17:24:33.672Z] 444b2fc9a129: Waiting [2020-07-28T17:24:33.672Z] 138eaada9080: Waiting [2020-07-28T17:24:33.672Z] 0622d0fa9048: Waiting [2020-07-28T17:24:33.672Z] ea15f1150254: Waiting [2020-07-28T17:24:33.672Z] 41b27a9f41bf: Waiting [2020-07-28T17:24:33.672Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-28T17:24:33.672Z] 2cc5ad85d9ab: Download complete [2020-07-28T17:24:33.672Z] 444b2fc9a129: Verifying Checksum [2020-07-28T17:24:33.672Z] 444b2fc9a129: Download complete [2020-07-28T17:24:33.672Z] c9b1b535fdd9: Verifying Checksum [2020-07-28T17:24:33.672Z] c9b1b535fdd9: Download complete [2020-07-28T17:24:33.672Z] ea15f1150254: Verifying Checksum [2020-07-28T17:24:33.672Z] ea15f1150254: Download complete [2020-07-28T17:24:33.946Z] 28c525ee5125: Verifying Checksum [2020-07-28T17:24:33.946Z] 28c525ee5125: Download complete [2020-07-28T17:24:34.213Z] 756a868c4378: Verifying Checksum [2020-07-28T17:24:34.213Z] 756a868c4378: Download complete [2020-07-28T17:24:34.213Z] 138eaada9080: Verifying Checksum [2020-07-28T17:24:34.213Z] 138eaada9080: Download complete [2020-07-28T17:24:34.213Z] 0622d0fa9048: Retrying in 5 seconds [2020-07-28T17:24:34.213Z] c9b1b535fdd9: Pull complete [2020-07-28T17:24:34.213Z] 094b1ea09ed8: Verifying Checksum [2020-07-28T17:24:34.213Z] 094b1ea09ed8: Download complete [2020-07-28T17:24:34.788Z] 41b27a9f41bf: Verifying Checksum [2020-07-28T17:24:34.788Z] 41b27a9f41bf: Download complete [2020-07-28T17:24:35.049Z] 2cc5ad85d9ab: Pull complete [2020-07-28T17:24:35.310Z] 0622d0fa9048: Retrying in 4 seconds [2020-07-28T17:24:36.252Z] 0622d0fa9048: Retrying in 3 seconds [2020-07-28T17:24:37.204Z] 756a868c4378: Pull complete [2020-07-28T17:24:37.204Z] 0622d0fa9048: Retrying in 2 seconds [2020-07-28T17:24:37.464Z] 444b2fc9a129: Pull complete [2020-07-28T17:24:37.728Z] ea15f1150254: Pull complete [2020-07-28T17:24:38.299Z] 0622d0fa9048: Retrying in 1 second [2020-07-28T17:24:39.247Z] 0622d0fa9048: Retrying in 10 seconds [2020-07-28T17:24:40.638Z] 0622d0fa9048: Retrying in 9 seconds [2020-07-28T17:24:41.209Z] 0622d0fa9048: Retrying in 8 seconds [2020-07-28T17:24:41.781Z] 41b27a9f41bf: Pull complete [2020-07-28T17:24:41.781Z] 28c525ee5125: Pull complete [2020-07-28T17:24:42.370Z] 0622d0fa9048: Retrying in 7 seconds [2020-07-28T17:24:43.312Z] 0622d0fa9048: Retrying in 6 seconds [2020-07-28T17:24:43.892Z] 094b1ea09ed8: Pull complete [2020-07-28T17:24:44.152Z] 138eaada9080: Pull complete [2020-07-28T17:24:44.413Z] 0622d0fa9048: Retrying in 5 seconds [2020-07-28T17:24:45.353Z] 0622d0fa9048: Retrying in 4 seconds [2020-07-28T17:24:46.293Z] 0622d0fa9048: Retrying in 3 seconds [2020-07-28T17:24:47.232Z] 0622d0fa9048: Retrying in 2 seconds [2020-07-28T17:24:48.615Z] 0622d0fa9048: Retrying in 1 second [2020-07-28T17:24:49.558Z] 0622d0fa9048: Verifying Checksum [2020-07-28T17:24:49.558Z] 0622d0fa9048: Download complete [2020-07-28T17:24:49.558Z] 0622d0fa9048: Pull complete [2020-07-28T17:24:49.558Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-28T17:24:49.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T17:24:49.558Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-28T17:24:49.728Z] prd-centos7-docker-4c-2g-1271 does not seem to be running inside a container [2020-07-28T17:24:49.765Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07-28T17:24:52.256Z] $ docker top 215a78893ffe9f9ee25803eff56ff4a43f9ed2c5eeac8a2f663d721fc31f96b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-28T17:24:52.573Z] provisioning config files... [2020-07-28T17:24:52.587Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/115@tmp/config6278739053908894368tmp [Pipeline] { [Pipeline] echo [2020-07-28T17:24:52.680Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T17:24:52.972Z] ---> create-netrc.sh [Pipeline] echo [2020-07-28T17:24:52.981Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T17:24:53.270Z] ---> logs-deploy.sh [2020-07-28T17:24:53.270Z] + ARCHIVE_ARTIFACTS= [2020-07-28T17:24:53.270Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-28T17:24:53.270Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-28T17:24:53.270Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-28T17:24:53.270Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/115 [2020-07-28T17:24:53.270Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/115/ [2020-07-28T17:24:53.270Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/115 /w/workspace/edgex-go/115 [2020-07-28T17:24:54.212Z] Archives upload complete. [2020-07-28T17:24:54.474Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/115 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/115/