Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 016a25bfa3c74bf8a86852979d1368c9b238eb44 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > 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 Running on prd-centos7-docker-4c-2g-989 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/131 [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/131 # 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 Checking out Revision 016a25bfa3c74bf8a86852979d1368c9b238eb44 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 016a25bfa3c74bf8a86852979d1368c9b238eb44 # timeout=10 Commit message: "Merge pull request #2675 from jpwhitemn/upd-readme-versioning" > git rev-list --no-walk 1ec20775b07a416a84c8ad7979fe4cdd704ec873 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-01T02:13:24.432Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-01T02:13:24.654Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-01T02:13:24.750Z] ========================================================= [2020-09-01T02:13:24.750Z] EdgeX Global Pipelines Version Info [2020-09-01T02:13:24.750Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:13:26.094Z] ------------------- [2020-09-01T02:13:26.094Z] stable info: [2020-09-01T02:13:26.094Z] ------------------- [2020-09-01T02:13:26.094Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-01T02:13:26.094Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-09-01T02:13:26.094Z] Message: update stable to v1.0.115 [2020-09-01T02:13:27.036Z] ------------------- [2020-09-01T02:13:27.036Z] experimental info: [2020-09-01T02:13:27.036Z] ------------------- [2020-09-01T02:13:27.036Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-01T02:13:27.036Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-09-01T02:13:27.036Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-01T02:13:27.255Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-01T02:13:27.330Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-01T02:13:27.405Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-01T02:13:27.482Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-01T02:13:27.557Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-01T02:13:27.634Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-01T02:13:27.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-01T02:13:27.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-01T02:13:27.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-01T02:13:27.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-01T02:13:28.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-01T02:13:28.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-01T02:13:28.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-01T02:13:28.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-01T02:13:28.327Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-01T02:13:28.402Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-01T02:13:28.481Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-01T02:13:28.556Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-01T02:13:28.630Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-01T02:13:28.703Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-01T02:13:28.791Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-01T02:13:28.866Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-01T02:13:28.942Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-01T02:13:29.018Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-01T02:13:29.092Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] echo [2020-09-01T02:13:29.168Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 016a25b [Pipeline] echo [2020-09-01T02:13:29.243Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-01T02:13:29.606Z] ++ 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-01T02:13:29.606Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-01T02:13:29.606Z] ++ dirname cmd/core-command/Dockerfile [2020-09-01T02:13:29.606Z] ++ cut -d/ -f2 [2020-09-01T02:13:29.606Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-01T02:13:29.606Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-01T02:13:29.606Z] ++ dirname cmd/core-data/Dockerfile [2020-09-01T02:13:29.606Z] ++ cut -d/ -f2 [2020-09-01T02:13:29.606Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-01T02:13:29.606Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-01T02:13:29.606Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-01T02:13:29.606Z] ++ cut -d/ -f2 [2020-09-01T02:13:29.606Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-01T02:13:29.606Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-01T02:13:29.606Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-01T02:13:29.606Z] ++ cut -d/ -f2 [2020-09-01T02:13:29.607Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-01T02:13:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-01T02:13:29.607Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-01T02:13:29.607Z] ++ cut -d/ -f2 [2020-09-01T02:13:29.607Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-01T02:13:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-01T02:13:29.607Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-01T02:13:29.607Z] ++ cut -d/ -f2 [2020-09-01T02:13:29.607Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-01T02:13:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-01T02:13:29.607Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-01T02:13:29.607Z] ++ cut -d/ -f2 [2020-09-01T02:13:29.607Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-01T02:13:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-01T02:13:29.607Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-01T02:13:29.607Z] ++ cut -d/ -f2 [2020-09-01T02:13:29.607Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-01T02:13:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-01T02:13:29.607Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-01T02:13:29.607Z] ++ cut -d/ -f2 [2020-09-01T02:13:29.607Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-01T02:13:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-01T02:13:29.607Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-01T02:13:29.607Z] ++ cut -d/ -f2 [2020-09-01T02:13:29.607Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-01T02:13:29.672Z] 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-01T02:13:30.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T02:13:31.079Z] [2020-09-01T02:13:31.079Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:13:31.432Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T02:13:31.432Z] latest: Pulling from edgex-devops/git-semver [2020-09-01T02:13:31.432Z] 31603596830f: Pulling fs layer [2020-09-01T02:13:31.432Z] 2a8b12db71e7: Pulling fs layer [2020-09-01T02:13:31.432Z] 6ca5941a6612: Pulling fs layer [2020-09-01T02:13:31.432Z] ecc8261a40a4: Pulling fs layer [2020-09-01T02:13:31.432Z] ecc8261a40a4: Waiting [2020-09-01T02:13:31.432Z] 2a8b12db71e7: Verifying Checksum [2020-09-01T02:13:31.432Z] 2a8b12db71e7: Download complete [2020-09-01T02:13:31.432Z] 31603596830f: Verifying Checksum [2020-09-01T02:13:31.432Z] 31603596830f: Download complete [2020-09-01T02:13:31.700Z] ecc8261a40a4: Verifying Checksum [2020-09-01T02:13:31.700Z] ecc8261a40a4: Download complete [2020-09-01T02:13:31.700Z] 6ca5941a6612: Download complete [2020-09-01T02:13:31.969Z] 31603596830f: Pull complete [2020-09-01T02:13:31.969Z] 2a8b12db71e7: Pull complete [2020-09-01T02:13:32.919Z] 6ca5941a6612: Pull complete [2020-09-01T02:13:32.919Z] ecc8261a40a4: Pull complete [2020-09-01T02:13:32.919Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-01T02:13:32.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T02:13:32.919Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-01T02:13:33.018Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:13:33.071Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:13:35.741Z] $ docker top 73c1486e10fa0dc25da7417af4690c70a3cf0a47899556b1bd7e13fcf13c69f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-01T02:13:36.023Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T02:13:36.023Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T02:13:36.241Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T02:13:36.248Z] $ docker exec 73c1486e10fa0dc25da7417af4690c70a3cf0a47899556b1bd7e13fcf13c69f2 ssh-agent [2020-09-01T02:13:36.397Z] SSH_AUTH_SOCK=/tmp/ssh-2QfzpvSmM3ln/agent.11 [2020-09-01T02:13:36.397Z] SSH_AGENT_PID=16 [2020-09-01T02:13:36.409Z] Running ssh-add (command line suppressed) [2020-09-01T02:13:36.527Z] Identity added: /w/workspace/edgex-go/131@tmp/private_key_1322679373505797757.key (/w/workspace/edgex-go/131@tmp/private_key_1322679373505797757.key) [2020-09-01T02:13:36.576Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T02:13:36.907Z] + git describe --exact-match --tags HEAD [2020-09-01T02:13:36.907Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-01T02:13:36.944Z] $ docker exec --env ******** --env ******** 73c1486e10fa0dc25da7417af4690c70a3cf0a47899556b1bd7e13fcf13c69f2 ssh-agent -k [2020-09-01T02:13:37.051Z] unset SSH_AUTH_SOCK; [2020-09-01T02:13:37.051Z] unset SSH_AGENT_PID; [2020-09-01T02:13:37.051Z] echo Agent pid 16 killed; [2020-09-01T02:13:37.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-01T02:13:37.172Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-01T02:13:37.172Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-01T02:13:37.269Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T02:13:37.269Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T02:13:37.430Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T02:13:37.437Z] $ docker exec 73c1486e10fa0dc25da7417af4690c70a3cf0a47899556b1bd7e13fcf13c69f2 ssh-agent [2020-09-01T02:13:37.584Z] SSH_AUTH_SOCK=/tmp/ssh-qo272EjwQ5aG/agent.45 [2020-09-01T02:13:37.584Z] SSH_AGENT_PID=50 [2020-09-01T02:13:37.591Z] Running ssh-add (command line suppressed) [2020-09-01T02:13:37.709Z] Identity added: /w/workspace/edgex-go/131@tmp/private_key_4002586475136749505.key (/w/workspace/edgex-go/131@tmp/private_key_4002586475136749505.key) [2020-09-01T02:13:37.752Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T02:13:38.085Z] + git semver init [2020-09-01T02:13:38.085Z] # -> Open(): unable to determine branch for HEAD [2020-09-01T02:13:38.085Z] # $GIT_DIR = /w/workspace/edgex-go/131/.git [2020-09-01T02:13:38.085Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/131 [2020-09-01T02:13:38.085Z] # $SEMVER_REMOTE_NAME = origin [2020-09-01T02:13:38.085Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-01T02:13:38.085Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-01T02:13:38.085Z] # $SEMVER_BRANCH = master [2020-09-01T02:13:38.085Z] # $SEMVER_TEMP = /tmp/semver-951427945 [2020-09-01T02:13:38.085Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-01T02:13:56.230Z] # '/tmp/semver-951427945' -> '/w/workspace/edgex-go/131/.semver' [2020-09-01T02:13:56.230Z] # -> Force: false [2020-09-01T02:13:56.230Z] # $SEMVER_DIR = /w/workspace/edgex-go/131/.semver [Pipeline] } [2020-09-01T02:13:56.245Z] $ docker exec --env ******** --env ******** 73c1486e10fa0dc25da7417af4690c70a3cf0a47899556b1bd7e13fcf13c69f2 ssh-agent -k [2020-09-01T02:13:56.440Z] unset SSH_AUTH_SOCK; [2020-09-01T02:13:56.441Z] unset SSH_AGENT_PID; [2020-09-01T02:13:56.441Z] echo Agent pid 50 killed; [2020-09-01T02:13:56.504Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-01T02:13:56.977Z] + git semver [Pipeline] } [2020-09-01T02:13:56.997Z] $ docker stop --time=1 73c1486e10fa0dc25da7417af4690c70a3cf0a47899556b1bd7e13fcf13c69f2 [2020-09-01T02:13:58.607Z] $ docker rm -f 73c1486e10fa0dc25da7417af4690c70a3cf0a47899556b1bd7e13fcf13c69f2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-01T02:14:11.395Z] Stashed 36 file(s) [Pipeline] echo [2020-09-01T02:14:11.397Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.19 [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-01T02:14:11.902Z] ========================================================= [2020-09-01T02:14:11.902Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-01T02:14:11.902Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:14:12.233Z] + 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-01T02:14:16.454Z] Sending build context to Docker daemon 323.1MB [2020-09-01T02:14:16.454Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-01T02:14:16.454Z] Step 2/7 : FROM ${BASE} [2020-09-01T02:14:16.454Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-01T02:14:16.454Z] df20fa9351a1: Pulling fs layer [2020-09-01T02:14:16.454Z] ed8968b2872e: Pulling fs layer [2020-09-01T02:14:16.454Z] a92cc7c5fd73: Pulling fs layer [2020-09-01T02:14:16.454Z] 2dd03ba5bac4: Pulling fs layer [2020-09-01T02:14:16.454Z] 1e091d79d1de: Pulling fs layer [2020-09-01T02:14:16.454Z] 481702a1767f: Pulling fs layer [2020-09-01T02:14:16.454Z] f64a6f60c768: Pulling fs layer [2020-09-01T02:14:16.454Z] e78d2573fc39: Pulling fs layer [2020-09-01T02:14:16.454Z] e876d2f968b6: Pulling fs layer [2020-09-01T02:14:16.455Z] ce8a83651883: Pulling fs layer [2020-09-01T02:14:16.455Z] 07967f4d0e4b: Pulling fs layer [2020-09-01T02:14:16.455Z] 2dd03ba5bac4: Waiting [2020-09-01T02:14:16.455Z] 481702a1767f: Waiting [2020-09-01T02:14:16.455Z] f64a6f60c768: Waiting [2020-09-01T02:14:16.455Z] 1e091d79d1de: Waiting [2020-09-01T02:14:16.455Z] e78d2573fc39: Waiting [2020-09-01T02:14:16.455Z] ce8a83651883: Waiting [2020-09-01T02:14:16.455Z] 07967f4d0e4b: Waiting [2020-09-01T02:14:16.455Z] a92cc7c5fd73: Download complete [2020-09-01T02:14:16.455Z] ed8968b2872e: Verifying Checksum [2020-09-01T02:14:16.455Z] ed8968b2872e: Download complete [2020-09-01T02:14:16.455Z] 1e091d79d1de: Verifying Checksum [2020-09-01T02:14:16.455Z] 1e091d79d1de: Download complete [2020-09-01T02:14:16.455Z] 481702a1767f: Verifying Checksum [2020-09-01T02:14:16.455Z] 481702a1767f: Download complete [2020-09-01T02:14:16.455Z] df20fa9351a1: Verifying Checksum [2020-09-01T02:14:16.455Z] df20fa9351a1: Download complete [2020-09-01T02:14:16.734Z] df20fa9351a1: Pull complete [2020-09-01T02:14:17.003Z] f64a6f60c768: Verifying Checksum [2020-09-01T02:14:17.004Z] f64a6f60c768: Download complete [2020-09-01T02:14:17.004Z] e876d2f968b6: Verifying Checksum [2020-09-01T02:14:17.004Z] e876d2f968b6: Download complete [2020-09-01T02:14:17.004Z] ed8968b2872e: Pull complete [2020-09-01T02:14:17.641Z] 2dd03ba5bac4: Download complete [2020-09-01T02:14:17.641Z] e78d2573fc39: Verifying Checksum [2020-09-01T02:14:17.641Z] e78d2573fc39: Download complete [2020-09-01T02:14:17.641Z] 07967f4d0e4b: Verifying Checksum [2020-09-01T02:14:17.641Z] 07967f4d0e4b: Download complete [2020-09-01T02:14:17.918Z] ce8a83651883: Verifying Checksum [2020-09-01T02:14:17.918Z] ce8a83651883: Download complete [2020-09-01T02:14:18.494Z] a92cc7c5fd73: Pull complete [2020-09-01T02:14:23.799Z] 2dd03ba5bac4: Pull complete [2020-09-01T02:14:23.799Z] 1e091d79d1de: Pull complete [2020-09-01T02:14:23.799Z] 481702a1767f: Pull complete [2020-09-01T02:14:26.698Z] Still waiting to schedule task [2020-09-01T02:14:26.698Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-01T02:14:31.974Z] f64a6f60c768: Pull complete [2020-09-01T02:14:34.531Z] e78d2573fc39: Pull complete [2020-09-01T02:14:34.531Z] e876d2f968b6: Pull complete [2020-09-01T02:14:35.474Z] ce8a83651883: Pull complete [2020-09-01T02:14:35.741Z] 07967f4d0e4b: Pull complete [2020-09-01T02:14:35.741Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-01T02:14:35.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-01T02:14:35.741Z] ---> 5d7c900382c6 [2020-09-01T02:14:35.741Z] 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-01T02:14:36.695Z] ---> Running in d8eb2dec8178 [2020-09-01T02:14:37.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:14:37.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:14:38.411Z] (1/12) Installing libmagic (5.38-r0) [2020-09-01T02:14:38.671Z] (2/12) Installing file (5.38-r0) [2020-09-01T02:14:38.671Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-01T02:14:38.932Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-01T02:14:44.224Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-01T02:14:44.224Z] (6/12) Installing patch (2.7.6-r6) [2020-09-01T02:14:44.224Z] (7/12) Installing build-base (0.5-r2) [2020-09-01T02:14:44.224Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-01T02:14:44.224Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-01T02:14:44.224Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-01T02:14:44.224Z] (11/12) Installing libzmq (4.3.2-r0) [2020-09-01T02:14:44.486Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-09-01T02:14:44.486Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:14:44.486Z] OK: 233 MiB in 51 packages [2020-09-01T02:14:48.696Z] Removing intermediate container d8eb2dec8178 [2020-09-01T02:14:48.696Z] ---> f163bbba5dbc [2020-09-01T02:14:48.696Z] Step 4/7 : WORKDIR /edgex-go [2020-09-01T02:14:48.696Z] ---> Running in f633a49e9dd1 [2020-09-01T02:14:48.696Z] Removing intermediate container f633a49e9dd1 [2020-09-01T02:14:48.696Z] ---> 52f92e9999f2 [2020-09-01T02:14:48.696Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-01T02:14:48.696Z] latest: Pulling from library/docker [2020-09-01T02:14:48.696Z] df20fa9351a1: Already exists [2020-09-01T02:14:48.696Z] 25ad7478873d: Pulling fs layer [2020-09-01T02:14:48.696Z] 4684f6177b5d: Pulling fs layer [2020-09-01T02:14:48.696Z] 46e300cec669: Pulling fs layer [2020-09-01T02:14:48.696Z] 63038576ad94: Pulling fs layer [2020-09-01T02:14:48.696Z] 0fdb76c4706c: Pulling fs layer [2020-09-01T02:14:48.696Z] cb7edeffdfd5: Pulling fs layer [2020-09-01T02:14:48.696Z] 63038576ad94: Waiting [2020-09-01T02:14:48.696Z] 0fdb76c4706c: Waiting [2020-09-01T02:14:48.696Z] cb7edeffdfd5: Waiting [2020-09-01T02:14:48.696Z] 4684f6177b5d: Verifying Checksum [2020-09-01T02:14:48.696Z] 4684f6177b5d: Download complete [2020-09-01T02:14:48.967Z] 63038576ad94: Verifying Checksum [2020-09-01T02:14:48.967Z] 63038576ad94: Download complete [2020-09-01T02:14:48.967Z] 25ad7478873d: Verifying Checksum [2020-09-01T02:14:48.967Z] 25ad7478873d: Download complete [2020-09-01T02:14:48.967Z] 0fdb76c4706c: Verifying Checksum [2020-09-01T02:14:48.967Z] 0fdb76c4706c: Download complete [2020-09-01T02:14:48.967Z] cb7edeffdfd5: Verifying Checksum [2020-09-01T02:14:48.967Z] cb7edeffdfd5: Download complete [2020-09-01T02:14:49.229Z] 25ad7478873d: Pull complete [2020-09-01T02:14:49.229Z] 4684f6177b5d: Pull complete [2020-09-01T02:14:49.491Z] 46e300cec669: Verifying Checksum [2020-09-01T02:14:49.491Z] 46e300cec669: Download complete [2020-09-01T02:14:52.045Z] 46e300cec669: Pull complete [2020-09-01T02:14:52.045Z] 63038576ad94: Pull complete [2020-09-01T02:14:52.045Z] 0fdb76c4706c: Pull complete [2020-09-01T02:14:52.045Z] cb7edeffdfd5: Pull complete [2020-09-01T02:14:52.045Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-01T02:14:52.045Z] Status: Downloaded newer image for docker:latest [2020-09-01T02:14:53.961Z] ---> cf27ee761f4f [2020-09-01T02:14:53.961Z] Step 6/7 : COPY go.mod . [2020-09-01T02:14:54.224Z] ---> b7f17ceb9c71 [2020-09-01T02:14:54.224Z] Step 7/7 : RUN go mod download [2020-09-01T02:14:54.224Z] ---> Running in cfc55b21e8b7 [2020-09-01T02:14:57.531Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-01T02:14:57.531Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-01T02:14:57.531Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-09-01T02:14:57.531Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-01T02:14:57.531Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-01T02:14:57.531Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-01T02:14:57.531Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-01T02:14:57.531Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-01T02:14:57.531Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-09-01T02:14:57.531Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-01T02:14:57.531Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-09-01T02:14:57.531Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-01T02:14:57.531Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-01T02:14:57.531Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-01T02:14:57.531Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-09-01T02:14:57.531Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-09-01T02:14:57.792Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-09-01T02:14:57.792Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-01T02:14:57.792Z] go: finding github.com/fatih/color v1.7.0 [2020-09-01T02:14:57.792Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-01T02:14:57.792Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-01T02:14:57.792Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-09-01T02:14:57.792Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-01T02:14:58.053Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-01T02:14:58.053Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-01T02:14:58.053Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-01T02:14:58.053Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-01T02:14:58.053Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-01T02:14:58.053Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-01T02:14:58.053Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-01T02:14:58.313Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-01T02:14:58.313Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-01T02:14:58.313Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-01T02:14:58.313Z] go: finding github.com/google/uuid v1.1.0 [2020-09-01T02:14:58.313Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-01T02:14:58.313Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-01T02:14:58.574Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-01T02:14:58.574Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-01T02:14:58.574Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-01T02:14:58.574Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-01T02:14:58.574Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-01T02:14:58.574Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-01T02:14:58.574Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-01T02:14:58.835Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-01T02:14:58.835Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-01T02:14:58.835Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-01T02:14:58.835Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-01T02:14:58.835Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-01T02:14:58.835Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-01T02:14:59.097Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-01T02:14:59.097Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-01T02:14:59.097Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-01T02:14:59.097Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-01T02:14:59.097Z] go: finding github.com/imdario/mergo v0.3.6 [2020-09-01T02:14:59.097Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-01T02:14:59.097Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-01T02:14:59.358Z] go: finding github.com/kr/pty v1.1.1 [2020-09-01T02:14:59.358Z] go: finding github.com/kr/text v0.1.0 [2020-09-01T02:14:59.358Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-01T02:14:59.358Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-01T02:14:59.358Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-01T02:14:59.358Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-01T02:14:59.358Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-01T02:14:59.619Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-01T02:14:59.619Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-01T02:14:59.619Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-01T02:14:59.619Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-01T02:14:59.619Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-01T02:14:59.619Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-01T02:14:59.619Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-01T02:14:59.879Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-01T02:14:59.879Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-01T02:14:59.879Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-01T02:14:59.879Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-01T02:14:59.879Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-01T02:14:59.879Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-01T02:14:59.879Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-01T02:15:00.140Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-01T02:15:00.140Z] go: finding github.com/posener/complete v1.1.1 [2020-09-01T02:15:00.140Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-09-01T02:15:00.140Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-01T02:15:00.140Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-01T02:15:00.140Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-01T02:15:00.140Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-01T02:15:00.401Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-01T02:15:00.401Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-01T02:15:00.401Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-09-01T02:15:00.401Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-01T02:15:00.401Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-01T02:15:00.401Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-01T02:15:00.662Z] go: finding golang.org/x/text v0.3.2 [2020-09-01T02:15:00.662Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-01T02:15:00.662Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-01T02:15:00.662Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-09-01T02:15:00.662Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-01T02:15:00.662Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-01T02:15:00.662Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-01T02:15:18.927Z] Removing intermediate container cfc55b21e8b7 [2020-09-01T02:15:18.927Z] ---> aeb62ebca899 [2020-09-01T02:15:18.927Z] Successfully built aeb62ebca899 [2020-09-01T02:15:18.927Z] 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-01T02:15:21.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-01T02:15:21.925Z] [2020-09-01T02:15:21.925Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:15:22.271Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-01T02:15:22.271Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-01T02:15:22.271Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-01T02:15:22.271Z] ca9280d653b3: Pulling fs layer [2020-09-01T02:15:22.271Z] 7e9c9ca2126c: Pulling fs layer [2020-09-01T02:15:22.271Z] cbdbe7a5bc2a: Download complete [2020-09-01T02:15:22.536Z] ca9280d653b3: Verifying Checksum [2020-09-01T02:15:22.536Z] ca9280d653b3: Download complete [2020-09-01T02:15:22.798Z] cbdbe7a5bc2a: Pull complete [2020-09-01T02:15:23.383Z] 7e9c9ca2126c: Verifying Checksum [2020-09-01T02:15:23.383Z] 7e9c9ca2126c: Download complete [2020-09-01T02:15:24.328Z] ca9280d653b3: Pull complete [2020-09-01T02:15:30.933Z] 7e9c9ca2126c: Pull complete [2020-09-01T02:15:30.933Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-01T02:15:30.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-01T02:15:30.933Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-01T02:15:31.059Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:15:31.109Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:15:33.781Z] $ docker top 36f1edb116f2ad91d00507db4f23221b547e025ae7276401f61dbc6c16099c95 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-01T02:15:34.353Z] + docker-compose build --help [2020-09-01T02:15:34.354Z] + grep parallel [2020-09-01T02:15:35.294Z] --parallel Build images in parallel. [Pipeline] } [2020-09-01T02:15:35.312Z] $ docker stop --time=1 36f1edb116f2ad91d00507db4f23221b547e025ae7276401f61dbc6c16099c95 [2020-09-01T02:15:36.693Z] $ docker rm -f 36f1edb116f2ad91d00507db4f23221b547e025ae7276401f61dbc6c16099c95 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:15:37.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-01T02:15:37.271Z] . [Pipeline] withDockerContainer [2020-09-01T02:15:37.360Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:15:37.413Z] $ 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/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:15:38.178Z] $ docker top 42b0e7feba9480e52cc939f8fdf60d0e7f203805128769ea527e614ab6477460 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-01T02:15:38.653Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-01T02:15:39.595Z] Building docker-core-command-go ... [2020-09-01T02:15:39.596Z] Building docker-core-data-go ... [2020-09-01T02:15:39.596Z] Building docker-core-metadata-go ... [2020-09-01T02:15:39.596Z] Building docker-security-proxy-setup-go ... [2020-09-01T02:15:39.596Z] Building docker-security-secrets-setup-go ... [2020-09-01T02:15:39.596Z] Building docker-security-secretstore-setup-go ... [2020-09-01T02:15:39.596Z] Building docker-support-logging-go ... [2020-09-01T02:15:39.596Z] Building docker-support-notifications-go ... [2020-09-01T02:15:39.596Z] Building docker-support-scheduler-go ... [2020-09-01T02:15:39.596Z] Building docker-sys-mgmt-agent-go ... [2020-09-01T02:15:39.596Z] Building docker-security-secrets-setup-go [2020-09-01T02:15:39.596Z] Building docker-core-data-go [2020-09-01T02:15:39.596Z] Building docker-sys-mgmt-agent-go [2020-09-01T02:15:39.596Z] Building docker-support-logging-go [2020-09-01T02:15:39.596Z] Building docker-support-notifications-go [2020-09-01T02:16:01.624Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:16:01.624Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-01T02:16:01.624Z] ---> aeb62ebca899 [2020-09-01T02:16:01.624Z] Step 3/29 : WORKDIR /edgex-go [2020-09-01T02:16:01.624Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:16:01.624Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:16:01.624Z] ---> aeb62ebca899 [2020-09-01T02:16:01.624Z] Step 3/22 : WORKDIR /edgex-go [2020-09-01T02:16:01.624Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:16:01.624Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:16:01.624Z] ---> aeb62ebca899 [2020-09-01T02:16:01.624Z] Step 3/23 : WORKDIR /edgex-go [2020-09-01T02:16:01.624Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:16:01.624Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:16:01.624Z] ---> aeb62ebca899 [2020-09-01T02:16:01.624Z] Step 3/24 : WORKDIR /edgex-go [2020-09-01T02:16:01.624Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:16:01.624Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:16:01.624Z] ---> aeb62ebca899 [2020-09-01T02:16:01.624Z] Step 3/27 : WORKDIR /edgex-go [2020-09-01T02:16:01.624Z] ---> Running in a9aef11da40c [2020-09-01T02:16:01.624Z] ---> Running in 63a9610fcd0f [2020-09-01T02:16:01.624Z] ---> Running in 44d0940ca843 [2020-09-01T02:16:01.624Z] ---> Running in 17cdb4c0bc10 [2020-09-01T02:16:01.624Z] ---> Running in 036422804afe [2020-09-01T02:16:01.624Z] Removing intermediate container 63a9610fcd0f [2020-09-01T02:16:01.624Z] ---> 8e4219ef0732 [2020-09-01T02:16:01.624Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:16:01.624Z] Removing intermediate container 44d0940ca843 [2020-09-01T02:16:01.624Z] ---> 70be87c42e43 [2020-09-01T02:16:01.624Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:16:01.624Z] Removing intermediate container a9aef11da40c [2020-09-01T02:16:01.624Z] ---> 34cd8b3761c1 [2020-09-01T02:16:01.624Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:16:01.624Z] Removing intermediate container 17cdb4c0bc10 [2020-09-01T02:16:01.624Z] ---> 89d567375385 [2020-09-01T02:16:01.624Z] Step 4/29 : RUN apk update && apk add make git [2020-09-01T02:16:01.624Z] Removing intermediate container 036422804afe [2020-09-01T02:16:01.624Z] ---> c946704e1015 [2020-09-01T02:16:01.624Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:16:01.624Z] ---> Running in b667e21bfaec [2020-09-01T02:16:01.624Z] ---> Running in 08f3e156c803 [2020-09-01T02:16:01.624Z] ---> Running in e0b334c0300a [2020-09-01T02:16:01.624Z] ---> Running in ef924c6404c0 [2020-09-01T02:16:01.624Z] ---> Running in 4d272c7ea3fe [2020-09-01T02:16:01.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:16:02.458Z] Removing intermediate container 08f3e156c803 [2020-09-01T02:16:02.458Z] ---> c199367653bc [2020-09-01T02:16:02.458Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-01T02:16:02.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:16:02.719Z] ---> Running in 0f77616d0870 [2020-09-01T02:16:02.719Z] Removing intermediate container b667e21bfaec [2020-09-01T02:16:02.719Z] ---> 3f16b440ca12 [2020-09-01T02:16:02.719Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-01T02:16:02.719Z] Removing intermediate container e0b334c0300a [2020-09-01T02:16:02.719Z] ---> 67191dc1aeae [2020-09-01T02:16:02.719Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-01T02:16:02.719Z] Removing intermediate container 4d272c7ea3fe [2020-09-01T02:16:02.719Z] ---> 10e02f97ded1 [2020-09-01T02:16:02.719Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-01T02:16:02.983Z] ---> Running in ff5f5f8cf827 [2020-09-01T02:16:02.983Z] ---> Running in 8b2807a2bd06 [2020-09-01T02:16:02.983Z] ---> Running in 95ce065c46c1 [2020-09-01T02:16:03.254Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:16:03.254Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:16:03.254Z] OK: 12746 distinct packages available [2020-09-01T02:16:03.517Z] OK: 233 MiB in 51 packages [2020-09-01T02:16:03.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:16:03.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:16:03.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:16:04.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:16:04.307Z] Removing intermediate container ef924c6404c0 [2020-09-01T02:16:04.307Z] ---> 529a0879ff68 [2020-09-01T02:16:04.307Z] Step 5/29 : COPY go.mod . [2020-09-01T02:16:04.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:16:04.569Z] ---> 5245e9a20ddb [2020-09-01T02:16:04.569Z] Step 6/29 : RUN go mod download [2020-09-01T02:16:04.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:16:04.569Z] ---> Running in 0e2b1266a8f5 [2020-09-01T02:16:04.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:16:04.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:16:04.830Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:16:04.830Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:16:04.830Z] OK: 12746 distinct packages available [2020-09-01T02:16:05.101Z] OK: 233 MiB in 51 packages [2020-09-01T02:16:05.376Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:16:05.376Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:16:05.376Z] OK: 12746 distinct packages available [2020-09-01T02:16:05.376Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:16:05.376Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:16:05.376Z] OK: 12746 distinct packages available [2020-09-01T02:16:05.376Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:16:05.376Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:16:05.376Z] OK: 12746 distinct packages available [2020-09-01T02:16:05.654Z] OK: 233 MiB in 51 packages [2020-09-01T02:16:05.654Z] OK: 233 MiB in 51 packages [2020-09-01T02:16:05.654Z] Removing intermediate container 0f77616d0870 [2020-09-01T02:16:05.654Z] ---> aefbc2afbe60 [2020-09-01T02:16:05.654Z] Step 6/23 : COPY go.mod . [2020-09-01T02:16:05.654Z] OK: 233 MiB in 51 packages [2020-09-01T02:16:05.917Z] OK: 233 MiB in 51 packages [2020-09-01T02:16:06.177Z] ---> e2275012ec66 [2020-09-01T02:16:06.177Z] Step 7/23 : RUN go mod download [2020-09-01T02:16:06.178Z] Removing intermediate container 8b2807a2bd06 [2020-09-01T02:16:06.178Z] ---> dd194824df5e [2020-09-01T02:16:06.178Z] Step 6/27 : COPY go.mod . [2020-09-01T02:16:06.440Z] ---> Running in a4787ac56b71 [2020-09-01T02:16:06.700Z] ---> 456637d4b4a9 [2020-09-01T02:16:06.700Z] Step 7/27 : RUN go mod download [2020-09-01T02:16:06.966Z] ---> Running in 817a6be60348 [2020-09-01T02:16:06.967Z] Removing intermediate container ff5f5f8cf827 [2020-09-01T02:16:06.967Z] ---> 59390b21205c [2020-09-01T02:16:06.967Z] Step 6/24 : COPY go.mod . [2020-09-01T02:16:06.967Z] Removing intermediate container 95ce065c46c1 [2020-09-01T02:16:06.967Z] ---> c1028a5401cb [2020-09-01T02:16:06.967Z] Step 6/22 : COPY go.mod . [2020-09-01T02:16:07.236Z] Removing intermediate container 0e2b1266a8f5 [2020-09-01T02:16:07.236Z] ---> b41765eff707 [2020-09-01T02:16:07.236Z] Step 7/29 : COPY . . [2020-09-01T02:16:07.236Z] ---> d919b88d3cb3 [2020-09-01T02:16:07.236Z] Step 7/24 : RUN go mod download [2020-09-01T02:16:07.510Z] ---> 5eb173597ff3 [2020-09-01T02:16:07.510Z] Step 7/22 : RUN go mod download [2020-09-01T02:16:08.459Z] ---> Running in 4b7c5b9d99aa [2020-09-01T02:16:08.459Z] ---> Running in 516b5dc412f2 [2020-09-01T02:16:11.017Z] Removing intermediate container a4787ac56b71 [2020-09-01T02:16:11.017Z] ---> 206428c6d595 [2020-09-01T02:16:11.017Z] Step 8/23 : COPY . . [2020-09-01T02:16:14.348Z] Removing intermediate container 817a6be60348 [2020-09-01T02:16:14.348Z] ---> 055ab33499ac [2020-09-01T02:16:14.348Z] Step 8/27 : COPY . . [2020-09-01T02:16:16.214Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-994 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-01T02:16:16.259Z] Running in /w/workspace/edgex-go/131 [Pipeline] { [Pipeline] checkout [2020-09-01T02:16:21.056Z] using credential edgex-jenkins-ssh [2020-09-01T02:16:21.114Z] Cloning the remote Git repository [2020-09-01T02:16:21.114Z] Cloning with configured refspecs honoured and without tags [2020-09-01T02:16:21.191Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-01T02:16:21.308Z] > git init /w/workspace/edgex-go/131 # timeout=10 [2020-09-01T02:16:21.378Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-01T02:16:21.378Z] > git --version # timeout=10 [2020-09-01T02:16:21.407Z] > git --version # 'git version 2.17.1' [2020-09-01T02:16:21.409Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-01T02:16:21.472Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-01T02:16:26.655Z] Removing intermediate container 4b7c5b9d99aa [2020-09-01T02:16:26.655Z] ---> 31d57e087332 [2020-09-01T02:16:26.655Z] Step 8/24 : COPY . . [2020-09-01T02:16:26.655Z] Removing intermediate container 516b5dc412f2 [2020-09-01T02:16:26.655Z] ---> a2ffe85feffb [2020-09-01T02:16:26.655Z] Step 8/22 : COPY . . [2020-09-01T02:16:26.655Z] ---> 738cc4affa93 [2020-09-01T02:16:26.655Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-01T02:16:32.041Z] ---> Running in 360a99690319 [2020-09-01T02:16:33.974Z] ---> 4059ac4427d7 [2020-09-01T02:16:33.974Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-01T02:16:35.896Z] ---> 505f5fde8f2f [2020-09-01T02:16:35.896Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-01T02:16:36.336Z] ---> Running in b7f64f718bf2 [2020-09-01T02:16:36.957Z] ---> Running in 9b8464d708af [2020-09-01T02:16:37.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-01T02:16:38.534Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/core-data/core-data ./cmd/core-data [2020-09-01T02:16:38.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-01T02:16:43.077Z] Fetching without tags [2020-09-01T02:16:43.680Z] Checking out Revision 016a25bfa3c74bf8a86852979d1368c9b238eb44 (master) [2020-09-01T02:16:43.011Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-01T02:16:43.032Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-01T02:16:43.059Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-01T02:16:43.086Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-01T02:16:43.087Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-01T02:16:43.139Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-01T02:16:43.698Z] > git config core.sparsecheckout # timeout=10 [2020-09-01T02:16:43.712Z] > git checkout -f 016a25bfa3c74bf8a86852979d1368c9b238eb44 # timeout=10 [2020-09-01T02:16:46.801Z] ---> dd9e938786af [2020-09-01T02:16:46.802Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-01T02:16:46.802Z] ---> 4b9f2ac22300 [2020-09-01T02:16:46.802Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-01T02:16:46.802Z] ---> Running in 63b91b7a007d [2020-09-01T02:16:46.802Z] ---> Running in 11f93a29fdb5 [2020-09-01T02:16:47.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-01T02:16:47.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-01T02:16:48.072Z] Commit message: "Merge pull request #2675 from jpwhitemn/upd-readme-versioning" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-01T02:17:00.133Z] ========================================================= [2020-09-01T02:17:00.133Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-01T02:17:00.133Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:17:00.994Z] + 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-01T02:17:05.307Z] Sending build context to Docker daemon 323.1MB [2020-09-01T02:17:05.308Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-01T02:17:05.308Z] Step 2/7 : FROM ${BASE} [2020-09-01T02:17:05.582Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-01T02:17:05.582Z] b538f80385f9: Pulling fs layer [2020-09-01T02:17:05.582Z] 74f711af9a0d: Pulling fs layer [2020-09-01T02:17:05.582Z] 99f96fe45779: Pulling fs layer [2020-09-01T02:17:05.582Z] fd7a069fd194: Pulling fs layer [2020-09-01T02:17:05.582Z] 66aa3694b03b: Pulling fs layer [2020-09-01T02:17:05.582Z] 170f70906a0f: Pulling fs layer [2020-09-01T02:17:05.582Z] ad7c5574e4b9: Pulling fs layer [2020-09-01T02:17:05.582Z] e772456be8f7: Pulling fs layer [2020-09-01T02:17:05.582Z] c890913d741a: Pulling fs layer [2020-09-01T02:17:05.582Z] 2480fcc9aa5a: Pulling fs layer [2020-09-01T02:17:05.582Z] 09adf4765672: Pulling fs layer [2020-09-01T02:17:05.582Z] fd7a069fd194: Waiting [2020-09-01T02:17:05.582Z] 66aa3694b03b: Waiting [2020-09-01T02:17:05.582Z] 170f70906a0f: Waiting [2020-09-01T02:17:05.582Z] ad7c5574e4b9: Waiting [2020-09-01T02:17:05.582Z] e772456be8f7: Waiting [2020-09-01T02:17:05.582Z] c890913d741a: Waiting [2020-09-01T02:17:05.582Z] 2480fcc9aa5a: Waiting [2020-09-01T02:17:05.582Z] 09adf4765672: Waiting [2020-09-01T02:17:05.582Z] 99f96fe45779: Verifying Checksum [2020-09-01T02:17:05.582Z] 99f96fe45779: Download complete [2020-09-01T02:17:05.582Z] 74f711af9a0d: Download complete [2020-09-01T02:17:05.582Z] 66aa3694b03b: Verifying Checksum [2020-09-01T02:17:05.582Z] 66aa3694b03b: Download complete [2020-09-01T02:17:05.582Z] 170f70906a0f: Verifying Checksum [2020-09-01T02:17:05.582Z] 170f70906a0f: Download complete [2020-09-01T02:17:07.015Z] b538f80385f9: Verifying Checksum [2020-09-01T02:17:07.015Z] b538f80385f9: Download complete [2020-09-01T02:17:07.612Z] b538f80385f9: Pull complete [2020-09-01T02:17:08.209Z] 74f711af9a0d: Pull complete [2020-09-01T02:17:08.481Z] 99f96fe45779: Pull complete [2020-09-01T02:17:09.795Z] Removing intermediate container 9b8464d708af [2020-09-01T02:17:09.795Z] ---> f97fb42ab7db [2020-09-01T02:17:09.795Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-01T02:17:09.795Z] Removing intermediate container 360a99690319 [2020-09-01T02:17:09.795Z] ---> ff80d712c948 [2020-09-01T02:17:09.795Z] [2020-09-01T02:17:09.795Z] Step 9/29 : FROM alpine:latest [2020-09-01T02:17:09.795Z] ---> Running in e4fcd863524f [2020-09-01T02:17:09.795Z] latest: Pulling from library/alpine [2020-09-01T02:17:09.795Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-01T02:17:09.795Z] Status: Downloaded newer image for alpine:latest [2020-09-01T02:17:09.795Z] ---> a24bb4013296 [2020-09-01T02:17:09.795Z] 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-01T02:17:09.795Z] ---> Running in e94bae470f4f [2020-09-01T02:17:09.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-01T02:17:09.795Z] Removing intermediate container e94bae470f4f [2020-09-01T02:17:09.795Z] ---> bbf43fed3951 [2020-09-01T02:17:09.795Z] Step 11/29 : USER root [2020-09-01T02:17:09.795Z] ---> Running in 9221188aeb2e [2020-09-01T02:17:09.795Z] Removing intermediate container 9221188aeb2e [2020-09-01T02:17:09.795Z] ---> 3d7dd98da5b5 [2020-09-01T02:17:09.795Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-01T02:17:10.066Z] ---> Running in ffd92ce6e3b3 [2020-09-01T02:17:11.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:17:11.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:17:11.913Z] v3.12.0-277-ga26424f362 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:17:11.913Z] v3.12.0-276-gbdd3966958 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:17:11.913Z] OK: 12746 distinct packages available [2020-09-01T02:17:12.190Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-01T02:17:12.190Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-01T02:17:12.190Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:17:12.190Z] Executing ca-certificates-20191127-r4.trigger [2020-09-01T02:17:12.455Z] OK: 6 MiB in 16 packages [2020-09-01T02:17:12.455Z] Removing intermediate container e4fcd863524f [2020-09-01T02:17:12.455Z] ---> 98fc66127a1c [2020-09-01T02:17:12.455Z] [2020-09-01T02:17:12.455Z] Step 11/27 : FROM docker:latest [2020-09-01T02:17:12.455Z] ---> 81f5749c9058 [2020-09-01T02:17:12.455Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-01T02:17:12.455Z] ---> Running in a117a6e1cfa4 [2020-09-01T02:17:15.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:17:15.062Z] Removing intermediate container ffd92ce6e3b3 [2020-09-01T02:17:15.062Z] ---> da0f6219f924 [2020-09-01T02:17:15.062Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-01T02:17:15.645Z] ---> Running in 893378840d01 [2020-09-01T02:17:16.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:17:16.236Z] Removing intermediate container 893378840d01 [2020-09-01T02:17:16.236Z] ---> 4e9e2bb4660a [2020-09-01T02:17:16.236Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-01T02:17:16.511Z] ---> Running in fe93e02965c3 [2020-09-01T02:17:16.511Z] (1/2) Installing readline (8.0.4-r0) [2020-09-01T02:17:16.511Z] (2/2) Installing bash (5.0.17-r0) [2020-09-01T02:17:16.776Z] Executing bash-5.0.17-r0.post-install [2020-09-01T02:17:16.776Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:17:16.776Z] OK: 12 MiB in 22 packages [2020-09-01T02:17:16.776Z] Removing intermediate container fe93e02965c3 [2020-09-01T02:17:16.776Z] ---> ea6177621d55 [2020-09-01T02:17:16.776Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-01T02:17:17.039Z] ---> Running in 27a2128a6f65 [2020-09-01T02:17:19.600Z] Removing intermediate container 11f93a29fdb5 [2020-09-01T02:17:19.600Z] ---> f7d4bda5b2aa [2020-09-01T02:17:19.600Z] [2020-09-01T02:17:19.600Z] Step 10/22 : FROM scratch [2020-09-01T02:17:19.600Z] ---> [2020-09-01T02:17:19.600Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-01T02:17:19.600Z] Removing intermediate container a117a6e1cfa4 [2020-09-01T02:17:19.600Z] ---> 4e5fb3ebc4b1 [2020-09-01T02:17:19.600Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-01T02:17:19.600Z] ---> Running in a2fe8fb487a6 [2020-09-01T02:17:19.600Z] Removing intermediate container 63b91b7a007d [2020-09-01T02:17:19.600Z] ---> 8bf560b98ec2 [2020-09-01T02:17:19.600Z] [2020-09-01T02:17:19.600Z] Step 10/24 : FROM scratch [2020-09-01T02:17:19.600Z] ---> [2020-09-01T02:17:19.600Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-01T02:17:21.519Z] ---> Running in 41e2dc2a5779 [2020-09-01T02:17:21.520Z] ---> Running in 63ca2229997b [2020-09-01T02:17:22.462Z] Removing intermediate container a2fe8fb487a6 [2020-09-01T02:17:22.462Z] ---> 180bee7d5860 [2020-09-01T02:17:22.462Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-01T02:17:22.462Z] Removing intermediate container 27a2128a6f65 [2020-09-01T02:17:22.462Z] ---> 81f25debb949 [2020-09-01T02:17:22.462Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-01T02:17:22.725Z] Removing intermediate container 41e2dc2a5779 [2020-09-01T02:17:22.725Z] ---> e7a1d181e17f [2020-09-01T02:17:22.725Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-01T02:17:22.989Z] ---> Running in df0be53e889d [2020-09-01T02:17:22.989Z] ---> Running in 4dca68d527f7 [2020-09-01T02:17:22.989Z] Removing intermediate container b7f64f718bf2 [2020-09-01T02:17:22.989Z] ---> 1f66183c258d [2020-09-01T02:17:22.989Z] [2020-09-01T02:17:22.989Z] Step 10/23 : FROM alpine [2020-09-01T02:17:22.989Z] ---> a24bb4013296 [2020-09-01T02:17:22.989Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-01T02:17:23.251Z] ---> Running in 288d0dab57c5 [2020-09-01T02:17:23.251Z] Removing intermediate container df0be53e889d [2020-09-01T02:17:23.251Z] ---> 8923c34261a2 [2020-09-01T02:17:23.251Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-01T02:17:23.557Z] ad7c5574e4b9: Verifying Checksum [2020-09-01T02:17:23.557Z] ad7c5574e4b9: Download complete [2020-09-01T02:17:23.557Z] c890913d741a: Download complete [2020-09-01T02:17:23.825Z] Removing intermediate container 4dca68d527f7 [2020-09-01T02:17:23.825Z] ---> 523715c8f567 [2020-09-01T02:17:23.825Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-01T02:17:23.825Z] ---> b8a889a5e63a [2020-09-01T02:17:23.825Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-01T02:17:23.825Z] ---> Running in 9101d04dcc49 [2020-09-01T02:17:23.825Z] ---> Running in e0a37f32b1cc [2020-09-01T02:17:24.088Z] Removing intermediate container 288d0dab57c5 [2020-09-01T02:17:24.088Z] ---> c3b43e23228e [2020-09-01T02:17:24.088Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-01T02:17:24.350Z] ---> Running in 229824192c5d [2020-09-01T02:17:24.350Z] ---> d32dde052ab2 [2020-09-01T02:17:24.350Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-01T02:17:24.350Z] Removing intermediate container e0a37f32b1cc [2020-09-01T02:17:24.350Z] ---> a16221350c7a [2020-09-01T02:17:24.350Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-01T02:17:24.350Z] Removing intermediate container 9101d04dcc49 [2020-09-01T02:17:24.350Z] ---> 0faddd01de74 [2020-09-01T02:17:24.350Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-01T02:17:24.610Z] Removing intermediate container 229824192c5d [2020-09-01T02:17:24.610Z] ---> 4e82ca75fda8 [2020-09-01T02:17:24.610Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-01T02:17:24.610Z] Removing intermediate container 63ca2229997b [2020-09-01T02:17:24.610Z] ---> ddc04cfaa1df [2020-09-01T02:17:24.610Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-01T02:17:24.873Z] ---> Running in 928def83cfe1 [2020-09-01T02:17:24.873Z] ---> ec633c33799e [2020-09-01T02:17:24.873Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-01T02:17:24.873Z] ---> d8eebb1c1a1e [2020-09-01T02:17:24.873Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-01T02:17:24.873Z] ---> d089d494f662 [2020-09-01T02:17:24.873Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-01T02:17:24.873Z] ---> Running in e520b687dc42 [2020-09-01T02:17:25.133Z] Removing intermediate container 928def83cfe1 [2020-09-01T02:17:25.133Z] ---> 8a14366b03f3 [2020-09-01T02:17:25.133Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:17:26.077Z] ---> Running in 4fe368be2c5f [2020-09-01T02:17:26.077Z] Removing intermediate container e520b687dc42 [2020-09-01T02:17:26.077Z] ---> 367a99b607e1 [2020-09-01T02:17:26.077Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-01T02:17:26.077Z] ---> f23875c33651 [2020-09-01T02:17:26.077Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-01T02:17:27.029Z] ---> 400b91562147 [2020-09-01T02:17:27.029Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-01T02:17:27.029Z] ---> fc9a219f98e3 [2020-09-01T02:17:27.029Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-01T02:17:27.029Z] ---> Running in 83c6279d8f2e [2020-09-01T02:17:27.291Z] ---> a32d58d49c58 [2020-09-01T02:17:27.291Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-01T02:17:27.553Z] ---> Running in da504dec4317 [2020-09-01T02:17:27.553Z] Removing intermediate container 83c6279d8f2e [2020-09-01T02:17:27.553Z] ---> 99c0ec71053c [2020-09-01T02:17:27.553Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-01T02:17:27.553Z] ---> 7238bba73eba [2020-09-01T02:17:27.553Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-01T02:17:27.553Z] ---> 83cfec87042e [2020-09-01T02:17:27.553Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-01T02:17:27.815Z] ---> Running in 953e205128f5 [2020-09-01T02:17:28.076Z] ---> 075d2a51b247 [2020-09-01T02:17:28.076Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-01T02:17:28.076Z] ---> e7be9e676b33 [2020-09-01T02:17:28.076Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-01T02:17:28.342Z] Removing intermediate container 953e205128f5 [2020-09-01T02:17:28.342Z] ---> 06657278c668 [2020-09-01T02:17:28.342Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-01T02:17:28.342Z] ---> Running in e1382ca7d32e [2020-09-01T02:17:28.606Z] Removing intermediate container 4fe368be2c5f [2020-09-01T02:17:28.606Z] ---> 2badd358ad17 [2020-09-01T02:17:28.606Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-01T02:17:29.187Z] ---> Running in e714b88e1564 [2020-09-01T02:17:29.187Z] Removing intermediate container e1382ca7d32e [2020-09-01T02:17:29.187Z] ---> 1b25fc175552 [2020-09-01T02:17:29.187Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:17:29.460Z] ---> 66b13afce485 [2020-09-01T02:17:29.460Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-01T02:17:29.460Z] ---> Running in 1b92095dd763 [2020-09-01T02:17:29.460Z] ---> 613426665702 [2020-09-01T02:17:29.460Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-01T02:17:29.460Z] Removing intermediate container da504dec4317 [2020-09-01T02:17:29.460Z] ---> d4a7a4d5f7e1 [2020-09-01T02:17:29.460Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-01T02:17:29.723Z] Removing intermediate container 1b92095dd763 [2020-09-01T02:17:29.723Z] ---> 5a7e9386637c [2020-09-01T02:17:29.723Z] Step 20/22 : LABEL arch=x86_64 [2020-09-01T02:17:29.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:17:29.984Z] ---> Running in 18c7ccf9fd98 [2020-09-01T02:17:29.984Z] ---> de2723d9eef8 [2020-09-01T02:17:29.984Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-01T02:17:29.984Z] ---> 3465f0701e9d [2020-09-01T02:17:29.984Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-01T02:17:29.984Z] ---> 4605bb24bcdf [2020-09-01T02:17:29.984Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-01T02:17:30.245Z] ---> Running in 751aece6b1f1 [2020-09-01T02:17:30.246Z] ---> Running in b55709bb37af [2020-09-01T02:17:30.246Z] Removing intermediate container 18c7ccf9fd98 [2020-09-01T02:17:30.246Z] ---> be5608f20237 [2020-09-01T02:17:30.246Z] Step 21/22 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:17:30.506Z] ---> 69a1ba03e188 [2020-09-01T02:17:30.506Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-01T02:17:30.506Z] ---> Running in c23204276516 [2020-09-01T02:17:30.768Z] ---> Running in 2f69cb4cd207 [2020-09-01T02:17:30.768Z] Removing intermediate container 751aece6b1f1 [2020-09-01T02:17:30.768Z] ---> 54f7bb73ba0e [2020-09-01T02:17:30.768Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:17:31.031Z] ---> Running in e13f9ecbad52 [2020-09-01T02:17:31.031Z] Removing intermediate container c23204276516 [2020-09-01T02:17:31.031Z] ---> c8624253f0ce [2020-09-01T02:17:31.031Z] Step 22/22 : LABEL version=1.2.2-dev.19 [2020-09-01T02:17:31.293Z] ---> Running in f83a457bb361 [2020-09-01T02:17:31.293Z] Removing intermediate container e13f9ecbad52 [2020-09-01T02:17:31.293Z] ---> 85dda4f66144 [2020-09-01T02:17:31.293Z] Step 22/24 : LABEL arch=x86_64 [2020-09-01T02:17:31.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:17:31.554Z] ---> Running in 7d72e3942931 [2020-09-01T02:17:31.554Z] Removing intermediate container f83a457bb361 [2020-09-01T02:17:31.554Z] ---> f2c174ebcb50 [2020-09-01T02:17:31.554Z] [2020-09-01T02:17:31.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:17:31.815Z] Successfully built f2c174ebcb50 [2020-09-01T02:17:31.815Z] Successfully tagged docker-support-logging-go:latest [2020-09-01T02:17:31.815Z]  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go [2020-09-01T02:17:31.815Z] Removing intermediate container 7d72e3942931 [2020-09-01T02:17:31.815Z] ---> 7272e71628db [2020-09-01T02:17:31.815Z] Step 23/24 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:17:32.078Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-01T02:17:32.078Z] (2/33) Installing expat (2.2.9-r1) [2020-09-01T02:17:32.078Z] Removing intermediate container b55709bb37af [2020-09-01T02:17:32.078Z] ---> 1ad47d7c29f0 [2020-09-01T02:17:32.078Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-01T02:17:32.078Z] (3/33) Installing libffi (3.3-r2) [2020-09-01T02:17:32.078Z] (4/33) Installing gdbm (1.13-r1) [2020-09-01T02:17:32.078Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-01T02:17:32.078Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-01T02:17:32.078Z] ---> Running in 36e14ff67019 [2020-09-01T02:17:32.078Z] ---> Running in 5ba0380a6c06 [2020-09-01T02:17:32.340Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-01T02:17:32.604Z] Removing intermediate container 36e14ff67019 [2020-09-01T02:17:32.604Z] ---> ba111366085d [2020-09-01T02:17:32.604Z] Step 24/24 : LABEL version=1.2.2-dev.19 [2020-09-01T02:17:32.868Z] ---> Running in 9baca99bbf9e [2020-09-01T02:17:33.444Z] Removing intermediate container 9baca99bbf9e [2020-09-01T02:17:33.444Z] ---> 62be5b2fee8e [2020-09-01T02:17:33.444Z] [2020-09-01T02:17:33.444Z] Successfully built 62be5b2fee8e [2020-09-01T02:17:33.444Z] Successfully tagged docker-support-notifications-go:latest [2020-09-01T02:17:33.444Z] Building docker-core-metadata-go [2020-09-01T02:17:35.927Z] 2480fcc9aa5a: Verifying Checksum [2020-09-01T02:17:35.927Z] 2480fcc9aa5a: Download complete [2020-09-01T02:17:35.927Z] 09adf4765672: Download complete [2020-09-01T02:17:35.999Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:17:38.552Z] e772456be8f7: Verifying Checksum [2020-09-01T02:17:38.552Z] e772456be8f7: Download complete [2020-09-01T02:17:38.557Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-01T02:17:38.557Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-01T02:17:38.557Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-01T02:17:38.557Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-01T02:17:38.557Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-01T02:17:38.557Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-01T02:17:38.557Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-01T02:17:38.817Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-01T02:17:38.817Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-01T02:17:39.760Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-01T02:17:40.021Z] Removing intermediate container 5ba0380a6c06 [2020-09-01T02:17:40.021Z] ---> 763146c05a76 [2020-09-01T02:17:40.021Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-01T02:17:40.021Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-01T02:17:40.021Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-01T02:17:40.021Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-01T02:17:40.965Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-01T02:17:41.930Z] fd7a069fd194: Verifying Checksum [2020-09-01T02:17:41.930Z] fd7a069fd194: Download complete [2020-09-01T02:17:42.379Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-01T02:17:42.644Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-01T02:17:42.644Z] ---> Running in 9cc3f15cf6fa [2020-09-01T02:17:42.906Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-01T02:17:42.906Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-01T02:17:42.906Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-01T02:17:43.169Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-01T02:17:43.169Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-01T02:17:43.169Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-01T02:17:43.169Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-01T02:17:44.118Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-01T02:17:44.118Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-01T02:17:44.118Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-01T02:17:46.678Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-01T02:17:46.942Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-01T02:17:47.540Z] Removing intermediate container 9cc3f15cf6fa [2020-09-01T02:17:47.540Z] ---> 63937b139a06 [2020-09-01T02:17:47.540Z] Step 26/29 : CMD [ "generate" ] [2020-09-01T02:17:47.540Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:17:47.540Z] OK: 71 MiB in 55 packages [2020-09-01T02:17:48.495Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:17:48.495Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:17:48.495Z] ---> aeb62ebca899 [2020-09-01T02:17:48.495Z] Step 3/20 : WORKDIR /edgex-go [2020-09-01T02:17:48.495Z] ---> Using cache [2020-09-01T02:17:48.495Z] ---> c946704e1015 [2020-09-01T02:17:48.495Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:17:48.495Z] ---> Using cache [2020-09-01T02:17:48.495Z] ---> 10e02f97ded1 [2020-09-01T02:17:48.495Z] Step 5/20 : RUN apk update && apk add make git [2020-09-01T02:17:49.069Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:17:49.069Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:17:49.069Z] ---> aeb62ebca899 [2020-09-01T02:17:49.069Z] Step 3/22 : WORKDIR /edgex-go [2020-09-01T02:17:49.069Z] ---> Using cache [2020-09-01T02:17:49.069Z] ---> c946704e1015 [2020-09-01T02:17:49.069Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:17:49.069Z] ---> Using cache [2020-09-01T02:17:49.069Z] ---> 10e02f97ded1 [2020-09-01T02:17:49.069Z] Step 5/22 : RUN apk update && apk add make git [2020-09-01T02:17:49.069Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-01T02:17:49.640Z] ---> Running in c7fe06e389d6 [2020-09-01T02:17:49.906Z] ---> Running in c72e5e71ea84 [2020-09-01T02:17:49.906Z] ---> Running in 684552e915ad [2020-09-01T02:17:50.167Z] Removing intermediate container c7fe06e389d6 [2020-09-01T02:17:50.167Z] ---> 7d743a7688da [2020-09-01T02:17:50.167Z] Step 27/29 : LABEL arch=x86_64 [2020-09-01T02:17:51.117Z] ---> Running in adf2dcbc317e [2020-09-01T02:17:51.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:17:51.693Z] Removing intermediate container adf2dcbc317e [2020-09-01T02:17:51.693Z] ---> 37d8193c0d70 [2020-09-01T02:17:51.693Z] Step 28/29 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:17:51.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:17:52.642Z] ---> Running in 9dd93169f89a [2020-09-01T02:17:53.585Z] (4/5) Installing libzmq (4.3.2-r0) [2020-09-01T02:17:53.585Z] Removing intermediate container 9dd93169f89a [2020-09-01T02:17:53.585Z] ---> bd090f3a89be [2020-09-01T02:17:53.585Z] Step 29/29 : LABEL version=1.2.2-dev.19 [2020-09-01T02:17:54.328Z] fd7a069fd194: Pull complete [2020-09-01T02:17:54.328Z] 66aa3694b03b: Pull complete [2020-09-01T02:17:54.328Z] 170f70906a0f: Pull complete [2020-09-01T02:17:54.577Z] ---> Running in 85a422087260 [2020-09-01T02:17:55.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:17:56.137Z] (5/5) Installing zeromq (4.3.2-r0) [2020-09-01T02:17:56.137Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:17:56.137Z] OK: 8 MiB in 19 packages [2020-09-01T02:17:56.137Z] Removing intermediate container 85a422087260 [2020-09-01T02:17:56.137Z] ---> 590c3eaa6966 [2020-09-01T02:17:56.137Z] [2020-09-01T02:17:56.137Z] Successfully built 590c3eaa6966 [2020-09-01T02:17:56.137Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-01T02:17:56.137Z] Building docker-security-secretstore-setup-go [2020-09-01T02:17:57.530Z]  Building docker-security-secrets-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:17:57.711Z] ad7c5574e4b9: Pull complete [2020-09-01T02:18:00.089Z] Removing intermediate container e714b88e1564 [2020-09-01T02:18:00.089Z] ---> c6f4aada2444 [2020-09-01T02:18:00.089Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-01T02:18:00.089Z] Removing intermediate container 2f69cb4cd207 [2020-09-01T02:18:00.089Z] ---> 137c9c9c7ad0 [2020-09-01T02:18:00.089Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-01T02:18:00.089Z] ---> Running in 3933a1d37879 [2020-09-01T02:18:00.350Z] ---> 7c4d07eb01f1 [2020-09-01T02:18:00.350Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-01T02:18:02.282Z] ---> ef929c36415c [2020-09-01T02:18:02.282Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-01T02:18:02.860Z] Collecting docker-compose==1.23.2 [2020-09-01T02:18:02.860Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:18:02.860Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:18:02.860Z] OK: 12746 distinct packages available [2020-09-01T02:18:03.113Z] e772456be8f7: Pull complete [2020-09-01T02:18:03.113Z] c890913d741a: Pull complete [2020-09-01T02:18:03.126Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-01T02:18:03.389Z] OK: 233 MiB in 51 packages [2020-09-01T02:18:03.389Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-01T02:18:03.389Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-01T02:18:03.660Z] ---> 419e832e366b [2020-09-01T02:18:03.660Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-01T02:18:03.922Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:18:03.922Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:18:03.922Z] OK: 12746 distinct packages available [2020-09-01T02:18:04.183Z] Collecting texttable<0.10,>=0.9.0 [2020-09-01T02:18:04.183Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-01T02:18:04.453Z] OK: 233 MiB in 51 packages [2020-09-01T02:18:05.029Z] ---> Running in 115d42acf40e [2020-09-01T02:18:05.290Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:18:05.290Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:18:05.290Z] ---> aeb62ebca899 [2020-09-01T02:18:05.290Z] Step 3/26 : WORKDIR /edgex-go [2020-09-01T02:18:05.290Z] ---> Using cache [2020-09-01T02:18:05.290Z] ---> c946704e1015 [2020-09-01T02:18:05.290Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:18:05.290Z] ---> Using cache [2020-09-01T02:18:05.290Z] ---> 10e02f97ded1 [2020-09-01T02:18:05.290Z] Step 5/26 : RUN apk update && apk add make git [2020-09-01T02:18:05.551Z] 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-01T02:18:05.725Z] 2480fcc9aa5a: Pull complete [2020-09-01T02:18:05.725Z] 09adf4765672: Pull complete [2020-09-01T02:18:05.725Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-01T02:18:05.725Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-01T02:18:05.725Z] ---> 2248a725d1cf [2020-09-01T02:18:05.725Z] 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-01T02:18:06.138Z] Collecting jsonschema<3,>=2.5.1 [2020-09-01T02:18:06.138Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-01T02:18:06.138Z] ---> Running in df2bf7097478 [2020-09-01T02:18:06.399Z] Collecting PyYAML<4,>=3.10 [2020-09-01T02:18:06.399Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-01T02:18:06.399Z] Removing intermediate container 115d42acf40e [2020-09-01T02:18:06.399Z] ---> e703b766246f [2020-09-01T02:18:06.399Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:18:06.662Z] ---> Running in 6e319935e652 [2020-09-01T02:18:06.662Z] Removing intermediate container c72e5e71ea84 [2020-09-01T02:18:06.662Z] ---> a616d8fa40b9 [2020-09-01T02:18:06.662Z] Step 6/20 : COPY go.mod . [2020-09-01T02:18:07.239Z] Removing intermediate container 684552e915ad [2020-09-01T02:18:07.239Z] ---> 28781eacbae7 [2020-09-01T02:18:07.239Z] Step 6/22 : COPY go.mod . [2020-09-01T02:18:07.239Z] Collecting docopt<0.7,>=0.6.1 [2020-09-01T02:18:07.239Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-01T02:18:07.818Z] ---> bc25332e5b06 [2020-09-01T02:18:07.818Z] Step 7/20 : RUN go mod download [2020-09-01T02:18:07.818Z] Removing intermediate container 6e319935e652 [2020-09-01T02:18:07.818Z] ---> a2125bd35ea4 [2020-09-01T02:18:07.818Z] Step 21/23 : LABEL arch=x86_64 [2020-09-01T02:18:07.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:18:07.819Z] ---> Running in 53a7e6af505e [2020-09-01T02:18:07.819Z] ---> 13c2e8f6e00c [2020-09-01T02:18:07.819Z] Step 7/22 : RUN go mod download [2020-09-01T02:18:07.819Z] ---> Running in 8d331b4d620e [2020-09-01T02:18:08.082Z] ---> Running in 03f103c92256 [2020-09-01T02:18:08.345Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-01T02:18:08.345Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-01T02:18:08.345Z] Removing intermediate container 8d331b4d620e [2020-09-01T02:18:08.345Z] ---> 0d0dc5705898 [2020-09-01T02:18:08.345Z] Step 22/23 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:18:08.614Z] ---> Running in 07b27905217f [2020-09-01T02:18:08.878Z] Removing intermediate container 07b27905217f [2020-09-01T02:18:08.878Z] ---> 1f3c66833798 [2020-09-01T02:18:08.878Z] Step 23/23 : LABEL version=1.2.2-dev.19 [2020-09-01T02:18:08.878Z] ---> Running in 3be9f9dd048a [2020-09-01T02:18:08.878Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-01T02:18:08.878Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-01T02:18:09.141Z] Removing intermediate container 3be9f9dd048a [2020-09-01T02:18:09.141Z] ---> 48c0287d2ca3 [2020-09-01T02:18:09.141Z] [2020-09-01T02:18:09.141Z] Collecting cached-property<2,>=1.2.0 [2020-09-01T02:18:09.141Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-01T02:18:09.141Z] Successfully built 48c0287d2ca3 [2020-09-01T02:18:09.141Z] Successfully tagged docker-core-data-go:latest [2020-09-01T02:18:09.141Z] Building docker-support-scheduler-go [2020-09-01T02:18:09.402Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2020-09-01T02:18:09.402Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-01T02:18:09.402Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-01T02:18:09.402Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-01T02:18:09.664Z] 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-01T02:18:09.664Z] 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-01T02:18:09.664Z] Collecting idna<2.8,>=2.5 [2020-09-01T02:18:09.664Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-01T02:18:10.020Z] ---> Running in fcd6540f3431 [2020-09-01T02:18:10.613Z] Collecting docker-pycreds>=0.4.0 [2020-09-01T02:18:10.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:18:11.185Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-01T02:18:11.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:18:12.395Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-01T02:18:12.396Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-01T02:18:12.396Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-01T02:18:12.396Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-01T02:18:12.396Z] Installing collected packages: websocket-client, texttable, jsonschema, PyYAML, docopt, dockerpty, urllib3, idna, requests, cached-property, docker-pycreds, docker, docker-compose [2020-09-01T02:18:12.658Z] Running setup.py install for texttable: started [2020-09-01T02:18:13.240Z] Removing intermediate container 53a7e6af505e [2020-09-01T02:18:13.240Z] ---> 503fe4bbd394 [2020-09-01T02:18:13.240Z] Step 8/20 : COPY . . [2020-09-01T02:18:13.240Z] Running setup.py install for texttable: finished with status 'done' [2020-09-01T02:18:13.240Z] Removing intermediate container 03f103c92256 [2020-09-01T02:18:13.240Z] ---> ab0ebb8d2a63 [2020-09-01T02:18:13.240Z] Step 8/22 : COPY . . [2020-09-01T02:18:14.641Z] Running setup.py install for PyYAML: started [2020-09-01T02:18:16.564Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-01T02:18:16.564Z] Running setup.py install for docopt: started [2020-09-01T02:18:17.517Z] Running setup.py install for docopt: finished with status 'done' [2020-09-01T02:18:17.518Z] Running setup.py install for dockerpty: started [2020-09-01T02:18:17.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:18:18.921Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-01T02:18:18.921Z] Attempting uninstall: urllib3 [2020-09-01T02:18:18.921Z] Found existing installation: urllib3 1.25.9 [2020-09-01T02:18:18.921Z] Uninstalling urllib3-1.25.9: [2020-09-01T02:18:20.856Z] Successfully uninstalled urllib3-1.25.9 [2020-09-01T02:18:21.823Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:18:21.823Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:18:21.823Z] ---> aeb62ebca899 [2020-09-01T02:18:21.823Z] Step 3/21 : WORKDIR /edgex-go [2020-09-01T02:18:21.823Z] ---> Using cache [2020-09-01T02:18:21.823Z] ---> c946704e1015 [2020-09-01T02:18:21.823Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:18:21.823Z] ---> Using cache [2020-09-01T02:18:21.823Z] ---> 10e02f97ded1 [2020-09-01T02:18:21.823Z] Step 5/21 : RUN apk update && apk add make git [2020-09-01T02:18:21.823Z] ---> Using cache [2020-09-01T02:18:21.823Z] ---> 28781eacbae7 [2020-09-01T02:18:21.823Z] Step 6/21 : COPY go.mod . [2020-09-01T02:18:21.823Z] ---> Using cache [2020-09-01T02:18:21.823Z] ---> 13c2e8f6e00c [2020-09-01T02:18:21.823Z] Step 7/21 : RUN go mod download [2020-09-01T02:18:21.823Z] ---> Using cache [2020-09-01T02:18:21.823Z] ---> ab0ebb8d2a63 [2020-09-01T02:18:21.823Z] Step 8/21 : COPY . . [2020-09-01T02:18:21.823Z] Attempting uninstall: idna [2020-09-01T02:18:21.823Z] Found existing installation: idna 2.9 [2020-09-01T02:18:21.823Z] Uninstalling idna-2.9: [2020-09-01T02:18:21.823Z] Successfully uninstalled idna-2.9 [2020-09-01T02:18:23.755Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:18:23.755Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:18:23.755Z] OK: 12746 distinct packages available [2020-09-01T02:18:24.703Z] Attempting uninstall: requests [2020-09-01T02:18:24.703Z] Found existing installation: requests 2.23.0 [2020-09-01T02:18:24.703Z] Uninstalling requests-2.23.0: [2020-09-01T02:18:25.280Z] OK: 233 MiB in 51 packages [2020-09-01T02:18:25.543Z] Successfully uninstalled requests-2.23.0 [2020-09-01T02:18:25.909Z] (1/12) Installing libmagic (5.38-r0) [2020-09-01T02:18:27.865Z] (2/12) Installing file (5.38-r0) [2020-09-01T02:18:27.865Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-01T02:18:27.865Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-01T02:18:37.815Z] 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-01T02:18:37.815Z] Removing intermediate container df2bf7097478 [2020-09-01T02:18:37.815Z] ---> 175fd00207d4 [2020-09-01T02:18:37.815Z] Step 6/26 : COPY go.mod . [2020-09-01T02:18:39.751Z] ---> ec9494feec0f [2020-09-01T02:18:39.751Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-01T02:18:40.013Z] ---> 812dc74f7bb6 [2020-09-01T02:18:40.013Z] Step 7/26 : RUN go mod download [2020-09-01T02:18:40.013Z] ---> 907e35bd9f47 [2020-09-01T02:18:40.013Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-01T02:18:40.588Z] ---> Running in 04f87f1bef5b [2020-09-01T02:18:40.849Z] ---> Running in 3ff3427d42f1 [2020-09-01T02:18:40.849Z] ---> Running in 7dfc5a1ae6af [2020-09-01T02:18:40.849Z] ---> 42e82213c6ce [2020-09-01T02:18:40.849Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-01T02:18:41.111Z] ---> Running in 9355ad66f2a5 [2020-09-01T02:18:41.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-01T02:18:41.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-01T02:18:41.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-01T02:18:42.917Z] Removing intermediate container 3933a1d37879 [2020-09-01T02:18:42.917Z] ---> 6c2fc8a1d628 [2020-09-01T02:18:42.917Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-01T02:18:43.183Z] ---> Running in c5c7d5ff0a68 [2020-09-01T02:18:43.450Z] Removing intermediate container 3ff3427d42f1 [2020-09-01T02:18:43.450Z] ---> fff9cd9e198c [2020-09-01T02:18:43.450Z] Step 8/26 : COPY . . [2020-09-01T02:18:44.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:18:44.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:18:44.563Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-01T02:18:45.138Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-01T02:18:45.138Z] (3/3) Installing curl (7.69.1-r0) [2020-09-01T02:18:45.138Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:18:45.927Z] OK: 72 MiB in 58 packages [2020-09-01T02:18:50.209Z] Removing intermediate container c5c7d5ff0a68 [2020-09-01T02:18:50.209Z] ---> 13565bdec400 [2020-09-01T02:18:50.209Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-01T02:18:52.833Z] ---> Running in fa2bc7ff47a9 [2020-09-01T02:18:53.542Z] Removing intermediate container fa2bc7ff47a9 [2020-09-01T02:18:53.542Z] ---> 20599b9c7b2a [2020-09-01T02:18:53.542Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:18:54.146Z] ---> Running in 10d268905d4e [2020-09-01T02:18:54.998Z] Removing intermediate container 10d268905d4e [2020-09-01T02:18:54.998Z] ---> 9df4ba251511 [2020-09-01T02:18:54.998Z] Step 25/27 : LABEL arch=x86_64 [2020-09-01T02:18:56.064Z] ---> Running in c51eb6ac7515 [2020-09-01T02:18:56.651Z] Removing intermediate container c51eb6ac7515 [2020-09-01T02:18:56.651Z] ---> c4e9d06eea3a [2020-09-01T02:18:56.651Z] Step 26/27 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:18:57.236Z] ---> Running in 6dadb915c278 [2020-09-01T02:18:57.829Z] Removing intermediate container 6dadb915c278 [2020-09-01T02:18:57.829Z] ---> 06a76bc784e3 [2020-09-01T02:18:57.829Z] Step 27/27 : LABEL version=1.2.2-dev.19 [2020-09-01T02:18:58.785Z] ---> Running in b0643ada2fc5 [2020-09-01T02:18:59.744Z] Removing intermediate container b0643ada2fc5 [2020-09-01T02:18:59.744Z] ---> 0041ea049326 [2020-09-01T02:18:59.744Z] [2020-09-01T02:18:59.744Z] Successfully built 0041ea049326 [2020-09-01T02:19:00.007Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-01T02:19:00.007Z] Building docker-core-command-go [2020-09-01T02:19:00.273Z]  Building docker-sys-mgmt-agent-go ... done  ---> 6d43e7e5a948 [2020-09-01T02:19:00.273Z] 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-01T02:19:00.542Z] ---> Running in 8707f7612d7e [2020-09-01T02:19:01.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-01T02:19:14.285Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:19:14.285Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:19:14.285Z] ---> aeb62ebca899 [2020-09-01T02:19:14.285Z] Step 3/22 : WORKDIR /edgex-go [2020-09-01T02:19:14.285Z] ---> Using cache [2020-09-01T02:19:14.285Z] ---> c946704e1015 [2020-09-01T02:19:14.285Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:19:14.285Z] ---> Using cache [2020-09-01T02:19:14.285Z] ---> 10e02f97ded1 [2020-09-01T02:19:14.285Z] Step 5/22 : RUN apk update && apk add make git [2020-09-01T02:19:14.285Z] ---> Using cache [2020-09-01T02:19:14.285Z] ---> 175fd00207d4 [2020-09-01T02:19:14.285Z] Step 6/22 : COPY go.mod . [2020-09-01T02:19:14.285Z] ---> Using cache [2020-09-01T02:19:14.285Z] ---> 812dc74f7bb6 [2020-09-01T02:19:14.285Z] Step 7/22 : RUN go mod download [2020-09-01T02:19:14.285Z] ---> Using cache [2020-09-01T02:19:14.285Z] ---> fff9cd9e198c [2020-09-01T02:19:14.285Z] Step 8/22 : COPY . . [2020-09-01T02:19:14.285Z] ---> Using cache [2020-09-01T02:19:14.285Z] ---> 6d43e7e5a948 [2020-09-01T02:19:14.285Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-01T02:19:14.761Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-01T02:19:14.761Z] (6/12) Installing patch (2.7.6-r6) [2020-09-01T02:19:14.761Z] (7/12) Installing build-base (0.5-r2) [2020-09-01T02:19:14.761Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-01T02:19:14.761Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-01T02:19:14.761Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-01T02:19:14.761Z] (11/12) Installing libzmq (4.3.2-r0) [2020-09-01T02:19:14.761Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-09-01T02:19:14.761Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:19:14.761Z] OK: 217 MiB in 51 packages [2020-09-01T02:19:16.854Z] ---> Running in c3af9d7d1066 [2020-09-01T02:19:17.129Z] Removing intermediate container 7dfc5a1ae6af [2020-09-01T02:19:17.129Z] ---> d4e93e8ff1ef [2020-09-01T02:19:17.129Z] [2020-09-01T02:19:17.129Z] Step 10/20 : FROM alpine [2020-09-01T02:19:17.129Z] ---> a24bb4013296 [2020-09-01T02:19:17.129Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-01T02:19:17.393Z] ---> Running in c6a16c989444 [2020-09-01T02:19:17.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/core-command/core-command ./cmd/core-command [2020-09-01T02:19:18.146Z] Removing intermediate container fcd6540f3431 [2020-09-01T02:19:18.147Z] ---> 422c9de47d0a [2020-09-01T02:19:18.147Z] Step 4/7 : WORKDIR /edgex-go [2020-09-01T02:19:18.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:19:18.417Z] ---> Running in edab5c7980cf [2020-09-01T02:19:18.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:19:18.689Z] Removing intermediate container edab5c7980cf [2020-09-01T02:19:18.689Z] ---> cfede81beb43 [2020-09-01T02:19:18.689Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-01T02:19:18.768Z] v3.12.0-277-ga26424f362 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:19:18.768Z] v3.12.0-276-gbdd3966958 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:19:18.768Z] OK: 12746 distinct packages available [2020-09-01T02:19:19.028Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-01T02:19:19.285Z] latest: Pulling from library/docker [2020-09-01T02:19:19.285Z] b538f80385f9: Already exists [2020-09-01T02:19:19.285Z] 259a493cd78d: Pulling fs layer [2020-09-01T02:19:19.285Z] b8e66b5100f5: Pulling fs layer [2020-09-01T02:19:19.285Z] 39dc9c94d07c: Pulling fs layer [2020-09-01T02:19:19.285Z] 551b823b3b82: Pulling fs layer [2020-09-01T02:19:19.285Z] 3c52a74df98c: Pulling fs layer [2020-09-01T02:19:19.285Z] 6c9b121b6998: Pulling fs layer [2020-09-01T02:19:19.285Z] 551b823b3b82: Waiting [2020-09-01T02:19:19.285Z] 3c52a74df98c: Waiting [2020-09-01T02:19:19.285Z] 6c9b121b6998: Waiting [2020-09-01T02:19:19.285Z] b8e66b5100f5: Download complete [2020-09-01T02:19:19.290Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-01T02:19:19.290Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-01T02:19:19.290Z] (4/4) Installing curl (7.69.1-r0) [2020-09-01T02:19:19.290Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:19:19.290Z] Executing ca-certificates-20191127-r4.trigger [2020-09-01T02:19:19.290Z] OK: 7 MiB in 18 packages [2020-09-01T02:19:19.561Z] 259a493cd78d: Verifying Checksum [2020-09-01T02:19:19.561Z] 259a493cd78d: Download complete [2020-09-01T02:19:19.561Z] 551b823b3b82: Verifying Checksum [2020-09-01T02:19:19.561Z] 551b823b3b82: Download complete [2020-09-01T02:19:19.561Z] 3c52a74df98c: Verifying Checksum [2020-09-01T02:19:19.561Z] 3c52a74df98c: Download complete [2020-09-01T02:19:19.838Z] 6c9b121b6998: Download complete [2020-09-01T02:19:20.117Z] 259a493cd78d: Pull complete [2020-09-01T02:19:20.711Z] b8e66b5100f5: Pull complete [2020-09-01T02:19:20.711Z] 39dc9c94d07c: Verifying Checksum [2020-09-01T02:19:20.711Z] 39dc9c94d07c: Download complete [2020-09-01T02:19:22.601Z] Removing intermediate container 9355ad66f2a5 [2020-09-01T02:19:22.601Z] ---> 3732b0b1e6a0 [2020-09-01T02:19:22.601Z] [2020-09-01T02:19:22.601Z] Step 10/21 : FROM scratch [2020-09-01T02:19:22.601Z] ---> [2020-09-01T02:19:22.601Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-01T02:19:23.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-01T02:19:24.087Z] 39dc9c94d07c: Pull complete [2020-09-01T02:19:24.087Z] 551b823b3b82: Pull complete [2020-09-01T02:19:24.157Z] ---> Running in d2c011aa906f [2020-09-01T02:19:24.157Z] Removing intermediate container c6a16c989444 [2020-09-01T02:19:24.157Z] ---> f5dc67c22461 [2020-09-01T02:19:24.157Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-01T02:19:24.359Z] 3c52a74df98c: Pull complete [2020-09-01T02:19:24.631Z] 6c9b121b6998: Pull complete [2020-09-01T02:19:24.631Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-01T02:19:24.631Z] Status: Downloaded newer image for docker:latest [2020-09-01T02:19:25.128Z] Removing intermediate container 04f87f1bef5b [2020-09-01T02:19:25.128Z] ---> a1044b60b1a4 [2020-09-01T02:19:25.128Z] [2020-09-01T02:19:25.128Z] Step 10/22 : FROM scratch [2020-09-01T02:19:25.128Z] ---> [2020-09-01T02:19:25.128Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-01T02:19:25.396Z] ---> Running in 66aaaa1e0895 [2020-09-01T02:19:25.396Z] ---> Running in 864ec94aa06a [2020-09-01T02:19:25.662Z] Removing intermediate container d2c011aa906f [2020-09-01T02:19:25.662Z] ---> 0ed7c72e5801 [2020-09-01T02:19:25.662Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-01T02:19:25.662Z] ---> Running in f9e4f111c179 [2020-09-01T02:19:25.930Z] Removing intermediate container 864ec94aa06a [2020-09-01T02:19:25.930Z] ---> 437a84327c79 [2020-09-01T02:19:25.930Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-01T02:19:25.930Z] Removing intermediate container 66aaaa1e0895 [2020-09-01T02:19:25.930Z] ---> 48373d049df1 [2020-09-01T02:19:25.930Z] Step 13/20 : WORKDIR /edgex [2020-09-01T02:19:25.930Z] ---> Running in d40a79e5821d [2020-09-01T02:19:25.930Z] Removing intermediate container f9e4f111c179 [2020-09-01T02:19:25.930Z] ---> 45e1530ca472 [2020-09-01T02:19:25.930Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-01T02:19:25.930Z] ---> Running in 18097b46e792 [2020-09-01T02:19:26.197Z] ---> Running in b97f80ca7765 [2020-09-01T02:19:26.197Z] Removing intermediate container d40a79e5821d [2020-09-01T02:19:26.197Z] ---> b1991d3cda04 [2020-09-01T02:19:26.197Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-01T02:19:26.461Z] ---> Running in 76b06de0422e [2020-09-01T02:19:26.461Z] Removing intermediate container 18097b46e792 [2020-09-01T02:19:26.461Z] ---> 2c723953e9d3 [2020-09-01T02:19:26.461Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-01T02:19:26.461Z] Removing intermediate container b97f80ca7765 [2020-09-01T02:19:26.461Z] ---> 700027ee0359 [2020-09-01T02:19:26.461Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-01T02:19:26.725Z] Removing intermediate container 76b06de0422e [2020-09-01T02:19:26.725Z] ---> 2ad9efa0fdd3 [2020-09-01T02:19:26.725Z] Step 14/22 : WORKDIR / [2020-09-01T02:19:26.725Z] ---> Running in 1f0bbe48c837 [2020-09-01T02:19:26.988Z] ---> 99c602054bb3 [2020-09-01T02:19:26.988Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-01T02:19:26.988Z] ---> 88d9046c0cd2 [2020-09-01T02:19:26.988Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-01T02:19:28.014Z] ---> 6076a1f8db83 [2020-09-01T02:19:28.014Z] Step 6/7 : COPY go.mod . [2020-09-01T02:19:28.393Z] Removing intermediate container 1f0bbe48c837 [2020-09-01T02:19:28.393Z] ---> 5c40ba8f3c85 [2020-09-01T02:19:28.393Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-01T02:19:28.606Z] ---> 5dee963402b3 [2020-09-01T02:19:28.606Z] Step 7/7 : RUN go mod download [2020-09-01T02:19:28.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-01T02:19:28.880Z] ---> Running in d1290e9da4f1 [2020-09-01T02:19:29.251Z] ---> 158d49014832 [2020-09-01T02:19:29.251Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-01T02:19:29.517Z] ---> 72d0b3481589 [2020-09-01T02:19:29.517Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-01T02:19:29.517Z] ---> 06843dfb548c [2020-09-01T02:19:29.517Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-01T02:19:29.517Z] ---> Running in 470453f0798f [2020-09-01T02:19:29.782Z] ---> dfd733d9ef76 [2020-09-01T02:19:29.782Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-01T02:19:30.045Z] ---> Running in 872f5f5f3e71 [2020-09-01T02:19:30.045Z] Removing intermediate container 470453f0798f [2020-09-01T02:19:30.045Z] ---> c1d4910c1dc3 [2020-09-01T02:19:30.045Z] Step 17/20 : CMD ["--init=true"] [2020-09-01T02:19:30.307Z] ---> Running in 4132995c7903 [2020-09-01T02:19:30.307Z] Removing intermediate container 872f5f5f3e71 [2020-09-01T02:19:30.307Z] ---> c5eae553657e [2020-09-01T02:19:30.307Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:19:30.569Z] ---> ace4dd07faae [2020-09-01T02:19:30.569Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-01T02:19:30.569Z] ---> Running in 450afaaf3501 [2020-09-01T02:19:30.836Z] Removing intermediate container 4132995c7903 [2020-09-01T02:19:30.836Z] ---> 9f9bb455d379 [2020-09-01T02:19:30.836Z] Step 18/20 : LABEL arch=x86_64 [2020-09-01T02:19:30.836Z] ---> Running in bef5862d7b70 [2020-09-01T02:19:31.105Z] Removing intermediate container 450afaaf3501 [2020-09-01T02:19:31.105Z] ---> 1bc5fc1467bc [2020-09-01T02:19:31.105Z] Step 19/21 : LABEL arch=x86_64 [2020-09-01T02:19:32.051Z] ---> de7afe0303cd [2020-09-01T02:19:32.052Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-01T02:19:32.052Z] ---> Running in 45983fc134a4 [2020-09-01T02:19:32.052Z] Removing intermediate container bef5862d7b70 [2020-09-01T02:19:32.052Z] ---> 19959933045c [2020-09-01T02:19:32.052Z] Step 19/20 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:19:32.260Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-01T02:19:32.260Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-01T02:19:32.260Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-09-01T02:19:32.260Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-01T02:19:32.260Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-01T02:19:32.311Z] ---> Running in c0360c062c13 [2020-09-01T02:19:32.530Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-01T02:19:32.530Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-01T02:19:32.530Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-01T02:19:32.530Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-09-01T02:19:32.530Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-01T02:19:32.530Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-09-01T02:19:32.582Z] ---> Running in 1443a532df8a [2020-09-01T02:19:32.582Z] Removing intermediate container 45983fc134a4 [2020-09-01T02:19:32.582Z] ---> 14b43760191c [2020-09-01T02:19:32.582Z] Step 20/21 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:19:32.801Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-01T02:19:32.801Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-01T02:19:32.801Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-01T02:19:32.801Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-09-01T02:19:32.801Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-09-01T02:19:32.801Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-09-01T02:19:32.801Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-01T02:19:32.847Z] Removing intermediate container c0360c062c13 [2020-09-01T02:19:32.847Z] ---> cc47e1f9e54e [2020-09-01T02:19:32.847Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:19:32.847Z] ---> Running in 6ffd1a987ee2 [2020-09-01T02:19:32.847Z] Removing intermediate container 1443a532df8a [2020-09-01T02:19:32.847Z] ---> 39621829deae [2020-09-01T02:19:32.847Z] Step 20/20 : LABEL version=1.2.2-dev.19 [2020-09-01T02:19:33.070Z] go: finding github.com/fatih/color v1.7.0 [2020-09-01T02:19:33.070Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-01T02:19:33.070Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-01T02:19:33.070Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-09-01T02:19:33.070Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-01T02:19:33.070Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-01T02:19:33.109Z] ---> Running in 57951a4e372c [2020-09-01T02:19:33.342Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-01T02:19:33.342Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-01T02:19:33.342Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-01T02:19:33.342Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-01T02:19:33.342Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-01T02:19:33.342Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-01T02:19:33.342Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-01T02:19:33.612Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-01T02:19:33.612Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-01T02:19:33.612Z] go: finding github.com/google/uuid v1.1.0 [2020-09-01T02:19:33.612Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-01T02:19:33.612Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-01T02:19:33.612Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-01T02:19:33.682Z] ---> Running in e1bab47d1d53 [2020-09-01T02:19:33.881Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-01T02:19:33.881Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-01T02:19:33.881Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-01T02:19:33.881Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-01T02:19:33.881Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-01T02:19:33.881Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-01T02:19:33.881Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-01T02:19:34.150Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-01T02:19:34.150Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-01T02:19:34.150Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-01T02:19:34.150Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-01T02:19:34.150Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-01T02:19:34.150Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-01T02:19:34.150Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-01T02:19:34.419Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-01T02:19:34.419Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-01T02:19:34.419Z] go: finding github.com/imdario/mergo v0.3.6 [2020-09-01T02:19:34.419Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-01T02:19:34.419Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-01T02:19:34.419Z] go: finding github.com/kr/pty v1.1.1 [2020-09-01T02:19:34.419Z] go: finding github.com/kr/text v0.1.0 [2020-09-01T02:19:34.624Z] Removing intermediate container 6ffd1a987ee2 [2020-09-01T02:19:34.624Z] ---> 46acddfaf1ba [2020-09-01T02:19:34.624Z] Step 21/21 : LABEL version=1.2.2-dev.19 [2020-09-01T02:19:34.624Z] Removing intermediate container 57951a4e372c [2020-09-01T02:19:34.624Z] ---> fae5bc3d8187 [2020-09-01T02:19:34.624Z] Step 20/22 : LABEL arch=x86_64 [2020-09-01T02:19:34.687Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-01T02:19:34.687Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-01T02:19:34.687Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-01T02:19:34.687Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-01T02:19:34.687Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-01T02:19:34.687Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-01T02:19:34.885Z] Removing intermediate container e1bab47d1d53 [2020-09-01T02:19:34.885Z] ---> dd9b767a177d [2020-09-01T02:19:34.885Z] [2020-09-01T02:19:34.957Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-01T02:19:34.957Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-01T02:19:34.957Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-01T02:19:34.957Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-01T02:19:34.957Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-01T02:19:34.957Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-01T02:19:34.957Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-01T02:19:35.146Z] Removing intermediate container 8707f7612d7e [2020-09-01T02:19:35.146Z] ---> 78e0377fa914 [2020-09-01T02:19:35.146Z] [2020-09-01T02:19:35.146Z] Step 10/26 : FROM alpine:3.10 [2020-09-01T02:19:35.146Z] ---> Running in ecc77193a888 [2020-09-01T02:19:35.146Z] ---> Running in 4e78183d4214 [2020-09-01T02:19:35.146Z] Successfully built dd9b767a177d [2020-09-01T02:19:35.225Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-01T02:19:35.225Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-01T02:19:35.225Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-01T02:19:35.225Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-01T02:19:35.225Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-01T02:19:35.225Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-01T02:19:35.225Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-01T02:19:35.406Z] 3.10: Pulling from library/alpine [2020-09-01T02:19:35.406Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-01T02:19:35.406Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ecc77193a888 [2020-09-01T02:19:35.406Z] ---> 0df57542e897 [2020-09-01T02:19:35.406Z] [2020-09-01T02:19:35.406Z] Removing intermediate container 4e78183d4214 [2020-09-01T02:19:35.406Z] ---> 0d2dddb27cae [2020-09-01T02:19:35.406Z] Step 21/22 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:19:35.495Z] go: finding github.com/posener/complete v1.1.1 [2020-09-01T02:19:35.495Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-09-01T02:19:35.495Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-01T02:19:35.495Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-01T02:19:35.495Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-01T02:19:35.495Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-01T02:19:35.495Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-01T02:19:35.670Z] Successfully built 0df57542e897 [2020-09-01T02:19:35.670Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-01T02:19:35.670Z]  Building docker-support-scheduler-go ... done  ---> Running in 950b4b6ab5e7 [2020-09-01T02:19:35.765Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-01T02:19:35.765Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-09-01T02:19:35.765Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-01T02:19:35.765Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-01T02:19:35.765Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-01T02:19:35.765Z] go: finding golang.org/x/text v0.3.2 [2020-09-01T02:19:36.034Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-01T02:19:36.034Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-01T02:19:36.034Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-09-01T02:19:36.034Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-01T02:19:36.034Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-01T02:19:36.034Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-01T02:19:36.242Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-01T02:19:36.242Z] Status: Downloaded newer image for alpine:3.10 [2020-09-01T02:19:36.242Z] ---> be4e4bea2c2e [2020-09-01T02:19:36.242Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-01T02:19:36.242Z] Removing intermediate container 950b4b6ab5e7 [2020-09-01T02:19:36.242Z] ---> 6bbf06efdff4 [2020-09-01T02:19:36.242Z] Step 22/22 : LABEL version=1.2.2-dev.19 [2020-09-01T02:19:38.802Z] ---> Running in d5e1d8074557 [2020-09-01T02:19:38.802Z] ---> Running in 5c9c32cdb335 [2020-09-01T02:19:38.802Z] Removing intermediate container c3af9d7d1066 [2020-09-01T02:19:38.802Z] ---> ffc8b79f5b3d [2020-09-01T02:19:38.802Z] [2020-09-01T02:19:38.802Z] Step 10/22 : FROM scratch [2020-09-01T02:19:38.802Z] ---> [2020-09-01T02:19:38.802Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-01T02:19:38.802Z] ---> Using cache [2020-09-01T02:19:38.802Z] ---> 437a84327c79 [2020-09-01T02:19:38.802Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-01T02:19:38.802Z] ---> Running in 7abf2c68513c [2020-09-01T02:19:38.802Z] Removing intermediate container d5e1d8074557 [2020-09-01T02:19:38.802Z] ---> 6860eac4a1be [2020-09-01T02:19:38.802Z] [2020-09-01T02:19:38.802Z] Successfully built 6860eac4a1be [2020-09-01T02:19:38.802Z] Successfully tagged docker-core-metadata-go:latest [2020-09-01T02:19:38.802Z]  Building docker-core-metadata-go ... done Removing intermediate container 7abf2c68513c [2020-09-01T02:19:38.802Z] ---> 673e07bdc2bd [2020-09-01T02:19:38.802Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-01T02:19:39.067Z] ---> Running in a6fcccc70f6f [2020-09-01T02:19:39.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-01T02:19:39.067Z] Removing intermediate container a6fcccc70f6f [2020-09-01T02:19:39.067Z] ---> 27b87eab24f3 [2020-09-01T02:19:39.067Z] Step 14/22 : WORKDIR / [2020-09-01T02:19:39.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-01T02:19:39.330Z] ---> Running in 465400ec46dc [2020-09-01T02:19:39.330Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-01T02:19:39.330Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-01T02:19:39.330Z] OK: 10346 distinct packages available [2020-09-01T02:19:39.330Z] Removing intermediate container 465400ec46dc [2020-09-01T02:19:39.330Z] ---> a64605669cf2 [2020-09-01T02:19:39.330Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-01T02:19:39.593Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-01T02:19:39.593Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-01T02:19:39.593Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-01T02:19:39.593Z] (4/5) Installing curl (7.66.0-r0) [2020-09-01T02:19:39.593Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-01T02:19:39.593Z] Executing busybox-1.30.1-r3.trigger [2020-09-01T02:19:39.593Z] Executing ca-certificates-20191127-r2.trigger [2020-09-01T02:19:39.593Z] OK: 7 MiB in 19 packages [2020-09-01T02:19:40.536Z] ---> c186d1a82fe7 [2020-09-01T02:19:40.536Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-01T02:19:40.797Z] Removing intermediate container 5c9c32cdb335 [2020-09-01T02:19:40.797Z] ---> 80905a9e0eb9 [2020-09-01T02:19:40.797Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-01T02:19:41.057Z] ---> Running in 997ba56a2ab3 [2020-09-01T02:19:41.057Z] ---> 77064162d530 [2020-09-01T02:19:41.057Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-01T02:19:41.057Z] Removing intermediate container 997ba56a2ab3 [2020-09-01T02:19:41.057Z] ---> 09e798176654 [2020-09-01T02:19:41.057Z] Step 13/26 : WORKDIR / [2020-09-01T02:19:41.319Z] ---> Running in 35713beaffd7 [2020-09-01T02:19:41.319Z] ---> 43a6abb7f573 [2020-09-01T02:19:41.319Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-01T02:19:41.319Z] ---> Running in 63a3c4a81d91 [2020-09-01T02:19:41.319Z] Removing intermediate container 35713beaffd7 [2020-09-01T02:19:41.319Z] ---> e06aa5b8998c [2020-09-01T02:19:41.579Z] 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-01T02:19:41.579Z] Removing intermediate container 63a3c4a81d91 [2020-09-01T02:19:41.579Z] ---> ce030824e2d4 [2020-09-01T02:19:41.579Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:19:41.579Z] ---> Running in fd7aaaa07632 [2020-09-01T02:19:41.579Z] ---> b9d3c919c266 [2020-09-01T02:19:41.579Z] 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-01T02:19:41.840Z] Removing intermediate container fd7aaaa07632 [2020-09-01T02:19:41.840Z] ---> e342f1dc0020 [2020-09-01T02:19:41.840Z] Step 20/22 : LABEL arch=x86_64 [2020-09-01T02:19:42.782Z] ---> Running in d1289171d19b [2020-09-01T02:19:42.782Z] ---> 4c9fda93404c [2020-09-01T02:19:42.782Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-01T02:19:43.048Z] Removing intermediate container d1289171d19b [2020-09-01T02:19:43.048Z] ---> 1de89741c887 [2020-09-01T02:19:43.048Z] Step 21/22 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:19:43.048Z] ---> Running in b25e19f59210 [2020-09-01T02:19:43.048Z] ---> e6963b5e7c55 [2020-09-01T02:19:43.048Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-01T02:19:43.308Z] Removing intermediate container b25e19f59210 [2020-09-01T02:19:43.308Z] ---> e5613a7328fe [2020-09-01T02:19:43.308Z] Step 22/22 : LABEL version=1.2.2-dev.19 [2020-09-01T02:19:43.308Z] ---> Running in 537de9db723c [2020-09-01T02:19:43.308Z] ---> ca50501209ea [2020-09-01T02:19:43.308Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-01T02:19:43.570Z] Removing intermediate container 537de9db723c [2020-09-01T02:19:43.570Z] ---> f52f0663d041 [2020-09-01T02:19:43.570Z] [2020-09-01T02:19:43.570Z] Successfully built f52f0663d041 [2020-09-01T02:19:43.570Z] Successfully tagged docker-core-command-go:latest [2020-09-01T02:19:43.830Z]  Building docker-core-command-go ... done  ---> 5b5ae8e57621 [2020-09-01T02:19:43.830Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-01T02:19:44.401Z] ---> f87e4c1a8e45 [2020-09-01T02:19:44.401Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-01T02:19:45.792Z] ---> c5706afc27b8 [2020-09-01T02:19:45.792Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-01T02:19:46.053Z] ---> 52917d1ebca7 [2020-09-01T02:19:46.053Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-01T02:19:46.053Z] ---> Running in e90cabe99ab0 [2020-09-01T02:19:46.996Z] Removing intermediate container e90cabe99ab0 [2020-09-01T02:19:46.996Z] ---> 6a9601fd5efc [2020-09-01T02:19:46.996Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-01T02:19:47.257Z] ---> Running in c8b555365b39 [2020-09-01T02:19:47.257Z] Removing intermediate container c8b555365b39 [2020-09-01T02:19:47.257Z] ---> 6bcc8e57db75 [2020-09-01T02:19:47.257Z] Step 24/26 : LABEL arch=x86_64 [2020-09-01T02:19:47.517Z] ---> Running in 2ba75673f058 [2020-09-01T02:19:47.517Z] Removing intermediate container 2ba75673f058 [2020-09-01T02:19:47.517Z] ---> 2d42cafb4e53 [2020-09-01T02:19:47.517Z] Step 25/26 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:19:47.778Z] ---> Running in 4d5efec5e271 [2020-09-01T02:19:47.778Z] Removing intermediate container 4d5efec5e271 [2020-09-01T02:19:47.778Z] ---> 74571676c8e2 [2020-09-01T02:19:47.778Z] Step 26/26 : LABEL version=1.2.2-dev.19 [2020-09-01T02:19:48.038Z] ---> Running in bd5b97a38a9c [2020-09-01T02:19:48.039Z] Removing intermediate container bd5b97a38a9c [2020-09-01T02:19:48.039Z] ---> ee97648b0876 [2020-09-01T02:19:48.039Z] [2020-09-01T02:19:48.039Z] Successfully built ee97648b0876 [2020-09-01T02:19:48.039Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-01T02:19:48.620Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-09-01T02:19:48.642Z] $ docker stop --time=1 42b0e7feba9480e52cc939f8fdf60d0e7f203805128769ea527e614ab6477460 [2020-09-01T02:19:50.271Z] $ docker rm -f 42b0e7feba9480e52cc939f8fdf60d0e7f203805128769ea527e614ab6477460 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:19:50.910Z] + docker images [2020-09-01T02:19:50.910Z] + grep docker [2020-09-01T02:19:50.910Z] docker-security-secretstore-setup-go latest ee97648b0876 3 seconds ago 33.9MB [2020-09-01T02:19:50.910Z] docker-core-command-go latest f52f0663d041 7 seconds ago 13MB [2020-09-01T02:19:50.910Z] docker-core-metadata-go latest 6860eac4a1be 12 seconds ago 14.4MB [2020-09-01T02:19:50.910Z] docker-support-scheduler-go latest 0df57542e897 15 seconds ago 13.1MB [2020-09-01T02:19:50.910Z] docker-security-proxy-setup-go latest dd9b767a177d 16 seconds ago 16.4MB [2020-09-01T02:19:50.910Z] docker-sys-mgmt-agent-go latest 0041ea049326 52 seconds ago 284MB [2020-09-01T02:19:50.910Z] docker-core-data-go latest 48c0287d2ca3 About a minute ago 24.5MB [2020-09-01T02:19:50.910Z] docker-security-secrets-setup-go latest 590c3eaa6966 About a minute ago 25.1MB [2020-09-01T02:19:50.910Z] docker-support-notifications-go latest 62be5b2fee8e 2 minutes ago 14.5MB [2020-09-01T02:19:50.910Z] docker-support-logging-go latest f2c174ebcb50 2 minutes ago 11.8MB [2020-09-01T02:19:50.910Z] 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-01T02:19:51.389Z] provisioning config files... [2020-09-01T02:19:51.427Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/131@tmp/config7864311203894879590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:19:51.800Z] ---> docker-login.sh [2020-09-01T02:19:51.800Z] nexus3.edgexfoundry.org:10001 [2020-09-01T02:19:51.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T02:19:52.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T02:19:52.062Z] Configure a credential helper to remove this warning. See [2020-09-01T02:19:52.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T02:19:52.062Z] [2020-09-01T02:19:52.062Z] Login Succeeded [2020-09-01T02:19:52.062Z] nexus3.edgexfoundry.org:10002 [2020-09-01T02:19:52.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T02:19:52.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T02:19:52.062Z] Configure a credential helper to remove this warning. See [2020-09-01T02:19:52.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T02:19:52.062Z] [2020-09-01T02:19:52.062Z] Login Succeeded [2020-09-01T02:19:52.062Z] nexus3.edgexfoundry.org:10003 [2020-09-01T02:19:52.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T02:19:52.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T02:19:52.323Z] Configure a credential helper to remove this warning. See [2020-09-01T02:19:52.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T02:19:52.323Z] [2020-09-01T02:19:52.323Z] Login Succeeded [2020-09-01T02:19:52.323Z] nexus3.edgexfoundry.org:10004 [2020-09-01T02:19:52.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T02:19:52.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T02:19:52.584Z] Configure a credential helper to remove this warning. See [2020-09-01T02:19:52.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T02:19:52.584Z] [2020-09-01T02:19:52.584Z] Login Succeeded [2020-09-01T02:19:52.584Z] docker.io [2020-09-01T02:19:52.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T02:19:52.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T02:19:52.844Z] Configure a credential helper to remove this warning. See [2020-09-01T02:19:52.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T02:19:52.844Z] [2020-09-01T02:19:52.844Z] Login Succeeded [2020-09-01T02:19:52.844Z] ---> docker-login.sh ends [Pipeline] } [2020-09-01T02:19:52.853Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:19:53.056Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-01T02:19:53.056Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:19:53.056Z] 1.2.2-dev.19 [2020-09-01T02:19:53.056Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:19:53.056Z] master [2020-09-01T02:19:53.056Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:19:53.499Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:19:53.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:19:53.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-01T02:19:53.795Z] b573d65dcd13: Preparing [2020-09-01T02:19:53.795Z] d3573f8a49b6: Preparing [2020-09-01T02:19:53.795Z] c7563aa447f7: Preparing [2020-09-01T02:19:53.795Z] c7563aa447f7: Pushed [2020-09-01T02:19:53.795Z] b573d65dcd13: Pushed [2020-09-01T02:19:55.180Z] d3573f8a49b6: Pushed [2020-09-01T02:19:55.180Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:d9cb92946c92ebdcfd4f89cf5f8219d03fc2e8d7f1737d1b2ba0b6441de78595 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:19:55.481Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:19:55.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.19 [2020-09-01T02:19:55.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-01T02:19:55.781Z] b573d65dcd13: Preparing [2020-09-01T02:19:55.781Z] d3573f8a49b6: Preparing [2020-09-01T02:19:55.781Z] c7563aa447f7: Preparing [2020-09-01T02:19:55.781Z] d3573f8a49b6: Layer already exists [2020-09-01T02:19:55.781Z] b573d65dcd13: Layer already exists [2020-09-01T02:19:55.781Z] c7563aa447f7: Layer already exists [2020-09-01T02:19:55.781Z] 1.2.2-dev.19: digest: sha256:d9cb92946c92ebdcfd4f89cf5f8219d03fc2e8d7f1737d1b2ba0b6441de78595 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:19:56.083Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:19:56.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:19:56.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-01T02:19:56.382Z] b573d65dcd13: Preparing [2020-09-01T02:19:56.382Z] d3573f8a49b6: Preparing [2020-09-01T02:19:56.382Z] c7563aa447f7: Preparing [2020-09-01T02:19:56.382Z] d3573f8a49b6: Layer already exists [2020-09-01T02:19:56.382Z] c7563aa447f7: Layer already exists [2020-09-01T02:19:56.382Z] b573d65dcd13: Layer already exists [2020-09-01T02:19:56.382Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:d9cb92946c92ebdcfd4f89cf5f8219d03fc2e8d7f1737d1b2ba0b6441de78595 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:19:56.681Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:19:56.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-01T02:19:56.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-01T02:19:56.978Z] b573d65dcd13: Preparing [2020-09-01T02:19:56.978Z] d3573f8a49b6: Preparing [2020-09-01T02:19:56.978Z] c7563aa447f7: Preparing [2020-09-01T02:19:56.978Z] b573d65dcd13: Layer already exists [2020-09-01T02:19:56.978Z] d3573f8a49b6: Layer already exists [2020-09-01T02:19:56.978Z] c7563aa447f7: Layer already exists [2020-09-01T02:19:56.978Z] master: digest: sha256:d9cb92946c92ebdcfd4f89cf5f8219d03fc2e8d7f1737d1b2ba0b6441de78595 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:19:57.131Z] ===================================================== [Pipeline] echo [2020-09-01T02:19:57.173Z] taggedImages: [2020-09-01T02:19:57.173Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:19:57.173Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.19 [2020-09-01T02:19:57.173Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:19:57.173Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-01T02:19:57.225Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-01T02:19:57.225Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:19:57.225Z] 1.2.2-dev.19 [2020-09-01T02:19:57.225Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:19:57.225Z] master [2020-09-01T02:19:57.225Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:19:57.913Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:19:58.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:19:58.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-01T02:19:58.212Z] 07c8c81147e9: Preparing [2020-09-01T02:19:58.212Z] 8173ce6ae3fc: Preparing [2020-09-01T02:19:58.212Z] 055fed1293d2: Preparing [2020-09-01T02:19:58.212Z] 15ac2cbb9244: Preparing [2020-09-01T02:19:58.212Z] 66bbe2e90261: Preparing [2020-09-01T02:19:58.212Z] 50644c29ef5a: Preparing [2020-09-01T02:19:58.212Z] 50644c29ef5a: Waiting [2020-09-01T02:19:58.212Z] 07c8c81147e9: Pushed [2020-09-01T02:19:58.212Z] 055fed1293d2: Pushed [2020-09-01T02:19:58.212Z] 66bbe2e90261: Pushed [2020-09-01T02:19:58.271Z] Removing intermediate container d1290e9da4f1 [2020-09-01T02:19:58.271Z] ---> b5f34a9c5f58 [2020-09-01T02:19:58.271Z] Successfully built b5f34a9c5f58 [2020-09-01T02:19:58.271Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-09-01T02:19:58.474Z] 50644c29ef5a: Layer already exists [2020-09-01T02:19:58.474Z] 15ac2cbb9244: Pushed [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-01T02:19:59.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-01T02:19:59.081Z] [2020-09-01T02:19:59.082Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:19:59.449Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-01T02:19:59.449Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-01T02:19:59.449Z] 29e5d40040c1: Pulling fs layer [2020-09-01T02:19:59.449Z] 1ce36da41761: Pulling fs layer [2020-09-01T02:19:59.449Z] 25b303627fd3: Pulling fs layer [2020-09-01T02:19:59.728Z] 29e5d40040c1: Verifying Checksum [2020-09-01T02:19:59.728Z] 29e5d40040c1: Download complete [2020-09-01T02:19:59.859Z] 8173ce6ae3fc: Pushed [2020-09-01T02:19:59.859Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:bd8cb9e67438f03e6af157cf5cdf1e7e9fa84855d0f360f66927b5e2e19da096 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:00.166Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:00.321Z] 29e5d40040c1: Pull complete [2020-09-01T02:20:00.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.19 [2020-09-01T02:20:00.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-01T02:20:00.463Z] 07c8c81147e9: Preparing [2020-09-01T02:20:00.463Z] 8173ce6ae3fc: Preparing [2020-09-01T02:20:00.463Z] 055fed1293d2: Preparing [2020-09-01T02:20:00.463Z] 15ac2cbb9244: Preparing [2020-09-01T02:20:00.463Z] 66bbe2e90261: Preparing [2020-09-01T02:20:00.463Z] 50644c29ef5a: Preparing [2020-09-01T02:20:00.463Z] 50644c29ef5a: Waiting [2020-09-01T02:20:00.463Z] 07c8c81147e9: Layer already exists [2020-09-01T02:20:00.463Z] 66bbe2e90261: Layer already exists [2020-09-01T02:20:00.463Z] 15ac2cbb9244: Layer already exists [2020-09-01T02:20:00.463Z] 055fed1293d2: Layer already exists [2020-09-01T02:20:00.463Z] 8173ce6ae3fc: Layer already exists [2020-09-01T02:20:00.463Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:00.463Z] 1.2.2-dev.19: digest: sha256:bd8cb9e67438f03e6af157cf5cdf1e7e9fa84855d0f360f66927b5e2e19da096 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:00.594Z] 1ce36da41761: Verifying Checksum [2020-09-01T02:20:00.594Z] 1ce36da41761: Download complete [2020-09-01T02:20:00.764Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:01.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:01.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-01T02:20:01.060Z] 07c8c81147e9: Preparing [2020-09-01T02:20:01.060Z] 8173ce6ae3fc: Preparing [2020-09-01T02:20:01.060Z] 055fed1293d2: Preparing [2020-09-01T02:20:01.060Z] 15ac2cbb9244: Preparing [2020-09-01T02:20:01.060Z] 66bbe2e90261: Preparing [2020-09-01T02:20:01.060Z] 50644c29ef5a: Preparing [2020-09-01T02:20:01.060Z] 50644c29ef5a: Waiting [2020-09-01T02:20:01.060Z] 055fed1293d2: Layer already exists [2020-09-01T02:20:01.060Z] 15ac2cbb9244: Layer already exists [2020-09-01T02:20:01.060Z] 07c8c81147e9: Layer already exists [2020-09-01T02:20:01.060Z] 66bbe2e90261: Layer already exists [2020-09-01T02:20:01.060Z] 8173ce6ae3fc: Layer already exists [2020-09-01T02:20:01.060Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:01.060Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:bd8cb9e67438f03e6af157cf5cdf1e7e9fa84855d0f360f66927b5e2e19da096 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:01.359Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:01.569Z] 1ce36da41761: Pull complete [2020-09-01T02:20:01.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-01T02:20:01.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-01T02:20:01.656Z] 07c8c81147e9: Preparing [2020-09-01T02:20:01.656Z] 8173ce6ae3fc: Preparing [2020-09-01T02:20:01.656Z] 055fed1293d2: Preparing [2020-09-01T02:20:01.656Z] 15ac2cbb9244: Preparing [2020-09-01T02:20:01.656Z] 66bbe2e90261: Preparing [2020-09-01T02:20:01.656Z] 50644c29ef5a: Preparing [2020-09-01T02:20:01.656Z] 50644c29ef5a: Waiting [2020-09-01T02:20:01.656Z] 66bbe2e90261: Layer already exists [2020-09-01T02:20:01.656Z] 07c8c81147e9: Layer already exists [2020-09-01T02:20:01.656Z] 15ac2cbb9244: Layer already exists [2020-09-01T02:20:01.656Z] 8173ce6ae3fc: Layer already exists [2020-09-01T02:20:01.656Z] 055fed1293d2: Layer already exists [2020-09-01T02:20:01.656Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:01.656Z] master: digest: sha256:bd8cb9e67438f03e6af157cf5cdf1e7e9fa84855d0f360f66927b5e2e19da096 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:20:01.829Z] ===================================================== [Pipeline] echo [2020-09-01T02:20:01.872Z] taggedImages: [2020-09-01T02:20:01.872Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:01.872Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.19 [2020-09-01T02:20:01.872Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:01.872Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-01T02:20:01.925Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-01T02:20:01.925Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:01.925Z] 1.2.2-dev.19 [2020-09-01T02:20:01.925Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:01.925Z] master [2020-09-01T02:20:01.925Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:02.378Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:02.546Z] 25b303627fd3: Verifying Checksum [2020-09-01T02:20:02.546Z] 25b303627fd3: Download complete [2020-09-01T02:20:02.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:02.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-01T02:20:02.677Z] ef6f0bccef95: Preparing [2020-09-01T02:20:02.677Z] 0c0a17dab38d: Preparing [2020-09-01T02:20:02.677Z] 527628796700: Preparing [2020-09-01T02:20:02.677Z] ef6f0bccef95: Pushed [2020-09-01T02:20:02.677Z] 527628796700: Pushed [2020-09-01T02:20:04.064Z] 0c0a17dab38d: Pushed [2020-09-01T02:20:04.064Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:9c9931789783a2c6eab40c769a8d91caac9a69c9dc3725e3d7f4aa119b1dbf3d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:04.366Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:04.663Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.19 [2020-09-01T02:20:04.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-01T02:20:04.663Z] ef6f0bccef95: Preparing [2020-09-01T02:20:04.663Z] 0c0a17dab38d: Preparing [2020-09-01T02:20:04.663Z] 527628796700: Preparing [2020-09-01T02:20:04.663Z] 0c0a17dab38d: Layer already exists [2020-09-01T02:20:04.663Z] 527628796700: Layer already exists [2020-09-01T02:20:04.663Z] ef6f0bccef95: Layer already exists [2020-09-01T02:20:04.663Z] 1.2.2-dev.19: digest: sha256:9c9931789783a2c6eab40c769a8d91caac9a69c9dc3725e3d7f4aa119b1dbf3d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:04.992Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:05.336Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:05.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-01T02:20:05.336Z] ef6f0bccef95: Preparing [2020-09-01T02:20:05.336Z] 0c0a17dab38d: Preparing [2020-09-01T02:20:05.336Z] 527628796700: Preparing [2020-09-01T02:20:05.336Z] 0c0a17dab38d: Layer already exists [2020-09-01T02:20:05.336Z] ef6f0bccef95: Layer already exists [2020-09-01T02:20:05.336Z] 527628796700: Layer already exists [2020-09-01T02:20:05.336Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:9c9931789783a2c6eab40c769a8d91caac9a69c9dc3725e3d7f4aa119b1dbf3d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:05.644Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:05.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-01T02:20:05.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-01T02:20:05.945Z] ef6f0bccef95: Preparing [2020-09-01T02:20:05.945Z] 0c0a17dab38d: Preparing [2020-09-01T02:20:05.945Z] 527628796700: Preparing [2020-09-01T02:20:05.945Z] 527628796700: Layer already exists [2020-09-01T02:20:05.945Z] 0c0a17dab38d: Layer already exists [2020-09-01T02:20:05.945Z] ef6f0bccef95: Layer already exists [2020-09-01T02:20:05.945Z] master: digest: sha256:9c9931789783a2c6eab40c769a8d91caac9a69c9dc3725e3d7f4aa119b1dbf3d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:20:06.103Z] ===================================================== [Pipeline] echo [2020-09-01T02:20:06.155Z] taggedImages: [2020-09-01T02:20:06.155Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:06.155Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.19 [2020-09-01T02:20:06.155Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:06.155Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-01T02:20:06.209Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-01T02:20:06.209Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:06.209Z] 1.2.2-dev.19 [2020-09-01T02:20:06.209Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:06.209Z] master [2020-09-01T02:20:06.209Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:06.655Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:06.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:06.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-01T02:20:06.955Z] 2d7def49f45e: Preparing [2020-09-01T02:20:06.955Z] db290f1e4743: Preparing [2020-09-01T02:20:06.955Z] 6c77d759b208: Preparing [2020-09-01T02:20:06.955Z] 91c3ed1b7010: Preparing [2020-09-01T02:20:06.955Z] 50644c29ef5a: Preparing [2020-09-01T02:20:06.955Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:06.955Z] db290f1e4743: Pushed [2020-09-01T02:20:06.955Z] 6c77d759b208: Pushed [2020-09-01T02:20:07.215Z] 91c3ed1b7010: Pushed [2020-09-01T02:20:07.788Z] 2d7def49f45e: Pushed [2020-09-01T02:20:08.047Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:617ce2ddc2f2b275cef39ddfe22857ee2627e6baf67a46f845ebc0e8ea2bb670 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:08.348Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:08.648Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.19 [2020-09-01T02:20:08.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-01T02:20:08.648Z] 2d7def49f45e: Preparing [2020-09-01T02:20:08.648Z] db290f1e4743: Preparing [2020-09-01T02:20:08.648Z] 6c77d759b208: Preparing [2020-09-01T02:20:08.648Z] 91c3ed1b7010: Preparing [2020-09-01T02:20:08.648Z] 50644c29ef5a: Preparing [2020-09-01T02:20:08.648Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:08.648Z] db290f1e4743: Layer already exists [2020-09-01T02:20:08.648Z] 2d7def49f45e: Layer already exists [2020-09-01T02:20:08.648Z] 91c3ed1b7010: Layer already exists [2020-09-01T02:20:08.648Z] 6c77d759b208: Layer already exists [2020-09-01T02:20:08.648Z] 1.2.2-dev.19: digest: sha256:617ce2ddc2f2b275cef39ddfe22857ee2627e6baf67a46f845ebc0e8ea2bb670 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:08.949Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:09.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:09.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-01T02:20:09.245Z] 2d7def49f45e: Preparing [2020-09-01T02:20:09.245Z] db290f1e4743: Preparing [2020-09-01T02:20:09.245Z] 6c77d759b208: Preparing [2020-09-01T02:20:09.245Z] 91c3ed1b7010: Preparing [2020-09-01T02:20:09.245Z] 50644c29ef5a: Preparing [2020-09-01T02:20:09.245Z] 91c3ed1b7010: Layer already exists [2020-09-01T02:20:09.245Z] 2d7def49f45e: Layer already exists [2020-09-01T02:20:09.245Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:09.245Z] 6c77d759b208: Layer already exists [2020-09-01T02:20:09.245Z] db290f1e4743: Layer already exists [2020-09-01T02:20:09.245Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:617ce2ddc2f2b275cef39ddfe22857ee2627e6baf67a46f845ebc0e8ea2bb670 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:09.545Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:09.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-01T02:20:09.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-01T02:20:09.840Z] 2d7def49f45e: Preparing [2020-09-01T02:20:09.840Z] db290f1e4743: Preparing [2020-09-01T02:20:09.840Z] 6c77d759b208: Preparing [2020-09-01T02:20:09.840Z] 91c3ed1b7010: Preparing [2020-09-01T02:20:09.840Z] 50644c29ef5a: Preparing [2020-09-01T02:20:09.840Z] 6c77d759b208: Layer already exists [2020-09-01T02:20:09.840Z] 2d7def49f45e: Layer already exists [2020-09-01T02:20:09.840Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:09.840Z] 91c3ed1b7010: Layer already exists [2020-09-01T02:20:09.840Z] db290f1e4743: Layer already exists [2020-09-01T02:20:09.840Z] master: digest: sha256:617ce2ddc2f2b275cef39ddfe22857ee2627e6baf67a46f845ebc0e8ea2bb670 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:20:09.998Z] ===================================================== [Pipeline] echo [2020-09-01T02:20:10.039Z] taggedImages: [2020-09-01T02:20:10.039Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:10.039Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.19 [2020-09-01T02:20:10.039Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:10.039Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-01T02:20:10.091Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-01T02:20:10.091Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:10.091Z] 1.2.2-dev.19 [2020-09-01T02:20:10.091Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:10.091Z] master [2020-09-01T02:20:10.091Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:10.720Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:11.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:11.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-01T02:20:11.014Z] 4353b28d6458: Preparing [2020-09-01T02:20:11.014Z] 7988bdf31131: Preparing [2020-09-01T02:20:11.014Z] 3aef6c6d4719: Preparing [2020-09-01T02:20:11.014Z] d7a9a76b2861: Preparing [2020-09-01T02:20:11.014Z] d7a9a76b2861: Preparing [2020-09-01T02:20:11.014Z] 70eaf7a3286a: Preparing [2020-09-01T02:20:11.014Z] 222399187100: Preparing [2020-09-01T02:20:11.014Z] 5f9d28c0b1dd: Preparing [2020-09-01T02:20:11.014Z] 4353b28d6458: Preparing [2020-09-01T02:20:11.014Z] d5fc2284c0ff: Preparing [2020-09-01T02:20:11.014Z] 72084e8cbb87: Preparing [2020-09-01T02:20:11.014Z] 71b3b2d0b1ef: Preparing [2020-09-01T02:20:11.014Z] 50644c29ef5a: Preparing [2020-09-01T02:20:11.014Z] 222399187100: Waiting [2020-09-01T02:20:11.014Z] 5f9d28c0b1dd: Waiting [2020-09-01T02:20:11.014Z] d5fc2284c0ff: Waiting [2020-09-01T02:20:11.014Z] 72084e8cbb87: Waiting [2020-09-01T02:20:11.014Z] 71b3b2d0b1ef: Waiting [2020-09-01T02:20:11.014Z] 50644c29ef5a: Waiting [2020-09-01T02:20:11.014Z] 7988bdf31131: Pushed [2020-09-01T02:20:11.275Z] 3aef6c6d4719: Pushed [2020-09-01T02:20:11.275Z] d7a9a76b2861: Pushed [2020-09-01T02:20:11.275Z] 70eaf7a3286a: Pushed [2020-09-01T02:20:11.275Z] 222399187100: Pushed [2020-09-01T02:20:11.275Z] 5f9d28c0b1dd: Pushed [2020-09-01T02:20:11.275Z] 72084e8cbb87: Pushed [2020-09-01T02:20:11.275Z] d5fc2284c0ff: Pushed [2020-09-01T02:20:11.275Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:11.536Z] 71b3b2d0b1ef: Pushed [2020-09-01T02:20:12.106Z] 4353b28d6458: Pushed [2020-09-01T02:20:12.106Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:88669a30344e16fa4e48456671e9ccbf9f4c3bd9190041e42aed739f1969c42d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:12.407Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:12.695Z] 25b303627fd3: Pull complete [2020-09-01T02:20:12.695Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-01T02:20:12.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-01T02:20:12.695Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-01T02:20:12.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.19 [2020-09-01T02:20:12.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-01T02:20:12.702Z] 4353b28d6458: Preparing [2020-09-01T02:20:12.702Z] 7988bdf31131: Preparing [2020-09-01T02:20:12.702Z] 3aef6c6d4719: Preparing [2020-09-01T02:20:12.702Z] d7a9a76b2861: Preparing [2020-09-01T02:20:12.702Z] d7a9a76b2861: Preparing [2020-09-01T02:20:12.702Z] 70eaf7a3286a: Preparing [2020-09-01T02:20:12.702Z] 222399187100: Preparing [2020-09-01T02:20:12.702Z] 5f9d28c0b1dd: Preparing [2020-09-01T02:20:12.702Z] 4353b28d6458: Preparing [2020-09-01T02:20:12.702Z] d5fc2284c0ff: Preparing [2020-09-01T02:20:12.702Z] 72084e8cbb87: Preparing [2020-09-01T02:20:12.702Z] 71b3b2d0b1ef: Preparing [2020-09-01T02:20:12.702Z] 50644c29ef5a: Preparing [2020-09-01T02:20:12.702Z] 5f9d28c0b1dd: Waiting [2020-09-01T02:20:12.702Z] d5fc2284c0ff: Waiting [2020-09-01T02:20:12.702Z] 72084e8cbb87: Waiting [2020-09-01T02:20:12.702Z] 71b3b2d0b1ef: Waiting [2020-09-01T02:20:12.702Z] 50644c29ef5a: Waiting [2020-09-01T02:20:12.702Z] 222399187100: Waiting [2020-09-01T02:20:12.702Z] 70eaf7a3286a: Layer already exists [2020-09-01T02:20:12.702Z] 7988bdf31131: Layer already exists [2020-09-01T02:20:12.702Z] 3aef6c6d4719: Layer already exists [2020-09-01T02:20:12.702Z] d7a9a76b2861: Layer already exists [2020-09-01T02:20:12.702Z] 4353b28d6458: Layer already exists [2020-09-01T02:20:12.702Z] 5f9d28c0b1dd: Layer already exists [2020-09-01T02:20:12.702Z] 71b3b2d0b1ef: Layer already exists [2020-09-01T02:20:12.702Z] d5fc2284c0ff: Layer already exists [2020-09-01T02:20:12.702Z] 222399187100: Layer already exists [2020-09-01T02:20:12.702Z] 72084e8cbb87: Layer already exists [2020-09-01T02:20:12.702Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:12.702Z] 1.2.2-dev.19: digest: sha256:88669a30344e16fa4e48456671e9ccbf9f4c3bd9190041e42aed739f1969c42d size: 3027 [Pipeline] withDockerContainer [2020-09-01T02:20:12.966Z] prd-ubuntu18.04-docker-arm64-4c-16g-994 does not seem to be running inside a container [2020-09-01T02:20:13.056Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:20:16.722Z] $ docker top 0fe9f96d51160cc1d9d084cbaa4ffbafc8c412f04e4c58a0509b9c829a746dcd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:17.482Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:17.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:17.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-01T02:20:17.773Z] 4353b28d6458: Preparing [2020-09-01T02:20:17.773Z] 7988bdf31131: Preparing [2020-09-01T02:20:17.773Z] 3aef6c6d4719: Preparing [2020-09-01T02:20:17.773Z] d7a9a76b2861: Preparing [2020-09-01T02:20:17.773Z] d7a9a76b2861: Preparing [2020-09-01T02:20:17.773Z] 70eaf7a3286a: Preparing [2020-09-01T02:20:17.773Z] 222399187100: Preparing [2020-09-01T02:20:17.773Z] 5f9d28c0b1dd: Preparing [2020-09-01T02:20:17.773Z] 4353b28d6458: Preparing [2020-09-01T02:20:17.773Z] d5fc2284c0ff: Preparing [2020-09-01T02:20:17.773Z] 72084e8cbb87: Preparing [2020-09-01T02:20:17.773Z] 71b3b2d0b1ef: Preparing [2020-09-01T02:20:17.773Z] 50644c29ef5a: Preparing [2020-09-01T02:20:17.773Z] d5fc2284c0ff: Waiting [2020-09-01T02:20:17.773Z] 72084e8cbb87: Waiting [2020-09-01T02:20:17.773Z] 71b3b2d0b1ef: Waiting [2020-09-01T02:20:17.773Z] 50644c29ef5a: Waiting [2020-09-01T02:20:17.773Z] 5f9d28c0b1dd: Waiting [2020-09-01T02:20:17.773Z] 222399187100: Waiting [2020-09-01T02:20:17.773Z] 70eaf7a3286a: Layer already exists [2020-09-01T02:20:17.773Z] d7a9a76b2861: Layer already exists [2020-09-01T02:20:17.773Z] 4353b28d6458: Layer already exists [2020-09-01T02:20:17.773Z] 7988bdf31131: Layer already exists [2020-09-01T02:20:17.773Z] 3aef6c6d4719: Layer already exists [2020-09-01T02:20:17.773Z] 222399187100: Layer already exists [2020-09-01T02:20:17.773Z] 5f9d28c0b1dd: Layer already exists [2020-09-01T02:20:17.773Z] d5fc2284c0ff: Layer already exists [2020-09-01T02:20:17.773Z] 72084e8cbb87: Layer already exists [2020-09-01T02:20:17.773Z] 71b3b2d0b1ef: Layer already exists [2020-09-01T02:20:17.773Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:17.773Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:88669a30344e16fa4e48456671e9ccbf9f4c3bd9190041e42aed739f1969c42d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:18.072Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:18.125Z] + docker-compose build --help+ grep parallel [2020-09-01T02:20:18.125Z] [2020-09-01T02:20:18.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-01T02:20:18.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-01T02:20:18.366Z] 4353b28d6458: Preparing [2020-09-01T02:20:18.366Z] 7988bdf31131: Preparing [2020-09-01T02:20:18.366Z] 3aef6c6d4719: Preparing [2020-09-01T02:20:18.366Z] d7a9a76b2861: Preparing [2020-09-01T02:20:18.366Z] d7a9a76b2861: Preparing [2020-09-01T02:20:18.366Z] 70eaf7a3286a: Preparing [2020-09-01T02:20:18.366Z] 222399187100: Preparing [2020-09-01T02:20:18.366Z] 5f9d28c0b1dd: Preparing [2020-09-01T02:20:18.366Z] 4353b28d6458: Preparing [2020-09-01T02:20:18.366Z] d5fc2284c0ff: Preparing [2020-09-01T02:20:18.366Z] 72084e8cbb87: Preparing [2020-09-01T02:20:18.366Z] 71b3b2d0b1ef: Preparing [2020-09-01T02:20:18.366Z] 50644c29ef5a: Preparing [2020-09-01T02:20:18.366Z] 222399187100: Waiting [2020-09-01T02:20:18.366Z] 5f9d28c0b1dd: Waiting [2020-09-01T02:20:18.366Z] d5fc2284c0ff: Waiting [2020-09-01T02:20:18.366Z] 72084e8cbb87: Waiting [2020-09-01T02:20:18.366Z] 71b3b2d0b1ef: Waiting [2020-09-01T02:20:18.366Z] 50644c29ef5a: Waiting [2020-09-01T02:20:18.366Z] 70eaf7a3286a: Layer already exists [2020-09-01T02:20:18.366Z] 3aef6c6d4719: Layer already exists [2020-09-01T02:20:18.366Z] 7988bdf31131: Layer already exists [2020-09-01T02:20:18.366Z] 4353b28d6458: Layer already exists [2020-09-01T02:20:18.366Z] d7a9a76b2861: Layer already exists [2020-09-01T02:20:18.366Z] 222399187100: Layer already exists [2020-09-01T02:20:18.366Z] 5f9d28c0b1dd: Layer already exists [2020-09-01T02:20:18.366Z] 72084e8cbb87: Layer already exists [2020-09-01T02:20:18.366Z] d5fc2284c0ff: Layer already exists [2020-09-01T02:20:18.366Z] 71b3b2d0b1ef: Layer already exists [2020-09-01T02:20:18.366Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:18.366Z] master: digest: sha256:88669a30344e16fa4e48456671e9ccbf9f4c3bd9190041e42aed739f1969c42d size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:20:18.527Z] ===================================================== [Pipeline] echo [2020-09-01T02:20:18.564Z] taggedImages: [2020-09-01T02:20:18.564Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:18.564Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.19 [2020-09-01T02:20:18.564Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:18.564Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-01T02:20:18.618Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-01T02:20:18.618Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:18.618Z] 1.2.2-dev.19 [2020-09-01T02:20:18.618Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:18.618Z] master [2020-09-01T02:20:18.618Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:19.056Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:19.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:19.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-01T02:20:19.357Z] 0c8dc2a5becf: Preparing [2020-09-01T02:20:19.357Z] 9b12772238ab: Preparing [2020-09-01T02:20:19.357Z] b05b19c5bb94: Preparing [2020-09-01T02:20:19.357Z] 1823c2817173: Preparing [2020-09-01T02:20:19.357Z] 26eb511d0ff8: Preparing [2020-09-01T02:20:19.357Z] 1b632523da9f: Preparing [2020-09-01T02:20:19.357Z] 7994e4aba98b: Preparing [2020-09-01T02:20:19.357Z] cd721eb4a2d8: Preparing [2020-09-01T02:20:19.357Z] 6425eb70839d: Preparing [2020-09-01T02:20:19.357Z] 4535ae40b0be: Preparing [2020-09-01T02:20:19.357Z] 1b3ee35aacca: Preparing [2020-09-01T02:20:19.357Z] 1b632523da9f: Waiting [2020-09-01T02:20:19.357Z] 7994e4aba98b: Waiting [2020-09-01T02:20:19.357Z] cd721eb4a2d8: Waiting [2020-09-01T02:20:19.357Z] 6425eb70839d: Waiting [2020-09-01T02:20:19.357Z] 4535ae40b0be: Waiting [2020-09-01T02:20:19.357Z] 1b3ee35aacca: Waiting [2020-09-01T02:20:19.619Z] 9b12772238ab: Pushed [2020-09-01T02:20:19.619Z] 0c8dc2a5becf: Pushed [2020-09-01T02:20:19.619Z] 1b632523da9f: Pushed [2020-09-01T02:20:19.619Z] 7994e4aba98b: Pushed [2020-09-01T02:20:19.885Z] cd721eb4a2d8: Pushed [2020-09-01T02:20:19.885Z] 6425eb70839d: Pushed [2020-09-01T02:20:19.885Z] 1b3ee35aacca: Layer already exists [2020-09-01T02:20:20.148Z] 4535ae40b0be: Pushed [2020-09-01T02:20:20.148Z] b05b19c5bb94: Pushed [2020-09-01T02:20:20.407Z] 1823c2817173: Pushed [2020-09-01T02:20:20.407Z] 26eb511d0ff8: Pushed [2020-09-01T02:20:20.407Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:d2d66ab5c86bc2f24cedf74e22c4e1b3b917f9c1ac86d2248d9f6f99bd6d604a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:20.703Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:20.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.19 [2020-09-01T02:20:20.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-01T02:20:20.998Z] 0c8dc2a5becf: Preparing [2020-09-01T02:20:20.998Z] 9b12772238ab: Preparing [2020-09-01T02:20:20.998Z] b05b19c5bb94: Preparing [2020-09-01T02:20:20.998Z] 1823c2817173: Preparing [2020-09-01T02:20:20.998Z] 26eb511d0ff8: Preparing [2020-09-01T02:20:20.998Z] 1b632523da9f: Preparing [2020-09-01T02:20:20.998Z] 7994e4aba98b: Preparing [2020-09-01T02:20:20.998Z] cd721eb4a2d8: Preparing [2020-09-01T02:20:20.998Z] 6425eb70839d: Preparing [2020-09-01T02:20:20.998Z] 4535ae40b0be: Preparing [2020-09-01T02:20:20.998Z] 1b3ee35aacca: Preparing [2020-09-01T02:20:20.998Z] 1b632523da9f: Waiting [2020-09-01T02:20:20.998Z] 6425eb70839d: Waiting [2020-09-01T02:20:20.998Z] 4535ae40b0be: Waiting [2020-09-01T02:20:20.998Z] 1b3ee35aacca: Waiting [2020-09-01T02:20:20.998Z] 7994e4aba98b: Waiting [2020-09-01T02:20:20.998Z] cd721eb4a2d8: Waiting [2020-09-01T02:20:20.998Z] 1823c2817173: Layer already exists [2020-09-01T02:20:20.998Z] 0c8dc2a5becf: Layer already exists [2020-09-01T02:20:20.998Z] 26eb511d0ff8: Layer already exists [2020-09-01T02:20:20.998Z] b05b19c5bb94: Layer already exists [2020-09-01T02:20:20.998Z] 9b12772238ab: Layer already exists [2020-09-01T02:20:20.998Z] cd721eb4a2d8: Layer already exists [2020-09-01T02:20:20.998Z] 1b632523da9f: Layer already exists [2020-09-01T02:20:20.998Z] 4535ae40b0be: Layer already exists [2020-09-01T02:20:20.998Z] 7994e4aba98b: Layer already exists [2020-09-01T02:20:20.998Z] 6425eb70839d: Layer already exists [2020-09-01T02:20:20.998Z] 1b3ee35aacca: Layer already exists [2020-09-01T02:20:20.998Z] 1.2.2-dev.19: digest: sha256:d2d66ab5c86bc2f24cedf74e22c4e1b3b917f9c1ac86d2248d9f6f99bd6d604a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:21.297Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:21.500Z] --parallel Build images in parallel. [Pipeline] } [2020-09-01T02:20:21.530Z] $ docker stop --time=1 0fe9f96d51160cc1d9d084cbaa4ffbafc8c412f04e4c58a0509b9c829a746dcd [2020-09-01T02:20:21.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:21.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-01T02:20:21.588Z] 0c8dc2a5becf: Preparing [2020-09-01T02:20:21.588Z] 9b12772238ab: Preparing [2020-09-01T02:20:21.588Z] b05b19c5bb94: Preparing [2020-09-01T02:20:21.588Z] 1823c2817173: Preparing [2020-09-01T02:20:21.588Z] 26eb511d0ff8: Preparing [2020-09-01T02:20:21.588Z] 1b632523da9f: Preparing [2020-09-01T02:20:21.588Z] 7994e4aba98b: Preparing [2020-09-01T02:20:21.588Z] cd721eb4a2d8: Preparing [2020-09-01T02:20:21.588Z] 6425eb70839d: Preparing [2020-09-01T02:20:21.588Z] 4535ae40b0be: Preparing [2020-09-01T02:20:21.588Z] 1b3ee35aacca: Preparing [2020-09-01T02:20:21.588Z] 7994e4aba98b: Waiting [2020-09-01T02:20:21.588Z] 4535ae40b0be: Waiting [2020-09-01T02:20:21.588Z] cd721eb4a2d8: Waiting [2020-09-01T02:20:21.588Z] 6425eb70839d: Waiting [2020-09-01T02:20:21.588Z] 1b632523da9f: Waiting [2020-09-01T02:20:21.588Z] 1b3ee35aacca: Waiting [2020-09-01T02:20:21.588Z] b05b19c5bb94: Layer already exists [2020-09-01T02:20:21.588Z] 0c8dc2a5becf: Layer already exists [2020-09-01T02:20:21.588Z] 9b12772238ab: Layer already exists [2020-09-01T02:20:21.588Z] 1823c2817173: Layer already exists [2020-09-01T02:20:21.588Z] 26eb511d0ff8: Layer already exists [2020-09-01T02:20:21.588Z] 7994e4aba98b: Layer already exists [2020-09-01T02:20:21.588Z] 1b632523da9f: Layer already exists [2020-09-01T02:20:21.588Z] cd721eb4a2d8: Layer already exists [2020-09-01T02:20:21.588Z] 6425eb70839d: Layer already exists [2020-09-01T02:20:21.588Z] 4535ae40b0be: Layer already exists [2020-09-01T02:20:21.588Z] 1b3ee35aacca: Layer already exists [2020-09-01T02:20:21.588Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:d2d66ab5c86bc2f24cedf74e22c4e1b3b917f9c1ac86d2248d9f6f99bd6d604a size: 2616 [2020-09-01T02:20:23.478Z] $ docker rm -f 0fe9f96d51160cc1d9d084cbaa4ffbafc8c412f04e4c58a0509b9c829a746dcd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:24.094Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:24.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-01T02:20:24.278Z] . [Pipeline] withDockerContainer [2020-09-01T02:20:24.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-01T02:20:24.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-01T02:20:24.455Z] 0c8dc2a5becf: Preparing [2020-09-01T02:20:24.455Z] 9b12772238ab: Preparing [2020-09-01T02:20:24.455Z] b05b19c5bb94: Preparing [2020-09-01T02:20:24.455Z] 1823c2817173: Preparing [2020-09-01T02:20:24.455Z] 26eb511d0ff8: Preparing [2020-09-01T02:20:24.455Z] 1b632523da9f: Preparing [2020-09-01T02:20:24.455Z] 7994e4aba98b: Preparing [2020-09-01T02:20:24.455Z] cd721eb4a2d8: Preparing [2020-09-01T02:20:24.455Z] 6425eb70839d: Preparing [2020-09-01T02:20:24.455Z] 4535ae40b0be: Preparing [2020-09-01T02:20:24.455Z] 1b3ee35aacca: Preparing [2020-09-01T02:20:24.455Z] 1b632523da9f: Waiting [2020-09-01T02:20:24.455Z] 7994e4aba98b: Waiting [2020-09-01T02:20:24.455Z] cd721eb4a2d8: Waiting [2020-09-01T02:20:24.455Z] 6425eb70839d: Waiting [2020-09-01T02:20:24.455Z] 4535ae40b0be: Waiting [2020-09-01T02:20:24.455Z] 1b3ee35aacca: Waiting [2020-09-01T02:20:24.455Z] 26eb511d0ff8: Layer already exists [2020-09-01T02:20:24.455Z] 1823c2817173: Layer already exists [2020-09-01T02:20:24.455Z] 9b12772238ab: Layer already exists [2020-09-01T02:20:24.455Z] 0c8dc2a5becf: Layer already exists [2020-09-01T02:20:24.455Z] b05b19c5bb94: Layer already exists [2020-09-01T02:20:24.455Z] 1b632523da9f: Layer already exists [2020-09-01T02:20:24.455Z] cd721eb4a2d8: Layer already exists [2020-09-01T02:20:24.455Z] 7994e4aba98b: Layer already exists [2020-09-01T02:20:24.455Z] 4535ae40b0be: Layer already exists [2020-09-01T02:20:24.455Z] 6425eb70839d: Layer already exists [2020-09-01T02:20:24.455Z] 1b3ee35aacca: Layer already exists [2020-09-01T02:20:24.455Z] master: digest: sha256:d2d66ab5c86bc2f24cedf74e22c4e1b3b917f9c1ac86d2248d9f6f99bd6d604a size: 2616 [2020-09-01T02:20:24.544Z] prd-ubuntu18.04-docker-arm64-4c-16g-994 does not seem to be running inside a container [2020-09-01T02:20:24.631Z] $ 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/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:20:26.097Z] $ docker top cdb1a02d646a827876a4f7a23b1d2b125c4fedc700e61dd7552784466b6b3ff8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:20:26.696Z] ===================================================== [Pipeline] echo [2020-09-01T02:20:26.734Z] taggedImages: [2020-09-01T02:20:26.734Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:26.734Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.19 [2020-09-01T02:20:26.734Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:26.734Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-01T02:20:26.786Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-01T02:20:26.786Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:26.786Z] 1.2.2-dev.19 [2020-09-01T02:20:26.786Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:26.786Z] master [2020-09-01T02:20:26.786Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:27.174Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-01T02:20:27.222Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:27.518Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:27.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-01T02:20:27.518Z] 3d7b091bd443: Preparing [2020-09-01T02:20:27.518Z] 4462583bbcf0: Preparing [2020-09-01T02:20:27.518Z] bafd3a61d073: Preparing [2020-09-01T02:20:27.518Z] 1c5a7e9aa2f8: Preparing [2020-09-01T02:20:27.518Z] 3d7b091bd443: Pushed [2020-09-01T02:20:27.518Z] bafd3a61d073: Pushed [2020-09-01T02:20:27.777Z] 1c5a7e9aa2f8: Pushed [2020-09-01T02:20:28.719Z] 4462583bbcf0: Pushed [2020-09-01T02:20:28.719Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:7ab35a30001563c5e39990c129699bf53acbc7ee368c74de0ea32a114d577536 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:29.013Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:29.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.19 [2020-09-01T02:20:29.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-01T02:20:29.304Z] 3d7b091bd443: Preparing [2020-09-01T02:20:29.304Z] 4462583bbcf0: Preparing [2020-09-01T02:20:29.304Z] bafd3a61d073: Preparing [2020-09-01T02:20:29.304Z] 1c5a7e9aa2f8: Preparing [2020-09-01T02:20:29.304Z] 4462583bbcf0: Layer already exists [2020-09-01T02:20:29.304Z] 3d7b091bd443: Layer already exists [2020-09-01T02:20:29.304Z] 1c5a7e9aa2f8: Layer already exists [2020-09-01T02:20:29.304Z] bafd3a61d073: Layer already exists [2020-09-01T02:20:29.304Z] 1.2.2-dev.19: digest: sha256:7ab35a30001563c5e39990c129699bf53acbc7ee368c74de0ea32a114d577536 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:29.600Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:29.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:29.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-01T02:20:29.893Z] 3d7b091bd443: Preparing [2020-09-01T02:20:29.893Z] 4462583bbcf0: Preparing [2020-09-01T02:20:29.893Z] bafd3a61d073: Preparing [2020-09-01T02:20:29.893Z] 1c5a7e9aa2f8: Preparing [2020-09-01T02:20:29.893Z] 3d7b091bd443: Layer already exists [2020-09-01T02:20:29.893Z] 4462583bbcf0: Layer already exists [2020-09-01T02:20:29.893Z] 1c5a7e9aa2f8: Layer already exists [2020-09-01T02:20:29.893Z] bafd3a61d073: Layer already exists [2020-09-01T02:20:29.893Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:7ab35a30001563c5e39990c129699bf53acbc7ee368c74de0ea32a114d577536 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:30.190Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:30.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-01T02:20:30.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-01T02:20:30.482Z] 3d7b091bd443: Preparing [2020-09-01T02:20:30.482Z] 4462583bbcf0: Preparing [2020-09-01T02:20:30.482Z] bafd3a61d073: Preparing [2020-09-01T02:20:30.482Z] 1c5a7e9aa2f8: Preparing [2020-09-01T02:20:30.482Z] bafd3a61d073: Layer already exists [2020-09-01T02:20:30.482Z] 1c5a7e9aa2f8: Layer already exists [2020-09-01T02:20:30.482Z] 3d7b091bd443: Layer already exists [2020-09-01T02:20:30.482Z] 4462583bbcf0: Layer already exists [2020-09-01T02:20:30.482Z] master: digest: sha256:7ab35a30001563c5e39990c129699bf53acbc7ee368c74de0ea32a114d577536 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [2020-09-01T02:20:30.544Z] Building docker-core-command-go ... [2020-09-01T02:20:30.544Z] Building docker-core-data-go ... [2020-09-01T02:20:30.544Z] Building docker-core-metadata-go ... [2020-09-01T02:20:30.544Z] Building docker-security-proxy-setup-go ... [2020-09-01T02:20:30.544Z] Building docker-security-secrets-setup-go ... [2020-09-01T02:20:30.544Z] Building docker-security-secretstore-setup-go ... [2020-09-01T02:20:30.544Z] Building docker-support-logging-go ... [2020-09-01T02:20:30.544Z] Building docker-support-notifications-go ... [2020-09-01T02:20:30.544Z] Building docker-support-scheduler-go ... [2020-09-01T02:20:30.544Z] Building docker-sys-mgmt-agent-go ... [2020-09-01T02:20:30.544Z] Building docker-core-data-go [2020-09-01T02:20:30.544Z] Building docker-security-secretstore-setup-go [2020-09-01T02:20:30.544Z] Building docker-support-notifications-go [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:20:30.659Z] ===================================================== [Pipeline] echo [2020-09-01T02:20:30.701Z] taggedImages: [2020-09-01T02:20:30.701Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:30.701Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.19 [2020-09-01T02:20:30.701Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:30.701Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-01T02:20:30.754Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-01T02:20:30.754Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:30.754Z] 1.2.2-dev.19 [2020-09-01T02:20:30.754Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:30.754Z] master [2020-09-01T02:20:30.754Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-09-01T02:20:30.817Z] Building docker-support-scheduler-go [2020-09-01T02:20:30.817Z] Building docker-security-secrets-setup-go [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:31.226Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:31.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:31.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-01T02:20:31.516Z] 85e01e659592: Preparing [2020-09-01T02:20:31.516Z] e5f1a7facf6a: Preparing [2020-09-01T02:20:31.516Z] 3b8433418592: Preparing [2020-09-01T02:20:31.516Z] 569a96649023: Preparing [2020-09-01T02:20:31.516Z] 9a5911e7ae63: Preparing [2020-09-01T02:20:31.516Z] a5f21f724555: Preparing [2020-09-01T02:20:31.516Z] a5f21f724555: Waiting [2020-09-01T02:20:31.776Z] 569a96649023: Pushed [2020-09-01T02:20:31.776Z] 85e01e659592: Pushed [2020-09-01T02:20:31.776Z] 3b8433418592: Pushed [2020-09-01T02:20:31.776Z] 9a5911e7ae63: Pushed [2020-09-01T02:20:31.776Z] a5f21f724555: Pushed [2020-09-01T02:20:32.715Z] e5f1a7facf6a: Pushed [2020-09-01T02:20:32.975Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:459ec998e7dbea0db757c997ad4ca44b6d9324b80920e4913399aad7f722d528 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:33.272Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:33.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.19 [2020-09-01T02:20:33.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-01T02:20:33.563Z] 85e01e659592: Preparing [2020-09-01T02:20:33.563Z] e5f1a7facf6a: Preparing [2020-09-01T02:20:33.563Z] 3b8433418592: Preparing [2020-09-01T02:20:33.563Z] 569a96649023: Preparing [2020-09-01T02:20:33.563Z] 9a5911e7ae63: Preparing [2020-09-01T02:20:33.563Z] a5f21f724555: Preparing [2020-09-01T02:20:33.563Z] a5f21f724555: Waiting [2020-09-01T02:20:33.563Z] e5f1a7facf6a: Layer already exists [2020-09-01T02:20:33.563Z] 3b8433418592: Layer already exists [2020-09-01T02:20:33.563Z] 569a96649023: Layer already exists [2020-09-01T02:20:33.563Z] 85e01e659592: Layer already exists [2020-09-01T02:20:33.563Z] 9a5911e7ae63: Layer already exists [2020-09-01T02:20:33.563Z] a5f21f724555: Layer already exists [2020-09-01T02:20:33.563Z] 1.2.2-dev.19: digest: sha256:459ec998e7dbea0db757c997ad4ca44b6d9324b80920e4913399aad7f722d528 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:33.856Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:34.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:34.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-01T02:20:34.146Z] 85e01e659592: Preparing [2020-09-01T02:20:34.146Z] e5f1a7facf6a: Preparing [2020-09-01T02:20:34.146Z] 3b8433418592: Preparing [2020-09-01T02:20:34.146Z] 569a96649023: Preparing [2020-09-01T02:20:34.146Z] 9a5911e7ae63: Preparing [2020-09-01T02:20:34.146Z] a5f21f724555: Preparing [2020-09-01T02:20:34.146Z] a5f21f724555: Waiting [2020-09-01T02:20:34.146Z] 9a5911e7ae63: Layer already exists [2020-09-01T02:20:34.146Z] 85e01e659592: Layer already exists [2020-09-01T02:20:34.146Z] e5f1a7facf6a: Layer already exists [2020-09-01T02:20:34.146Z] 3b8433418592: Layer already exists [2020-09-01T02:20:34.146Z] 569a96649023: Layer already exists [2020-09-01T02:20:34.146Z] a5f21f724555: Layer already exists [2020-09-01T02:20:34.146Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:459ec998e7dbea0db757c997ad4ca44b6d9324b80920e4913399aad7f722d528 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:34.439Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:34.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-01T02:20:34.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-01T02:20:34.732Z] 85e01e659592: Preparing [2020-09-01T02:20:34.732Z] e5f1a7facf6a: Preparing [2020-09-01T02:20:34.732Z] 3b8433418592: Preparing [2020-09-01T02:20:34.732Z] 569a96649023: Preparing [2020-09-01T02:20:34.732Z] 9a5911e7ae63: Preparing [2020-09-01T02:20:34.732Z] a5f21f724555: Preparing [2020-09-01T02:20:34.732Z] a5f21f724555: Waiting [2020-09-01T02:20:34.732Z] 85e01e659592: Layer already exists [2020-09-01T02:20:34.732Z] 3b8433418592: Layer already exists [2020-09-01T02:20:34.732Z] e5f1a7facf6a: Layer already exists [2020-09-01T02:20:34.732Z] 569a96649023: Layer already exists [2020-09-01T02:20:34.732Z] 9a5911e7ae63: Layer already exists [2020-09-01T02:20:34.732Z] a5f21f724555: Layer already exists [2020-09-01T02:20:34.732Z] master: digest: sha256:459ec998e7dbea0db757c997ad4ca44b6d9324b80920e4913399aad7f722d528 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:20:34.892Z] ===================================================== [Pipeline] echo [2020-09-01T02:20:34.930Z] taggedImages: [2020-09-01T02:20:34.930Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:34.930Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.19 [2020-09-01T02:20:34.930Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:34.930Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-01T02:20:34.983Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-01T02:20:34.984Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:34.984Z] 1.2.2-dev.19 [2020-09-01T02:20:34.984Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:34.984Z] master [2020-09-01T02:20:34.984Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:35.447Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:35.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:35.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-01T02:20:35.739Z] ff0caa68e7ee: Preparing [2020-09-01T02:20:35.739Z] d62f5c9858cb: Preparing [2020-09-01T02:20:35.739Z] c53b542873e2: Preparing [2020-09-01T02:20:35.739Z] ff0caa68e7ee: Pushed [2020-09-01T02:20:35.739Z] c53b542873e2: Pushed [2020-09-01T02:20:37.119Z] d62f5c9858cb: Pushed [2020-09-01T02:20:37.378Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:e249f365991e98c3bfda38264025bbe0c25654361fe18e2917f20c9d930c435a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:37.677Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:37.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.19 [2020-09-01T02:20:37.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-01T02:20:37.971Z] ff0caa68e7ee: Preparing [2020-09-01T02:20:37.971Z] d62f5c9858cb: Preparing [2020-09-01T02:20:37.971Z] c53b542873e2: Preparing [2020-09-01T02:20:37.971Z] ff0caa68e7ee: Layer already exists [2020-09-01T02:20:37.971Z] c53b542873e2: Layer already exists [2020-09-01T02:20:37.971Z] d62f5c9858cb: Layer already exists [2020-09-01T02:20:37.971Z] 1.2.2-dev.19: digest: sha256:e249f365991e98c3bfda38264025bbe0c25654361fe18e2917f20c9d930c435a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:38.265Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:38.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:38.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-01T02:20:38.555Z] ff0caa68e7ee: Preparing [2020-09-01T02:20:38.555Z] d62f5c9858cb: Preparing [2020-09-01T02:20:38.555Z] c53b542873e2: Preparing [2020-09-01T02:20:38.555Z] d62f5c9858cb: Layer already exists [2020-09-01T02:20:38.555Z] ff0caa68e7ee: Layer already exists [2020-09-01T02:20:38.555Z] c53b542873e2: Layer already exists [2020-09-01T02:20:38.555Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:e249f365991e98c3bfda38264025bbe0c25654361fe18e2917f20c9d930c435a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:38.850Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:39.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-01T02:20:39.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-01T02:20:39.143Z] ff0caa68e7ee: Preparing [2020-09-01T02:20:39.143Z] d62f5c9858cb: Preparing [2020-09-01T02:20:39.143Z] c53b542873e2: Preparing [2020-09-01T02:20:39.143Z] d62f5c9858cb: Layer already exists [2020-09-01T02:20:39.143Z] ff0caa68e7ee: Layer already exists [2020-09-01T02:20:39.143Z] c53b542873e2: Layer already exists [2020-09-01T02:20:39.143Z] master: digest: sha256:e249f365991e98c3bfda38264025bbe0c25654361fe18e2917f20c9d930c435a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:20:39.307Z] ===================================================== [Pipeline] echo [2020-09-01T02:20:39.354Z] taggedImages: [2020-09-01T02:20:39.354Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:39.354Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.19 [2020-09-01T02:20:39.354Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:39.354Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-01T02:20:39.410Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-01T02:20:39.410Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:39.410Z] 1.2.2-dev.19 [2020-09-01T02:20:39.410Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:39.410Z] master [2020-09-01T02:20:39.410Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:39.872Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:40.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:40.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-01T02:20:40.354Z] 1f0058d1019b: Preparing [2020-09-01T02:20:40.354Z] 0b88a1be73b4: Preparing [2020-09-01T02:20:40.354Z] dad724a7c6b7: Preparing [2020-09-01T02:20:40.354Z] 0478d8958653: Preparing [2020-09-01T02:20:40.354Z] aed96cc1058c: Preparing [2020-09-01T02:20:40.354Z] c52bd09f04dc: Preparing [2020-09-01T02:20:40.354Z] bcbbeb0e4a15: Preparing [2020-09-01T02:20:40.354Z] 8890c171a12b: Preparing [2020-09-01T02:20:40.354Z] 4ae5bd84d450: Preparing [2020-09-01T02:20:40.354Z] 723a561964c8: Preparing [2020-09-01T02:20:40.354Z] 78764725b56c: Preparing [2020-09-01T02:20:40.354Z] 51d6d3d09136: Preparing [2020-09-01T02:20:40.354Z] 1507bc794612: Preparing [2020-09-01T02:20:40.354Z] 50644c29ef5a: Preparing [2020-09-01T02:20:40.354Z] 4ae5bd84d450: Waiting [2020-09-01T02:20:40.354Z] 723a561964c8: Waiting [2020-09-01T02:20:40.354Z] c52bd09f04dc: Waiting [2020-09-01T02:20:40.354Z] bcbbeb0e4a15: Waiting [2020-09-01T02:20:40.354Z] 78764725b56c: Waiting [2020-09-01T02:20:40.354Z] 51d6d3d09136: Waiting [2020-09-01T02:20:40.354Z] 1507bc794612: Waiting [2020-09-01T02:20:40.354Z] 8890c171a12b: Waiting [2020-09-01T02:20:40.354Z] 50644c29ef5a: Waiting [2020-09-01T02:20:40.619Z] aed96cc1058c: Pushed [2020-09-01T02:20:40.619Z] 1f0058d1019b: Pushed [2020-09-01T02:20:40.619Z] 0478d8958653: Pushed [2020-09-01T02:20:40.882Z] 8890c171a12b: Layer already exists [2020-09-01T02:20:40.882Z] 4ae5bd84d450: Layer already exists [2020-09-01T02:20:40.882Z] 723a561964c8: Layer already exists [2020-09-01T02:20:40.882Z] bcbbeb0e4a15: Pushed [2020-09-01T02:20:40.882Z] 78764725b56c: Layer already exists [2020-09-01T02:20:40.882Z] 51d6d3d09136: Layer already exists [2020-09-01T02:20:40.882Z] 1507bc794612: Layer already exists [2020-09-01T02:20:41.145Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:41.714Z] c52bd09f04dc: Pushed [2020-09-01T02:20:41.714Z] 0b88a1be73b4: Pushed [2020-09-01T02:20:49.855Z] dad724a7c6b7: Pushed [2020-09-01T02:20:49.855Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:22c675a25cdb04b3871644fe1a40d9e46bc3cfecc969c2b466925859a29b5603 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:50.157Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:50.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.19 [2020-09-01T02:20:50.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-01T02:20:50.452Z] 1f0058d1019b: Preparing [2020-09-01T02:20:50.452Z] 0b88a1be73b4: Preparing [2020-09-01T02:20:50.452Z] dad724a7c6b7: Preparing [2020-09-01T02:20:50.452Z] 0478d8958653: Preparing [2020-09-01T02:20:50.452Z] aed96cc1058c: Preparing [2020-09-01T02:20:50.452Z] c52bd09f04dc: Preparing [2020-09-01T02:20:50.452Z] bcbbeb0e4a15: Preparing [2020-09-01T02:20:50.452Z] 8890c171a12b: Preparing [2020-09-01T02:20:50.452Z] 4ae5bd84d450: Preparing [2020-09-01T02:20:50.452Z] 723a561964c8: Preparing [2020-09-01T02:20:50.452Z] 78764725b56c: Preparing [2020-09-01T02:20:50.452Z] 51d6d3d09136: Preparing [2020-09-01T02:20:50.452Z] 1507bc794612: Preparing [2020-09-01T02:20:50.452Z] 50644c29ef5a: Preparing [2020-09-01T02:20:50.452Z] c52bd09f04dc: Waiting [2020-09-01T02:20:50.452Z] bcbbeb0e4a15: Waiting [2020-09-01T02:20:50.452Z] 8890c171a12b: Waiting [2020-09-01T02:20:50.452Z] 4ae5bd84d450: Waiting [2020-09-01T02:20:50.452Z] 1507bc794612: Waiting [2020-09-01T02:20:50.452Z] 723a561964c8: Waiting [2020-09-01T02:20:50.452Z] 50644c29ef5a: Waiting [2020-09-01T02:20:50.452Z] 78764725b56c: Waiting [2020-09-01T02:20:50.452Z] 51d6d3d09136: Waiting [2020-09-01T02:20:50.452Z] 1f0058d1019b: Layer already exists [2020-09-01T02:20:50.452Z] aed96cc1058c: Layer already exists [2020-09-01T02:20:50.452Z] 0478d8958653: Layer already exists [2020-09-01T02:20:50.452Z] 0b88a1be73b4: Layer already exists [2020-09-01T02:20:50.452Z] dad724a7c6b7: Layer already exists [2020-09-01T02:20:50.452Z] c52bd09f04dc: Layer already exists [2020-09-01T02:20:50.452Z] bcbbeb0e4a15: Layer already exists [2020-09-01T02:20:50.452Z] 8890c171a12b: Layer already exists [2020-09-01T02:20:50.452Z] 4ae5bd84d450: Layer already exists [2020-09-01T02:20:50.452Z] 723a561964c8: Layer already exists [2020-09-01T02:20:50.452Z] 78764725b56c: Layer already exists [2020-09-01T02:20:50.452Z] 51d6d3d09136: Layer already exists [2020-09-01T02:20:50.452Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:50.452Z] 1507bc794612: Layer already exists [2020-09-01T02:20:50.452Z] 1.2.2-dev.19: digest: sha256:22c675a25cdb04b3871644fe1a40d9e46bc3cfecc969c2b466925859a29b5603 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:50.747Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:51.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:51.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-01T02:20:51.043Z] 1f0058d1019b: Preparing [2020-09-01T02:20:51.043Z] 0b88a1be73b4: Preparing [2020-09-01T02:20:51.043Z] dad724a7c6b7: Preparing [2020-09-01T02:20:51.043Z] 0478d8958653: Preparing [2020-09-01T02:20:51.043Z] aed96cc1058c: Preparing [2020-09-01T02:20:51.043Z] c52bd09f04dc: Preparing [2020-09-01T02:20:51.043Z] bcbbeb0e4a15: Preparing [2020-09-01T02:20:51.043Z] 8890c171a12b: Preparing [2020-09-01T02:20:51.043Z] 4ae5bd84d450: Preparing [2020-09-01T02:20:51.043Z] 723a561964c8: Preparing [2020-09-01T02:20:51.043Z] 78764725b56c: Preparing [2020-09-01T02:20:51.043Z] 51d6d3d09136: Preparing [2020-09-01T02:20:51.043Z] 1507bc794612: Preparing [2020-09-01T02:20:51.043Z] 50644c29ef5a: Preparing [2020-09-01T02:20:51.043Z] 4ae5bd84d450: Waiting [2020-09-01T02:20:51.043Z] c52bd09f04dc: Waiting [2020-09-01T02:20:51.043Z] bcbbeb0e4a15: Waiting [2020-09-01T02:20:51.043Z] 8890c171a12b: Waiting [2020-09-01T02:20:51.043Z] 1507bc794612: Waiting [2020-09-01T02:20:51.043Z] 723a561964c8: Waiting [2020-09-01T02:20:51.043Z] 78764725b56c: Waiting [2020-09-01T02:20:51.043Z] 51d6d3d09136: Waiting [2020-09-01T02:20:51.043Z] 50644c29ef5a: Waiting [2020-09-01T02:20:51.043Z] 0478d8958653: Layer already exists [2020-09-01T02:20:51.043Z] 0b88a1be73b4: Layer already exists [2020-09-01T02:20:51.043Z] dad724a7c6b7: Layer already exists [2020-09-01T02:20:51.043Z] aed96cc1058c: Layer already exists [2020-09-01T02:20:51.043Z] 1f0058d1019b: Layer already exists [2020-09-01T02:20:51.043Z] bcbbeb0e4a15: Layer already exists [2020-09-01T02:20:51.043Z] 8890c171a12b: Layer already exists [2020-09-01T02:20:51.043Z] 723a561964c8: Layer already exists [2020-09-01T02:20:51.043Z] 4ae5bd84d450: Layer already exists [2020-09-01T02:20:51.043Z] c52bd09f04dc: Layer already exists [2020-09-01T02:20:51.043Z] 78764725b56c: Layer already exists [2020-09-01T02:20:51.043Z] 51d6d3d09136: Layer already exists [2020-09-01T02:20:51.043Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:51.043Z] 1507bc794612: Layer already exists [2020-09-01T02:20:51.043Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:22c675a25cdb04b3871644fe1a40d9e46bc3cfecc969c2b466925859a29b5603 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:51.341Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:20:51.635Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-01T02:20:51.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-01T02:20:51.635Z] 1f0058d1019b: Preparing [2020-09-01T02:20:51.635Z] 0b88a1be73b4: Preparing [2020-09-01T02:20:51.635Z] dad724a7c6b7: Preparing [2020-09-01T02:20:51.636Z] 0478d8958653: Preparing [2020-09-01T02:20:51.636Z] aed96cc1058c: Preparing [2020-09-01T02:20:51.636Z] c52bd09f04dc: Preparing [2020-09-01T02:20:51.636Z] bcbbeb0e4a15: Preparing [2020-09-01T02:20:51.636Z] 8890c171a12b: Preparing [2020-09-01T02:20:51.636Z] 4ae5bd84d450: Preparing [2020-09-01T02:20:51.636Z] 723a561964c8: Preparing [2020-09-01T02:20:51.636Z] 78764725b56c: Preparing [2020-09-01T02:20:51.636Z] 51d6d3d09136: Preparing [2020-09-01T02:20:51.636Z] 1507bc794612: Preparing [2020-09-01T02:20:51.636Z] 50644c29ef5a: Preparing [2020-09-01T02:20:51.636Z] 723a561964c8: Waiting [2020-09-01T02:20:51.636Z] 4ae5bd84d450: Waiting [2020-09-01T02:20:51.636Z] 78764725b56c: Waiting [2020-09-01T02:20:51.636Z] 51d6d3d09136: Waiting [2020-09-01T02:20:51.636Z] 1507bc794612: Waiting [2020-09-01T02:20:51.636Z] 50644c29ef5a: Waiting [2020-09-01T02:20:51.636Z] c52bd09f04dc: Waiting [2020-09-01T02:20:51.636Z] bcbbeb0e4a15: Waiting [2020-09-01T02:20:51.636Z] 8890c171a12b: Waiting [2020-09-01T02:20:51.636Z] 0b88a1be73b4: Layer already exists [2020-09-01T02:20:51.636Z] 0478d8958653: Layer already exists [2020-09-01T02:20:51.636Z] aed96cc1058c: Layer already exists [2020-09-01T02:20:51.636Z] dad724a7c6b7: Layer already exists [2020-09-01T02:20:51.636Z] 1f0058d1019b: Layer already exists [2020-09-01T02:20:51.636Z] bcbbeb0e4a15: Layer already exists [2020-09-01T02:20:51.636Z] 4ae5bd84d450: Layer already exists [2020-09-01T02:20:51.636Z] c52bd09f04dc: Layer already exists [2020-09-01T02:20:51.636Z] 8890c171a12b: Layer already exists [2020-09-01T02:20:51.636Z] 723a561964c8: Layer already exists [2020-09-01T02:20:51.636Z] 51d6d3d09136: Layer already exists [2020-09-01T02:20:51.636Z] 78764725b56c: Layer already exists [2020-09-01T02:20:51.636Z] 50644c29ef5a: Layer already exists [2020-09-01T02:20:51.636Z] 1507bc794612: Layer already exists [2020-09-01T02:20:51.636Z] master: digest: sha256:22c675a25cdb04b3871644fe1a40d9e46bc3cfecc969c2b466925859a29b5603 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:20:51.794Z] ===================================================== [Pipeline] echo [2020-09-01T02:20:51.832Z] taggedImages: [2020-09-01T02:20:51.832Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:20:51.832Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.19 [2020-09-01T02:20:51.832Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:20:51.832Z] - 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-01T02:21:52.535Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:21:52.535Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:21:52.535Z] ---> b5f34a9c5f58 [2020-09-01T02:21:52.535Z] Step 3/26 : WORKDIR /edgex-go [2020-09-01T02:21:52.535Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:21:52.535Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:21:52.535Z] ---> b5f34a9c5f58 [2020-09-01T02:21:52.535Z] Step 3/24 : WORKDIR /edgex-go [2020-09-01T02:21:52.535Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:21:52.535Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-01T02:21:52.535Z] ---> b5f34a9c5f58 [2020-09-01T02:21:52.535Z] Step 3/29 : WORKDIR /edgex-go [2020-09-01T02:21:52.535Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:21:52.535Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:21:52.535Z] ---> b5f34a9c5f58 [2020-09-01T02:21:52.535Z] Step 3/23 : WORKDIR /edgex-go [2020-09-01T02:21:52.535Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:21:52.535Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:21:52.535Z] ---> b5f34a9c5f58 [2020-09-01T02:21:52.535Z] Step 3/21 : WORKDIR /edgex-go [2020-09-01T02:21:52.807Z] ---> Running in 59e2d85bcf04 [2020-09-01T02:21:52.807Z] ---> Running in f574191b7c62 [2020-09-01T02:21:53.084Z] ---> Running in 8c47dc69b7cd [2020-09-01T02:21:53.084Z] ---> Running in e7e2270697ad [2020-09-01T02:21:53.084Z] ---> Running in 9fc4a59591d7 [2020-09-01T02:21:53.679Z] Removing intermediate container f574191b7c62 [2020-09-01T02:21:53.679Z] ---> fec354207120 [2020-09-01T02:21:53.679Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:21:53.679Z] Removing intermediate container 59e2d85bcf04 [2020-09-01T02:21:53.679Z] ---> 6e797caf21da [2020-09-01T02:21:53.680Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:21:53.680Z] ---> Running in 4313e43e1c95 [2020-09-01T02:21:53.680Z] Removing intermediate container e7e2270697ad [2020-09-01T02:21:53.680Z] ---> 395d505997ef [2020-09-01T02:21:53.680Z] Step 4/29 : RUN apk update && apk add make git [2020-09-01T02:21:53.950Z] Removing intermediate container 8c47dc69b7cd [2020-09-01T02:21:53.950Z] ---> 911ab7022bb0 [2020-09-01T02:21:53.950Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:21:53.950Z] Removing intermediate container 9fc4a59591d7 [2020-09-01T02:21:53.950Z] ---> ecf04f46d521 [2020-09-01T02:21:53.950Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:21:53.950Z] ---> Running in 18e03e76bcce [2020-09-01T02:21:53.950Z] ---> Running in 9389ea94dffc [2020-09-01T02:21:54.225Z] ---> Running in 3b716ef968d6 [2020-09-01T02:21:54.225Z] ---> Running in 268db6988bb0 [2020-09-01T02:21:56.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:21:57.862Z] Removing intermediate container 4313e43e1c95 [2020-09-01T02:21:57.863Z] ---> 12e4d3ae1d35 [2020-09-01T02:21:57.863Z] Step 5/26 : RUN apk update && apk add make git [2020-09-01T02:21:58.139Z] ---> Running in 1da23b7aa180 [2020-09-01T02:21:58.139Z] Removing intermediate container 18e03e76bcce [2020-09-01T02:21:58.139Z] ---> 2049b01b016a [2020-09-01T02:21:58.139Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-01T02:21:58.411Z] ---> Running in 3020541f44c8 [2020-09-01T02:21:58.411Z] Removing intermediate container 268db6988bb0 [2020-09-01T02:21:58.411Z] ---> 7710d12b913f [2020-09-01T02:21:58.411Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-01T02:21:58.682Z] Removing intermediate container 3b716ef968d6 [2020-09-01T02:21:58.682Z] ---> 9076c1e80cc6 [2020-09-01T02:21:58.682Z] Step 5/21 : RUN apk update && apk add make git [2020-09-01T02:21:58.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:21:58.682Z] ---> Running in db2b4119e93d [2020-09-01T02:21:58.959Z] ---> Running in 2a5bb4e7e9df [2020-09-01T02:21:59.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:22:00.538Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:22:00.538Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:22:00.538Z] OK: 12617 distinct packages available [2020-09-01T02:22:00.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:22:01.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:22:01.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:22:01.408Z] OK: 217 MiB in 51 packages [2020-09-01T02:22:02.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:22:02.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:22:02.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:22:02.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:22:02.872Z] Removing intermediate container 9389ea94dffc [2020-09-01T02:22:02.872Z] ---> 71c4da582859 [2020-09-01T02:22:02.872Z] Step 5/29 : COPY go.mod . [2020-09-01T02:22:03.147Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:22:03.147Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:22:03.147Z] OK: 12617 distinct packages available [2020-09-01T02:22:03.425Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:22:03.425Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:22:03.425Z] OK: 12617 distinct packages available [2020-09-01T02:22:03.703Z] ---> 5d8f7591ee56 [2020-09-01T02:22:03.703Z] Step 6/29 : RUN go mod download [2020-09-01T02:22:03.703Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:22:03.703Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:22:03.703Z] OK: 12617 distinct packages available [2020-09-01T02:22:03.703Z] ---> Running in fbc017493ad6 [2020-09-01T02:22:03.978Z] OK: 217 MiB in 51 packages [2020-09-01T02:22:04.259Z] OK: 217 MiB in 51 packages [2020-09-01T02:22:04.537Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:22:04.537Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:22:04.537Z] OK: 12617 distinct packages available [2020-09-01T02:22:04.537Z] OK: 217 MiB in 51 packages [2020-09-01T02:22:05.529Z] OK: 217 MiB in 51 packages [2020-09-01T02:22:05.816Z] Removing intermediate container db2b4119e93d [2020-09-01T02:22:05.816Z] ---> 83bd548f09b3 [2020-09-01T02:22:05.816Z] Step 6/24 : COPY go.mod . [2020-09-01T02:22:06.423Z] Removing intermediate container 2a5bb4e7e9df [2020-09-01T02:22:06.423Z] ---> 27e20ad602e1 [2020-09-01T02:22:06.423Z] Step 6/21 : COPY go.mod . [2020-09-01T02:22:06.423Z] Removing intermediate container 1da23b7aa180 [2020-09-01T02:22:06.423Z] ---> c4be73bf9dcc [2020-09-01T02:22:06.423Z] Step 6/26 : COPY go.mod . [2020-09-01T02:22:07.023Z] Removing intermediate container 3020541f44c8 [2020-09-01T02:22:07.023Z] ---> 2ad41a6a3a89 [2020-09-01T02:22:07.023Z] Step 6/23 : COPY go.mod . [2020-09-01T02:22:07.023Z] ---> f9b653254cfe [2020-09-01T02:22:07.023Z] Step 7/24 : RUN go mod download [2020-09-01T02:22:07.301Z] ---> Running in 9705a8fb5d33 [2020-09-01T02:22:07.579Z] ---> cdb7023a4446 [2020-09-01T02:22:07.579Z] Step 7/21 : RUN go mod download [2020-09-01T02:22:07.853Z] ---> f07ea8ade550 [2020-09-01T02:22:07.853Z] Step 7/26 : RUN go mod download [2020-09-01T02:22:07.853Z] ---> Running in 0f75830f964f [2020-09-01T02:22:08.131Z] ---> Running in 95b8ce1f7682 [2020-09-01T02:22:08.131Z] Removing intermediate container fbc017493ad6 [2020-09-01T02:22:08.131Z] ---> a4158b26fd6f [2020-09-01T02:22:08.131Z] Step 7/29 : COPY . . [2020-09-01T02:22:08.406Z] ---> f96ac323109c [2020-09-01T02:22:08.406Z] Step 7/23 : RUN go mod download [2020-09-01T02:22:08.683Z] ---> Running in bef2fb647701 [2020-09-01T02:22:15.415Z] Removing intermediate container 9705a8fb5d33 [2020-09-01T02:22:15.415Z] ---> a8e366bc8be1 [2020-09-01T02:22:15.415Z] Step 8/24 : COPY . . [2020-09-01T02:22:16.011Z] Removing intermediate container 0f75830f964f [2020-09-01T02:22:16.011Z] ---> 07bc412b6b6b [2020-09-01T02:22:16.011Z] Step 8/21 : COPY . . [2020-09-01T02:22:16.011Z] Removing intermediate container 95b8ce1f7682 [2020-09-01T02:22:16.011Z] ---> a1c784c6c885 [2020-09-01T02:22:16.011Z] Step 8/26 : COPY . . [2020-09-01T02:22:17.012Z] Removing intermediate container bef2fb647701 [2020-09-01T02:22:17.012Z] ---> e6168057cf67 [2020-09-01T02:22:17.012Z] Step 8/23 : COPY . . [2020-09-01T02:22:32.098Z] ---> 89d613286135 [2020-09-01T02:22:32.098Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-01T02:22:33.528Z] ---> Running in 9af4260f6b28 [2020-09-01T02:22:33.528Z] ---> 2ed7a7fe6380 [2020-09-01T02:22:33.528Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-01T02:22:33.803Z] ---> Running in 31a4fdd5da72 [2020-09-01T02:22:33.803Z] ---> fc671226ca26 [2020-09-01T02:22:33.803Z] 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-01T02:22:34.082Z] ---> 786388837b17 [2020-09-01T02:22:34.082Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-01T02:22:34.082Z] ---> 75a99ba5810d [2020-09-01T02:22:34.082Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-01T02:22:34.082Z] ---> Running in e318cb5e55cf [2020-09-01T02:22:34.082Z] ---> Running in 6b35e0d2d3b8 [2020-09-01T02:22:34.082Z] ---> Running in 31b1126dad0e [2020-09-01T02:22:35.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-01T02:22:35.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-01T02:22:36.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-01T02:22:37.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-01T02:22:37.364Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/core-data/core-data ./cmd/core-data [2020-09-01T02:23:59.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-01T02:23:59.300Z] Removing intermediate container 9af4260f6b28 [2020-09-01T02:23:59.300Z] ---> 8366a4354d17 [2020-09-01T02:23:59.300Z] [2020-09-01T02:23:59.300Z] Step 9/29 : FROM alpine:latest [2020-09-01T02:23:59.300Z] latest: Pulling from library/alpine [2020-09-01T02:23:59.300Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-01T02:23:59.300Z] Status: Downloaded newer image for alpine:latest [2020-09-01T02:23:59.300Z] ---> 62ee0e9f8440 [2020-09-01T02:23:59.300Z] 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-01T02:23:59.300Z] ---> Running in 2f0aa1b7e28b [2020-09-01T02:23:59.300Z] Removing intermediate container 2f0aa1b7e28b [2020-09-01T02:23:59.300Z] ---> cccb098c6a5e [2020-09-01T02:23:59.300Z] Step 11/29 : USER root [2020-09-01T02:23:59.300Z] ---> Running in b448bda25398 [2020-09-01T02:23:59.300Z] Removing intermediate container b448bda25398 [2020-09-01T02:23:59.300Z] ---> d1718ead093b [2020-09-01T02:23:59.300Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-01T02:23:59.300Z] ---> Running in 5eace86d2252 [2020-09-01T02:24:00.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:24:00.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:24:01.915Z] v3.12.0-277-ga26424f362 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:24:01.915Z] v3.12.0-276-gbdd3966958 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:24:01.915Z] OK: 12617 distinct packages available [2020-09-01T02:24:02.504Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-01T02:24:02.775Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-01T02:24:02.775Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:24:02.775Z] Executing ca-certificates-20191127-r4.trigger [2020-09-01T02:24:03.048Z] OK: 6 MiB in 16 packages [2020-09-01T02:24:05.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-01T02:24:05.670Z] Removing intermediate container 5eace86d2252 [2020-09-01T02:24:05.670Z] ---> 6d7175eb89d1 [2020-09-01T02:24:05.670Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-01T02:24:05.670Z] ---> Running in 6a04bafa1831 [2020-09-01T02:24:06.266Z] Removing intermediate container 6a04bafa1831 [2020-09-01T02:24:06.266Z] ---> fb8275f9a2f9 [2020-09-01T02:24:06.266Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-01T02:24:06.540Z] ---> Running in 546eff783a8f [2020-09-01T02:24:07.518Z] Removing intermediate container 546eff783a8f [2020-09-01T02:24:07.518Z] ---> 78f289c10218 [2020-09-01T02:24:07.518Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-01T02:24:07.518Z] ---> Running in f86866cccf81 [2020-09-01T02:24:11.824Z] Removing intermediate container f86866cccf81 [2020-09-01T02:24:11.824Z] ---> cc26f62da19e [2020-09-01T02:24:11.824Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-01T02:24:13.799Z] ---> f8daab5001fe [2020-09-01T02:24:13.799Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-01T02:24:15.238Z] ---> 1ec6845944b7 [2020-09-01T02:24:15.238Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-01T02:24:16.678Z] ---> af5a2a058fae [2020-09-01T02:24:16.678Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-01T02:24:18.657Z] ---> e2bdb3ab424b [2020-09-01T02:24:18.657Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-01T02:24:19.646Z] Removing intermediate container e318cb5e55cf [2020-09-01T02:24:19.646Z] ---> b8d51ce5cd2c [2020-09-01T02:24:19.646Z] [2020-09-01T02:24:19.646Z] Step 10/26 : FROM alpine:3.10 [2020-09-01T02:24:19.646Z] 3.10: Pulling from library/alpine [2020-09-01T02:24:19.929Z] ---> 7fab6788bf0d [2020-09-01T02:24:19.929Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-01T02:24:20.529Z] ---> Running in 83cc8ba2bca2 [2020-09-01T02:24:21.971Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-01T02:24:21.971Z] Status: Downloaded newer image for alpine:3.10 [2020-09-01T02:24:21.971Z] ---> 536a684cf733 [2020-09-01T02:24:21.971Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-01T02:24:21.971Z] ---> Running in 6664ef3df749 [2020-09-01T02:24:24.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:24:24.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:24:25.491Z] Removing intermediate container 83cc8ba2bca2 [2020-09-01T02:24:25.491Z] ---> 6eabbdf9b3d9 [2020-09-01T02:24:25.491Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-01T02:24:25.767Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-01T02:24:25.767Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-01T02:24:25.767Z] OK: 10167 distinct packages available [2020-09-01T02:24:26.372Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-01T02:24:26.651Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-01T02:24:26.651Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-01T02:24:26.651Z] (4/5) Installing curl (7.66.0-r0) [2020-09-01T02:24:26.651Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-01T02:24:26.651Z] Executing busybox-1.30.1-r3.trigger [2020-09-01T02:24:26.651Z] Executing ca-certificates-20191127-r2.trigger [2020-09-01T02:24:26.927Z] OK: 7 MiB in 19 packages [2020-09-01T02:24:27.527Z] ---> 9666f7e4da50 [2020-09-01T02:24:27.527Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-01T02:24:28.131Z] ---> Running in 497b5d1d4ded [2020-09-01T02:24:31.531Z] Removing intermediate container 6664ef3df749 [2020-09-01T02:24:31.531Z] ---> d113e2e093c1 [2020-09-01T02:24:31.531Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-01T02:24:31.531Z] ---> Running in 4e08fbdfc008 [2020-09-01T02:24:31.811Z] Removing intermediate container 6b35e0d2d3b8 [2020-09-01T02:24:31.811Z] ---> be09f28e4381 [2020-09-01T02:24:31.811Z] [2020-09-01T02:24:31.811Z] Step 10/21 : FROM scratch [2020-09-01T02:24:31.811Z] ---> [2020-09-01T02:24:31.811Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-01T02:24:32.403Z] ---> Running in 2e4b75011c49 [2020-09-01T02:24:32.403Z] Removing intermediate container 4e08fbdfc008 [2020-09-01T02:24:32.403Z] ---> 2efe58016501 [2020-09-01T02:24:32.403Z] Step 13/26 : WORKDIR / [2020-09-01T02:24:32.994Z] ---> Running in 03e58b2e4fe3 [2020-09-01T02:24:32.994Z] Removing intermediate container 497b5d1d4ded [2020-09-01T02:24:32.994Z] ---> 1ae610ab10df [2020-09-01T02:24:32.994Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-01T02:24:33.265Z] Removing intermediate container 31a4fdd5da72 [2020-09-01T02:24:33.265Z] ---> 6eb960b11618 [2020-09-01T02:24:33.265Z] [2020-09-01T02:24:33.265Z] Step 10/24 : FROM scratch [2020-09-01T02:24:33.265Z] ---> [2020-09-01T02:24:33.265Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-01T02:24:33.265Z] ---> Running in 30e6c18aba5e [2020-09-01T02:24:33.543Z] Removing intermediate container 2e4b75011c49 [2020-09-01T02:24:33.543Z] ---> 82d29f82f7b6 [2020-09-01T02:24:33.543Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-01T02:24:33.543Z] ---> Running in 8660f26d1e37 [2020-09-01T02:24:33.816Z] Removing intermediate container 03e58b2e4fe3 [2020-09-01T02:24:33.816Z] ---> b06755d98171 [2020-09-01T02:24:33.816Z] 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-01T02:24:33.816Z] ---> Running in 74ad01949114 [2020-09-01T02:24:34.802Z] Removing intermediate container 8660f26d1e37 [2020-09-01T02:24:34.802Z] ---> 40310222b509 [2020-09-01T02:24:34.802Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-01T02:24:34.802Z] Removing intermediate container 74ad01949114 [2020-09-01T02:24:34.802Z] ---> 86659c6811b0 [2020-09-01T02:24:34.802Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-01T02:24:34.802Z] ---> Running in 1ac5db0dca75 [2020-09-01T02:24:34.802Z] ---> Running in 247a458e6d83 [2020-09-01T02:24:35.406Z] ---> d4d532903e2b [2020-09-01T02:24:35.406Z] 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-01T02:24:35.406Z] Removing intermediate container 247a458e6d83 [2020-09-01T02:24:35.406Z] ---> 72fa1d3af028 [2020-09-01T02:24:35.406Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-01T02:24:35.406Z] Removing intermediate container 1ac5db0dca75 [2020-09-01T02:24:35.406Z] ---> 1a1f40b67e9e [2020-09-01T02:24:35.406Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-01T02:24:35.677Z] ---> Running in be4cda82d141 [2020-09-01T02:24:36.656Z] Removing intermediate container be4cda82d141 [2020-09-01T02:24:36.656Z] ---> dbac20415509 [2020-09-01T02:24:36.656Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-01T02:24:36.656Z] ---> 7b41bbdfb9f0 [2020-09-01T02:24:36.656Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-01T02:24:36.656Z] ---> 2a1e50b3aafb [2020-09-01T02:24:36.656Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-01T02:24:38.093Z] Removing intermediate container 30e6c18aba5e [2020-09-01T02:24:38.093Z] ---> 2fc3e3a2056b [2020-09-01T02:24:38.093Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-01T02:24:38.093Z] ---> 2d4e71ab25b8 [2020-09-01T02:24:38.093Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-01T02:24:38.093Z] ---> 057409069f90 [2020-09-01T02:24:38.093Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-01T02:24:38.093Z] ---> Running in 81e839c234a5 [2020-09-01T02:24:38.686Z] ---> 131f8006eec6 [2020-09-01T02:24:38.686Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-01T02:24:38.965Z] Removing intermediate container 81e839c234a5 [2020-09-01T02:24:38.965Z] ---> b90354de3048 [2020-09-01T02:24:38.965Z] Step 26/29 : CMD [ "generate" ] [2020-09-01T02:24:39.242Z] ---> Running in 9ee2997ad10d [2020-09-01T02:24:39.242Z] ---> 829e04cfb30f [2020-09-01T02:24:39.242Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-01T02:24:39.516Z] ---> 588d86b0eaac [2020-09-01T02:24:39.516Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-01T02:24:39.791Z] Removing intermediate container 9ee2997ad10d [2020-09-01T02:24:39.791Z] ---> 7e72048fecbd [2020-09-01T02:24:39.791Z] Step 27/29 : LABEL arch=arm64 [2020-09-01T02:24:40.066Z] ---> edbfcdef7811 [2020-09-01T02:24:40.066Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-01T02:24:40.066Z] ---> Running in 44f5c046598b [2020-09-01T02:24:40.066Z] ---> Running in 86ec4b9fc45b [2020-09-01T02:24:41.081Z] Removing intermediate container 44f5c046598b [2020-09-01T02:24:41.081Z] ---> c1847aceebcf [2020-09-01T02:24:41.081Z] Step 28/29 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:24:41.081Z] ---> f234aa63960e [2020-09-01T02:24:41.081Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-01T02:24:41.364Z] Removing intermediate container 86ec4b9fc45b [2020-09-01T02:24:41.364Z] ---> fb1e43ec764c [2020-09-01T02:24:41.364Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:24:41.364Z] ---> Running in 14f14ac1247c [2020-09-01T02:24:41.364Z] ---> 4c6155cfe505 [2020-09-01T02:24:41.364Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-01T02:24:41.636Z] ---> Running in f2cdbca071d0 [2020-09-01T02:24:42.718Z] Removing intermediate container 14f14ac1247c [2020-09-01T02:24:42.718Z] ---> 6783e68d1b90 [2020-09-01T02:24:42.718Z] Step 29/29 : LABEL version=1.2.2-dev.19 [2020-09-01T02:24:42.718Z] Removing intermediate container f2cdbca071d0 [2020-09-01T02:24:42.718Z] ---> 2afcb347c1c1 [2020-09-01T02:24:42.718Z] Step 19/21 : LABEL arch=arm64 [2020-09-01T02:24:42.718Z] ---> 93429b2389b5 [2020-09-01T02:24:42.718Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-01T02:24:42.718Z] ---> Running in b2e53244a98b [2020-09-01T02:24:42.718Z] ---> 84d7387f0922 [2020-09-01T02:24:42.718Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-01T02:24:42.718Z] ---> Running in 5ddbec7e6fd8 [2020-09-01T02:24:43.805Z] Removing intermediate container b2e53244a98b [2020-09-01T02:24:43.805Z] ---> 382c406370cb [2020-09-01T02:24:43.805Z] [2020-09-01T02:24:43.805Z] Removing intermediate container 5ddbec7e6fd8 [2020-09-01T02:24:43.805Z] ---> 707778aa648d [2020-09-01T02:24:43.805Z] Step 20/21 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:24:44.084Z] ---> Running in 54b9bdbf8057 [2020-09-01T02:24:44.693Z] Successfully built 382c406370cb [2020-09-01T02:24:44.693Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-01T02:24:44.693Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-09-01T02:24:44.693Z] ---> 57896b5aa4c9 [2020-09-01T02:24:44.693Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-01T02:24:44.970Z] ---> 102182bf88e8 [2020-09-01T02:24:44.970Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-01T02:24:44.970Z] Removing intermediate container 54b9bdbf8057 [2020-09-01T02:24:44.970Z] ---> de0e631e611f [2020-09-01T02:24:44.970Z] Step 21/21 : LABEL version=1.2.2-dev.19 [2020-09-01T02:24:45.244Z] ---> Running in f2a6c28960f9 [2020-09-01T02:24:46.227Z] ---> 7fe18399dd83 [2020-09-01T02:24:46.227Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-01T02:24:46.503Z] Removing intermediate container f2a6c28960f9 [2020-09-01T02:24:46.503Z] ---> 44bfc8cb9dc3 [2020-09-01T02:24:46.503Z] [2020-09-01T02:24:46.785Z] ---> 2ba868fb925b [2020-09-01T02:24:46.785Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-01T02:24:46.785Z] ---> Running in 7490873c6449 [2020-09-01T02:24:47.074Z] Successfully built 44bfc8cb9dc3 [2020-09-01T02:24:47.357Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-01T02:24:47.357Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-09-01T02:24:47.357Z] ---> Running in 3e0f25eac028 [2020-09-01T02:24:47.631Z] Removing intermediate container 7490873c6449 [2020-09-01T02:24:47.631Z] ---> 155db3c5ee7e [2020-09-01T02:24:47.632Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:24:47.904Z] ---> Running in 3dd1b53e75bb [2020-09-01T02:24:48.499Z] Removing intermediate container 3dd1b53e75bb [2020-09-01T02:24:48.499Z] ---> aa48191e514f [2020-09-01T02:24:48.499Z] Step 22/24 : LABEL arch=arm64 [2020-09-01T02:24:49.100Z] ---> Running in 92adf32840d8 [2020-09-01T02:24:50.533Z] Removing intermediate container 92adf32840d8 [2020-09-01T02:24:50.533Z] ---> 9a2050615965 [2020-09-01T02:24:50.533Z] Step 23/24 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:24:51.507Z] ---> Running in 73d211c9b8be [2020-09-01T02:24:51.779Z] Removing intermediate container 3e0f25eac028 [2020-09-01T02:24:51.779Z] ---> a7ab9ab85146 [2020-09-01T02:24:51.779Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-01T02:24:52.375Z] Removing intermediate container 73d211c9b8be [2020-09-01T02:24:52.376Z] ---> 9f042f19397b [2020-09-01T02:24:52.376Z] Step 24/24 : LABEL version=1.2.2-dev.19 [2020-09-01T02:24:52.376Z] ---> Running in 81a9231e17fc [2020-09-01T02:24:52.650Z] ---> Running in 400a8c95710a [2020-09-01T02:24:52.926Z] Removing intermediate container 81a9231e17fc [2020-09-01T02:24:52.926Z] ---> 9ab1f0c035b8 [2020-09-01T02:24:52.926Z] Step 24/26 : LABEL arch=arm64 [2020-09-01T02:24:53.208Z] Removing intermediate container 31b1126dad0e [2020-09-01T02:24:53.208Z] ---> 0cc959e8f8ec [2020-09-01T02:24:53.208Z] [2020-09-01T02:24:53.208Z] Step 10/23 : FROM alpine [2020-09-01T02:24:53.208Z] ---> 62ee0e9f8440 [2020-09-01T02:24:53.208Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-01T02:24:53.508Z] ---> Running in 258c999ade64 [2020-09-01T02:24:53.508Z] Removing intermediate container 400a8c95710a [2020-09-01T02:24:53.508Z] ---> e16b71d5d6e9 [2020-09-01T02:24:53.508Z] [2020-09-01T02:24:53.508Z] ---> Running in 8a2ef1550e58 [2020-09-01T02:24:54.112Z] Removing intermediate container 258c999ade64 [2020-09-01T02:24:54.112Z] ---> 3ce041621347 [2020-09-01T02:24:54.112Z] Step 25/26 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:24:54.112Z] Successfully built e16b71d5d6e9 [2020-09-01T02:24:54.112Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-01T02:24:54.112Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-09-01T02:24:54.112Z] ---> Running in 57ecb8ed1fcd [2020-09-01T02:24:54.112Z] Removing intermediate container 8a2ef1550e58 [2020-09-01T02:24:54.112Z] ---> 9a877d7dcdbb [2020-09-01T02:24:54.112Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-01T02:24:54.383Z] ---> Running in e8d8bccf8ac3 [2020-09-01T02:24:54.658Z] Removing intermediate container 57ecb8ed1fcd [2020-09-01T02:24:54.658Z] ---> a4f170748bfe [2020-09-01T02:24:54.658Z] Step 26/26 : LABEL version=1.2.2-dev.19 [2020-09-01T02:24:54.930Z] ---> Running in 3592ee58f583 [2020-09-01T02:24:54.930Z] Removing intermediate container e8d8bccf8ac3 [2020-09-01T02:24:54.930Z] ---> 6267a93661c0 [2020-09-01T02:24:54.930Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-01T02:24:55.205Z] ---> Running in 445a78656981 [2020-09-01T02:24:55.483Z] Removing intermediate container 3592ee58f583 [2020-09-01T02:24:55.483Z] ---> 8e18f4011d39 [2020-09-01T02:24:55.483Z] [2020-09-01T02:24:56.075Z] Successfully built 8e18f4011d39 [2020-09-01T02:24:56.075Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-01T02:24:56.075Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-09-01T02:24:56.075Z] Removing intermediate container 445a78656981 [2020-09-01T02:24:56.075Z] ---> bd723dbd366f [2020-09-01T02:24:56.075Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:24:56.354Z] ---> Running in 7a4826128eaf [2020-09-01T02:24:59.746Z] Removing intermediate container 7a4826128eaf [2020-09-01T02:24:59.746Z] ---> 1abbaf7b2b73 [2020-09-01T02:24:59.746Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-01T02:25:00.018Z] ---> Running in 02a6ee86466d [2020-09-01T02:25:01.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:25:05.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:25:10.035Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-01T02:25:10.035Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-01T02:25:10.035Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-01T02:25:12.002Z] (4/5) Installing libzmq (4.3.2-r0) [2020-09-01T02:25:12.277Z] (5/5) Installing zeromq (4.3.2-r0) [2020-09-01T02:25:12.277Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:25:12.549Z] OK: 8 MiB in 19 packages [2020-09-01T02:25:17.964Z] Removing intermediate container 02a6ee86466d [2020-09-01T02:25:17.964Z] ---> 771a82721e83 [2020-09-01T02:25:17.964Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-01T02:25:18.233Z] ---> 04cce789d2c8 [2020-09-01T02:25:18.233Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-01T02:25:20.197Z] ---> a5263b47355b [2020-09-01T02:25:20.197Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-01T02:25:20.791Z] ---> a1c983814262 [2020-09-01T02:25:20.791Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-01T02:25:20.791Z] ---> Running in ca37058c21ce [2020-09-01T02:25:21.396Z] Removing intermediate container ca37058c21ce [2020-09-01T02:25:21.396Z] ---> d9d41e2b3b93 [2020-09-01T02:25:21.396Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:25:21.669Z] ---> Running in 0b438fb257cb [2020-09-01T02:25:22.648Z] Removing intermediate container 0b438fb257cb [2020-09-01T02:25:22.648Z] ---> 41256ceca768 [2020-09-01T02:25:22.648Z] Step 21/23 : LABEL arch=arm64 [2020-09-01T02:25:23.262Z] ---> Running in ed4f0ca5464e [2020-09-01T02:25:23.856Z] Removing intermediate container ed4f0ca5464e [2020-09-01T02:25:23.856Z] ---> f730119c882b [2020-09-01T02:25:23.856Z] Step 22/23 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:25:24.131Z] ---> Running in e37947ec4d84 [2020-09-01T02:25:25.106Z] Removing intermediate container e37947ec4d84 [2020-09-01T02:25:25.106Z] ---> 91574f7f3780 [2020-09-01T02:25:25.106Z] Step 23/23 : LABEL version=1.2.2-dev.19 [2020-09-01T02:25:25.389Z] ---> Running in 174cd9af6698 [2020-09-01T02:25:25.984Z] Removing intermediate container 174cd9af6698 [2020-09-01T02:25:25.985Z] ---> 7bbadb8c247d [2020-09-01T02:25:25.985Z] [2020-09-01T02:25:26.602Z] Successfully built 7bbadb8c247d [2020-09-01T02:25:26.602Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-01T02:25:26.602Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-09-01T02:25:34.923Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:25:34.923Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:25:34.923Z] ---> b5f34a9c5f58 [2020-09-01T02:25:34.923Z] Step 3/20 : WORKDIR /edgex-go [2020-09-01T02:25:34.923Z] ---> Using cache [2020-09-01T02:25:34.923Z] ---> ecf04f46d521 [2020-09-01T02:25:34.923Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:25:34.923Z] ---> Using cache [2020-09-01T02:25:34.923Z] ---> 7710d12b913f [2020-09-01T02:25:34.923Z] Step 5/20 : RUN apk update && apk add make git [2020-09-01T02:25:35.551Z] ---> Running in e8e47eadd063 [2020-09-01T02:25:37.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:25:40.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:25:41.874Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:25:41.874Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:25:41.874Z] ---> b5f34a9c5f58 [2020-09-01T02:25:41.874Z] Step 3/22 : WORKDIR /edgex-go [2020-09-01T02:25:41.874Z] ---> Using cache [2020-09-01T02:25:41.874Z] ---> ecf04f46d521 [2020-09-01T02:25:41.874Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:25:41.874Z] ---> Using cache [2020-09-01T02:25:41.874Z] ---> 7710d12b913f [2020-09-01T02:25:41.874Z] Step 5/22 : RUN apk update && apk add make git [2020-09-01T02:25:43.867Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:25:43.867Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:25:43.867Z] OK: 12617 distinct packages available [2020-09-01T02:25:43.867Z] ---> Running in 563191dfbde7 [2020-09-01T02:25:44.466Z] OK: 217 MiB in 51 packages [2020-09-01T02:25:45.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:25:47.877Z] Removing intermediate container e8e47eadd063 [2020-09-01T02:25:47.877Z] ---> 26d57f7bd14a [2020-09-01T02:25:47.877Z] Step 6/20 : COPY go.mod . [2020-09-01T02:25:48.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:25:48.740Z] ---> 45d2d82ffe71 [2020-09-01T02:25:48.740Z] Step 7/20 : RUN go mod download [2020-09-01T02:25:49.332Z] ---> Running in 84f1216072a2 [2020-09-01T02:25:50.769Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:25:50.769Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:25:50.769Z] ---> b5f34a9c5f58 [2020-09-01T02:25:50.769Z] Step 3/27 : WORKDIR /edgex-go [2020-09-01T02:25:50.769Z] ---> Using cache [2020-09-01T02:25:50.769Z] ---> ecf04f46d521 [2020-09-01T02:25:50.769Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:25:50.769Z] ---> Using cache [2020-09-01T02:25:50.769Z] ---> 7710d12b913f [2020-09-01T02:25:50.769Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-01T02:25:51.366Z] ---> Running in 9c5774d16091 [2020-09-01T02:25:51.366Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:25:51.366Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:25:51.366Z] OK: 12617 distinct packages available [2020-09-01T02:25:52.352Z] OK: 217 MiB in 51 packages [2020-09-01T02:25:52.630Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:25:52.630Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:25:52.630Z] ---> b5f34a9c5f58 [2020-09-01T02:25:52.630Z] Step 3/22 : WORKDIR /edgex-go [2020-09-01T02:25:52.630Z] ---> Using cache [2020-09-01T02:25:52.630Z] ---> ecf04f46d521 [2020-09-01T02:25:52.630Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:25:52.630Z] ---> Using cache [2020-09-01T02:25:52.630Z] ---> 7710d12b913f [2020-09-01T02:25:52.630Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-01T02:25:53.620Z] ---> Running in ccb04085aa65 [2020-09-01T02:25:53.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:25:55.877Z] Removing intermediate container 84f1216072a2 [2020-09-01T02:25:55.877Z] ---> 503c8fa2d4a1 [2020-09-01T02:25:55.877Z] Step 8/20 : COPY . . [2020-09-01T02:25:56.148Z] Removing intermediate container 563191dfbde7 [2020-09-01T02:25:56.148Z] ---> 7239b9ba7449 [2020-09-01T02:25:56.148Z] Step 6/22 : COPY go.mod . [2020-09-01T02:25:56.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:25:56.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:25:57.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:25:58.143Z] ---> 697009a35f90 [2020-09-01T02:25:58.143Z] Step 7/22 : RUN go mod download [2020-09-01T02:25:59.583Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:25:59.583Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:25:59.583Z] OK: 12617 distinct packages available [2020-09-01T02:25:59.583Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-01T02:25:59.583Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-01T02:25:59.583Z] ---> b5f34a9c5f58 [2020-09-01T02:25:59.583Z] Step 3/22 : WORKDIR /edgex-go [2020-09-01T02:25:59.583Z] ---> Using cache [2020-09-01T02:25:59.583Z] ---> ecf04f46d521 [2020-09-01T02:25:59.583Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T02:25:59.583Z] ---> Using cache [2020-09-01T02:25:59.583Z] ---> 7710d12b913f [2020-09-01T02:25:59.583Z] Step 5/22 : RUN apk update && apk add make git [2020-09-01T02:25:59.583Z] ---> Using cache [2020-09-01T02:25:59.583Z] ---> 7239b9ba7449 [2020-09-01T02:25:59.583Z] Step 6/22 : COPY go.mod . [2020-09-01T02:25:59.583Z] ---> Using cache [2020-09-01T02:25:59.583Z] ---> 697009a35f90 [2020-09-01T02:25:59.583Z] Step 7/22 : RUN go mod download [2020-09-01T02:25:59.860Z] ---> Running in dd3ec0b53e83 [2020-09-01T02:26:00.145Z] v3.12.0-277-ga26424f362 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:26:00.145Z] v3.12.0-276-gbdd3966958 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:26:00.145Z] OK: 12617 distinct packages available [2020-09-01T02:26:00.145Z] OK: 217 MiB in 51 packages [2020-09-01T02:26:00.750Z] ---> Running in 7664be1c5fbb [2020-09-01T02:26:01.031Z] OK: 217 MiB in 51 packages [2020-09-01T02:26:02.036Z] OK: 217 MiB in 51 packages [2020-09-01T02:26:03.011Z] Removing intermediate container 9c5774d16091 [2020-09-01T02:26:03.011Z] ---> 4108b8ae7626 [2020-09-01T02:26:03.011Z] Step 6/27 : COPY go.mod . [2020-09-01T02:26:04.449Z] Removing intermediate container ccb04085aa65 [2020-09-01T02:26:04.449Z] ---> aba2a0142a13 [2020-09-01T02:26:04.449Z] Step 6/22 : COPY go.mod . [2020-09-01T02:26:04.724Z] ---> 7ff167443c1c [2020-09-01T02:26:04.724Z] Step 7/27 : RUN go mod download [2020-09-01T02:26:04.994Z] ---> Running in 0a8271724545 [2020-09-01T02:26:05.590Z] ---> 9f1a3dff9475 [2020-09-01T02:26:05.590Z] Step 7/22 : RUN go mod download [2020-09-01T02:26:06.572Z] ---> Running in daf16f251773 [2020-09-01T02:26:06.844Z] Removing intermediate container dd3ec0b53e83 [2020-09-01T02:26:06.844Z] ---> 4a8b2166ba7b [2020-09-01T02:26:06.844Z] Step 8/22 : COPY . . [2020-09-01T02:26:06.844Z] Removing intermediate container 7664be1c5fbb [2020-09-01T02:26:06.844Z] ---> 18f69d04b76d [2020-09-01T02:26:06.844Z] Step 8/22 : COPY . . [2020-09-01T02:26:12.264Z] Removing intermediate container 0a8271724545 [2020-09-01T02:26:12.264Z] ---> 66924cb4e20c [2020-09-01T02:26:12.264Z] Step 8/27 : COPY . . [2020-09-01T02:26:13.696Z] Removing intermediate container daf16f251773 [2020-09-01T02:26:13.696Z] ---> 8fe9ec6f63fd [2020-09-01T02:26:13.696Z] Step 8/22 : COPY . . [2020-09-01T02:26:13.969Z] ---> 614db43f9ce3 [2020-09-01T02:26:13.969Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-01T02:26:17.355Z] ---> Running in da96dd0dc22d [2020-09-01T02:26:19.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-01T02:26:34.682Z] ---> 81564b13f4f4 [2020-09-01T02:26:34.682Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-01T02:26:34.682Z] ---> c2f07569df7d [2020-09-01T02:26:34.682Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-01T02:26:34.682Z] ---> Running in 94e6c75cf9be [2020-09-01T02:26:34.682Z] ---> Running in e22d02139633 [2020-09-01T02:26:35.671Z] ---> c5ab6688d7bc [2020-09-01T02:26:35.671Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-01T02:26:36.274Z] ---> Running in ea7ae88edbaa [2020-09-01T02:26:37.259Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/core-command/core-command ./cmd/core-command [2020-09-01T02:26:37.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-01T02:26:38.528Z] ---> c91cc5ad5cde [2020-09-01T02:26:38.528Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-01T02:26:38.528Z] ---> Running in 67a0bc4d11b2 [2020-09-01T02:26:39.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-01T02:26:41.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-01T02:27:20.106Z] Removing intermediate container da96dd0dc22d [2020-09-01T02:27:20.106Z] ---> bdcc72709eb7 [2020-09-01T02:27:20.106Z] [2020-09-01T02:27:20.106Z] Step 10/20 : FROM alpine [2020-09-01T02:27:20.106Z] ---> 62ee0e9f8440 [2020-09-01T02:27:20.106Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-01T02:27:20.106Z] ---> Running in 24cd662cefbd [2020-09-01T02:27:20.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:27:20.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:27:20.379Z] v3.12.0-277-ga26424f362 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-01T02:27:20.379Z] v3.12.0-276-gbdd3966958 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-01T02:27:20.379Z] OK: 12617 distinct packages available [2020-09-01T02:27:21.360Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-01T02:27:21.360Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-01T02:27:21.360Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-01T02:27:21.360Z] (4/4) Installing curl (7.69.1-r0) [2020-09-01T02:27:21.360Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:27:21.634Z] Executing ca-certificates-20191127-r4.trigger [2020-09-01T02:27:21.910Z] OK: 7 MiB in 18 packages [2020-09-01T02:27:24.550Z] Removing intermediate container 24cd662cefbd [2020-09-01T02:27:24.550Z] ---> 9be27802d17c [2020-09-01T02:27:24.550Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-01T02:27:24.550Z] ---> Running in 85ab6076bb6f [2020-09-01T02:27:25.536Z] Removing intermediate container 85ab6076bb6f [2020-09-01T02:27:25.536Z] ---> 82b0100804da [2020-09-01T02:27:25.536Z] Step 13/20 : WORKDIR /edgex [2020-09-01T02:27:25.536Z] ---> Running in 944ec88ad086 [2020-09-01T02:27:26.522Z] Removing intermediate container 944ec88ad086 [2020-09-01T02:27:26.522Z] ---> ecb588ed5e2a [2020-09-01T02:27:26.522Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-01T02:27:27.496Z] ---> 2012a65f0150 [2020-09-01T02:27:27.496Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-01T02:27:29.484Z] ---> 62db65a41648 [2020-09-01T02:27:29.484Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-01T02:27:29.484Z] ---> Running in 281a63461d47 [2020-09-01T02:27:30.080Z] Removing intermediate container 281a63461d47 [2020-09-01T02:27:30.080Z] ---> 277398bfb809 [2020-09-01T02:27:30.080Z] Step 17/20 : CMD ["--init=true"] [2020-09-01T02:27:30.355Z] ---> Running in 9b778fcf40a4 [2020-09-01T02:27:30.952Z] Removing intermediate container 9b778fcf40a4 [2020-09-01T02:27:30.952Z] ---> 6d29e32ace71 [2020-09-01T02:27:30.952Z] Step 18/20 : LABEL arch=arm64 [2020-09-01T02:27:31.226Z] ---> Running in 39c8f8227aa5 [2020-09-01T02:27:31.503Z] Removing intermediate container 39c8f8227aa5 [2020-09-01T02:27:31.503Z] ---> 6352dd483e6b [2020-09-01T02:27:31.503Z] Step 19/20 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:27:31.778Z] ---> Running in b6c4ccdcdcee [2020-09-01T02:27:32.376Z] Removing intermediate container b6c4ccdcdcee [2020-09-01T02:27:32.376Z] ---> f33d6a793cf5 [2020-09-01T02:27:32.376Z] Step 20/20 : LABEL version=1.2.2-dev.19 [2020-09-01T02:27:32.648Z] ---> Running in 644e41dc3869 [2020-09-01T02:27:33.247Z] Removing intermediate container 644e41dc3869 [2020-09-01T02:27:33.247Z] ---> 95dc75cae15c [2020-09-01T02:27:33.247Z] [2020-09-01T02:27:33.851Z] Successfully built 95dc75cae15c [2020-09-01T02:27:33.851Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-01T02:28:12.867Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ea7ae88edbaa [2020-09-01T02:28:12.867Z] ---> 1b0509648cb5 [2020-09-01T02:28:12.867Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-01T02:28:12.867Z] ---> Running in 42df380b59cf [2020-09-01T02:28:12.867Z] Removing intermediate container 67a0bc4d11b2 [2020-09-01T02:28:12.867Z] ---> 3731baa55b1c [2020-09-01T02:28:12.867Z] [2020-09-01T02:28:12.867Z] Step 10/22 : FROM scratch [2020-09-01T02:28:12.867Z] ---> [2020-09-01T02:28:12.867Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-01T02:28:12.867Z] ---> Using cache [2020-09-01T02:28:12.867Z] ---> 86659c6811b0 [2020-09-01T02:28:12.867Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-01T02:28:12.867Z] ---> Running in b432acc67d92 [2020-09-01T02:28:12.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.19" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-01T02:28:12.867Z] Removing intermediate container b432acc67d92 [2020-09-01T02:28:12.867Z] ---> 0111911b391f [2020-09-01T02:28:12.867Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-01T02:28:12.867Z] ---> Running in e8e6ff3e8d66 [2020-09-01T02:28:12.867Z] Removing intermediate container e8e6ff3e8d66 [2020-09-01T02:28:12.867Z] ---> e283777a96b5 [2020-09-01T02:28:12.867Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-01T02:28:12.867Z] ---> e81fc774b6f6 [2020-09-01T02:28:12.867Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-01T02:28:13.851Z] ---> 9c6c68c27bd0 [2020-09-01T02:28:13.851Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-01T02:28:15.830Z] ---> 8f60cb5beb70 [2020-09-01T02:28:15.830Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-01T02:28:15.830Z] Removing intermediate container 42df380b59cf [2020-09-01T02:28:15.830Z] ---> 47bfb4b5fdb7 [2020-09-01T02:28:15.830Z] [2020-09-01T02:28:15.830Z] Step 11/27 : FROM docker:latest [2020-09-01T02:28:15.830Z] ---> ce9d55ae87f1 [2020-09-01T02:28:15.830Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-01T02:28:16.106Z] ---> Running in 024dd50a6333 [2020-09-01T02:28:17.089Z] ---> 8deec314410a [2020-09-01T02:28:17.089Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-01T02:28:17.373Z] ---> Running in 256d9a69d0bf [2020-09-01T02:28:18.159Z] Removing intermediate container e22d02139633 [2020-09-01T02:28:18.159Z] ---> fa96236a0cac [2020-09-01T02:28:18.159Z] [2020-09-01T02:28:18.159Z] Step 10/22 : FROM scratch [2020-09-01T02:28:18.159Z] ---> [2020-09-01T02:28:18.159Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-01T02:28:18.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:28:18.159Z] ---> Using cache [2020-09-01T02:28:18.159Z] ---> 82d29f82f7b6 [2020-09-01T02:28:18.159Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-01T02:28:18.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:28:18.463Z] ---> Running in e801d14e156b [2020-09-01T02:28:18.463Z] Removing intermediate container 256d9a69d0bf [2020-09-01T02:28:18.463Z] ---> cdafe66f70ba [2020-09-01T02:28:18.463Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:28:18.771Z] ---> Running in 23a4d2f080a8 [2020-09-01T02:28:19.052Z] (1/2) Installing readline (8.0.4-r0) [2020-09-01T02:28:19.052Z] (2/2) Installing bash (5.0.17-r0) [2020-09-01T02:28:19.052Z] Executing bash-5.0.17-r0.post-install [2020-09-01T02:28:19.052Z] Removing intermediate container e801d14e156b [2020-09-01T02:28:19.052Z] ---> 012a2bbef9ef [2020-09-01T02:28:19.052Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-01T02:28:19.052Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:28:19.052Z] OK: 12 MiB in 22 packages [2020-09-01T02:28:19.324Z] ---> Running in a14d6dc4d968 [2020-09-01T02:28:19.324Z] Removing intermediate container 23a4d2f080a8 [2020-09-01T02:28:19.324Z] ---> dbddc4045225 [2020-09-01T02:28:19.324Z] Step 20/22 : LABEL arch=arm64 [2020-09-01T02:28:19.600Z] ---> Running in 2c6d8c9d5656 [2020-09-01T02:28:19.875Z] Removing intermediate container a14d6dc4d968 [2020-09-01T02:28:19.875Z] ---> bb0b0ee3c986 [2020-09-01T02:28:19.875Z] Step 14/22 : WORKDIR / [2020-09-01T02:28:20.150Z] ---> Running in f49ceb74b447 [2020-09-01T02:28:20.150Z] Removing intermediate container 2c6d8c9d5656 [2020-09-01T02:28:20.150Z] ---> dc59ebde90f3 [2020-09-01T02:28:20.150Z] Step 21/22 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:28:20.419Z] ---> Running in a6beb005723c [2020-09-01T02:28:21.019Z] Removing intermediate container f49ceb74b447 [2020-09-01T02:28:21.019Z] ---> 2a458560cbd0 [2020-09-01T02:28:21.019Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-01T02:28:21.019Z] Removing intermediate container 024dd50a6333 [2020-09-01T02:28:21.020Z] ---> 3628831fb903 [2020-09-01T02:28:21.020Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-01T02:28:21.292Z] Removing intermediate container a6beb005723c [2020-09-01T02:28:21.292Z] ---> 84c1d63ec8e8 [2020-09-01T02:28:21.292Z] Step 22/22 : LABEL version=1.2.2-dev.19 [2020-09-01T02:28:21.564Z] ---> Running in ced6bef12050 [2020-09-01T02:28:21.564Z] ---> Running in 9585ddb01156 [2020-09-01T02:28:21.841Z] ---> c41a29824c51 [2020-09-01T02:28:21.841Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-01T02:28:22.439Z] Removing intermediate container 9585ddb01156 [2020-09-01T02:28:22.439Z] ---> d90aab510f93 [2020-09-01T02:28:22.439Z] [2020-09-01T02:28:23.035Z] Successfully built d90aab510f93 [2020-09-01T02:28:23.035Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-01T02:28:23.311Z]  Building docker-support-logging-go ... done Removing intermediate container 94e6c75cf9be [2020-09-01T02:28:23.311Z] ---> 1bda6eb14bb5 [2020-09-01T02:28:23.311Z] [2020-09-01T02:28:23.311Z] Step 10/22 : FROM scratch [2020-09-01T02:28:23.311Z] ---> [2020-09-01T02:28:23.311Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-01T02:28:23.583Z] ---> Using cache [2020-09-01T02:28:23.583Z] ---> 82d29f82f7b6 [2020-09-01T02:28:23.583Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-01T02:28:23.856Z] ---> aeef63ae5cc3 [2020-09-01T02:28:23.856Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-01T02:28:23.856Z] ---> Running in efde9c968a68 [2020-09-01T02:28:24.451Z] Removing intermediate container efde9c968a68 [2020-09-01T02:28:24.451Z] ---> 5f6209869d67 [2020-09-01T02:28:24.451Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-01T02:28:24.722Z] ---> Running in a13ab614e87d [2020-09-01T02:28:24.722Z] Removing intermediate container ced6bef12050 [2020-09-01T02:28:24.722Z] ---> 5b51fdac109b [2020-09-01T02:28:24.722Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-01T02:28:24.722Z] ---> 7d3b2fe415b8 [2020-09-01T02:28:24.722Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-01T02:28:24.994Z] ---> Running in f7c6d3cebd85 [2020-09-01T02:28:24.994Z] ---> Running in a0e401fb7db3 [2020-09-01T02:28:25.274Z] Removing intermediate container a13ab614e87d [2020-09-01T02:28:25.274Z] ---> 36ec28eeff55 [2020-09-01T02:28:25.274Z] Step 14/22 : WORKDIR / [2020-09-01T02:28:25.274Z] ---> Running in bbe658dc8519 [2020-09-01T02:28:25.274Z] Removing intermediate container f7c6d3cebd85 [2020-09-01T02:28:25.274Z] ---> c67235955506 [2020-09-01T02:28:25.274Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-01T02:28:25.546Z] Removing intermediate container a0e401fb7db3 [2020-09-01T02:28:25.546Z] ---> 0079f960d232 [2020-09-01T02:28:25.546Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:28:25.546Z] ---> Running in 50ceecbd237d [2020-09-01T02:28:25.546Z] ---> Running in 0a355f50527f [2020-09-01T02:28:25.815Z] Removing intermediate container bbe658dc8519 [2020-09-01T02:28:25.815Z] ---> bae74ba615ed [2020-09-01T02:28:25.815Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-01T02:28:26.085Z] Removing intermediate container 50ceecbd237d [2020-09-01T02:28:26.085Z] ---> 35a1811c00f9 [2020-09-01T02:28:26.085Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-01T02:28:26.085Z] Removing intermediate container 0a355f50527f [2020-09-01T02:28:26.085Z] ---> b55dc1deb0dd [2020-09-01T02:28:26.086Z] Step 20/22 : LABEL arch=arm64 [2020-09-01T02:28:26.367Z] ---> Running in 4a62960b5377 [2020-09-01T02:28:26.367Z] ---> Running in 15afc340f864 [2020-09-01T02:28:26.640Z] ---> e247009ccbc1 [2020-09-01T02:28:26.640Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-01T02:28:26.913Z] Removing intermediate container 4a62960b5377 [2020-09-01T02:28:26.913Z] ---> bb0942bbec4b [2020-09-01T02:28:26.913Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-01T02:28:26.913Z] Removing intermediate container 15afc340f864 [2020-09-01T02:28:26.913Z] ---> f9ff3e3d6645 [2020-09-01T02:28:26.913Z] Step 21/22 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:28:27.186Z] ---> Running in a12ea8ba091a [2020-09-01T02:28:28.163Z] Removing intermediate container a12ea8ba091a [2020-09-01T02:28:28.163Z] ---> 328a07167aa3 [2020-09-01T02:28:28.163Z] Step 22/22 : LABEL version=1.2.2-dev.19 [2020-09-01T02:28:28.434Z] ---> 45fadd525ae8 [2020-09-01T02:28:28.434Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-01T02:28:28.434Z] ---> 541d2cbe64e8 [2020-09-01T02:28:28.434Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-01T02:28:28.434Z] ---> Running in a1c43ad60d2e [2020-09-01T02:28:29.038Z] Removing intermediate container a1c43ad60d2e [2020-09-01T02:28:29.038Z] ---> 66ccb8688001 [2020-09-01T02:28:29.038Z] [2020-09-01T02:28:29.308Z] ---> fd6a776f0e11 [2020-09-01T02:28:29.308Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-01T02:28:29.308Z] ---> db54f38153cd [2020-09-01T02:28:29.308Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-01T02:28:29.577Z] ---> Running in befe4437297e [2020-09-01T02:28:29.577Z] Successfully built 66ccb8688001 [2020-09-01T02:28:29.577Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-01T02:28:29.846Z]  Building docker-core-command-go ... done Removing intermediate container befe4437297e [2020-09-01T02:28:29.846Z] ---> 2ca7c25b99c4 [2020-09-01T02:28:29.846Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:28:30.116Z] ---> Running in a00b232c64c7 [2020-09-01T02:28:30.116Z] ---> ad66366c301a [2020-09-01T02:28:30.116Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-01T02:28:30.385Z] ---> Running in 62ce010969f9 [2020-09-01T02:28:30.654Z] Removing intermediate container a00b232c64c7 [2020-09-01T02:28:30.654Z] ---> 5ebd2815d5df [2020-09-01T02:28:30.654Z] Step 20/22 : LABEL arch=arm64 [2020-09-01T02:28:30.654Z] ---> Running in bb68fa34bc7a [2020-09-01T02:28:31.243Z] Removing intermediate container bb68fa34bc7a [2020-09-01T02:28:31.243Z] ---> 41fbd1e97fa0 [2020-09-01T02:28:31.243Z] Step 21/22 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:28:31.512Z] ---> Running in e67b4df8b208 [2020-09-01T02:28:31.780Z] Removing intermediate container e67b4df8b208 [2020-09-01T02:28:31.780Z] ---> 8d1516017fc3 [2020-09-01T02:28:31.780Z] Step 22/22 : LABEL version=1.2.2-dev.19 [2020-09-01T02:28:31.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:28:32.049Z] ---> Running in 92f2d258c04a [2020-09-01T02:28:32.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:28:32.318Z] Removing intermediate container 92f2d258c04a [2020-09-01T02:28:32.318Z] ---> 3bb04792f3e3 [2020-09-01T02:28:32.318Z] [2020-09-01T02:28:32.594Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-01T02:28:32.594Z] (2/33) Installing expat (2.2.9-r1) [2020-09-01T02:28:32.594Z] (3/33) Installing libffi (3.3-r2) [2020-09-01T02:28:32.594Z] (4/33) Installing gdbm (1.13-r1) [2020-09-01T02:28:32.594Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-01T02:28:32.594Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-01T02:28:32.594Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-01T02:28:32.865Z] Successfully built 3bb04792f3e3 [2020-09-01T02:28:32.865Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-01T02:28:34.820Z]  Building docker-core-metadata-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-01T02:28:34.820Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-01T02:28:34.820Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-01T02:28:34.820Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-01T02:28:34.820Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-01T02:28:34.820Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-01T02:28:34.820Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-01T02:28:34.820Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-01T02:28:34.820Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-01T02:28:34.820Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-01T02:28:34.820Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-01T02:28:34.820Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-01T02:28:34.820Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-01T02:28:34.820Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-01T02:28:34.820Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-01T02:28:34.820Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-01T02:28:34.820Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-01T02:28:34.820Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-01T02:28:34.820Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-01T02:28:34.820Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-01T02:28:34.820Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-01T02:28:34.820Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-01T02:28:34.820Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-01T02:28:34.820Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-01T02:28:34.820Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-01T02:28:34.820Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-01T02:28:35.088Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:28:35.088Z] OK: 71 MiB in 55 packages [2020-09-01T02:28:41.784Z] Removing intermediate container 62ce010969f9 [2020-09-01T02:28:41.784Z] ---> 784c22ad56c4 [2020-09-01T02:28:41.784Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-01T02:28:41.784Z] ---> Running in deae7707871d [2020-09-01T02:28:47.156Z] Collecting docker-compose==1.23.2 [2020-09-01T02:28:47.156Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-01T02:28:47.425Z] Collecting texttable<0.10,>=0.9.0 [2020-09-01T02:28:47.425Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-01T02:28:49.384Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-01T02:28:49.384Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-01T02:28:51.341Z] Collecting PyYAML<4,>=3.10 [2020-09-01T02:28:51.341Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-01T02:28:54.701Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-01T02:28:54.972Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-01T02:28:55.244Z] Collecting docopt<0.7,>=0.6.1 [2020-09-01T02:28:55.244Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-01T02:28:57.204Z] Collecting jsonschema<3,>=2.5.1 [2020-09-01T02:28:57.204Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-01T02:28:57.791Z] Collecting docker<4.0,>=3.6.0 [2020-09-01T02:28:57.791Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-01T02:28:58.760Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-01T02:28:58.760Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-01T02:28:59.029Z] Collecting cached-property<2,>=1.2.0 [2020-09-01T02:28:59.029Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-01T02:28:59.029Z] 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-01T02:28:59.029Z] 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-01T02:28:59.029Z] 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-01T02:28:59.615Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-01T02:28:59.616Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-01T02:28:59.885Z] Collecting idna<2.8,>=2.5 [2020-09-01T02:28:59.885Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-01T02:29:00.154Z] Collecting docker-pycreds>=0.4.0 [2020-09-01T02:29:00.154Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-01T02:29:00.154Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-01T02:29:00.154Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-01T02:29:00.154Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-01T02:29:00.423Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-01T02:29:01.041Z] Installing collected packages: texttable, dockerpty, PyYAML, urllib3, idna, requests, docopt, jsonschema, websocket-client, docker-pycreds, docker, cached-property, docker-compose [2020-09-01T02:29:01.041Z] Running setup.py install for texttable: started [2020-09-01T02:29:03.045Z] Running setup.py install for texttable: finished with status 'done' [2020-09-01T02:29:03.045Z] Running setup.py install for dockerpty: started [2020-09-01T02:29:05.000Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-01T02:29:05.000Z] Running setup.py install for PyYAML: started [2020-09-01T02:29:06.960Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-01T02:29:06.960Z] Attempting uninstall: urllib3 [2020-09-01T02:29:06.960Z] Found existing installation: urllib3 1.25.9 [2020-09-01T02:29:06.960Z] Uninstalling urllib3-1.25.9: [2020-09-01T02:29:07.229Z] Successfully uninstalled urllib3-1.25.9 [2020-09-01T02:29:07.822Z] Attempting uninstall: idna [2020-09-01T02:29:07.822Z] Found existing installation: idna 2.9 [2020-09-01T02:29:07.822Z] Uninstalling idna-2.9: [2020-09-01T02:29:07.822Z] Successfully uninstalled idna-2.9 [2020-09-01T02:29:08.419Z] Attempting uninstall: requests [2020-09-01T02:29:08.419Z] Found existing installation: requests 2.23.0 [2020-09-01T02:29:08.419Z] Uninstalling requests-2.23.0: [2020-09-01T02:29:08.419Z] Successfully uninstalled requests-2.23.0 [2020-09-01T02:29:08.688Z] Running setup.py install for docopt: started [2020-09-01T02:29:10.644Z] Running setup.py install for docopt: finished with status 'done' [2020-09-01T02:29:13.241Z] 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-01T02:29:16.608Z] Removing intermediate container deae7707871d [2020-09-01T02:29:16.608Z] ---> b54bae1730b9 [2020-09-01T02:29:16.608Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-01T02:29:16.608Z] ---> Running in ac110cacf837 [2020-09-01T02:29:18.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T02:29:18.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T02:29:18.618Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-01T02:29:18.618Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-01T02:29:18.618Z] (3/3) Installing curl (7.69.1-r0) [2020-09-01T02:29:18.618Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T02:29:18.618Z] OK: 71 MiB in 58 packages [2020-09-01T02:29:20.046Z] Removing intermediate container ac110cacf837 [2020-09-01T02:29:20.046Z] ---> f942a0e39e26 [2020-09-01T02:29:20.046Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-01T02:29:20.046Z] ---> Running in 32d12597b472 [2020-09-01T02:29:20.637Z] Removing intermediate container 32d12597b472 [2020-09-01T02:29:20.637Z] ---> e781f242926a [2020-09-01T02:29:20.637Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T02:29:20.637Z] ---> Running in 8c4880271228 [2020-09-01T02:29:21.226Z] Removing intermediate container 8c4880271228 [2020-09-01T02:29:21.226Z] ---> c282dcdeb37e [2020-09-01T02:29:21.226Z] Step 25/27 : LABEL arch=arm64 [2020-09-01T02:29:21.226Z] ---> Running in 9bbfb700e9e7 [2020-09-01T02:29:21.819Z] Removing intermediate container 9bbfb700e9e7 [2020-09-01T02:29:21.819Z] ---> 1919e516383a [2020-09-01T02:29:21.819Z] Step 26/27 : LABEL git_sha=016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:29:21.819Z] ---> Running in 43449a47c94f [2020-09-01T02:29:22.089Z] Removing intermediate container 43449a47c94f [2020-09-01T02:29:22.089Z] ---> 70e0cf94ae98 [2020-09-01T02:29:22.089Z] Step 27/27 : LABEL version=1.2.2-dev.19 [2020-09-01T02:29:22.360Z] ---> Running in 4ddd4f1b9556 [2020-09-01T02:29:22.952Z] Removing intermediate container 4ddd4f1b9556 [2020-09-01T02:29:22.952Z] ---> 4b6848e203bf [2020-09-01T02:29:22.952Z] [2020-09-01T02:29:23.222Z] Successfully built 4b6848e203bf [2020-09-01T02:29:23.222Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-01T02:29:23.507Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-09-01T02:29:23.542Z] $ docker stop --time=1 cdb1a02d646a827876a4f7a23b1d2b125c4fedc700e61dd7552784466b6b3ff8 [2020-09-01T02:29:25.456Z] $ docker rm -f cdb1a02d646a827876a4f7a23b1d2b125c4fedc700e61dd7552784466b6b3ff8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:29:26.112Z] + docker images [2020-09-01T02:29:26.112Z] + grep docker [2020-09-01T02:29:26.381Z] docker-sys-mgmt-agent-go-arm64 latest 4b6848e203bf 4 seconds ago 266MB [2020-09-01T02:29:26.381Z] docker-core-metadata-go-arm64 latest 3bb04792f3e3 54 seconds ago 13.8MB [2020-09-01T02:29:26.381Z] docker-core-command-go-arm64 latest 66ccb8688001 58 seconds ago 12.4MB [2020-09-01T02:29:26.381Z] docker-support-logging-go-arm64 latest d90aab510f93 About a minute ago 11.4MB [2020-09-01T02:29:26.381Z] docker-security-proxy-setup-go-arm64 latest 95dc75cae15c About a minute ago 15.8MB [2020-09-01T02:29:26.381Z] docker-core-data-go-arm64 latest 7bbadb8c247d 4 minutes ago 23.3MB [2020-09-01T02:29:26.381Z] docker-security-secretstore-setup-go-arm64 latest 8e18f4011d39 4 minutes ago 32.6MB [2020-09-01T02:29:26.381Z] docker-support-notifications-go-arm64 latest e16b71d5d6e9 4 minutes ago 13.9MB [2020-09-01T02:29:26.381Z] docker-support-scheduler-go-arm64 latest 44bfc8cb9dc3 4 minutes ago 12.6MB [2020-09-01T02:29:26.381Z] docker-security-secrets-setup-go-arm64 latest 382c406370cb 4 minutes ago 24.2MB [2020-09-01T02:29:26.381Z] 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-01T02:29:26.865Z] provisioning config files... [2020-09-01T02:29:26.906Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/131@tmp/config302112212610119435tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:29:27.283Z] ---> docker-login.sh [2020-09-01T02:29:27.283Z] nexus3.edgexfoundry.org:10001 [2020-09-01T02:29:27.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T02:29:27.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T02:29:27.825Z] Configure a credential helper to remove this warning. See [2020-09-01T02:29:27.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T02:29:27.825Z] [2020-09-01T02:29:27.825Z] Login Succeeded [2020-09-01T02:29:27.825Z] nexus3.edgexfoundry.org:10002 [2020-09-01T02:29:28.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T02:29:28.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T02:29:28.414Z] Configure a credential helper to remove this warning. See [2020-09-01T02:29:28.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T02:29:28.414Z] [2020-09-01T02:29:28.414Z] Login Succeeded [2020-09-01T02:29:28.414Z] nexus3.edgexfoundry.org:10003 [2020-09-01T02:29:28.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T02:29:28.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T02:29:28.956Z] Configure a credential helper to remove this warning. See [2020-09-01T02:29:28.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T02:29:28.956Z] [2020-09-01T02:29:28.956Z] Login Succeeded [2020-09-01T02:29:28.956Z] nexus3.edgexfoundry.org:10004 [2020-09-01T02:29:29.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T02:29:29.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T02:29:29.547Z] Configure a credential helper to remove this warning. See [2020-09-01T02:29:29.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T02:29:29.547Z] [2020-09-01T02:29:29.547Z] Login Succeeded [2020-09-01T02:29:29.547Z] docker.io [2020-09-01T02:29:30.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T02:29:30.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T02:29:30.406Z] Configure a credential helper to remove this warning. See [2020-09-01T02:29:30.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T02:29:30.406Z] [2020-09-01T02:29:30.406Z] Login Succeeded [2020-09-01T02:29:30.406Z] ---> docker-login.sh ends [Pipeline] } [2020-09-01T02:29:30.421Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:29:30.642Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-01T02:29:30.642Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:29:30.642Z] 1.2.2-dev.19 [2020-09-01T02:29:30.642Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:29:30.642Z] master [2020-09-01T02:29:30.642Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:31.139Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:31.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:29:31.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-01T02:29:31.476Z] 1c7142271b69: Preparing [2020-09-01T02:29:31.476Z] f5ea19e482b6: Preparing [2020-09-01T02:29:31.476Z] 7ae5dc7a0d1a: Preparing [2020-09-01T02:29:31.748Z] 1c7142271b69: Pushed [2020-09-01T02:29:31.748Z] 7ae5dc7a0d1a: Pushed [2020-09-01T02:29:35.114Z] f5ea19e482b6: Pushed [2020-09-01T02:29:35.114Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:9de6af0db5ad0efb612b47246f6965da73e0469b5d8d7b9e816a1bbefaa4eac7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:35.457Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:35.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.19 [2020-09-01T02:29:35.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-01T02:29:35.811Z] 1c7142271b69: Preparing [2020-09-01T02:29:35.811Z] f5ea19e482b6: Preparing [2020-09-01T02:29:35.811Z] 7ae5dc7a0d1a: Preparing [2020-09-01T02:29:35.811Z] 7ae5dc7a0d1a: Layer already exists [2020-09-01T02:29:35.812Z] 1c7142271b69: Layer already exists [2020-09-01T02:29:35.812Z] f5ea19e482b6: Layer already exists [2020-09-01T02:29:36.086Z] 1.2.2-dev.19: digest: sha256:9de6af0db5ad0efb612b47246f6965da73e0469b5d8d7b9e816a1bbefaa4eac7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:36.451Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:36.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:29:36.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-01T02:29:36.782Z] 1c7142271b69: Preparing [2020-09-01T02:29:36.782Z] f5ea19e482b6: Preparing [2020-09-01T02:29:36.782Z] 7ae5dc7a0d1a: Preparing [2020-09-01T02:29:36.782Z] 1c7142271b69: Layer already exists [2020-09-01T02:29:36.782Z] 7ae5dc7a0d1a: Layer already exists [2020-09-01T02:29:36.782Z] f5ea19e482b6: Layer already exists [2020-09-01T02:29:37.053Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:9de6af0db5ad0efb612b47246f6965da73e0469b5d8d7b9e816a1bbefaa4eac7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:37.389Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:37.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-01T02:29:37.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-01T02:29:37.720Z] 1c7142271b69: Preparing [2020-09-01T02:29:37.720Z] f5ea19e482b6: Preparing [2020-09-01T02:29:37.720Z] 7ae5dc7a0d1a: Preparing [2020-09-01T02:29:37.720Z] 7ae5dc7a0d1a: Layer already exists [2020-09-01T02:29:37.720Z] f5ea19e482b6: Layer already exists [2020-09-01T02:29:37.720Z] 1c7142271b69: Layer already exists [2020-09-01T02:29:37.989Z] master: digest: sha256:9de6af0db5ad0efb612b47246f6965da73e0469b5d8d7b9e816a1bbefaa4eac7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:29:38.165Z] ===================================================== [Pipeline] echo [2020-09-01T02:29:38.208Z] taggedImages: [2020-09-01T02:29:38.208Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:29:38.208Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.19 [2020-09-01T02:29:38.208Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:29:38.208Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-01T02:29:38.264Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-01T02:29:38.264Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:29:38.264Z] 1.2.2-dev.19 [2020-09-01T02:29:38.264Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:29:38.264Z] master [2020-09-01T02:29:38.264Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:38.741Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:39.085Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:29:39.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-01T02:29:39.085Z] 129a689c9e55: Preparing [2020-09-01T02:29:39.085Z] 10b997e8d777: Preparing [2020-09-01T02:29:39.085Z] 53b42c08f53f: Preparing [2020-09-01T02:29:39.085Z] 5ae441aa8638: Preparing [2020-09-01T02:29:39.085Z] 7df4a25fcbd1: Preparing [2020-09-01T02:29:39.085Z] e2f13739ad41: Preparing [2020-09-01T02:29:39.085Z] e2f13739ad41: Waiting [2020-09-01T02:29:39.356Z] 53b42c08f53f: Pushed [2020-09-01T02:29:39.356Z] 7df4a25fcbd1: Pushed [2020-09-01T02:29:39.356Z] 129a689c9e55: Pushed [2020-09-01T02:29:39.356Z] e2f13739ad41: Layer already exists [2020-09-01T02:29:39.945Z] 5ae441aa8638: Pushed [2020-09-01T02:29:43.304Z] 10b997e8d777: Pushed [2020-09-01T02:29:43.304Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:ec22b8722afd5570efde7c4c3363961ae2dedafe9f2afb981b6a37ab99908c48 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:43.635Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:43.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.19 [2020-09-01T02:29:43.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-01T02:29:43.970Z] 129a689c9e55: Preparing [2020-09-01T02:29:43.970Z] 10b997e8d777: Preparing [2020-09-01T02:29:43.970Z] 53b42c08f53f: Preparing [2020-09-01T02:29:43.970Z] 5ae441aa8638: Preparing [2020-09-01T02:29:43.970Z] 7df4a25fcbd1: Preparing [2020-09-01T02:29:43.970Z] e2f13739ad41: Preparing [2020-09-01T02:29:43.970Z] e2f13739ad41: Waiting [2020-09-01T02:29:43.970Z] 53b42c08f53f: Layer already exists [2020-09-01T02:29:43.970Z] 10b997e8d777: Layer already exists [2020-09-01T02:29:43.970Z] 5ae441aa8638: Layer already exists [2020-09-01T02:29:43.970Z] 129a689c9e55: Layer already exists [2020-09-01T02:29:43.970Z] 7df4a25fcbd1: Layer already exists [2020-09-01T02:29:43.970Z] e2f13739ad41: Layer already exists [2020-09-01T02:29:44.241Z] 1.2.2-dev.19: digest: sha256:ec22b8722afd5570efde7c4c3363961ae2dedafe9f2afb981b6a37ab99908c48 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:44.573Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:44.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:29:44.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-01T02:29:44.903Z] 129a689c9e55: Preparing [2020-09-01T02:29:44.903Z] 10b997e8d777: Preparing [2020-09-01T02:29:44.903Z] 53b42c08f53f: Preparing [2020-09-01T02:29:44.903Z] 5ae441aa8638: Preparing [2020-09-01T02:29:44.903Z] 7df4a25fcbd1: Preparing [2020-09-01T02:29:44.903Z] e2f13739ad41: Preparing [2020-09-01T02:29:44.903Z] e2f13739ad41: Waiting [2020-09-01T02:29:44.903Z] 10b997e8d777: Layer already exists [2020-09-01T02:29:44.903Z] 5ae441aa8638: Layer already exists [2020-09-01T02:29:44.903Z] 53b42c08f53f: Layer already exists [2020-09-01T02:29:44.903Z] 7df4a25fcbd1: Layer already exists [2020-09-01T02:29:44.903Z] 129a689c9e55: Layer already exists [2020-09-01T02:29:45.172Z] e2f13739ad41: Layer already exists [2020-09-01T02:29:45.172Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:ec22b8722afd5570efde7c4c3363961ae2dedafe9f2afb981b6a37ab99908c48 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:45.502Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:45.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-01T02:29:45.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-01T02:29:45.835Z] 129a689c9e55: Preparing [2020-09-01T02:29:45.835Z] 10b997e8d777: Preparing [2020-09-01T02:29:45.835Z] 53b42c08f53f: Preparing [2020-09-01T02:29:45.835Z] 5ae441aa8638: Preparing [2020-09-01T02:29:45.835Z] 7df4a25fcbd1: Preparing [2020-09-01T02:29:45.835Z] e2f13739ad41: Preparing [2020-09-01T02:29:45.835Z] e2f13739ad41: Waiting [2020-09-01T02:29:45.835Z] 53b42c08f53f: Layer already exists [2020-09-01T02:29:45.835Z] 7df4a25fcbd1: Layer already exists [2020-09-01T02:29:45.835Z] 10b997e8d777: Layer already exists [2020-09-01T02:29:45.835Z] 5ae441aa8638: Layer already exists [2020-09-01T02:29:45.835Z] 129a689c9e55: Layer already exists [2020-09-01T02:29:45.835Z] e2f13739ad41: Layer already exists [2020-09-01T02:29:46.104Z] master: digest: sha256:ec22b8722afd5570efde7c4c3363961ae2dedafe9f2afb981b6a37ab99908c48 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:29:46.268Z] ===================================================== [Pipeline] echo [2020-09-01T02:29:46.309Z] taggedImages: [2020-09-01T02:29:46.309Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:29:46.309Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.19 [2020-09-01T02:29:46.309Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:29:46.309Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-01T02:29:46.365Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-01T02:29:46.365Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:29:46.365Z] 1.2.2-dev.19 [2020-09-01T02:29:46.365Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:29:46.365Z] master [2020-09-01T02:29:46.365Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:46.841Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:47.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:29:47.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-01T02:29:47.168Z] 93831b30971b: Preparing [2020-09-01T02:29:47.168Z] 79b80f400dcb: Preparing [2020-09-01T02:29:47.168Z] 4b1f1a6128c2: Preparing [2020-09-01T02:29:47.455Z] 4b1f1a6128c2: Pushed [2020-09-01T02:29:47.455Z] 93831b30971b: Pushed [2020-09-01T02:29:50.880Z] 79b80f400dcb: Pushed [2020-09-01T02:29:51.149Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:01bbe4dbf722dc246a65c2547bd5eb34c5fc557832494fceb714e8d0b3d39c06 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:51.491Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:51.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.19 [2020-09-01T02:29:51.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-01T02:29:51.845Z] 93831b30971b: Preparing [2020-09-01T02:29:51.845Z] 79b80f400dcb: Preparing [2020-09-01T02:29:51.845Z] 4b1f1a6128c2: Preparing [2020-09-01T02:29:51.845Z] 93831b30971b: Layer already exists [2020-09-01T02:29:51.845Z] 4b1f1a6128c2: Layer already exists [2020-09-01T02:29:51.845Z] 79b80f400dcb: Layer already exists [2020-09-01T02:29:51.845Z] 1.2.2-dev.19: digest: sha256:01bbe4dbf722dc246a65c2547bd5eb34c5fc557832494fceb714e8d0b3d39c06 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:52.446Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:52.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:29:52.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-01T02:29:52.770Z] 93831b30971b: Preparing [2020-09-01T02:29:52.770Z] 79b80f400dcb: Preparing [2020-09-01T02:29:52.770Z] 4b1f1a6128c2: Preparing [2020-09-01T02:29:52.770Z] 79b80f400dcb: Layer already exists [2020-09-01T02:29:52.770Z] 4b1f1a6128c2: Layer already exists [2020-09-01T02:29:52.770Z] 93831b30971b: Layer already exists [2020-09-01T02:29:52.770Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:01bbe4dbf722dc246a65c2547bd5eb34c5fc557832494fceb714e8d0b3d39c06 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:53.367Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:53.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-01T02:29:53.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-01T02:29:53.695Z] 93831b30971b: Preparing [2020-09-01T02:29:53.695Z] 79b80f400dcb: Preparing [2020-09-01T02:29:53.695Z] 4b1f1a6128c2: Preparing [2020-09-01T02:29:53.695Z] 79b80f400dcb: Layer already exists [2020-09-01T02:29:53.695Z] 4b1f1a6128c2: Layer already exists [2020-09-01T02:29:53.695Z] 93831b30971b: Layer already exists [2020-09-01T02:29:53.962Z] master: digest: sha256:01bbe4dbf722dc246a65c2547bd5eb34c5fc557832494fceb714e8d0b3d39c06 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:29:54.119Z] ===================================================== [Pipeline] echo [2020-09-01T02:29:54.163Z] taggedImages: [2020-09-01T02:29:54.163Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:29:54.163Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.19 [2020-09-01T02:29:54.163Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:29:54.163Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-01T02:29:54.215Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-01T02:29:54.215Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:29:54.215Z] 1.2.2-dev.19 [2020-09-01T02:29:54.215Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:29:54.215Z] master [2020-09-01T02:29:54.215Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:54.688Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:55.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:29:55.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-01T02:29:55.015Z] d3f2fb499359: Preparing [2020-09-01T02:29:55.015Z] 6a19f4ebddf4: Preparing [2020-09-01T02:29:55.015Z] d18f28fdf291: Preparing [2020-09-01T02:29:55.015Z] 911805d920d8: Preparing [2020-09-01T02:29:55.015Z] e2f13739ad41: Preparing [2020-09-01T02:29:55.290Z] e2f13739ad41: Layer already exists [2020-09-01T02:29:55.290Z] 6a19f4ebddf4: Pushed [2020-09-01T02:29:55.290Z] d18f28fdf291: Pushed [2020-09-01T02:29:55.879Z] 911805d920d8: Pushed [2020-09-01T02:29:57.835Z] d3f2fb499359: Pushed [2020-09-01T02:29:57.835Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:0fa4672b528d7b0ea66379dd8cf859717c16404c60086f17dd396b92511992af size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:58.167Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:58.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.19 [2020-09-01T02:29:58.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-01T02:29:58.492Z] d3f2fb499359: Preparing [2020-09-01T02:29:58.492Z] 6a19f4ebddf4: Preparing [2020-09-01T02:29:58.492Z] d18f28fdf291: Preparing [2020-09-01T02:29:58.492Z] 911805d920d8: Preparing [2020-09-01T02:29:58.492Z] e2f13739ad41: Preparing [2020-09-01T02:29:58.492Z] 911805d920d8: Layer already exists [2020-09-01T02:29:58.492Z] e2f13739ad41: Layer already exists [2020-09-01T02:29:58.492Z] 6a19f4ebddf4: Layer already exists [2020-09-01T02:29:58.492Z] d18f28fdf291: Layer already exists [2020-09-01T02:29:58.492Z] d3f2fb499359: Layer already exists [2020-09-01T02:29:58.764Z] 1.2.2-dev.19: digest: sha256:0fa4672b528d7b0ea66379dd8cf859717c16404c60086f17dd396b92511992af size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:59.095Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:29:59.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:29:59.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-01T02:29:59.424Z] d3f2fb499359: Preparing [2020-09-01T02:29:59.424Z] 6a19f4ebddf4: Preparing [2020-09-01T02:29:59.424Z] d18f28fdf291: Preparing [2020-09-01T02:29:59.424Z] 911805d920d8: Preparing [2020-09-01T02:29:59.424Z] e2f13739ad41: Preparing [2020-09-01T02:29:59.424Z] d3f2fb499359: Layer already exists [2020-09-01T02:29:59.424Z] e2f13739ad41: Layer already exists [2020-09-01T02:29:59.424Z] 6a19f4ebddf4: Layer already exists [2020-09-01T02:29:59.424Z] 911805d920d8: Layer already exists [2020-09-01T02:29:59.424Z] d18f28fdf291: Layer already exists [2020-09-01T02:29:59.692Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:0fa4672b528d7b0ea66379dd8cf859717c16404c60086f17dd396b92511992af size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:00.026Z] + 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-01T02:30:00.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-01T02:30:00.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-01T02:30:00.354Z] d3f2fb499359: Preparing [2020-09-01T02:30:00.354Z] 6a19f4ebddf4: Preparing [2020-09-01T02:30:00.354Z] d18f28fdf291: Preparing [2020-09-01T02:30:00.354Z] 911805d920d8: Preparing [2020-09-01T02:30:00.354Z] e2f13739ad41: Preparing [2020-09-01T02:30:00.354Z] e2f13739ad41: Layer already exists [2020-09-01T02:30:00.354Z] d18f28fdf291: Layer already exists [2020-09-01T02:30:00.354Z] 911805d920d8: Layer already exists [2020-09-01T02:30:00.354Z] d3f2fb499359: Layer already exists [2020-09-01T02:30:00.354Z] 6a19f4ebddf4: Layer already exists [2020-09-01T02:30:00.624Z] master: digest: sha256:0fa4672b528d7b0ea66379dd8cf859717c16404c60086f17dd396b92511992af size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:30:00.842Z] ===================================================== [Pipeline] echo [2020-09-01T02:30:00.906Z] taggedImages: [2020-09-01T02:30:00.906Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:00.906Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:00.906Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:00.906Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-01T02:30:00.985Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-01T02:30:00.985Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:00.985Z] 1.2.2-dev.19 [2020-09-01T02:30:00.985Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:00.985Z] master [2020-09-01T02:30:00.985Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:01.467Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:01.798Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:01.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-01T02:30:01.798Z] 66f8b5d16779: Preparing [2020-09-01T02:30:01.798Z] f95b92b74f84: Preparing [2020-09-01T02:30:01.798Z] fc67cf55c1c8: Preparing [2020-09-01T02:30:01.798Z] 4670b662d65c: Preparing [2020-09-01T02:30:01.798Z] 4670b662d65c: Preparing [2020-09-01T02:30:01.798Z] da53990dcbbf: Preparing [2020-09-01T02:30:01.798Z] 66c48d76c795: Preparing [2020-09-01T02:30:01.798Z] 8813d0dd876f: Preparing [2020-09-01T02:30:01.798Z] 66f8b5d16779: Preparing [2020-09-01T02:30:01.798Z] 899ed469b84b: Preparing [2020-09-01T02:30:01.798Z] 858e96cf52bc: Preparing [2020-09-01T02:30:01.798Z] 2499b12634f4: Preparing [2020-09-01T02:30:01.798Z] e2f13739ad41: Preparing [2020-09-01T02:30:01.798Z] 66c48d76c795: Waiting [2020-09-01T02:30:01.798Z] 8813d0dd876f: Waiting [2020-09-01T02:30:01.798Z] 899ed469b84b: Waiting [2020-09-01T02:30:01.798Z] 858e96cf52bc: Waiting [2020-09-01T02:30:01.798Z] 2499b12634f4: Waiting [2020-09-01T02:30:01.798Z] e2f13739ad41: Waiting [2020-09-01T02:30:02.070Z] 4670b662d65c: Pushed [2020-09-01T02:30:02.070Z] f95b92b74f84: Pushed [2020-09-01T02:30:02.070Z] da53990dcbbf: Pushed [2020-09-01T02:30:02.070Z] fc67cf55c1c8: Pushed [2020-09-01T02:30:02.342Z] 8813d0dd876f: Pushed [2020-09-01T02:30:02.342Z] 66c48d76c795: Pushed [2020-09-01T02:30:02.342Z] 858e96cf52bc: Pushed [2020-09-01T02:30:02.342Z] 899ed469b84b: Pushed [2020-09-01T02:30:02.342Z] e2f13739ad41: Layer already exists [2020-09-01T02:30:02.612Z] 2499b12634f4: Pushed [2020-09-01T02:30:04.571Z] 66f8b5d16779: Pushed [2020-09-01T02:30:04.571Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:971d2ef105c21d33f622e0b0f9c8ad79f67e67fbcda5eb149cf75037000dcb5e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:04.906Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:05.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:05.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-01T02:30:05.238Z] 66f8b5d16779: Preparing [2020-09-01T02:30:05.238Z] f95b92b74f84: Preparing [2020-09-01T02:30:05.238Z] fc67cf55c1c8: Preparing [2020-09-01T02:30:05.238Z] 4670b662d65c: Preparing [2020-09-01T02:30:05.238Z] 4670b662d65c: Preparing [2020-09-01T02:30:05.238Z] da53990dcbbf: Preparing [2020-09-01T02:30:05.238Z] 66c48d76c795: Preparing [2020-09-01T02:30:05.238Z] 8813d0dd876f: Preparing [2020-09-01T02:30:05.238Z] 66f8b5d16779: Preparing [2020-09-01T02:30:05.238Z] 899ed469b84b: Preparing [2020-09-01T02:30:05.238Z] 858e96cf52bc: Preparing [2020-09-01T02:30:05.238Z] 2499b12634f4: Preparing [2020-09-01T02:30:05.238Z] e2f13739ad41: Preparing [2020-09-01T02:30:05.238Z] 8813d0dd876f: Waiting [2020-09-01T02:30:05.238Z] 899ed469b84b: Waiting [2020-09-01T02:30:05.238Z] 858e96cf52bc: Waiting [2020-09-01T02:30:05.238Z] e2f13739ad41: Waiting [2020-09-01T02:30:05.238Z] 2499b12634f4: Waiting [2020-09-01T02:30:05.238Z] 66c48d76c795: Waiting [2020-09-01T02:30:05.238Z] da53990dcbbf: Layer already exists [2020-09-01T02:30:05.238Z] f95b92b74f84: Layer already exists [2020-09-01T02:30:05.238Z] 4670b662d65c: Layer already exists [2020-09-01T02:30:05.238Z] fc67cf55c1c8: Layer already exists [2020-09-01T02:30:05.515Z] 66f8b5d16779: Layer already exists [2020-09-01T02:30:05.515Z] 66c48d76c795: Layer already exists [2020-09-01T02:30:05.515Z] 8813d0dd876f: Layer already exists [2020-09-01T02:30:05.515Z] 899ed469b84b: Layer already exists [2020-09-01T02:30:05.515Z] 858e96cf52bc: Layer already exists [2020-09-01T02:30:05.515Z] 2499b12634f4: Layer already exists [2020-09-01T02:30:05.515Z] e2f13739ad41: Layer already exists [2020-09-01T02:30:05.515Z] 1.2.2-dev.19: digest: sha256:971d2ef105c21d33f622e0b0f9c8ad79f67e67fbcda5eb149cf75037000dcb5e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:05.843Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:06.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:06.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-01T02:30:06.168Z] 66f8b5d16779: Preparing [2020-09-01T02:30:06.168Z] f95b92b74f84: Preparing [2020-09-01T02:30:06.168Z] fc67cf55c1c8: Preparing [2020-09-01T02:30:06.168Z] 4670b662d65c: Preparing [2020-09-01T02:30:06.168Z] 4670b662d65c: Preparing [2020-09-01T02:30:06.168Z] da53990dcbbf: Preparing [2020-09-01T02:30:06.168Z] 66c48d76c795: Preparing [2020-09-01T02:30:06.168Z] 8813d0dd876f: Preparing [2020-09-01T02:30:06.168Z] 66f8b5d16779: Preparing [2020-09-01T02:30:06.168Z] 899ed469b84b: Preparing [2020-09-01T02:30:06.168Z] 858e96cf52bc: Preparing [2020-09-01T02:30:06.168Z] 2499b12634f4: Preparing [2020-09-01T02:30:06.168Z] e2f13739ad41: Preparing [2020-09-01T02:30:06.168Z] 899ed469b84b: Waiting [2020-09-01T02:30:06.168Z] 858e96cf52bc: Waiting [2020-09-01T02:30:06.168Z] e2f13739ad41: Waiting [2020-09-01T02:30:06.168Z] 66c48d76c795: Waiting [2020-09-01T02:30:06.168Z] 2499b12634f4: Waiting [2020-09-01T02:30:06.168Z] 8813d0dd876f: Waiting [2020-09-01T02:30:06.454Z] 66f8b5d16779: Layer already exists [2020-09-01T02:30:06.454Z] fc67cf55c1c8: Layer already exists [2020-09-01T02:30:06.454Z] f95b92b74f84: Layer already exists [2020-09-01T02:30:06.454Z] 4670b662d65c: Layer already exists [2020-09-01T02:30:06.454Z] da53990dcbbf: Layer already exists [2020-09-01T02:30:06.454Z] 858e96cf52bc: Layer already exists [2020-09-01T02:30:06.454Z] 2499b12634f4: Layer already exists [2020-09-01T02:30:06.454Z] 899ed469b84b: Layer already exists [2020-09-01T02:30:06.454Z] 66c48d76c795: Layer already exists [2020-09-01T02:30:06.454Z] 8813d0dd876f: Layer already exists [2020-09-01T02:30:06.454Z] e2f13739ad41: Layer already exists [2020-09-01T02:30:06.454Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:971d2ef105c21d33f622e0b0f9c8ad79f67e67fbcda5eb149cf75037000dcb5e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:06.821Z] + 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-01T02:30:07.150Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-01T02:30:07.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-01T02:30:07.150Z] 66f8b5d16779: Preparing [2020-09-01T02:30:07.150Z] f95b92b74f84: Preparing [2020-09-01T02:30:07.150Z] fc67cf55c1c8: Preparing [2020-09-01T02:30:07.150Z] 4670b662d65c: Preparing [2020-09-01T02:30:07.150Z] 4670b662d65c: Preparing [2020-09-01T02:30:07.150Z] da53990dcbbf: Preparing [2020-09-01T02:30:07.150Z] 66c48d76c795: Preparing [2020-09-01T02:30:07.150Z] 8813d0dd876f: Preparing [2020-09-01T02:30:07.150Z] 66f8b5d16779: Preparing [2020-09-01T02:30:07.150Z] 899ed469b84b: Preparing [2020-09-01T02:30:07.150Z] 858e96cf52bc: Preparing [2020-09-01T02:30:07.150Z] 2499b12634f4: Preparing [2020-09-01T02:30:07.150Z] e2f13739ad41: Preparing [2020-09-01T02:30:07.150Z] 899ed469b84b: Waiting [2020-09-01T02:30:07.150Z] 858e96cf52bc: Waiting [2020-09-01T02:30:07.150Z] 66c48d76c795: Waiting [2020-09-01T02:30:07.150Z] 2499b12634f4: Waiting [2020-09-01T02:30:07.150Z] 8813d0dd876f: Waiting [2020-09-01T02:30:07.150Z] e2f13739ad41: Waiting [2020-09-01T02:30:07.150Z] fc67cf55c1c8: Layer already exists [2020-09-01T02:30:07.150Z] f95b92b74f84: Layer already exists [2020-09-01T02:30:07.150Z] 66f8b5d16779: Layer already exists [2020-09-01T02:30:07.150Z] 4670b662d65c: Layer already exists [2020-09-01T02:30:07.150Z] da53990dcbbf: Layer already exists [2020-09-01T02:30:07.150Z] 8813d0dd876f: Layer already exists [2020-09-01T02:30:07.150Z] 858e96cf52bc: Layer already exists [2020-09-01T02:30:07.150Z] 66c48d76c795: Layer already exists [2020-09-01T02:30:07.150Z] 899ed469b84b: Layer already exists [2020-09-01T02:30:07.150Z] 2499b12634f4: Layer already exists [2020-09-01T02:30:07.420Z] e2f13739ad41: Layer already exists [2020-09-01T02:30:07.420Z] master: digest: sha256:971d2ef105c21d33f622e0b0f9c8ad79f67e67fbcda5eb149cf75037000dcb5e size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:30:07.615Z] ===================================================== [Pipeline] echo [2020-09-01T02:30:07.654Z] taggedImages: [2020-09-01T02:30:07.654Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:07.654Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:07.654Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:07.654Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-01T02:30:07.708Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-01T02:30:07.708Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:07.708Z] 1.2.2-dev.19 [2020-09-01T02:30:07.708Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:07.708Z] master [2020-09-01T02:30:07.708Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:08.260Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:08.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:08.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-01T02:30:08.587Z] 7c9a104115c4: Preparing [2020-09-01T02:30:08.587Z] e9e0c2daa4f0: Preparing [2020-09-01T02:30:08.587Z] 61e2db6e645a: Preparing [2020-09-01T02:30:08.587Z] f42ac07a1fb9: Preparing [2020-09-01T02:30:08.587Z] f4f04c03e1e0: Preparing [2020-09-01T02:30:08.587Z] 80f03206062f: Preparing [2020-09-01T02:30:08.587Z] 4b49351fe20c: Preparing [2020-09-01T02:30:08.587Z] ff64295cbad3: Preparing [2020-09-01T02:30:08.587Z] 8b3fa256a7cb: Preparing [2020-09-01T02:30:08.587Z] ec1c38e509b1: Preparing [2020-09-01T02:30:08.587Z] 66b385cf80cf: Preparing [2020-09-01T02:30:08.587Z] ff64295cbad3: Waiting [2020-09-01T02:30:08.587Z] 8b3fa256a7cb: Waiting [2020-09-01T02:30:08.587Z] ec1c38e509b1: Waiting [2020-09-01T02:30:08.587Z] 66b385cf80cf: Waiting [2020-09-01T02:30:08.587Z] 80f03206062f: Waiting [2020-09-01T02:30:08.587Z] 4b49351fe20c: Waiting [2020-09-01T02:30:08.859Z] e9e0c2daa4f0: Pushed [2020-09-01T02:30:08.859Z] 7c9a104115c4: Pushed [2020-09-01T02:30:09.134Z] 4b49351fe20c: Pushed [2020-09-01T02:30:09.134Z] 80f03206062f: Pushed [2020-09-01T02:30:09.407Z] ff64295cbad3: Pushed [2020-09-01T02:30:09.407Z] 8b3fa256a7cb: Pushed [2020-09-01T02:30:09.407Z] 66b385cf80cf: Layer already exists [2020-09-01T02:30:10.003Z] ec1c38e509b1: Pushed [2020-09-01T02:30:10.977Z] 61e2db6e645a: Pushed [2020-09-01T02:30:11.248Z] f4f04c03e1e0: Pushed [2020-09-01T02:30:11.518Z] f42ac07a1fb9: Pushed [2020-09-01T02:30:11.518Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:be3fcc005cc82d9105ec5ec6ae259679327b3df90627201ca9aac208e9721a0b size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:11.849Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:12.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:12.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-01T02:30:12.184Z] 7c9a104115c4: Preparing [2020-09-01T02:30:12.184Z] e9e0c2daa4f0: Preparing [2020-09-01T02:30:12.184Z] 61e2db6e645a: Preparing [2020-09-01T02:30:12.184Z] f42ac07a1fb9: Preparing [2020-09-01T02:30:12.184Z] f4f04c03e1e0: Preparing [2020-09-01T02:30:12.184Z] 80f03206062f: Preparing [2020-09-01T02:30:12.184Z] 4b49351fe20c: Preparing [2020-09-01T02:30:12.184Z] ff64295cbad3: Preparing [2020-09-01T02:30:12.184Z] 8b3fa256a7cb: Preparing [2020-09-01T02:30:12.184Z] ec1c38e509b1: Preparing [2020-09-01T02:30:12.184Z] 66b385cf80cf: Preparing [2020-09-01T02:30:12.184Z] ff64295cbad3: Waiting [2020-09-01T02:30:12.184Z] 8b3fa256a7cb: Waiting [2020-09-01T02:30:12.184Z] ec1c38e509b1: Waiting [2020-09-01T02:30:12.184Z] 66b385cf80cf: Waiting [2020-09-01T02:30:12.184Z] 80f03206062f: Waiting [2020-09-01T02:30:12.184Z] 4b49351fe20c: Waiting [2020-09-01T02:30:12.184Z] f42ac07a1fb9: Layer already exists [2020-09-01T02:30:12.184Z] f4f04c03e1e0: Layer already exists [2020-09-01T02:30:12.184Z] 7c9a104115c4: Layer already exists [2020-09-01T02:30:12.184Z] e9e0c2daa4f0: Layer already exists [2020-09-01T02:30:12.453Z] 61e2db6e645a: Layer already exists [2020-09-01T02:30:12.453Z] 4b49351fe20c: Layer already exists [2020-09-01T02:30:12.453Z] 80f03206062f: Layer already exists [2020-09-01T02:30:12.453Z] 8b3fa256a7cb: Layer already exists [2020-09-01T02:30:12.453Z] ff64295cbad3: Layer already exists [2020-09-01T02:30:12.453Z] ec1c38e509b1: Layer already exists [2020-09-01T02:30:12.453Z] 66b385cf80cf: Layer already exists [2020-09-01T02:30:12.453Z] 1.2.2-dev.19: digest: sha256:be3fcc005cc82d9105ec5ec6ae259679327b3df90627201ca9aac208e9721a0b size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:12.784Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:13.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:13.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-01T02:30:13.112Z] 7c9a104115c4: Preparing [2020-09-01T02:30:13.112Z] e9e0c2daa4f0: Preparing [2020-09-01T02:30:13.112Z] 61e2db6e645a: Preparing [2020-09-01T02:30:13.112Z] f42ac07a1fb9: Preparing [2020-09-01T02:30:13.112Z] f4f04c03e1e0: Preparing [2020-09-01T02:30:13.112Z] 80f03206062f: Preparing [2020-09-01T02:30:13.112Z] 4b49351fe20c: Preparing [2020-09-01T02:30:13.112Z] ff64295cbad3: Preparing [2020-09-01T02:30:13.112Z] 8b3fa256a7cb: Preparing [2020-09-01T02:30:13.112Z] ec1c38e509b1: Preparing [2020-09-01T02:30:13.112Z] 66b385cf80cf: Preparing [2020-09-01T02:30:13.112Z] ff64295cbad3: Waiting [2020-09-01T02:30:13.112Z] 8b3fa256a7cb: Waiting [2020-09-01T02:30:13.112Z] ec1c38e509b1: Waiting [2020-09-01T02:30:13.112Z] 80f03206062f: Waiting [2020-09-01T02:30:13.112Z] 4b49351fe20c: Waiting [2020-09-01T02:30:13.112Z] 66b385cf80cf: Waiting [2020-09-01T02:30:13.112Z] f4f04c03e1e0: Layer already exists [2020-09-01T02:30:13.112Z] e9e0c2daa4f0: Layer already exists [2020-09-01T02:30:13.112Z] 7c9a104115c4: Layer already exists [2020-09-01T02:30:13.112Z] f42ac07a1fb9: Layer already exists [2020-09-01T02:30:13.112Z] 61e2db6e645a: Layer already exists [2020-09-01T02:30:13.112Z] 80f03206062f: Layer already exists [2020-09-01T02:30:13.112Z] ec1c38e509b1: Layer already exists [2020-09-01T02:30:13.112Z] 4b49351fe20c: Layer already exists [2020-09-01T02:30:13.112Z] 8b3fa256a7cb: Layer already exists [2020-09-01T02:30:13.112Z] ff64295cbad3: Layer already exists [2020-09-01T02:30:13.112Z] 66b385cf80cf: Layer already exists [2020-09-01T02:30:13.380Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:be3fcc005cc82d9105ec5ec6ae259679327b3df90627201ca9aac208e9721a0b size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:13.714Z] + 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-01T02:30:14.046Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-01T02:30:14.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-01T02:30:14.046Z] 7c9a104115c4: Preparing [2020-09-01T02:30:14.046Z] e9e0c2daa4f0: Preparing [2020-09-01T02:30:14.046Z] 61e2db6e645a: Preparing [2020-09-01T02:30:14.046Z] f42ac07a1fb9: Preparing [2020-09-01T02:30:14.046Z] f4f04c03e1e0: Preparing [2020-09-01T02:30:14.046Z] 80f03206062f: Preparing [2020-09-01T02:30:14.046Z] 4b49351fe20c: Preparing [2020-09-01T02:30:14.046Z] ff64295cbad3: Preparing [2020-09-01T02:30:14.046Z] 8b3fa256a7cb: Preparing [2020-09-01T02:30:14.046Z] ec1c38e509b1: Preparing [2020-09-01T02:30:14.046Z] 66b385cf80cf: Preparing [2020-09-01T02:30:14.046Z] ff64295cbad3: Waiting [2020-09-01T02:30:14.046Z] 8b3fa256a7cb: Waiting [2020-09-01T02:30:14.046Z] 80f03206062f: Waiting [2020-09-01T02:30:14.046Z] 4b49351fe20c: Waiting [2020-09-01T02:30:14.046Z] ec1c38e509b1: Waiting [2020-09-01T02:30:14.046Z] 66b385cf80cf: Waiting [2020-09-01T02:30:14.319Z] 7c9a104115c4: Layer already exists [2020-09-01T02:30:14.319Z] e9e0c2daa4f0: Layer already exists [2020-09-01T02:30:14.319Z] 61e2db6e645a: Layer already exists [2020-09-01T02:30:14.319Z] f4f04c03e1e0: Layer already exists [2020-09-01T02:30:14.319Z] f42ac07a1fb9: Layer already exists [2020-09-01T02:30:14.319Z] ec1c38e509b1: Layer already exists [2020-09-01T02:30:14.319Z] 4b49351fe20c: Layer already exists [2020-09-01T02:30:14.319Z] 80f03206062f: Layer already exists [2020-09-01T02:30:14.319Z] 8b3fa256a7cb: Layer already exists [2020-09-01T02:30:14.319Z] ff64295cbad3: Layer already exists [2020-09-01T02:30:14.319Z] 66b385cf80cf: Layer already exists [2020-09-01T02:30:14.319Z] master: digest: sha256:be3fcc005cc82d9105ec5ec6ae259679327b3df90627201ca9aac208e9721a0b size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:30:14.518Z] ===================================================== [Pipeline] echo [2020-09-01T02:30:14.556Z] taggedImages: [2020-09-01T02:30:14.556Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:14.556Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:14.556Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:14.556Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-01T02:30:14.608Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-01T02:30:14.608Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:14.608Z] 1.2.2-dev.19 [2020-09-01T02:30:14.608Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:14.608Z] master [2020-09-01T02:30:14.608Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:15.069Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:15.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:15.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-01T02:30:15.395Z] 56f2874b0bef: Preparing [2020-09-01T02:30:15.395Z] 2d1a6339ac9a: Preparing [2020-09-01T02:30:15.395Z] d7fe0cfa1dd9: Preparing [2020-09-01T02:30:15.395Z] 7b4f1cdcb699: Preparing [2020-09-01T02:30:15.666Z] 56f2874b0bef: Pushed [2020-09-01T02:30:15.666Z] d7fe0cfa1dd9: Pushed [2020-09-01T02:30:15.937Z] 7b4f1cdcb699: Pushed [2020-09-01T02:30:18.536Z] 2d1a6339ac9a: Pushed [2020-09-01T02:30:18.536Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:c76695b1b2f50a2fb9cb09d330e47808334c0c189bfaee184aaaac6952041089 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:18.864Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:19.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:19.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-01T02:30:19.194Z] 56f2874b0bef: Preparing [2020-09-01T02:30:19.194Z] 2d1a6339ac9a: Preparing [2020-09-01T02:30:19.194Z] d7fe0cfa1dd9: Preparing [2020-09-01T02:30:19.194Z] 7b4f1cdcb699: Preparing [2020-09-01T02:30:19.194Z] 7b4f1cdcb699: Layer already exists [2020-09-01T02:30:19.194Z] 2d1a6339ac9a: Layer already exists [2020-09-01T02:30:19.194Z] 56f2874b0bef: Layer already exists [2020-09-01T02:30:19.194Z] d7fe0cfa1dd9: Layer already exists [2020-09-01T02:30:19.463Z] 1.2.2-dev.19: digest: sha256:c76695b1b2f50a2fb9cb09d330e47808334c0c189bfaee184aaaac6952041089 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:19.793Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:20.119Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:20.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-01T02:30:20.119Z] 56f2874b0bef: Preparing [2020-09-01T02:30:20.119Z] 2d1a6339ac9a: Preparing [2020-09-01T02:30:20.119Z] d7fe0cfa1dd9: Preparing [2020-09-01T02:30:20.119Z] 7b4f1cdcb699: Preparing [2020-09-01T02:30:20.119Z] d7fe0cfa1dd9: Layer already exists [2020-09-01T02:30:20.119Z] 7b4f1cdcb699: Layer already exists [2020-09-01T02:30:20.119Z] 56f2874b0bef: Layer already exists [2020-09-01T02:30:20.119Z] 2d1a6339ac9a: Layer already exists [2020-09-01T02:30:20.387Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:c76695b1b2f50a2fb9cb09d330e47808334c0c189bfaee184aaaac6952041089 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:20.716Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:21.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-01T02:30:21.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-01T02:30:21.084Z] 56f2874b0bef: Preparing [2020-09-01T02:30:21.084Z] 2d1a6339ac9a: Preparing [2020-09-01T02:30:21.084Z] d7fe0cfa1dd9: Preparing [2020-09-01T02:30:21.084Z] 7b4f1cdcb699: Preparing [2020-09-01T02:30:21.084Z] 2d1a6339ac9a: Layer already exists [2020-09-01T02:30:21.084Z] 56f2874b0bef: Layer already exists [2020-09-01T02:30:21.084Z] 7b4f1cdcb699: Layer already exists [2020-09-01T02:30:21.085Z] d7fe0cfa1dd9: Layer already exists [2020-09-01T02:30:21.359Z] master: digest: sha256:c76695b1b2f50a2fb9cb09d330e47808334c0c189bfaee184aaaac6952041089 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:30:21.546Z] ===================================================== [Pipeline] echo [2020-09-01T02:30:21.587Z] taggedImages: [2020-09-01T02:30:21.587Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:21.587Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:21.587Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:21.587Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-01T02:30:21.636Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-01T02:30:21.636Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:21.636Z] 1.2.2-dev.19 [2020-09-01T02:30:21.636Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:21.636Z] master [2020-09-01T02:30:21.636Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:22.125Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:22.451Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:22.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-01T02:30:22.451Z] f0cd12a5fc55: Preparing [2020-09-01T02:30:22.451Z] f3d636152878: Preparing [2020-09-01T02:30:22.451Z] 524f5d297c8e: Preparing [2020-09-01T02:30:22.451Z] 00096f4e399b: Preparing [2020-09-01T02:30:22.451Z] 1635352c4491: Preparing [2020-09-01T02:30:22.451Z] 33606743e21b: Preparing [2020-09-01T02:30:22.451Z] 33606743e21b: Waiting [2020-09-01T02:30:22.727Z] f0cd12a5fc55: Pushed [2020-09-01T02:30:22.727Z] 524f5d297c8e: Pushed [2020-09-01T02:30:22.727Z] 00096f4e399b: Pushed [2020-09-01T02:30:22.727Z] 1635352c4491: Pushed [2020-09-01T02:30:22.995Z] 33606743e21b: Pushed [2020-09-01T02:30:25.596Z] f3d636152878: Pushed [2020-09-01T02:30:25.866Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:da246889ddbc266dd91e3bc0435f96c8814cfa043b9931b5862592979a521e8a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:26.196Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:26.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:26.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-01T02:30:26.521Z] f0cd12a5fc55: Preparing [2020-09-01T02:30:26.521Z] f3d636152878: Preparing [2020-09-01T02:30:26.521Z] 524f5d297c8e: Preparing [2020-09-01T02:30:26.521Z] 00096f4e399b: Preparing [2020-09-01T02:30:26.521Z] 1635352c4491: Preparing [2020-09-01T02:30:26.521Z] 33606743e21b: Preparing [2020-09-01T02:30:26.521Z] 33606743e21b: Waiting [2020-09-01T02:30:26.521Z] 1635352c4491: Layer already exists [2020-09-01T02:30:26.521Z] 524f5d297c8e: Layer already exists [2020-09-01T02:30:26.521Z] 00096f4e399b: Layer already exists [2020-09-01T02:30:26.521Z] f0cd12a5fc55: Layer already exists [2020-09-01T02:30:26.521Z] f3d636152878: Layer already exists [2020-09-01T02:30:26.521Z] 33606743e21b: Layer already exists [2020-09-01T02:30:26.790Z] 1.2.2-dev.19: digest: sha256:da246889ddbc266dd91e3bc0435f96c8814cfa043b9931b5862592979a521e8a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:27.119Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:27.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:27.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-01T02:30:27.444Z] f0cd12a5fc55: Preparing [2020-09-01T02:30:27.444Z] f3d636152878: Preparing [2020-09-01T02:30:27.444Z] 524f5d297c8e: Preparing [2020-09-01T02:30:27.444Z] 00096f4e399b: Preparing [2020-09-01T02:30:27.444Z] 1635352c4491: Preparing [2020-09-01T02:30:27.444Z] 33606743e21b: Preparing [2020-09-01T02:30:27.444Z] 33606743e21b: Waiting [2020-09-01T02:30:27.444Z] 524f5d297c8e: Layer already exists [2020-09-01T02:30:27.444Z] f3d636152878: Layer already exists [2020-09-01T02:30:27.444Z] 1635352c4491: Layer already exists [2020-09-01T02:30:27.444Z] 00096f4e399b: Layer already exists [2020-09-01T02:30:27.444Z] f0cd12a5fc55: Layer already exists [2020-09-01T02:30:27.444Z] 33606743e21b: Layer already exists [2020-09-01T02:30:27.712Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:da246889ddbc266dd91e3bc0435f96c8814cfa043b9931b5862592979a521e8a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:28.043Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:28.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-01T02:30:28.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-01T02:30:28.373Z] f0cd12a5fc55: Preparing [2020-09-01T02:30:28.373Z] f3d636152878: Preparing [2020-09-01T02:30:28.373Z] 524f5d297c8e: Preparing [2020-09-01T02:30:28.373Z] 00096f4e399b: Preparing [2020-09-01T02:30:28.373Z] 1635352c4491: Preparing [2020-09-01T02:30:28.373Z] 33606743e21b: Preparing [2020-09-01T02:30:28.373Z] 33606743e21b: Waiting [2020-09-01T02:30:28.642Z] 00096f4e399b: Layer already exists [2020-09-01T02:30:28.642Z] 524f5d297c8e: Layer already exists [2020-09-01T02:30:28.642Z] 1635352c4491: Layer already exists [2020-09-01T02:30:28.642Z] f3d636152878: Layer already exists [2020-09-01T02:30:28.642Z] f0cd12a5fc55: Layer already exists [2020-09-01T02:30:28.642Z] 33606743e21b: Layer already exists [2020-09-01T02:30:28.642Z] master: digest: sha256:da246889ddbc266dd91e3bc0435f96c8814cfa043b9931b5862592979a521e8a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:30:28.812Z] ===================================================== [Pipeline] echo [2020-09-01T02:30:28.851Z] taggedImages: [2020-09-01T02:30:28.851Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:28.851Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:28.851Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:28.851Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-01T02:30:28.966Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-01T02:30:28.966Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:28.966Z] 1.2.2-dev.19 [2020-09-01T02:30:28.966Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:28.966Z] master [2020-09-01T02:30:28.966Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:29.434Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:29.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:29.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-01T02:30:29.761Z] e6d9d61dd510: Preparing [2020-09-01T02:30:29.761Z] 83f92fc0ec04: Preparing [2020-09-01T02:30:29.761Z] 7fc7ad3dccb4: Preparing [2020-09-01T02:30:30.029Z] e6d9d61dd510: Pushed [2020-09-01T02:30:30.029Z] 7fc7ad3dccb4: Pushed [2020-09-01T02:30:33.389Z] 83f92fc0ec04: Pushed [2020-09-01T02:30:33.389Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:60ea6a99d47180fc02a723329c18a8974485960e6f35182869b20e90db2f8cbd size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:33.718Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:34.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:34.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-01T02:30:34.044Z] e6d9d61dd510: Preparing [2020-09-01T02:30:34.044Z] 83f92fc0ec04: Preparing [2020-09-01T02:30:34.044Z] 7fc7ad3dccb4: Preparing [2020-09-01T02:30:34.044Z] 7fc7ad3dccb4: Layer already exists [2020-09-01T02:30:34.044Z] 83f92fc0ec04: Layer already exists [2020-09-01T02:30:34.044Z] e6d9d61dd510: Layer already exists [2020-09-01T02:30:34.313Z] 1.2.2-dev.19: digest: sha256:60ea6a99d47180fc02a723329c18a8974485960e6f35182869b20e90db2f8cbd size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:34.644Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:34.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:34.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-01T02:30:34.971Z] e6d9d61dd510: Preparing [2020-09-01T02:30:34.971Z] 83f92fc0ec04: Preparing [2020-09-01T02:30:34.971Z] 7fc7ad3dccb4: Preparing [2020-09-01T02:30:34.971Z] 7fc7ad3dccb4: Layer already exists [2020-09-01T02:30:34.971Z] 83f92fc0ec04: Layer already exists [2020-09-01T02:30:34.971Z] e6d9d61dd510: Layer already exists [2020-09-01T02:30:34.971Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:60ea6a99d47180fc02a723329c18a8974485960e6f35182869b20e90db2f8cbd size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:35.612Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:35.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-01T02:30:35.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-01T02:30:35.957Z] e6d9d61dd510: Preparing [2020-09-01T02:30:35.957Z] 83f92fc0ec04: Preparing [2020-09-01T02:30:35.957Z] 7fc7ad3dccb4: Preparing [2020-09-01T02:30:35.957Z] e6d9d61dd510: Layer already exists [2020-09-01T02:30:36.228Z] 83f92fc0ec04: Layer already exists [2020-09-01T02:30:36.228Z] 7fc7ad3dccb4: Layer already exists [2020-09-01T02:30:36.228Z] master: digest: sha256:60ea6a99d47180fc02a723329c18a8974485960e6f35182869b20e90db2f8cbd size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:30:36.411Z] ===================================================== [Pipeline] echo [2020-09-01T02:30:36.478Z] taggedImages: [2020-09-01T02:30:36.478Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:36.478Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:36.478Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:36.478Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-01T02:30:36.531Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-01T02:30:36.531Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:36.531Z] 1.2.2-dev.19 [2020-09-01T02:30:36.531Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:36.531Z] master [2020-09-01T02:30:36.531Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:37.013Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:37.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:37.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-01T02:30:37.341Z] 10754cee7b8e: Preparing [2020-09-01T02:30:37.341Z] f7afa95a0b9b: Preparing [2020-09-01T02:30:37.341Z] 8f5b045a67bd: Preparing [2020-09-01T02:30:37.341Z] 13933e4175b1: Preparing [2020-09-01T02:30:37.341Z] 3af274b2fea2: Preparing [2020-09-01T02:30:37.341Z] 37781f4839d8: Preparing [2020-09-01T02:30:37.341Z] 899f533f2ac5: Preparing [2020-09-01T02:30:37.341Z] dcafda8adff7: Preparing [2020-09-01T02:30:37.341Z] 48d9eb58abf3: Preparing [2020-09-01T02:30:37.341Z] e5de615b7841: Preparing [2020-09-01T02:30:37.341Z] b0d752909cf9: Preparing [2020-09-01T02:30:37.341Z] 94fdc660876c: Preparing [2020-09-01T02:30:37.341Z] 4e7279dfc0c0: Preparing [2020-09-01T02:30:37.341Z] e2f13739ad41: Preparing [2020-09-01T02:30:37.341Z] 48d9eb58abf3: Waiting [2020-09-01T02:30:37.341Z] e5de615b7841: Waiting [2020-09-01T02:30:37.341Z] b0d752909cf9: Waiting [2020-09-01T02:30:37.341Z] 37781f4839d8: Waiting [2020-09-01T02:30:37.341Z] e2f13739ad41: Waiting [2020-09-01T02:30:37.341Z] 4e7279dfc0c0: Waiting [2020-09-01T02:30:37.341Z] dcafda8adff7: Waiting [2020-09-01T02:30:37.341Z] 899f533f2ac5: Waiting [2020-09-01T02:30:37.937Z] 3af274b2fea2: Pushed [2020-09-01T02:30:37.937Z] 10754cee7b8e: Pushed [2020-09-01T02:30:38.529Z] 13933e4175b1: Pushed [2020-09-01T02:30:38.529Z] 899f533f2ac5: Pushed [2020-09-01T02:30:38.529Z] dcafda8adff7: Layer already exists [2020-09-01T02:30:38.529Z] 48d9eb58abf3: Layer already exists [2020-09-01T02:30:38.529Z] e5de615b7841: Layer already exists [2020-09-01T02:30:38.529Z] b0d752909cf9: Layer already exists [2020-09-01T02:30:38.801Z] 94fdc660876c: Layer already exists [2020-09-01T02:30:38.801Z] 4e7279dfc0c0: Layer already exists [2020-09-01T02:30:38.801Z] e2f13739ad41: Layer already exists [2020-09-01T02:30:39.396Z] f7afa95a0b9b: Pushed [2020-09-01T02:30:40.821Z] 37781f4839d8: Pushed [2020-09-01T02:30:50.922Z] 8f5b045a67bd: Pushed [2020-09-01T02:30:50.922Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44: digest: sha256:d135040e779364c94fc442129c7ec7f39429a9faddb0aa3645e805d862644fc7 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:51.251Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:51.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:51.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-01T02:30:51.578Z] 10754cee7b8e: Preparing [2020-09-01T02:30:51.578Z] f7afa95a0b9b: Preparing [2020-09-01T02:30:51.578Z] 8f5b045a67bd: Preparing [2020-09-01T02:30:51.578Z] 13933e4175b1: Preparing [2020-09-01T02:30:51.578Z] 3af274b2fea2: Preparing [2020-09-01T02:30:51.578Z] 37781f4839d8: Preparing [2020-09-01T02:30:51.578Z] 899f533f2ac5: Preparing [2020-09-01T02:30:51.578Z] dcafda8adff7: Preparing [2020-09-01T02:30:51.578Z] 48d9eb58abf3: Preparing [2020-09-01T02:30:51.578Z] e5de615b7841: Preparing [2020-09-01T02:30:51.578Z] b0d752909cf9: Preparing [2020-09-01T02:30:51.578Z] 94fdc660876c: Preparing [2020-09-01T02:30:51.578Z] 4e7279dfc0c0: Preparing [2020-09-01T02:30:51.578Z] e2f13739ad41: Preparing [2020-09-01T02:30:51.578Z] 48d9eb58abf3: Waiting [2020-09-01T02:30:51.578Z] e5de615b7841: Waiting [2020-09-01T02:30:51.578Z] b0d752909cf9: Waiting [2020-09-01T02:30:51.578Z] 37781f4839d8: Waiting [2020-09-01T02:30:51.578Z] 94fdc660876c: Waiting [2020-09-01T02:30:51.578Z] 899f533f2ac5: Waiting [2020-09-01T02:30:51.578Z] dcafda8adff7: Waiting [2020-09-01T02:30:51.578Z] 4e7279dfc0c0: Waiting [2020-09-01T02:30:51.578Z] e2f13739ad41: Waiting [2020-09-01T02:30:51.847Z] 10754cee7b8e: Layer already exists [2020-09-01T02:30:51.847Z] 13933e4175b1: Layer already exists [2020-09-01T02:30:51.847Z] 8f5b045a67bd: Layer already exists [2020-09-01T02:30:51.847Z] 3af274b2fea2: Layer already exists [2020-09-01T02:30:51.847Z] f7afa95a0b9b: Layer already exists [2020-09-01T02:30:51.847Z] 48d9eb58abf3: Layer already exists [2020-09-01T02:30:51.847Z] 899f533f2ac5: Layer already exists [2020-09-01T02:30:51.847Z] 37781f4839d8: Layer already exists [2020-09-01T02:30:51.847Z] e5de615b7841: Layer already exists [2020-09-01T02:30:51.847Z] dcafda8adff7: Layer already exists [2020-09-01T02:30:51.847Z] 94fdc660876c: Layer already exists [2020-09-01T02:30:51.847Z] b0d752909cf9: Layer already exists [2020-09-01T02:30:51.847Z] e2f13739ad41: Layer already exists [2020-09-01T02:30:51.847Z] 4e7279dfc0c0: Layer already exists [2020-09-01T02:30:51.847Z] 1.2.2-dev.19: digest: sha256:d135040e779364c94fc442129c7ec7f39429a9faddb0aa3645e805d862644fc7 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:52.175Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:52.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:52.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-01T02:30:52.502Z] 10754cee7b8e: Preparing [2020-09-01T02:30:52.502Z] f7afa95a0b9b: Preparing [2020-09-01T02:30:52.502Z] 8f5b045a67bd: Preparing [2020-09-01T02:30:52.502Z] 13933e4175b1: Preparing [2020-09-01T02:30:52.502Z] 3af274b2fea2: Preparing [2020-09-01T02:30:52.502Z] 37781f4839d8: Preparing [2020-09-01T02:30:52.502Z] 899f533f2ac5: Preparing [2020-09-01T02:30:52.502Z] dcafda8adff7: Preparing [2020-09-01T02:30:52.502Z] 48d9eb58abf3: Preparing [2020-09-01T02:30:52.502Z] e5de615b7841: Preparing [2020-09-01T02:30:52.502Z] b0d752909cf9: Preparing [2020-09-01T02:30:52.502Z] 94fdc660876c: Preparing [2020-09-01T02:30:52.502Z] 4e7279dfc0c0: Preparing [2020-09-01T02:30:52.502Z] e2f13739ad41: Preparing [2020-09-01T02:30:52.502Z] 37781f4839d8: Waiting [2020-09-01T02:30:52.502Z] 899f533f2ac5: Waiting [2020-09-01T02:30:52.502Z] dcafda8adff7: Waiting [2020-09-01T02:30:52.502Z] 94fdc660876c: Waiting [2020-09-01T02:30:52.502Z] 48d9eb58abf3: Waiting [2020-09-01T02:30:52.502Z] e5de615b7841: Waiting [2020-09-01T02:30:52.502Z] b0d752909cf9: Waiting [2020-09-01T02:30:52.502Z] 4e7279dfc0c0: Waiting [2020-09-01T02:30:52.502Z] e2f13739ad41: Waiting [2020-09-01T02:30:52.502Z] 10754cee7b8e: Layer already exists [2020-09-01T02:30:52.502Z] 8f5b045a67bd: Layer already exists [2020-09-01T02:30:52.502Z] 13933e4175b1: Layer already exists [2020-09-01T02:30:52.502Z] f7afa95a0b9b: Layer already exists [2020-09-01T02:30:52.502Z] 3af274b2fea2: Layer already exists [2020-09-01T02:30:52.502Z] 899f533f2ac5: Layer already exists [2020-09-01T02:30:52.502Z] 37781f4839d8: Layer already exists [2020-09-01T02:30:52.502Z] dcafda8adff7: Layer already exists [2020-09-01T02:30:52.502Z] 48d9eb58abf3: Layer already exists [2020-09-01T02:30:52.502Z] e5de615b7841: Layer already exists [2020-09-01T02:30:52.771Z] 4e7279dfc0c0: Layer already exists [2020-09-01T02:30:52.771Z] e2f13739ad41: Layer already exists [2020-09-01T02:30:52.771Z] 94fdc660876c: Layer already exists [2020-09-01T02:30:52.771Z] b0d752909cf9: Layer already exists [2020-09-01T02:30:52.771Z] 016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19: digest: sha256:d135040e779364c94fc442129c7ec7f39429a9faddb0aa3645e805d862644fc7 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:53.099Z] + 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-01T02:30:53.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-01T02:30:53.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-01T02:30:53.425Z] 10754cee7b8e: Preparing [2020-09-01T02:30:53.425Z] f7afa95a0b9b: Preparing [2020-09-01T02:30:53.425Z] 8f5b045a67bd: Preparing [2020-09-01T02:30:53.425Z] 13933e4175b1: Preparing [2020-09-01T02:30:53.425Z] 3af274b2fea2: Preparing [2020-09-01T02:30:53.425Z] 37781f4839d8: Preparing [2020-09-01T02:30:53.425Z] 899f533f2ac5: Preparing [2020-09-01T02:30:53.425Z] dcafda8adff7: Preparing [2020-09-01T02:30:53.425Z] 48d9eb58abf3: Preparing [2020-09-01T02:30:53.425Z] e5de615b7841: Preparing [2020-09-01T02:30:53.425Z] b0d752909cf9: Preparing [2020-09-01T02:30:53.425Z] 94fdc660876c: Preparing [2020-09-01T02:30:53.425Z] 4e7279dfc0c0: Preparing [2020-09-01T02:30:53.425Z] e2f13739ad41: Preparing [2020-09-01T02:30:53.425Z] 37781f4839d8: Waiting [2020-09-01T02:30:53.425Z] b0d752909cf9: Waiting [2020-09-01T02:30:53.425Z] 899f533f2ac5: Waiting [2020-09-01T02:30:53.425Z] 94fdc660876c: Waiting [2020-09-01T02:30:53.425Z] dcafda8adff7: Waiting [2020-09-01T02:30:53.425Z] 4e7279dfc0c0: Waiting [2020-09-01T02:30:53.425Z] 48d9eb58abf3: Waiting [2020-09-01T02:30:53.425Z] e2f13739ad41: Waiting [2020-09-01T02:30:53.425Z] f7afa95a0b9b: Layer already exists [2020-09-01T02:30:53.425Z] 10754cee7b8e: Layer already exists [2020-09-01T02:30:53.425Z] 3af274b2fea2: Layer already exists [2020-09-01T02:30:53.425Z] 8f5b045a67bd: Layer already exists [2020-09-01T02:30:53.694Z] 13933e4175b1: Layer already exists [2020-09-01T02:30:53.694Z] 899f533f2ac5: Layer already exists [2020-09-01T02:30:53.694Z] 48d9eb58abf3: Layer already exists [2020-09-01T02:30:53.694Z] dcafda8adff7: Layer already exists [2020-09-01T02:30:53.694Z] 37781f4839d8: Layer already exists [2020-09-01T02:30:53.694Z] e5de615b7841: Layer already exists [2020-09-01T02:30:53.694Z] b0d752909cf9: Layer already exists [2020-09-01T02:30:53.694Z] 94fdc660876c: Layer already exists [2020-09-01T02:30:53.694Z] 4e7279dfc0c0: Layer already exists [2020-09-01T02:30:53.694Z] e2f13739ad41: Layer already exists [2020-09-01T02:30:53.694Z] master: digest: sha256:d135040e779364c94fc442129c7ec7f39429a9faddb0aa3645e805d862644fc7 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T02:30:53.885Z] ===================================================== [Pipeline] echo [2020-09-01T02:30:53.929Z] taggedImages: [2020-09-01T02:30:53.929Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:30:53.929Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.19 [2020-09-01T02:30:53.929Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44-1.2.2-dev.19 [2020-09-01T02:30:53.929Z] - 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-01T02:30:55.386Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-01T02:30:55.387Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-01T02:30:55.448Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:55.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-01T02:30:55.801Z] [2020-09-01T02:30:55.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:30:56.149Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-01T02:30:56.149Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-01T02:30:56.149Z] cbdbe7a5bc2a: Already exists [2020-09-01T02:30:56.149Z] 408f87550127: Pulling fs layer [2020-09-01T02:30:56.149Z] fe522b08c979: Pulling fs layer [2020-09-01T02:30:56.149Z] 221eaa008020: Pulling fs layer [2020-09-01T02:30:56.149Z] 2a4607e5d6b9: Pulling fs layer [2020-09-01T02:30:56.149Z] 8f79b27c4fd2: Pulling fs layer [2020-09-01T02:30:56.149Z] e5c8dbe1645b: Pulling fs layer [2020-09-01T02:30:56.149Z] 23e8b3b47431: Pulling fs layer [2020-09-01T02:30:56.149Z] 5c568d65a230: Pulling fs layer [2020-09-01T02:30:56.149Z] 8f79b27c4fd2: Waiting [2020-09-01T02:30:56.149Z] e5c8dbe1645b: Waiting [2020-09-01T02:30:56.149Z] 23e8b3b47431: Waiting [2020-09-01T02:30:56.149Z] 5c568d65a230: Waiting [2020-09-01T02:30:56.149Z] fe522b08c979: Verifying Checksum [2020-09-01T02:30:56.149Z] fe522b08c979: Download complete [2020-09-01T02:30:56.149Z] 408f87550127: Verifying Checksum [2020-09-01T02:30:56.149Z] 2a4607e5d6b9: Verifying Checksum [2020-09-01T02:30:56.149Z] 2a4607e5d6b9: Download complete [2020-09-01T02:30:56.149Z] 8f79b27c4fd2: Verifying Checksum [2020-09-01T02:30:56.149Z] 8f79b27c4fd2: Download complete [2020-09-01T02:30:56.410Z] 408f87550127: Pull complete [2020-09-01T02:30:56.676Z] fe522b08c979: Pull complete [2020-09-01T02:30:56.676Z] e5c8dbe1645b: Verifying Checksum [2020-09-01T02:30:56.676Z] e5c8dbe1645b: Download complete [2020-09-01T02:30:57.267Z] 23e8b3b47431: Verifying Checksum [2020-09-01T02:30:57.267Z] 23e8b3b47431: Download complete [2020-09-01T02:30:57.528Z] 5c568d65a230: Verifying Checksum [2020-09-01T02:30:57.528Z] 5c568d65a230: Download complete [2020-09-01T02:30:57.790Z] 221eaa008020: Verifying Checksum [2020-09-01T02:30:57.790Z] 221eaa008020: Download complete [2020-09-01T02:31:03.104Z] 221eaa008020: Pull complete [2020-09-01T02:31:03.365Z] 2a4607e5d6b9: Pull complete [2020-09-01T02:31:03.365Z] 8f79b27c4fd2: Pull complete [2020-09-01T02:31:08.655Z] e5c8dbe1645b: Pull complete [2020-09-01T02:31:12.876Z] 23e8b3b47431: Pull complete [2020-09-01T02:31:13.822Z] 5c568d65a230: Pull complete [2020-09-01T02:31:13.822Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-01T02:31:13.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-01T02:31:13.822Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-01T02:31:14.065Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:31:14.128Z] $ 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/131:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:31:15.117Z] $ docker top 241c2d48ffe23192424148c818b52e11b3580d3a2e16891b60e1d6b24809586a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-01T02:31:15.691Z] + snyk monitor '--org=edgex-jenkins' [2020-09-01T02:31:25.709Z] [2020-09-01T02:31:25.709Z] Monitoring /w/workspace/edgex-go/131 (github.com/edgexfoundry/edgex-go)... [2020-09-01T02:31:25.709Z] [2020-09-01T02:31:25.709Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/50c06181-7460-4ece-a7d4-f6ca649a06d8 [2020-09-01T02:31:25.709Z] [2020-09-01T02:31:25.709Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-01T02:31:25.709Z] [2020-09-01T02:31:25.709Z] [2020-09-01T02:31:25.709Z] Snyk CLI supports Node.js 8 and higher. [2020-09-01T02:31:25.709Z] 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-01T02:31:25.709Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-01T02:31:25.709Z] [2020-09-01T02:31:25.709Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-01T02:31:25.709Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-01T02:31:25.726Z] $ docker stop --time=1 241c2d48ffe23192424148c818b52e11b3580d3a2e16891b60e1d6b24809586a [2020-09-01T02:31:28.845Z] $ docker rm -f 241c2d48ffe23192424148c818b52e11b3580d3a2e16891b60e1d6b24809586a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:31:30.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:31:30.413Z] [2020-09-01T02:31:30.413Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:31:30.754Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:31:30.754Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-01T02:31:30.754Z] e7c96db7181b: Pulling fs layer [2020-09-01T02:31:30.754Z] 1868ca2cb446: Pulling fs layer [2020-09-01T02:31:30.754Z] 136be5d0fe8e: Pulling fs layer [2020-09-01T02:31:30.754Z] 894bfe63afcb: Pulling fs layer [2020-09-01T02:31:30.754Z] 894bfe63afcb: Waiting [2020-09-01T02:31:30.754Z] 1868ca2cb446: Verifying Checksum [2020-09-01T02:31:30.754Z] 1868ca2cb446: Download complete [2020-09-01T02:31:30.754Z] e7c96db7181b: Verifying Checksum [2020-09-01T02:31:30.754Z] e7c96db7181b: Download complete [2020-09-01T02:31:31.016Z] 894bfe63afcb: Verifying Checksum [2020-09-01T02:31:31.016Z] 894bfe63afcb: Download complete [2020-09-01T02:31:31.287Z] e7c96db7181b: Pull complete [2020-09-01T02:31:31.287Z] 1868ca2cb446: Pull complete [2020-09-01T02:31:31.566Z] 136be5d0fe8e: Pull complete [2020-09-01T02:31:31.830Z] 894bfe63afcb: Pull complete [2020-09-01T02:31:31.831Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-01T02:31:31.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:31:31.831Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-01T02:31:31.938Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:31:31.995Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:31:32.860Z] $ docker top 1693b859bd6b519d69a66cf221a2eaa9f2c78f957eac3949eec9131d4a72baa7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:31:33.367Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:31:33.367Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:31:36.101Z] $ docker stop --time=1 1693b859bd6b519d69a66cf221a2eaa9f2c78f957eac3949eec9131d4a72baa7 [2020-09-01T02:31:37.520Z] $ docker rm -f 1693b859bd6b519d69a66cf221a2eaa9f2c78f957eac3949eec9131d4a72baa7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:31:38.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:31:38.047Z] . [Pipeline] withDockerContainer [2020-09-01T02:31:38.160Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:31:38.221Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:31:38.955Z] $ docker top c51a4d73defee575fddb6f24509674b3e7a0a8e97294f90af7e5e54560ffcc50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:31:39.497Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:31:39.497Z] + tee [2020-09-01T02:31:39.497Z] clair timeout 1m0s [2020-09-01T02:31:39.497Z] docker timeout: 1m0s [2020-09-01T02:31:39.497Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:31:40.221Z] $ docker stop --time=1 c51a4d73defee575fddb6f24509674b3e7a0a8e97294f90af7e5e54560ffcc50 [2020-09-01T02:31:41.616Z] $ docker rm -f c51a4d73defee575fddb6f24509674b3e7a0a8e97294f90af7e5e54560ffcc50 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:31:42.119Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:31:42.131Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-core-command-go_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:31:42.174Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:31:42.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:31:42.574Z] . [Pipeline] withDockerContainer [2020-09-01T02:31:42.671Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:31:42.844Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:31:43.655Z] $ docker top 6ab42ac7cbeb5d2c6a9b42ecce3df0ee8e1f600ea4030e435404cb6db82b266f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:31:44.171Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:31:44.171Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:31:49.671Z] $ docker stop --time=1 6ab42ac7cbeb5d2c6a9b42ecce3df0ee8e1f600ea4030e435404cb6db82b266f [2020-09-01T02:31:51.053Z] $ docker rm -f 6ab42ac7cbeb5d2c6a9b42ecce3df0ee8e1f600ea4030e435404cb6db82b266f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:31:51.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:31:51.510Z] . [Pipeline] withDockerContainer [2020-09-01T02:31:51.610Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:31:51.656Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:31:52.301Z] $ docker top 89dd777e78e41baa62b1fd57bc2aa0d0a90b97575a7237ecb0a895b41cf8da32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:31:52.798Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:31:52.798Z] + tee [2020-09-01T02:31:52.798Z] clair timeout 1m0s [2020-09-01T02:31:52.798Z] docker timeout: 1m0s [2020-09-01T02:31:52.798Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:31:53.840Z] $ docker stop --time=1 89dd777e78e41baa62b1fd57bc2aa0d0a90b97575a7237ecb0a895b41cf8da32 [2020-09-01T02:31:55.211Z] $ docker rm -f 89dd777e78e41baa62b1fd57bc2aa0d0a90b97575a7237ecb0a895b41cf8da32 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:31:55.679Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:31:55.691Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-core-data-go_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:31:55.739Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:31:56.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:31:56.071Z] . [Pipeline] withDockerContainer [2020-09-01T02:31:56.176Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:31:56.226Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:31:56.978Z] $ docker top 94f84df425009a9b6a81ec9fa8ee858fc24f2ec98599d9929f4926b9303da55d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:31:57.531Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:31:57.531Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:32:00.236Z] $ docker stop --time=1 94f84df425009a9b6a81ec9fa8ee858fc24f2ec98599d9929f4926b9303da55d [2020-09-01T02:32:01.666Z] $ docker rm -f 94f84df425009a9b6a81ec9fa8ee858fc24f2ec98599d9929f4926b9303da55d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:32:02.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:32:02.161Z] . [Pipeline] withDockerContainer [2020-09-01T02:32:02.266Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:32:02.311Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:32:03.101Z] $ docker top 653349dc933b0ca738fbdcdfc28cdf7532d0923204af3801e1df34b499211096 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:32:03.631Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:32:03.631Z] + tee [2020-09-01T02:32:03.631Z] clair timeout 1m0s [2020-09-01T02:32:03.631Z] docker timeout: 1m0s [2020-09-01T02:32:03.631Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:32:04.919Z] $ docker stop --time=1 653349dc933b0ca738fbdcdfc28cdf7532d0923204af3801e1df34b499211096 [2020-09-01T02:32:06.292Z] $ docker rm -f 653349dc933b0ca738fbdcdfc28cdf7532d0923204af3801e1df34b499211096 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:32:06.756Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:32:06.768Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-core-metadata-go_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:32:06.816Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:32:07.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:32:07.148Z] . [Pipeline] withDockerContainer [2020-09-01T02:32:07.250Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:32:07.294Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:32:07.980Z] $ docker top d7955135ea1541dbf74d49f062516d166aec2ef12fd251ce167941d6272ecf1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:32:08.502Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:32:08.502Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:32:12.900Z] $ docker stop --time=1 d7955135ea1541dbf74d49f062516d166aec2ef12fd251ce167941d6272ecf1a [2020-09-01T02:32:14.318Z] $ docker rm -f d7955135ea1541dbf74d49f062516d166aec2ef12fd251ce167941d6272ecf1a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:32:15.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:32:15.031Z] . [Pipeline] withDockerContainer [2020-09-01T02:32:15.135Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:32:15.178Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:32:15.866Z] $ docker top 422b6f23b7ed787bb396960233fd226a1c320da198082e64bb4480a30f10304c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:32:16.387Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:32:16.387Z] + tee [2020-09-01T02:32:16.387Z] clair timeout 1m0s [2020-09-01T02:32:16.387Z] docker timeout: 1m0s [2020-09-01T02:32:16.387Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:32:17.423Z] $ docker stop --time=1 422b6f23b7ed787bb396960233fd226a1c320da198082e64bb4480a30f10304c [2020-09-01T02:32:18.867Z] $ docker rm -f 422b6f23b7ed787bb396960233fd226a1c320da198082e64bb4480a30f10304c [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:32:19.334Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:32:19.344Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-security-proxy-setup-go_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:32:19.392Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:32:19.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:32:19.756Z] . [Pipeline] withDockerContainer [2020-09-01T02:32:19.856Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:32:19.900Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:32:20.664Z] $ docker top a69a03036e2ce27544a6d5d7bd62f140408d8b48718c87abfe4fdba01e933b2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:32:21.206Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:32:21.206Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:32:28.007Z] $ docker stop --time=1 a69a03036e2ce27544a6d5d7bd62f140408d8b48718c87abfe4fdba01e933b2c [2020-09-01T02:32:29.389Z] $ docker rm -f a69a03036e2ce27544a6d5d7bd62f140408d8b48718c87abfe4fdba01e933b2c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:32:29.859Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:32:29.859Z] . [Pipeline] withDockerContainer [2020-09-01T02:32:29.959Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:32:30.002Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:32:30.633Z] $ docker top a32e557e10e2d1b054de6643bd8b6f4d0951c8aeb7ce7562a8d1eca9a0373cb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:32:31.225Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:32:31.225Z] + tee [2020-09-01T02:32:31.225Z] clair timeout 1m0s [2020-09-01T02:32:31.225Z] docker timeout: 1m0s [2020-09-01T02:32:31.225Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:32:32.714Z] $ docker stop --time=1 a32e557e10e2d1b054de6643bd8b6f4d0951c8aeb7ce7562a8d1eca9a0373cb0 [2020-09-01T02:32:34.096Z] $ docker rm -f a32e557e10e2d1b054de6643bd8b6f4d0951c8aeb7ce7562a8d1eca9a0373cb0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:32:34.594Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:32:34.605Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-security-secrets-setup-go_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:32:34.890Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:32:35.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:32:35.218Z] . [Pipeline] withDockerContainer [2020-09-01T02:32:35.320Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:32:35.364Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:32:36.074Z] $ docker top 49fc204eaedfa3edb1f190f45c3c30b849fb289afa79ad5a75e5e9581e6a540a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:32:36.641Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:32:36.642Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:32:46.813Z] $ docker stop --time=1 49fc204eaedfa3edb1f190f45c3c30b849fb289afa79ad5a75e5e9581e6a540a [2020-09-01T02:32:48.351Z] $ docker rm -f 49fc204eaedfa3edb1f190f45c3c30b849fb289afa79ad5a75e5e9581e6a540a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:32:48.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:32:48.829Z] . [Pipeline] withDockerContainer [2020-09-01T02:32:48.930Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:32:48.969Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:32:49.773Z] $ docker top d3caa839d071dc5fe06586f9a28813c7a8149a99e499068b519499c654eab936 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:32:50.280Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:32:50.280Z] + tee [2020-09-01T02:32:50.280Z] clair timeout 1m0s [2020-09-01T02:32:50.280Z] docker timeout: 1m0s [2020-09-01T02:32:50.280Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:32:51.756Z] $ docker stop --time=1 d3caa839d071dc5fe06586f9a28813c7a8149a99e499068b519499c654eab936 [2020-09-01T02:32:53.124Z] $ docker rm -f d3caa839d071dc5fe06586f9a28813c7a8149a99e499068b519499c654eab936 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:32:53.574Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:32:53.585Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-security-secretstore-setup-go_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:32:53.630Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:32:53.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:32:53.967Z] . [Pipeline] withDockerContainer [2020-09-01T02:32:54.070Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:32:54.114Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:32:54.736Z] $ docker top ac8b1f8f82ab76f5fae7ca433fee1f6ae7216f6965849e81b69726e22b851e1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:32:55.234Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:32:55.234Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:32:58.669Z] $ docker stop --time=1 ac8b1f8f82ab76f5fae7ca433fee1f6ae7216f6965849e81b69726e22b851e1f [2020-09-01T02:33:00.052Z] $ docker rm -f ac8b1f8f82ab76f5fae7ca433fee1f6ae7216f6965849e81b69726e22b851e1f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:33:00.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:33:00.533Z] . [Pipeline] withDockerContainer [2020-09-01T02:33:00.633Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:33:00.678Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:33:01.400Z] $ docker top 15dbd3456b42f0e4179a06ba9ef8bb15e72cae22f11bad57515f48f0c9401ce4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:33:01.951Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:33:01.951Z] + tee [2020-09-01T02:33:01.951Z] clair timeout 1m0s [2020-09-01T02:33:01.951Z] docker timeout: 1m0s [2020-09-01T02:33:01.951Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:33:02.641Z] $ docker stop --time=1 15dbd3456b42f0e4179a06ba9ef8bb15e72cae22f11bad57515f48f0c9401ce4 [2020-09-01T02:33:04.039Z] $ docker rm -f 15dbd3456b42f0e4179a06ba9ef8bb15e72cae22f11bad57515f48f0c9401ce4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:33:04.511Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:33:04.523Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-support-logging-go_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:33:04.585Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:33:04.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:33:04.913Z] . [Pipeline] withDockerContainer [2020-09-01T02:33:05.015Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:33:05.059Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:33:05.843Z] $ docker top d04fa3922f304178c8c9eb0a865aa0eec88cd730640256549745b7ab2b6b9a46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:33:06.411Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:33:06.411Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:33:11.889Z] $ docker stop --time=1 d04fa3922f304178c8c9eb0a865aa0eec88cd730640256549745b7ab2b6b9a46 [2020-09-01T02:33:13.311Z] $ docker rm -f d04fa3922f304178c8c9eb0a865aa0eec88cd730640256549745b7ab2b6b9a46 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:33:13.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:33:13.778Z] . [Pipeline] withDockerContainer [2020-09-01T02:33:13.878Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:33:13.922Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:33:14.603Z] $ docker top e572c127e6506fc0499270b5960dd04b32a98284c721902df8d1b5a7be858262 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:33:15.095Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:33:15.095Z] + tee [2020-09-01T02:33:15.095Z] clair timeout 1m0s [2020-09-01T02:33:15.095Z] docker timeout: 1m0s [2020-09-01T02:33:15.095Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:33:16.134Z] $ docker stop --time=1 e572c127e6506fc0499270b5960dd04b32a98284c721902df8d1b5a7be858262 [2020-09-01T02:33:17.536Z] $ docker rm -f e572c127e6506fc0499270b5960dd04b32a98284c721902df8d1b5a7be858262 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:33:17.989Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:33:18.000Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-support-notifications-go_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:33:18.104Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:33:18.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:33:18.429Z] . [Pipeline] withDockerContainer [2020-09-01T02:33:18.527Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:33:18.635Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:33:19.355Z] $ docker top dc8c1c8ba0696cece8e37a2b963accd2ab4eadaae68cf2421a6b283dd742907c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:33:19.879Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:33:19.879Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:33:22.578Z] $ docker stop --time=1 dc8c1c8ba0696cece8e37a2b963accd2ab4eadaae68cf2421a6b283dd742907c [2020-09-01T02:33:23.980Z] $ docker rm -f dc8c1c8ba0696cece8e37a2b963accd2ab4eadaae68cf2421a6b283dd742907c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:33:24.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:33:24.464Z] . [Pipeline] withDockerContainer [2020-09-01T02:33:24.561Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:33:24.604Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:33:25.310Z] $ docker top 44cc225a86af2ba7660b77d4ede53dfe8d3ef65c50081c4e59c5d0917e494ef4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:33:25.824Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:33:25.824Z] + tee [2020-09-01T02:33:25.824Z] clair timeout 1m0s [2020-09-01T02:33:25.824Z] docker timeout: 1m0s [2020-09-01T02:33:25.824Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:33:26.493Z] $ docker stop --time=1 44cc225a86af2ba7660b77d4ede53dfe8d3ef65c50081c4e59c5d0917e494ef4 [2020-09-01T02:33:27.889Z] $ docker rm -f 44cc225a86af2ba7660b77d4ede53dfe8d3ef65c50081c4e59c5d0917e494ef4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:33:28.357Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:33:28.369Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-support-scheduler-go_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:33:28.416Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:33:28.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:33:28.749Z] . [Pipeline] withDockerContainer [2020-09-01T02:33:28.850Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:33:28.896Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:33:29.642Z] $ docker top 9b7b37ddaf05ae75682a2137398fa53984fa4d5d963fcf22b8bcc7895674fb10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:33:30.174Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:33:30.174Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:33:48.682Z] $ docker stop --time=1 9b7b37ddaf05ae75682a2137398fa53984fa4d5d963fcf22b8bcc7895674fb10 [2020-09-01T02:33:50.048Z] $ docker rm -f 9b7b37ddaf05ae75682a2137398fa53984fa4d5d963fcf22b8bcc7895674fb10 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:33:50.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:33:50.507Z] . [Pipeline] withDockerContainer [2020-09-01T02:33:50.609Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:33:50.653Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:33:51.333Z] $ docker top f90d5bbbdacd6fc3d397959950e7a5a1eef0c83464281fca9ea13baa72e3d2be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:33:51.912Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:33:51.912Z] + tee [2020-09-01T02:33:51.912Z] clair timeout 1m0s [2020-09-01T02:33:51.912Z] docker timeout: 1m0s [2020-09-01T02:33:51.912Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:33:53.919Z] $ docker stop --time=1 f90d5bbbdacd6fc3d397959950e7a5a1eef0c83464281fca9ea13baa72e3d2be [2020-09-01T02:33:55.323Z] $ docker rm -f f90d5bbbdacd6fc3d397959950e7a5a1eef0c83464281fca9ea13baa72e3d2be [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:33:55.811Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:33:55.822Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-sys-mgmt-agent-go_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:33:55.871Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:33:56.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:33:56.202Z] . [Pipeline] withDockerContainer [2020-09-01T02:33:56.297Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:33:56.339Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:33:57.054Z] $ docker top e58250935485ec111ac92b8809f0551d451943bac7d19a4b74e70998c8c78617 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:33:57.607Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:33:57.607Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:34:00.161Z] $ docker stop --time=1 e58250935485ec111ac92b8809f0551d451943bac7d19a4b74e70998c8c78617 [2020-09-01T02:34:01.600Z] $ docker rm -f e58250935485ec111ac92b8809f0551d451943bac7d19a4b74e70998c8c78617 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:34:02.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:34:02.078Z] . [Pipeline] withDockerContainer [2020-09-01T02:34:02.179Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:34:02.218Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:34:02.962Z] $ docker top 529e0f1795164709b038458568bc67c90699e9ac2567a7746748f6a411268073 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:34:03.456Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:34:03.456Z] + tee [2020-09-01T02:34:03.456Z] clair timeout 1m0s [2020-09-01T02:34:03.456Z] docker timeout: 1m0s [2020-09-01T02:34:03.456Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:34:04.130Z] $ docker stop --time=1 529e0f1795164709b038458568bc67c90699e9ac2567a7746748f6a411268073 [2020-09-01T02:34:05.488Z] $ docker rm -f 529e0f1795164709b038458568bc67c90699e9ac2567a7746748f6a411268073 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:34:05.940Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:34:05.952Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-core-command-go-arm64_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:34:06.001Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:34:06.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:34:06.330Z] . [Pipeline] withDockerContainer [2020-09-01T02:34:06.431Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:34:06.474Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:34:07.151Z] $ docker top 929bdec9148169f435acaa8fd6a4691bd76a087d4b181e4c16a6e4890ac27621 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:34:07.686Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:34:07.686Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:34:13.181Z] $ docker stop --time=1 929bdec9148169f435acaa8fd6a4691bd76a087d4b181e4c16a6e4890ac27621 [2020-09-01T02:34:14.557Z] $ docker rm -f 929bdec9148169f435acaa8fd6a4691bd76a087d4b181e4c16a6e4890ac27621 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:34:15.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:34:15.024Z] . [Pipeline] withDockerContainer [2020-09-01T02:34:15.119Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:34:15.165Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:34:15.878Z] $ docker top b267a09abcb59b82fd7e59d07fcab5cc771b02cf87f94c32a3b56a30585e5469 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:34:16.411Z] + + tee/klar [2020-09-01T02:34:16.411Z] nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:34:16.411Z] clair timeout 1m0s [2020-09-01T02:34:16.411Z] docker timeout: 1m0s [2020-09-01T02:34:16.411Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:34:17.450Z] $ docker stop --time=1 b267a09abcb59b82fd7e59d07fcab5cc771b02cf87f94c32a3b56a30585e5469 [2020-09-01T02:34:18.871Z] $ docker rm -f b267a09abcb59b82fd7e59d07fcab5cc771b02cf87f94c32a3b56a30585e5469 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:34:19.359Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:34:19.371Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-core-data-go-arm64_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:34:19.449Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:34:19.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:34:19.779Z] . [Pipeline] withDockerContainer [2020-09-01T02:34:19.882Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:34:19.928Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:34:20.668Z] $ docker top 03828472e6cdc0cec6569c6d2720643a7683c2d53083dfc7d9b16e7289b6be1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:34:21.164Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:34:21.165Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:34:23.858Z] $ docker stop --time=1 03828472e6cdc0cec6569c6d2720643a7683c2d53083dfc7d9b16e7289b6be1b [2020-09-01T02:34:25.228Z] $ docker rm -f 03828472e6cdc0cec6569c6d2720643a7683c2d53083dfc7d9b16e7289b6be1b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:34:25.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:34:25.701Z] . [Pipeline] withDockerContainer [2020-09-01T02:34:25.800Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:34:25.891Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:34:26.517Z] $ docker top e3a623b21d3b9530742ce861a640925958a675fa5f8f6836ca3e08f25f065760 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:34:27.048Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:34:27.048Z] + tee [2020-09-01T02:34:27.048Z] clair timeout 1m0s [2020-09-01T02:34:27.048Z] docker timeout: 1m0s [2020-09-01T02:34:27.048Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:34:27.726Z] $ docker stop --time=1 e3a623b21d3b9530742ce861a640925958a675fa5f8f6836ca3e08f25f065760 [2020-09-01T02:34:29.087Z] $ docker rm -f e3a623b21d3b9530742ce861a640925958a675fa5f8f6836ca3e08f25f065760 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:34:29.560Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:34:29.572Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-core-metadata-go-arm64_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:34:29.654Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:34:29.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:34:29.982Z] . [Pipeline] withDockerContainer [2020-09-01T02:34:30.085Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:34:30.126Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:34:30.879Z] $ docker top 8c0602819e0f1b58ea1902a427364bfdfe30f08c809ab15b42097979de3e1581 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:34:31.574Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:34:31.574Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:34:35.915Z] $ docker stop --time=1 8c0602819e0f1b58ea1902a427364bfdfe30f08c809ab15b42097979de3e1581 [2020-09-01T02:34:37.327Z] $ docker rm -f 8c0602819e0f1b58ea1902a427364bfdfe30f08c809ab15b42097979de3e1581 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:34:37.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:34:37.796Z] . [Pipeline] withDockerContainer [2020-09-01T02:34:37.895Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:34:37.937Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:34:38.656Z] $ docker top 41096ae134782ba70bf4bc1bcd7f96fb5d3beea602c89394d5622d6200cd192a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:34:39.175Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:34:39.175Z] + tee [2020-09-01T02:34:39.175Z] clair timeout 1m0s [2020-09-01T02:34:39.175Z] docker timeout: 1m0s [2020-09-01T02:34:39.175Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:34:40.255Z] $ docker stop --time=1 41096ae134782ba70bf4bc1bcd7f96fb5d3beea602c89394d5622d6200cd192a [2020-09-01T02:34:41.674Z] $ docker rm -f 41096ae134782ba70bf4bc1bcd7f96fb5d3beea602c89394d5622d6200cd192a [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:34:42.394Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:34:42.405Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:34:42.457Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:34:43.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:34:43.031Z] . [Pipeline] withDockerContainer [2020-09-01T02:34:43.129Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:34:43.176Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:34:43.805Z] $ docker top 2efafb4735e476a2dbc91c9e898072abe9fb7a59613e360e96f102988964514b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:34:44.307Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:34:44.307Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:34:52.653Z] $ docker stop --time=1 2efafb4735e476a2dbc91c9e898072abe9fb7a59613e360e96f102988964514b [2020-09-01T02:34:54.026Z] $ docker rm -f 2efafb4735e476a2dbc91c9e898072abe9fb7a59613e360e96f102988964514b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:34:54.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:34:54.476Z] . [Pipeline] withDockerContainer [2020-09-01T02:34:54.573Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:34:54.613Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:34:55.314Z] $ docker top b0b5b530050cd20aa96d77396b75a77ad7b5d8b33e9c4cde2e7221bb7856b116 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:34:55.920Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:34:55.921Z] + tee [2020-09-01T02:34:55.921Z] clair timeout 1m0s [2020-09-01T02:34:55.921Z] docker timeout: 1m0s [2020-09-01T02:34:55.921Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:34:57.394Z] $ docker stop --time=1 b0b5b530050cd20aa96d77396b75a77ad7b5d8b33e9c4cde2e7221bb7856b116 [2020-09-01T02:34:58.751Z] $ docker rm -f b0b5b530050cd20aa96d77396b75a77ad7b5d8b33e9c4cde2e7221bb7856b116 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:34:59.212Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:34:59.222Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:34:59.269Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:34:59.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:34:59.593Z] . [Pipeline] withDockerContainer [2020-09-01T02:34:59.687Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:34:59.727Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:35:00.509Z] $ docker top 73fc6e22ae18bd5ead17b2f565302e6107fd470affc51950ef7e3a3fd2556184 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:35:01.084Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:35:01.084Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:35:09.386Z] $ docker stop --time=1 73fc6e22ae18bd5ead17b2f565302e6107fd470affc51950ef7e3a3fd2556184 [2020-09-01T02:35:10.826Z] $ docker rm -f 73fc6e22ae18bd5ead17b2f565302e6107fd470affc51950ef7e3a3fd2556184 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:35:11.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:35:11.346Z] . [Pipeline] withDockerContainer [2020-09-01T02:35:11.451Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:35:11.499Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:35:12.176Z] $ docker top b4e64b44a107154cc62ce2abf5b03b4f9a832692e55ba4a8d78d59b4ff32cf70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:35:12.671Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:35:12.671Z] + tee [2020-09-01T02:35:12.671Z] clair timeout 1m0s [2020-09-01T02:35:12.671Z] docker timeout: 1m0s [2020-09-01T02:35:12.671Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:35:14.144Z] $ docker stop --time=1 b4e64b44a107154cc62ce2abf5b03b4f9a832692e55ba4a8d78d59b4ff32cf70 [2020-09-01T02:35:15.509Z] $ docker rm -f b4e64b44a107154cc62ce2abf5b03b4f9a832692e55ba4a8d78d59b4ff32cf70 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:35:15.970Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:35:15.981Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:35:16.036Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:35:16.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:35:16.371Z] . [Pipeline] withDockerContainer [2020-09-01T02:35:16.463Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:35:16.506Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:35:17.370Z] $ docker top 43a0c7d9748c615124f8cd50d77b547165136e3f10bf4183a89c2b3c8119db7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:35:17.896Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:35:17.897Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:35:21.379Z] $ docker stop --time=1 43a0c7d9748c615124f8cd50d77b547165136e3f10bf4183a89c2b3c8119db7d [2020-09-01T02:35:22.769Z] $ docker rm -f 43a0c7d9748c615124f8cd50d77b547165136e3f10bf4183a89c2b3c8119db7d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:35:23.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:35:23.235Z] . [Pipeline] withDockerContainer [2020-09-01T02:35:23.329Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:35:23.368Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:35:24.115Z] $ docker top 64dbfa66ead3222d83e3260b4dd81f6787b30c55c013bfa308dc820f3e691fda -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:35:24.634Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:35:24.634Z] + tee [2020-09-01T02:35:24.634Z] clair timeout 1m0s [2020-09-01T02:35:24.634Z] docker timeout: 1m0s [2020-09-01T02:35:24.634Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:35:25.291Z] $ docker stop --time=1 64dbfa66ead3222d83e3260b4dd81f6787b30c55c013bfa308dc820f3e691fda [2020-09-01T02:35:26.709Z] $ docker rm -f 64dbfa66ead3222d83e3260b4dd81f6787b30c55c013bfa308dc820f3e691fda [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:35:27.172Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:35:27.183Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-support-logging-go-arm64_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:35:27.226Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:35:27.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:35:27.554Z] . [Pipeline] withDockerContainer [2020-09-01T02:35:27.655Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:35:27.697Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:35:28.338Z] $ docker top 60b2bd5edaf44c8d5f245a98706dbaa93f913f6b419999e9cf5b64eba60b541a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:35:28.871Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:35:28.871Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:35:34.319Z] $ docker stop --time=1 60b2bd5edaf44c8d5f245a98706dbaa93f913f6b419999e9cf5b64eba60b541a [2020-09-01T02:35:35.694Z] $ docker rm -f 60b2bd5edaf44c8d5f245a98706dbaa93f913f6b419999e9cf5b64eba60b541a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:35:36.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:35:36.140Z] . [Pipeline] withDockerContainer [2020-09-01T02:35:36.236Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:35:36.278Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:35:36.958Z] $ docker top 6a41ff2fcbaeb65d0e80e229d4cd77d3675bec16916cb33b95181ec675831cac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:35:37.513Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:35:37.513Z] + tee [2020-09-01T02:35:37.513Z] clair timeout 1m0s [2020-09-01T02:35:37.513Z] docker timeout: 1m0s [2020-09-01T02:35:37.513Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:35:38.546Z] $ docker stop --time=1 6a41ff2fcbaeb65d0e80e229d4cd77d3675bec16916cb33b95181ec675831cac [2020-09-01T02:35:39.937Z] $ docker rm -f 6a41ff2fcbaeb65d0e80e229d4cd77d3675bec16916cb33b95181ec675831cac [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:35:40.516Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:35:40.526Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-support-notifications-go-arm64_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:35:40.587Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:35:40.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:35:40.923Z] . [Pipeline] withDockerContainer [2020-09-01T02:35:41.019Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:35:41.058Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:35:41.787Z] $ docker top ffbf58937acaa38f797f23d70a97f0a0209ab2adca388fee10610157b9bd1a1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:35:42.454Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:35:42.454Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:35:45.154Z] $ docker stop --time=1 ffbf58937acaa38f797f23d70a97f0a0209ab2adca388fee10610157b9bd1a1c [2020-09-01T02:35:46.544Z] $ docker rm -f ffbf58937acaa38f797f23d70a97f0a0209ab2adca388fee10610157b9bd1a1c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:35:47.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:35:47.017Z] . [Pipeline] withDockerContainer [2020-09-01T02:35:47.112Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:35:47.154Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:35:48.007Z] $ docker top f49fc94edffdf37b8bb30c3e36fc28d9e44fe2fb1e04d4177e7fb09c8d9de107 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:35:48.503Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:35:48.503Z] + tee [2020-09-01T02:35:48.503Z] clair timeout 1m0s [2020-09-01T02:35:48.503Z] docker timeout: 1m0s [2020-09-01T02:35:48.503Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:35:49.170Z] $ docker stop --time=1 f49fc94edffdf37b8bb30c3e36fc28d9e44fe2fb1e04d4177e7fb09c8d9de107 [2020-09-01T02:35:50.532Z] $ docker rm -f f49fc94edffdf37b8bb30c3e36fc28d9e44fe2fb1e04d4177e7fb09c8d9de107 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:35:50.978Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:35:50.989Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-support-scheduler-go-arm64_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:35:51.128Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:35:51.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:35:51.463Z] . [Pipeline] withDockerContainer [2020-09-01T02:35:51.561Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:35:51.630Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:35:52.265Z] $ docker top edea1065fc676c4c5a0fb9529230d733505867ddee6fc425acfecbb9b768b097 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:35:52.784Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:35:52.784Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:36:07.871Z] $ docker stop --time=1 edea1065fc676c4c5a0fb9529230d733505867ddee6fc425acfecbb9b768b097 [2020-09-01T02:36:09.332Z] $ docker rm -f edea1065fc676c4c5a0fb9529230d733505867ddee6fc425acfecbb9b768b097 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:36:09.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T02:36:09.798Z] . [Pipeline] withDockerContainer [2020-09-01T02:36:09.893Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:36:09.933Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:36:10.679Z] $ docker top f5b9d610b688996d37319fbc3b3aed6c7a2f32f8a3a94a74b59dc02691cdc8df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:36:11.234Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:016a25bfa3c74bf8a86852979d1368c9b238eb44 [2020-09-01T02:36:11.234Z] + tee [2020-09-01T02:36:11.234Z] clair timeout 1m0s [2020-09-01T02:36:11.234Z] docker timeout: 1m0s [2020-09-01T02:36:11.234Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:36:13.283Z] $ docker stop --time=1 f5b9d610b688996d37319fbc3b3aed6c7a2f32f8a3a94a74b59dc02691cdc8df [2020-09-01T02:36:14.652Z] $ docker rm -f f5b9d610b688996d37319fbc3b3aed6c7a2f32f8a3a94a74b59dc02691cdc8df [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:36:15.153Z] + mkdir -p /w/workspace/edgex-go/131/clair-reports [Pipeline] echo [2020-09-01T02:36:15.165Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/131/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_016a25bfa3c74bf8a86852979d1368c9b238eb44.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:36:15.210Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-01T02:36:15.818Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-01T02:36:15.863Z] provisioning config files... [2020-09-01T02:36:15.878Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/131@tmp/config7064258883597754760tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:36:16.245Z] --> edgex-publish-swagger.sh [2020-09-01T02:36:16.245Z] === Publish openapi/v1 API === [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] === Publish openapi/v2 API === [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-01T02:36:16.245Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-01T02:36:16.245Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-01T02:36:16.245Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-01T02:36:16.254Z] 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-01T02:36:23.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T02:36:23.676Z] . [Pipeline] withDockerContainer [2020-09-01T02:36:23.768Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:36:23.807Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:36:25.026Z] $ docker top e5b9410b374d6c6ff0f25be712f212cef6b6cf61f4bc4ef4007594e672199350 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-01T02:36:25.338Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T02:36:25.338Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T02:36:25.586Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T02:36:25.591Z] $ docker exec e5b9410b374d6c6ff0f25be712f212cef6b6cf61f4bc4ef4007594e672199350 ssh-agent [2020-09-01T02:36:25.769Z] SSH_AUTH_SOCK=/tmp/ssh-T0gKGs661pAH/agent.11 [2020-09-01T02:36:25.769Z] SSH_AGENT_PID=17 [2020-09-01T02:36:25.777Z] Running ssh-add (command line suppressed) [2020-09-01T02:36:25.911Z] Identity added: /w/workspace/edgex-go/131@tmp/private_key_2605447992504535555.key (/w/workspace/edgex-go/131@tmp/private_key_2605447992504535555.key) [2020-09-01T02:36:25.966Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T02:36:26.285Z] + git semver tag [2020-09-01T02:36:26.285Z] # -> Open(): unable to determine branch for HEAD [2020-09-01T02:36:26.285Z] # $GIT_DIR = /w/workspace/edgex-go/131/.git [2020-09-01T02:36:26.285Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/131 [2020-09-01T02:36:26.285Z] # $SEMVER_REMOTE_NAME = origin [2020-09-01T02:36:26.285Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-01T02:36:26.285Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-01T02:36:26.285Z] # $SEMVER_BRANCH = master [2020-09-01T02:36:26.285Z] # $SEMVER_DIR = /w/workspace/edgex-go/131/.semver [2020-09-01T02:36:26.285Z] # 016a25bfa3c74bf8a86852979d1368c9b238eb44 HEAD [2020-09-01T02:36:26.855Z] # -> Force: false [2020-09-01T02:36:26.856Z] # 9ebef87d8cb496a649bfae64ff6299f74471cd72 refs/tags/v1.2.2-dev.19 [Pipeline] } [2020-09-01T02:36:26.875Z] $ docker exec --env ******** --env ******** e5b9410b374d6c6ff0f25be712f212cef6b6cf61f4bc4ef4007594e672199350 ssh-agent -k [2020-09-01T02:36:27.010Z] unset SSH_AUTH_SOCK; [2020-09-01T02:36:27.010Z] unset SSH_AGENT_PID; [2020-09-01T02:36:27.010Z] echo Agent pid 17 killed; [2020-09-01T02:36:27.063Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-01T02:36:27.490Z] + git semver [Pipeline] } [2020-09-01T02:36:27.507Z] $ docker stop --time=1 e5b9410b374d6c6ff0f25be712f212cef6b6cf61f4bc4ef4007594e672199350 [2020-09-01T02:36:28.875Z] $ docker rm -f e5b9410b374d6c6ff0f25be712f212cef6b6cf61f4bc4ef4007594e672199350 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:36:29.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-01T02:36:29.455Z] [2020-09-01T02:36:29.455Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:36:29.795Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-01T02:36:29.795Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-01T02:36:29.795Z] ab5ef0e58194: Pulling fs layer [2020-09-01T02:36:29.795Z] 9712f1f96733: Pulling fs layer [2020-09-01T02:36:29.795Z] 63f879dbbcfc: Pulling fs layer [2020-09-01T02:36:29.795Z] 0d9ebad4ef96: Pulling fs layer [2020-09-01T02:36:29.795Z] e9a5061849ea: Pulling fs layer [2020-09-01T02:36:29.795Z] d747dcd14b5f: Pulling fs layer [2020-09-01T02:36:29.795Z] 2de7ff778b66: Pulling fs layer [2020-09-01T02:36:29.795Z] 0d9ebad4ef96: Waiting [2020-09-01T02:36:29.795Z] e9a5061849ea: Waiting [2020-09-01T02:36:29.795Z] d747dcd14b5f: Waiting [2020-09-01T02:36:29.795Z] 2de7ff778b66: Waiting [2020-09-01T02:36:29.795Z] 9712f1f96733: Verifying Checksum [2020-09-01T02:36:29.795Z] 9712f1f96733: Download complete [2020-09-01T02:36:30.381Z] 63f879dbbcfc: Verifying Checksum [2020-09-01T02:36:30.381Z] 63f879dbbcfc: Download complete [2020-09-01T02:36:30.649Z] e9a5061849ea: Verifying Checksum [2020-09-01T02:36:30.649Z] e9a5061849ea: Download complete [2020-09-01T02:36:30.649Z] d747dcd14b5f: Verifying Checksum [2020-09-01T02:36:30.649Z] d747dcd14b5f: Download complete [2020-09-01T02:36:30.912Z] ab5ef0e58194: Verifying Checksum [2020-09-01T02:36:30.912Z] ab5ef0e58194: Download complete [2020-09-01T02:36:30.912Z] 0d9ebad4ef96: Verifying Checksum [2020-09-01T02:36:30.912Z] 0d9ebad4ef96: Download complete [2020-09-01T02:36:30.912Z] 2de7ff778b66: Verifying Checksum [2020-09-01T02:36:30.912Z] 2de7ff778b66: Download complete [2020-09-01T02:36:35.134Z] ab5ef0e58194: Pull complete [2020-09-01T02:36:35.134Z] 9712f1f96733: Pull complete [2020-09-01T02:36:37.686Z] 63f879dbbcfc: Pull complete [2020-09-01T02:36:44.279Z] 0d9ebad4ef96: Pull complete [2020-09-01T02:36:45.662Z] e9a5061849ea: Pull complete [2020-09-01T02:36:45.662Z] d747dcd14b5f: Pull complete [2020-09-01T02:36:48.209Z] 2de7ff778b66: Pull complete [2020-09-01T02:36:48.209Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-01T02:36:48.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-01T02:36:48.209Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-01T02:36:48.399Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:36:48.446Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:36:52.144Z] $ docker top 83adc6fefc030eab88d67530c5d82e9764c125d6a1a798525005db0343d2eefc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-01T02:36:52.373Z] provisioning config files... [2020-09-01T02:36:52.383Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/131@tmp/config4762260629800230691tmp [2020-09-01T02:36:52.398Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/131@tmp/config5202977125548101075tmp [2020-09-01T02:36:52.412Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/131@tmp/config2429729559128434015tmp [Pipeline] { [Pipeline] echo [2020-09-01T02:36:52.516Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:36:52.833Z] ---> sigul-configuration.sh [2020-09-01T02:36:52.833Z] gpg: directory `/root/.gnupg' created [2020-09-01T02:36:52.833Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-01T02:36:52.833Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-01T02:36:52.833Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-01T02:36:52.833Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-01T02:36:52.833Z] gpg: CAST5 encrypted data [2020-09-01T02:36:52.834Z] gpg: encrypted with 1 passphrase [2020-09-01T02:36:52.834Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-01T02:36:53.391Z] + mkdir /home/jenkins [2020-09-01T02:36:53.391Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-01T02:36:53.684Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-09-01T02:36:53.694Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:36:53.988Z] ---> sigul-install.sh [2020-09-01T02:36:59.275Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-01T02:36:59.578Z] + git tag --list [2020-09-01T02:36:59.578Z] v1.2.2-dev.19 [Pipeline] sh [2020-09-01T02:36:59.876Z] + lftools sign git-tag v1.2.2-dev.19 [2020-09-01T02:37:01.260Z] Signing Git tag with Sigul... [2020-09-01T02:37:01.260Z] Signing v1.2.2-dev.19 [2020-09-01T02:37:02.203Z] Error: Authentication failed [Pipeline] echo [2020-09-01T02:37:02.212Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:37:02.502Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-01T02:37:02.511Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-01T02:37:02.590Z] $ docker stop --time=1 83adc6fefc030eab88d67530c5d82e9764c125d6a1a798525005db0343d2eefc [2020-09-01T02:37:04.708Z] $ docker rm -f 83adc6fefc030eab88d67530c5d82e9764c125d6a1a798525005db0343d2eefc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:37:05.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T02:37:05.453Z] . [Pipeline] withDockerContainer [2020-09-01T02:37:05.549Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:37:05.591Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:37:06.426Z] $ docker top cd2663f74a5c68d8f935d04c698900853e7687e76a8ff06e2a7aef17cdc704d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-01T02:37:06.684Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T02:37:06.684Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T02:37:06.886Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T02:37:06.892Z] $ docker exec cd2663f74a5c68d8f935d04c698900853e7687e76a8ff06e2a7aef17cdc704d6 ssh-agent [2020-09-01T02:37:07.080Z] SSH_AUTH_SOCK=/tmp/ssh-928uIbBju9Lw/agent.12 [2020-09-01T02:37:07.080Z] SSH_AGENT_PID=17 [2020-09-01T02:37:07.088Z] Running ssh-add (command line suppressed) [2020-09-01T02:37:07.231Z] Identity added: /w/workspace/edgex-go/131@tmp/private_key_929899089855796762.key (/w/workspace/edgex-go/131@tmp/private_key_929899089855796762.key) [2020-09-01T02:37:07.290Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T02:37:07.613Z] + git semver bump pre [2020-09-01T02:37:07.613Z] # -> Open(): unable to determine branch for HEAD [2020-09-01T02:37:07.613Z] # $GIT_DIR = /w/workspace/edgex-go/131/.git [2020-09-01T02:37:07.613Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/131 [2020-09-01T02:37:07.613Z] # $SEMVER_REMOTE_NAME = origin [2020-09-01T02:37:07.613Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-01T02:37:07.613Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-01T02:37:07.613Z] # $SEMVER_BRANCH = master [2020-09-01T02:37:07.613Z] # $SEMVER_DIR = /w/workspace/edgex-go/131/.semver [2020-09-01T02:37:07.613Z] 1.2.2-dev.20 [Pipeline] } [2020-09-01T02:37:07.625Z] $ docker exec --env ******** --env ******** cd2663f74a5c68d8f935d04c698900853e7687e76a8ff06e2a7aef17cdc704d6 ssh-agent -k [2020-09-01T02:37:07.753Z] unset SSH_AUTH_SOCK; [2020-09-01T02:37:07.753Z] unset SSH_AGENT_PID; [2020-09-01T02:37:07.753Z] echo Agent pid 17 killed; [2020-09-01T02:37:07.807Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-01T02:37:08.239Z] + git semver [Pipeline] } [2020-09-01T02:37:08.256Z] $ docker stop --time=1 cd2663f74a5c68d8f935d04c698900853e7687e76a8ff06e2a7aef17cdc704d6 [2020-09-01T02:37:09.641Z] $ docker rm -f cd2663f74a5c68d8f935d04c698900853e7687e76a8ff06e2a7aef17cdc704d6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:37:10.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T02:37:10.131Z] . [Pipeline] withDockerContainer [2020-09-01T02:37:10.231Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:37:10.274Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:37:10.995Z] $ docker top 1c8611db6578b9bc0430e89b472829404c349f2b470f03ccf67732dc5536d371 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-01T02:37:11.280Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T02:37:11.280Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T02:37:11.486Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T02:37:11.491Z] $ docker exec 1c8611db6578b9bc0430e89b472829404c349f2b470f03ccf67732dc5536d371 ssh-agent [2020-09-01T02:37:11.684Z] SSH_AUTH_SOCK=/tmp/ssh-xHBe36be797v/agent.12 [2020-09-01T02:37:11.684Z] SSH_AGENT_PID=17 [2020-09-01T02:37:11.692Z] Running ssh-add (command line suppressed) [2020-09-01T02:37:11.822Z] Identity added: /w/workspace/edgex-go/131@tmp/private_key_4875883672447985594.key (/w/workspace/edgex-go/131@tmp/private_key_4875883672447985594.key) [2020-09-01T02:37:11.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T02:37:12.195Z] + git semver push [2020-09-01T02:37:12.195Z] # -> Open(): unable to determine branch for HEAD [2020-09-01T02:37:12.195Z] # $GIT_DIR = /w/workspace/edgex-go/131/.git [2020-09-01T02:37:12.195Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/131 [2020-09-01T02:37:12.195Z] # $SEMVER_REMOTE_NAME = origin [2020-09-01T02:37:12.195Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-01T02:37:12.195Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-01T02:37:12.195Z] # $SEMVER_BRANCH = master [2020-09-01T02:37:12.195Z] # $SEMVER_DIR = /w/workspace/edgex-go/131/.semver [Pipeline] } [2020-09-01T02:37:22.211Z] $ docker exec --env ******** --env ******** 1c8611db6578b9bc0430e89b472829404c349f2b470f03ccf67732dc5536d371 ssh-agent -k [2020-09-01T02:37:22.372Z] unset SSH_AUTH_SOCK; [2020-09-01T02:37:22.372Z] unset SSH_AGENT_PID; [2020-09-01T02:37:22.372Z] echo Agent pid 17 killed; [2020-09-01T02:37:22.441Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-01T02:37:22.877Z] + git semver [Pipeline] } [2020-09-01T02:37:22.892Z] $ docker stop --time=1 1c8611db6578b9bc0430e89b472829404c349f2b470f03ccf67732dc5536d371 [2020-09-01T02:37:24.269Z] $ docker rm -f 1c8611db6578b9bc0430e89b472829404c349f2b470f03ccf67732dc5536d371 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:37:25.100Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:37:25.970Z] ---> package-listing.sh [2020-09-01T02:37:25.970Z] ++ facter osfamily [2020-09-01T02:37:25.970Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-01T02:37:25.970Z] + OS_FAMILY=redhat [2020-09-01T02:37:25.970Z] + workspace=/w/workspace/edgex-go/131 [2020-09-01T02:37:25.970Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-01T02:37:25.970Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-01T02:37:25.970Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-01T02:37:25.970Z] + PACKAGES=/tmp/packages_start.txt [2020-09-01T02:37:25.970Z] + '[' /w/workspace/edgex-go/131 ']' [2020-09-01T02:37:25.970Z] + PACKAGES=/tmp/packages_end.txt [2020-09-01T02:37:25.970Z] + case "${OS_FAMILY}" in [2020-09-01T02:37:25.970Z] + rpm -qa [2020-09-01T02:37:25.970Z] + sort [2020-09-01T02:37:30.180Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-01T02:37:30.180Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-01T02:37:30.180Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-01T02:37:30.180Z] + '[' /w/workspace/edgex-go/131 ']' [2020-09-01T02:37:30.180Z] + mkdir -p /w/workspace/edgex-go/131/archives/ [2020-09-01T02:37:30.180Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/131/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:37:31.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-01T02:37:31.157Z] [2020-09-01T02:37:31.157Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:37:31.502Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-01T02:37:31.502Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-01T02:37:31.502Z] c9b1b535fdd9: Pulling fs layer [2020-09-01T02:37:31.502Z] 2cc5ad85d9ab: Pulling fs layer [2020-09-01T02:37:31.502Z] 756a868c4378: Pulling fs layer [2020-09-01T02:37:31.502Z] 444b2fc9a129: Pulling fs layer [2020-09-01T02:37:31.502Z] ea15f1150254: Pulling fs layer [2020-09-01T02:37:31.502Z] 41b27a9f41bf: Pulling fs layer [2020-09-01T02:37:31.502Z] 28c525ee5125: Pulling fs layer [2020-09-01T02:37:31.502Z] 094b1ea09ed8: Pulling fs layer [2020-09-01T02:37:31.502Z] 138eaada9080: Pulling fs layer [2020-09-01T02:37:31.502Z] 0622d0fa9048: Pulling fs layer [2020-09-01T02:37:31.502Z] ea15f1150254: Waiting [2020-09-01T02:37:31.502Z] 41b27a9f41bf: Waiting [2020-09-01T02:37:31.502Z] 28c525ee5125: Waiting [2020-09-01T02:37:31.502Z] 444b2fc9a129: Waiting [2020-09-01T02:37:31.502Z] 138eaada9080: Waiting [2020-09-01T02:37:31.502Z] 0622d0fa9048: Waiting [2020-09-01T02:37:31.502Z] 2cc5ad85d9ab: Verifying Checksum [2020-09-01T02:37:31.502Z] 2cc5ad85d9ab: Download complete [2020-09-01T02:37:31.502Z] 444b2fc9a129: Verifying Checksum [2020-09-01T02:37:31.502Z] 444b2fc9a129: Download complete [2020-09-01T02:37:31.502Z] c9b1b535fdd9: Verifying Checksum [2020-09-01T02:37:31.502Z] c9b1b535fdd9: Download complete [2020-09-01T02:37:31.502Z] ea15f1150254: Verifying Checksum [2020-09-01T02:37:31.502Z] ea15f1150254: Download complete [2020-09-01T02:37:31.767Z] 28c525ee5125: Verifying Checksum [2020-09-01T02:37:31.767Z] 28c525ee5125: Download complete [2020-09-01T02:37:32.029Z] 756a868c4378: Download complete [2020-09-01T02:37:32.029Z] 138eaada9080: Verifying Checksum [2020-09-01T02:37:32.029Z] 138eaada9080: Download complete [2020-09-01T02:37:32.029Z] 0622d0fa9048: Verifying Checksum [2020-09-01T02:37:32.029Z] 0622d0fa9048: Download complete [2020-09-01T02:37:32.029Z] c9b1b535fdd9: Pull complete [2020-09-01T02:37:32.029Z] 094b1ea09ed8: Verifying Checksum [2020-09-01T02:37:32.029Z] 094b1ea09ed8: Download complete [2020-09-01T02:37:32.603Z] 2cc5ad85d9ab: Pull complete [2020-09-01T02:37:32.603Z] 41b27a9f41bf: Verifying Checksum [2020-09-01T02:37:32.603Z] 41b27a9f41bf: Download complete [2020-09-01T02:37:34.517Z] 756a868c4378: Pull complete [2020-09-01T02:37:34.517Z] 444b2fc9a129: Pull complete [2020-09-01T02:37:34.517Z] ea15f1150254: Pull complete [2020-09-01T02:37:38.769Z] 41b27a9f41bf: Pull complete [2020-09-01T02:37:39.029Z] 28c525ee5125: Pull complete [2020-09-01T02:37:42.342Z] 094b1ea09ed8: Pull complete [2020-09-01T02:37:42.342Z] 138eaada9080: Pull complete [2020-09-01T02:37:42.342Z] 0622d0fa9048: Pull complete [2020-09-01T02:37:42.342Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-09-01T02:37:42.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-01T02:37:42.342Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-01T02:37:42.493Z] prd-centos7-docker-4c-2g-989 does not seem to be running inside a container [2020-09-01T02:37:42.537Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/131 -v /w/workspace/edgex-go/131:/w/workspace/edgex-go/131:rw,z -v /w/workspace/edgex-go/131@tmp:/w/workspace/edgex-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T02:37:45.736Z] $ docker top 20b31b66709664a1d16e11ec0fbcbf22921bbccb0c45af32c2b78cd2e63fd6bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-01T02:37:45.981Z] provisioning config files... [2020-09-01T02:37:45.996Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/131@tmp/config2222770121354606603tmp [Pipeline] { [Pipeline] echo [2020-09-01T02:37:46.050Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:37:46.343Z] ---> create-netrc.sh [Pipeline] echo [2020-09-01T02:37:46.352Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:37:46.643Z] ---> logs-deploy.sh [2020-09-01T02:37:46.643Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/131 [2020-09-01T02:37:46.643Z] INFO: archiving workspace using pattern(s): [2020-09-01T02:37:47.584Z] Archives upload complete. [2020-09-01T02:37:47.843Z] INFO: archiving logs to Nexus