Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 083cc9ce61554893757b0b9e726a37ececd6a144 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1278 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/133 [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/133 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 083cc9ce61554893757b0b9e726a37ececd6a144 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 083cc9ce61554893757b0b9e726a37ececd6a144 # timeout=10 Commit message: "Merge pull request #2676 from lenny-intel/tags-swagger" > git rev-list --no-walk d9e5544168fa65d70e3b4e2a5a846c36277168af # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-03T15:32:32.175Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-03T15:32:32.411Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-03T15:32:32.519Z] ========================================================= [2020-09-03T15:32:32.519Z] EdgeX Global Pipelines Version Info [2020-09-03T15:32:32.519Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-03T15:32:33.937Z] ------------------- [2020-09-03T15:32:33.937Z] stable info: [2020-09-03T15:32:33.937Z] ------------------- [2020-09-03T15:32:33.937Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T15:32:33.937Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T15:32:33.937Z] Message: update stable to v1.0.117 [2020-09-03T15:32:34.885Z] ------------------- [2020-09-03T15:32:34.885Z] experimental info: [2020-09-03T15:32:34.885Z] ------------------- [2020-09-03T15:32:34.885Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T15:32:34.885Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T15:32:34.885Z] Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-03T15:32:35.096Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-03T15:32:35.172Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-03T15:32:35.242Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-03T15:32:35.311Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-03T15:32:35.432Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-03T15:32:35.532Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-03T15:32:35.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-03T15:32:35.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-03T15:32:35.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-03T15:32:35.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-03T15:32:35.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-03T15:32:36.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-03T15:32:36.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-03T15:32:36.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-03T15:32:36.322Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-03T15:32:36.391Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-03T15:32:36.480Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-03T15:32:36.551Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-03T15:32:36.621Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-03T15:32:36.692Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-03T15:32:36.761Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-03T15:32:36.831Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-03T15:32:36.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-03T15:32:36.987Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-03T15:32:37.057Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] echo [2020-09-03T15:32:37.125Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 083cc9c [Pipeline] echo [2020-09-03T15:32:37.194Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-03T15:32:37.588Z] ++ 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-09-03T15:32:37.588Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T15:32:37.588Z] ++ dirname cmd/core-command/Dockerfile [2020-09-03T15:32:37.588Z] ++ cut -d/ -f2 [2020-09-03T15:32:37.588Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-03T15:32:37.588Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T15:32:37.588Z] ++ dirname cmd/core-data/Dockerfile [2020-09-03T15:32:37.588Z] ++ cut -d/ -f2 [2020-09-03T15:32:37.588Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-03T15:32:37.588Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T15:32:37.588Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-03T15:32:37.588Z] ++ cut -d/ -f2 [2020-09-03T15:32:37.588Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-03T15:32:37.588Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T15:32:37.588Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-03T15:32:37.588Z] ++ cut -d/ -f2 [2020-09-03T15:32:37.588Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-03T15:32:37.588Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T15:32:37.588Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-03T15:32:37.588Z] ++ cut -d/ -f2 [2020-09-03T15:32:37.588Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-03T15:32:37.588Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T15:32:37.588Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-03T15:32:37.588Z] ++ cut -d/ -f2 [2020-09-03T15:32:37.588Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-03T15:32:37.588Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T15:32:37.588Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-03T15:32:37.589Z] ++ cut -d/ -f2 [2020-09-03T15:32:37.589Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-03T15:32:37.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T15:32:37.589Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-03T15:32:37.589Z] ++ cut -d/ -f2 [2020-09-03T15:32:37.589Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-03T15:32:37.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T15:32:37.589Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-03T15:32:37.589Z] ++ cut -d/ -f2 [2020-09-03T15:32:37.589Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-03T15:32:37.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T15:32:37.589Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-03T15:32:37.589Z] ++ cut -d/ -f2 [2020-09-03T15:32:37.589Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-03T15:32:37.658Z] 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-09-03T15:32:38.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T15:32:39.079Z] [2020-09-03T15:32:39.079Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:32:39.425Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T15:32:39.425Z] latest: Pulling from edgex-devops/git-semver [2020-09-03T15:32:39.425Z] 31603596830f: Pulling fs layer [2020-09-03T15:32:39.425Z] 2a8b12db71e7: Pulling fs layer [2020-09-03T15:32:39.425Z] 6ca5941a6612: Pulling fs layer [2020-09-03T15:32:39.425Z] ecc8261a40a4: Pulling fs layer [2020-09-03T15:32:39.425Z] ecc8261a40a4: Waiting [2020-09-03T15:32:39.425Z] 2a8b12db71e7: Verifying Checksum [2020-09-03T15:32:39.425Z] 2a8b12db71e7: Download complete [2020-09-03T15:32:39.692Z] 31603596830f: Download complete [2020-09-03T15:32:39.692Z] ecc8261a40a4: Verifying Checksum [2020-09-03T15:32:39.692Z] ecc8261a40a4: Download complete [2020-09-03T15:32:39.692Z] 6ca5941a6612: Verifying Checksum [2020-09-03T15:32:39.692Z] 6ca5941a6612: Download complete [2020-09-03T15:32:39.956Z] 31603596830f: Pull complete [2020-09-03T15:32:39.956Z] 2a8b12db71e7: Pull complete [2020-09-03T15:32:40.907Z] 6ca5941a6612: Pull complete [2020-09-03T15:32:40.907Z] ecc8261a40a4: Pull complete [2020-09-03T15:32:41.168Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-03T15:32:41.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T15:32:41.168Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-03T15:32:41.299Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:32:41.348Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:32:43.779Z] $ docker top d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T15:32:44.019Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T15:32:44.019Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T15:32:44.236Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T15:32:44.241Z] $ docker exec d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 ssh-agent [2020-09-03T15:32:44.397Z] SSH_AUTH_SOCK=/tmp/ssh-0Fe1QmEejY0t/agent.12 [2020-09-03T15:32:44.397Z] SSH_AGENT_PID=17 [2020-09-03T15:32:44.408Z] Running ssh-add (command line suppressed) [2020-09-03T15:32:44.526Z] Identity added: /w/workspace/edgex-go/133@tmp/private_key_4776015301663471541.key (/w/workspace/edgex-go/133@tmp/private_key_4776015301663471541.key) [2020-09-03T15:32:44.581Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T15:32:44.903Z] + git describe --exact-match --tags HEAD [2020-09-03T15:32:44.904Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-03T15:32:44.926Z] $ docker exec --env ******** --env ******** d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 ssh-agent -k [2020-09-03T15:32:45.054Z] unset SSH_AUTH_SOCK; [2020-09-03T15:32:45.054Z] unset SSH_AGENT_PID; [2020-09-03T15:32:45.054Z] echo Agent pid 17 killed; [2020-09-03T15:32:45.096Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-03T15:32:45.165Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-03T15:32:45.165Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-03T15:32:45.247Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T15:32:45.247Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T15:32:45.422Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T15:32:45.427Z] $ docker exec d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 ssh-agent [2020-09-03T15:32:45.590Z] SSH_AUTH_SOCK=/tmp/ssh-Z9gb7DbVcPhX/agent.46 [2020-09-03T15:32:45.590Z] SSH_AGENT_PID=51 [2020-09-03T15:32:45.597Z] Running ssh-add (command line suppressed) [2020-09-03T15:32:45.717Z] Identity added: /w/workspace/edgex-go/133@tmp/private_key_2738507832894888346.key (/w/workspace/edgex-go/133@tmp/private_key_2738507832894888346.key) [2020-09-03T15:32:45.766Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T15:32:46.090Z] + git semver init [2020-09-03T15:32:46.090Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T15:32:46.090Z] # $GIT_DIR = /w/workspace/edgex-go/133/.git [2020-09-03T15:32:46.090Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/133 [2020-09-03T15:32:46.090Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T15:32:46.090Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T15:32:46.090Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T15:32:46.090Z] # $SEMVER_BRANCH = master [2020-09-03T15:32:46.090Z] # $SEMVER_TEMP = /tmp/semver-863076724 [2020-09-03T15:32:46.090Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-03T15:33:12.696Z] # '/tmp/semver-863076724' -> '/w/workspace/edgex-go/133/.semver' [2020-09-03T15:33:12.696Z] # -> Force: false [2020-09-03T15:33:12.696Z] # $SEMVER_DIR = /w/workspace/edgex-go/133/.semver [Pipeline] } [2020-09-03T15:33:12.710Z] $ docker exec --env ******** --env ******** d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 ssh-agent -k [2020-09-03T15:33:12.942Z] unset SSH_AUTH_SOCK; [2020-09-03T15:33:12.943Z] unset SSH_AGENT_PID; [2020-09-03T15:33:12.943Z] echo Agent pid 51 killed; [2020-09-03T15:33:13.034Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T15:33:13.511Z] + git semver [Pipeline] } [2020-09-03T15:33:13.529Z] $ docker stop --time=1 d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 [2020-09-03T15:33:15.025Z] $ docker rm -f d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-03T15:33:29.007Z] Stashed 38 file(s) [Pipeline] echo [2020-09-03T15:33:29.009Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.21 [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-09-03T15:33:29.513Z] ========================================================= [2020-09-03T15:33:29.514Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-03T15:33:29.514Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:33:29.840Z] + 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-09-03T15:33:34.076Z] Sending build context to Docker daemon 323.2MB [2020-09-03T15:33:34.076Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-03T15:33:34.076Z] Step 2/7 : FROM ${BASE} [2020-09-03T15:33:34.076Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-03T15:33:34.076Z] df20fa9351a1: Pulling fs layer [2020-09-03T15:33:34.076Z] ed8968b2872e: Pulling fs layer [2020-09-03T15:33:34.076Z] a92cc7c5fd73: Pulling fs layer [2020-09-03T15:33:34.076Z] 2dd03ba5bac4: Pulling fs layer [2020-09-03T15:33:34.076Z] 1e091d79d1de: Pulling fs layer [2020-09-03T15:33:34.076Z] 481702a1767f: Pulling fs layer [2020-09-03T15:33:34.076Z] f64a6f60c768: Pulling fs layer [2020-09-03T15:33:34.076Z] e78d2573fc39: Pulling fs layer [2020-09-03T15:33:34.076Z] e876d2f968b6: Pulling fs layer [2020-09-03T15:33:34.076Z] ce8a83651883: Pulling fs layer [2020-09-03T15:33:34.076Z] 07967f4d0e4b: Pulling fs layer [2020-09-03T15:33:34.076Z] f64a6f60c768: Waiting [2020-09-03T15:33:34.076Z] e78d2573fc39: Waiting [2020-09-03T15:33:34.076Z] e876d2f968b6: Waiting [2020-09-03T15:33:34.076Z] ce8a83651883: Waiting [2020-09-03T15:33:34.076Z] 07967f4d0e4b: Waiting [2020-09-03T15:33:34.076Z] 2dd03ba5bac4: Waiting [2020-09-03T15:33:34.076Z] 1e091d79d1de: Waiting [2020-09-03T15:33:34.076Z] 481702a1767f: Waiting [2020-09-03T15:33:34.076Z] a92cc7c5fd73: Verifying Checksum [2020-09-03T15:33:34.076Z] a92cc7c5fd73: Download complete [2020-09-03T15:33:34.076Z] ed8968b2872e: Download complete [2020-09-03T15:33:34.076Z] 1e091d79d1de: Verifying Checksum [2020-09-03T15:33:34.076Z] 1e091d79d1de: Download complete [2020-09-03T15:33:34.076Z] 481702a1767f: Verifying Checksum [2020-09-03T15:33:34.076Z] 481702a1767f: Download complete [2020-09-03T15:33:34.076Z] df20fa9351a1: Download complete [2020-09-03T15:33:34.674Z] f64a6f60c768: Verifying Checksum [2020-09-03T15:33:34.674Z] f64a6f60c768: Download complete [2020-09-03T15:33:34.674Z] e876d2f968b6: Verifying Checksum [2020-09-03T15:33:34.674Z] e876d2f968b6: Download complete [2020-09-03T15:33:35.258Z] 2dd03ba5bac4: Verifying Checksum [2020-09-03T15:33:35.258Z] 2dd03ba5bac4: Download complete [2020-09-03T15:33:35.258Z] e78d2573fc39: Verifying Checksum [2020-09-03T15:33:35.258Z] e78d2573fc39: Download complete [2020-09-03T15:33:35.258Z] 07967f4d0e4b: Verifying Checksum [2020-09-03T15:33:35.258Z] 07967f4d0e4b: Download complete [2020-09-03T15:33:35.523Z] df20fa9351a1: Pull complete [2020-09-03T15:33:35.523Z] ce8a83651883: Verifying Checksum [2020-09-03T15:33:35.523Z] ce8a83651883: Download complete [2020-09-03T15:33:36.099Z] ed8968b2872e: Pull complete [2020-09-03T15:33:36.100Z] a92cc7c5fd73: Pull complete [2020-09-03T15:33:41.402Z] 2dd03ba5bac4: Pull complete [2020-09-03T15:33:41.402Z] 1e091d79d1de: Pull complete [2020-09-03T15:33:41.402Z] 481702a1767f: Pull complete [2020-09-03T15:33:44.351Z] Still waiting to schedule task [2020-09-03T15:33:44.351Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-03T15:33:48.022Z] f64a6f60c768: Pull complete [2020-09-03T15:33:51.347Z] e78d2573fc39: Pull complete [2020-09-03T15:33:51.347Z] e876d2f968b6: Pull complete [2020-09-03T15:33:52.294Z] ce8a83651883: Pull complete [2020-09-03T15:33:52.294Z] 07967f4d0e4b: Pull complete [2020-09-03T15:33:52.294Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-03T15:33:52.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-03T15:33:52.294Z] ---> 5d7c900382c6 [2020-09-03T15:33:52.294Z] 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-09-03T15:33:54.216Z] ---> Running in 46b25601e5f5 [2020-09-03T15:33:54.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:33:55.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:33:56.306Z] (1/12) Installing libmagic (5.38-r0) [2020-09-03T15:33:56.568Z] (2/12) Installing file (5.38-r0) [2020-09-03T15:33:56.568Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-03T15:33:56.568Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-03T15:33:59.890Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-03T15:33:59.890Z] (6/12) Installing patch (2.7.6-r6) [2020-09-03T15:33:59.890Z] (7/12) Installing build-base (0.5-r2) [2020-09-03T15:33:59.890Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-03T15:33:59.890Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-03T15:34:00.151Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-03T15:34:00.151Z] (11/12) Installing libzmq (4.3.2-r0) [2020-09-03T15:34:00.413Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-09-03T15:34:00.413Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:34:00.413Z] OK: 233 MiB in 51 packages [2020-09-03T15:34:03.727Z] Removing intermediate container 46b25601e5f5 [2020-09-03T15:34:03.727Z] ---> 6f09305c1e62 [2020-09-03T15:34:03.728Z] Step 4/7 : WORKDIR /edgex-go [2020-09-03T15:34:03.728Z] ---> Running in 3346b92f5c3c [2020-09-03T15:34:03.990Z] Removing intermediate container 3346b92f5c3c [2020-09-03T15:34:03.990Z] ---> a01b29b676ca [2020-09-03T15:34:03.990Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-03T15:34:04.252Z] latest: Pulling from library/docker [2020-09-03T15:34:04.515Z] df20fa9351a1: Already exists [2020-09-03T15:34:04.515Z] 25ad7478873d: Pulling fs layer [2020-09-03T15:34:04.515Z] 4684f6177b5d: Pulling fs layer [2020-09-03T15:34:04.515Z] 46e300cec669: Pulling fs layer [2020-09-03T15:34:04.515Z] 63038576ad94: Pulling fs layer [2020-09-03T15:34:04.515Z] 0fdb76c4706c: Pulling fs layer [2020-09-03T15:34:04.515Z] cb7edeffdfd5: Pulling fs layer [2020-09-03T15:34:04.515Z] 63038576ad94: Waiting [2020-09-03T15:34:04.515Z] 0fdb76c4706c: Waiting [2020-09-03T15:34:04.515Z] cb7edeffdfd5: Waiting [2020-09-03T15:34:04.515Z] 4684f6177b5d: Download complete [2020-09-03T15:34:04.515Z] 25ad7478873d: Verifying Checksum [2020-09-03T15:34:04.515Z] 25ad7478873d: Download complete [2020-09-03T15:34:04.779Z] 63038576ad94: Verifying Checksum [2020-09-03T15:34:04.779Z] 63038576ad94: Download complete [2020-09-03T15:34:04.779Z] 0fdb76c4706c: Verifying Checksum [2020-09-03T15:34:04.779Z] 0fdb76c4706c: Download complete [2020-09-03T15:34:04.779Z] cb7edeffdfd5: Verifying Checksum [2020-09-03T15:34:04.779Z] cb7edeffdfd5: Download complete [2020-09-03T15:34:04.779Z] 25ad7478873d: Pull complete [2020-09-03T15:34:05.039Z] 4684f6177b5d: Pull complete [2020-09-03T15:34:05.612Z] 46e300cec669: Verifying Checksum [2020-09-03T15:34:05.612Z] 46e300cec669: Download complete [2020-09-03T15:34:08.174Z] 46e300cec669: Pull complete [2020-09-03T15:34:08.174Z] 63038576ad94: Pull complete [2020-09-03T15:34:08.174Z] 0fdb76c4706c: Pull complete [2020-09-03T15:34:08.174Z] cb7edeffdfd5: Pull complete [2020-09-03T15:34:08.174Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-03T15:34:08.174Z] Status: Downloaded newer image for docker:latest [2020-09-03T15:34:10.099Z] ---> 590ec924f08d [2020-09-03T15:34:10.100Z] Step 6/7 : COPY go.mod . [2020-09-03T15:34:10.100Z] ---> 57ae75925aec [2020-09-03T15:34:10.100Z] Step 7/7 : RUN go mod download [2020-09-03T15:34:10.100Z] ---> Running in 4f54341115da [2020-09-03T15:34:12.662Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-03T15:34:12.662Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-03T15:34:12.662Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-09-03T15:34:12.662Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-03T15:34:12.662Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-03T15:34:12.662Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-03T15:34:12.662Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-03T15:34:12.662Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-03T15:34:12.662Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-09-03T15:34:12.662Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-03T15:34:12.662Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-09-03T15:34:12.662Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-03T15:34:12.662Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-03T15:34:22.679Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-03T15:34:22.679Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 [2020-09-03T15:34:22.679Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-09-03T15:34:22.679Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-09-03T15:34:22.679Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-03T15:34:22.679Z] go: finding github.com/fatih/color v1.7.0 [2020-09-03T15:34:22.679Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-03T15:34:22.679Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-03T15:34:22.679Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-09-03T15:34:22.679Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-03T15:34:22.679Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T15:34:22.679Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-03T15:34:22.679Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-03T15:34:22.679Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-03T15:34:22.940Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-03T15:34:22.940Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-03T15:34:22.940Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T15:34:22.940Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-03T15:34:22.940Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-03T15:34:22.940Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-03T15:34:22.940Z] go: finding github.com/google/uuid v1.1.0 [2020-09-03T15:34:22.940Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-03T15:34:22.940Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-03T15:34:22.940Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-03T15:34:22.940Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-03T15:34:23.202Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-03T15:34:23.202Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-03T15:34:23.202Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-03T15:34:23.202Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-03T15:34:23.202Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-03T15:34:23.202Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-03T15:34:23.202Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-03T15:34:23.202Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-03T15:34:23.202Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-03T15:34:23.202Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-03T15:34:23.202Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-03T15:34:23.465Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-03T15:34:23.465Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-03T15:34:23.465Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-03T15:34:23.465Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-03T15:34:23.465Z] go: finding github.com/imdario/mergo v0.3.6 [2020-09-03T15:34:23.465Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T15:34:23.465Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-03T15:34:23.465Z] go: finding github.com/kr/pty v1.1.1 [2020-09-03T15:34:23.465Z] go: finding github.com/kr/text v0.1.0 [2020-09-03T15:34:23.465Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-03T15:34:23.465Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-03T15:34:23.465Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-03T15:34:23.727Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-03T15:34:23.727Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-03T15:34:23.727Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-03T15:34:23.727Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-03T15:34:23.727Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-03T15:34:23.727Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-03T15:34:23.727Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-03T15:34:23.727Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-03T15:34:23.727Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-03T15:34:23.727Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-03T15:34:23.727Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-03T15:34:23.989Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-03T15:34:23.989Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-03T15:34:23.989Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-03T15:34:23.989Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-03T15:34:24.251Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-03T15:34:24.251Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T15:34:24.251Z] go: finding github.com/posener/complete v1.1.1 [2020-09-03T15:34:24.251Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-09-03T15:34:24.513Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-03T15:34:24.513Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-03T15:34:24.513Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-03T15:34:24.513Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-03T15:34:24.513Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-03T15:34:24.513Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-03T15:34:24.513Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-09-03T15:34:24.513Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-03T15:34:24.513Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-03T15:34:24.513Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-03T15:34:24.513Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T15:34:24.513Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-03T15:34:24.779Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-03T15:34:24.779Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-09-03T15:34:24.779Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-03T15:34:24.779Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-03T15:34:24.779Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T15:34:42.943Z] Removing intermediate container 4f54341115da [2020-09-03T15:34:42.943Z] ---> 2a2715a4d669 [2020-09-03T15:34:42.943Z] Successfully built 2a2715a4d669 [2020-09-03T15:34:42.943Z] 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-09-03T15:34:46.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-03T15:34:46.365Z] [2020-09-03T15:34:46.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:34:46.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-03T15:34:46.704Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-03T15:34:46.704Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-03T15:34:46.704Z] ca9280d653b3: Pulling fs layer [2020-09-03T15:34:46.704Z] 7e9c9ca2126c: Pulling fs layer [2020-09-03T15:34:46.704Z] cbdbe7a5bc2a: Download complete [2020-09-03T15:34:46.973Z] ca9280d653b3: Verifying Checksum [2020-09-03T15:34:46.973Z] ca9280d653b3: Download complete [2020-09-03T15:34:46.973Z] cbdbe7a5bc2a: Pull complete [2020-09-03T15:34:47.922Z] 7e9c9ca2126c: Verifying Checksum [2020-09-03T15:34:47.922Z] 7e9c9ca2126c: Download complete [2020-09-03T15:34:47.922Z] ca9280d653b3: Pull complete [2020-09-03T15:34:56.092Z] 7e9c9ca2126c: Pull complete [2020-09-03T15:34:56.092Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-03T15:34:56.092Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-03T15:34:56.092Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-03T15:34:56.217Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:34:56.270Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:34:58.228Z] $ docker top c0b2a881c0be97de2db7275e25fe6b17287b858efa3780c9f6808074730c59b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T15:34:58.766Z] + docker-compose build --help [2020-09-03T15:34:58.766Z] + grep parallel [2020-09-03T15:34:59.709Z] --parallel Build images in parallel. [Pipeline] } [2020-09-03T15:34:59.726Z] $ docker stop --time=1 c0b2a881c0be97de2db7275e25fe6b17287b858efa3780c9f6808074730c59b7 [2020-09-03T15:35:01.087Z] $ docker rm -f c0b2a881c0be97de2db7275e25fe6b17287b858efa3780c9f6808074730c59b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:35:01.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-03T15:35:01.697Z] . [Pipeline] withDockerContainer [2020-09-03T15:35:01.793Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:35:01.857Z] $ 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/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:35:02.521Z] $ docker top b8e42136a117b6ead08f7dd20860d195aa681de32a942dbd0827b5ee7567066a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T15:35:03.016Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-03T15:35:03.958Z] Building docker-core-command-go ... [2020-09-03T15:35:03.958Z] Building docker-core-data-go ... [2020-09-03T15:35:03.958Z] Building docker-core-metadata-go ... [2020-09-03T15:35:03.958Z] Building docker-security-proxy-setup-go ... [2020-09-03T15:35:03.958Z] Building docker-security-secrets-setup-go ... [2020-09-03T15:35:03.958Z] Building docker-security-secretstore-setup-go ... [2020-09-03T15:35:03.958Z] Building docker-support-logging-go ... [2020-09-03T15:35:03.958Z] Building docker-support-notifications-go ... [2020-09-03T15:35:03.958Z] Building docker-support-scheduler-go ... [2020-09-03T15:35:03.958Z] Building docker-sys-mgmt-agent-go ... [2020-09-03T15:35:03.958Z] Building docker-support-scheduler-go [2020-09-03T15:35:03.958Z] Building docker-support-logging-go [2020-09-03T15:35:03.958Z] Building docker-sys-mgmt-agent-go [2020-09-03T15:35:03.958Z] Building docker-core-command-go [2020-09-03T15:35:03.958Z] Building docker-support-notifications-go [2020-09-03T15:35:26.121Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:35:26.121Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:35:26.121Z] ---> 2a2715a4d669 [2020-09-03T15:35:26.121Z] Step 3/24 : WORKDIR /edgex-go [2020-09-03T15:35:26.121Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:35:26.121Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:35:26.121Z] ---> 2a2715a4d669 [2020-09-03T15:35:26.121Z] Step 3/21 : WORKDIR /edgex-go [2020-09-03T15:35:26.121Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:35:26.121Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:35:26.121Z] ---> 2a2715a4d669 [2020-09-03T15:35:26.121Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T15:35:26.121Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:35:26.121Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:35:26.121Z] ---> 2a2715a4d669 [2020-09-03T15:35:26.121Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T15:35:26.121Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:35:26.121Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:35:26.121Z] ---> 2a2715a4d669 [2020-09-03T15:35:26.121Z] Step 3/27 : WORKDIR /edgex-go [2020-09-03T15:35:26.121Z] ---> Running in bd7f958dc72d [2020-09-03T15:35:26.121Z] ---> Running in d8edf0ff95a1 [2020-09-03T15:35:26.121Z] ---> Running in a2940c54e013 [2020-09-03T15:35:26.121Z] ---> Running in 832843458a95 [2020-09-03T15:35:26.121Z] ---> Running in 11afcb69107f [2020-09-03T15:35:26.121Z] Removing intermediate container 11afcb69107f [2020-09-03T15:35:26.121Z] ---> b163c5b997bf [2020-09-03T15:35:26.121Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:35:26.121Z] Removing intermediate container 832843458a95 [2020-09-03T15:35:26.121Z] ---> d025e51c3fef [2020-09-03T15:35:26.121Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:35:26.121Z] Removing intermediate container a2940c54e013 [2020-09-03T15:35:26.121Z] ---> ad20a624cdce [2020-09-03T15:35:26.121Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:35:26.121Z] Removing intermediate container bd7f958dc72d [2020-09-03T15:35:26.121Z] ---> c3caa99840af [2020-09-03T15:35:26.121Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:35:26.121Z] Removing intermediate container d8edf0ff95a1 [2020-09-03T15:35:26.121Z] ---> b20f6c107b9b [2020-09-03T15:35:26.121Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:35:26.121Z] ---> Running in 0cdcc22f0b1d [2020-09-03T15:35:26.121Z] ---> Running in d5fd2c48eafc [2020-09-03T15:35:26.121Z] ---> Running in 9689d743ce67 [2020-09-03T15:35:26.121Z] ---> Running in 41fa488b3e36 [2020-09-03T15:35:26.121Z] ---> Running in 8bb0ae4e2f4e [2020-09-03T15:35:27.543Z] Removing intermediate container d5fd2c48eafc [2020-09-03T15:35:27.543Z] ---> eccbdc163b35 [2020-09-03T15:35:27.543Z] Step 5/22 : RUN apk update && apk add make git [2020-09-03T15:35:27.543Z] Removing intermediate container 9689d743ce67 [2020-09-03T15:35:27.543Z] ---> 6072e91bd71f [2020-09-03T15:35:27.543Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-03T15:35:27.543Z] Removing intermediate container 0cdcc22f0b1d [2020-09-03T15:35:27.543Z] ---> c29acfa25c95 [2020-09-03T15:35:27.543Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-03T15:35:27.543Z] ---> Running in 02ffd5abbfb4 [2020-09-03T15:35:27.543Z] Removing intermediate container 41fa488b3e36 [2020-09-03T15:35:27.543Z] ---> a07015fa3168 [2020-09-03T15:35:27.543Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-03T15:35:27.805Z] ---> Running in d59e95950fa1 [2020-09-03T15:35:27.805Z] ---> Running in c34ed0ddbac6 [2020-09-03T15:35:27.805Z] Removing intermediate container 8bb0ae4e2f4e [2020-09-03T15:35:27.805Z] ---> 346fee01ba9d [2020-09-03T15:35:27.805Z] Step 5/21 : RUN apk update && apk add make git [2020-09-03T15:35:27.805Z] ---> Running in 30de4b1de3aa [2020-09-03T15:35:28.067Z] ---> Running in 53f5afa1f0ae [2020-09-03T15:35:28.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:35:28.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:35:29.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:35:29.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:35:29.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:35:29.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:35:29.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:35:29.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:35:29.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:35:29.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:35:29.903Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:35:29.903Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:35:29.903Z] OK: 12746 distinct packages available [2020-09-03T15:35:29.903Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:35:29.903Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:35:29.903Z] OK: 12746 distinct packages available [2020-09-03T15:35:30.193Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:35:30.193Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:35:30.193Z] OK: 12746 distinct packages available [2020-09-03T15:35:30.193Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:35:30.193Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:35:30.193Z] OK: 12746 distinct packages available [2020-09-03T15:35:30.193Z] OK: 233 MiB in 51 packages [2020-09-03T15:35:30.193Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:35:30.193Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:35:30.193Z] OK: 12746 distinct packages available [2020-09-03T15:35:30.193Z] OK: 233 MiB in 51 packages [2020-09-03T15:35:30.471Z] OK: 233 MiB in 51 packages [2020-09-03T15:35:30.471Z] OK: 233 MiB in 51 packages [2020-09-03T15:35:30.471Z] OK: 233 MiB in 51 packages [2020-09-03T15:35:30.737Z] OK: 233 MiB in 51 packages [2020-09-03T15:35:31.319Z] Removing intermediate container d59e95950fa1 [2020-09-03T15:35:31.319Z] ---> 6307d8300f18 [2020-09-03T15:35:31.319Z] Step 6/24 : COPY go.mod . [2020-09-03T15:35:31.319Z] Removing intermediate container 53f5afa1f0ae [2020-09-03T15:35:31.319Z] ---> e53bbec23c11 [2020-09-03T15:35:31.319Z] Step 6/21 : COPY go.mod . [2020-09-03T15:35:31.319Z] Removing intermediate container 02ffd5abbfb4 [2020-09-03T15:35:31.319Z] ---> bb2b9ec63487 [2020-09-03T15:35:31.319Z] Step 6/22 : COPY go.mod . [2020-09-03T15:35:31.580Z] Removing intermediate container 30de4b1de3aa [2020-09-03T15:35:31.580Z] ---> 4739e2e687c2 [2020-09-03T15:35:31.580Z] Step 6/27 : COPY go.mod . [2020-09-03T15:35:31.580Z] ---> 92cf5ba0868d [2020-09-03T15:35:31.580Z] Step 7/24 : RUN go mod download [2020-09-03T15:35:31.580Z] Removing intermediate container c34ed0ddbac6 [2020-09-03T15:35:31.580Z] ---> 2ba2c6546569 [2020-09-03T15:35:31.580Z] Step 6/22 : COPY go.mod . [2020-09-03T15:35:31.842Z] ---> 3271c54543a0 [2020-09-03T15:35:31.842Z] Step 7/21 : RUN go mod download [2020-09-03T15:35:31.842Z] ---> Running in fec5cfe6f289 [2020-09-03T15:35:31.842Z] ---> b2a1ef8cfea1 [2020-09-03T15:35:31.842Z] Step 7/22 : RUN go mod download [2020-09-03T15:35:32.102Z] ---> bb0221e9db1b [2020-09-03T15:35:32.102Z] Step 7/27 : RUN go mod download [2020-09-03T15:35:32.102Z] ---> 337a8d8dda74 [2020-09-03T15:35:32.102Z] Step 7/22 : RUN go mod download [2020-09-03T15:35:32.102Z] ---> Running in 038b74a34700 [2020-09-03T15:35:32.102Z] ---> Running in 5f869152d3eb [2020-09-03T15:35:32.364Z] ---> Running in 239dfdc10a4e [2020-09-03T15:35:32.364Z] ---> Running in 7b9314646afe [2020-09-03T15:35:34.294Z] Removing intermediate container fec5cfe6f289 [2020-09-03T15:35:34.294Z] ---> da2b6b7443ed [2020-09-03T15:35:34.294Z] Step 8/24 : COPY . . [2020-09-03T15:35:34.558Z] Removing intermediate container 5f869152d3eb [2020-09-03T15:35:34.558Z] ---> b405f6617c12 [2020-09-03T15:35:34.558Z] Step 8/22 : COPY . . [2020-09-03T15:35:34.558Z] Removing intermediate container 038b74a34700 [2020-09-03T15:35:34.558Z] ---> 2e14641f6362 [2020-09-03T15:35:34.558Z] Step 8/21 : COPY . . [2020-09-03T15:35:34.820Z] Removing intermediate container 7b9314646afe [2020-09-03T15:35:34.820Z] ---> 4ec74f2b14d6 [2020-09-03T15:35:34.820Z] Step 8/22 : COPY . . [2020-09-03T15:35:39.059Z] Removing intermediate container 239dfdc10a4e [2020-09-03T15:35:39.059Z] ---> 3ec6d46d433e [2020-09-03T15:35:39.059Z] Step 8/27 : COPY . . [2020-09-03T15:35:42.080Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1279 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-03T15:35:42.129Z] Running in /w/workspace/edgex-go/133 [Pipeline] { [Pipeline] checkout [2020-09-03T15:35:46.820Z] using credential edgex-jenkins-ssh [2020-09-03T15:35:46.870Z] Cloning the remote Git repository [2020-09-03T15:35:46.870Z] Cloning with configured refspecs honoured and without tags [2020-09-03T15:35:46.930Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-03T15:35:47.071Z] > git init /w/workspace/edgex-go/133 # timeout=10 [2020-09-03T15:35:47.142Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-03T15:35:47.143Z] > git --version # timeout=10 [2020-09-03T15:35:47.158Z] > git --version # 'git version 2.17.1' [2020-09-03T15:35:47.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T15:35:47.229Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T15:36:01.118Z] ---> a4080ee0b337 [2020-09-03T15:36:01.118Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-03T15:36:01.118Z] ---> dcd9416d0b49 [2020-09-03T15:36:01.118Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-03T15:36:01.118Z] ---> 968ede0683d5 [2020-09-03T15:36:01.118Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-03T15:36:01.118Z] ---> Running in 4a1268e0d320 [2020-09-03T15:36:01.118Z] ---> Running in 51ae5ecc5ceb [2020-09-03T15:36:01.118Z] ---> Running in b75526ae8108 [2020-09-03T15:36:01.118Z] ---> 76e078fb81d2 [2020-09-03T15:36:01.118Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-03T15:36:01.118Z] ---> Running in c05f7eaaa41f [2020-09-03T15:36:01.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-03T15:36:01.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-command/core-command ./cmd/core-command [2020-09-03T15:36:01.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-03T15:36:01.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-03T15:36:01.581Z] Fetching without tags [2020-09-03T15:36:02.076Z] ---> 8f41d33dbd17 [2020-09-03T15:36:02.076Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-03T15:36:02.076Z] ---> Running in f723256dfcf6 [2020-09-03T15:36:01.513Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-03T15:36:01.535Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T15:36:01.566Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-03T15:36:01.594Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-03T15:36:01.595Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T15:36:01.607Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T15:36:02.497Z] Checking out Revision 083cc9ce61554893757b0b9e726a37ececd6a144 (master) [2020-09-03T15:36:03.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-03T15:36:02.519Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T15:36:02.533Z] > git checkout -f 083cc9ce61554893757b0b9e726a37ececd6a144 # timeout=10 [2020-09-03T15:36:06.937Z] Commit message: "Merge pull request #2676 from lenny-intel/tags-swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-03T15:36:18.802Z] ========================================================= [2020-09-03T15:36:18.802Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-03T15:36:18.802Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:36:19.761Z] + 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-09-03T15:36:24.075Z] Sending build context to Docker daemon 323.2MB [2020-09-03T15:36:24.075Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-03T15:36:24.075Z] Step 2/7 : FROM ${BASE} [2020-09-03T15:36:24.075Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-03T15:36:24.075Z] b538f80385f9: Pulling fs layer [2020-09-03T15:36:24.075Z] 74f711af9a0d: Pulling fs layer [2020-09-03T15:36:24.075Z] 99f96fe45779: Pulling fs layer [2020-09-03T15:36:24.075Z] fd7a069fd194: Pulling fs layer [2020-09-03T15:36:24.075Z] 66aa3694b03b: Pulling fs layer [2020-09-03T15:36:24.075Z] 170f70906a0f: Pulling fs layer [2020-09-03T15:36:24.075Z] ad7c5574e4b9: Pulling fs layer [2020-09-03T15:36:24.075Z] e772456be8f7: Pulling fs layer [2020-09-03T15:36:24.075Z] c890913d741a: Pulling fs layer [2020-09-03T15:36:24.075Z] 2480fcc9aa5a: Pulling fs layer [2020-09-03T15:36:24.075Z] 09adf4765672: Pulling fs layer [2020-09-03T15:36:24.075Z] 170f70906a0f: Waiting [2020-09-03T15:36:24.075Z] ad7c5574e4b9: Waiting [2020-09-03T15:36:24.075Z] e772456be8f7: Waiting [2020-09-03T15:36:24.075Z] c890913d741a: Waiting [2020-09-03T15:36:24.075Z] 2480fcc9aa5a: Waiting [2020-09-03T15:36:24.075Z] 09adf4765672: Waiting [2020-09-03T15:36:24.075Z] 66aa3694b03b: Waiting [2020-09-03T15:36:24.075Z] fd7a069fd194: Waiting [2020-09-03T15:36:24.075Z] 99f96fe45779: Verifying Checksum [2020-09-03T15:36:24.075Z] 99f96fe45779: Download complete [2020-09-03T15:36:24.075Z] 74f711af9a0d: Verifying Checksum [2020-09-03T15:36:24.075Z] 74f711af9a0d: Download complete [2020-09-03T15:36:24.075Z] 66aa3694b03b: Verifying Checksum [2020-09-03T15:36:24.075Z] 66aa3694b03b: Download complete [2020-09-03T15:36:24.075Z] 170f70906a0f: Verifying Checksum [2020-09-03T15:36:24.075Z] 170f70906a0f: Download complete [2020-09-03T15:36:24.075Z] b538f80385f9: Verifying Checksum [2020-09-03T15:36:24.075Z] b538f80385f9: Download complete [2020-09-03T15:36:24.670Z] b538f80385f9: Pull complete [2020-09-03T15:36:25.264Z] 74f711af9a0d: Pull complete [2020-09-03T15:36:25.538Z] 99f96fe45779: Pull complete [2020-09-03T15:36:26.519Z] ad7c5574e4b9: Verifying Checksum [2020-09-03T15:36:26.519Z] ad7c5574e4b9: Download complete [2020-09-03T15:36:26.519Z] c890913d741a: Verifying Checksum [2020-09-03T15:36:26.519Z] c890913d741a: Download complete [2020-09-03T15:36:28.493Z] e772456be8f7: Verifying Checksum [2020-09-03T15:36:28.493Z] e772456be8f7: Download complete [2020-09-03T15:36:28.493Z] 09adf4765672: Verifying Checksum [2020-09-03T15:36:28.493Z] 09adf4765672: Download complete [2020-09-03T15:36:28.763Z] 2480fcc9aa5a: Verifying Checksum [2020-09-03T15:36:28.763Z] 2480fcc9aa5a: Download complete [2020-09-03T15:36:29.733Z] fd7a069fd194: Verifying Checksum [2020-09-03T15:36:29.733Z] fd7a069fd194: Download complete [2020-09-03T15:36:41.941Z] Removing intermediate container f723256dfcf6 [2020-09-03T15:36:41.941Z] ---> 733162daf14f [2020-09-03T15:36:41.941Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-03T15:36:41.941Z] Removing intermediate container 4a1268e0d320 [2020-09-03T15:36:41.941Z] ---> f0b78f299483 [2020-09-03T15:36:41.941Z] [2020-09-03T15:36:41.941Z] Step 10/22 : FROM scratch [2020-09-03T15:36:41.941Z] ---> [2020-09-03T15:36:41.941Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-03T15:36:41.941Z] ---> Running in af1f0f78551d [2020-09-03T15:36:41.941Z] ---> Running in c1f6e1dd915d [2020-09-03T15:36:41.941Z] Removing intermediate container 51ae5ecc5ceb [2020-09-03T15:36:41.941Z] ---> 87a0b4e461cc [2020-09-03T15:36:41.941Z] [2020-09-03T15:36:41.941Z] Step 10/22 : FROM scratch [2020-09-03T15:36:41.941Z] ---> [2020-09-03T15:36:41.941Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T15:36:41.941Z] Removing intermediate container c05f7eaaa41f [2020-09-03T15:36:41.941Z] ---> fd13c5fa28c8 [2020-09-03T15:36:41.941Z] [2020-09-03T15:36:41.941Z] Step 10/21 : FROM scratch [2020-09-03T15:36:41.941Z] ---> [2020-09-03T15:36:41.941Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T15:36:41.941Z] Removing intermediate container af1f0f78551d [2020-09-03T15:36:41.941Z] ---> 84f496081e23 [2020-09-03T15:36:41.941Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-03T15:36:41.941Z] ---> Running in 694c5422a583 [2020-09-03T15:36:41.941Z] ---> Running in d09c2e3aa16a [2020-09-03T15:36:41.941Z] ---> Running in 258568db6f6a [2020-09-03T15:36:41.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-03T15:36:42.126Z] fd7a069fd194: Pull complete [2020-09-03T15:36:42.126Z] 66aa3694b03b: Pull complete [2020-09-03T15:36:42.126Z] 170f70906a0f: Pull complete [2020-09-03T15:36:42.522Z] Removing intermediate container 694c5422a583 [2020-09-03T15:36:42.522Z] ---> 4363dc119f34 [2020-09-03T15:36:42.522Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-03T15:36:42.522Z] Removing intermediate container d09c2e3aa16a [2020-09-03T15:36:42.522Z] ---> 850dc872f9b8 [2020-09-03T15:36:42.522Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-03T15:36:42.785Z] Removing intermediate container 258568db6f6a [2020-09-03T15:36:42.785Z] ---> 1371a95d6962 [2020-09-03T15:36:42.785Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T15:36:42.785Z] ---> Running in da1ab9bdbdda [2020-09-03T15:36:42.785Z] ---> Running in 0860f5bebf79 [2020-09-03T15:36:42.785Z] ---> Running in ad0944136012 [2020-09-03T15:36:42.785Z] Removing intermediate container b75526ae8108 [2020-09-03T15:36:42.785Z] ---> ad479ab79ef0 [2020-09-03T15:36:42.785Z] [2020-09-03T15:36:42.785Z] Step 10/24 : FROM scratch [2020-09-03T15:36:42.785Z] ---> [2020-09-03T15:36:42.785Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-03T15:36:43.048Z] ---> Using cache [2020-09-03T15:36:43.048Z] ---> 84f496081e23 [2020-09-03T15:36:43.048Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-03T15:36:43.048Z] Removing intermediate container da1ab9bdbdda [2020-09-03T15:36:43.048Z] ---> 55a9c83da993 [2020-09-03T15:36:43.048Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T15:36:43.048Z] ---> Running in ef4f03f11c0b [2020-09-03T15:36:43.048Z] Removing intermediate container 0860f5bebf79 [2020-09-03T15:36:43.048Z] ---> 677ef007037d [2020-09-03T15:36:43.048Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-03T15:36:43.309Z] Removing intermediate container ad0944136012 [2020-09-03T15:36:43.309Z] ---> 35a903de9932 [2020-09-03T15:36:43.309Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-03T15:36:43.309Z] ---> Running in 3db545c67bae [2020-09-03T15:36:43.309Z] ---> Running in 00234d86206a [2020-09-03T15:36:43.570Z] Removing intermediate container ef4f03f11c0b [2020-09-03T15:36:43.570Z] ---> 9dbc1724a64a [2020-09-03T15:36:43.570Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-03T15:36:43.570Z] ---> 56730926f0be [2020-09-03T15:36:43.570Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-03T15:36:43.570Z] Removing intermediate container 3db545c67bae [2020-09-03T15:36:43.570Z] ---> b9e84069a7bc [2020-09-03T15:36:43.570Z] Step 14/22 : WORKDIR / [2020-09-03T15:36:43.831Z] Removing intermediate container 00234d86206a [2020-09-03T15:36:43.831Z] ---> f8a166bc4df5 [2020-09-03T15:36:43.831Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-03T15:36:43.831Z] ---> Running in b59091ee42a1 [2020-09-03T15:36:43.831Z] ---> Running in 6ebfff13aa7b [2020-09-03T15:36:44.108Z] Removing intermediate container c1f6e1dd915d [2020-09-03T15:36:44.109Z] ---> 89cf1744106b [2020-09-03T15:36:44.109Z] [2020-09-03T15:36:44.109Z] Step 11/27 : FROM docker:latest [2020-09-03T15:36:44.109Z] ---> 81f5749c9058 [2020-09-03T15:36:44.109Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-03T15:36:44.109Z] ---> bfb4aeabecaa [2020-09-03T15:36:44.109Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-03T15:36:44.109Z] ---> 62f03f6bbda3 [2020-09-03T15:36:44.109Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-03T15:36:44.109Z] ---> Running in 6b15b4bba4bc [2020-09-03T15:36:44.376Z] Removing intermediate container b59091ee42a1 [2020-09-03T15:36:44.376Z] ---> b867bc8b8252 [2020-09-03T15:36:44.376Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-03T15:36:44.376Z] Removing intermediate container 6ebfff13aa7b [2020-09-03T15:36:44.376Z] ---> 18db941cbbfd [2020-09-03T15:36:44.376Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-03T15:36:44.642Z] ---> a9d1e007eb4f [2020-09-03T15:36:44.642Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-03T15:36:44.906Z] ---> da9721ca8272 [2020-09-03T15:36:44.906Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-03T15:36:44.906Z] ---> c3e4a428aca8 [2020-09-03T15:36:44.906Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-03T15:36:44.906Z] ---> a33c94a25572 [2020-09-03T15:36:44.906Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-03T15:36:44.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:36:44.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:36:45.168Z] (1/2) Installing readline (8.0.4-r0) [2020-09-03T15:36:45.168Z] (2/2) Installing bash (5.0.17-r0) [2020-09-03T15:36:45.168Z] Executing bash-5.0.17-r0.post-install [2020-09-03T15:36:45.168Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:36:45.168Z] OK: 12 MiB in 22 packages [2020-09-03T15:36:45.511Z] ad7c5574e4b9: Pull complete [2020-09-03T15:36:46.558Z] ---> baa6c6408bc9 [2020-09-03T15:36:46.558Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-03T15:36:46.558Z] ---> a051f26660e2 [2020-09-03T15:36:46.558Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-03T15:36:46.558Z] ---> 7681d4f0d8ad [2020-09-03T15:36:46.558Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-03T15:36:46.558Z] ---> 18210a660b13 [2020-09-03T15:36:46.558Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-03T15:36:46.558Z] ---> Running in b9241572fdc6 [2020-09-03T15:36:46.821Z] ---> Running in f3957b7d96d0 [2020-09-03T15:36:46.821Z] Removing intermediate container 6b15b4bba4bc [2020-09-03T15:36:46.821Z] ---> 991552305b0b [2020-09-03T15:36:46.821Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-03T15:36:46.821Z] Removing intermediate container b9241572fdc6 [2020-09-03T15:36:46.821Z] ---> 96c107a4f035 [2020-09-03T15:36:46.821Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:36:46.821Z] ---> bcac5ace95cc [2020-09-03T15:36:46.821Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-03T15:36:47.762Z] ---> de20144fa027 [2020-09-03T15:36:47.762Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-03T15:36:47.762Z] ---> Running in 3fe112d3df75 [2020-09-03T15:36:47.762Z] Removing intermediate container f3957b7d96d0 [2020-09-03T15:36:47.762Z] ---> 21c1c1a8bbc7 [2020-09-03T15:36:47.762Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:36:47.762Z] ---> Running in 75ce9786f326 [2020-09-03T15:36:47.762Z] ---> Running in e6bc48fb8a91 [2020-09-03T15:36:48.022Z] ---> Running in e036ee461ce5 [2020-09-03T15:36:48.022Z] Removing intermediate container 75ce9786f326 [2020-09-03T15:36:48.022Z] ---> ac295701362f [2020-09-03T15:36:48.022Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:36:48.284Z] Removing intermediate container e6bc48fb8a91 [2020-09-03T15:36:48.284Z] ---> 39ab201f9b30 [2020-09-03T15:36:48.284Z] Step 20/22 : LABEL arch=x86_64 [2020-09-03T15:36:48.284Z] ---> 5a97bba6a2d0 [2020-09-03T15:36:48.284Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-03T15:36:48.284Z] Removing intermediate container e036ee461ce5 [2020-09-03T15:36:48.284Z] ---> faaef623e70a [2020-09-03T15:36:48.284Z] Step 19/21 : LABEL arch=x86_64 [2020-09-03T15:36:48.284Z] ---> Running in d6d00e5a66bb [2020-09-03T15:36:48.544Z] ---> Running in f41934fdec6e [2020-09-03T15:36:48.544Z] ---> Running in ba167a79d0fa [2020-09-03T15:36:48.544Z] Removing intermediate container d6d00e5a66bb [2020-09-03T15:36:48.544Z] ---> c2415a50e0af [2020-09-03T15:36:48.544Z] Step 20/22 : LABEL arch=x86_64 [2020-09-03T15:36:48.810Z] ---> Running in 483baa2ae5eb [2020-09-03T15:36:48.810Z] Removing intermediate container f41934fdec6e [2020-09-03T15:36:48.810Z] ---> afd11dedc55c [2020-09-03T15:36:48.810Z] Step 21/22 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:36:49.077Z] Removing intermediate container ba167a79d0fa [2020-09-03T15:36:49.077Z] ---> 8348c7add2af [2020-09-03T15:36:49.077Z] Step 20/21 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:36:49.077Z] ---> 37b040b9d04a [2020-09-03T15:36:49.077Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-03T15:36:49.077Z] ---> Running in dbb7df1f01a5 [2020-09-03T15:36:49.077Z] ---> Running in 5bb6074d1361 [2020-09-03T15:36:49.339Z] Removing intermediate container 483baa2ae5eb [2020-09-03T15:36:49.339Z] ---> 82c8f22caee6 [2020-09-03T15:36:49.339Z] Step 21/22 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:36:49.339Z] Removing intermediate container 3fe112d3df75 [2020-09-03T15:36:49.339Z] ---> 3ce646eaef5c [2020-09-03T15:36:49.339Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-03T15:36:49.599Z] ---> Running in 04ef1f5279cb [2020-09-03T15:36:49.599Z] ---> Running in 9de55a010e1e [2020-09-03T15:36:49.599Z] ---> 5b36fbaca84e [2020-09-03T15:36:49.599Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-03T15:36:49.599Z] Removing intermediate container dbb7df1f01a5 [2020-09-03T15:36:49.599Z] ---> fd44074f94bd [2020-09-03T15:36:49.599Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-03T15:36:49.850Z] e772456be8f7: Pull complete [2020-09-03T15:36:49.860Z] Removing intermediate container 5bb6074d1361 [2020-09-03T15:36:49.860Z] ---> 09271f5960c2 [2020-09-03T15:36:49.860Z] Step 21/21 : LABEL version=1.2.2-dev.21 [2020-09-03T15:36:49.860Z] ---> Running in bfe7e3a1eff7 [2020-09-03T15:36:49.860Z] ---> Running in 34e6ff2de715 [2020-09-03T15:36:49.860Z] ---> Running in 0122cbe586e6 [2020-09-03T15:36:50.124Z] c890913d741a: Pull complete [2020-09-03T15:36:50.125Z] Removing intermediate container 9de55a010e1e [2020-09-03T15:36:50.125Z] ---> 79a5cbde0518 [2020-09-03T15:36:50.125Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-03T15:36:50.125Z] Removing intermediate container 04ef1f5279cb [2020-09-03T15:36:50.125Z] ---> a43e9bcdec6c [2020-09-03T15:36:50.125Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-03T15:36:50.125Z] ---> Running in d2a8a64117f7 [2020-09-03T15:36:50.125Z] Removing intermediate container bfe7e3a1eff7 [2020-09-03T15:36:50.125Z] ---> Running in 96af3e199eff [2020-09-03T15:36:50.125Z] ---> 70b898f7896e [2020-09-03T15:36:50.125Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:36:50.385Z] Removing intermediate container 0122cbe586e6 [2020-09-03T15:36:50.385Z] ---> 4837d08191ff [2020-09-03T15:36:50.385Z] [2020-09-03T15:36:50.385Z] Removing intermediate container 34e6ff2de715 [2020-09-03T15:36:50.385Z] ---> 0ebf182f4f33 [2020-09-03T15:36:50.385Z] [2020-09-03T15:36:50.385Z] Successfully built 4837d08191ff [2020-09-03T15:36:50.385Z] ---> Running in af778f8ea577 [2020-09-03T15:36:50.385Z] Successfully built 0ebf182f4f33 [2020-09-03T15:36:50.647Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-03T15:36:50.647Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2020-09-03T15:36:50.647Z] Successfully tagged docker-support-logging-go:latest [2020-09-03T15:36:50.647Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-09-03T15:36:50.647Z] Removing intermediate container 96af3e199eff [2020-09-03T15:36:50.647Z] ---> 9dd258907e9d [2020-09-03T15:36:50.647Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-03T15:36:50.647Z] Removing intermediate container d2a8a64117f7 [2020-09-03T15:36:50.647Z] ---> 699e9d5eab4f [2020-09-03T15:36:50.647Z] [2020-09-03T15:36:50.647Z] Successfully built 699e9d5eab4f [2020-09-03T15:36:50.907Z] Successfully tagged docker-core-command-go:latest [2020-09-03T15:36:50.907Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2020-09-03T15:36:50.907Z] ---> Running in 3c40a2378e02 [2020-09-03T15:36:50.907Z] Removing intermediate container af778f8ea577 [2020-09-03T15:36:50.907Z] ---> 4fdd45d6dccf [2020-09-03T15:36:50.907Z] Step 22/24 : LABEL arch=x86_64 [2020-09-03T15:36:51.170Z] ---> Running in f53c5993d657 [2020-09-03T15:36:51.170Z] Removing intermediate container 3c40a2378e02 [2020-09-03T15:36:51.170Z] ---> 46553ea192cc [2020-09-03T15:36:51.170Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-03T15:36:51.434Z] Removing intermediate container f53c5993d657 [2020-09-03T15:36:51.434Z] ---> fb0aa2112ce5 [2020-09-03T15:36:51.434Z] Step 23/24 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:36:51.697Z] ---> Running in ce3a10b5d353 [2020-09-03T15:36:52.742Z] 2480fcc9aa5a: Pull complete [2020-09-03T15:36:52.742Z] 09adf4765672: Pull complete [2020-09-03T15:36:53.014Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-03T15:36:53.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-03T15:36:53.014Z] ---> 2248a725d1cf [2020-09-03T15:36:53.014Z] 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-09-03T15:36:55.916Z] ---> fe0163393fd6 [2020-09-03T15:36:55.916Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-03T15:36:55.916Z] Removing intermediate container ce3a10b5d353 [2020-09-03T15:36:55.916Z] ---> 434ba7ff1fcd [2020-09-03T15:36:55.916Z] Step 24/24 : LABEL version=1.2.2-dev.21 [2020-09-03T15:36:55.916Z] ---> Running in f24ebd79083f [2020-09-03T15:36:56.489Z] ---> 03bdc534e15d [2020-09-03T15:36:56.489Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-03T15:36:56.489Z] Removing intermediate container f24ebd79083f [2020-09-03T15:36:56.489Z] ---> 25e77053c99a [2020-09-03T15:36:56.489Z] [2020-09-03T15:36:56.757Z] Successfully built 25e77053c99a [2020-09-03T15:36:56.757Z] Successfully tagged docker-support-notifications-go:latest [2020-09-03T15:36:56.757Z] Building docker-security-secretstore-setup-go [2020-09-03T15:36:56.757Z]  Building docker-support-notifications-go ... done  ---> 0d0fa85ceab0 [2020-09-03T15:36:56.757Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-03T15:36:56.757Z] ---> Running in df2a84abfbb9 [2020-09-03T15:36:58.408Z] ---> Running in 4025ec210d19 [2020-09-03T15:36:59.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:37:00.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:37:01.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:37:01.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:37:01.279Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-03T15:37:01.279Z] (2/33) Installing expat (2.2.9-r1) [2020-09-03T15:37:01.279Z] (3/33) Installing libffi (3.3-r2) [2020-09-03T15:37:01.279Z] (4/33) Installing gdbm (1.13-r1) [2020-09-03T15:37:01.403Z] (1/12) Installing libmagic (5.38-r0) [2020-09-03T15:37:01.403Z] (2/12) Installing file (5.38-r0) [2020-09-03T15:37:01.677Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-03T15:37:01.678Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-03T15:37:01.861Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-03T15:37:01.861Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-03T15:37:01.861Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-03T15:37:07.063Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-03T15:37:07.063Z] (6/12) Installing patch (2.7.6-r6) [2020-09-03T15:37:07.063Z] (7/12) Installing build-base (0.5-r2) [2020-09-03T15:37:07.063Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-03T15:37:07.063Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-03T15:37:07.063Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-03T15:37:07.063Z] (11/12) Installing libzmq (4.3.2-r0) [2020-09-03T15:37:07.333Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-09-03T15:37:07.333Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:37:07.333Z] OK: 217 MiB in 51 packages [2020-09-03T15:37:09.033Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:37:09.033Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:37:09.033Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:37:09.033Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:37:09.033Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:37:09.033Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:37:09.033Z] ---> 2a2715a4d669 [2020-09-03T15:37:09.033Z] ---> 2a2715a4d669 [2020-09-03T15:37:09.033Z] ---> 2a2715a4d669 [2020-09-03T15:37:09.033Z] Step 3/23 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go [2020-09-03T15:37:09.033Z] [2020-09-03T15:37:09.033Z] Step 3/20 : WORKDIR /edgex-go [2020-09-03T15:37:09.033Z] ---> Using cache [2020-09-03T15:37:09.033Z] ---> c3caa99840af [2020-09-03T15:37:09.033Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:37:09.033Z] ---> Using cache [2020-09-03T15:37:09.033Z] ---> c3caa99840af [2020-09-03T15:37:09.033Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:37:09.033Z] ---> Using cache [2020-09-03T15:37:09.033Z] ---> c3caa99840af [2020-09-03T15:37:09.033Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:37:09.033Z] ---> Using cache [2020-09-03T15:37:09.033Z] ---> a07015fa3168 [2020-09-03T15:37:09.033Z] Step 5/22 : RUN apk update && apk add make git [2020-09-03T15:37:09.033Z] ---> Using cache [2020-09-03T15:37:09.033Z] ---> Using cache [2020-09-03T15:37:09.033Z] ---> a07015fa3168 [2020-09-03T15:37:09.033Z] ---> a07015fa3168 [2020-09-03T15:37:09.033Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base gitStep 5/20 : RUN apk update && apk add make git [2020-09-03T15:37:09.033Z] [2020-09-03T15:37:11.594Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-03T15:37:11.594Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-03T15:37:11.594Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-03T15:37:11.594Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-03T15:37:11.594Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-03T15:37:11.594Z] ---> Running in 64c60ab967fc [2020-09-03T15:37:11.594Z] ---> Running in 7637fc84be91 [2020-09-03T15:37:11.594Z] ---> Running in 7d119ed96b2d [2020-09-03T15:37:11.594Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-03T15:37:11.594Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-03T15:37:11.594Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-03T15:37:11.594Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-03T15:37:11.594Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-03T15:37:11.594Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-03T15:37:11.594Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-03T15:37:11.626Z] Removing intermediate container 4025ec210d19 [2020-09-03T15:37:11.626Z] ---> 6bf50d56a85e [2020-09-03T15:37:11.626Z] Step 4/7 : WORKDIR /edgex-go [2020-09-03T15:37:11.626Z] ---> Running in 25b82be09b2c [2020-09-03T15:37:11.855Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-03T15:37:11.855Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-03T15:37:11.855Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-03T15:37:11.855Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-03T15:37:11.898Z] Removing intermediate container 25b82be09b2c [2020-09-03T15:37:11.898Z] ---> 8140d07d1d10 [2020-09-03T15:37:11.898Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-03T15:37:12.117Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-03T15:37:12.378Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-03T15:37:12.489Z] latest: Pulling from library/docker [2020-09-03T15:37:12.489Z] b538f80385f9: Already exists [2020-09-03T15:37:12.489Z] 259a493cd78d: Pulling fs layer [2020-09-03T15:37:12.489Z] b8e66b5100f5: Pulling fs layer [2020-09-03T15:37:12.489Z] 39dc9c94d07c: Pulling fs layer [2020-09-03T15:37:12.489Z] 551b823b3b82: Pulling fs layer [2020-09-03T15:37:12.489Z] 3c52a74df98c: Pulling fs layer [2020-09-03T15:37:12.489Z] 6c9b121b6998: Pulling fs layer [2020-09-03T15:37:12.489Z] 551b823b3b82: Waiting [2020-09-03T15:37:12.489Z] 3c52a74df98c: Waiting [2020-09-03T15:37:12.489Z] 6c9b121b6998: Waiting [2020-09-03T15:37:12.763Z] b8e66b5100f5: Download complete [2020-09-03T15:37:12.763Z] 259a493cd78d: Verifying Checksum [2020-09-03T15:37:12.763Z] 259a493cd78d: Download complete [2020-09-03T15:37:12.763Z] 551b823b3b82: Verifying Checksum [2020-09-03T15:37:12.763Z] 551b823b3b82: Download complete [2020-09-03T15:37:12.953Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-03T15:37:13.038Z] 3c52a74df98c: Verifying Checksum [2020-09-03T15:37:13.038Z] 3c52a74df98c: Download complete [2020-09-03T15:37:13.216Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-03T15:37:13.216Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-03T15:37:13.216Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-03T15:37:13.216Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-03T15:37:13.216Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-03T15:37:13.216Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-03T15:37:13.216Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-03T15:37:13.312Z] 6c9b121b6998: Download complete [2020-09-03T15:37:13.312Z] 259a493cd78d: Pull complete [2020-09-03T15:37:13.479Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:37:13.479Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:37:13.479Z] ---> 2a2715a4d669 [2020-09-03T15:37:13.479Z] Step 3/26 : WORKDIR /edgex-go [2020-09-03T15:37:13.479Z] ---> Using cache [2020-09-03T15:37:13.479Z] ---> c3caa99840af [2020-09-03T15:37:13.479Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:37:13.479Z] ---> Using cache [2020-09-03T15:37:13.479Z] ---> a07015fa3168 [2020-09-03T15:37:13.479Z] Step 5/26 : RUN apk update && apk add make git [2020-09-03T15:37:13.906Z] b8e66b5100f5: Pull complete [2020-09-03T15:37:14.178Z] 39dc9c94d07c: Verifying Checksum [2020-09-03T15:37:14.178Z] 39dc9c94d07c: Download complete [2020-09-03T15:37:14.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:37:14.684Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:37:14.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:37:14.684Z] OK: 71 MiB in 55 packages [2020-09-03T15:37:14.684Z] ---> Running in 2c2af8ad30c4 [2020-09-03T15:37:14.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:37:14.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:37:15.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:37:15.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:37:15.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:37:15.563Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:37:15.563Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:37:15.563Z] OK: 12746 distinct packages available [2020-09-03T15:37:15.896Z] OK: 233 MiB in 51 packages [2020-09-03T15:37:15.896Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:37:15.896Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:37:15.896Z] OK: 12746 distinct packages available [2020-09-03T15:37:15.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:37:15.896Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:37:15.896Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:37:15.896Z] OK: 12746 distinct packages available [2020-09-03T15:37:16.193Z] OK: 233 MiB in 51 packages [2020-09-03T15:37:16.193Z] OK: 233 MiB in 51 packages [2020-09-03T15:37:16.455Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:37:16.455Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:37:16.455Z] OK: 12746 distinct packages available [2020-09-03T15:37:16.716Z] OK: 233 MiB in 51 packages [2020-09-03T15:37:16.978Z] Removing intermediate container 7d119ed96b2d [2020-09-03T15:37:16.978Z] ---> a82420ee128a [2020-09-03T15:37:16.978Z] Step 6/20 : COPY go.mod . [2020-09-03T15:37:17.562Z] 39dc9c94d07c: Pull complete [2020-09-03T15:37:17.832Z] 551b823b3b82: Pull complete [2020-09-03T15:37:18.102Z] 3c52a74df98c: Pull complete [2020-09-03T15:37:18.367Z] ---> 8b84e7f672cf [2020-09-03T15:37:18.367Z] Step 7/20 : RUN go mod download [2020-09-03T15:37:18.373Z] 6c9b121b6998: Pull complete [2020-09-03T15:37:18.373Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-03T15:37:18.373Z] Status: Downloaded newer image for docker:latest [2020-09-03T15:37:20.919Z] ---> Running in 5f8ca8db5600 [2020-09-03T15:37:20.919Z] Removing intermediate container 64c60ab967fc [2020-09-03T15:37:20.919Z] ---> 37aaa89347b6 [2020-09-03T15:37:20.919Z] Step 6/23 : COPY go.mod . [2020-09-03T15:37:20.919Z] Removing intermediate container 7637fc84be91 [2020-09-03T15:37:20.919Z] ---> 2137fcb9c652 [2020-09-03T15:37:20.919Z] Step 6/22 : COPY go.mod . [2020-09-03T15:37:20.919Z] Removing intermediate container 2c2af8ad30c4 [2020-09-03T15:37:20.919Z] ---> 65ffece7c83f [2020-09-03T15:37:20.919Z] Step 6/26 : COPY go.mod . [2020-09-03T15:37:21.182Z] ---> 651327d589e6 [2020-09-03T15:37:21.182Z] Step 7/23 : RUN go mod download [2020-09-03T15:37:21.442Z] Removing intermediate container df2a84abfbb9 [2020-09-03T15:37:21.442Z] ---> 09ae0543392a [2020-09-03T15:37:21.442Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-03T15:37:21.707Z] ---> Running in 8b4377ec1a23 [2020-09-03T15:37:21.707Z] ---> e297a2b99818 [2020-09-03T15:37:21.707Z] Step 7/22 : RUN go mod download [2020-09-03T15:37:21.707Z] ---> Running in 933a3d3e8506 [2020-09-03T15:37:21.707Z] ---> 56af39df1fbc [2020-09-03T15:37:21.707Z] Step 7/26 : RUN go mod download [2020-09-03T15:37:21.707Z] ---> Running in 0b257662a611 [2020-09-03T15:37:21.743Z] ---> 0a7f87946e39 [2020-09-03T15:37:21.743Z] Step 6/7 : COPY go.mod . [2020-09-03T15:37:21.970Z] ---> Running in 101563a21bb1 [2020-09-03T15:37:22.339Z] ---> b5c84912f4ba [2020-09-03T15:37:22.339Z] Step 7/7 : RUN go mod download [2020-09-03T15:37:22.339Z] ---> Running in e5cd1bedd0f3 [2020-09-03T15:37:22.921Z] Removing intermediate container 5f8ca8db5600 [2020-09-03T15:37:22.921Z] ---> 250f361cb8c4 [2020-09-03T15:37:22.921Z] Step 8/20 : COPY . . [2020-09-03T15:37:25.473Z] Collecting docker-compose==1.23.2 [2020-09-03T15:37:25.712Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-03T15:37:25.712Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-03T15:37:25.712Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-09-03T15:37:25.712Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-03T15:37:25.712Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-03T15:37:25.712Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-03T15:37:25.712Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-03T15:37:25.712Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-03T15:37:25.712Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-09-03T15:37:25.712Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-03T15:37:25.712Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-09-03T15:37:25.712Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-03T15:37:25.712Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-03T15:37:25.712Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-03T15:37:25.712Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 [2020-09-03T15:37:25.712Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-09-03T15:37:25.712Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-09-03T15:37:25.712Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-03T15:37:25.734Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-03T15:37:25.981Z] go: finding github.com/fatih/color v1.7.0 [2020-09-03T15:37:25.981Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-03T15:37:25.981Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-03T15:37:25.981Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-09-03T15:37:25.981Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-03T15:37:25.981Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T15:37:25.981Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-03T15:37:25.981Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-03T15:37:25.981Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-03T15:37:25.981Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-03T15:37:25.981Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-03T15:37:25.981Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T15:37:26.251Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-03T15:37:26.251Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-03T15:37:26.251Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-03T15:37:26.251Z] go: finding github.com/google/uuid v1.1.0 [2020-09-03T15:37:26.251Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-03T15:37:26.251Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-03T15:37:26.251Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-03T15:37:26.251Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-03T15:37:26.251Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-03T15:37:26.251Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-03T15:37:26.251Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-03T15:37:26.251Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-03T15:37:26.520Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-03T15:37:26.520Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-03T15:37:26.520Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-03T15:37:26.520Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-03T15:37:26.520Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-03T15:37:26.520Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-03T15:37:26.520Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-03T15:37:26.520Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-03T15:37:26.520Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-03T15:37:26.520Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-03T15:37:26.520Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-03T15:37:26.790Z] go: finding github.com/imdario/mergo v0.3.6 [2020-09-03T15:37:26.790Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T15:37:26.790Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-03T15:37:26.790Z] go: finding github.com/kr/pty v1.1.1 [2020-09-03T15:37:26.790Z] go: finding github.com/kr/text v0.1.0 [2020-09-03T15:37:26.790Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-03T15:37:26.790Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-03T15:37:26.790Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-03T15:37:26.790Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-03T15:37:26.790Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-03T15:37:26.790Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-03T15:37:27.060Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-03T15:37:27.060Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-03T15:37:27.060Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-03T15:37:27.060Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-03T15:37:27.060Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-03T15:37:27.060Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-03T15:37:27.060Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-03T15:37:27.060Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-03T15:37:27.060Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-03T15:37:27.060Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-03T15:37:27.060Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-03T15:37:27.060Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-03T15:37:27.330Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-03T15:37:27.330Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T15:37:27.330Z] go: finding github.com/posener/complete v1.1.1 [2020-09-03T15:37:27.330Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-09-03T15:37:27.330Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-03T15:37:27.330Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-03T15:37:27.330Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-03T15:37:27.330Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-03T15:37:27.330Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-03T15:37:27.330Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-03T15:37:27.330Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-09-03T15:37:27.600Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-03T15:37:27.600Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-03T15:37:27.600Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-03T15:37:27.600Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T15:37:27.600Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-03T15:37:27.600Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-03T15:37:27.600Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-09-03T15:37:27.600Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-03T15:37:27.600Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-03T15:37:27.600Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T15:37:27.654Z] Removing intermediate container 8b4377ec1a23 [2020-09-03T15:37:27.654Z] ---> ecabcc4631cb [2020-09-03T15:37:27.654Z] Step 8/23 : COPY . . [2020-09-03T15:37:27.654Z] Collecting cached-property<2,>=1.2.0 [2020-09-03T15:37:27.654Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-03T15:37:29.578Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-03T15:37:29.578Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-03T15:37:30.979Z] Collecting jsonschema<3,>=2.5.1 [2020-09-03T15:37:30.979Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-03T15:37:31.940Z] Removing intermediate container 101563a21bb1 [2020-09-03T15:37:31.940Z] ---> 4780c892fa02 [2020-09-03T15:37:31.940Z] Step 8/26 : COPY . . [2020-09-03T15:37:32.202Z] Collecting PyYAML<4,>=3.10 [2020-09-03T15:37:32.202Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-03T15:37:37.509Z] Removing intermediate container 0b257662a611 [2020-09-03T15:37:37.509Z] ---> 82747dfdd07b [2020-09-03T15:37:37.509Z] Step 8/22 : COPY . . [2020-09-03T15:37:38.464Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-03T15:37:38.464Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-03T15:37:41.788Z] Collecting docopt<0.7,>=0.6.1 [2020-09-03T15:37:41.788Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-03T15:37:45.104Z] 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-09-03T15:37:47.665Z] Collecting docker<4.0,>=3.6.0 [2020-09-03T15:37:47.665Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-03T15:37:49.759Z] Removing intermediate container e5cd1bedd0f3 [2020-09-03T15:37:49.759Z] ---> 7bea1752e863 [2020-09-03T15:37:49.759Z] Successfully built 7bea1752e863 [2020-09-03T15:37:49.759Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:37:50.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-03T15:37:51.040Z] Collecting texttable<0.10,>=0.9.0 [2020-09-03T15:37:51.040Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-03T15:37:51.213Z] [2020-09-03T15:37:51.213Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:37:51.583Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-03T15:37:51.583Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-03T15:37:51.583Z] 29e5d40040c1: Pulling fs layer [2020-09-03T15:37:51.583Z] 1ce36da41761: Pulling fs layer [2020-09-03T15:37:51.583Z] 25b303627fd3: Pulling fs layer [2020-09-03T15:37:51.859Z] 29e5d40040c1: Verifying Checksum [2020-09-03T15:37:51.859Z] 29e5d40040c1: Download complete [2020-09-03T15:37:52.131Z] 1ce36da41761: Verifying Checksum [2020-09-03T15:37:52.131Z] 1ce36da41761: Download complete [2020-09-03T15:37:52.424Z] 29e5d40040c1: Pull complete [2020-09-03T15:37:53.856Z] 1ce36da41761: Pull complete [2020-09-03T15:37:53.856Z] 25b303627fd3: Verifying Checksum [2020-09-03T15:37:53.856Z] 25b303627fd3: Download complete [2020-09-03T15:37:54.356Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-03T15:37:54.356Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-03T15:37:55.742Z] Collecting idna<2.8,>=2.5 [2020-09-03T15:37:55.742Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-03T15:37:55.742Z] ---> db0903a90e60 [2020-09-03T15:37:55.742Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-03T15:37:56.313Z] 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-09-03T15:37:56.313Z] ---> Running in eef2b3381ac5 [2020-09-03T15:37:56.313Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-03T15:37:56.574Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-03T15:37:56.574Z] ---> 7098bd1a334d [2020-09-03T15:37:56.574Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-03T15:37:56.574Z] 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-09-03T15:37:56.574Z] ---> 81ac222c3bdf [2020-09-03T15:37:56.574Z] 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-09-03T15:37:56.574Z] ---> 53e4c4fda915 [2020-09-03T15:37:56.574Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-03T15:37:56.835Z] Collecting docker-pycreds>=0.4.0 [2020-09-03T15:37:56.835Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-03T15:37:56.835Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-03T15:37:56.835Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-03T15:37:56.835Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-03T15:37:56.835Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-03T15:37:56.835Z] ---> Running in 4b236a46a001 [2020-09-03T15:37:56.835Z] ---> Running in ecc91add8a9d [2020-09-03T15:37:56.835Z] ---> Running in 21c64a6eb4af [2020-09-03T15:37:57.101Z] Installing collected packages: cached-property, idna, urllib3, requests, jsonschema, PyYAML, websocket-client, docopt, docker-pycreds, docker, texttable, dockerpty, docker-compose [2020-09-03T15:37:57.101Z] Attempting uninstall: idna [2020-09-03T15:37:57.101Z] Found existing installation: idna 2.9 [2020-09-03T15:37:57.101Z] Uninstalling idna-2.9: [2020-09-03T15:37:57.101Z] Successfully uninstalled idna-2.9 [2020-09-03T15:37:57.369Z] Attempting uninstall: urllib3 [2020-09-03T15:37:57.369Z] Found existing installation: urllib3 1.25.9 [2020-09-03T15:37:57.369Z] Uninstalling urllib3-1.25.9: [2020-09-03T15:37:57.369Z] Successfully uninstalled urllib3-1.25.9 [2020-09-03T15:37:57.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-03T15:37:57.634Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-data/core-data ./cmd/core-data [2020-09-03T15:37:57.634Z] Attempting uninstall: requests [2020-09-03T15:37:57.634Z] Found existing installation: requests 2.23.0 [2020-09-03T15:37:57.634Z] Uninstalling requests-2.23.0: [2020-09-03T15:37:57.634Z] Successfully uninstalled requests-2.23.0 [2020-09-03T15:37:57.926Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-03T15:37:57.926Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-03T15:37:57.926Z] Running setup.py install for PyYAML: started [2020-09-03T15:37:58.913Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-03T15:37:58.913Z] Running setup.py install for docopt: started [2020-09-03T15:37:59.886Z] Running setup.py install for docopt: finished with status 'done' [2020-09-03T15:38:00.153Z] Running setup.py install for texttable: started [2020-09-03T15:38:01.563Z] Running setup.py install for texttable: finished with status 'done' [2020-09-03T15:38:01.563Z] Running setup.py install for dockerpty: started [2020-09-03T15:38:02.164Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-03T15:38:02.428Z] 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-09-03T15:38:04.031Z] 25b303627fd3: Pull complete [2020-09-03T15:38:04.031Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-03T15:38:04.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-03T15:38:04.031Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-03T15:38:04.308Z] prd-ubuntu18.04-docker-arm64-4c-16g-1279 does not seem to be running inside a container [2020-09-03T15:38:04.410Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:38:07.784Z] Removing intermediate container 933a3d3e8506 [2020-09-03T15:38:07.784Z] ---> 2c613a0b8e5a [2020-09-03T15:38:07.784Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-03T15:38:07.928Z] $ docker top 6bc150314cda46a9341c8e83ea6a8d34e80543ac5da55133d45bbe758ac751b1 -eo pid,comm [2020-09-03T15:38:08.046Z] ---> Running in e0f8f8141d6f [Pipeline] { [Pipeline] sh [2020-09-03T15:38:09.434Z] + docker-compose build --help [2020-09-03T15:38:09.434Z] + grep parallel [2020-09-03T15:38:10.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:38:10.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:38:10.631Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T15:38:10.631Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-03T15:38:10.631Z] (3/3) Installing curl (7.69.1-r0) [2020-09-03T15:38:10.631Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:38:10.631Z] OK: 72 MiB in 58 packages [2020-09-03T15:38:12.591Z] Removing intermediate container e0f8f8141d6f [2020-09-03T15:38:12.591Z] ---> ec3cfa3ee632 [2020-09-03T15:38:12.591Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-03T15:38:12.591Z] ---> Running in b11f067117e0 [2020-09-03T15:38:12.814Z] --parallel Build images in parallel. [2020-09-03T15:38:12.858Z] Removing intermediate container b11f067117e0 [2020-09-03T15:38:12.859Z] ---> 59f7d3bb8fb7 [2020-09-03T15:38:12.859Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:38:12.859Z] ---> Running in f1ca08cc038e [Pipeline] } [2020-09-03T15:38:13.104Z] $ docker stop --time=1 6bc150314cda46a9341c8e83ea6a8d34e80543ac5da55133d45bbe758ac751b1 [2020-09-03T15:38:13.128Z] Removing intermediate container f1ca08cc038e [2020-09-03T15:38:13.128Z] ---> 2676154e2c1a [2020-09-03T15:38:13.128Z] Step 25/27 : LABEL arch=x86_64 [2020-09-03T15:38:13.128Z] ---> Running in a058fa0084f4 [2020-09-03T15:38:13.397Z] Removing intermediate container a058fa0084f4 [2020-09-03T15:38:13.397Z] ---> b2bc3af8dfe5 [2020-09-03T15:38:13.397Z] Step 26/27 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:38:13.661Z] ---> Running in 45860f54c811 [2020-09-03T15:38:13.661Z] Removing intermediate container 45860f54c811 [2020-09-03T15:38:13.661Z] ---> 95c2f1d9d9d4 [2020-09-03T15:38:13.661Z] Step 27/27 : LABEL version=1.2.2-dev.21 [2020-09-03T15:38:13.924Z] ---> Running in 8c016ce4ce1b [2020-09-03T15:38:14.894Z] Removing intermediate container 8c016ce4ce1b [2020-09-03T15:38:14.894Z] ---> a1cda97a4105 [2020-09-03T15:38:14.894Z] [2020-09-03T15:38:14.993Z] $ docker rm -f 6bc150314cda46a9341c8e83ea6a8d34e80543ac5da55133d45bbe758ac751b1 [2020-09-03T15:38:15.163Z] Successfully built a1cda97a4105 [2020-09-03T15:38:15.163Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-03T15:38:15.163Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:38:15.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-03T15:38:15.748Z] . [Pipeline] withDockerContainer [2020-09-03T15:38:16.013Z] prd-ubuntu18.04-docker-arm64-4c-16g-1279 does not seem to be running inside a container [2020-09-03T15:38:16.092Z] $ 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/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:38:17.558Z] $ docker top a27b73f04d59ff6beb3f35277c93b16114ff0ec30122332c56ab02b79e8e51ae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T15:38:18.573Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-03T15:38:21.954Z] Building docker-core-command-go ... [2020-09-03T15:38:21.954Z] Building docker-core-data-go ... [2020-09-03T15:38:21.954Z] Building docker-core-metadata-go ... [2020-09-03T15:38:21.954Z] Building docker-security-proxy-setup-go ... [2020-09-03T15:38:21.954Z] Building docker-security-secrets-setup-go ... [2020-09-03T15:38:21.954Z] Building docker-security-secretstore-setup-go ... [2020-09-03T15:38:21.954Z] Building docker-support-logging-go ... [2020-09-03T15:38:21.954Z] Building docker-support-notifications-go ... [2020-09-03T15:38:21.954Z] Building docker-support-scheduler-go ... [2020-09-03T15:38:21.954Z] Building docker-sys-mgmt-agent-go ... [2020-09-03T15:38:21.954Z] Building docker-security-proxy-setup-go [2020-09-03T15:38:21.954Z] Building docker-sys-mgmt-agent-go [2020-09-03T15:38:21.954Z] Building docker-core-metadata-go [2020-09-03T15:38:21.954Z] Building docker-security-secrets-setup-go [2020-09-03T15:38:21.954Z] Building docker-security-secretstore-setup-go [2020-09-03T15:38:30.200Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:38:30.200Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-03T15:38:30.200Z] ---> 2a2715a4d669 [2020-09-03T15:38:30.200Z] Step 3/29 : WORKDIR /edgex-go [2020-09-03T15:38:30.200Z] ---> Using cache [2020-09-03T15:38:30.200Z] ---> c3caa99840af [2020-09-03T15:38:30.200Z] Step 4/29 : RUN apk update && apk add make git [2020-09-03T15:38:30.200Z] ---> Running in c4151e8d132b [2020-09-03T15:38:30.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-03T15:38:31.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:38:32.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:38:32.620Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:38:32.620Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:38:32.620Z] OK: 12746 distinct packages available [2020-09-03T15:38:32.932Z] OK: 233 MiB in 51 packages [2020-09-03T15:38:33.213Z] Removing intermediate container eef2b3381ac5 [2020-09-03T15:38:33.213Z] ---> 615bbf52f2c1 [2020-09-03T15:38:33.213Z] [2020-09-03T15:38:33.213Z] Step 10/20 : FROM alpine [2020-09-03T15:38:33.519Z] latest: Pulling from library/alpine [2020-09-03T15:38:36.095Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-03T15:38:36.095Z] Status: Downloaded newer image for alpine:latest [2020-09-03T15:38:36.095Z] ---> a24bb4013296 [2020-09-03T15:38:36.095Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-03T15:38:36.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-03T15:38:36.680Z] ---> Running in df1cd4704577 [2020-09-03T15:38:36.680Z] Removing intermediate container c4151e8d132b [2020-09-03T15:38:36.680Z] ---> 2516fb56708a [2020-09-03T15:38:36.680Z] Step 5/29 : COPY go.mod . [2020-09-03T15:38:36.947Z] ---> edf8ea4cf01b [2020-09-03T15:38:36.947Z] Step 6/29 : RUN go mod download [2020-09-03T15:38:37.213Z] ---> Running in 708f559d9d7d [2020-09-03T15:38:37.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:38:37.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:38:37.760Z] v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:38:37.760Z] v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:38:37.760Z] OK: 12746 distinct packages available [2020-09-03T15:38:38.033Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-03T15:38:38.033Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T15:38:38.033Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-03T15:38:38.033Z] (4/4) Installing curl (7.69.1-r0) [2020-09-03T15:38:38.033Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:38:38.033Z] Executing ca-certificates-20191127-r4.trigger [2020-09-03T15:38:38.296Z] OK: 7 MiB in 18 packages [2020-09-03T15:38:39.692Z] Removing intermediate container ecc91add8a9d [2020-09-03T15:38:39.692Z] ---> bc7d06fb7485 [2020-09-03T15:38:39.692Z] [2020-09-03T15:38:39.692Z] Step 10/22 : FROM scratch [2020-09-03T15:38:39.692Z] ---> [2020-09-03T15:38:39.692Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T15:38:40.325Z] ---> Using cache [2020-09-03T15:38:40.325Z] ---> 850dc872f9b8 [2020-09-03T15:38:40.325Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-03T15:38:40.913Z] ---> Running in f56d0ffbafcf [2020-09-03T15:38:43.578Z] Removing intermediate container f56d0ffbafcf [2020-09-03T15:38:43.578Z] ---> 8485759a4dae [2020-09-03T15:38:43.578Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T15:38:43.578Z] Removing intermediate container 4b236a46a001 [2020-09-03T15:38:43.578Z] ---> ddc474b441e8 [2020-09-03T15:38:43.578Z] [2020-09-03T15:38:43.578Z] Step 10/23 : FROM alpine [2020-09-03T15:38:43.578Z] ---> a24bb4013296 [2020-09-03T15:38:43.578Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T15:38:43.578Z] ---> Running in cd4be23cd9b1 [2020-09-03T15:38:43.578Z] Removing intermediate container df1cd4704577 [2020-09-03T15:38:43.578Z] ---> a7bfe9927ab3 [2020-09-03T15:38:43.578Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-03T15:38:43.578Z] Removing intermediate container 708f559d9d7d [2020-09-03T15:38:43.578Z] ---> ea4e64fba3f7 [2020-09-03T15:38:43.578Z] Step 7/29 : COPY . . [2020-09-03T15:38:43.578Z] ---> Running in 95908468eb3f [2020-09-03T15:38:43.578Z] ---> Running in 595eb2a79441 [2020-09-03T15:38:43.852Z] Removing intermediate container cd4be23cd9b1 [2020-09-03T15:38:43.852Z] ---> 8e93dc96c322 [2020-09-03T15:38:43.852Z] Step 14/22 : WORKDIR / [2020-09-03T15:38:48.125Z] ---> Running in 92d36b4a16ed [2020-09-03T15:38:50.124Z] Removing intermediate container 95908468eb3f [2020-09-03T15:38:50.124Z] ---> b0c505dcb71a [2020-09-03T15:38:50.124Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-03T15:38:50.124Z] Removing intermediate container 595eb2a79441 [2020-09-03T15:38:50.124Z] ---> dbea973a05e1 [2020-09-03T15:38:50.124Z] Step 13/20 : WORKDIR /edgex [2020-09-03T15:38:52.077Z] Removing intermediate container 21c64a6eb4af [2020-09-03T15:38:52.077Z] ---> d6e510acc352 [2020-09-03T15:38:52.077Z] [2020-09-03T15:38:52.077Z] Step 10/26 : FROM alpine:3.10 [2020-09-03T15:38:52.077Z] 3.10: Pulling from library/alpine [2020-09-03T15:38:52.077Z] ---> Running in 4a26b56160eb [2020-09-03T15:38:52.077Z] ---> Running in 740aa70abef8 [2020-09-03T15:38:52.344Z] Removing intermediate container 92d36b4a16ed [2020-09-03T15:38:52.344Z] ---> 44743c50130f [2020-09-03T15:38:52.344Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-03T15:38:57.709Z] Removing intermediate container 4a26b56160eb [2020-09-03T15:38:57.709Z] ---> f4c529da02b4 [2020-09-03T15:38:57.709Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-03T15:38:57.709Z] Removing intermediate container 740aa70abef8 [2020-09-03T15:38:57.709Z] ---> c27fe5996250 [2020-09-03T15:38:57.709Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-03T15:38:57.709Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-03T15:38:57.709Z] ---> b31e45dca76e [2020-09-03T15:38:57.709Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-03T15:38:57.709Z] Status: Downloaded newer image for alpine:3.10 [2020-09-03T15:38:57.709Z] ---> be4e4bea2c2e [2020-09-03T15:38:57.709Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-03T15:38:57.709Z] ---> Running in 74f5bc1bead5 [2020-09-03T15:38:57.709Z] ---> Running in e570499e0285 [2020-09-03T15:38:57.709Z] ---> 8fd56e8dc7cd [2020-09-03T15:38:57.709Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-03T15:38:57.709Z] Removing intermediate container 74f5bc1bead5 [2020-09-03T15:38:57.709Z] ---> 0c2a189abe9b [2020-09-03T15:38:57.709Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:38:57.709Z] ---> Running in 7f937d8272de [2020-09-03T15:38:57.709Z] ---> 92171f32bc99 [2020-09-03T15:38:57.709Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-03T15:38:57.709Z] ---> 20125b328d8a [2020-09-03T15:38:57.709Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-03T15:38:57.709Z] ---> Running in 070a62a353ac [2020-09-03T15:38:58.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:38:58.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:38:58.290Z] v3.10.5-80-g5ce579e003 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-03T15:38:58.290Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-03T15:38:58.290Z] OK: 10346 distinct packages available [2020-09-03T15:38:58.290Z] ---> 3685665ee8c4 [2020-09-03T15:38:58.290Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-03T15:38:58.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-03T15:38:58.290Z] ---> Running in 5a003465ed59 [2020-09-03T15:38:58.290Z] ---> 00af207eeedd [2020-09-03T15:38:58.290Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-03T15:38:58.559Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-03T15:38:58.559Z] ---> Running in 7b377b22fa89 [2020-09-03T15:38:58.559Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-03T15:38:58.559Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-03T15:38:58.559Z] (4/5) Installing curl (7.66.0-r0) [2020-09-03T15:38:58.559Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-03T15:38:58.559Z] Executing busybox-1.30.1-r3.trigger [2020-09-03T15:38:58.559Z] Executing ca-certificates-20191127-r2.trigger [2020-09-03T15:38:58.559Z] OK: 7 MiB in 19 packages [2020-09-03T15:38:59.148Z] Removing intermediate container 5a003465ed59 [2020-09-03T15:38:59.148Z] ---> aaaeb1e68e5c [2020-09-03T15:38:59.148Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:38:59.148Z] Removing intermediate container 7b377b22fa89 [2020-09-03T15:38:59.148Z] ---> 762b7343b528 [2020-09-03T15:38:59.148Z] Step 17/20 : CMD ["--init=true"] [2020-09-03T15:38:59.416Z] ---> Running in 07809dcff884 [2020-09-03T15:38:59.699Z] ---> Running in 10634601c0e0 [2020-09-03T15:39:00.300Z] Removing intermediate container 07809dcff884 [2020-09-03T15:39:00.300Z] ---> 95c2068132be [2020-09-03T15:39:00.300Z] Step 20/22 : LABEL arch=x86_64 [2020-09-03T15:39:00.300Z] ---> Running in f50a525ba910 [2020-09-03T15:39:00.587Z] Removing intermediate container 10634601c0e0 [2020-09-03T15:39:00.587Z] ---> 29126419261f [2020-09-03T15:39:00.587Z] Step 18/20 : LABEL arch=x86_64 [2020-09-03T15:39:00.587Z] Removing intermediate container 070a62a353ac [2020-09-03T15:39:00.587Z] ---> f12e78b69d7d [2020-09-03T15:39:00.587Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-03T15:39:00.587Z] Removing intermediate container e570499e0285 [2020-09-03T15:39:00.587Z] ---> 5419a5bc279a [2020-09-03T15:39:00.587Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-03T15:39:00.587Z] ---> Running in 5d13577e99e7 [2020-09-03T15:39:00.862Z] ---> Running in 1fc4758c199a [2020-09-03T15:39:00.862Z] ---> Running in f6eb396c7f7d [2020-09-03T15:39:01.129Z] Removing intermediate container f50a525ba910 [2020-09-03T15:39:01.129Z] ---> f868fb6820ea [2020-09-03T15:39:01.129Z] Step 21/22 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:01.129Z] Removing intermediate container 5d13577e99e7 [2020-09-03T15:39:01.129Z] ---> 6dab1af4f6ee [2020-09-03T15:39:01.129Z] Step 19/20 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:01.731Z] ---> Running in 836b44f23df5 [2020-09-03T15:39:01.731Z] Removing intermediate container 1fc4758c199a [2020-09-03T15:39:01.731Z] ---> Running in 4b8f7f27bfb1 [2020-09-03T15:39:01.731Z] ---> 309a7a14fb1c [2020-09-03T15:39:01.731Z] Step 13/26 : WORKDIR / [2020-09-03T15:39:01.731Z] ---> Running in 85ad21801719 [2020-09-03T15:39:02.015Z] Removing intermediate container 4b8f7f27bfb1 [2020-09-03T15:39:02.015Z] ---> 9be03f925dbe [2020-09-03T15:39:02.015Z] Step 20/20 : LABEL version=1.2.2-dev.21 [2020-09-03T15:39:02.015Z] Removing intermediate container 836b44f23df5 [2020-09-03T15:39:02.015Z] ---> d5239574d1a3 [2020-09-03T15:39:02.015Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-03T15:39:02.015Z] ---> Running in f3f562301b3a [2020-09-03T15:39:02.015Z] ---> Running in b3f7df3781d9 [2020-09-03T15:39:02.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:39:02.276Z] Removing intermediate container 85ad21801719 [2020-09-03T15:39:02.276Z] ---> e427c6b5dd39 [2020-09-03T15:39:02.276Z] 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-09-03T15:39:02.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:39:02.873Z] Removing intermediate container f3f562301b3a [2020-09-03T15:39:02.873Z] ---> ed36cb7c31e4 [2020-09-03T15:39:02.873Z] [2020-09-03T15:39:03.146Z] Removing intermediate container b3f7df3781d9 [2020-09-03T15:39:03.146Z] ---> 381aebfc3e8d [2020-09-03T15:39:03.146Z] [2020-09-03T15:39:03.146Z] ---> 6a332fe84f11 [2020-09-03T15:39:03.146Z] 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-09-03T15:39:03.146Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-03T15:39:03.146Z] Successfully built 381aebfc3e8d [2020-09-03T15:39:03.415Z] Successfully tagged docker-core-metadata-go:latest [2020-09-03T15:39:03.415Z]  Building docker-core-metadata-go ... done (2/5) Installing libsodium (1.0.18-r0) [2020-09-03T15:39:03.415Z] Successfully built ed36cb7c31e4 [2020-09-03T15:39:03.415Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-03T15:39:03.415Z]  Building docker-security-proxy-setup-go ... done (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-03T15:39:03.415Z] ---> be3b0725455a [2020-09-03T15:39:03.415Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-03T15:39:03.679Z] (4/5) Installing libzmq (4.3.2-r0) [2020-09-03T15:39:03.679Z] (5/5) Installing zeromq (4.3.2-r0) [2020-09-03T15:39:03.679Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:39:03.679Z] ---> a012c213599e [2020-09-03T15:39:03.679Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-03T15:39:03.679Z] OK: 8 MiB in 19 packages [2020-09-03T15:39:04.260Z] ---> 9f7192825278 [2020-09-03T15:39:04.260Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-03T15:39:05.216Z] Removing intermediate container f6eb396c7f7d [2020-09-03T15:39:05.216Z] ---> 2ee3a910eef7 [2020-09-03T15:39:05.216Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-03T15:39:05.216Z] ---> f0e677491383 [2020-09-03T15:39:05.216Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-03T15:39:05.482Z] ---> 4f35efb102bd [2020-09-03T15:39:05.482Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-03T15:39:06.054Z] ---> 4133f99a7b92 [2020-09-03T15:39:06.054Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-03T15:39:07.439Z] ---> 3ac7a240bcc7 [2020-09-03T15:39:07.439Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-03T15:39:07.439Z] ---> cf9d36f6e1e1 [2020-09-03T15:39:07.439Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-03T15:39:07.702Z] ---> 3a301e9b2ca0 [2020-09-03T15:39:07.702Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-03T15:39:07.702Z] ---> Running in 675d4c9cd95f [2020-09-03T15:39:07.702Z] ---> 6492f14cf535 [2020-09-03T15:39:07.702Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-03T15:39:07.964Z] ---> Running in ca02b7e7ebbc [2020-09-03T15:39:07.964Z] Removing intermediate container 675d4c9cd95f [2020-09-03T15:39:07.964Z] ---> dc5cce5a87a5 [2020-09-03T15:39:07.964Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:39:08.227Z] ---> Running in 9b169005b04f [2020-09-03T15:39:08.490Z] Removing intermediate container 9b169005b04f [2020-09-03T15:39:08.490Z] ---> 5ab2b7fd1275 [2020-09-03T15:39:08.490Z] Step 21/23 : LABEL arch=x86_64 [2020-09-03T15:39:09.434Z] ---> Running in 8e70c2e968f7 [2020-09-03T15:39:09.696Z] Removing intermediate container 7f937d8272de [2020-09-03T15:39:09.696Z] ---> db0d99398587 [2020-09-03T15:39:09.696Z] [2020-09-03T15:39:09.696Z] Step 9/29 : FROM alpine:latest [2020-09-03T15:39:09.696Z] ---> a24bb4013296 [2020-09-03T15:39:09.697Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-03T15:39:09.697Z] ---> Running in ddd22b44c089 [2020-09-03T15:39:09.697Z] Removing intermediate container 8e70c2e968f7 [2020-09-03T15:39:09.697Z] ---> 5beb00d77353 [2020-09-03T15:39:09.697Z] Step 22/23 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:09.960Z] Removing intermediate container ca02b7e7ebbc [2020-09-03T15:39:09.960Z] ---> c89d213c30d9 [2020-09-03T15:39:09.960Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-03T15:39:09.960Z] ---> Running in 73dd30321df5 [2020-09-03T15:39:09.960Z] ---> Running in a388ef6a4b38 [2020-09-03T15:39:09.960Z] Removing intermediate container ddd22b44c089 [2020-09-03T15:39:09.960Z] ---> b80773d96d3d [2020-09-03T15:39:09.960Z] Step 11/29 : USER root [2020-09-03T15:39:10.221Z] ---> Running in 086e8371597a [2020-09-03T15:39:10.221Z] Removing intermediate container 73dd30321df5 [2020-09-03T15:39:10.221Z] ---> 0f70d7feda4b [2020-09-03T15:39:10.221Z] Step 23/23 : LABEL version=1.2.2-dev.21 [2020-09-03T15:39:10.221Z] Removing intermediate container a388ef6a4b38 [2020-09-03T15:39:10.221Z] ---> 4007daa7e6bb [2020-09-03T15:39:10.221Z] Step 24/26 : LABEL arch=x86_64 [2020-09-03T15:39:10.486Z] ---> Running in 38c5b182d90d [2020-09-03T15:39:10.486Z] ---> Running in 0666fde01944 [2020-09-03T15:39:10.486Z] Removing intermediate container 086e8371597a [2020-09-03T15:39:10.486Z] ---> bc34dbe9e51c [2020-09-03T15:39:10.486Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-03T15:39:10.749Z] ---> Running in 3981b9a1c87d [2020-09-03T15:39:10.749Z] Removing intermediate container 38c5b182d90d [2020-09-03T15:39:10.749Z] ---> 6d66e80d933c [2020-09-03T15:39:10.749Z] [2020-09-03T15:39:10.749Z] Removing intermediate container 0666fde01944 [2020-09-03T15:39:10.749Z] ---> 1b8379e9caf4 [2020-09-03T15:39:10.749Z] Step 25/26 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:10.749Z] Successfully built 6d66e80d933c [2020-09-03T15:39:11.010Z] Successfully tagged docker-core-data-go:latest [2020-09-03T15:39:11.010Z]  Building docker-core-data-go ... done  ---> Running in 8b0b9f3cb1fe [2020-09-03T15:39:11.010Z] Removing intermediate container 8b0b9f3cb1fe [2020-09-03T15:39:11.010Z] ---> 5591a643030a [2020-09-03T15:39:11.010Z] Step 26/26 : LABEL version=1.2.2-dev.21 [2020-09-03T15:39:11.272Z] ---> Running in 07fd0109f23d [2020-09-03T15:39:11.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T15:39:11.272Z] Removing intermediate container 07fd0109f23d [2020-09-03T15:39:11.272Z] ---> c334ef5f11b9 [2020-09-03T15:39:11.272Z] [2020-09-03T15:39:11.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T15:39:11.532Z] Successfully built c334ef5f11b9 [2020-09-03T15:39:11.532Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-03T15:39:11.532Z]  Building docker-security-secretstore-setup-go ... done v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:39:11.532Z] v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:39:11.532Z] OK: 12746 distinct packages available [2020-09-03T15:39:11.792Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-03T15:39:11.792Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-03T15:39:11.792Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:39:12.052Z] Executing ca-certificates-20191127-r4.trigger [2020-09-03T15:39:12.052Z] OK: 6 MiB in 16 packages [2020-09-03T15:39:13.438Z] Removing intermediate container 3981b9a1c87d [2020-09-03T15:39:13.438Z] ---> a21977c4d04c [2020-09-03T15:39:13.438Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-03T15:39:13.438Z] ---> Running in ff2748d6e265 [2020-09-03T15:39:13.438Z] Removing intermediate container ff2748d6e265 [2020-09-03T15:39:13.438Z] ---> a0e5b99a484c [2020-09-03T15:39:13.438Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-03T15:39:13.438Z] ---> Running in 329a75e3fcb2 [2020-09-03T15:39:14.380Z] Removing intermediate container 329a75e3fcb2 [2020-09-03T15:39:14.380Z] ---> 027f5ec7f6ab [2020-09-03T15:39:14.380Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-03T15:39:14.380Z] ---> Running in 15de1fb97529 [2020-09-03T15:39:14.952Z] Removing intermediate container 15de1fb97529 [2020-09-03T15:39:14.952Z] ---> ce446cae3a9c [2020-09-03T15:39:14.952Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-03T15:39:15.522Z] ---> 97a2d9d25254 [2020-09-03T15:39:15.522Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-03T15:39:15.785Z] ---> 47f35c568490 [2020-09-03T15:39:15.785Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-03T15:39:16.046Z] ---> fe1dfea6dcec [2020-09-03T15:39:16.046Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-03T15:39:16.307Z] ---> fd094aedcd9d [2020-09-03T15:39:16.307Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-03T15:39:16.307Z] ---> 59f6151b74a1 [2020-09-03T15:39:16.307Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-03T15:39:16.569Z] ---> Running in 825754dccae5 [2020-09-03T15:39:17.142Z] Removing intermediate container 825754dccae5 [2020-09-03T15:39:17.142Z] ---> ddd86349a939 [2020-09-03T15:39:17.142Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-03T15:39:17.402Z] ---> a7cb45823340 [2020-09-03T15:39:17.402Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-03T15:39:17.666Z] ---> Running in ccc3056e47b3 [2020-09-03T15:39:18.239Z] Removing intermediate container ccc3056e47b3 [2020-09-03T15:39:18.239Z] ---> da261c812432 [2020-09-03T15:39:18.239Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-03T15:39:18.239Z] ---> Running in 5bd606f3d429 [2020-09-03T15:39:19.629Z] Removing intermediate container 5bd606f3d429 [2020-09-03T15:39:19.629Z] ---> 2d4751681b82 [2020-09-03T15:39:19.629Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-03T15:39:19.629Z] ---> Running in 9d5d39b72e7c [2020-09-03T15:39:19.629Z] Removing intermediate container 9d5d39b72e7c [2020-09-03T15:39:19.629Z] ---> 0a161acf6f6c [2020-09-03T15:39:19.629Z] Step 26/29 : CMD [ "generate" ] [2020-09-03T15:39:19.629Z] ---> Running in eca949142742 [2020-09-03T15:39:19.890Z] Removing intermediate container eca949142742 [2020-09-03T15:39:19.890Z] ---> 6dd583b8ccd6 [2020-09-03T15:39:19.890Z] Step 27/29 : LABEL arch=x86_64 [2020-09-03T15:39:19.890Z] ---> Running in dac4d269178b [2020-09-03T15:39:19.890Z] Removing intermediate container dac4d269178b [2020-09-03T15:39:19.890Z] ---> 7840c4ceba35 [2020-09-03T15:39:19.890Z] Step 28/29 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:20.152Z] ---> Running in df8946276f91 [2020-09-03T15:39:20.152Z] Removing intermediate container df8946276f91 [2020-09-03T15:39:20.152Z] ---> 56f96b7351a1 [2020-09-03T15:39:20.152Z] Step 29/29 : LABEL version=1.2.2-dev.21 [2020-09-03T15:39:20.152Z] ---> Running in 04b9ba0e9c14 [2020-09-03T15:39:20.412Z] Removing intermediate container 04b9ba0e9c14 [2020-09-03T15:39:20.412Z] ---> 1f4ccbe29eae [2020-09-03T15:39:20.412Z] [2020-09-03T15:39:20.673Z] Successfully built 1f4ccbe29eae [2020-09-03T15:39:20.673Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-03T15:39:20.946Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-09-03T15:39:20.961Z] $ docker stop --time=1 b8e42136a117b6ead08f7dd20860d195aa681de32a942dbd0827b5ee7567066a [2020-09-03T15:39:22.524Z] $ docker rm -f b8e42136a117b6ead08f7dd20860d195aa681de32a942dbd0827b5ee7567066a [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:39:23.140Z] + docker images [2020-09-03T15:39:23.140Z] + grep docker [2020-09-03T15:39:23.140Z] docker-security-secrets-setup-go latest 1f4ccbe29eae 2 seconds ago 25.1MB [2020-09-03T15:39:23.140Z] docker-security-secretstore-setup-go latest c334ef5f11b9 11 seconds ago 33.9MB [2020-09-03T15:39:23.140Z] docker-core-data-go latest 6d66e80d933c 12 seconds ago 24.5MB [2020-09-03T15:39:23.140Z] docker-security-proxy-setup-go latest ed36cb7c31e4 20 seconds ago 16.4MB [2020-09-03T15:39:23.140Z] docker-core-metadata-go latest 381aebfc3e8d 20 seconds ago 14.4MB [2020-09-03T15:39:23.140Z] docker-sys-mgmt-agent-go latest a1cda97a4105 About a minute ago 284MB [2020-09-03T15:39:23.140Z] docker-support-notifications-go latest 25e77053c99a 2 minutes ago 14.5MB [2020-09-03T15:39:23.140Z] docker-support-logging-go latest 0ebf182f4f33 2 minutes ago 11.8MB [2020-09-03T15:39:23.140Z] docker-support-scheduler-go latest 4837d08191ff 2 minutes ago 13.1MB [2020-09-03T15:39:23.140Z] docker-core-command-go latest 699e9d5eab4f 2 minutes ago 13MB [2020-09-03T15:39:23.141Z] docker latest 81f5749c9058 2 months 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-09-03T15:39:23.640Z] provisioning config files... [2020-09-03T15:39:23.684Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/133@tmp/config391630355949153082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-03T15:39:24.093Z] ---> docker-login.sh [2020-09-03T15:39:24.094Z] nexus3.edgexfoundry.org:10001 [2020-09-03T15:39:24.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T15:39:24.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T15:39:24.094Z] Configure a credential helper to remove this warning. See [2020-09-03T15:39:24.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T15:39:24.094Z] [2020-09-03T15:39:24.094Z] Login Succeeded [2020-09-03T15:39:24.094Z] nexus3.edgexfoundry.org:10002 [2020-09-03T15:39:24.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T15:39:24.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T15:39:24.356Z] Configure a credential helper to remove this warning. See [2020-09-03T15:39:24.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T15:39:24.356Z] [2020-09-03T15:39:24.356Z] Login Succeeded [2020-09-03T15:39:24.356Z] nexus3.edgexfoundry.org:10003 [2020-09-03T15:39:24.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T15:39:24.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T15:39:24.616Z] Configure a credential helper to remove this warning. See [2020-09-03T15:39:24.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T15:39:24.616Z] [2020-09-03T15:39:24.616Z] Login Succeeded [2020-09-03T15:39:24.616Z] nexus3.edgexfoundry.org:10004 [2020-09-03T15:39:24.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T15:39:24.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T15:39:24.877Z] Configure a credential helper to remove this warning. See [2020-09-03T15:39:24.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T15:39:24.877Z] [2020-09-03T15:39:24.877Z] Login Succeeded [2020-09-03T15:39:24.877Z] docker.io [2020-09-03T15:39:24.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T15:39:25.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T15:39:25.138Z] Configure a credential helper to remove this warning. See [2020-09-03T15:39:25.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T15:39:25.138Z] [2020-09-03T15:39:26.081Z] Login Succeeded [2020-09-03T15:39:26.081Z] ---> docker-login.sh ends [Pipeline] } [2020-09-03T15:39:26.091Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:39:26.306Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-03T15:39:26.306Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:26.306Z] 1.2.2-dev.21 [2020-09-03T15:39:26.306Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:26.306Z] master [2020-09-03T15:39:26.306Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:26.817Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:27.121Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:27.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-03T15:39:27.121Z] 964df10dc858: Preparing [2020-09-03T15:39:27.121Z] 989ae335f18c: Preparing [2020-09-03T15:39:27.121Z] 766e5e5b821c: Preparing [2020-09-03T15:39:27.121Z] 766e5e5b821c: Pushed [2020-09-03T15:39:27.121Z] 964df10dc858: Pushed [2020-09-03T15:39:28.504Z] 989ae335f18c: Pushed [2020-09-03T15:39:28.504Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:f161c2a6ec3192f84a1344c26f636bc892c3bb837d24f893b63a194c0473c9c5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:28.810Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:29.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.21 [2020-09-03T15:39:29.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-03T15:39:29.107Z] 964df10dc858: Preparing [2020-09-03T15:39:29.107Z] 989ae335f18c: Preparing [2020-09-03T15:39:29.107Z] 766e5e5b821c: Preparing [2020-09-03T15:39:29.107Z] 989ae335f18c: Layer already exists [2020-09-03T15:39:29.107Z] 964df10dc858: Layer already exists [2020-09-03T15:39:29.107Z] 766e5e5b821c: Layer already exists [2020-09-03T15:39:29.107Z] 1.2.2-dev.21: digest: sha256:f161c2a6ec3192f84a1344c26f636bc892c3bb837d24f893b63a194c0473c9c5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:29.407Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:29.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:29.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-03T15:39:29.705Z] 964df10dc858: Preparing [2020-09-03T15:39:29.705Z] 989ae335f18c: Preparing [2020-09-03T15:39:29.705Z] 766e5e5b821c: Preparing [2020-09-03T15:39:29.705Z] 766e5e5b821c: Layer already exists [2020-09-03T15:39:29.705Z] 989ae335f18c: Layer already exists [2020-09-03T15:39:29.705Z] 964df10dc858: Layer already exists [2020-09-03T15:39:29.705Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:f161c2a6ec3192f84a1344c26f636bc892c3bb837d24f893b63a194c0473c9c5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:30.006Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:30.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-03T15:39:30.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-03T15:39:30.302Z] 964df10dc858: Preparing [2020-09-03T15:39:30.302Z] 989ae335f18c: Preparing [2020-09-03T15:39:30.302Z] 766e5e5b821c: Preparing [2020-09-03T15:39:30.302Z] 989ae335f18c: Layer already exists [2020-09-03T15:39:30.302Z] 766e5e5b821c: Layer already exists [2020-09-03T15:39:30.302Z] 964df10dc858: Layer already exists [2020-09-03T15:39:30.302Z] master: digest: sha256:f161c2a6ec3192f84a1344c26f636bc892c3bb837d24f893b63a194c0473c9c5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:39:30.576Z] ===================================================== [Pipeline] echo [2020-09-03T15:39:30.620Z] taggedImages: [2020-09-03T15:39:30.620Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:30.620Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.21 [2020-09-03T15:39:30.620Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:30.620Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-03T15:39:30.762Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-03T15:39:30.762Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:30.762Z] 1.2.2-dev.21 [2020-09-03T15:39:30.762Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:30.762Z] master [2020-09-03T15:39:30.762Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:31.415Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:31.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:31.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-03T15:39:31.711Z] 879ea0e84b08: Preparing [2020-09-03T15:39:31.711Z] ed344e38ae2d: Preparing [2020-09-03T15:39:31.711Z] 4bd281bb8ab0: Preparing [2020-09-03T15:39:31.711Z] 8685799efc42: Preparing [2020-09-03T15:39:31.711Z] 084a00a5c8e5: Preparing [2020-09-03T15:39:31.711Z] 50644c29ef5a: Preparing [2020-09-03T15:39:31.711Z] 50644c29ef5a: Waiting [2020-09-03T15:39:31.711Z] 879ea0e84b08: Pushed [2020-09-03T15:39:31.711Z] 084a00a5c8e5: Pushed [2020-09-03T15:39:31.973Z] 4bd281bb8ab0: Pushed [2020-09-03T15:39:31.973Z] 50644c29ef5a: Layer already exists [2020-09-03T15:39:31.973Z] 8685799efc42: Pushed [2020-09-03T15:39:33.359Z] ed344e38ae2d: Pushed [2020-09-03T15:39:33.359Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:6fd0120b20de716bc12d93ca9db7e8a5f2d77662d9eb0ad3f11b7fa1a46b4bb3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:33.923Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:34.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.21 [2020-09-03T15:39:34.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-03T15:39:34.220Z] 879ea0e84b08: Preparing [2020-09-03T15:39:34.220Z] ed344e38ae2d: Preparing [2020-09-03T15:39:34.220Z] 4bd281bb8ab0: Preparing [2020-09-03T15:39:34.220Z] 8685799efc42: Preparing [2020-09-03T15:39:34.220Z] 084a00a5c8e5: Preparing [2020-09-03T15:39:34.220Z] 50644c29ef5a: Preparing [2020-09-03T15:39:34.220Z] 8685799efc42: Layer already exists [2020-09-03T15:39:34.220Z] 084a00a5c8e5: Layer already exists [2020-09-03T15:39:34.220Z] 879ea0e84b08: Layer already exists [2020-09-03T15:39:34.220Z] 4bd281bb8ab0: Layer already exists [2020-09-03T15:39:34.220Z] ed344e38ae2d: Layer already exists [2020-09-03T15:39:34.220Z] 50644c29ef5a: Layer already exists [2020-09-03T15:39:34.220Z] 1.2.2-dev.21: digest: sha256:6fd0120b20de716bc12d93ca9db7e8a5f2d77662d9eb0ad3f11b7fa1a46b4bb3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:34.523Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:34.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:34.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-03T15:39:34.824Z] 879ea0e84b08: Preparing [2020-09-03T15:39:34.824Z] ed344e38ae2d: Preparing [2020-09-03T15:39:34.824Z] 4bd281bb8ab0: Preparing [2020-09-03T15:39:34.824Z] 8685799efc42: Preparing [2020-09-03T15:39:34.824Z] 084a00a5c8e5: Preparing [2020-09-03T15:39:34.824Z] 50644c29ef5a: Preparing [2020-09-03T15:39:34.824Z] 50644c29ef5a: Waiting [2020-09-03T15:39:34.824Z] 4bd281bb8ab0: Layer already exists [2020-09-03T15:39:34.824Z] 879ea0e84b08: Layer already exists [2020-09-03T15:39:34.824Z] 084a00a5c8e5: Layer already exists [2020-09-03T15:39:34.824Z] 8685799efc42: Layer already exists [2020-09-03T15:39:34.824Z] ed344e38ae2d: Layer already exists [2020-09-03T15:39:34.824Z] 50644c29ef5a: Layer already exists [2020-09-03T15:39:34.824Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:6fd0120b20de716bc12d93ca9db7e8a5f2d77662d9eb0ad3f11b7fa1a46b4bb3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:35.125Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:35.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-03T15:39:35.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-03T15:39:35.421Z] 879ea0e84b08: Preparing [2020-09-03T15:39:35.421Z] ed344e38ae2d: Preparing [2020-09-03T15:39:35.421Z] 4bd281bb8ab0: Preparing [2020-09-03T15:39:35.421Z] 8685799efc42: Preparing [2020-09-03T15:39:35.421Z] 084a00a5c8e5: Preparing [2020-09-03T15:39:35.421Z] 50644c29ef5a: Preparing [2020-09-03T15:39:35.421Z] 50644c29ef5a: Waiting [2020-09-03T15:39:35.421Z] 084a00a5c8e5: Layer already exists [2020-09-03T15:39:35.421Z] 879ea0e84b08: Layer already exists [2020-09-03T15:39:35.421Z] 4bd281bb8ab0: Layer already exists [2020-09-03T15:39:35.421Z] 8685799efc42: Layer already exists [2020-09-03T15:39:35.421Z] ed344e38ae2d: Layer already exists [2020-09-03T15:39:35.421Z] 50644c29ef5a: Layer already exists [2020-09-03T15:39:35.421Z] master: digest: sha256:6fd0120b20de716bc12d93ca9db7e8a5f2d77662d9eb0ad3f11b7fa1a46b4bb3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:39:35.595Z] ===================================================== [Pipeline] echo [2020-09-03T15:39:35.654Z] taggedImages: [2020-09-03T15:39:35.654Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:35.654Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.21 [2020-09-03T15:39:35.654Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:35.654Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-03T15:39:35.708Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-03T15:39:35.708Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:35.708Z] 1.2.2-dev.21 [2020-09-03T15:39:35.708Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:35.708Z] master [2020-09-03T15:39:35.708Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:36.166Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:36.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:36.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-03T15:39:36.463Z] b1d3f6502587: Preparing [2020-09-03T15:39:36.463Z] 5581f59c10a4: Preparing [2020-09-03T15:39:36.463Z] e532b81f2718: Preparing [2020-09-03T15:39:36.463Z] b1d3f6502587: Pushed [2020-09-03T15:39:36.463Z] e532b81f2718: Pushed [2020-09-03T15:39:37.843Z] 5581f59c10a4: Pushed [2020-09-03T15:39:38.102Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:2a6b12b490087e08986f16e90858baaf57b35957ca64905e156e618b6877b097 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:38.402Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:38.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.21 [2020-09-03T15:39:38.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-03T15:39:38.695Z] b1d3f6502587: Preparing [2020-09-03T15:39:38.695Z] 5581f59c10a4: Preparing [2020-09-03T15:39:38.695Z] e532b81f2718: Preparing [2020-09-03T15:39:38.695Z] b1d3f6502587: Layer already exists [2020-09-03T15:39:38.695Z] 5581f59c10a4: Layer already exists [2020-09-03T15:39:38.695Z] e532b81f2718: Layer already exists [2020-09-03T15:39:38.695Z] 1.2.2-dev.21: digest: sha256:2a6b12b490087e08986f16e90858baaf57b35957ca64905e156e618b6877b097 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:38.997Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:39.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:39.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-03T15:39:39.290Z] b1d3f6502587: Preparing [2020-09-03T15:39:39.290Z] 5581f59c10a4: Preparing [2020-09-03T15:39:39.290Z] e532b81f2718: Preparing [2020-09-03T15:39:39.290Z] e532b81f2718: Layer already exists [2020-09-03T15:39:39.290Z] 5581f59c10a4: Layer already exists [2020-09-03T15:39:39.290Z] b1d3f6502587: Layer already exists [2020-09-03T15:39:39.290Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:2a6b12b490087e08986f16e90858baaf57b35957ca64905e156e618b6877b097 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:39.590Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:39.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-03T15:39:39.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-03T15:39:39.930Z] b1d3f6502587: Preparing [2020-09-03T15:39:39.930Z] 5581f59c10a4: Preparing [2020-09-03T15:39:39.930Z] e532b81f2718: Preparing [2020-09-03T15:39:39.930Z] 5581f59c10a4: Layer already exists [2020-09-03T15:39:39.930Z] e532b81f2718: Layer already exists [2020-09-03T15:39:39.930Z] b1d3f6502587: Layer already exists [2020-09-03T15:39:39.930Z] master: digest: sha256:2a6b12b490087e08986f16e90858baaf57b35957ca64905e156e618b6877b097 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:39:40.164Z] ===================================================== [Pipeline] echo [2020-09-03T15:39:40.213Z] taggedImages: [2020-09-03T15:39:40.213Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:40.213Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.21 [2020-09-03T15:39:40.213Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:40.213Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-03T15:39:40.278Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-03T15:39:40.278Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:40.278Z] 1.2.2-dev.21 [2020-09-03T15:39:40.278Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:40.278Z] master [2020-09-03T15:39:40.278Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:40.852Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:41.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:41.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-03T15:39:41.148Z] b265dfad80d9: Preparing [2020-09-03T15:39:41.148Z] a20d92661560: Preparing [2020-09-03T15:39:41.148Z] 14faac83f683: Preparing [2020-09-03T15:39:41.148Z] 3da30f2e6e2e: Preparing [2020-09-03T15:39:41.148Z] 50644c29ef5a: Preparing [2020-09-03T15:39:41.148Z] 50644c29ef5a: Layer already exists [2020-09-03T15:39:41.148Z] 14faac83f683: Pushed [2020-09-03T15:39:41.148Z] a20d92661560: Pushed [2020-09-03T15:39:41.409Z] 3da30f2e6e2e: Pushed [2020-09-03T15:39:41.978Z] b265dfad80d9: Pushed [2020-09-03T15:39:42.238Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:b0346608ed117aed9b26bf224edfa9da21141ad9e52011bd19e3c2511b8a4a8a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:42.537Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:42.829Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.21 [2020-09-03T15:39:42.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-03T15:39:42.829Z] b265dfad80d9: Preparing [2020-09-03T15:39:42.829Z] a20d92661560: Preparing [2020-09-03T15:39:42.829Z] 14faac83f683: Preparing [2020-09-03T15:39:42.829Z] 3da30f2e6e2e: Preparing [2020-09-03T15:39:42.829Z] 50644c29ef5a: Preparing [2020-09-03T15:39:42.829Z] 14faac83f683: Layer already exists [2020-09-03T15:39:42.829Z] b265dfad80d9: Layer already exists [2020-09-03T15:39:42.829Z] 50644c29ef5a: Layer already exists [2020-09-03T15:39:42.829Z] a20d92661560: Layer already exists [2020-09-03T15:39:42.829Z] 3da30f2e6e2e: Layer already exists [2020-09-03T15:39:42.829Z] 1.2.2-dev.21: digest: sha256:b0346608ed117aed9b26bf224edfa9da21141ad9e52011bd19e3c2511b8a4a8a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:43.124Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:43.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:43.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-03T15:39:43.415Z] b265dfad80d9: Preparing [2020-09-03T15:39:43.416Z] a20d92661560: Preparing [2020-09-03T15:39:43.416Z] 14faac83f683: Preparing [2020-09-03T15:39:43.416Z] 3da30f2e6e2e: Preparing [2020-09-03T15:39:43.416Z] 50644c29ef5a: Preparing [2020-09-03T15:39:43.416Z] a20d92661560: Layer already exists [2020-09-03T15:39:43.416Z] 50644c29ef5a: Layer already exists [2020-09-03T15:39:43.416Z] 3da30f2e6e2e: Layer already exists [2020-09-03T15:39:43.416Z] b265dfad80d9: Layer already exists [2020-09-03T15:39:43.416Z] 14faac83f683: Layer already exists [2020-09-03T15:39:43.416Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:b0346608ed117aed9b26bf224edfa9da21141ad9e52011bd19e3c2511b8a4a8a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:43.714Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:43.782Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:39:43.783Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:39:43.783Z] ---> 7bea1752e863 [2020-09-03T15:39:43.783Z] Step 3/26 : WORKDIR /edgex-go [2020-09-03T15:39:43.783Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:39:43.783Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:39:43.783Z] ---> 7bea1752e863 [2020-09-03T15:39:43.783Z] Step 3/20 : WORKDIR /edgex-go [2020-09-03T15:39:43.783Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:39:43.783Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-03T15:39:43.783Z] ---> 7bea1752e863 [2020-09-03T15:39:43.783Z] Step 3/29 : WORKDIR /edgex-go [2020-09-03T15:39:43.783Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:39:43.783Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:39:43.783Z] ---> 7bea1752e863 [2020-09-03T15:39:43.783Z] Step 3/27 : WORKDIR /edgex-go [2020-09-03T15:39:43.783Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:39:43.783Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:39:43.783Z] ---> 7bea1752e863 [2020-09-03T15:39:43.783Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T15:39:43.783Z] ---> Running in c0f40ecdf479 [2020-09-03T15:39:43.783Z] ---> Running in 25acae3c6c73 [2020-09-03T15:39:43.783Z] ---> Running in a7f3b283a3f5 [2020-09-03T15:39:43.783Z] ---> Running in 41ca945337e8 [2020-09-03T15:39:43.783Z] ---> Running in 8b1d82ad7008 [2020-09-03T15:39:43.783Z] Removing intermediate container 25acae3c6c73 [2020-09-03T15:39:43.783Z] ---> 1170b0bbe254 [2020-09-03T15:39:43.783Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:39:43.783Z] Removing intermediate container a7f3b283a3f5 [2020-09-03T15:39:43.783Z] ---> df9c6c382298 [2020-09-03T15:39:43.783Z] Step 4/29 : RUN apk update && apk add make git [2020-09-03T15:39:43.783Z] Removing intermediate container c0f40ecdf479 [2020-09-03T15:39:43.783Z] ---> d79151f14839 [2020-09-03T15:39:43.783Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:39:43.783Z] Removing intermediate container 41ca945337e8 [2020-09-03T15:39:43.783Z] Removing intermediate container 8b1d82ad7008 [2020-09-03T15:39:43.783Z] ---> 35e070476c29 [2020-09-03T15:39:43.783Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:39:43.783Z] ---> da73ff4d9626 [2020-09-03T15:39:43.783Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:39:43.783Z] ---> Running in c7a4589e7993 [2020-09-03T15:39:43.783Z] ---> Running in 78f105e32076 [2020-09-03T15:39:43.783Z] ---> Running in 6f3ebddfab86 [2020-09-03T15:39:43.783Z] ---> Running in e87af2c419f3 [2020-09-03T15:39:43.783Z] ---> Running in f347b291a3f5 [2020-09-03T15:39:44.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-03T15:39:44.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-03T15:39:44.007Z] b265dfad80d9: Preparing [2020-09-03T15:39:44.007Z] a20d92661560: Preparing [2020-09-03T15:39:44.008Z] 14faac83f683: Preparing [2020-09-03T15:39:44.008Z] 3da30f2e6e2e: Preparing [2020-09-03T15:39:44.008Z] 50644c29ef5a: Preparing [2020-09-03T15:39:44.008Z] 14faac83f683: Layer already exists [2020-09-03T15:39:44.008Z] a20d92661560: Layer already exists [2020-09-03T15:39:44.008Z] b265dfad80d9: Layer already exists [2020-09-03T15:39:44.008Z] 50644c29ef5a: Layer already exists [2020-09-03T15:39:44.008Z] 3da30f2e6e2e: Layer already exists [2020-09-03T15:39:44.008Z] master: digest: sha256:b0346608ed117aed9b26bf224edfa9da21141ad9e52011bd19e3c2511b8a4a8a size: 1364 [Pipeline] } [2020-09-03T15:39:44.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:39:44.185Z] ===================================================== [Pipeline] echo [2020-09-03T15:39:44.226Z] taggedImages: [2020-09-03T15:39:44.226Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:44.226Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.21 [2020-09-03T15:39:44.226Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:44.226Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-03T15:39:44.278Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-03T15:39:44.278Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:44.278Z] 1.2.2-dev.21 [2020-09-03T15:39:44.278Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:44.278Z] master [2020-09-03T15:39:44.278Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:44.819Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:45.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:39:45.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:45.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-03T15:39:45.115Z] 6ae29e703ce8: Preparing [2020-09-03T15:39:45.115Z] 78571d8664b1: Preparing [2020-09-03T15:39:45.115Z] 31854086c501: Preparing [2020-09-03T15:39:45.115Z] 76c9167fe731: Preparing [2020-09-03T15:39:45.115Z] 76c9167fe731: Preparing [2020-09-03T15:39:45.115Z] 531dbce0bb7d: Preparing [2020-09-03T15:39:45.115Z] 5bf0e691e1e9: Preparing [2020-09-03T15:39:45.115Z] 6f3402c65bee: Preparing [2020-09-03T15:39:45.115Z] 6ae29e703ce8: Preparing [2020-09-03T15:39:45.115Z] b011b7d56ea0: Preparing [2020-09-03T15:39:45.115Z] 46fd974ee963: Preparing [2020-09-03T15:39:45.115Z] 51284de2876c: Preparing [2020-09-03T15:39:45.115Z] 50644c29ef5a: Preparing [2020-09-03T15:39:45.115Z] 6f3402c65bee: Waiting [2020-09-03T15:39:45.115Z] b011b7d56ea0: Waiting [2020-09-03T15:39:45.115Z] 46fd974ee963: Waiting [2020-09-03T15:39:45.115Z] 51284de2876c: Waiting [2020-09-03T15:39:45.115Z] 50644c29ef5a: Waiting [2020-09-03T15:39:45.115Z] 5bf0e691e1e9: Waiting [2020-09-03T15:39:45.115Z] 78571d8664b1: Pushed [2020-09-03T15:39:45.375Z] 31854086c501: Pushed [2020-09-03T15:39:45.375Z] 76c9167fe731: Pushed [2020-09-03T15:39:45.375Z] 531dbce0bb7d: Pushed [2020-09-03T15:39:45.375Z] 5bf0e691e1e9: Pushed [2020-09-03T15:39:45.375Z] 6f3402c65bee: Pushed [2020-09-03T15:39:45.375Z] 46fd974ee963: Pushed [2020-09-03T15:39:45.375Z] 50644c29ef5a: Layer already exists [2020-09-03T15:39:45.375Z] b011b7d56ea0: Pushed [2020-09-03T15:39:45.636Z] 51284de2876c: Pushed [2020-09-03T15:39:45.644Z] Removing intermediate container 78f105e32076 [2020-09-03T15:39:45.644Z] ---> 91c94b2faa2e [2020-09-03T15:39:45.644Z] Step 5/22 : RUN apk update && apk add make git [2020-09-03T15:39:45.917Z] ---> Running in 41fdd530e38e [2020-09-03T15:39:46.190Z] Removing intermediate container e87af2c419f3 [2020-09-03T15:39:46.190Z] ---> 7b3eac9921c8 [2020-09-03T15:39:46.190Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-03T15:39:46.190Z] Removing intermediate container c7a4589e7993 [2020-09-03T15:39:46.190Z] ---> 37a022f70220 [2020-09-03T15:39:46.190Z] Step 5/20 : RUN apk update && apk add make git [2020-09-03T15:39:46.209Z] 6ae29e703ce8: Pushed [2020-09-03T15:39:46.209Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:dde9f8e5110cb96c27e99eb6e3b68670152754340be8fedbc551da6ec2fb65ab size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:46.462Z] Removing intermediate container f347b291a3f5 [2020-09-03T15:39:46.462Z] ---> 206632ca53b4 [2020-09-03T15:39:46.462Z] Step 5/26 : RUN apk update && apk add make git [2020-09-03T15:39:46.462Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:39:46.462Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:39:46.462Z] OK: 12617 distinct packages available [2020-09-03T15:39:46.462Z] ---> Running in fbba0a51eef4 [2020-09-03T15:39:46.462Z] ---> Running in 2451de506c69 [2020-09-03T15:39:46.505Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:46.733Z] ---> Running in f62c44a1727d [2020-09-03T15:39:46.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.21 [2020-09-03T15:39:46.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-03T15:39:46.805Z] 6ae29e703ce8: Preparing [2020-09-03T15:39:46.805Z] 78571d8664b1: Preparing [2020-09-03T15:39:46.805Z] 31854086c501: Preparing [2020-09-03T15:39:46.805Z] 76c9167fe731: Preparing [2020-09-03T15:39:46.805Z] 76c9167fe731: Preparing [2020-09-03T15:39:46.805Z] 531dbce0bb7d: Preparing [2020-09-03T15:39:46.805Z] 5bf0e691e1e9: Preparing [2020-09-03T15:39:46.805Z] 6f3402c65bee: Preparing [2020-09-03T15:39:46.805Z] 6ae29e703ce8: Preparing [2020-09-03T15:39:46.805Z] b011b7d56ea0: Preparing [2020-09-03T15:39:46.805Z] 46fd974ee963: Preparing [2020-09-03T15:39:46.805Z] 51284de2876c: Preparing [2020-09-03T15:39:46.805Z] 50644c29ef5a: Preparing [2020-09-03T15:39:46.805Z] b011b7d56ea0: Waiting [2020-09-03T15:39:46.805Z] 46fd974ee963: Waiting [2020-09-03T15:39:46.805Z] 51284de2876c: Waiting [2020-09-03T15:39:46.805Z] 50644c29ef5a: Waiting [2020-09-03T15:39:46.805Z] 5bf0e691e1e9: Waiting [2020-09-03T15:39:46.805Z] 6f3402c65bee: Waiting [2020-09-03T15:39:46.805Z] 78571d8664b1: Layer already exists [2020-09-03T15:39:46.805Z] 531dbce0bb7d: Layer already exists [2020-09-03T15:39:46.805Z] 76c9167fe731: Layer already exists [2020-09-03T15:39:46.805Z] 6ae29e703ce8: Layer already exists [2020-09-03T15:39:46.805Z] 31854086c501: Layer already exists [2020-09-03T15:39:46.805Z] 5bf0e691e1e9: Layer already exists [2020-09-03T15:39:46.805Z] b011b7d56ea0: Layer already exists [2020-09-03T15:39:46.805Z] 6f3402c65bee: Layer already exists [2020-09-03T15:39:46.805Z] 51284de2876c: Layer already exists [2020-09-03T15:39:46.805Z] 46fd974ee963: Layer already exists [2020-09-03T15:39:46.805Z] 50644c29ef5a: Layer already exists [2020-09-03T15:39:46.805Z] 1.2.2-dev.21: digest: sha256:dde9f8e5110cb96c27e99eb6e3b68670152754340be8fedbc551da6ec2fb65ab size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:47.103Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:47.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:47.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-03T15:39:47.398Z] 6ae29e703ce8: Preparing [2020-09-03T15:39:47.398Z] 78571d8664b1: Preparing [2020-09-03T15:39:47.398Z] 31854086c501: Preparing [2020-09-03T15:39:47.398Z] 76c9167fe731: Preparing [2020-09-03T15:39:47.398Z] 76c9167fe731: Preparing [2020-09-03T15:39:47.398Z] 531dbce0bb7d: Preparing [2020-09-03T15:39:47.398Z] 5bf0e691e1e9: Preparing [2020-09-03T15:39:47.398Z] 6f3402c65bee: Preparing [2020-09-03T15:39:47.398Z] 6ae29e703ce8: Preparing [2020-09-03T15:39:47.398Z] b011b7d56ea0: Preparing [2020-09-03T15:39:47.398Z] 46fd974ee963: Preparing [2020-09-03T15:39:47.398Z] 51284de2876c: Preparing [2020-09-03T15:39:47.398Z] 50644c29ef5a: Preparing [2020-09-03T15:39:47.398Z] b011b7d56ea0: Waiting [2020-09-03T15:39:47.398Z] 46fd974ee963: Waiting [2020-09-03T15:39:47.398Z] 51284de2876c: Waiting [2020-09-03T15:39:47.398Z] 50644c29ef5a: Waiting [2020-09-03T15:39:47.398Z] 5bf0e691e1e9: Waiting [2020-09-03T15:39:47.398Z] 6f3402c65bee: Waiting [2020-09-03T15:39:47.398Z] 531dbce0bb7d: Layer already exists [2020-09-03T15:39:47.398Z] 78571d8664b1: Layer already exists [2020-09-03T15:39:47.398Z] 31854086c501: Layer already exists [2020-09-03T15:39:47.398Z] 6ae29e703ce8: Layer already exists [2020-09-03T15:39:47.398Z] 76c9167fe731: Layer already exists [2020-09-03T15:39:47.398Z] 5bf0e691e1e9: Layer already exists [2020-09-03T15:39:47.398Z] 51284de2876c: Layer already exists [2020-09-03T15:39:47.398Z] 6f3402c65bee: Layer already exists [2020-09-03T15:39:47.398Z] 46fd974ee963: Layer already exists [2020-09-03T15:39:47.398Z] b011b7d56ea0: Layer already exists [2020-09-03T15:39:47.398Z] 50644c29ef5a: Layer already exists [2020-09-03T15:39:47.398Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:dde9f8e5110cb96c27e99eb6e3b68670152754340be8fedbc551da6ec2fb65ab size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:47.437Z] OK: 217 MiB in 51 packages [2020-09-03T15:39:47.700Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:47.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-03T15:39:47.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-03T15:39:47.995Z] 6ae29e703ce8: Preparing [2020-09-03T15:39:47.995Z] 78571d8664b1: Preparing [2020-09-03T15:39:47.995Z] 31854086c501: Preparing [2020-09-03T15:39:47.995Z] 76c9167fe731: Preparing [2020-09-03T15:39:47.995Z] 76c9167fe731: Preparing [2020-09-03T15:39:47.995Z] 531dbce0bb7d: Preparing [2020-09-03T15:39:47.995Z] 5bf0e691e1e9: Preparing [2020-09-03T15:39:47.995Z] 6f3402c65bee: Preparing [2020-09-03T15:39:47.995Z] 6ae29e703ce8: Preparing [2020-09-03T15:39:47.995Z] b011b7d56ea0: Preparing [2020-09-03T15:39:47.995Z] 46fd974ee963: Preparing [2020-09-03T15:39:47.995Z] 51284de2876c: Preparing [2020-09-03T15:39:47.995Z] 50644c29ef5a: Preparing [2020-09-03T15:39:47.995Z] 6f3402c65bee: Waiting [2020-09-03T15:39:47.995Z] 5bf0e691e1e9: Waiting [2020-09-03T15:39:47.995Z] b011b7d56ea0: Waiting [2020-09-03T15:39:47.995Z] 51284de2876c: Waiting [2020-09-03T15:39:47.995Z] 50644c29ef5a: Waiting [2020-09-03T15:39:47.995Z] 46fd974ee963: Waiting [2020-09-03T15:39:47.995Z] 531dbce0bb7d: Layer already exists [2020-09-03T15:39:47.995Z] 78571d8664b1: Layer already exists [2020-09-03T15:39:47.995Z] 76c9167fe731: Layer already exists [2020-09-03T15:39:47.995Z] 31854086c501: Layer already exists [2020-09-03T15:39:47.995Z] 6ae29e703ce8: Layer already exists [2020-09-03T15:39:47.995Z] 5bf0e691e1e9: Layer already exists [2020-09-03T15:39:47.995Z] 51284de2876c: Layer already exists [2020-09-03T15:39:47.995Z] 6f3402c65bee: Layer already exists [2020-09-03T15:39:47.995Z] 46fd974ee963: Layer already exists [2020-09-03T15:39:47.995Z] b011b7d56ea0: Layer already exists [2020-09-03T15:39:47.995Z] 50644c29ef5a: Layer already exists [2020-09-03T15:39:47.995Z] master: digest: sha256:dde9f8e5110cb96c27e99eb6e3b68670152754340be8fedbc551da6ec2fb65ab size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:39:48.159Z] ===================================================== [Pipeline] echo [2020-09-03T15:39:48.199Z] taggedImages: [2020-09-03T15:39:48.199Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:48.199Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.21 [2020-09-03T15:39:48.199Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:48.199Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-03T15:39:48.267Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-03T15:39:48.267Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:48.267Z] 1.2.2-dev.21 [2020-09-03T15:39:48.267Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:48.267Z] master [2020-09-03T15:39:48.267Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:48.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:39:48.744Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:49.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:49.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-03T15:39:49.039Z] 2fbb42136499: Preparing [2020-09-03T15:39:49.039Z] 543554517cf8: Preparing [2020-09-03T15:39:49.039Z] 40bef5c78e9f: Preparing [2020-09-03T15:39:49.039Z] e1675dc27320: Preparing [2020-09-03T15:39:49.039Z] d7600ee5456a: Preparing [2020-09-03T15:39:49.039Z] 4b5fdcd49029: Preparing [2020-09-03T15:39:49.039Z] 11601a6715ef: Preparing [2020-09-03T15:39:49.039Z] 60af8fdb0e07: Preparing [2020-09-03T15:39:49.039Z] ed00766a3c7c: Preparing [2020-09-03T15:39:49.039Z] 905c8a5923e3: Preparing [2020-09-03T15:39:49.039Z] 1b3ee35aacca: Preparing [2020-09-03T15:39:49.039Z] 60af8fdb0e07: Waiting [2020-09-03T15:39:49.039Z] 4b5fdcd49029: Waiting [2020-09-03T15:39:49.039Z] 11601a6715ef: Waiting [2020-09-03T15:39:49.039Z] ed00766a3c7c: Waiting [2020-09-03T15:39:49.039Z] 1b3ee35aacca: Waiting [2020-09-03T15:39:49.039Z] 905c8a5923e3: Waiting [2020-09-03T15:39:49.108Z] Removing intermediate container 6f3ebddfab86 [2020-09-03T15:39:49.108Z] ---> 6d4bcefd57bc [2020-09-03T15:39:49.108Z] Step 5/29 : COPY go.mod . [2020-09-03T15:39:49.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:39:49.302Z] 2fbb42136499: Pushed [2020-09-03T15:39:49.302Z] 543554517cf8: Pushed [2020-09-03T15:39:49.302Z] 11601a6715ef: Pushed [2020-09-03T15:39:49.302Z] 4b5fdcd49029: Pushed [2020-09-03T15:39:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:39:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:39:49.575Z] ed00766a3c7c: Pushed [2020-09-03T15:39:49.575Z] 60af8fdb0e07: Pushed [2020-09-03T15:39:49.575Z] 1b3ee35aacca: Layer already exists [2020-09-03T15:39:49.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:39:49.840Z] 905c8a5923e3: Pushed [2020-09-03T15:39:49.841Z] 40bef5c78e9f: Pushed [2020-09-03T15:39:49.925Z] ---> e5ec2a0a34d2 [2020-09-03T15:39:49.925Z] Step 6/29 : RUN go mod download [2020-09-03T15:39:50.101Z] d7600ee5456a: Pushed [2020-09-03T15:39:50.102Z] e1675dc27320: Pushed [2020-09-03T15:39:50.102Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:d76f2d1f214f7a644720586a28e158a8562098fbbaa216957e4b1d948714254f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:50.194Z] ---> Running in a02b95556bac [2020-09-03T15:39:50.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:39:50.402Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:50.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:39:50.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.21 [2020-09-03T15:39:50.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-03T15:39:50.694Z] 2fbb42136499: Preparing [2020-09-03T15:39:50.694Z] 543554517cf8: Preparing [2020-09-03T15:39:50.694Z] 40bef5c78e9f: Preparing [2020-09-03T15:39:50.694Z] e1675dc27320: Preparing [2020-09-03T15:39:50.694Z] d7600ee5456a: Preparing [2020-09-03T15:39:50.694Z] 4b5fdcd49029: Preparing [2020-09-03T15:39:50.694Z] 11601a6715ef: Preparing [2020-09-03T15:39:50.694Z] 60af8fdb0e07: Preparing [2020-09-03T15:39:50.694Z] ed00766a3c7c: Preparing [2020-09-03T15:39:50.694Z] 905c8a5923e3: Preparing [2020-09-03T15:39:50.694Z] 1b3ee35aacca: Preparing [2020-09-03T15:39:50.694Z] 11601a6715ef: Waiting [2020-09-03T15:39:50.694Z] 60af8fdb0e07: Waiting [2020-09-03T15:39:50.694Z] ed00766a3c7c: Waiting [2020-09-03T15:39:50.694Z] 1b3ee35aacca: Waiting [2020-09-03T15:39:50.694Z] 905c8a5923e3: Waiting [2020-09-03T15:39:50.694Z] 4b5fdcd49029: Waiting [2020-09-03T15:39:50.694Z] 40bef5c78e9f: Layer already exists [2020-09-03T15:39:50.694Z] d7600ee5456a: Layer already exists [2020-09-03T15:39:50.694Z] e1675dc27320: Layer already exists [2020-09-03T15:39:50.694Z] 543554517cf8: Layer already exists [2020-09-03T15:39:50.694Z] 2fbb42136499: Layer already exists [2020-09-03T15:39:50.694Z] 11601a6715ef: Layer already exists [2020-09-03T15:39:50.694Z] 4b5fdcd49029: Layer already exists [2020-09-03T15:39:50.694Z] ed00766a3c7c: Layer already exists [2020-09-03T15:39:50.694Z] 60af8fdb0e07: Layer already exists [2020-09-03T15:39:50.694Z] 905c8a5923e3: Layer already exists [2020-09-03T15:39:50.694Z] 1b3ee35aacca: Layer already exists [2020-09-03T15:39:50.694Z] 1.2.2-dev.21: digest: sha256:d76f2d1f214f7a644720586a28e158a8562098fbbaa216957e4b1d948714254f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:50.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:39:50.992Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:51.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:51.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-03T15:39:51.290Z] 2fbb42136499: Preparing [2020-09-03T15:39:51.290Z] 543554517cf8: Preparing [2020-09-03T15:39:51.290Z] 40bef5c78e9f: Preparing [2020-09-03T15:39:51.290Z] e1675dc27320: Preparing [2020-09-03T15:39:51.290Z] d7600ee5456a: Preparing [2020-09-03T15:39:51.290Z] 4b5fdcd49029: Preparing [2020-09-03T15:39:51.290Z] 11601a6715ef: Preparing [2020-09-03T15:39:51.290Z] 60af8fdb0e07: Preparing [2020-09-03T15:39:51.290Z] ed00766a3c7c: Preparing [2020-09-03T15:39:51.290Z] 905c8a5923e3: Preparing [2020-09-03T15:39:51.290Z] 1b3ee35aacca: Preparing [2020-09-03T15:39:51.290Z] 4b5fdcd49029: Waiting [2020-09-03T15:39:51.290Z] 11601a6715ef: Waiting [2020-09-03T15:39:51.290Z] 905c8a5923e3: Waiting [2020-09-03T15:39:51.290Z] 60af8fdb0e07: Waiting [2020-09-03T15:39:51.290Z] 1b3ee35aacca: Waiting [2020-09-03T15:39:51.291Z] ed00766a3c7c: Waiting [2020-09-03T15:39:51.291Z] d7600ee5456a: Layer already exists [2020-09-03T15:39:51.291Z] 2fbb42136499: Layer already exists [2020-09-03T15:39:51.291Z] e1675dc27320: Layer already exists [2020-09-03T15:39:51.291Z] 40bef5c78e9f: Layer already exists [2020-09-03T15:39:51.291Z] 543554517cf8: Layer already exists [2020-09-03T15:39:51.291Z] 4b5fdcd49029: Layer already exists [2020-09-03T15:39:51.291Z] 11601a6715ef: Layer already exists [2020-09-03T15:39:51.291Z] ed00766a3c7c: Layer already exists [2020-09-03T15:39:51.291Z] 60af8fdb0e07: Layer already exists [2020-09-03T15:39:51.291Z] 905c8a5923e3: Layer already exists [2020-09-03T15:39:51.291Z] 1b3ee35aacca: Layer already exists [2020-09-03T15:39:51.291Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:d76f2d1f214f7a644720586a28e158a8562098fbbaa216957e4b1d948714254f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:51.339Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:39:51.339Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:39:51.339Z] OK: 12617 distinct packages available [2020-09-03T15:39:51.591Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:51.615Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:39:51.615Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:39:51.615Z] OK: 12617 distinct packages available [2020-09-03T15:39:51.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-03T15:39:51.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-03T15:39:51.886Z] 2fbb42136499: Preparing [2020-09-03T15:39:51.886Z] 543554517cf8: Preparing [2020-09-03T15:39:51.886Z] 40bef5c78e9f: Preparing [2020-09-03T15:39:51.886Z] e1675dc27320: Preparing [2020-09-03T15:39:51.886Z] d7600ee5456a: Preparing [2020-09-03T15:39:51.886Z] 4b5fdcd49029: Preparing [2020-09-03T15:39:51.886Z] 11601a6715ef: Preparing [2020-09-03T15:39:51.886Z] 60af8fdb0e07: Preparing [2020-09-03T15:39:51.886Z] ed00766a3c7c: Preparing [2020-09-03T15:39:51.886Z] 905c8a5923e3: Preparing [2020-09-03T15:39:51.886Z] 1b3ee35aacca: Preparing [2020-09-03T15:39:51.886Z] 11601a6715ef: Waiting [2020-09-03T15:39:51.886Z] 60af8fdb0e07: Waiting [2020-09-03T15:39:51.886Z] ed00766a3c7c: Waiting [2020-09-03T15:39:51.886Z] 905c8a5923e3: Waiting [2020-09-03T15:39:51.886Z] 1b3ee35aacca: Waiting [2020-09-03T15:39:51.886Z] 4b5fdcd49029: Waiting [2020-09-03T15:39:51.886Z] 40bef5c78e9f: Layer already exists [2020-09-03T15:39:51.886Z] d7600ee5456a: Layer already exists [2020-09-03T15:39:51.886Z] 543554517cf8: Layer already exists [2020-09-03T15:39:51.886Z] e1675dc27320: Layer already exists [2020-09-03T15:39:51.886Z] 2fbb42136499: Layer already exists [2020-09-03T15:39:51.886Z] 4b5fdcd49029: Layer already exists [2020-09-03T15:39:51.886Z] 11601a6715ef: Layer already exists [2020-09-03T15:39:51.886Z] 905c8a5923e3: Layer already exists [2020-09-03T15:39:51.886Z] 60af8fdb0e07: Layer already exists [2020-09-03T15:39:51.886Z] ed00766a3c7c: Layer already exists [2020-09-03T15:39:51.886Z] 1b3ee35aacca: Layer already exists [2020-09-03T15:39:51.886Z] master: digest: sha256:d76f2d1f214f7a644720586a28e158a8562098fbbaa216957e4b1d948714254f size: 2616 [2020-09-03T15:39:51.888Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:39:51.888Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:39:51.888Z] OK: 12617 distinct packages available [2020-09-03T15:39:51.888Z] OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:39:52.069Z] ===================================================== [Pipeline] echo [2020-09-03T15:39:52.117Z] taggedImages: [2020-09-03T15:39:52.117Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:52.117Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.21 [2020-09-03T15:39:52.117Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:52.117Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-03T15:39:52.165Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:39:52.165Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:39:52.165Z] OK: 12617 distinct packages available [Pipeline] echo [2020-09-03T15:39:52.177Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-03T15:39:52.177Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:52.177Z] 1.2.2-dev.21 [2020-09-03T15:39:52.177Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:52.177Z] master [2020-09-03T15:39:52.177Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:52.654Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:52.767Z] OK: 217 MiB in 51 packages [2020-09-03T15:39:52.767Z] OK: 217 MiB in 51 packages [2020-09-03T15:39:52.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:52.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-03T15:39:52.949Z] e83617f2d1b2: Preparing [2020-09-03T15:39:52.949Z] ab012140cbe9: Preparing [2020-09-03T15:39:52.949Z] a4310220a083: Preparing [2020-09-03T15:39:52.949Z] 8cb7adc4e179: Preparing [2020-09-03T15:39:52.949Z] a4310220a083: Pushed [2020-09-03T15:39:52.949Z] e83617f2d1b2: Pushed [2020-09-03T15:39:53.040Z] OK: 217 MiB in 51 packages [2020-09-03T15:39:53.209Z] 8cb7adc4e179: Pushed [2020-09-03T15:39:53.640Z] Removing intermediate container 41fdd530e38e [2020-09-03T15:39:53.640Z] ---> 58b16c54ea7c [2020-09-03T15:39:53.640Z] Step 6/22 : COPY go.mod . [2020-09-03T15:39:54.151Z] ab012140cbe9: Pushed [2020-09-03T15:39:54.151Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:6a8925473f65f80e6b7b9285890c5a46265cbd43a91abb2782a1dc44ac3aca18 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:54.479Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:54.626Z] Removing intermediate container a02b95556bac [2020-09-03T15:39:54.626Z] ---> 94b0435cfe87 [2020-09-03T15:39:54.626Z] Step 7/29 : COPY . . [2020-09-03T15:39:54.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.21 [2020-09-03T15:39:54.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-03T15:39:54.811Z] e83617f2d1b2: Preparing [2020-09-03T15:39:54.811Z] ab012140cbe9: Preparing [2020-09-03T15:39:54.811Z] a4310220a083: Preparing [2020-09-03T15:39:54.811Z] 8cb7adc4e179: Preparing [2020-09-03T15:39:54.811Z] a4310220a083: Layer already exists [2020-09-03T15:39:54.811Z] e83617f2d1b2: Layer already exists [2020-09-03T15:39:54.811Z] ab012140cbe9: Layer already exists [2020-09-03T15:39:54.811Z] 8cb7adc4e179: Layer already exists [2020-09-03T15:39:54.811Z] 1.2.2-dev.21: digest: sha256:6a8925473f65f80e6b7b9285890c5a46265cbd43a91abb2782a1dc44ac3aca18 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:54.901Z] Removing intermediate container 2451de506c69 [2020-09-03T15:39:54.901Z] ---> ed2c1f2a8dd2 [2020-09-03T15:39:54.901Z] Step 6/27 : COPY go.mod . [2020-09-03T15:39:54.901Z] ---> 8c6a4019268f [2020-09-03T15:39:54.901Z] Step 7/22 : RUN go mod download [2020-09-03T15:39:55.113Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:55.176Z] Removing intermediate container fbba0a51eef4 [2020-09-03T15:39:55.176Z] ---> d0ee0238f6c5 [2020-09-03T15:39:55.176Z] Step 6/20 : COPY go.mod . [2020-09-03T15:39:55.176Z] Removing intermediate container f62c44a1727d [2020-09-03T15:39:55.176Z] ---> 8b139ae6e870 [2020-09-03T15:39:55.176Z] Step 6/26 : COPY go.mod . [2020-09-03T15:39:55.176Z] ---> Running in 67c797a729e9 [2020-09-03T15:39:55.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:55.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-03T15:39:55.497Z] e83617f2d1b2: Preparing [2020-09-03T15:39:55.497Z] ab012140cbe9: Preparing [2020-09-03T15:39:55.497Z] a4310220a083: Preparing [2020-09-03T15:39:55.497Z] 8cb7adc4e179: Preparing [2020-09-03T15:39:55.497Z] a4310220a083: Layer already exists [2020-09-03T15:39:55.497Z] ab012140cbe9: Layer already exists [2020-09-03T15:39:55.497Z] 8cb7adc4e179: Layer already exists [2020-09-03T15:39:55.497Z] e83617f2d1b2: Layer already exists [2020-09-03T15:39:55.497Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:6a8925473f65f80e6b7b9285890c5a46265cbd43a91abb2782a1dc44ac3aca18 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:55.802Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:56.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-03T15:39:56.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-03T15:39:56.101Z] e83617f2d1b2: Preparing [2020-09-03T15:39:56.101Z] ab012140cbe9: Preparing [2020-09-03T15:39:56.101Z] a4310220a083: Preparing [2020-09-03T15:39:56.101Z] 8cb7adc4e179: Preparing [2020-09-03T15:39:56.101Z] ab012140cbe9: Layer already exists [2020-09-03T15:39:56.101Z] e83617f2d1b2: Layer already exists [2020-09-03T15:39:56.101Z] 8cb7adc4e179: Layer already exists [2020-09-03T15:39:56.101Z] a4310220a083: Layer already exists [2020-09-03T15:39:56.101Z] master: digest: sha256:6a8925473f65f80e6b7b9285890c5a46265cbd43a91abb2782a1dc44ac3aca18 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:39:56.481Z] ===================================================== [Pipeline] echo [2020-09-03T15:39:56.533Z] taggedImages: [2020-09-03T15:39:56.533Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:56.533Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.21 [2020-09-03T15:39:56.533Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:56.533Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-03T15:39:56.587Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-03T15:39:56.587Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:56.587Z] 1.2.2-dev.21 [2020-09-03T15:39:56.587Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:39:56.587Z] master [2020-09-03T15:39:56.587Z] ===================================================== [2020-09-03T15:39:56.649Z] ---> 13f75227ef7d [2020-09-03T15:39:56.649Z] Step 7/27 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:57.252Z] ---> 7b9c931919f2 [2020-09-03T15:39:57.252Z] Step 7/20 : RUN go mod download ---> 4141e09fde55 [2020-09-03T15:39:57.252Z] Step 7/26 : RUN go mod download [2020-09-03T15:39:57.252Z] [2020-09-03T15:39:57.274Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:57.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:39:57.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-03T15:39:57.571Z] c93c21adb4a0: Preparing [2020-09-03T15:39:57.571Z] 25c2a86e1f88: Preparing [2020-09-03T15:39:57.571Z] 6d24063dea7e: Preparing [2020-09-03T15:39:57.571Z] 85de9e774945: Preparing [2020-09-03T15:39:57.571Z] 7b3f6414dac7: Preparing [2020-09-03T15:39:57.571Z] 92a434d7c02e: Preparing [2020-09-03T15:39:57.571Z] 92a434d7c02e: Waiting [2020-09-03T15:39:57.571Z] c93c21adb4a0: Pushed [2020-09-03T15:39:57.571Z] 6d24063dea7e: Pushed [2020-09-03T15:39:57.832Z] 85de9e774945: Pushed [2020-09-03T15:39:57.832Z] 7b3f6414dac7: Pushed [2020-09-03T15:39:57.832Z] 92a434d7c02e: Pushed [2020-09-03T15:39:57.848Z] ---> Running in e66a791ad813 [2020-09-03T15:39:58.772Z] 25c2a86e1f88: Pushed [2020-09-03T15:39:58.828Z] ---> Running in ba36f90ecf46 [2020-09-03T15:39:58.828Z] ---> Running in 79b09ceee059 [2020-09-03T15:39:59.031Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:3846b5204e74125a7cad13e52c1cfb62caa97393dffea0dd02c02db6fdf49232 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:59.331Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:59.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.21 [2020-09-03T15:39:59.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-03T15:39:59.623Z] c93c21adb4a0: Preparing [2020-09-03T15:39:59.623Z] 25c2a86e1f88: Preparing [2020-09-03T15:39:59.623Z] 6d24063dea7e: Preparing [2020-09-03T15:39:59.623Z] 85de9e774945: Preparing [2020-09-03T15:39:59.623Z] 7b3f6414dac7: Preparing [2020-09-03T15:39:59.623Z] 92a434d7c02e: Preparing [2020-09-03T15:39:59.623Z] 92a434d7c02e: Waiting [2020-09-03T15:39:59.623Z] c93c21adb4a0: Layer already exists [2020-09-03T15:39:59.623Z] 85de9e774945: Layer already exists [2020-09-03T15:39:59.623Z] 6d24063dea7e: Layer already exists [2020-09-03T15:39:59.623Z] 7b3f6414dac7: Layer already exists [2020-09-03T15:39:59.623Z] 25c2a86e1f88: Layer already exists [2020-09-03T15:39:59.623Z] 92a434d7c02e: Layer already exists [2020-09-03T15:39:59.623Z] 1.2.2-dev.21: digest: sha256:3846b5204e74125a7cad13e52c1cfb62caa97393dffea0dd02c02db6fdf49232 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:39:59.919Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:00.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:40:00.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-03T15:40:00.212Z] c93c21adb4a0: Preparing [2020-09-03T15:40:00.212Z] 25c2a86e1f88: Preparing [2020-09-03T15:40:00.212Z] 6d24063dea7e: Preparing [2020-09-03T15:40:00.212Z] 85de9e774945: Preparing [2020-09-03T15:40:00.212Z] 7b3f6414dac7: Preparing [2020-09-03T15:40:00.212Z] 92a434d7c02e: Preparing [2020-09-03T15:40:00.212Z] 92a434d7c02e: Waiting [2020-09-03T15:40:00.212Z] 6d24063dea7e: Layer already exists [2020-09-03T15:40:00.212Z] 85de9e774945: Layer already exists [2020-09-03T15:40:00.212Z] 25c2a86e1f88: Layer already exists [2020-09-03T15:40:00.212Z] c93c21adb4a0: Layer already exists [2020-09-03T15:40:00.212Z] 7b3f6414dac7: Layer already exists [2020-09-03T15:40:00.212Z] 92a434d7c02e: Layer already exists [2020-09-03T15:40:00.212Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:3846b5204e74125a7cad13e52c1cfb62caa97393dffea0dd02c02db6fdf49232 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:00.509Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:00.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-03T15:40:00.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-03T15:40:00.801Z] c93c21adb4a0: Preparing [2020-09-03T15:40:00.801Z] 25c2a86e1f88: Preparing [2020-09-03T15:40:00.801Z] 6d24063dea7e: Preparing [2020-09-03T15:40:00.801Z] 85de9e774945: Preparing [2020-09-03T15:40:00.801Z] 7b3f6414dac7: Preparing [2020-09-03T15:40:00.801Z] 92a434d7c02e: Preparing [2020-09-03T15:40:00.801Z] 92a434d7c02e: Waiting [2020-09-03T15:40:00.801Z] 6d24063dea7e: Layer already exists [2020-09-03T15:40:00.801Z] 7b3f6414dac7: Layer already exists [2020-09-03T15:40:00.801Z] 25c2a86e1f88: Layer already exists [2020-09-03T15:40:00.801Z] c93c21adb4a0: Layer already exists [2020-09-03T15:40:00.801Z] 85de9e774945: Layer already exists [2020-09-03T15:40:00.801Z] 92a434d7c02e: Layer already exists [2020-09-03T15:40:00.801Z] master: digest: sha256:3846b5204e74125a7cad13e52c1cfb62caa97393dffea0dd02c02db6fdf49232 size: 1573 [Pipeline] } [2020-09-03T15:40:00.825Z] Removing intermediate container 67c797a729e9 [2020-09-03T15:40:00.825Z] ---> 9c411d709a84 [2020-09-03T15:40:00.825Z] Step 8/22 : COPY . . [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:40:00.966Z] ===================================================== [Pipeline] echo [2020-09-03T15:40:01.006Z] taggedImages: [2020-09-03T15:40:01.006Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:40:01.006Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.21 [2020-09-03T15:40:01.006Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:40:01.006Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-03T15:40:01.060Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-03T15:40:01.060Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:40:01.060Z] 1.2.2-dev.21 [2020-09-03T15:40:01.060Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:40:01.060Z] master [2020-09-03T15:40:01.060Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:01.530Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:01.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:40:01.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-03T15:40:01.819Z] a76ea70301c6: Preparing [2020-09-03T15:40:01.819Z] 25ea639da747: Preparing [2020-09-03T15:40:01.819Z] 1cc1e63d7604: Preparing [2020-09-03T15:40:01.819Z] a76ea70301c6: Pushed [2020-09-03T15:40:01.819Z] 1cc1e63d7604: Pushed [2020-09-03T15:40:03.200Z] 25ea639da747: Pushed [2020-09-03T15:40:03.200Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:c45644fcca36a67e05ea821772df68e50445ac9cc2d619dd5ea29c3b0029cd0d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:03.496Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:03.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.21 [2020-09-03T15:40:03.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-03T15:40:03.787Z] a76ea70301c6: Preparing [2020-09-03T15:40:03.787Z] 25ea639da747: Preparing [2020-09-03T15:40:03.787Z] 1cc1e63d7604: Preparing [2020-09-03T15:40:03.787Z] 25ea639da747: Layer already exists [2020-09-03T15:40:03.787Z] a76ea70301c6: Layer already exists [2020-09-03T15:40:03.787Z] 1cc1e63d7604: Layer already exists [2020-09-03T15:40:03.787Z] 1.2.2-dev.21: digest: sha256:c45644fcca36a67e05ea821772df68e50445ac9cc2d619dd5ea29c3b0029cd0d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:04.082Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:04.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:40:04.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-03T15:40:04.374Z] a76ea70301c6: Preparing [2020-09-03T15:40:04.374Z] 25ea639da747: Preparing [2020-09-03T15:40:04.374Z] 1cc1e63d7604: Preparing [2020-09-03T15:40:04.374Z] 25ea639da747: Layer already exists [2020-09-03T15:40:04.374Z] a76ea70301c6: Layer already exists [2020-09-03T15:40:04.374Z] 1cc1e63d7604: Layer already exists [2020-09-03T15:40:04.374Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:c45644fcca36a67e05ea821772df68e50445ac9cc2d619dd5ea29c3b0029cd0d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:04.671Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:04.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-03T15:40:04.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-03T15:40:04.965Z] a76ea70301c6: Preparing [2020-09-03T15:40:04.965Z] 25ea639da747: Preparing [2020-09-03T15:40:04.965Z] 1cc1e63d7604: Preparing [2020-09-03T15:40:04.965Z] 1cc1e63d7604: Layer already exists [2020-09-03T15:40:04.965Z] a76ea70301c6: Layer already exists [2020-09-03T15:40:04.965Z] 25ea639da747: Layer already exists [2020-09-03T15:40:04.965Z] master: digest: sha256:c45644fcca36a67e05ea821772df68e50445ac9cc2d619dd5ea29c3b0029cd0d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:40:05.119Z] ===================================================== [Pipeline] echo [2020-09-03T15:40:05.157Z] taggedImages: [2020-09-03T15:40:05.157Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:40:05.157Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.21 [2020-09-03T15:40:05.157Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:40:05.157Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-03T15:40:05.460Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-03T15:40:05.460Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:40:05.460Z] 1.2.2-dev.21 [2020-09-03T15:40:05.460Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:40:05.460Z] master [2020-09-03T15:40:05.460Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:05.920Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:06.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:40:06.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-03T15:40:06.214Z] c74d73f6bd5a: Preparing [2020-09-03T15:40:06.214Z] dbab0377dd55: Preparing [2020-09-03T15:40:06.214Z] 883ab802dcf0: Preparing [2020-09-03T15:40:06.214Z] f4ca09ab06c7: Preparing [2020-09-03T15:40:06.214Z] 2311dea2285e: Preparing [2020-09-03T15:40:06.214Z] 55483426383b: Preparing [2020-09-03T15:40:06.214Z] 4603938833a3: Preparing [2020-09-03T15:40:06.214Z] 8890c171a12b: Preparing [2020-09-03T15:40:06.214Z] 4ae5bd84d450: Preparing [2020-09-03T15:40:06.214Z] 723a561964c8: Preparing [2020-09-03T15:40:06.214Z] 78764725b56c: Preparing [2020-09-03T15:40:06.214Z] 51d6d3d09136: Preparing [2020-09-03T15:40:06.214Z] 1507bc794612: Preparing [2020-09-03T15:40:06.214Z] 50644c29ef5a: Preparing [2020-09-03T15:40:06.214Z] 723a561964c8: Waiting [2020-09-03T15:40:06.214Z] 78764725b56c: Waiting [2020-09-03T15:40:06.214Z] 51d6d3d09136: Waiting [2020-09-03T15:40:06.214Z] 1507bc794612: Waiting [2020-09-03T15:40:06.214Z] 50644c29ef5a: Waiting [2020-09-03T15:40:06.214Z] 8890c171a12b: Waiting [2020-09-03T15:40:06.214Z] 55483426383b: Waiting [2020-09-03T15:40:06.214Z] 4ae5bd84d450: Waiting [2020-09-03T15:40:06.214Z] 4603938833a3: Waiting [2020-09-03T15:40:06.270Z] Removing intermediate container e66a791ad813 [2020-09-03T15:40:06.270Z] ---> 6a23fade3bed [2020-09-03T15:40:06.270Z] Step 8/27 : COPY . . [2020-09-03T15:40:06.475Z] 2311dea2285e: Pushed [2020-09-03T15:40:06.475Z] c74d73f6bd5a: Pushed [2020-09-03T15:40:06.549Z] Removing intermediate container 79b09ceee059 [2020-09-03T15:40:06.549Z] ---> 4713f817ea5e [2020-09-03T15:40:06.549Z] Step 8/26 : COPY . . [2020-09-03T15:40:06.744Z] f4ca09ab06c7: Pushed [2020-09-03T15:40:06.744Z] 8890c171a12b: Layer already exists [2020-09-03T15:40:06.744Z] 4ae5bd84d450: Layer already exists [2020-09-03T15:40:06.744Z] 723a561964c8: Layer already exists [2020-09-03T15:40:06.744Z] 4603938833a3: Pushed [2020-09-03T15:40:06.744Z] 78764725b56c: Layer already exists [2020-09-03T15:40:06.744Z] 51d6d3d09136: Layer already exists [2020-09-03T15:40:06.744Z] 1507bc794612: Layer already exists [2020-09-03T15:40:06.840Z] Removing intermediate container ba36f90ecf46 [2020-09-03T15:40:06.840Z] ---> 69ba0bed2776 [2020-09-03T15:40:06.840Z] Step 8/20 : COPY . . [2020-09-03T15:40:07.007Z] 50644c29ef5a: Layer already exists [2020-09-03T15:40:07.578Z] 55483426383b: Pushed [2020-09-03T15:40:07.578Z] dbab0377dd55: Pushed [2020-09-03T15:40:13.568Z] ---> 8331c3c2bc78 [2020-09-03T15:40:13.568Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-03T15:40:15.036Z] ---> Running in 6905d8ef3c1c [2020-09-03T15:40:15.711Z] 883ab802dcf0: Pushed [2020-09-03T15:40:15.712Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:db11e90ef2a0d67d89e540ca3041a1437ab04569d8dcdbffec992dffab24075c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:16.075Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:16.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.21 [2020-09-03T15:40:16.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-03T15:40:16.391Z] c74d73f6bd5a: Preparing [2020-09-03T15:40:16.391Z] dbab0377dd55: Preparing [2020-09-03T15:40:16.391Z] 883ab802dcf0: Preparing [2020-09-03T15:40:16.391Z] f4ca09ab06c7: Preparing [2020-09-03T15:40:16.391Z] 2311dea2285e: Preparing [2020-09-03T15:40:16.391Z] 55483426383b: Preparing [2020-09-03T15:40:16.391Z] 4603938833a3: Preparing [2020-09-03T15:40:16.391Z] 8890c171a12b: Preparing [2020-09-03T15:40:16.391Z] 4ae5bd84d450: Preparing [2020-09-03T15:40:16.391Z] 723a561964c8: Preparing [2020-09-03T15:40:16.391Z] 78764725b56c: Preparing [2020-09-03T15:40:16.391Z] 51d6d3d09136: Preparing [2020-09-03T15:40:16.391Z] 1507bc794612: Preparing [2020-09-03T15:40:16.391Z] 50644c29ef5a: Preparing [2020-09-03T15:40:16.391Z] 55483426383b: Waiting [2020-09-03T15:40:16.391Z] 4603938833a3: Waiting [2020-09-03T15:40:16.391Z] 8890c171a12b: Waiting [2020-09-03T15:40:16.391Z] 4ae5bd84d450: Waiting [2020-09-03T15:40:16.391Z] 723a561964c8: Waiting [2020-09-03T15:40:16.391Z] 78764725b56c: Waiting [2020-09-03T15:40:16.391Z] 1507bc794612: Waiting [2020-09-03T15:40:16.391Z] 50644c29ef5a: Waiting [2020-09-03T15:40:16.391Z] 51d6d3d09136: Waiting [2020-09-03T15:40:16.391Z] 2311dea2285e: Layer already exists [2020-09-03T15:40:16.391Z] c74d73f6bd5a: Layer already exists [2020-09-03T15:40:16.391Z] 883ab802dcf0: Layer already exists [2020-09-03T15:40:16.391Z] dbab0377dd55: Layer already exists [2020-09-03T15:40:16.391Z] f4ca09ab06c7: Layer already exists [2020-09-03T15:40:16.391Z] 4603938833a3: Layer already exists [2020-09-03T15:40:16.391Z] 55483426383b: Layer already exists [2020-09-03T15:40:16.391Z] 4ae5bd84d450: Layer already exists [2020-09-03T15:40:16.391Z] 723a561964c8: Layer already exists [2020-09-03T15:40:16.391Z] 8890c171a12b: Layer already exists [2020-09-03T15:40:16.391Z] 78764725b56c: Layer already exists [2020-09-03T15:40:16.391Z] 51d6d3d09136: Layer already exists [2020-09-03T15:40:16.391Z] 50644c29ef5a: Layer already exists [2020-09-03T15:40:16.391Z] 1507bc794612: Layer already exists [2020-09-03T15:40:16.391Z] 1.2.2-dev.21: digest: sha256:db11e90ef2a0d67d89e540ca3041a1437ab04569d8dcdbffec992dffab24075c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:16.700Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:16.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:40:16.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-03T15:40:16.993Z] c74d73f6bd5a: Preparing [2020-09-03T15:40:16.993Z] dbab0377dd55: Preparing [2020-09-03T15:40:16.993Z] 883ab802dcf0: Preparing [2020-09-03T15:40:16.993Z] f4ca09ab06c7: Preparing [2020-09-03T15:40:16.993Z] 2311dea2285e: Preparing [2020-09-03T15:40:16.993Z] 55483426383b: Preparing [2020-09-03T15:40:16.993Z] 4603938833a3: Preparing [2020-09-03T15:40:16.993Z] 8890c171a12b: Preparing [2020-09-03T15:40:16.993Z] 4ae5bd84d450: Preparing [2020-09-03T15:40:16.993Z] 723a561964c8: Preparing [2020-09-03T15:40:16.993Z] 78764725b56c: Preparing [2020-09-03T15:40:16.993Z] 51d6d3d09136: Preparing [2020-09-03T15:40:16.993Z] 1507bc794612: Preparing [2020-09-03T15:40:16.993Z] 50644c29ef5a: Preparing [2020-09-03T15:40:16.993Z] 55483426383b: Waiting [2020-09-03T15:40:16.993Z] 723a561964c8: Waiting [2020-09-03T15:40:16.993Z] 78764725b56c: Waiting [2020-09-03T15:40:16.993Z] 51d6d3d09136: Waiting [2020-09-03T15:40:16.993Z] 4603938833a3: Waiting [2020-09-03T15:40:16.993Z] 4ae5bd84d450: Waiting [2020-09-03T15:40:16.993Z] 1507bc794612: Waiting [2020-09-03T15:40:16.993Z] 8890c171a12b: Waiting [2020-09-03T15:40:16.993Z] 50644c29ef5a: Waiting [2020-09-03T15:40:16.993Z] c74d73f6bd5a: Layer already exists [2020-09-03T15:40:16.993Z] 883ab802dcf0: Layer already exists [2020-09-03T15:40:16.993Z] 2311dea2285e: Layer already exists [2020-09-03T15:40:16.993Z] dbab0377dd55: Layer already exists [2020-09-03T15:40:16.993Z] f4ca09ab06c7: Layer already exists [2020-09-03T15:40:16.993Z] 55483426383b: Layer already exists [2020-09-03T15:40:16.993Z] 4603938833a3: Layer already exists [2020-09-03T15:40:16.993Z] 723a561964c8: Layer already exists [2020-09-03T15:40:16.993Z] 8890c171a12b: Layer already exists [2020-09-03T15:40:16.993Z] 4ae5bd84d450: Layer already exists [2020-09-03T15:40:16.993Z] 51d6d3d09136: Layer already exists [2020-09-03T15:40:16.993Z] 78764725b56c: Layer already exists [2020-09-03T15:40:16.993Z] 50644c29ef5a: Layer already exists [2020-09-03T15:40:16.993Z] 1507bc794612: Layer already exists [2020-09-03T15:40:16.993Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:db11e90ef2a0d67d89e540ca3041a1437ab04569d8dcdbffec992dffab24075c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:17.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-03T15:40:17.291Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:40:17.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-03T15:40:17.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-03T15:40:17.584Z] c74d73f6bd5a: Preparing [2020-09-03T15:40:17.584Z] dbab0377dd55: Preparing [2020-09-03T15:40:17.584Z] 883ab802dcf0: Preparing [2020-09-03T15:40:17.584Z] f4ca09ab06c7: Preparing [2020-09-03T15:40:17.584Z] 2311dea2285e: Preparing [2020-09-03T15:40:17.584Z] 55483426383b: Preparing [2020-09-03T15:40:17.584Z] 4603938833a3: Preparing [2020-09-03T15:40:17.584Z] 8890c171a12b: Preparing [2020-09-03T15:40:17.584Z] 4ae5bd84d450: Preparing [2020-09-03T15:40:17.584Z] 723a561964c8: Preparing [2020-09-03T15:40:17.584Z] 78764725b56c: Preparing [2020-09-03T15:40:17.584Z] 51d6d3d09136: Preparing [2020-09-03T15:40:17.584Z] 1507bc794612: Preparing [2020-09-03T15:40:17.584Z] 50644c29ef5a: Preparing [2020-09-03T15:40:17.584Z] 723a561964c8: Waiting [2020-09-03T15:40:17.584Z] 78764725b56c: Waiting [2020-09-03T15:40:17.584Z] 51d6d3d09136: Waiting [2020-09-03T15:40:17.584Z] 1507bc794612: Waiting [2020-09-03T15:40:17.584Z] 50644c29ef5a: Waiting [2020-09-03T15:40:17.584Z] 55483426383b: Waiting [2020-09-03T15:40:17.584Z] 8890c171a12b: Waiting [2020-09-03T15:40:17.584Z] 4ae5bd84d450: Waiting [2020-09-03T15:40:17.584Z] 4603938833a3: Waiting [2020-09-03T15:40:17.584Z] f4ca09ab06c7: Layer already exists [2020-09-03T15:40:17.584Z] 883ab802dcf0: Layer already exists [2020-09-03T15:40:17.584Z] dbab0377dd55: Layer already exists [2020-09-03T15:40:17.584Z] c74d73f6bd5a: Layer already exists [2020-09-03T15:40:17.584Z] 2311dea2285e: Layer already exists [2020-09-03T15:40:17.584Z] 55483426383b: Layer already exists [2020-09-03T15:40:17.584Z] 8890c171a12b: Layer already exists [2020-09-03T15:40:17.584Z] 4603938833a3: Layer already exists [2020-09-03T15:40:17.584Z] 723a561964c8: Layer already exists [2020-09-03T15:40:17.584Z] 4ae5bd84d450: Layer already exists [2020-09-03T15:40:17.584Z] 50644c29ef5a: Layer already exists [2020-09-03T15:40:17.584Z] 78764725b56c: Layer already exists [2020-09-03T15:40:17.584Z] 51d6d3d09136: Layer already exists [2020-09-03T15:40:17.584Z] 1507bc794612: Layer already exists [2020-09-03T15:40:17.584Z] master: digest: sha256:db11e90ef2a0d67d89e540ca3041a1437ab04569d8dcdbffec992dffab24075c size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:40:17.742Z] ===================================================== [Pipeline] echo [2020-09-03T15:40:17.782Z] taggedImages: [2020-09-03T15:40:17.782Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:40:17.782Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.21 [2020-09-03T15:40:17.783Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:40:17.783Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-03T15:40:19.658Z] ---> 0f61449f7ea0 [2020-09-03T15:40:19.658Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-03T15:40:21.091Z] ---> Running in 021a7d3db56d [2020-09-03T15:40:23.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-03T15:40:32.007Z] ---> b85d2181da66 [2020-09-03T15:40:32.007Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-03T15:40:32.007Z] ---> 1ded855c83bf [2020-09-03T15:40:32.007Z] 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-09-03T15:40:32.604Z] ---> Running in 4cc3c9f62236 [2020-09-03T15:40:32.604Z] ---> Running in fbe97891357f [2020-09-03T15:40:33.212Z] ---> ea437c50480b [2020-09-03T15:40:33.212Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-03T15:40:33.212Z] ---> Running in bbf9736279b0 [2020-09-03T15:40:35.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-03T15:40:35.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-03T15:40:36.438Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-03T15:41:23.456Z] Removing intermediate container 6905d8ef3c1c [2020-09-03T15:41:23.456Z] ---> 420a3e7386eb [2020-09-03T15:41:23.456Z] [2020-09-03T15:41:23.456Z] Step 9/29 : FROM alpine:latest [2020-09-03T15:41:23.456Z] latest: Pulling from library/alpine [2020-09-03T15:41:23.456Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-03T15:41:23.456Z] Status: Downloaded newer image for alpine:latest [2020-09-03T15:41:23.456Z] ---> 62ee0e9f8440 [2020-09-03T15:41:23.456Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-03T15:41:23.456Z] ---> Running in 75f76cf9757d [2020-09-03T15:41:23.456Z] Removing intermediate container 75f76cf9757d [2020-09-03T15:41:23.456Z] ---> 47259321f7ca [2020-09-03T15:41:23.456Z] Step 11/29 : USER root [2020-09-03T15:41:23.456Z] ---> Running in a3fb56f47be7 [2020-09-03T15:41:23.456Z] Removing intermediate container a3fb56f47be7 [2020-09-03T15:41:23.456Z] ---> b5690985a03b [2020-09-03T15:41:23.456Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-03T15:41:23.456Z] ---> Running in 4034b1ba37be [2020-09-03T15:41:26.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:41:26.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:41:27.334Z] v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:41:27.334Z] v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:41:27.334Z] OK: 12617 distinct packages available [2020-09-03T15:41:27.933Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-03T15:41:28.220Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-03T15:41:28.220Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:41:28.220Z] Executing ca-certificates-20191127-r4.trigger [2020-09-03T15:41:28.498Z] OK: 6 MiB in 16 packages [2020-09-03T15:41:31.356Z] Removing intermediate container 4034b1ba37be [2020-09-03T15:41:31.356Z] ---> 8c38aa2cbcfb [2020-09-03T15:41:31.356Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-03T15:41:31.356Z] ---> Running in 96b91a53b808 [2020-09-03T15:41:31.656Z] Removing intermediate container 96b91a53b808 [2020-09-03T15:41:31.656Z] ---> d880c4876cb5 [2020-09-03T15:41:31.656Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-03T15:41:31.942Z] ---> Running in 4b35b8534348 [2020-09-03T15:41:32.559Z] Removing intermediate container 4b35b8534348 [2020-09-03T15:41:32.559Z] ---> 54f2bd0227ff [2020-09-03T15:41:32.559Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-03T15:41:32.878Z] ---> Running in 7354bc828f03 [2020-09-03T15:41:37.341Z] Removing intermediate container 7354bc828f03 [2020-09-03T15:41:37.341Z] ---> bd7a01cf7d72 [2020-09-03T15:41:37.341Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-03T15:41:39.581Z] ---> 8dd3e55bf349 [2020-09-03T15:41:39.581Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-03T15:41:40.560Z] ---> d74cc67df9fc [2020-09-03T15:41:40.560Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-03T15:41:42.002Z] ---> 4bbe46beca19 [2020-09-03T15:41:42.002Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-03T15:41:42.987Z] ---> 6cb66005cc6b [2020-09-03T15:41:42.987Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-03T15:41:44.427Z] ---> 3e09d9247f67 [2020-09-03T15:41:44.427Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-03T15:41:44.427Z] ---> Running in c090b6818694 [2020-09-03T15:41:48.717Z] Removing intermediate container c090b6818694 [2020-09-03T15:41:48.717Z] ---> 9891c8d4884b [2020-09-03T15:41:48.717Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-03T15:41:49.697Z] ---> c4424277cdfc [2020-09-03T15:41:49.697Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-03T15:41:49.697Z] ---> Running in ccbd08c89f1a [2020-09-03T15:41:51.145Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-03T15:41:54.554Z] Removing intermediate container ccbd08c89f1a [2020-09-03T15:41:54.554Z] ---> de8631783e0f [2020-09-03T15:41:54.554Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-03T15:41:54.844Z] ---> Running in bf54b9787473 [2020-09-03T15:42:00.263Z] Removing intermediate container 4cc3c9f62236 [2020-09-03T15:42:00.263Z] ---> 0dd733b094cc [2020-09-03T15:42:00.263Z] [2020-09-03T15:42:00.263Z] Step 10/20 : FROM alpine [2020-09-03T15:42:00.263Z] ---> 62ee0e9f8440 [2020-09-03T15:42:00.263Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-03T15:42:00.263Z] ---> Running in b68a35554b64 [2020-09-03T15:42:00.867Z] Removing intermediate container bf54b9787473 [2020-09-03T15:42:00.867Z] ---> 81f7590d5e50 [2020-09-03T15:42:00.867Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-03T15:42:00.867Z] ---> Running in 870bd68c321e [2020-09-03T15:42:01.872Z] Removing intermediate container 870bd68c321e [2020-09-03T15:42:01.872Z] ---> 65304e509457 [2020-09-03T15:42:01.872Z] Step 26/29 : CMD [ "generate" ] [2020-09-03T15:42:01.872Z] ---> Running in a1d920b564be [2020-09-03T15:42:02.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:42:02.423Z] Removing intermediate container a1d920b564be [2020-09-03T15:42:02.423Z] ---> b1ec93f2f669 [2020-09-03T15:42:02.423Z] Step 27/29 : LABEL arch=arm64 [2020-09-03T15:42:02.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:42:02.973Z] ---> Running in b2324eadec43 [2020-09-03T15:42:03.253Z] v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:42:03.253Z] v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:42:03.253Z] OK: 12617 distinct packages available [2020-09-03T15:42:03.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-03T15:42:03.856Z] Removing intermediate container b2324eadec43 [2020-09-03T15:42:03.856Z] ---> 166bbbb0ef73 [2020-09-03T15:42:03.856Z] Step 28/29 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:42:04.131Z] ---> Running in aa088ca80660 [2020-09-03T15:42:04.131Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-03T15:42:04.131Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T15:42:04.131Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-03T15:42:04.407Z] (4/4) Installing curl (7.69.1-r0) [2020-09-03T15:42:04.407Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:42:04.407Z] Executing ca-certificates-20191127-r4.trigger [2020-09-03T15:42:04.681Z] OK: 7 MiB in 18 packages [2020-09-03T15:42:05.276Z] Removing intermediate container aa088ca80660 [2020-09-03T15:42:05.276Z] ---> 9a9c5a87dcca [2020-09-03T15:42:05.276Z] Step 29/29 : LABEL version=1.2.2-dev.21 [2020-09-03T15:42:05.875Z] ---> Running in f00b7452b74a [2020-09-03T15:42:06.855Z] Removing intermediate container f00b7452b74a [2020-09-03T15:42:06.855Z] ---> 6e81882cddb6 [2020-09-03T15:42:06.855Z] [2020-09-03T15:42:07.449Z] Successfully built 6e81882cddb6 [2020-09-03T15:42:07.725Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-03T15:42:07.725Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-09-03T15:42:07.725Z] Removing intermediate container b68a35554b64 [2020-09-03T15:42:07.725Z] ---> b2a067257f5b [2020-09-03T15:42:07.725Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-03T15:42:07.725Z] Removing intermediate container bbf9736279b0 [2020-09-03T15:42:07.725Z] ---> aaef9816de6b [2020-09-03T15:42:07.725Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-03T15:42:08.012Z] ---> Running in 96ffb3c4bb7b [2020-09-03T15:42:08.012Z] ---> Running in 2bf1b24c1d7f [2020-09-03T15:42:08.618Z] Removing intermediate container 2bf1b24c1d7f [2020-09-03T15:42:08.618Z] ---> da76d80e4e89 [2020-09-03T15:42:08.618Z] Step 13/20 : WORKDIR /edgex [2020-09-03T15:42:09.232Z] ---> Running in 34a973d2906a [2020-09-03T15:42:10.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-03T15:42:11.214Z] Removing intermediate container 34a973d2906a [2020-09-03T15:42:11.214Z] ---> 08e83e48e7d6 [2020-09-03T15:42:11.214Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-03T15:42:13.214Z] ---> 3085e20e88b5 [2020-09-03T15:42:13.493Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-03T15:42:16.140Z] ---> b002c76cb5de [2020-09-03T15:42:16.140Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-03T15:42:16.140Z] Removing intermediate container 96ffb3c4bb7b [2020-09-03T15:42:16.140Z] ---> cb0f30d4b2a8 [2020-09-03T15:42:16.140Z] [2020-09-03T15:42:16.140Z] Step 11/27 : FROM docker:latest [2020-09-03T15:42:16.140Z] ---> ce9d55ae87f1 [2020-09-03T15:42:16.140Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-03T15:42:16.744Z] ---> Running in 65a577485be3 [2020-09-03T15:42:17.020Z] ---> Running in 115c9c78c472 [2020-09-03T15:42:17.295Z] Removing intermediate container fbe97891357f [2020-09-03T15:42:17.295Z] ---> b9e5db5018e8 [2020-09-03T15:42:17.295Z] [2020-09-03T15:42:17.295Z] Step 10/26 : FROM alpine:3.10 [2020-09-03T15:42:17.571Z] Removing intermediate container 021a7d3db56d [2020-09-03T15:42:17.571Z] ---> 340a1d8263b9 [2020-09-03T15:42:17.571Z] [2020-09-03T15:42:17.571Z] Step 10/22 : FROM scratch [2020-09-03T15:42:17.571Z] ---> [2020-09-03T15:42:17.571Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T15:42:17.571Z] 3.10: Pulling from library/alpine [2020-09-03T15:42:18.178Z] Removing intermediate container 115c9c78c472 [2020-09-03T15:42:18.178Z] ---> af93c36bdcac [2020-09-03T15:42:18.178Z] Step 17/20 : CMD ["--init=true"] [2020-09-03T15:42:18.178Z] ---> Running in b4eb1ec515d5 [2020-09-03T15:42:18.461Z] ---> Running in 921c11dbf2e8 [2020-09-03T15:42:18.738Z] Removing intermediate container b4eb1ec515d5 [2020-09-03T15:42:18.738Z] ---> d4535d53a92c [2020-09-03T15:42:18.738Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-03T15:42:18.738Z] ---> Running in 2a3bdd1baa3e [2020-09-03T15:42:19.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:42:19.290Z] Removing intermediate container 921c11dbf2e8 [2020-09-03T15:42:19.290Z] ---> 760de39a27c4 [2020-09-03T15:42:19.290Z] Step 18/20 : LABEL arch=arm64 [2020-09-03T15:42:19.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:42:19.889Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-03T15:42:19.889Z] Status: Downloaded newer image for alpine:3.10 [2020-09-03T15:42:19.889Z] ---> 536a684cf733 [2020-09-03T15:42:19.889Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-03T15:42:19.889Z] ---> Running in 4abd76993ca4 [2020-09-03T15:42:19.889Z] Removing intermediate container 2a3bdd1baa3e [2020-09-03T15:42:19.889Z] ---> b5057f032389 [2020-09-03T15:42:19.889Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T15:42:19.889Z] ---> Running in 54845b23aa0e [2020-09-03T15:42:20.164Z] (1/2) Installing readline (8.0.4-r0) [2020-09-03T15:42:20.164Z] (2/2) Installing bash (5.0.17-r0) [2020-09-03T15:42:20.164Z] Executing bash-5.0.17-r0.post-install [2020-09-03T15:42:20.164Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:42:20.164Z] ---> Running in 1fc3c8498e10 [2020-09-03T15:42:20.164Z] OK: 12 MiB in 22 packages [2020-09-03T15:42:20.451Z] Removing intermediate container 4abd76993ca4 [2020-09-03T15:42:20.451Z] ---> fb4e48cc5f0f [2020-09-03T15:42:20.451Z] Step 19/20 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:42:21.064Z] Removing intermediate container 54845b23aa0e [2020-09-03T15:42:21.064Z] ---> a3429b512474 [2020-09-03T15:42:21.064Z] Step 14/22 : WORKDIR / [2020-09-03T15:42:21.064Z] ---> Running in 29d7448049ab [2020-09-03T15:42:21.363Z] ---> Running in ffbf3b9e7c6b [2020-09-03T15:42:21.967Z] Removing intermediate container 29d7448049ab [2020-09-03T15:42:21.967Z] ---> bb39b1580a36 [2020-09-03T15:42:21.967Z] Step 20/20 : LABEL version=1.2.2-dev.21 [2020-09-03T15:42:22.242Z] Removing intermediate container ffbf3b9e7c6b [2020-09-03T15:42:22.242Z] ---> afae06aa2609 [2020-09-03T15:42:22.242Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-03T15:42:22.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:42:22.517Z] ---> Running in bda8f67a959e [2020-09-03T15:42:22.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:42:22.795Z] Removing intermediate container 65a577485be3 [2020-09-03T15:42:22.795Z] ---> 40d6803d952f [2020-09-03T15:42:22.795Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-03T15:42:23.161Z] ---> Running in df09c6b5c7b2 [2020-09-03T15:42:23.161Z] v3.10.5-80-g5ce579e003 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-03T15:42:23.161Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-03T15:42:23.161Z] OK: 10167 distinct packages available [2020-09-03T15:42:23.469Z] Removing intermediate container bda8f67a959e [2020-09-03T15:42:23.469Z] ---> 946db3979e88 [2020-09-03T15:42:23.469Z] [2020-09-03T15:42:23.469Z] ---> ffd8fc0883c1 [2020-09-03T15:42:23.469Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-03T15:42:23.946Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-03T15:42:23.946Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-03T15:42:23.946Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-03T15:42:23.946Z] (4/5) Installing curl (7.66.0-r0) [2020-09-03T15:42:23.946Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-03T15:42:23.946Z] Executing busybox-1.30.1-r3.trigger [2020-09-03T15:42:23.946Z] Executing ca-certificates-20191127-r2.trigger [2020-09-03T15:42:24.316Z] Successfully built 946db3979e88 [2020-09-03T15:42:24.316Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-03T15:42:24.316Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2020-09-03T15:42:24.316Z] OK: 7 MiB in 19 packages [2020-09-03T15:42:25.321Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:42:25.321Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:42:25.321Z] ---> 7bea1752e863 [2020-09-03T15:42:25.321Z] Step 3/21 : WORKDIR /edgex-go [2020-09-03T15:42:25.321Z] ---> Using cache [2020-09-03T15:42:25.321Z] ---> da73ff4d9626 [2020-09-03T15:42:25.321Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:42:25.321Z] ---> Using cache [2020-09-03T15:42:25.321Z] ---> 206632ca53b4 [2020-09-03T15:42:25.321Z] Step 5/21 : RUN apk update && apk add make git [2020-09-03T15:42:25.321Z] ---> Using cache [2020-09-03T15:42:25.321Z] ---> 8b139ae6e870 [2020-09-03T15:42:25.321Z] Step 6/21 : COPY go.mod . [2020-09-03T15:42:25.321Z] ---> Using cache [2020-09-03T15:42:25.321Z] ---> 4141e09fde55 [2020-09-03T15:42:25.321Z] Step 7/21 : RUN go mod download [2020-09-03T15:42:25.321Z] ---> Using cache [2020-09-03T15:42:25.321Z] ---> 4713f817ea5e [2020-09-03T15:42:25.321Z] Step 8/21 : COPY . . [2020-09-03T15:42:25.321Z] ---> Using cache [2020-09-03T15:42:25.321Z] ---> 1ded855c83bf [2020-09-03T15:42:25.321Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-03T15:42:27.308Z] ---> Running in 7795d15206c5 [2020-09-03T15:42:27.308Z] ---> 83f200802cff [2020-09-03T15:42:27.308Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-03T15:42:28.760Z] ---> da7966f26633 [2020-09-03T15:42:28.760Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-03T15:42:28.760Z] Removing intermediate container 1fc3c8498e10 [2020-09-03T15:42:28.761Z] ---> fdab2b7c900c [2020-09-03T15:42:28.761Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-03T15:42:29.367Z] ---> Running in b76ec79b85ee [2020-09-03T15:42:29.367Z] Removing intermediate container df09c6b5c7b2 [2020-09-03T15:42:29.367Z] ---> f9138b658b9a [2020-09-03T15:42:29.367Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-03T15:42:29.646Z] ---> Running in 416bd22639f9 [2020-09-03T15:42:29.647Z] ---> Running in 94c371b76b46 [2020-09-03T15:42:29.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-03T15:42:29.924Z] Removing intermediate container b76ec79b85ee [2020-09-03T15:42:29.924Z] ---> 3e41b75dc5eb [2020-09-03T15:42:29.924Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:42:30.200Z] ---> Running in 860d3418519d [2020-09-03T15:42:30.200Z] Removing intermediate container 416bd22639f9 [2020-09-03T15:42:30.200Z] ---> d5bad9483abd [2020-09-03T15:42:30.200Z] Step 13/26 : WORKDIR / [2020-09-03T15:42:30.479Z] Removing intermediate container 94c371b76b46 [2020-09-03T15:42:30.479Z] ---> 7dbd98a65711 [2020-09-03T15:42:30.479Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-03T15:42:30.479Z] ---> Running in 6536188512dd [2020-09-03T15:42:30.479Z] ---> Running in d2a0ba7aaa07 [2020-09-03T15:42:30.759Z] Removing intermediate container 860d3418519d [2020-09-03T15:42:30.759Z] ---> f0cd921a06de [2020-09-03T15:42:30.759Z] Step 20/22 : LABEL arch=arm64 [2020-09-03T15:42:31.036Z] ---> Running in 3ebd65c3d679 [2020-09-03T15:42:31.322Z] Removing intermediate container d2a0ba7aaa07 [2020-09-03T15:42:31.322Z] ---> b95de08bff94 [2020-09-03T15:42:31.322Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-03T15:42:31.322Z] Removing intermediate container 6536188512dd [2020-09-03T15:42:31.322Z] ---> c9b45e48f4a3 [2020-09-03T15:42:31.322Z] 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-09-03T15:42:31.619Z] ---> Running in f990190f8273 [2020-09-03T15:42:31.619Z] Removing intermediate container 3ebd65c3d679 [2020-09-03T15:42:31.619Z] ---> 566181efcc9f [2020-09-03T15:42:31.619Z] Step 21/22 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:42:31.909Z] ---> Running in 5199af0d3622 [2020-09-03T15:42:32.520Z] Removing intermediate container f990190f8273 [2020-09-03T15:42:32.520Z] ---> ef795121eb18 [2020-09-03T15:42:32.520Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-03T15:42:33.122Z] Removing intermediate container 5199af0d3622 [2020-09-03T15:42:33.122Z] ---> 22978965efde [2020-09-03T15:42:33.122Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-03T15:42:33.724Z] ---> eee2f43a08e7 [2020-09-03T15:42:33.724Z] 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-09-03T15:42:34.003Z] ---> Running in b8d9baa96cb6 [2020-09-03T15:42:35.459Z] Removing intermediate container b8d9baa96cb6 [2020-09-03T15:42:35.459Z] ---> ff1fb8658b33 [2020-09-03T15:42:35.459Z] [2020-09-03T15:42:35.737Z] ---> 0f1e29731a1b [2020-09-03T15:42:35.737Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-03T15:42:35.737Z] ---> 139d8d0fc9aa [2020-09-03T15:42:35.737Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-03T15:42:36.012Z] Successfully built ff1fb8658b33 [2020-09-03T15:42:36.012Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-03T15:42:36.012Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2020-09-03T15:42:38.015Z] ---> 5a85fb7bd7be [2020-09-03T15:42:38.015Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-03T15:42:38.290Z] ---> 1ee0a288672e [2020-09-03T15:42:38.290Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-03T15:42:40.924Z] ---> 6b682b3817bc [2020-09-03T15:42:40.924Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-03T15:42:40.924Z] ---> 2ca26a6ef576 [2020-09-03T15:42:40.924Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-03T15:42:40.924Z] ---> Running in c28fc8d7b7ee [2020-09-03T15:42:43.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:42:44.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:42:44.737Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-03T15:42:44.737Z] (2/33) Installing expat (2.2.9-r1) [2020-09-03T15:42:44.737Z] (3/33) Installing libffi (3.3-r2) [2020-09-03T15:42:44.737Z] (4/33) Installing gdbm (1.13-r1) [2020-09-03T15:42:44.737Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-03T15:42:44.737Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-03T15:42:44.737Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-03T15:42:45.022Z] ---> 852338ec1125 [2020-09-03T15:42:45.022Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-03T15:42:47.044Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-03T15:42:47.044Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-03T15:42:47.044Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-03T15:42:47.044Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-03T15:42:47.044Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-03T15:42:47.044Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-03T15:42:47.044Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-03T15:42:47.044Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-03T15:42:47.044Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-03T15:42:47.044Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-03T15:42:47.044Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-03T15:42:47.332Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-03T15:42:47.332Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-03T15:42:47.332Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-03T15:42:47.332Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-03T15:42:47.332Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-03T15:42:47.332Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-03T15:42:47.332Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-03T15:42:47.332Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-03T15:42:47.332Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-03T15:42:47.332Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-03T15:42:47.332Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-03T15:42:47.616Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-03T15:42:47.616Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-03T15:42:47.616Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-03T15:42:47.616Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-03T15:42:47.616Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:42:47.616Z] OK: 71 MiB in 55 packages [2020-09-03T15:42:47.904Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:42:47.904Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:42:47.904Z] ---> 7bea1752e863 [2020-09-03T15:42:47.904Z] Step 3/23 : WORKDIR /edgex-go [2020-09-03T15:42:47.904Z] ---> Using cache [2020-09-03T15:42:47.904Z] ---> da73ff4d9626 [2020-09-03T15:42:47.904Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:42:47.904Z] ---> Using cache [2020-09-03T15:42:47.904Z] ---> 206632ca53b4 [2020-09-03T15:42:47.904Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-03T15:42:48.535Z] ---> b0a6c0bd1d1e [2020-09-03T15:42:48.535Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-03T15:42:48.535Z] ---> Running in 1f03f1b41e6e [2020-09-03T15:42:51.207Z] ---> 19c0592e774b [2020-09-03T15:42:51.207Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-03T15:42:51.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:42:52.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:42:53.922Z] ---> 649b8f26ee70 [2020-09-03T15:42:53.922Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-03T15:42:53.922Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:42:53.922Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:42:53.922Z] OK: 12617 distinct packages available [2020-09-03T15:42:54.202Z] ---> Running in 3666358b86de [2020-09-03T15:42:54.824Z] OK: 217 MiB in 51 packages [2020-09-03T15:42:58.243Z] Removing intermediate container 1f03f1b41e6e [2020-09-03T15:42:58.243Z] ---> fdef8850226e [2020-09-03T15:42:58.243Z] Step 6/23 : COPY go.mod . [2020-09-03T15:42:59.690Z] ---> 87d9cca0c06f [2020-09-03T15:42:59.690Z] Step 7/23 : RUN go mod download [2020-09-03T15:43:00.290Z] ---> Running in fb5f65909d37 [2020-09-03T15:43:00.290Z] Removing intermediate container 3666358b86de [2020-09-03T15:43:00.290Z] ---> 89eb196a7a43 [2020-09-03T15:43:00.290Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-03T15:43:00.905Z] ---> Running in ae4f246f30db [2020-09-03T15:43:01.889Z] Removing intermediate container ae4f246f30db [2020-09-03T15:43:01.889Z] ---> 256dc9c8b8b8 [2020-09-03T15:43:01.889Z] Step 24/26 : LABEL arch=arm64 [2020-09-03T15:43:02.489Z] ---> Running in e757c6c37f76 [2020-09-03T15:43:02.489Z] Removing intermediate container c28fc8d7b7ee [2020-09-03T15:43:02.489Z] ---> c8e1cc027bc8 [2020-09-03T15:43:02.489Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-03T15:43:02.772Z] ---> Running in f3a1cbafc835 [2020-09-03T15:43:03.080Z] Removing intermediate container e757c6c37f76 [2020-09-03T15:43:03.080Z] ---> 8ff2d6428436 [2020-09-03T15:43:03.080Z] Step 25/26 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:43:03.681Z] ---> Running in 876a4d34c40b [2020-09-03T15:43:04.696Z] Removing intermediate container 876a4d34c40b [2020-09-03T15:43:04.696Z] ---> 47e2738ef9a7 [2020-09-03T15:43:04.696Z] Step 26/26 : LABEL version=1.2.2-dev.21 [2020-09-03T15:43:04.974Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:43:04.974Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:43:04.975Z] ---> 7bea1752e863 [2020-09-03T15:43:04.975Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T15:43:04.975Z] ---> Using cache [2020-09-03T15:43:04.975Z] ---> da73ff4d9626 [2020-09-03T15:43:04.975Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:43:04.975Z] ---> Using cache [2020-09-03T15:43:04.975Z] ---> 206632ca53b4 [2020-09-03T15:43:04.975Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-03T15:43:05.251Z] ---> Running in 34331895fbf1 [2020-09-03T15:43:05.251Z] ---> Running in 11affeafb2ef [2020-09-03T15:43:06.259Z] Removing intermediate container 11affeafb2ef [2020-09-03T15:43:06.259Z] ---> a4667188cf26 [2020-09-03T15:43:06.259Z] [2020-09-03T15:43:06.538Z] Removing intermediate container fb5f65909d37 [2020-09-03T15:43:06.538Z] ---> 6e1fac271d20 [2020-09-03T15:43:06.538Z] Step 8/23 : COPY . . [2020-09-03T15:43:07.148Z] Successfully built a4667188cf26 [2020-09-03T15:43:07.148Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-03T15:43:07.148Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-09-03T15:43:08.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:43:09.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:43:11.169Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:43:11.169Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:43:11.169Z] OK: 12617 distinct packages available [2020-09-03T15:43:11.456Z] Collecting docker-compose==1.23.2 [2020-09-03T15:43:11.738Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-03T15:43:12.022Z] OK: 217 MiB in 51 packages [2020-09-03T15:43:13.913Z] OK: 217 MiB in 51 packages [2020-09-03T15:43:15.442Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-03T15:43:15.442Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-03T15:43:16.435Z] 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-09-03T15:43:17.459Z] Collecting cached-property<2,>=1.2.0 [2020-09-03T15:43:17.459Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-03T15:43:19.496Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-03T15:43:19.496Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-03T15:43:20.494Z] Collecting docker<4.0,>=3.6.0 [2020-09-03T15:43:20.494Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-03T15:43:20.770Z] Removing intermediate container 34331895fbf1 [2020-09-03T15:43:20.770Z] ---> d3d271b6630d [2020-09-03T15:43:20.770Z] Step 6/22 : COPY go.mod . [2020-09-03T15:43:21.374Z] Collecting docopt<0.7,>=0.6.1 [2020-09-03T15:43:21.374Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-03T15:43:22.871Z] ---> 1aa36800dc5c [2020-09-03T15:43:22.871Z] Step 7/22 : RUN go mod download [2020-09-03T15:43:23.874Z] ---> Running in 6569ece2eb92 [2020-09-03T15:43:24.876Z] Collecting PyYAML<4,>=3.10 [2020-09-03T15:43:24.876Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-03T15:43:26.881Z] ---> 1bf854084885 [2020-09-03T15:43:26.881Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-03T15:43:27.872Z] ---> Running in c6b14c5631b2 [2020-09-03T15:43:29.323Z] Removing intermediate container 6569ece2eb92 [2020-09-03T15:43:29.323Z] ---> 9be5f070a2fb [2020-09-03T15:43:29.323Z] Step 8/22 : COPY . . [2020-09-03T15:43:29.323Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-03T15:43:29.599Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-03T15:43:30.591Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-data/core-data ./cmd/core-data [2020-09-03T15:43:31.204Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:43:31.204Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:43:31.204Z] ---> 7bea1752e863 [2020-09-03T15:43:31.484Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T15:43:31.484Z] ---> Using cache [2020-09-03T15:43:31.484Z] ---> da73ff4d9626 [2020-09-03T15:43:31.484Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:43:31.484Z] ---> Using cache [2020-09-03T15:43:31.484Z] ---> 206632ca53b4 [2020-09-03T15:43:31.484Z] Step 5/22 : RUN apk update && apk add make git [2020-09-03T15:43:31.484Z] ---> Using cache [2020-09-03T15:43:31.484Z] ---> 8b139ae6e870 [2020-09-03T15:43:31.484Z] Step 6/22 : COPY go.mod . [2020-09-03T15:43:31.484Z] ---> Using cache [2020-09-03T15:43:31.484Z] ---> 4141e09fde55 [2020-09-03T15:43:31.484Z] Step 7/22 : RUN go mod download [2020-09-03T15:43:31.484Z] ---> Using cache [2020-09-03T15:43:31.484Z] ---> 4713f817ea5e [2020-09-03T15:43:31.484Z] Step 8/22 : COPY . . [2020-09-03T15:43:31.484Z] ---> Using cache [2020-09-03T15:43:31.484Z] ---> 1ded855c83bf [2020-09-03T15:43:31.484Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-03T15:43:32.485Z] ---> Running in 47699037f287 [2020-09-03T15:43:32.485Z] Collecting texttable<0.10,>=0.9.0 [2020-09-03T15:43:32.485Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-03T15:43:35.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-command/core-command ./cmd/core-command [2020-09-03T15:43:35.736Z] Collecting jsonschema<3,>=2.5.1 [2020-09-03T15:43:35.736Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-03T15:43:36.740Z] 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-09-03T15:43:36.740Z] 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-09-03T15:43:37.340Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-03T15:43:37.340Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-03T15:43:38.326Z] Collecting idna<2.8,>=2.5 [2020-09-03T15:43:38.326Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-03T15:43:38.927Z] Collecting docker-pycreds>=0.4.0 [2020-09-03T15:43:38.927Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-03T15:43:38.927Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-03T15:43:38.927Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-03T15:43:38.927Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-03T15:43:38.927Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-03T15:43:40.378Z] Installing collected packages: urllib3, idna, requests, cached-property, websocket-client, docker-pycreds, docker, docopt, PyYAML, dockerpty, texttable, jsonschema, docker-compose [2020-09-03T15:43:40.378Z] Attempting uninstall: urllib3 [2020-09-03T15:43:40.378Z] Found existing installation: urllib3 1.25.9 [2020-09-03T15:43:40.378Z] Uninstalling urllib3-1.25.9: [2020-09-03T15:43:40.658Z] Successfully uninstalled urllib3-1.25.9 [2020-09-03T15:43:41.655Z] Attempting uninstall: idna [2020-09-03T15:43:41.655Z] Found existing installation: idna 2.9 [2020-09-03T15:43:41.655Z] Uninstalling idna-2.9: [2020-09-03T15:43:41.933Z] Successfully uninstalled idna-2.9 [2020-09-03T15:43:41.933Z] Removing intermediate container 7795d15206c5 [2020-09-03T15:43:41.933Z] ---> 29318b44f2e3 [2020-09-03T15:43:41.933Z] [2020-09-03T15:43:41.933Z] Step 10/21 : FROM scratch [2020-09-03T15:43:41.933Z] ---> [2020-09-03T15:43:42.210Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T15:43:42.210Z] ---> Using cache [2020-09-03T15:43:42.210Z] ---> d4535d53a92c [2020-09-03T15:43:42.210Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-03T15:43:42.813Z] ---> Running in b5f8b2b9f898 [2020-09-03T15:43:42.813Z] Attempting uninstall: requests [2020-09-03T15:43:42.813Z] Found existing installation: requests 2.23.0 [2020-09-03T15:43:42.813Z] Uninstalling requests-2.23.0: [2020-09-03T15:43:43.089Z] Successfully uninstalled requests-2.23.0 [2020-09-03T15:43:44.076Z] Removing intermediate container b5f8b2b9f898 [2020-09-03T15:43:44.076Z] ---> ab745a99fe4b [2020-09-03T15:43:44.076Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-03T15:43:44.076Z] ---> Running in 17cc173a4f1c [2020-09-03T15:43:45.065Z] Removing intermediate container 17cc173a4f1c [2020-09-03T15:43:45.065Z] ---> ee1a1e1d7a74 [2020-09-03T15:43:45.065Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-03T15:43:45.669Z] Running setup.py install for docopt: started [2020-09-03T15:43:46.658Z] ---> f926fea4b99d [2020-09-03T15:43:46.658Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-03T15:43:48.106Z] Running setup.py install for docopt: finished with status 'done' [2020-09-03T15:43:48.106Z] Running setup.py install for PyYAML: started [2020-09-03T15:43:49.550Z] ---> 8a613d2e5731 [2020-09-03T15:43:49.550Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-03T15:43:50.154Z] ---> b0878dccad34 [2020-09-03T15:43:50.154Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-03T15:43:50.434Z] ---> Running in 3607deadd148 [2020-09-03T15:43:51.046Z] ---> d8285ad419a9 [2020-09-03T15:43:51.046Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-03T15:43:51.323Z] ---> Running in 146e2249439b [2020-09-03T15:43:51.929Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-03T15:43:51.929Z] Running setup.py install for dockerpty: started [2020-09-03T15:43:52.216Z] Removing intermediate container 146e2249439b [2020-09-03T15:43:52.216Z] ---> d515febd6453 [2020-09-03T15:43:52.216Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:43:52.499Z] ---> Running in 2f321d16baa9 [2020-09-03T15:43:53.104Z] Removing intermediate container 2f321d16baa9 [2020-09-03T15:43:53.104Z] ---> ac606dd4b1d0 [2020-09-03T15:43:53.104Z] Step 19/21 : LABEL arch=arm64 [2020-09-03T15:43:53.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-03T15:43:53.382Z] ---> Running in 39e9969fa232 [2020-09-03T15:43:53.992Z] Removing intermediate container 39e9969fa232 [2020-09-03T15:43:53.992Z] ---> 177c55ba2f60 [2020-09-03T15:43:53.992Z] Step 20/21 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:43:54.269Z] ---> Running in c869de98f285 [2020-09-03T15:43:54.877Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-03T15:43:54.877Z] Running setup.py install for texttable: started [2020-09-03T15:43:54.877Z] Removing intermediate container c869de98f285 [2020-09-03T15:43:54.877Z] ---> 2d1fc96e35a8 [2020-09-03T15:43:54.877Z] Step 21/21 : LABEL version=1.2.2-dev.21 [2020-09-03T15:43:54.877Z] ---> Running in a6d23d5337fa [2020-09-03T15:43:55.488Z] Removing intermediate container a6d23d5337fa [2020-09-03T15:43:55.488Z] ---> 1f937911faee [2020-09-03T15:43:55.488Z] [2020-09-03T15:43:55.932Z] Successfully built 1f937911faee [2020-09-03T15:43:55.932Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-03T15:43:55.932Z] Building docker-support-notifications-go [2020-09-03T15:43:58.311Z]  Building docker-support-scheduler-go ... done  Running setup.py install for texttable: finished with status 'done' [2020-09-03T15:43:59.751Z] 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-09-03T15:44:08.038Z] Removing intermediate container f3a1cbafc835 [2020-09-03T15:44:08.038Z] ---> a10aa6bfcd23 [2020-09-03T15:44:08.038Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-03T15:44:08.038Z] ---> Running in 2046cbb65961 [2020-09-03T15:44:10.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:44:10.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:44:11.263Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T15:44:11.263Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-03T15:44:11.263Z] (3/3) Installing curl (7.69.1-r0) [2020-09-03T15:44:11.263Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:44:11.263Z] OK: 71 MiB in 58 packages [2020-09-03T15:44:14.660Z] Removing intermediate container 2046cbb65961 [2020-09-03T15:44:14.660Z] ---> 7adf491ba121 [2020-09-03T15:44:14.660Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-03T15:44:14.660Z] ---> Running in 0dd6d30ca1d1 [2020-09-03T15:44:15.259Z] Removing intermediate container 0dd6d30ca1d1 [2020-09-03T15:44:15.259Z] ---> c86872e8f436 [2020-09-03T15:44:15.259Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:44:15.857Z] ---> Running in 13e97726904c [2020-09-03T15:44:16.844Z] Removing intermediate container 13e97726904c [2020-09-03T15:44:16.844Z] ---> 28ae3bc5e8e3 [2020-09-03T15:44:16.844Z] Step 25/27 : LABEL arch=arm64 [2020-09-03T15:44:17.123Z] ---> Running in 1b65a7b8828e [2020-09-03T15:44:18.111Z] Removing intermediate container 1b65a7b8828e [2020-09-03T15:44:18.111Z] ---> ec1c698f7ec3 [2020-09-03T15:44:18.111Z] Step 26/27 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:44:18.709Z] ---> Running in 9801f07e4e3b [2020-09-03T15:44:19.908Z] Removing intermediate container 9801f07e4e3b [2020-09-03T15:44:19.908Z] ---> cc309cb95f23 [2020-09-03T15:44:19.908Z] Step 27/27 : LABEL version=1.2.2-dev.21 [2020-09-03T15:44:19.908Z] ---> Running in d5e18fdf5da3 [2020-09-03T15:44:20.185Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T15:44:20.185Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-03T15:44:20.185Z] ---> 7bea1752e863 [2020-09-03T15:44:20.185Z] Step 3/24 : WORKDIR /edgex-go [2020-09-03T15:44:20.185Z] ---> Using cache [2020-09-03T15:44:20.185Z] ---> da73ff4d9626 [2020-09-03T15:44:20.185Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:44:20.185Z] ---> Using cache [2020-09-03T15:44:20.185Z] ---> 206632ca53b4 [2020-09-03T15:44:20.185Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-03T15:44:20.185Z] ---> Running in 46aa3461ee61 [2020-09-03T15:44:21.173Z] Removing intermediate container d5e18fdf5da3 [2020-09-03T15:44:21.173Z] ---> ff4f1ffd7e2a [2020-09-03T15:44:21.173Z] [2020-09-03T15:44:21.773Z] Successfully built ff4f1ffd7e2a [2020-09-03T15:44:21.773Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-03T15:44:22.373Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:44:23.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:44:24.806Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T15:44:24.806Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T15:44:24.806Z] OK: 12617 distinct packages available [2020-09-03T15:44:25.411Z] OK: 217 MiB in 51 packages [2020-09-03T15:44:27.396Z] Removing intermediate container 46aa3461ee61 [2020-09-03T15:44:27.396Z] ---> 02d9f43dba1e [2020-09-03T15:44:27.396Z] Step 6/24 : COPY go.mod . [2020-09-03T15:44:28.384Z] ---> fbff84302f2a [2020-09-03T15:44:28.384Z] Step 7/24 : RUN go mod download [2020-09-03T15:44:28.384Z] ---> Running in 79621a10ea35 [2020-09-03T15:44:32.712Z] Removing intermediate container 79621a10ea35 [2020-09-03T15:44:32.712Z] ---> 4beadd33eef3 [2020-09-03T15:44:32.712Z] Step 8/24 : COPY . . [2020-09-03T15:44:54.942Z] ---> 49faba992365 [2020-09-03T15:44:54.942Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-03T15:44:54.942Z] ---> Running in ec66da5adad0 [2020-09-03T15:44:54.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-03T15:45:21.790Z] Removing intermediate container 47699037f287 [2020-09-03T15:45:21.790Z] ---> 035030de3f01 [2020-09-03T15:45:21.790Z] [2020-09-03T15:45:21.790Z] Step 10/22 : FROM scratch [2020-09-03T15:45:21.790Z] ---> [2020-09-03T15:45:21.790Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T15:45:21.790Z] ---> Using cache [2020-09-03T15:45:21.790Z] ---> d4535d53a92c [2020-09-03T15:45:21.790Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-03T15:45:21.790Z] ---> Running in e5d4524678b1 [2020-09-03T15:45:21.790Z] Removing intermediate container e5d4524678b1 [2020-09-03T15:45:21.790Z] ---> af692ebd3b5b [2020-09-03T15:45:21.790Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T15:45:21.790Z] ---> Running in 9a422e66c2a4 [2020-09-03T15:45:21.790Z] Removing intermediate container 3607deadd148 [2020-09-03T15:45:21.790Z] ---> 8088326adbd4 [2020-09-03T15:45:21.790Z] [2020-09-03T15:45:21.790Z] Step 10/22 : FROM scratch [2020-09-03T15:45:21.790Z] ---> [2020-09-03T15:45:21.790Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-03T15:45:21.790Z] Removing intermediate container 9a422e66c2a4 [2020-09-03T15:45:21.790Z] ---> fcd1734fb14d [2020-09-03T15:45:21.790Z] Step 14/22 : WORKDIR / [2020-09-03T15:45:21.790Z] ---> Running in c7458cb74c05 [2020-09-03T15:45:21.790Z] ---> Running in 36117a5b42e3 [2020-09-03T15:45:21.790Z] Removing intermediate container c7458cb74c05 [2020-09-03T15:45:21.790Z] ---> 1862409475df [2020-09-03T15:45:21.790Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-03T15:45:21.790Z] ---> Running in 241c227847ae [2020-09-03T15:45:21.790Z] Removing intermediate container 36117a5b42e3 [2020-09-03T15:45:21.790Z] ---> 5313872f8139 [2020-09-03T15:45:21.790Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-03T15:45:22.399Z] Removing intermediate container 241c227847ae [2020-09-03T15:45:22.399Z] ---> 208acbdd5de9 [2020-09-03T15:45:22.399Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T15:45:22.399Z] ---> Running in a4f97e22f712 [2020-09-03T15:45:22.680Z] ---> 6c95e000b174 [2020-09-03T15:45:22.680Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-03T15:45:23.287Z] Removing intermediate container a4f97e22f712 [2020-09-03T15:45:23.287Z] ---> 11db5522020a [2020-09-03T15:45:23.287Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-03T15:45:24.947Z] ---> 51c444ba85da [2020-09-03T15:45:24.947Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-03T15:45:24.947Z] ---> 498a99742f2f [2020-09-03T15:45:24.947Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-03T15:45:26.062Z] ---> 2fb67a05dd2e [2020-09-03T15:45:26.062Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-03T15:45:26.376Z] ---> 44cf718f8eac [2020-09-03T15:45:26.376Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-03T15:45:26.376Z] ---> Running in 63754fadf133 [2020-09-03T15:45:27.836Z] Removing intermediate container 63754fadf133 [2020-09-03T15:45:27.836Z] ---> 34b08ab5cdb3 [2020-09-03T15:45:27.836Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:45:27.836Z] ---> Running in 0b15e5b12071 [2020-09-03T15:45:28.450Z] ---> 8f53e10bbfee [2020-09-03T15:45:28.450Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-03T15:45:28.725Z] Removing intermediate container 0b15e5b12071 [2020-09-03T15:45:28.725Z] ---> 74faf91964f9 [2020-09-03T15:45:28.725Z] Step 20/22 : LABEL arch=arm64 [2020-09-03T15:45:29.001Z] ---> Running in 4d510d968078 [2020-09-03T15:45:29.608Z] Removing intermediate container 4d510d968078 [2020-09-03T15:45:29.608Z] ---> 90de1303c34c [2020-09-03T15:45:29.608Z] Step 21/22 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:45:29.882Z] ---> Running in 967485a29758 [2020-09-03T15:45:29.882Z] ---> c98fc37d25fd [2020-09-03T15:45:29.882Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-03T15:45:30.167Z] ---> Running in 4fb54bdfcdb6 [2020-09-03T15:45:30.774Z] Removing intermediate container 967485a29758 [2020-09-03T15:45:30.774Z] ---> 54283964950b [2020-09-03T15:45:30.774Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-03T15:45:30.774Z] ---> Running in 892f274ce342 [2020-09-03T15:45:31.059Z] Removing intermediate container 4fb54bdfcdb6 [2020-09-03T15:45:31.059Z] ---> 1f7ee5bc6d5c [2020-09-03T15:45:31.059Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:45:31.340Z] ---> Running in 833bf3df4048 [2020-09-03T15:45:31.610Z] Removing intermediate container 892f274ce342 [2020-09-03T15:45:31.610Z] ---> c5970213290d [2020-09-03T15:45:31.610Z] [2020-09-03T15:45:32.221Z] Successfully built c5970213290d [2020-09-03T15:45:32.221Z] Removing intermediate container 833bf3df4048 [2020-09-03T15:45:32.221Z] ---> 5043f969bd06 [2020-09-03T15:45:32.221Z] Step 20/22 : LABEL arch=arm64 [2020-09-03T15:45:32.221Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-03T15:45:32.221Z]  Building docker-core-command-go ... done  ---> Running in 374bb63c145a [2020-09-03T15:45:32.837Z] Removing intermediate container 374bb63c145a [2020-09-03T15:45:32.837Z] ---> 7ef80a342e16 [2020-09-03T15:45:32.837Z] Step 21/22 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:45:33.114Z] ---> Running in b3d6858aa073 [2020-09-03T15:45:33.710Z] Removing intermediate container b3d6858aa073 [2020-09-03T15:45:33.710Z] ---> 9e57b39c6e3a [2020-09-03T15:45:33.710Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-03T15:45:33.984Z] ---> Running in dd2893b1b2b3 [2020-09-03T15:45:34.577Z] Removing intermediate container dd2893b1b2b3 [2020-09-03T15:45:34.577Z] ---> 4d05836f96ac [2020-09-03T15:45:34.577Z] [2020-09-03T15:45:35.174Z] Successfully built 4d05836f96ac [2020-09-03T15:45:35.174Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-03T15:45:39.491Z]  Building docker-support-logging-go ... done Removing intermediate container c6b14c5631b2 [2020-09-03T15:45:39.491Z] ---> 9a6dbad07303 [2020-09-03T15:45:39.491Z] [2020-09-03T15:45:39.491Z] Step 10/23 : FROM alpine [2020-09-03T15:45:39.491Z] ---> 62ee0e9f8440 [2020-09-03T15:45:39.491Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T15:45:39.491Z] ---> Running in f6ac3f4160c3 [2020-09-03T15:45:40.098Z] Removing intermediate container f6ac3f4160c3 [2020-09-03T15:45:40.098Z] ---> d57b976e3863 [2020-09-03T15:45:40.098Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-03T15:45:40.098Z] ---> Running in 917281fcdc8b [2020-09-03T15:45:40.707Z] Removing intermediate container 917281fcdc8b [2020-09-03T15:45:40.707Z] ---> 5d1048557000 [2020-09-03T15:45:40.707Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-03T15:45:40.981Z] ---> Running in b094d4249700 [2020-09-03T15:45:41.576Z] Removing intermediate container b094d4249700 [2020-09-03T15:45:41.576Z] ---> 6b7413a057fc [2020-09-03T15:45:41.576Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T15:45:41.853Z] ---> Running in de5fed2208fe [2020-09-03T15:45:45.250Z] Removing intermediate container de5fed2208fe [2020-09-03T15:45:45.250Z] ---> f874a792edc2 [2020-09-03T15:45:45.250Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-03T15:45:45.250Z] ---> Running in 484747416e9a [2020-09-03T15:45:46.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T15:45:47.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T15:45:47.807Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-03T15:45:47.807Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-03T15:45:48.078Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-03T15:45:48.363Z] (4/5) Installing libzmq (4.3.2-r0) [2020-09-03T15:45:48.363Z] (5/5) Installing zeromq (4.3.2-r0) [2020-09-03T15:45:48.363Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T15:45:48.363Z] OK: 8 MiB in 19 packages [2020-09-03T15:45:50.333Z] Removing intermediate container 484747416e9a [2020-09-03T15:45:50.333Z] ---> f0932617ca71 [2020-09-03T15:45:50.333Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-03T15:45:51.307Z] ---> 63e0b494d022 [2020-09-03T15:45:51.307Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-03T15:45:51.580Z] Removing intermediate container ec66da5adad0 [2020-09-03T15:45:51.580Z] ---> 4a65cafd3091 [2020-09-03T15:45:51.580Z] [2020-09-03T15:45:51.580Z] Step 10/24 : FROM scratch [2020-09-03T15:45:51.580Z] ---> [2020-09-03T15:45:51.580Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-03T15:45:51.580Z] ---> Using cache [2020-09-03T15:45:51.580Z] ---> 1862409475df [2020-09-03T15:45:51.580Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-03T15:45:51.852Z] ---> Running in 32ee8ff2fe75 [2020-09-03T15:45:52.446Z] ---> 36b10dc6b384 [2020-09-03T15:45:52.446Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-03T15:45:52.719Z] Removing intermediate container 32ee8ff2fe75 [2020-09-03T15:45:52.719Z] ---> 634e104e4e27 [2020-09-03T15:45:52.719Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-03T15:45:52.719Z] ---> Running in ecd8bd6d1789 [2020-09-03T15:45:53.306Z] Removing intermediate container ecd8bd6d1789 [2020-09-03T15:45:53.306Z] ---> 1982a044264c [2020-09-03T15:45:53.306Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-03T15:45:53.306Z] ---> bf2d97bc67eb [2020-09-03T15:45:53.306Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-03T15:45:53.580Z] ---> Running in fd6ad0606f88 [2020-09-03T15:45:53.853Z] ---> 8787bf09450c [2020-09-03T15:45:53.853Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-03T15:45:53.853Z] Removing intermediate container fd6ad0606f88 [2020-09-03T15:45:53.853Z] ---> e244a9a3e1d0 [2020-09-03T15:45:53.853Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:45:54.125Z] ---> Running in 869afa07487d [2020-09-03T15:45:54.717Z] Removing intermediate container 869afa07487d [2020-09-03T15:45:54.717Z] ---> c6acfdafa367 [2020-09-03T15:45:54.717Z] Step 21/23 : LABEL arch=arm64 [2020-09-03T15:45:54.717Z] ---> Running in ca67e10fddf2 [2020-09-03T15:45:54.990Z] ---> bab590a5cf88 [2020-09-03T15:45:54.990Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-03T15:45:55.261Z] Removing intermediate container ca67e10fddf2 [2020-09-03T15:45:55.261Z] ---> 6c3832fcac85 [2020-09-03T15:45:55.261Z] Step 22/23 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:45:55.532Z] ---> Running in 458bb453277b [2020-09-03T15:45:56.124Z] Removing intermediate container 458bb453277b [2020-09-03T15:45:56.124Z] ---> fd19e5692beb [2020-09-03T15:45:56.124Z] Step 23/23 : LABEL version=1.2.2-dev.21 [2020-09-03T15:45:56.124Z] ---> 34a28c24c52b [2020-09-03T15:45:56.124Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-03T15:45:56.124Z] ---> Running in 738897884a5b [2020-09-03T15:45:56.717Z] Removing intermediate container 738897884a5b [2020-09-03T15:45:56.717Z] ---> 5b1b2ff66541 [2020-09-03T15:45:56.717Z] [2020-09-03T15:45:56.988Z] Successfully built 5b1b2ff66541 [2020-09-03T15:45:56.988Z] ---> 146431fcdd1a [2020-09-03T15:45:56.988Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-03T15:45:56.988Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-03T15:45:58.413Z]  Building docker-core-data-go ... done  ---> 588e39460c3e [2020-09-03T15:45:58.413Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-03T15:45:59.023Z] ---> 37abdb8e8a76 [2020-09-03T15:45:59.023Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-03T15:45:59.023Z] ---> Running in 93e7ece71718 [2020-09-03T15:45:59.615Z] Removing intermediate container 93e7ece71718 [2020-09-03T15:45:59.615Z] ---> 2f352c5b96ac [2020-09-03T15:45:59.615Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T15:45:59.615Z] ---> Running in cf5c9c5451b2 [2020-09-03T15:46:00.207Z] Removing intermediate container cf5c9c5451b2 [2020-09-03T15:46:00.207Z] ---> 684d4fb879b3 [2020-09-03T15:46:00.207Z] Step 22/24 : LABEL arch=arm64 [2020-09-03T15:46:00.207Z] ---> Running in 7db7514a5781 [2020-09-03T15:46:00.797Z] Removing intermediate container 7db7514a5781 [2020-09-03T15:46:00.797Z] ---> 6913962438ac [2020-09-03T15:46:00.797Z] Step 23/24 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:00.797Z] ---> Running in 87e9ff2d03a6 [2020-09-03T15:46:01.387Z] Removing intermediate container 87e9ff2d03a6 [2020-09-03T15:46:01.387Z] ---> 6d03fa978cc9 [2020-09-03T15:46:01.387Z] Step 24/24 : LABEL version=1.2.2-dev.21 [2020-09-03T15:46:01.387Z] ---> Running in 15aa86f6c3a5 [2020-09-03T15:46:01.982Z] Removing intermediate container 15aa86f6c3a5 [2020-09-03T15:46:01.982Z] ---> b5708f869ece [2020-09-03T15:46:01.982Z] [2020-09-03T15:46:02.251Z] Successfully built b5708f869ece [2020-09-03T15:46:02.251Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-03T15:46:02.535Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-09-03T15:46:02.529Z] $ docker stop --time=1 a27b73f04d59ff6beb3f35277c93b16114ff0ec30122332c56ab02b79e8e51ae [2020-09-03T15:46:04.419Z] $ docker rm -f a27b73f04d59ff6beb3f35277c93b16114ff0ec30122332c56ab02b79e8e51ae [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:46:05.075Z] + docker images [2020-09-03T15:46:05.075Z] + grep docker [2020-09-03T15:46:05.358Z] docker-support-notifications-go-arm64 latest b5708f869ece 4 seconds ago 13.9MB [2020-09-03T15:46:05.358Z] docker-core-data-go-arm64 latest 5b1b2ff66541 9 seconds ago 23.3MB [2020-09-03T15:46:05.358Z] docker-support-logging-go-arm64 latest 4d05836f96ac 31 seconds ago 11.4MB [2020-09-03T15:46:05.358Z] docker-core-command-go-arm64 latest c5970213290d 34 seconds ago 12.4MB [2020-09-03T15:46:05.358Z] docker-sys-mgmt-agent-go-arm64 latest ff4f1ffd7e2a About a minute ago 266MB [2020-09-03T15:46:05.358Z] docker-support-scheduler-go-arm64 latest 1f937911faee 2 minutes ago 12.6MB [2020-09-03T15:46:05.358Z] docker-security-secretstore-setup-go-arm64 latest a4667188cf26 2 minutes ago 32.6MB [2020-09-03T15:46:05.358Z] docker-core-metadata-go-arm64 latest ff1fb8658b33 3 minutes ago 13.8MB [2020-09-03T15:46:05.358Z] docker-security-proxy-setup-go-arm64 latest 946db3979e88 3 minutes ago 15.8MB [2020-09-03T15:46:05.358Z] docker-security-secrets-setup-go-arm64 latest 6e81882cddb6 3 minutes ago 24.2MB [2020-09-03T15:46:05.358Z] docker latest ce9d55ae87f1 2 months 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-09-03T15:46:05.848Z] provisioning config files... [2020-09-03T15:46:05.888Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/133@tmp/config243559119511319882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-03T15:46:06.272Z] ---> docker-login.sh [2020-09-03T15:46:06.272Z] nexus3.edgexfoundry.org:10001 [2020-09-03T15:46:06.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T15:46:06.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T15:46:06.814Z] Configure a credential helper to remove this warning. See [2020-09-03T15:46:06.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T15:46:06.814Z] [2020-09-03T15:46:06.814Z] Login Succeeded [2020-09-03T15:46:06.814Z] nexus3.edgexfoundry.org:10002 [2020-09-03T15:46:07.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T15:46:07.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T15:46:07.405Z] Configure a credential helper to remove this warning. See [2020-09-03T15:46:07.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T15:46:07.405Z] [2020-09-03T15:46:07.405Z] Login Succeeded [2020-09-03T15:46:07.405Z] nexus3.edgexfoundry.org:10003 [2020-09-03T15:46:07.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T15:46:07.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T15:46:07.995Z] Configure a credential helper to remove this warning. See [2020-09-03T15:46:07.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T15:46:07.995Z] [2020-09-03T15:46:07.995Z] Login Succeeded [2020-09-03T15:46:07.995Z] nexus3.edgexfoundry.org:10004 [2020-09-03T15:46:08.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T15:46:08.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T15:46:08.533Z] Configure a credential helper to remove this warning. See [2020-09-03T15:46:08.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T15:46:08.533Z] [2020-09-03T15:46:08.533Z] Login Succeeded [2020-09-03T15:46:08.533Z] docker.io [2020-09-03T15:46:08.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T15:46:09.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T15:46:09.394Z] Configure a credential helper to remove this warning. See [2020-09-03T15:46:09.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T15:46:09.394Z] [2020-09-03T15:46:09.394Z] Login Succeeded [2020-09-03T15:46:09.394Z] ---> docker-login.sh ends [Pipeline] } [2020-09-03T15:46:09.409Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:46:09.580Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-03T15:46:09.580Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:09.580Z] 1.2.2-dev.21 [2020-09-03T15:46:09.580Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:09.580Z] master [2020-09-03T15:46:09.580Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:10.081Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:10.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:10.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-03T15:46:10.423Z] d6cf95c99dce: Preparing [2020-09-03T15:46:10.423Z] 45167bc8ec4f: Preparing [2020-09-03T15:46:10.423Z] 853bd8dee9b8: Preparing [2020-09-03T15:46:10.695Z] 853bd8dee9b8: Pushed [2020-09-03T15:46:10.695Z] d6cf95c99dce: Pushed [2020-09-03T15:46:14.057Z] 45167bc8ec4f: Pushed [2020-09-03T15:46:14.057Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:cec0f04b8b49c34e490c35e4da36f742394891c7a7461fe5577d6a5aa0e74be7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:14.388Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:14.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:14.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-03T15:46:14.718Z] d6cf95c99dce: Preparing [2020-09-03T15:46:14.718Z] 45167bc8ec4f: Preparing [2020-09-03T15:46:14.718Z] 853bd8dee9b8: Preparing [2020-09-03T15:46:14.718Z] d6cf95c99dce: Layer already exists [2020-09-03T15:46:14.718Z] 45167bc8ec4f: Layer already exists [2020-09-03T15:46:14.718Z] 853bd8dee9b8: Layer already exists [2020-09-03T15:46:14.988Z] 1.2.2-dev.21: digest: sha256:cec0f04b8b49c34e490c35e4da36f742394891c7a7461fe5577d6a5aa0e74be7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:15.323Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:15.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:15.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-03T15:46:15.655Z] d6cf95c99dce: Preparing [2020-09-03T15:46:15.655Z] 45167bc8ec4f: Preparing [2020-09-03T15:46:15.655Z] 853bd8dee9b8: Preparing [2020-09-03T15:46:15.655Z] 45167bc8ec4f: Layer already exists [2020-09-03T15:46:15.655Z] d6cf95c99dce: Layer already exists [2020-09-03T15:46:15.655Z] 853bd8dee9b8: Layer already exists [2020-09-03T15:46:15.924Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:cec0f04b8b49c34e490c35e4da36f742394891c7a7461fe5577d6a5aa0e74be7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:16.259Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:16.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-03T15:46:16.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-03T15:46:16.587Z] d6cf95c99dce: Preparing [2020-09-03T15:46:16.587Z] 45167bc8ec4f: Preparing [2020-09-03T15:46:16.587Z] 853bd8dee9b8: Preparing [2020-09-03T15:46:16.587Z] d6cf95c99dce: Layer already exists [2020-09-03T15:46:16.587Z] 45167bc8ec4f: Layer already exists [2020-09-03T15:46:16.587Z] 853bd8dee9b8: Layer already exists [2020-09-03T15:46:16.855Z] master: digest: sha256:cec0f04b8b49c34e490c35e4da36f742394891c7a7461fe5577d6a5aa0e74be7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:46:17.026Z] ===================================================== [Pipeline] echo [2020-09-03T15:46:17.065Z] taggedImages: [2020-09-03T15:46:17.065Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:17.065Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:17.065Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:17.065Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-03T15:46:17.117Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-03T15:46:17.117Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:17.117Z] 1.2.2-dev.21 [2020-09-03T15:46:17.117Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:17.117Z] master [2020-09-03T15:46:17.117Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:17.593Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:17.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:17.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-03T15:46:17.921Z] fedbb275eef7: Preparing [2020-09-03T15:46:17.921Z] bf269ddf197a: Preparing [2020-09-03T15:46:17.921Z] 1e8a0d40cb04: Preparing [2020-09-03T15:46:17.921Z] 5b73ec560be2: Preparing [2020-09-03T15:46:17.921Z] 8bfa3b18fae8: Preparing [2020-09-03T15:46:17.921Z] e2f13739ad41: Preparing [2020-09-03T15:46:17.921Z] e2f13739ad41: Waiting [2020-09-03T15:46:18.191Z] fedbb275eef7: Pushed [2020-09-03T15:46:18.191Z] 1e8a0d40cb04: Pushed [2020-09-03T15:46:18.191Z] 8bfa3b18fae8: Pushed [2020-09-03T15:46:18.191Z] e2f13739ad41: Layer already exists [2020-09-03T15:46:18.780Z] 5b73ec560be2: Pushed [2020-09-03T15:46:22.139Z] bf269ddf197a: Pushed [2020-09-03T15:46:22.139Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:e3edb6b3e71431d9c611b5f627fd5ef9c1a0e2cfc386c17a7ed9d5f6a174e29e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:22.474Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:22.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:22.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-03T15:46:22.809Z] fedbb275eef7: Preparing [2020-09-03T15:46:22.809Z] bf269ddf197a: Preparing [2020-09-03T15:46:22.809Z] 1e8a0d40cb04: Preparing [2020-09-03T15:46:22.809Z] 5b73ec560be2: Preparing [2020-09-03T15:46:22.809Z] 8bfa3b18fae8: Preparing [2020-09-03T15:46:22.809Z] e2f13739ad41: Preparing [2020-09-03T15:46:22.809Z] e2f13739ad41: Waiting [2020-09-03T15:46:22.809Z] fedbb275eef7: Layer already exists [2020-09-03T15:46:22.809Z] 5b73ec560be2: Layer already exists [2020-09-03T15:46:23.078Z] 1e8a0d40cb04: Layer already exists [2020-09-03T15:46:23.078Z] bf269ddf197a: Layer already exists [2020-09-03T15:46:23.078Z] 8bfa3b18fae8: Layer already exists [2020-09-03T15:46:23.078Z] e2f13739ad41: Layer already exists [2020-09-03T15:46:23.078Z] 1.2.2-dev.21: digest: sha256:e3edb6b3e71431d9c611b5f627fd5ef9c1a0e2cfc386c17a7ed9d5f6a174e29e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:23.413Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:23.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:23.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-03T15:46:23.742Z] fedbb275eef7: Preparing [2020-09-03T15:46:23.742Z] bf269ddf197a: Preparing [2020-09-03T15:46:23.743Z] 1e8a0d40cb04: Preparing [2020-09-03T15:46:23.743Z] 5b73ec560be2: Preparing [2020-09-03T15:46:23.743Z] 8bfa3b18fae8: Preparing [2020-09-03T15:46:23.743Z] e2f13739ad41: Preparing [2020-09-03T15:46:23.743Z] e2f13739ad41: Waiting [2020-09-03T15:46:23.743Z] fedbb275eef7: Layer already exists [2020-09-03T15:46:23.743Z] 1e8a0d40cb04: Layer already exists [2020-09-03T15:46:23.743Z] 5b73ec560be2: Layer already exists [2020-09-03T15:46:23.743Z] bf269ddf197a: Layer already exists [2020-09-03T15:46:23.743Z] 8bfa3b18fae8: Layer already exists [2020-09-03T15:46:24.020Z] e2f13739ad41: Layer already exists [2020-09-03T15:46:24.020Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:e3edb6b3e71431d9c611b5f627fd5ef9c1a0e2cfc386c17a7ed9d5f6a174e29e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:24.424Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:24.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-03T15:46:24.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-03T15:46:24.780Z] fedbb275eef7: Preparing [2020-09-03T15:46:24.780Z] bf269ddf197a: Preparing [2020-09-03T15:46:24.780Z] 1e8a0d40cb04: Preparing [2020-09-03T15:46:24.780Z] 5b73ec560be2: Preparing [2020-09-03T15:46:24.780Z] 8bfa3b18fae8: Preparing [2020-09-03T15:46:24.780Z] e2f13739ad41: Preparing [2020-09-03T15:46:24.780Z] e2f13739ad41: Waiting [2020-09-03T15:46:24.780Z] 1e8a0d40cb04: Layer already exists [2020-09-03T15:46:24.780Z] bf269ddf197a: Layer already exists [2020-09-03T15:46:24.780Z] fedbb275eef7: Layer already exists [2020-09-03T15:46:24.780Z] 8bfa3b18fae8: Layer already exists [2020-09-03T15:46:24.780Z] 5b73ec560be2: Layer already exists [2020-09-03T15:46:24.780Z] e2f13739ad41: Layer already exists [2020-09-03T15:46:25.050Z] master: digest: sha256:e3edb6b3e71431d9c611b5f627fd5ef9c1a0e2cfc386c17a7ed9d5f6a174e29e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:46:25.254Z] ===================================================== [Pipeline] echo [2020-09-03T15:46:25.302Z] taggedImages: [2020-09-03T15:46:25.302Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:25.302Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:25.302Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:25.302Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-03T15:46:25.358Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-03T15:46:25.358Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:25.358Z] 1.2.2-dev.21 [2020-09-03T15:46:25.358Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:25.358Z] master [2020-09-03T15:46:25.358Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:25.909Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:26.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:26.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-03T15:46:26.258Z] 3b20e84d1503: Preparing [2020-09-03T15:46:26.258Z] 887988e854b8: Preparing [2020-09-03T15:46:26.258Z] 8b60690464d1: Preparing [2020-09-03T15:46:26.529Z] 8b60690464d1: Pushed [2020-09-03T15:46:26.529Z] 3b20e84d1503: Pushed [2020-09-03T15:46:29.890Z] 887988e854b8: Pushed [2020-09-03T15:46:29.890Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:7a212ffcd0c8c975dad5203e298916256979ceca821a03c37e346ab888291bdc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:30.225Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:30.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:30.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-03T15:46:30.556Z] 3b20e84d1503: Preparing [2020-09-03T15:46:30.556Z] 887988e854b8: Preparing [2020-09-03T15:46:30.556Z] 8b60690464d1: Preparing [2020-09-03T15:46:30.556Z] 3b20e84d1503: Layer already exists [2020-09-03T15:46:30.556Z] 8b60690464d1: Layer already exists [2020-09-03T15:46:30.556Z] 887988e854b8: Layer already exists [2020-09-03T15:46:30.826Z] 1.2.2-dev.21: digest: sha256:7a212ffcd0c8c975dad5203e298916256979ceca821a03c37e346ab888291bdc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:31.158Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:31.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:31.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-03T15:46:31.485Z] 3b20e84d1503: Preparing [2020-09-03T15:46:31.485Z] 887988e854b8: Preparing [2020-09-03T15:46:31.485Z] 8b60690464d1: Preparing [2020-09-03T15:46:31.485Z] 887988e854b8: Layer already exists [2020-09-03T15:46:31.485Z] 8b60690464d1: Layer already exists [2020-09-03T15:46:31.485Z] 3b20e84d1503: Layer already exists [2020-09-03T15:46:31.756Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:7a212ffcd0c8c975dad5203e298916256979ceca821a03c37e346ab888291bdc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:32.110Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:32.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-03T15:46:32.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-03T15:46:32.444Z] 3b20e84d1503: Preparing [2020-09-03T15:46:32.444Z] 887988e854b8: Preparing [2020-09-03T15:46:32.444Z] 8b60690464d1: Preparing [2020-09-03T15:46:32.444Z] 8b60690464d1: Layer already exists [2020-09-03T15:46:32.444Z] 3b20e84d1503: Layer already exists [2020-09-03T15:46:32.444Z] 887988e854b8: Layer already exists [2020-09-03T15:46:32.722Z] master: digest: sha256:7a212ffcd0c8c975dad5203e298916256979ceca821a03c37e346ab888291bdc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:46:32.930Z] ===================================================== [Pipeline] echo [2020-09-03T15:46:32.973Z] taggedImages: [2020-09-03T15:46:32.973Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:32.973Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:32.973Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:32.973Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-03T15:46:33.035Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-03T15:46:33.035Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:33.035Z] 1.2.2-dev.21 [2020-09-03T15:46:33.035Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:33.035Z] master [2020-09-03T15:46:33.035Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:33.570Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:33.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:33.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-03T15:46:33.922Z] 3592dba3cc34: Preparing [2020-09-03T15:46:33.922Z] a62a9532f27a: Preparing [2020-09-03T15:46:33.922Z] 364780665497: Preparing [2020-09-03T15:46:33.922Z] a81c30a65f4e: Preparing [2020-09-03T15:46:33.922Z] e2f13739ad41: Preparing [2020-09-03T15:46:33.922Z] e2f13739ad41: Layer already exists [2020-09-03T15:46:34.203Z] a62a9532f27a: Pushed [2020-09-03T15:46:34.203Z] 364780665497: Pushed [2020-09-03T15:46:34.486Z] a81c30a65f4e: Pushed [2020-09-03T15:46:36.453Z] 3592dba3cc34: Pushed [2020-09-03T15:46:36.453Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:a6fcb75646271493957abb55fdbb2cee8d3d745245a3d4f92f3eea82ff51df62 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:36.804Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:37.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:37.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-03T15:46:37.143Z] 3592dba3cc34: Preparing [2020-09-03T15:46:37.143Z] a62a9532f27a: Preparing [2020-09-03T15:46:37.143Z] 364780665497: Preparing [2020-09-03T15:46:37.143Z] a81c30a65f4e: Preparing [2020-09-03T15:46:37.143Z] e2f13739ad41: Preparing [2020-09-03T15:46:37.143Z] a62a9532f27a: Layer already exists [2020-09-03T15:46:37.143Z] e2f13739ad41: Layer already exists [2020-09-03T15:46:37.143Z] 3592dba3cc34: Layer already exists [2020-09-03T15:46:37.143Z] 364780665497: Layer already exists [2020-09-03T15:46:37.143Z] a81c30a65f4e: Layer already exists [2020-09-03T15:46:37.418Z] 1.2.2-dev.21: digest: sha256:a6fcb75646271493957abb55fdbb2cee8d3d745245a3d4f92f3eea82ff51df62 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:37.790Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:38.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:38.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-03T15:46:38.160Z] 3592dba3cc34: Preparing [2020-09-03T15:46:38.160Z] a62a9532f27a: Preparing [2020-09-03T15:46:38.160Z] 364780665497: Preparing [2020-09-03T15:46:38.160Z] a81c30a65f4e: Preparing [2020-09-03T15:46:38.160Z] e2f13739ad41: Preparing [2020-09-03T15:46:38.160Z] 3592dba3cc34: Layer already exists [2020-09-03T15:46:38.160Z] 364780665497: Layer already exists [2020-09-03T15:46:38.160Z] a81c30a65f4e: Layer already exists [2020-09-03T15:46:38.160Z] e2f13739ad41: Layer already exists [2020-09-03T15:46:38.160Z] a62a9532f27a: Layer already exists [2020-09-03T15:46:38.434Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:a6fcb75646271493957abb55fdbb2cee8d3d745245a3d4f92f3eea82ff51df62 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:38.801Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:39.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-03T15:46:39.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-03T15:46:39.157Z] 3592dba3cc34: Preparing [2020-09-03T15:46:39.157Z] a62a9532f27a: Preparing [2020-09-03T15:46:39.157Z] 364780665497: Preparing [2020-09-03T15:46:39.157Z] a81c30a65f4e: Preparing [2020-09-03T15:46:39.157Z] e2f13739ad41: Preparing [2020-09-03T15:46:39.157Z] a81c30a65f4e: Layer already exists [2020-09-03T15:46:39.157Z] 3592dba3cc34: Layer already exists [2020-09-03T15:46:39.157Z] 364780665497: Layer already exists [2020-09-03T15:46:39.157Z] a62a9532f27a: Layer already exists [2020-09-03T15:46:39.157Z] e2f13739ad41: Layer already exists [2020-09-03T15:46:39.436Z] master: digest: sha256:a6fcb75646271493957abb55fdbb2cee8d3d745245a3d4f92f3eea82ff51df62 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:46:39.627Z] ===================================================== [Pipeline] echo [2020-09-03T15:46:39.676Z] taggedImages: [2020-09-03T15:46:39.676Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:39.676Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:39.676Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:39.676Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-03T15:46:39.738Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-03T15:46:39.738Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:39.738Z] 1.2.2-dev.21 [2020-09-03T15:46:39.738Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:39.738Z] master [2020-09-03T15:46:39.738Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:40.223Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:40.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:40.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-03T15:46:40.628Z] d16c2f39560d: Preparing [2020-09-03T15:46:40.628Z] 25cb1afcc0c9: Preparing [2020-09-03T15:46:40.628Z] d4f5169462ff: Preparing [2020-09-03T15:46:40.628Z] 74f9ae2c961b: Preparing [2020-09-03T15:46:40.628Z] 74f9ae2c961b: Preparing [2020-09-03T15:46:40.628Z] 7f905d55a3f4: Preparing [2020-09-03T15:46:40.628Z] d397fd480e53: Preparing [2020-09-03T15:46:40.628Z] 71920c719750: Preparing [2020-09-03T15:46:40.628Z] d16c2f39560d: Preparing [2020-09-03T15:46:40.628Z] ab0a31934e5e: Preparing [2020-09-03T15:46:40.628Z] 86cac4e91abb: Preparing [2020-09-03T15:46:40.628Z] 0e34f7e0e7b8: Preparing [2020-09-03T15:46:40.628Z] e2f13739ad41: Preparing [2020-09-03T15:46:40.628Z] d397fd480e53: Waiting [2020-09-03T15:46:40.628Z] 71920c719750: Waiting [2020-09-03T15:46:40.628Z] ab0a31934e5e: Waiting [2020-09-03T15:46:40.628Z] 86cac4e91abb: Waiting [2020-09-03T15:46:40.628Z] 0e34f7e0e7b8: Waiting [2020-09-03T15:46:40.628Z] e2f13739ad41: Waiting [2020-09-03T15:46:40.916Z] 74f9ae2c961b: Pushed [2020-09-03T15:46:40.916Z] 7f905d55a3f4: Pushed [2020-09-03T15:46:40.916Z] d4f5169462ff: Pushed [2020-09-03T15:46:40.916Z] 25cb1afcc0c9: Pushed [2020-09-03T15:46:41.203Z] d397fd480e53: Pushed [2020-09-03T15:46:41.203Z] 71920c719750: Pushed [2020-09-03T15:46:41.203Z] e2f13739ad41: Layer already exists [2020-09-03T15:46:41.203Z] ab0a31934e5e: Pushed [2020-09-03T15:46:41.203Z] 86cac4e91abb: Pushed [2020-09-03T15:46:41.478Z] 0e34f7e0e7b8: Pushed [2020-09-03T15:46:42.907Z] d16c2f39560d: Pushed [2020-09-03T15:46:43.178Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:f20fbea37ef456a526dfb46594aa9c703a2c6d9ef15f0a1628868093b6449497 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:43.515Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:43.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:43.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-03T15:46:43.850Z] d16c2f39560d: Preparing [2020-09-03T15:46:43.850Z] 25cb1afcc0c9: Preparing [2020-09-03T15:46:43.850Z] d4f5169462ff: Preparing [2020-09-03T15:46:43.850Z] 74f9ae2c961b: Preparing [2020-09-03T15:46:43.850Z] 74f9ae2c961b: Preparing [2020-09-03T15:46:43.850Z] 7f905d55a3f4: Preparing [2020-09-03T15:46:43.850Z] d397fd480e53: Preparing [2020-09-03T15:46:43.850Z] 71920c719750: Preparing [2020-09-03T15:46:43.850Z] d16c2f39560d: Preparing [2020-09-03T15:46:43.850Z] ab0a31934e5e: Preparing [2020-09-03T15:46:43.850Z] 86cac4e91abb: Preparing [2020-09-03T15:46:43.850Z] 0e34f7e0e7b8: Preparing [2020-09-03T15:46:43.850Z] e2f13739ad41: Preparing [2020-09-03T15:46:43.850Z] d397fd480e53: Waiting [2020-09-03T15:46:43.850Z] 71920c719750: Waiting [2020-09-03T15:46:43.850Z] e2f13739ad41: Waiting [2020-09-03T15:46:43.850Z] ab0a31934e5e: Waiting [2020-09-03T15:46:43.850Z] 86cac4e91abb: Waiting [2020-09-03T15:46:43.850Z] 0e34f7e0e7b8: Waiting [2020-09-03T15:46:43.850Z] 74f9ae2c961b: Layer already exists [2020-09-03T15:46:43.850Z] 25cb1afcc0c9: Layer already exists [2020-09-03T15:46:43.850Z] d4f5169462ff: Layer already exists [2020-09-03T15:46:43.850Z] 7f905d55a3f4: Layer already exists [2020-09-03T15:46:44.120Z] d16c2f39560d: Layer already exists [2020-09-03T15:46:44.120Z] 71920c719750: Layer already exists [2020-09-03T15:46:44.120Z] d397fd480e53: Layer already exists [2020-09-03T15:46:44.120Z] ab0a31934e5e: Layer already exists [2020-09-03T15:46:44.120Z] 86cac4e91abb: Layer already exists [2020-09-03T15:46:44.120Z] 0e34f7e0e7b8: Layer already exists [2020-09-03T15:46:44.120Z] e2f13739ad41: Layer already exists [2020-09-03T15:46:44.120Z] 1.2.2-dev.21: digest: sha256:f20fbea37ef456a526dfb46594aa9c703a2c6d9ef15f0a1628868093b6449497 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:44.455Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:44.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:44.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-03T15:46:44.799Z] d16c2f39560d: Preparing [2020-09-03T15:46:44.799Z] 25cb1afcc0c9: Preparing [2020-09-03T15:46:44.799Z] d4f5169462ff: Preparing [2020-09-03T15:46:44.799Z] 74f9ae2c961b: Preparing [2020-09-03T15:46:44.799Z] 74f9ae2c961b: Preparing [2020-09-03T15:46:44.799Z] 7f905d55a3f4: Preparing [2020-09-03T15:46:44.799Z] d397fd480e53: Preparing [2020-09-03T15:46:44.799Z] 71920c719750: Preparing [2020-09-03T15:46:44.799Z] d16c2f39560d: Preparing [2020-09-03T15:46:44.799Z] ab0a31934e5e: Preparing [2020-09-03T15:46:44.799Z] 86cac4e91abb: Preparing [2020-09-03T15:46:44.799Z] 0e34f7e0e7b8: Preparing [2020-09-03T15:46:44.799Z] e2f13739ad41: Preparing [2020-09-03T15:46:44.799Z] d397fd480e53: Waiting [2020-09-03T15:46:44.799Z] 71920c719750: Waiting [2020-09-03T15:46:44.799Z] ab0a31934e5e: Waiting [2020-09-03T15:46:44.799Z] 86cac4e91abb: Waiting [2020-09-03T15:46:44.799Z] 0e34f7e0e7b8: Waiting [2020-09-03T15:46:44.799Z] e2f13739ad41: Waiting [2020-09-03T15:46:45.068Z] 25cb1afcc0c9: Layer already exists [2020-09-03T15:46:45.068Z] 74f9ae2c961b: Layer already exists [2020-09-03T15:46:45.068Z] 7f905d55a3f4: Layer already exists [2020-09-03T15:46:45.068Z] d4f5169462ff: Layer already exists [2020-09-03T15:46:45.068Z] d16c2f39560d: Layer already exists [2020-09-03T15:46:45.068Z] d397fd480e53: Layer already exists [2020-09-03T15:46:45.068Z] 0e34f7e0e7b8: Layer already exists [2020-09-03T15:46:45.068Z] ab0a31934e5e: Layer already exists [2020-09-03T15:46:45.068Z] 71920c719750: Layer already exists [2020-09-03T15:46:45.068Z] 86cac4e91abb: Layer already exists [2020-09-03T15:46:45.068Z] e2f13739ad41: Layer already exists [2020-09-03T15:46:45.068Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:f20fbea37ef456a526dfb46594aa9c703a2c6d9ef15f0a1628868093b6449497 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:45.408Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:45.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-03T15:46:45.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-03T15:46:45.746Z] d16c2f39560d: Preparing [2020-09-03T15:46:45.746Z] 25cb1afcc0c9: Preparing [2020-09-03T15:46:45.746Z] d4f5169462ff: Preparing [2020-09-03T15:46:45.746Z] 74f9ae2c961b: Preparing [2020-09-03T15:46:45.746Z] 74f9ae2c961b: Preparing [2020-09-03T15:46:45.746Z] 7f905d55a3f4: Preparing [2020-09-03T15:46:45.746Z] d397fd480e53: Preparing [2020-09-03T15:46:45.746Z] 71920c719750: Preparing [2020-09-03T15:46:45.746Z] d16c2f39560d: Preparing [2020-09-03T15:46:45.746Z] ab0a31934e5e: Preparing [2020-09-03T15:46:45.746Z] 86cac4e91abb: Preparing [2020-09-03T15:46:45.746Z] 0e34f7e0e7b8: Preparing [2020-09-03T15:46:45.746Z] e2f13739ad41: Preparing [2020-09-03T15:46:45.746Z] d397fd480e53: Waiting [2020-09-03T15:46:45.746Z] 71920c719750: Waiting [2020-09-03T15:46:45.746Z] ab0a31934e5e: Waiting [2020-09-03T15:46:45.746Z] 0e34f7e0e7b8: Waiting [2020-09-03T15:46:45.746Z] e2f13739ad41: Waiting [2020-09-03T15:46:45.746Z] 86cac4e91abb: Waiting [2020-09-03T15:46:45.746Z] 25cb1afcc0c9: Layer already exists [2020-09-03T15:46:46.020Z] 74f9ae2c961b: Layer already exists [2020-09-03T15:46:46.020Z] d16c2f39560d: Layer already exists [2020-09-03T15:46:46.020Z] d4f5169462ff: Layer already exists [2020-09-03T15:46:46.020Z] 7f905d55a3f4: Layer already exists [2020-09-03T15:46:46.020Z] 71920c719750: Layer already exists [2020-09-03T15:46:46.020Z] d397fd480e53: Layer already exists [2020-09-03T15:46:46.020Z] 86cac4e91abb: Layer already exists [2020-09-03T15:46:46.020Z] ab0a31934e5e: Layer already exists [2020-09-03T15:46:46.020Z] 0e34f7e0e7b8: Layer already exists [2020-09-03T15:46:46.020Z] e2f13739ad41: Layer already exists [2020-09-03T15:46:46.020Z] master: digest: sha256:f20fbea37ef456a526dfb46594aa9c703a2c6d9ef15f0a1628868093b6449497 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:46:46.191Z] ===================================================== [Pipeline] echo [2020-09-03T15:46:46.231Z] taggedImages: [2020-09-03T15:46:46.231Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:46.231Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:46.231Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:46.231Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-03T15:46:46.287Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-03T15:46:46.287Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:46.287Z] 1.2.2-dev.21 [2020-09-03T15:46:46.287Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:46.287Z] master [2020-09-03T15:46:46.287Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:46.787Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:47.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:47.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-03T15:46:47.122Z] 1b6bd12c4ff7: Preparing [2020-09-03T15:46:47.122Z] 84f7d960fd25: Preparing [2020-09-03T15:46:47.122Z] fcd0f86dd31a: Preparing [2020-09-03T15:46:47.122Z] 49f5e12ab83c: Preparing [2020-09-03T15:46:47.122Z] d0cd1de47090: Preparing [2020-09-03T15:46:47.122Z] c6836acd5058: Preparing [2020-09-03T15:46:47.122Z] 3bb28d1f79ec: Preparing [2020-09-03T15:46:47.122Z] a14494341ece: Preparing [2020-09-03T15:46:47.122Z] 9e5e1c36d07f: Preparing [2020-09-03T15:46:47.122Z] 7af77115dfbf: Preparing [2020-09-03T15:46:47.122Z] 66b385cf80cf: Preparing [2020-09-03T15:46:47.122Z] a14494341ece: Waiting [2020-09-03T15:46:47.122Z] 9e5e1c36d07f: Waiting [2020-09-03T15:46:47.122Z] c6836acd5058: Waiting [2020-09-03T15:46:47.122Z] 7af77115dfbf: Waiting [2020-09-03T15:46:47.122Z] 66b385cf80cf: Waiting [2020-09-03T15:46:47.122Z] 3bb28d1f79ec: Waiting [2020-09-03T15:46:47.395Z] 1b6bd12c4ff7: Pushed [2020-09-03T15:46:47.395Z] 84f7d960fd25: Pushed [2020-09-03T15:46:47.672Z] c6836acd5058: Pushed [2020-09-03T15:46:47.672Z] 3bb28d1f79ec: Pushed [2020-09-03T15:46:47.947Z] a14494341ece: Pushed [2020-09-03T15:46:47.947Z] 9e5e1c36d07f: Pushed [2020-09-03T15:46:48.221Z] 66b385cf80cf: Layer already exists [2020-09-03T15:46:48.495Z] 7af77115dfbf: Pushed [2020-09-03T15:46:49.469Z] fcd0f86dd31a: Pushed [2020-09-03T15:46:49.469Z] d0cd1de47090: Pushed [2020-09-03T15:46:49.469Z] 49f5e12ab83c: Pushed [2020-09-03T15:46:49.739Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:17d6fb651275fcad2955992f551302a4563d1d061ba990f2549a94ce23d673e6 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:50.071Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:50.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:50.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-03T15:46:50.398Z] 1b6bd12c4ff7: Preparing [2020-09-03T15:46:50.398Z] 84f7d960fd25: Preparing [2020-09-03T15:46:50.398Z] fcd0f86dd31a: Preparing [2020-09-03T15:46:50.398Z] 49f5e12ab83c: Preparing [2020-09-03T15:46:50.398Z] d0cd1de47090: Preparing [2020-09-03T15:46:50.398Z] c6836acd5058: Preparing [2020-09-03T15:46:50.398Z] 3bb28d1f79ec: Preparing [2020-09-03T15:46:50.398Z] a14494341ece: Preparing [2020-09-03T15:46:50.398Z] 9e5e1c36d07f: Preparing [2020-09-03T15:46:50.398Z] 7af77115dfbf: Preparing [2020-09-03T15:46:50.398Z] 66b385cf80cf: Preparing [2020-09-03T15:46:50.398Z] c6836acd5058: Waiting [2020-09-03T15:46:50.398Z] 3bb28d1f79ec: Waiting [2020-09-03T15:46:50.398Z] a14494341ece: Waiting [2020-09-03T15:46:50.398Z] 7af77115dfbf: Waiting [2020-09-03T15:46:50.398Z] 66b385cf80cf: Waiting [2020-09-03T15:46:50.398Z] 9e5e1c36d07f: Waiting [2020-09-03T15:46:50.669Z] d0cd1de47090: Layer already exists [2020-09-03T15:46:50.669Z] 84f7d960fd25: Layer already exists [2020-09-03T15:46:50.669Z] 49f5e12ab83c: Layer already exists [2020-09-03T15:46:50.669Z] 1b6bd12c4ff7: Layer already exists [2020-09-03T15:46:50.669Z] fcd0f86dd31a: Layer already exists [2020-09-03T15:46:50.669Z] 3bb28d1f79ec: Layer already exists [2020-09-03T15:46:50.669Z] c6836acd5058: Layer already exists [2020-09-03T15:46:50.669Z] 7af77115dfbf: Layer already exists [2020-09-03T15:46:50.669Z] 9e5e1c36d07f: Layer already exists [2020-09-03T15:46:50.669Z] a14494341ece: Layer already exists [2020-09-03T15:46:50.669Z] 66b385cf80cf: Layer already exists [2020-09-03T15:46:50.669Z] 1.2.2-dev.21: digest: sha256:17d6fb651275fcad2955992f551302a4563d1d061ba990f2549a94ce23d673e6 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:51.018Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:51.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:51.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-03T15:46:51.346Z] 1b6bd12c4ff7: Preparing [2020-09-03T15:46:51.346Z] 84f7d960fd25: Preparing [2020-09-03T15:46:51.346Z] fcd0f86dd31a: Preparing [2020-09-03T15:46:51.346Z] 49f5e12ab83c: Preparing [2020-09-03T15:46:51.346Z] d0cd1de47090: Preparing [2020-09-03T15:46:51.346Z] c6836acd5058: Preparing [2020-09-03T15:46:51.346Z] 3bb28d1f79ec: Preparing [2020-09-03T15:46:51.346Z] a14494341ece: Preparing [2020-09-03T15:46:51.346Z] 9e5e1c36d07f: Preparing [2020-09-03T15:46:51.346Z] 7af77115dfbf: Preparing [2020-09-03T15:46:51.346Z] 66b385cf80cf: Preparing [2020-09-03T15:46:51.346Z] a14494341ece: Waiting [2020-09-03T15:46:51.346Z] 9e5e1c36d07f: Waiting [2020-09-03T15:46:51.346Z] c6836acd5058: Waiting [2020-09-03T15:46:51.346Z] 7af77115dfbf: Waiting [2020-09-03T15:46:51.346Z] 66b385cf80cf: Waiting [2020-09-03T15:46:51.346Z] 3bb28d1f79ec: Waiting [2020-09-03T15:46:51.619Z] 49f5e12ab83c: Layer already exists [2020-09-03T15:46:51.619Z] d0cd1de47090: Layer already exists [2020-09-03T15:46:51.619Z] 84f7d960fd25: Layer already exists [2020-09-03T15:46:51.619Z] fcd0f86dd31a: Layer already exists [2020-09-03T15:46:51.619Z] 1b6bd12c4ff7: Layer already exists [2020-09-03T15:46:51.619Z] c6836acd5058: Layer already exists [2020-09-03T15:46:51.619Z] 3bb28d1f79ec: Layer already exists [2020-09-03T15:46:51.619Z] a14494341ece: Layer already exists [2020-09-03T15:46:51.619Z] 9e5e1c36d07f: Layer already exists [2020-09-03T15:46:51.619Z] 7af77115dfbf: Layer already exists [2020-09-03T15:46:51.619Z] 66b385cf80cf: Layer already exists [2020-09-03T15:46:51.619Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:17d6fb651275fcad2955992f551302a4563d1d061ba990f2549a94ce23d673e6 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:51.951Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:52.282Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-03T15:46:52.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-03T15:46:52.282Z] 1b6bd12c4ff7: Preparing [2020-09-03T15:46:52.282Z] 84f7d960fd25: Preparing [2020-09-03T15:46:52.282Z] fcd0f86dd31a: Preparing [2020-09-03T15:46:52.282Z] 49f5e12ab83c: Preparing [2020-09-03T15:46:52.282Z] d0cd1de47090: Preparing [2020-09-03T15:46:52.282Z] c6836acd5058: Preparing [2020-09-03T15:46:52.282Z] 3bb28d1f79ec: Preparing [2020-09-03T15:46:52.282Z] a14494341ece: Preparing [2020-09-03T15:46:52.282Z] 9e5e1c36d07f: Preparing [2020-09-03T15:46:52.282Z] 7af77115dfbf: Preparing [2020-09-03T15:46:52.282Z] 66b385cf80cf: Preparing [2020-09-03T15:46:52.282Z] a14494341ece: Waiting [2020-09-03T15:46:52.282Z] 9e5e1c36d07f: Waiting [2020-09-03T15:46:52.282Z] 7af77115dfbf: Waiting [2020-09-03T15:46:52.282Z] c6836acd5058: Waiting [2020-09-03T15:46:52.282Z] 3bb28d1f79ec: Waiting [2020-09-03T15:46:52.282Z] 66b385cf80cf: Waiting [2020-09-03T15:46:52.551Z] fcd0f86dd31a: Layer already exists [2020-09-03T15:46:52.551Z] 84f7d960fd25: Layer already exists [2020-09-03T15:46:52.551Z] 49f5e12ab83c: Layer already exists [2020-09-03T15:46:52.551Z] d0cd1de47090: Layer already exists [2020-09-03T15:46:52.551Z] 1b6bd12c4ff7: Layer already exists [2020-09-03T15:46:52.551Z] a14494341ece: Layer already exists [2020-09-03T15:46:52.551Z] c6836acd5058: Layer already exists [2020-09-03T15:46:52.551Z] 9e5e1c36d07f: Layer already exists [2020-09-03T15:46:52.551Z] 3bb28d1f79ec: Layer already exists [2020-09-03T15:46:52.551Z] 7af77115dfbf: Layer already exists [2020-09-03T15:46:52.551Z] 66b385cf80cf: Layer already exists [2020-09-03T15:46:52.551Z] master: digest: sha256:17d6fb651275fcad2955992f551302a4563d1d061ba990f2549a94ce23d673e6 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:46:52.750Z] ===================================================== [Pipeline] echo [2020-09-03T15:46:52.803Z] taggedImages: [2020-09-03T15:46:52.804Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:52.804Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:52.804Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:52.804Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-03T15:46:52.854Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-03T15:46:52.854Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:52.854Z] 1.2.2-dev.21 [2020-09-03T15:46:52.854Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:52.854Z] master [2020-09-03T15:46:52.854Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:53.321Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:53.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:53.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-03T15:46:53.662Z] fdd01c73b159: Preparing [2020-09-03T15:46:53.662Z] eb1e1c7a11b7: Preparing [2020-09-03T15:46:53.662Z] 866c63a6ba2f: Preparing [2020-09-03T15:46:53.662Z] cc3d59805403: Preparing [2020-09-03T15:46:53.936Z] 866c63a6ba2f: Pushed [2020-09-03T15:46:53.936Z] fdd01c73b159: Pushed [2020-09-03T15:46:54.206Z] cc3d59805403: Pushed [2020-09-03T15:46:56.802Z] eb1e1c7a11b7: Pushed [2020-09-03T15:46:56.802Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:4d638f257e0ea947b8c93cd3bba0fc47411d3cef91167d6ddc85d1580f0cbf86 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:57.162Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:57.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:57.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-03T15:46:57.525Z] fdd01c73b159: Preparing [2020-09-03T15:46:57.525Z] eb1e1c7a11b7: Preparing [2020-09-03T15:46:57.525Z] 866c63a6ba2f: Preparing [2020-09-03T15:46:57.525Z] cc3d59805403: Preparing [2020-09-03T15:46:57.525Z] 866c63a6ba2f: Layer already exists [2020-09-03T15:46:57.525Z] cc3d59805403: Layer already exists [2020-09-03T15:46:57.525Z] eb1e1c7a11b7: Layer already exists [2020-09-03T15:46:57.525Z] fdd01c73b159: Layer already exists [2020-09-03T15:46:57.795Z] 1.2.2-dev.21: digest: sha256:4d638f257e0ea947b8c93cd3bba0fc47411d3cef91167d6ddc85d1580f0cbf86 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:58.123Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:58.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:58.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-03T15:46:58.447Z] fdd01c73b159: Preparing [2020-09-03T15:46:58.447Z] eb1e1c7a11b7: Preparing [2020-09-03T15:46:58.447Z] 866c63a6ba2f: Preparing [2020-09-03T15:46:58.447Z] cc3d59805403: Preparing [2020-09-03T15:46:58.447Z] cc3d59805403: Layer already exists [2020-09-03T15:46:58.447Z] fdd01c73b159: Layer already exists [2020-09-03T15:46:58.447Z] 866c63a6ba2f: Layer already exists [2020-09-03T15:46:58.447Z] eb1e1c7a11b7: Layer already exists [2020-09-03T15:46:58.715Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:4d638f257e0ea947b8c93cd3bba0fc47411d3cef91167d6ddc85d1580f0cbf86 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:59.055Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:46:59.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-03T15:46:59.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-03T15:46:59.385Z] fdd01c73b159: Preparing [2020-09-03T15:46:59.385Z] eb1e1c7a11b7: Preparing [2020-09-03T15:46:59.386Z] 866c63a6ba2f: Preparing [2020-09-03T15:46:59.386Z] cc3d59805403: Preparing [2020-09-03T15:46:59.386Z] eb1e1c7a11b7: Layer already exists [2020-09-03T15:46:59.386Z] 866c63a6ba2f: Layer already exists [2020-09-03T15:46:59.386Z] cc3d59805403: Layer already exists [2020-09-03T15:46:59.386Z] fdd01c73b159: Layer already exists [2020-09-03T15:46:59.654Z] master: digest: sha256:4d638f257e0ea947b8c93cd3bba0fc47411d3cef91167d6ddc85d1580f0cbf86 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:46:59.827Z] ===================================================== [Pipeline] echo [2020-09-03T15:46:59.866Z] taggedImages: [2020-09-03T15:46:59.866Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:59.866Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.21 [2020-09-03T15:46:59.866Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:59.866Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-03T15:46:59.919Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-03T15:46:59.919Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:46:59.919Z] 1.2.2-dev.21 [2020-09-03T15:46:59.919Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:46:59.919Z] master [2020-09-03T15:46:59.919Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:00.398Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:00.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:47:00.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-03T15:47:00.727Z] 52ba868a2147: Preparing [2020-09-03T15:47:00.727Z] c4b0c97e7d5f: Preparing [2020-09-03T15:47:00.727Z] a465c447aefc: Preparing [2020-09-03T15:47:00.727Z] 897bc53a1e59: Preparing [2020-09-03T15:47:00.727Z] 0ee6271c844c: Preparing [2020-09-03T15:47:00.727Z] 9d0d37160e70: Preparing [2020-09-03T15:47:00.727Z] 9d0d37160e70: Waiting [2020-09-03T15:47:00.996Z] a465c447aefc: Pushed [2020-09-03T15:47:00.996Z] 52ba868a2147: Pushed [2020-09-03T15:47:00.996Z] 0ee6271c844c: Pushed [2020-09-03T15:47:00.996Z] 897bc53a1e59: Pushed [2020-09-03T15:47:01.267Z] 9d0d37160e70: Pushed [2020-09-03T15:47:03.864Z] c4b0c97e7d5f: Pushed [2020-09-03T15:47:04.132Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:6d52de385104a35169ec84c69f130346cb33109590ff86aa774a5c3ccd56e431 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:04.466Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:04.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.21 [2020-09-03T15:47:04.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-03T15:47:04.794Z] 52ba868a2147: Preparing [2020-09-03T15:47:04.794Z] c4b0c97e7d5f: Preparing [2020-09-03T15:47:04.794Z] a465c447aefc: Preparing [2020-09-03T15:47:04.794Z] 897bc53a1e59: Preparing [2020-09-03T15:47:04.794Z] 0ee6271c844c: Preparing [2020-09-03T15:47:04.794Z] 9d0d37160e70: Preparing [2020-09-03T15:47:04.794Z] 9d0d37160e70: Waiting [2020-09-03T15:47:04.794Z] c4b0c97e7d5f: Layer already exists [2020-09-03T15:47:04.794Z] 897bc53a1e59: Layer already exists [2020-09-03T15:47:04.794Z] 0ee6271c844c: Layer already exists [2020-09-03T15:47:04.794Z] a465c447aefc: Layer already exists [2020-09-03T15:47:04.794Z] 52ba868a2147: Layer already exists [2020-09-03T15:47:04.794Z] 9d0d37160e70: Layer already exists [2020-09-03T15:47:05.062Z] 1.2.2-dev.21: digest: sha256:6d52de385104a35169ec84c69f130346cb33109590ff86aa774a5c3ccd56e431 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:05.392Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:05.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:47:05.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-03T15:47:05.718Z] 52ba868a2147: Preparing [2020-09-03T15:47:05.718Z] c4b0c97e7d5f: Preparing [2020-09-03T15:47:05.718Z] a465c447aefc: Preparing [2020-09-03T15:47:05.718Z] 897bc53a1e59: Preparing [2020-09-03T15:47:05.718Z] 0ee6271c844c: Preparing [2020-09-03T15:47:05.718Z] 9d0d37160e70: Preparing [2020-09-03T15:47:05.718Z] 9d0d37160e70: Waiting [2020-09-03T15:47:05.718Z] 897bc53a1e59: Layer already exists [2020-09-03T15:47:05.718Z] c4b0c97e7d5f: Layer already exists [2020-09-03T15:47:05.718Z] a465c447aefc: Layer already exists [2020-09-03T15:47:05.718Z] 0ee6271c844c: Layer already exists [2020-09-03T15:47:05.718Z] 52ba868a2147: Layer already exists [2020-09-03T15:47:05.718Z] 9d0d37160e70: Layer already exists [2020-09-03T15:47:05.987Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:6d52de385104a35169ec84c69f130346cb33109590ff86aa774a5c3ccd56e431 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:06.317Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:06.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-03T15:47:06.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-03T15:47:06.643Z] 52ba868a2147: Preparing [2020-09-03T15:47:06.643Z] c4b0c97e7d5f: Preparing [2020-09-03T15:47:06.643Z] a465c447aefc: Preparing [2020-09-03T15:47:06.643Z] 897bc53a1e59: Preparing [2020-09-03T15:47:06.643Z] 0ee6271c844c: Preparing [2020-09-03T15:47:06.643Z] 9d0d37160e70: Preparing [2020-09-03T15:47:06.643Z] 9d0d37160e70: Waiting [2020-09-03T15:47:06.643Z] 52ba868a2147: Layer already exists [2020-09-03T15:47:06.913Z] c4b0c97e7d5f: Layer already exists [2020-09-03T15:47:06.913Z] a465c447aefc: Layer already exists [2020-09-03T15:47:06.913Z] 897bc53a1e59: Layer already exists [2020-09-03T15:47:06.913Z] 0ee6271c844c: Layer already exists [2020-09-03T15:47:06.913Z] 9d0d37160e70: Layer already exists [2020-09-03T15:47:06.913Z] master: digest: sha256:6d52de385104a35169ec84c69f130346cb33109590ff86aa774a5c3ccd56e431 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:47:07.081Z] ===================================================== [Pipeline] echo [2020-09-03T15:47:07.120Z] taggedImages: [2020-09-03T15:47:07.120Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:47:07.120Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.21 [2020-09-03T15:47:07.120Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:47:07.120Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-03T15:47:07.172Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-03T15:47:07.172Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:47:07.172Z] 1.2.2-dev.21 [2020-09-03T15:47:07.172Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:47:07.172Z] master [2020-09-03T15:47:07.172Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:07.654Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:07.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:47:07.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-03T15:47:07.998Z] ff6e0e4a73b1: Preparing [2020-09-03T15:47:07.998Z] 5e506df5372f: Preparing [2020-09-03T15:47:07.998Z] 2d0ea8459ab0: Preparing [2020-09-03T15:47:08.267Z] ff6e0e4a73b1: Pushed [2020-09-03T15:47:08.267Z] 2d0ea8459ab0: Pushed [2020-09-03T15:47:11.629Z] 5e506df5372f: Pushed [2020-09-03T15:47:11.629Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:c7496b9704928e9e5da49e5cbdc5e39f6bb98a18ab0a4a222ec2702d4c5db7b9 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:11.963Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:12.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.21 [2020-09-03T15:47:12.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-03T15:47:12.290Z] ff6e0e4a73b1: Preparing [2020-09-03T15:47:12.290Z] 5e506df5372f: Preparing [2020-09-03T15:47:12.290Z] 2d0ea8459ab0: Preparing [2020-09-03T15:47:12.290Z] 5e506df5372f: Layer already exists [2020-09-03T15:47:12.290Z] 2d0ea8459ab0: Layer already exists [2020-09-03T15:47:12.290Z] ff6e0e4a73b1: Layer already exists [2020-09-03T15:47:12.558Z] 1.2.2-dev.21: digest: sha256:c7496b9704928e9e5da49e5cbdc5e39f6bb98a18ab0a4a222ec2702d4c5db7b9 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:12.932Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:13.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:47:13.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-03T15:47:13.280Z] ff6e0e4a73b1: Preparing [2020-09-03T15:47:13.280Z] 5e506df5372f: Preparing [2020-09-03T15:47:13.280Z] 2d0ea8459ab0: Preparing [2020-09-03T15:47:13.280Z] 5e506df5372f: Layer already exists [2020-09-03T15:47:13.280Z] ff6e0e4a73b1: Layer already exists [2020-09-03T15:47:13.280Z] 2d0ea8459ab0: Layer already exists [2020-09-03T15:47:13.552Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:c7496b9704928e9e5da49e5cbdc5e39f6bb98a18ab0a4a222ec2702d4c5db7b9 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:13.882Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:14.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-03T15:47:14.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-03T15:47:14.207Z] ff6e0e4a73b1: Preparing [2020-09-03T15:47:14.207Z] 5e506df5372f: Preparing [2020-09-03T15:47:14.207Z] 2d0ea8459ab0: Preparing [2020-09-03T15:47:14.207Z] 2d0ea8459ab0: Layer already exists [2020-09-03T15:47:14.207Z] 5e506df5372f: Layer already exists [2020-09-03T15:47:14.207Z] ff6e0e4a73b1: Layer already exists [2020-09-03T15:47:14.475Z] master: digest: sha256:c7496b9704928e9e5da49e5cbdc5e39f6bb98a18ab0a4a222ec2702d4c5db7b9 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:47:14.632Z] ===================================================== [Pipeline] echo [2020-09-03T15:47:14.672Z] taggedImages: [2020-09-03T15:47:14.672Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:47:14.672Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.21 [2020-09-03T15:47:14.672Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:47:14.672Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-03T15:47:14.725Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-03T15:47:14.725Z] 083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:47:14.725Z] 1.2.2-dev.21 [2020-09-03T15:47:14.725Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:47:14.725Z] master [2020-09-03T15:47:14.725Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:15.205Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:15.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:47:15.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-03T15:47:15.533Z] f4fd28404ff8: Preparing [2020-09-03T15:47:15.533Z] 51053d227e25: Preparing [2020-09-03T15:47:15.533Z] 237302a86f9f: Preparing [2020-09-03T15:47:15.533Z] 529a950d1b0a: Preparing [2020-09-03T15:47:15.533Z] 5b3e98dc19c3: Preparing [2020-09-03T15:47:15.533Z] e3c11acb4bd4: Preparing [2020-09-03T15:47:15.533Z] ee2719821a18: Preparing [2020-09-03T15:47:15.533Z] dcafda8adff7: Preparing [2020-09-03T15:47:15.533Z] 48d9eb58abf3: Preparing [2020-09-03T15:47:15.533Z] e5de615b7841: Preparing [2020-09-03T15:47:15.533Z] b0d752909cf9: Preparing [2020-09-03T15:47:15.533Z] 94fdc660876c: Preparing [2020-09-03T15:47:15.533Z] 4e7279dfc0c0: Preparing [2020-09-03T15:47:15.533Z] e2f13739ad41: Preparing [2020-09-03T15:47:15.533Z] e3c11acb4bd4: Waiting [2020-09-03T15:47:15.533Z] b0d752909cf9: Waiting [2020-09-03T15:47:15.533Z] ee2719821a18: Waiting [2020-09-03T15:47:15.533Z] 94fdc660876c: Waiting [2020-09-03T15:47:15.533Z] dcafda8adff7: Waiting [2020-09-03T15:47:15.533Z] 4e7279dfc0c0: Waiting [2020-09-03T15:47:15.533Z] e2f13739ad41: Waiting [2020-09-03T15:47:15.533Z] 48d9eb58abf3: Waiting [2020-09-03T15:47:15.533Z] e5de615b7841: Waiting [2020-09-03T15:47:16.132Z] 5b3e98dc19c3: Pushed [2020-09-03T15:47:16.132Z] f4fd28404ff8: Pushed [2020-09-03T15:47:16.728Z] 529a950d1b0a: Pushed [2020-09-03T15:47:16.728Z] dcafda8adff7: Layer already exists [2020-09-03T15:47:16.728Z] 48d9eb58abf3: Layer already exists [2020-09-03T15:47:17.002Z] e5de615b7841: Layer already exists [2020-09-03T15:47:17.002Z] ee2719821a18: Pushed [2020-09-03T15:47:17.002Z] 94fdc660876c: Layer already exists [2020-09-03T15:47:17.002Z] b0d752909cf9: Layer already exists [2020-09-03T15:47:17.002Z] 4e7279dfc0c0: Layer already exists [2020-09-03T15:47:17.002Z] e2f13739ad41: Layer already exists [2020-09-03T15:47:17.594Z] 51053d227e25: Pushed [2020-09-03T15:47:18.560Z] e3c11acb4bd4: Pushed [2020-09-03T15:47:28.652Z] 237302a86f9f: Pushed [2020-09-03T15:47:28.652Z] 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:a951089188c0589648a6755471011ec4194320f7417577057d3c06edde6501a6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:28.979Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:29.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.21 [2020-09-03T15:47:29.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-03T15:47:29.309Z] f4fd28404ff8: Preparing [2020-09-03T15:47:29.309Z] 51053d227e25: Preparing [2020-09-03T15:47:29.309Z] 237302a86f9f: Preparing [2020-09-03T15:47:29.309Z] 529a950d1b0a: Preparing [2020-09-03T15:47:29.309Z] 5b3e98dc19c3: Preparing [2020-09-03T15:47:29.309Z] e3c11acb4bd4: Preparing [2020-09-03T15:47:29.309Z] ee2719821a18: Preparing [2020-09-03T15:47:29.309Z] dcafda8adff7: Preparing [2020-09-03T15:47:29.309Z] 48d9eb58abf3: Preparing [2020-09-03T15:47:29.309Z] e5de615b7841: Preparing [2020-09-03T15:47:29.309Z] b0d752909cf9: Preparing [2020-09-03T15:47:29.309Z] 94fdc660876c: Preparing [2020-09-03T15:47:29.309Z] 4e7279dfc0c0: Preparing [2020-09-03T15:47:29.309Z] e2f13739ad41: Preparing [2020-09-03T15:47:29.309Z] 48d9eb58abf3: Waiting [2020-09-03T15:47:29.309Z] 94fdc660876c: Waiting [2020-09-03T15:47:29.309Z] e5de615b7841: Waiting [2020-09-03T15:47:29.309Z] b0d752909cf9: Waiting [2020-09-03T15:47:29.309Z] 4e7279dfc0c0: Waiting [2020-09-03T15:47:29.309Z] e2f13739ad41: Waiting [2020-09-03T15:47:29.309Z] ee2719821a18: Waiting [2020-09-03T15:47:29.309Z] dcafda8adff7: Waiting [2020-09-03T15:47:29.309Z] e3c11acb4bd4: Waiting [2020-09-03T15:47:29.309Z] 5b3e98dc19c3: Layer already exists [2020-09-03T15:47:29.309Z] 51053d227e25: Layer already exists [2020-09-03T15:47:29.580Z] f4fd28404ff8: Layer already exists [2020-09-03T15:47:29.580Z] 237302a86f9f: Layer already exists [2020-09-03T15:47:29.580Z] 529a950d1b0a: Layer already exists [2020-09-03T15:47:29.580Z] ee2719821a18: Layer already exists [2020-09-03T15:47:29.580Z] e3c11acb4bd4: Layer already exists [2020-09-03T15:47:29.580Z] 48d9eb58abf3: Layer already exists [2020-09-03T15:47:29.580Z] dcafda8adff7: Layer already exists [2020-09-03T15:47:29.580Z] e5de615b7841: Layer already exists [2020-09-03T15:47:29.580Z] 4e7279dfc0c0: Layer already exists [2020-09-03T15:47:29.580Z] 94fdc660876c: Layer already exists [2020-09-03T15:47:29.580Z] e2f13739ad41: Layer already exists [2020-09-03T15:47:29.580Z] b0d752909cf9: Layer already exists [2020-09-03T15:47:29.580Z] 1.2.2-dev.21: digest: sha256:a951089188c0589648a6755471011ec4194320f7417577057d3c06edde6501a6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:29.908Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:30.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:47:30.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-03T15:47:30.232Z] f4fd28404ff8: Preparing [2020-09-03T15:47:30.232Z] 51053d227e25: Preparing [2020-09-03T15:47:30.232Z] 237302a86f9f: Preparing [2020-09-03T15:47:30.232Z] 529a950d1b0a: Preparing [2020-09-03T15:47:30.232Z] 5b3e98dc19c3: Preparing [2020-09-03T15:47:30.232Z] e3c11acb4bd4: Preparing [2020-09-03T15:47:30.232Z] ee2719821a18: Preparing [2020-09-03T15:47:30.232Z] dcafda8adff7: Preparing [2020-09-03T15:47:30.232Z] 48d9eb58abf3: Preparing [2020-09-03T15:47:30.232Z] e5de615b7841: Preparing [2020-09-03T15:47:30.232Z] b0d752909cf9: Preparing [2020-09-03T15:47:30.232Z] 94fdc660876c: Preparing [2020-09-03T15:47:30.232Z] 4e7279dfc0c0: Preparing [2020-09-03T15:47:30.232Z] e2f13739ad41: Preparing [2020-09-03T15:47:30.232Z] dcafda8adff7: Waiting [2020-09-03T15:47:30.232Z] 48d9eb58abf3: Waiting [2020-09-03T15:47:30.232Z] e5de615b7841: Waiting [2020-09-03T15:47:30.232Z] b0d752909cf9: Waiting [2020-09-03T15:47:30.232Z] 94fdc660876c: Waiting [2020-09-03T15:47:30.232Z] 4e7279dfc0c0: Waiting [2020-09-03T15:47:30.232Z] e2f13739ad41: Waiting [2020-09-03T15:47:30.232Z] e3c11acb4bd4: Waiting [2020-09-03T15:47:30.232Z] ee2719821a18: Waiting [2020-09-03T15:47:30.232Z] 529a950d1b0a: Layer already exists [2020-09-03T15:47:30.232Z] 51053d227e25: Layer already exists [2020-09-03T15:47:30.232Z] f4fd28404ff8: Layer already exists [2020-09-03T15:47:30.232Z] 237302a86f9f: Layer already exists [2020-09-03T15:47:30.232Z] 5b3e98dc19c3: Layer already exists [2020-09-03T15:47:30.501Z] ee2719821a18: Layer already exists [2020-09-03T15:47:30.501Z] dcafda8adff7: Layer already exists [2020-09-03T15:47:30.501Z] e3c11acb4bd4: Layer already exists [2020-09-03T15:47:30.501Z] 48d9eb58abf3: Layer already exists [2020-09-03T15:47:30.501Z] e5de615b7841: Layer already exists [2020-09-03T15:47:30.501Z] b0d752909cf9: Layer already exists [2020-09-03T15:47:30.501Z] 94fdc660876c: Layer already exists [2020-09-03T15:47:30.501Z] 4e7279dfc0c0: Layer already exists [2020-09-03T15:47:30.501Z] e2f13739ad41: Layer already exists [2020-09-03T15:47:30.501Z] 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:a951089188c0589648a6755471011ec4194320f7417577057d3c06edde6501a6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:30.828Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:31.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-03T15:47:31.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-03T15:47:31.152Z] f4fd28404ff8: Preparing [2020-09-03T15:47:31.152Z] 51053d227e25: Preparing [2020-09-03T15:47:31.152Z] 237302a86f9f: Preparing [2020-09-03T15:47:31.152Z] 529a950d1b0a: Preparing [2020-09-03T15:47:31.152Z] 5b3e98dc19c3: Preparing [2020-09-03T15:47:31.152Z] e3c11acb4bd4: Preparing [2020-09-03T15:47:31.152Z] ee2719821a18: Preparing [2020-09-03T15:47:31.152Z] dcafda8adff7: Preparing [2020-09-03T15:47:31.152Z] 48d9eb58abf3: Preparing [2020-09-03T15:47:31.152Z] e5de615b7841: Preparing [2020-09-03T15:47:31.152Z] b0d752909cf9: Preparing [2020-09-03T15:47:31.153Z] 94fdc660876c: Preparing [2020-09-03T15:47:31.153Z] 4e7279dfc0c0: Preparing [2020-09-03T15:47:31.153Z] e2f13739ad41: Preparing [2020-09-03T15:47:31.153Z] e3c11acb4bd4: Waiting [2020-09-03T15:47:31.153Z] b0d752909cf9: Waiting [2020-09-03T15:47:31.153Z] ee2719821a18: Waiting [2020-09-03T15:47:31.153Z] dcafda8adff7: Waiting [2020-09-03T15:47:31.153Z] e5de615b7841: Waiting [2020-09-03T15:47:31.153Z] 48d9eb58abf3: Waiting [2020-09-03T15:47:31.153Z] 4e7279dfc0c0: Waiting [2020-09-03T15:47:31.153Z] e2f13739ad41: Waiting [2020-09-03T15:47:31.153Z] f4fd28404ff8: Layer already exists [2020-09-03T15:47:31.153Z] 237302a86f9f: Layer already exists [2020-09-03T15:47:31.153Z] 51053d227e25: Layer already exists [2020-09-03T15:47:31.153Z] 5b3e98dc19c3: Layer already exists [2020-09-03T15:47:31.421Z] 529a950d1b0a: Layer already exists [2020-09-03T15:47:31.421Z] dcafda8adff7: Layer already exists [2020-09-03T15:47:31.421Z] e3c11acb4bd4: Layer already exists [2020-09-03T15:47:31.421Z] ee2719821a18: Layer already exists [2020-09-03T15:47:31.421Z] e5de615b7841: Layer already exists [2020-09-03T15:47:31.421Z] 48d9eb58abf3: Layer already exists [2020-09-03T15:47:31.421Z] b0d752909cf9: Layer already exists [2020-09-03T15:47:31.421Z] 4e7279dfc0c0: Layer already exists [2020-09-03T15:47:31.421Z] 94fdc660876c: Layer already exists [2020-09-03T15:47:31.421Z] e2f13739ad41: Layer already exists [2020-09-03T15:47:31.421Z] master: digest: sha256:a951089188c0589648a6755471011ec4194320f7417577057d3c06edde6501a6 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T15:47:31.588Z] ===================================================== [Pipeline] echo [2020-09-03T15:47:31.625Z] taggedImages: [2020-09-03T15:47:31.625Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:47:31.625Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.21 [2020-09-03T15:47:31.625Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [2020-09-03T15:47:31.625Z] - 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-09-03T15:47:33.097Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-03T15:47:33.099Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-03T15:47:33.150Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:33.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T15:47:33.489Z] [2020-09-03T15:47:33.489Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:47:33.830Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T15:47:33.830Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-03T15:47:33.830Z] cbdbe7a5bc2a: Already exists [2020-09-03T15:47:33.830Z] 408f87550127: Pulling fs layer [2020-09-03T15:47:33.830Z] fe522b08c979: Pulling fs layer [2020-09-03T15:47:33.830Z] 221eaa008020: Pulling fs layer [2020-09-03T15:47:33.830Z] 2a4607e5d6b9: Pulling fs layer [2020-09-03T15:47:33.830Z] 8f79b27c4fd2: Pulling fs layer [2020-09-03T15:47:33.830Z] e5c8dbe1645b: Pulling fs layer [2020-09-03T15:47:33.830Z] 23e8b3b47431: Pulling fs layer [2020-09-03T15:47:33.830Z] 5c568d65a230: Pulling fs layer [2020-09-03T15:47:33.830Z] 2a4607e5d6b9: Waiting [2020-09-03T15:47:33.830Z] 8f79b27c4fd2: Waiting [2020-09-03T15:47:33.830Z] 23e8b3b47431: Waiting [2020-09-03T15:47:33.830Z] e5c8dbe1645b: Waiting [2020-09-03T15:47:33.830Z] 5c568d65a230: Waiting [2020-09-03T15:47:33.830Z] fe522b08c979: Verifying Checksum [2020-09-03T15:47:33.830Z] fe522b08c979: Download complete [2020-09-03T15:47:33.830Z] 408f87550127: Verifying Checksum [2020-09-03T15:47:33.830Z] 408f87550127: Download complete [2020-09-03T15:47:33.830Z] 2a4607e5d6b9: Verifying Checksum [2020-09-03T15:47:33.830Z] 2a4607e5d6b9: Download complete [2020-09-03T15:47:33.830Z] 8f79b27c4fd2: Verifying Checksum [2020-09-03T15:47:33.830Z] 8f79b27c4fd2: Download complete [2020-09-03T15:47:34.097Z] e5c8dbe1645b: Verifying Checksum [2020-09-03T15:47:34.097Z] e5c8dbe1645b: Download complete [2020-09-03T15:47:34.097Z] 408f87550127: Pull complete [2020-09-03T15:47:34.364Z] fe522b08c979: Pull complete [2020-09-03T15:47:34.639Z] 23e8b3b47431: Verifying Checksum [2020-09-03T15:47:34.639Z] 23e8b3b47431: Download complete [2020-09-03T15:47:34.900Z] 5c568d65a230: Verifying Checksum [2020-09-03T15:47:34.900Z] 5c568d65a230: Download complete [2020-09-03T15:47:35.474Z] 221eaa008020: Download complete [2020-09-03T15:47:42.098Z] 221eaa008020: Pull complete [2020-09-03T15:47:42.098Z] 2a4607e5d6b9: Pull complete [2020-09-03T15:47:42.098Z] 8f79b27c4fd2: Pull complete [2020-09-03T15:47:46.497Z] e5c8dbe1645b: Pull complete [2020-09-03T15:47:49.802Z] 23e8b3b47431: Pull complete [2020-09-03T15:47:51.719Z] 5c568d65a230: Pull complete [2020-09-03T15:47:51.719Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-03T15:47:51.720Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T15:47:51.720Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-03T15:47:51.881Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:47:51.932Z] $ 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/133:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:47:53.108Z] $ docker top 7e35940daa170775ff4a0d1bf540e2c40b4c61df4b902b7a448e9ae704452b06 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T15:47:53.668Z] + snyk monitor '--org=edgex-jenkins' [2020-09-03T15:48:01.810Z] [2020-09-03T15:48:01.810Z] Monitoring /w/workspace/edgex-go/133 (github.com/edgexfoundry/edgex-go)... [2020-09-03T15:48:01.810Z] [2020-09-03T15:48:01.810Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/137260c9-21a8-44cd-b113-e27ee724d063 [2020-09-03T15:48:01.810Z] [2020-09-03T15:48:01.810Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-03T15:48:01.810Z] [2020-09-03T15:48:01.810Z] [2020-09-03T15:48:01.810Z] Snyk CLI supports Node.js 8 and higher. [2020-09-03T15:48:01.810Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-03T15:48:01.810Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-03T15:48:01.810Z] [2020-09-03T15:48:01.810Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-03T15:48:01.810Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-03T15:48:01.826Z] $ docker stop --time=1 7e35940daa170775ff4a0d1bf540e2c40b4c61df4b902b7a448e9ae704452b06 [2020-09-03T15:48:05.578Z] $ docker rm -f 7e35940daa170775ff4a0d1bf540e2c40b4c61df4b902b7a448e9ae704452b06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:48:07.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:48:07.633Z] [2020-09-03T15:48:07.633Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:48:07.971Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:48:07.971Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-03T15:48:07.971Z] e7c96db7181b: Pulling fs layer [2020-09-03T15:48:07.971Z] 1868ca2cb446: Pulling fs layer [2020-09-03T15:48:07.971Z] 136be5d0fe8e: Pulling fs layer [2020-09-03T15:48:07.971Z] 894bfe63afcb: Pulling fs layer [2020-09-03T15:48:07.971Z] 894bfe63afcb: Waiting [2020-09-03T15:48:07.971Z] 1868ca2cb446: Verifying Checksum [2020-09-03T15:48:07.971Z] 1868ca2cb446: Download complete [2020-09-03T15:48:07.971Z] 136be5d0fe8e: Verifying Checksum [2020-09-03T15:48:07.971Z] 136be5d0fe8e: Download complete [2020-09-03T15:48:07.971Z] e7c96db7181b: Verifying Checksum [2020-09-03T15:48:07.971Z] e7c96db7181b: Download complete [2020-09-03T15:48:07.971Z] 894bfe63afcb: Verifying Checksum [2020-09-03T15:48:07.971Z] 894bfe63afcb: Download complete [2020-09-03T15:48:08.232Z] e7c96db7181b: Pull complete [2020-09-03T15:48:08.495Z] 1868ca2cb446: Pull complete [2020-09-03T15:48:08.755Z] 136be5d0fe8e: Pull complete [2020-09-03T15:48:09.016Z] 894bfe63afcb: Pull complete [2020-09-03T15:48:09.016Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-03T15:48:09.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:48:09.016Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-03T15:48:09.120Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:48:09.175Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:48:09.974Z] $ docker top b70e18d514aa328d26237f6aea7aa5f6ea1edeca91e0aafdad6a167f83a2a32d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:48:10.511Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:48:10.511Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:48:13.213Z] $ docker stop --time=1 b70e18d514aa328d26237f6aea7aa5f6ea1edeca91e0aafdad6a167f83a2a32d [2020-09-03T15:48:14.565Z] $ docker rm -f b70e18d514aa328d26237f6aea7aa5f6ea1edeca91e0aafdad6a167f83a2a32d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:48:15.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:48:15.031Z] . [Pipeline] withDockerContainer [2020-09-03T15:48:15.124Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:48:15.169Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:48:15.812Z] $ docker top 8f3ee5f0f3ba381c6ebba834b074327230580b3462ae0f574d0c06ae031e25a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:48:16.314Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:48:16.314Z] + tee [2020-09-03T15:48:16.314Z] clair timeout 1m0s [2020-09-03T15:48:16.314Z] docker timeout: 1m0s [2020-09-03T15:48:16.314Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:48:16.978Z] $ docker stop --time=1 8f3ee5f0f3ba381c6ebba834b074327230580b3462ae0f574d0c06ae031e25a9 [2020-09-03T15:48:18.325Z] $ docker rm -f 8f3ee5f0f3ba381c6ebba834b074327230580b3462ae0f574d0c06ae031e25a9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:48:18.829Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:48:18.843Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-core-command-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:48:18.891Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:48:19.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:48:19.238Z] . [Pipeline] withDockerContainer [2020-09-03T15:48:19.335Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:48:19.381Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:48:20.041Z] $ docker top bd6c66ffd94892b89abc65c8e189e4c39a500fc56ccd31bf9bdf2265964b1d82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:48:20.641Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:48:20.641Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:48:26.106Z] $ docker stop --time=1 bd6c66ffd94892b89abc65c8e189e4c39a500fc56ccd31bf9bdf2265964b1d82 [2020-09-03T15:48:27.504Z] $ docker rm -f bd6c66ffd94892b89abc65c8e189e4c39a500fc56ccd31bf9bdf2265964b1d82 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:48:27.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:48:27.966Z] . [Pipeline] withDockerContainer [2020-09-03T15:48:28.061Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:48:28.107Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:48:28.769Z] $ docker top 0489b4bef7cbdbf99cb7547927777afb5c29910a4ec01e25ec1ba1c2dbce53a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:48:29.268Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:48:29.268Z] + tee [2020-09-03T15:48:29.268Z] clair timeout 1m0s [2020-09-03T15:48:29.268Z] docker timeout: 1m0s [2020-09-03T15:48:29.268Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:48:30.312Z] $ docker stop --time=1 0489b4bef7cbdbf99cb7547927777afb5c29910a4ec01e25ec1ba1c2dbce53a7 [2020-09-03T15:48:31.652Z] $ docker rm -f 0489b4bef7cbdbf99cb7547927777afb5c29910a4ec01e25ec1ba1c2dbce53a7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:48:32.098Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:48:32.110Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-core-data-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:48:32.158Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:48:32.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:48:32.489Z] . [Pipeline] withDockerContainer [2020-09-03T15:48:32.584Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:48:32.631Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:48:33.179Z] $ docker top c25e523a97c86da201237999d2eb53e0fb9fc70fbdcd37e34c78c2e912f06359 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:48:33.682Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:48:33.682Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:48:36.516Z] $ docker stop --time=1 c25e523a97c86da201237999d2eb53e0fb9fc70fbdcd37e34c78c2e912f06359 [2020-09-03T15:48:37.912Z] $ docker rm -f c25e523a97c86da201237999d2eb53e0fb9fc70fbdcd37e34c78c2e912f06359 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:48:38.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:48:38.390Z] . [Pipeline] withDockerContainer [2020-09-03T15:48:38.484Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:48:38.533Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:48:39.230Z] $ docker top d1c13372b5d5728a6b95685d586dbc434d0a718cca3a2a8f99b5a9ee7670d048 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:48:39.765Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:48:39.765Z] + tee [2020-09-03T15:48:39.765Z] clair timeout 1m0s [2020-09-03T15:48:39.765Z] docker timeout: 1m0s [2020-09-03T15:48:39.765Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:48:40.433Z] $ docker stop --time=1 d1c13372b5d5728a6b95685d586dbc434d0a718cca3a2a8f99b5a9ee7670d048 [2020-09-03T15:48:41.788Z] $ docker rm -f d1c13372b5d5728a6b95685d586dbc434d0a718cca3a2a8f99b5a9ee7670d048 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:48:42.227Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:48:42.239Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-core-metadata-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:48:42.295Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:48:42.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:48:42.640Z] . [Pipeline] withDockerContainer [2020-09-03T15:48:42.736Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:48:42.781Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:48:43.418Z] $ docker top 17aed34b9253848b0df645e891ebc9dc38c72970cc41c93f83f07826adaaa307 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:48:43.986Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:48:43.986Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:48:48.351Z] $ docker stop --time=1 17aed34b9253848b0df645e891ebc9dc38c72970cc41c93f83f07826adaaa307 [2020-09-03T15:48:49.723Z] $ docker rm -f 17aed34b9253848b0df645e891ebc9dc38c72970cc41c93f83f07826adaaa307 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:48:50.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:48:50.168Z] . [Pipeline] withDockerContainer [2020-09-03T15:48:50.264Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:48:50.312Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:48:50.913Z] $ docker top 3e94e33ae5be7a16e33f26374415da4dae43e3c20d0ea3866296003a80f11658 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:48:51.401Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:48:51.401Z] + tee [2020-09-03T15:48:51.401Z] clair timeout 1m0s [2020-09-03T15:48:51.401Z] docker timeout: 1m0s [2020-09-03T15:48:51.401Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:48:52.475Z] $ docker stop --time=1 3e94e33ae5be7a16e33f26374415da4dae43e3c20d0ea3866296003a80f11658 [2020-09-03T15:48:53.805Z] $ docker rm -f 3e94e33ae5be7a16e33f26374415da4dae43e3c20d0ea3866296003a80f11658 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:48:54.246Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:48:54.257Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-security-proxy-setup-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:48:54.307Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:48:54.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:48:54.640Z] . [Pipeline] withDockerContainer [2020-09-03T15:48:54.734Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:48:54.796Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:48:55.460Z] $ docker top 8eeefecfc5efb146fd655607f56b28b790959025860603b954ca54f001aa64cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:48:55.974Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:48:55.974Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:49:04.304Z] $ docker stop --time=1 8eeefecfc5efb146fd655607f56b28b790959025860603b954ca54f001aa64cb [2020-09-03T15:49:05.701Z] $ docker rm -f 8eeefecfc5efb146fd655607f56b28b790959025860603b954ca54f001aa64cb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:49:06.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:49:06.224Z] . [Pipeline] withDockerContainer [2020-09-03T15:49:06.319Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:49:06.361Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:49:07.062Z] $ docker top 750714de29d9fcff8993f44ea6c0e0d26ae20e2317faa81fa18e191b39ca57eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:49:07.590Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:49:07.590Z] + tee [2020-09-03T15:49:07.590Z] clair timeout 1m0s [2020-09-03T15:49:07.590Z] docker timeout: 1m0s [2020-09-03T15:49:07.590Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:49:09.090Z] $ docker stop --time=1 750714de29d9fcff8993f44ea6c0e0d26ae20e2317faa81fa18e191b39ca57eb [2020-09-03T15:49:10.488Z] $ docker rm -f 750714de29d9fcff8993f44ea6c0e0d26ae20e2317faa81fa18e191b39ca57eb [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:49:10.975Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:49:10.986Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-security-secrets-setup-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:49:11.030Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:49:11.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:49:11.394Z] . [Pipeline] withDockerContainer [2020-09-03T15:49:11.487Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:49:11.533Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:49:12.168Z] $ docker top 193cc09d42f25ecdcfbc5518bb17342872f36755519f45fac8bcebb07719dade -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:49:12.664Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:49:12.664Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:49:21.086Z] $ docker stop --time=1 193cc09d42f25ecdcfbc5518bb17342872f36755519f45fac8bcebb07719dade [2020-09-03T15:49:22.461Z] $ docker rm -f 193cc09d42f25ecdcfbc5518bb17342872f36755519f45fac8bcebb07719dade [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:49:22.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:49:22.941Z] . [Pipeline] withDockerContainer [2020-09-03T15:49:23.037Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:49:23.081Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:49:23.744Z] $ docker top d8f087c866c2777f5d474521045e854435e5b98fcaa57b92f7fc519c7913fb41 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:49:24.349Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:49:24.349Z] + tee [2020-09-03T15:49:24.349Z] clair timeout 1m0s [2020-09-03T15:49:24.349Z] docker timeout: 1m0s [2020-09-03T15:49:24.349Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:49:26.064Z] $ docker stop --time=1 d8f087c866c2777f5d474521045e854435e5b98fcaa57b92f7fc519c7913fb41 [2020-09-03T15:49:27.507Z] $ docker rm -f d8f087c866c2777f5d474521045e854435e5b98fcaa57b92f7fc519c7913fb41 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:49:27.976Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:49:27.987Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-security-secretstore-setup-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:49:28.032Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:49:28.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:49:28.361Z] . [Pipeline] withDockerContainer [2020-09-03T15:49:28.455Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:49:28.499Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:49:29.172Z] $ docker top 9b742045b1db46a98d51cb4e773867577b817e00513974e3b96ccce87cff7aec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:49:29.692Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:49:29.692Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:49:33.153Z] $ docker stop --time=1 9b742045b1db46a98d51cb4e773867577b817e00513974e3b96ccce87cff7aec [2020-09-03T15:49:34.503Z] $ docker rm -f 9b742045b1db46a98d51cb4e773867577b817e00513974e3b96ccce87cff7aec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:49:34.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:49:34.976Z] . [Pipeline] withDockerContainer [2020-09-03T15:49:35.069Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:49:35.112Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:49:35.713Z] $ docker top 49bd08cc5cea4eeeda8f047e9aef5f246e56da1acb867f1a51bf28afe9e45a21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:49:36.223Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:49:36.223Z] + tee [2020-09-03T15:49:36.223Z] clair timeout 1m0s [2020-09-03T15:49:36.223Z] docker timeout: 1m0s [2020-09-03T15:49:36.223Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:49:36.884Z] $ docker stop --time=1 49bd08cc5cea4eeeda8f047e9aef5f246e56da1acb867f1a51bf28afe9e45a21 [2020-09-03T15:49:38.218Z] $ docker rm -f 49bd08cc5cea4eeeda8f047e9aef5f246e56da1acb867f1a51bf28afe9e45a21 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:49:38.656Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:49:38.667Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-support-logging-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:49:38.716Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:49:39.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:49:39.041Z] . [Pipeline] withDockerContainer [2020-09-03T15:49:39.136Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:49:39.180Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:49:39.770Z] $ docker top c5374df326b1c57bb720377d11288c69c696763756ab54c1ad3f978c77986c80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:49:40.263Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:49:40.264Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:49:45.709Z] $ docker stop --time=1 c5374df326b1c57bb720377d11288c69c696763756ab54c1ad3f978c77986c80 [2020-09-03T15:49:47.050Z] $ docker rm -f c5374df326b1c57bb720377d11288c69c696763756ab54c1ad3f978c77986c80 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:49:47.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:49:47.492Z] . [Pipeline] withDockerContainer [2020-09-03T15:49:47.589Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:49:47.652Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:49:48.337Z] $ docker top fae73243782a1dc14ebe05a2934910ca22fd748adf004720ae16defef4e466c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:49:48.862Z] + + tee/klar [2020-09-03T15:49:48.862Z] nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:49:48.862Z] clair timeout 1m0s [2020-09-03T15:49:48.862Z] docker timeout: 1m0s [2020-09-03T15:49:48.862Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:49:49.894Z] $ docker stop --time=1 fae73243782a1dc14ebe05a2934910ca22fd748adf004720ae16defef4e466c1 [2020-09-03T15:49:51.223Z] $ docker rm -f fae73243782a1dc14ebe05a2934910ca22fd748adf004720ae16defef4e466c1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:49:51.691Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:49:51.702Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-support-notifications-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:49:51.746Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:49:52.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:49:52.098Z] . [Pipeline] withDockerContainer [2020-09-03T15:49:52.202Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:49:52.246Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:49:52.960Z] $ docker top fb2a016d5925155eb62c873707fde2c53534f64835a17580874b3587ed32655b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:49:53.475Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:49:53.475Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:49:56.188Z] $ docker stop --time=1 fb2a016d5925155eb62c873707fde2c53534f64835a17580874b3587ed32655b [2020-09-03T15:49:57.582Z] $ docker rm -f fb2a016d5925155eb62c873707fde2c53534f64835a17580874b3587ed32655b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:49:58.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:49:58.033Z] . [Pipeline] withDockerContainer [2020-09-03T15:49:58.126Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:49:58.169Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:49:58.763Z] $ docker top d9c4c0754c0a7dd4d04130fe6866aad8dfd69dcbffd8d5a1ee23095bff9cb294 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:49:59.259Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:49:59.259Z] + tee [2020-09-03T15:49:59.259Z] clair timeout 1m0s [2020-09-03T15:49:59.259Z] docker timeout: 1m0s [2020-09-03T15:49:59.259Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:49:59.937Z] $ docker stop --time=1 d9c4c0754c0a7dd4d04130fe6866aad8dfd69dcbffd8d5a1ee23095bff9cb294 [2020-09-03T15:50:01.305Z] $ docker rm -f d9c4c0754c0a7dd4d04130fe6866aad8dfd69dcbffd8d5a1ee23095bff9cb294 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:50:01.764Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:50:01.776Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-support-scheduler-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:50:01.970Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:50:02.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:50:02.347Z] . [Pipeline] withDockerContainer [2020-09-03T15:50:02.442Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:50:02.487Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:50:03.124Z] $ docker top a24cffc1fca910977fc71fed065a25ad27c22853ae9fea1c6524648de122c4ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:50:03.607Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:50:03.607Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:50:18.655Z] $ docker stop --time=1 a24cffc1fca910977fc71fed065a25ad27c22853ae9fea1c6524648de122c4ae [2020-09-03T15:50:20.017Z] $ docker rm -f a24cffc1fca910977fc71fed065a25ad27c22853ae9fea1c6524648de122c4ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:50:20.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:50:20.770Z] . [Pipeline] withDockerContainer [2020-09-03T15:50:20.863Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:50:20.904Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:50:21.547Z] $ docker top 8ca144e7198dc9e839816382cad286b9e896fb2c4cabd039eddf71254f790ee4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:50:22.109Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:50:22.109Z] + tee [2020-09-03T15:50:22.109Z] clair timeout 1m0s [2020-09-03T15:50:22.109Z] docker timeout: 1m0s [2020-09-03T15:50:22.109Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:50:23.618Z] $ docker stop --time=1 8ca144e7198dc9e839816382cad286b9e896fb2c4cabd039eddf71254f790ee4 [2020-09-03T15:50:24.949Z] $ docker rm -f 8ca144e7198dc9e839816382cad286b9e896fb2c4cabd039eddf71254f790ee4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:50:25.411Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:50:25.422Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-sys-mgmt-agent-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:50:25.470Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:50:25.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:50:25.804Z] . [Pipeline] withDockerContainer [2020-09-03T15:50:25.899Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:50:25.942Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:50:26.639Z] $ docker top f3b945a453d1f3ba42ab2c91a0e3acca5d9636e72d2c6d72ec2ba56146db2631 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:50:27.211Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:50:27.211Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:50:29.910Z] $ docker stop --time=1 f3b945a453d1f3ba42ab2c91a0e3acca5d9636e72d2c6d72ec2ba56146db2631 [2020-09-03T15:50:31.265Z] $ docker rm -f f3b945a453d1f3ba42ab2c91a0e3acca5d9636e72d2c6d72ec2ba56146db2631 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:50:31.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:50:31.716Z] . [Pipeline] withDockerContainer [2020-09-03T15:50:31.826Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:50:31.868Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:50:32.531Z] $ docker top 5e87b67689e8b3d359fb9e560aae394d8afc3e597b30aa1b57f0b55c4894f836 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:50:33.051Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144+ [2020-09-03T15:50:33.051Z] tee [2020-09-03T15:50:33.051Z] clair timeout 1m0s [2020-09-03T15:50:33.051Z] docker timeout: 1m0s [2020-09-03T15:50:33.051Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:50:33.716Z] $ docker stop --time=1 5e87b67689e8b3d359fb9e560aae394d8afc3e597b30aa1b57f0b55c4894f836 [2020-09-03T15:50:35.074Z] $ docker rm -f 5e87b67689e8b3d359fb9e560aae394d8afc3e597b30aa1b57f0b55c4894f836 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:50:35.586Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:50:35.597Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-core-command-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:50:35.646Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:50:35.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:50:35.977Z] . [Pipeline] withDockerContainer [2020-09-03T15:50:36.065Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:50:36.107Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:50:36.791Z] $ docker top 9203f3389a654057728f2f5d39796330c62d33b9eb9eb86391acdd826944c929 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:50:37.308Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:50:37.308Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:50:42.855Z] $ docker stop --time=1 9203f3389a654057728f2f5d39796330c62d33b9eb9eb86391acdd826944c929 [2020-09-03T15:50:44.205Z] $ docker rm -f 9203f3389a654057728f2f5d39796330c62d33b9eb9eb86391acdd826944c929 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:50:44.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:50:44.725Z] . [Pipeline] withDockerContainer [2020-09-03T15:50:44.821Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:50:44.870Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:50:45.558Z] $ docker top 3b117ac73a1f2023b6e4fcb91e746c8fb0122fc97da99ced1af7bbe4199a85eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:50:46.047Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:50:46.047Z] + tee [2020-09-03T15:50:46.047Z] clair timeout 1m0s [2020-09-03T15:50:46.047Z] docker timeout: 1m0s [2020-09-03T15:50:46.047Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:50:47.114Z] $ docker stop --time=1 3b117ac73a1f2023b6e4fcb91e746c8fb0122fc97da99ced1af7bbe4199a85eb [2020-09-03T15:50:48.471Z] $ docker rm -f 3b117ac73a1f2023b6e4fcb91e746c8fb0122fc97da99ced1af7bbe4199a85eb [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:50:48.925Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:50:48.937Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-core-data-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:50:48.982Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:50:49.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:50:49.314Z] . [Pipeline] withDockerContainer [2020-09-03T15:50:49.408Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:50:49.453Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:50:50.103Z] $ docker top 1717c9ce41d7974c881842b20990420355016443b272951833489acbea08868f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:50:50.632Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:50:50.632Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:50:53.321Z] $ docker stop --time=1 1717c9ce41d7974c881842b20990420355016443b272951833489acbea08868f [2020-09-03T15:50:54.677Z] $ docker rm -f 1717c9ce41d7974c881842b20990420355016443b272951833489acbea08868f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:50:55.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:50:55.137Z] . [Pipeline] withDockerContainer [2020-09-03T15:50:55.230Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:50:55.302Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:50:55.970Z] $ docker top bbf895a8b188fe2a776c21459e55c0f382ae48bc5f8982bb0b650e8e3199e1d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:50:56.472Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:50:56.472Z] + tee [2020-09-03T15:50:56.472Z] clair timeout 1m0s [2020-09-03T15:50:56.472Z] docker timeout: 1m0s [2020-09-03T15:50:56.472Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:50:57.150Z] $ docker stop --time=1 bbf895a8b188fe2a776c21459e55c0f382ae48bc5f8982bb0b650e8e3199e1d4 [2020-09-03T15:50:58.495Z] $ docker rm -f bbf895a8b188fe2a776c21459e55c0f382ae48bc5f8982bb0b650e8e3199e1d4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:50:58.986Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:50:58.998Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-core-metadata-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:50:59.044Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:50:59.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:50:59.386Z] . [Pipeline] withDockerContainer [2020-09-03T15:50:59.475Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:50:59.516Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:51:00.170Z] $ docker top 06d9511b14e06c985c3dbc22d12f4e34fc4035dee7f9a179dab5d5373e2e83c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:51:01.028Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:51:01.028Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:51:05.386Z] $ docker stop --time=1 06d9511b14e06c985c3dbc22d12f4e34fc4035dee7f9a179dab5d5373e2e83c7 [2020-09-03T15:51:06.752Z] $ docker rm -f 06d9511b14e06c985c3dbc22d12f4e34fc4035dee7f9a179dab5d5373e2e83c7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:51:07.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:51:07.218Z] . [Pipeline] withDockerContainer [2020-09-03T15:51:07.319Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:51:07.364Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:51:08.055Z] $ docker top 596b6315e2ed509cc0a2a052d8ca6dee693c371c7322de6b28dd4fbb54a511c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:51:08.579Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:51:08.579Z] + tee [2020-09-03T15:51:08.579Z] clair timeout 1m0s [2020-09-03T15:51:08.579Z] docker timeout: 1m0s [2020-09-03T15:51:08.579Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:51:09.628Z] $ docker stop --time=1 596b6315e2ed509cc0a2a052d8ca6dee693c371c7322de6b28dd4fbb54a511c3 [2020-09-03T15:51:10.987Z] $ docker rm -f 596b6315e2ed509cc0a2a052d8ca6dee693c371c7322de6b28dd4fbb54a511c3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:51:11.436Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:51:11.447Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:51:11.497Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:51:11.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:51:11.827Z] . [Pipeline] withDockerContainer [2020-09-03T15:51:11.923Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:51:11.965Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:51:12.604Z] $ docker top 9c8c4f786fa386d3bb447adec3b99b4b80bc22c8e5d9e35054f8ecbe571701bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:51:13.254Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:51:13.254Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:51:21.534Z] $ docker stop --time=1 9c8c4f786fa386d3bb447adec3b99b4b80bc22c8e5d9e35054f8ecbe571701bb [2020-09-03T15:51:22.984Z] $ docker rm -f 9c8c4f786fa386d3bb447adec3b99b4b80bc22c8e5d9e35054f8ecbe571701bb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:51:23.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:51:23.446Z] . [Pipeline] withDockerContainer [2020-09-03T15:51:23.540Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:51:23.584Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:51:24.226Z] $ docker top 6d0450043628e2c4a3244b16a04764a849e4450b3b51cb66d9504f5ce0e88198 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:51:24.736Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:51:24.736Z] + tee [2020-09-03T15:51:24.736Z] clair timeout 1m0s [2020-09-03T15:51:24.736Z] docker timeout: 1m0s [2020-09-03T15:51:24.736Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:51:26.232Z] $ docker stop --time=1 6d0450043628e2c4a3244b16a04764a849e4450b3b51cb66d9504f5ce0e88198 [2020-09-03T15:51:27.663Z] $ docker rm -f 6d0450043628e2c4a3244b16a04764a849e4450b3b51cb66d9504f5ce0e88198 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:51:28.138Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:51:28.150Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:51:28.195Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:51:28.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:51:28.526Z] . [Pipeline] withDockerContainer [2020-09-03T15:51:28.617Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:51:28.661Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:51:29.388Z] $ docker top 80b439684c52d53ea19d897a17bb67f020444112dfa2b919c5bde9715d385268 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:51:29.906Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:51:29.906Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:51:38.199Z] $ docker stop --time=1 80b439684c52d53ea19d897a17bb67f020444112dfa2b919c5bde9715d385268 [2020-09-03T15:51:39.594Z] $ docker rm -f 80b439684c52d53ea19d897a17bb67f020444112dfa2b919c5bde9715d385268 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:51:40.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:51:40.045Z] . [Pipeline] withDockerContainer [2020-09-03T15:51:40.134Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:51:40.180Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:51:40.828Z] $ docker top 674b5e3c6693a4136d3ad8889f3e55a24b022f26193ad2be30756361e1198d69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:51:41.315Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:51:41.315Z] + tee [2020-09-03T15:51:41.315Z] clair timeout 1m0s [2020-09-03T15:51:41.315Z] docker timeout: 1m0s [2020-09-03T15:51:41.315Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:51:42.831Z] $ docker stop --time=1 674b5e3c6693a4136d3ad8889f3e55a24b022f26193ad2be30756361e1198d69 [2020-09-03T15:51:44.175Z] $ docker rm -f 674b5e3c6693a4136d3ad8889f3e55a24b022f26193ad2be30756361e1198d69 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:51:44.615Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:51:44.627Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:51:44.676Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:51:45.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:51:45.008Z] . [Pipeline] withDockerContainer [2020-09-03T15:51:45.105Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:51:45.150Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:51:45.745Z] $ docker top 1e75ffea9847ecce7e32032e50c3534a880fc73fb41a48a84f9cebb9961a5654 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:51:46.265Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:51:46.265Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:51:49.700Z] $ docker stop --time=1 1e75ffea9847ecce7e32032e50c3534a880fc73fb41a48a84f9cebb9961a5654 [2020-09-03T15:51:51.036Z] $ docker rm -f 1e75ffea9847ecce7e32032e50c3534a880fc73fb41a48a84f9cebb9961a5654 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:51:51.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:51:51.506Z] . [Pipeline] withDockerContainer [2020-09-03T15:51:51.594Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:51:51.633Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:51:52.257Z] $ docker top 6164eb7ee258a6968ce5478327a5f8f7062cc0fab83ee98300323aeb53498f8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:51:52.768Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:51:52.768Z] + tee [2020-09-03T15:51:52.768Z] clair timeout 1m0s [2020-09-03T15:51:52.768Z] docker timeout: 1m0s [2020-09-03T15:51:52.768Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:51:53.432Z] $ docker stop --time=1 6164eb7ee258a6968ce5478327a5f8f7062cc0fab83ee98300323aeb53498f8e [2020-09-03T15:51:54.753Z] $ docker rm -f 6164eb7ee258a6968ce5478327a5f8f7062cc0fab83ee98300323aeb53498f8e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:51:55.232Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:51:55.243Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-support-logging-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:51:55.290Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:51:55.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:51:55.617Z] . [Pipeline] withDockerContainer [2020-09-03T15:51:55.706Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:51:55.745Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:51:56.443Z] $ docker top 6d0b61b1f5df30fd8244d3983cd9207f4f14794dbfba041f4eeca2f7ebc0f7d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:51:56.951Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:51:56.951Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:52:02.693Z] $ docker stop --time=1 6d0b61b1f5df30fd8244d3983cd9207f4f14794dbfba041f4eeca2f7ebc0f7d6 [2020-09-03T15:52:04.053Z] $ docker rm -f 6d0b61b1f5df30fd8244d3983cd9207f4f14794dbfba041f4eeca2f7ebc0f7d6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:52:04.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:52:04.518Z] . [Pipeline] withDockerContainer [2020-09-03T15:52:04.624Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:52:04.668Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:52:05.332Z] $ docker top 7bfb2122357376148728fcebf761a6bf96c4c6c6b838fa48af3ed81c60ef3b88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:52:05.909Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:52:05.909Z] + tee [2020-09-03T15:52:05.909Z] clair timeout 1m0s [2020-09-03T15:52:05.909Z] docker timeout: 1m0s [2020-09-03T15:52:05.909Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:52:06.963Z] $ docker stop --time=1 7bfb2122357376148728fcebf761a6bf96c4c6c6b838fa48af3ed81c60ef3b88 [2020-09-03T15:52:08.306Z] $ docker rm -f 7bfb2122357376148728fcebf761a6bf96c4c6c6b838fa48af3ed81c60ef3b88 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:52:08.748Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:52:08.761Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-support-notifications-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:52:08.824Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:52:09.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:52:09.157Z] . [Pipeline] withDockerContainer [2020-09-03T15:52:09.250Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:52:09.292Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:52:09.953Z] $ docker top 31e31cf15e2f0ab6a42319e6af66d9bbfca58b7f61b67fc8aca3e60b632e4b91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:52:10.533Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:52:10.533Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:52:13.342Z] $ docker stop --time=1 31e31cf15e2f0ab6a42319e6af66d9bbfca58b7f61b67fc8aca3e60b632e4b91 [2020-09-03T15:52:14.734Z] $ docker rm -f 31e31cf15e2f0ab6a42319e6af66d9bbfca58b7f61b67fc8aca3e60b632e4b91 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:52:15.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:52:15.195Z] . [Pipeline] withDockerContainer [2020-09-03T15:52:15.288Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:52:15.334Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:52:15.983Z] $ docker top dd5b90cdc6f1d91d5b5b4ece05000dcb04718a53817a47ca19628b40ba790cb7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:52:16.490Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:52:16.490Z] + tee [2020-09-03T15:52:16.490Z] clair timeout 1m0s [2020-09-03T15:52:16.490Z] docker timeout: 1m0s [2020-09-03T15:52:16.490Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:52:17.213Z] $ docker stop --time=1 dd5b90cdc6f1d91d5b5b4ece05000dcb04718a53817a47ca19628b40ba790cb7 [2020-09-03T15:52:18.569Z] $ docker rm -f dd5b90cdc6f1d91d5b5b4ece05000dcb04718a53817a47ca19628b40ba790cb7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:52:19.014Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:52:19.026Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-support-scheduler-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:52:19.073Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:52:19.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:52:19.400Z] . [Pipeline] withDockerContainer [2020-09-03T15:52:19.492Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:52:19.535Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:52:20.157Z] $ docker top 46a0dd34cc29a203083db1c16cbd080624618fd328339993b66392a4ea9b9e26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:52:20.758Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:52:20.758Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:52:35.907Z] $ docker stop --time=1 46a0dd34cc29a203083db1c16cbd080624618fd328339993b66392a4ea9b9e26 [2020-09-03T15:52:37.298Z] $ docker rm -f 46a0dd34cc29a203083db1c16cbd080624618fd328339993b66392a4ea9b9e26 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:52:37.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T15:52:37.765Z] . [Pipeline] withDockerContainer [2020-09-03T15:52:37.857Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:52:37.899Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:52:38.579Z] $ docker top 716a8605a837678d941c118d814a91922c8ad36d68f7c6dcbef3edf029bda467 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T15:52:39.202Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [2020-09-03T15:52:39.202Z] + tee [2020-09-03T15:52:39.202Z] clair timeout 1m0s [2020-09-03T15:52:39.202Z] docker timeout: 1m0s [2020-09-03T15:52:39.202Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T15:52:40.739Z] $ docker stop --time=1 716a8605a837678d941c118d814a91922c8ad36d68f7c6dcbef3edf029bda467 [2020-09-03T15:52:42.083Z] $ docker rm -f 716a8605a837678d941c118d814a91922c8ad36d68f7c6dcbef3edf029bda467 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T15:52:42.533Z] + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo [2020-09-03T15:52:42.543Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step [2020-09-03T15:52:42.590Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-03T15:52:43.100Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-03T15:52:43.147Z] provisioning config files... [2020-09-03T15:52:43.156Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/133@tmp/config3556548998962556828tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-03T15:52:43.510Z] --> edgex-publish-swagger.sh [2020-09-03T15:52:43.511Z] === Publish openapi/v1 API === [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] === Publish openapi/v2 API === [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-03T15:52:43.511Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-03T15:52:43.511Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T15:52:43.511Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-03T15:52:43.519Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:52:51.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T15:52:51.402Z] . [Pipeline] withDockerContainer [2020-09-03T15:52:51.509Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:52:51.553Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:52:52.766Z] $ docker top dbc48c5ccb6c4a8619a1b3716a049d79f7c90c1a2131623cc94a23b2b08ddc06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T15:52:53.043Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T15:52:53.043Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T15:52:53.242Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T15:52:53.247Z] $ docker exec dbc48c5ccb6c4a8619a1b3716a049d79f7c90c1a2131623cc94a23b2b08ddc06 ssh-agent [2020-09-03T15:52:53.406Z] SSH_AUTH_SOCK=/tmp/ssh-UOg2ouY5YwuZ/agent.13 [2020-09-03T15:52:53.406Z] SSH_AGENT_PID=18 [2020-09-03T15:52:53.413Z] Running ssh-add (command line suppressed) [2020-09-03T15:52:53.537Z] Identity added: /w/workspace/edgex-go/133@tmp/private_key_9125225102364446747.key (/w/workspace/edgex-go/133@tmp/private_key_9125225102364446747.key) [2020-09-03T15:52:53.584Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T15:52:53.916Z] + git semver tag [2020-09-03T15:52:53.916Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T15:52:53.916Z] # $GIT_DIR = /w/workspace/edgex-go/133/.git [2020-09-03T15:52:53.916Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/133 [2020-09-03T15:52:53.916Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T15:52:53.916Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T15:52:53.916Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T15:52:53.916Z] # $SEMVER_BRANCH = master [2020-09-03T15:52:53.916Z] # $SEMVER_DIR = /w/workspace/edgex-go/133/.semver [2020-09-03T15:52:53.916Z] # 083cc9ce61554893757b0b9e726a37ececd6a144 HEAD [2020-09-03T15:52:54.487Z] # -> Force: false [2020-09-03T15:52:54.487Z] # 7f00f1547d4b4f4045d8a8403638ae707c4ed42d refs/tags/v1.2.2-dev.21 [Pipeline] } [2020-09-03T15:52:54.500Z] $ docker exec --env ******** --env ******** dbc48c5ccb6c4a8619a1b3716a049d79f7c90c1a2131623cc94a23b2b08ddc06 ssh-agent -k [2020-09-03T15:52:54.624Z] unset SSH_AUTH_SOCK; [2020-09-03T15:52:54.625Z] unset SSH_AGENT_PID; [2020-09-03T15:52:54.625Z] echo Agent pid 18 killed; [2020-09-03T15:52:54.673Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T15:52:55.119Z] + git semver [Pipeline] } [2020-09-03T15:52:55.136Z] $ docker stop --time=1 dbc48c5ccb6c4a8619a1b3716a049d79f7c90c1a2131623cc94a23b2b08ddc06 [2020-09-03T15:52:56.476Z] $ docker rm -f dbc48c5ccb6c4a8619a1b3716a049d79f7c90c1a2131623cc94a23b2b08ddc06 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:52:57.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T15:52:57.039Z] [2020-09-03T15:52:57.039Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:52:57.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T15:52:57.389Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-03T15:52:57.389Z] ab5ef0e58194: Pulling fs layer [2020-09-03T15:52:57.389Z] 9712f1f96733: Pulling fs layer [2020-09-03T15:52:57.389Z] 63f879dbbcfc: Pulling fs layer [2020-09-03T15:52:57.389Z] 0d9ebad4ef96: Pulling fs layer [2020-09-03T15:52:57.389Z] e9a5061849ea: Pulling fs layer [2020-09-03T15:52:57.389Z] d747dcd14b5f: Pulling fs layer [2020-09-03T15:52:57.389Z] 2de7ff778b66: Pulling fs layer [2020-09-03T15:52:57.389Z] e9a5061849ea: Waiting [2020-09-03T15:52:57.389Z] d747dcd14b5f: Waiting [2020-09-03T15:52:57.389Z] 2de7ff778b66: Waiting [2020-09-03T15:52:57.389Z] 9712f1f96733: Verifying Checksum [2020-09-03T15:52:57.389Z] 9712f1f96733: Download complete [2020-09-03T15:52:57.970Z] 63f879dbbcfc: Verifying Checksum [2020-09-03T15:52:57.970Z] 63f879dbbcfc: Download complete [2020-09-03T15:52:58.254Z] e9a5061849ea: Verifying Checksum [2020-09-03T15:52:58.254Z] e9a5061849ea: Download complete [2020-09-03T15:52:58.254Z] d747dcd14b5f: Verifying Checksum [2020-09-03T15:52:58.254Z] d747dcd14b5f: Download complete [2020-09-03T15:52:58.521Z] 0d9ebad4ef96: Verifying Checksum [2020-09-03T15:52:58.521Z] 0d9ebad4ef96: Download complete [2020-09-03T15:52:58.521Z] ab5ef0e58194: Download complete [2020-09-03T15:52:58.521Z] 2de7ff778b66: Verifying Checksum [2020-09-03T15:52:58.521Z] 2de7ff778b66: Download complete [2020-09-03T15:53:02.763Z] ab5ef0e58194: Pull complete [2020-09-03T15:53:02.763Z] 9712f1f96733: Pull complete [2020-09-03T15:53:04.710Z] 63f879dbbcfc: Pull complete [2020-09-03T15:53:10.013Z] 0d9ebad4ef96: Pull complete [2020-09-03T15:53:10.277Z] e9a5061849ea: Pull complete [2020-09-03T15:53:10.278Z] d747dcd14b5f: Pull complete [2020-09-03T15:53:14.582Z] 2de7ff778b66: Pull complete [2020-09-03T15:53:14.583Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-03T15:53:14.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T15:53:14.583Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-03T15:53:14.751Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:53:14.792Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:53:18.525Z] $ docker top 425764d7e1628f05592ff50388db066dfad7d5efad139e4a8d11cd5fa29ce5e5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-03T15:53:18.704Z] provisioning config files... [2020-09-03T15:53:18.715Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/133@tmp/config5050375314397749179tmp [2020-09-03T15:53:18.752Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/133@tmp/config4689953481157060581tmp [2020-09-03T15:53:18.765Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/133@tmp/config2491446944796528688tmp [Pipeline] { [Pipeline] echo [2020-09-03T15:53:18.820Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T15:53:19.109Z] ---> sigul-configuration.sh [2020-09-03T15:53:19.109Z] gpg: directory `/root/.gnupg' created [2020-09-03T15:53:19.109Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-03T15:53:19.109Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-03T15:53:19.109Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-03T15:53:19.109Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-03T15:53:19.109Z] gpg: CAST5 encrypted data [2020-09-03T15:53:19.370Z] gpg: encrypted with 1 passphrase [2020-09-03T15:53:19.370Z] gpg: decryption failed: Bad session key [Pipeline] } [2020-09-03T15:53:19.380Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-03T15:53:19.458Z] $ docker stop --time=1 425764d7e1628f05592ff50388db066dfad7d5efad139e4a8d11cd5fa29ce5e5 [2020-09-03T15:53:20.798Z] $ docker rm -f 425764d7e1628f05592ff50388db066dfad7d5efad139e4a8d11cd5fa29ce5e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Bump Pre-Release Version" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-03T15:53:22.009Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T15:53:22.889Z] ---> package-listing.sh [2020-09-03T15:53:22.889Z] ++ facter osfamily [2020-09-03T15:53:22.889Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-03T15:53:22.889Z] + OS_FAMILY=redhat [2020-09-03T15:53:22.889Z] + workspace=/w/workspace/edgex-go/133 [2020-09-03T15:53:22.889Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-03T15:53:22.889Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-03T15:53:22.889Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-03T15:53:22.889Z] + PACKAGES=/tmp/packages_start.txt [2020-09-03T15:53:22.889Z] + '[' /w/workspace/edgex-go/133 ']' [2020-09-03T15:53:22.889Z] + PACKAGES=/tmp/packages_end.txt [2020-09-03T15:53:22.889Z] + case "${OS_FAMILY}" in [2020-09-03T15:53:22.889Z] + rpm -qa [2020-09-03T15:53:22.889Z] + sort [2020-09-03T15:53:27.105Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-03T15:53:27.105Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-03T15:53:27.105Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-03T15:53:27.105Z] + '[' /w/workspace/edgex-go/133 ']' [2020-09-03T15:53:27.105Z] + mkdir -p /w/workspace/edgex-go/133/archives/ [2020-09-03T15:53:27.105Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/133/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:53:28.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T15:53:28.133Z] [2020-09-03T15:53:28.133Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-03T15:53:28.479Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T15:53:28.479Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-03T15:53:28.479Z] df20fa9351a1: Already exists [2020-09-03T15:53:28.479Z] 36b3adc4ff6f: Pulling fs layer [2020-09-03T15:53:28.479Z] 8ad3a11d3b57: Pulling fs layer [2020-09-03T15:53:28.479Z] 46f8f816bc3b: Pulling fs layer [2020-09-03T15:53:28.479Z] 0dadc02b9964: Pulling fs layer [2020-09-03T15:53:28.479Z] ce6a7cf60c04: Pulling fs layer [2020-09-03T15:53:28.479Z] 7a184a31f384: Pulling fs layer [2020-09-03T15:53:28.479Z] 0879bd2ef858: Pulling fs layer [2020-09-03T15:53:28.479Z] ce6a7cf60c04: Waiting [2020-09-03T15:53:28.479Z] 7a184a31f384: Waiting [2020-09-03T15:53:28.479Z] 0879bd2ef858: Waiting [2020-09-03T15:53:28.479Z] 0dadc02b9964: Waiting [2020-09-03T15:53:28.479Z] 46f8f816bc3b: Verifying Checksum [2020-09-03T15:53:28.479Z] 46f8f816bc3b: Download complete [2020-09-03T15:53:28.479Z] 36b3adc4ff6f: Verifying Checksum [2020-09-03T15:53:28.479Z] 36b3adc4ff6f: Download complete [2020-09-03T15:53:28.479Z] ce6a7cf60c04: Verifying Checksum [2020-09-03T15:53:28.479Z] ce6a7cf60c04: Download complete [2020-09-03T15:53:28.479Z] 7a184a31f384: Verifying Checksum [2020-09-03T15:53:28.479Z] 7a184a31f384: Download complete [2020-09-03T15:53:28.479Z] 0dadc02b9964: Verifying Checksum [2020-09-03T15:53:28.479Z] 0dadc02b9964: Download complete [2020-09-03T15:53:28.743Z] 8ad3a11d3b57: Verifying Checksum [2020-09-03T15:53:28.743Z] 8ad3a11d3b57: Download complete [2020-09-03T15:53:28.743Z] 36b3adc4ff6f: Pull complete [2020-09-03T15:53:29.004Z] 0879bd2ef858: Verifying Checksum [2020-09-03T15:53:29.004Z] 0879bd2ef858: Download complete [2020-09-03T15:53:29.588Z] 8ad3a11d3b57: Pull complete [2020-09-03T15:53:29.588Z] 46f8f816bc3b: Pull complete [2020-09-03T15:53:29.851Z] 0dadc02b9964: Pull complete [2020-09-03T15:53:30.113Z] ce6a7cf60c04: Pull complete [2020-09-03T15:53:30.113Z] 7a184a31f384: Pull complete [2020-09-03T15:53:32.680Z] 0879bd2ef858: Pull complete [2020-09-03T15:53:32.942Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-03T15:53:32.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T15:53:32.942Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-03T15:53:33.070Z] prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container [2020-09-03T15:53:33.116Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-03T15:53:36.030Z] $ docker top 2a7ca9cf186a99d94c8fefefb9cbd66bd4c6738d2ade1e835f2c6ecbc04ca278 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T15:53:36.499Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-03T15:53:36.842Z] + ls /var/log/sa-host [2020-09-03T15:53:36.842Z] + sadf -c /var/log/sa-host/sa03 [2020-09-03T15:53:36.842Z] file_magic: OK [2020-09-03T15:53:36.842Z] HZ: Using current value: 100 [2020-09-03T15:53:36.842Z] file_header: OK [2020-09-03T15:53:36.842Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-03T15:53:36.842Z] Statistics: [2020-09-03T15:53:36.842Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T15:53:36.842Z] File successfully converted to sysstat format version 12.2.1 [2020-09-03T15:53:36.842Z] + sadf -c /var/log/sa-host/sa05 [2020-09-03T15:53:36.842Z] file_magic: OK [2020-09-03T15:53:36.842Z] HZ: Using current value: 100 [2020-09-03T15:53:36.842Z] file_header: OK [2020-09-03T15:53:36.842Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-03T15:53:36.842Z] Statistics: [2020-09-03T15:53:36.842Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T15:53:36.842Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-03T15:53:36.907Z] provisioning config files... [2020-09-03T15:53:36.936Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/133@tmp/config3907830018547250365tmp [Pipeline] { [Pipeline] echo [2020-09-03T15:53:36.991Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T15:53:37.323Z] ---> create-netrc.sh [Pipeline] echo [2020-09-03T15:53:37.357Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T15:53:37.668Z] ---> logs-deploy.sh [2020-09-03T15:53:37.668Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/133 [2020-09-03T15:53:37.668Z] INFO: archiving workspace using pattern(s): [2020-09-03T15:53:39.116Z] Archives upload complete. [2020-09-03T15:53:39.116Z] INFO: archiving logs to Nexus