Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b15589ad757bd96941d0737b641a3301667c5cfd Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision dcbc8a6d220df67e999b8e0a576aeb28edcc7cba Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision dcbc8a6d220df67e999b8e0a576aeb28edcc7cba using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision dcbc8a6d220df67e999b8e0a576aeb28edcc7cba (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dcbc8a6d220df67e999b8e0a576aeb28edcc7cba # timeout=10 Commit message: "Merge pull request #214 from ernestojeda/fix-push-arm64-pushall" > 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 raml_verify, buildScript:make build, publishSwaggerDocs: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 raml_verify 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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-622’ is offline Running on prd-centos7-docker-4c-2g-623 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/111 [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/111 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b15589ad757bd96941d0737b641a3301667c5cfd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 Commit message: "Merge pull request #2634 from ernestojeda/parallel-docker" > git rev-list --no-walk b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-22T18:26:08.526Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-22T18:26:08.740Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-22T18:26:08.816Z] ========================================================= [2020-07-22T18:26:08.817Z] EdgeX Global Pipelines Version Info [2020-07-22T18:26:08.817Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-22T18:26:10.237Z] ------------------- [2020-07-22T18:26:10.237Z] stable info: [2020-07-22T18:26:10.237Z] ------------------- [2020-07-22T18:26:10.237Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-22T18:26:10.237Z] Commit SHA: dcbc8a6d220df67e999b8e0a576aeb28edcc7cba [2020-07-22T18:26:10.237Z] Message: update stable to v1.0.102 [2020-07-22T18:26:11.180Z] ------------------- [2020-07-22T18:26:11.180Z] experimental info: [2020-07-22T18:26:11.180Z] ------------------- [2020-07-22T18:26:11.180Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-22T18:26:11.180Z] Commit SHA: dcbc8a6d220df67e999b8e0a576aeb28edcc7cba [2020-07-22T18:26:11.180Z] Message: update experimental to v1.0.102 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-22T18:26:12.966Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-07-22T18:26:12.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T18:26:12.967Z] ++ dirname cmd/core-command/Dockerfile [2020-07-22T18:26:12.967Z] ++ cut -d/ -f2 [2020-07-22T18:26:12.967Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-22T18:26:12.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T18:26:12.967Z] ++ dirname cmd/core-data/Dockerfile [2020-07-22T18:26:12.967Z] ++ cut -d/ -f2 [2020-07-22T18:26:12.967Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-22T18:26:12.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T18:26:12.967Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-22T18:26:12.967Z] ++ cut -d/ -f2 [2020-07-22T18:26:12.967Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-22T18:26:12.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T18:26:12.967Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-22T18:26:12.967Z] ++ cut -d/ -f2 [2020-07-22T18:26:12.967Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-22T18:26:12.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T18:26:12.967Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-22T18:26:12.967Z] ++ cut -d/ -f2 [2020-07-22T18:26:12.967Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-22T18:26:12.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T18:26:12.967Z] ++ cut -d/ -f2 [2020-07-22T18:26:12.967Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-22T18:26:12.967Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-22T18:26:12.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T18:26:12.967Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-22T18:26:12.967Z] ++ cut -d/ -f2 [2020-07-22T18:26:12.967Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-22T18:26:12.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T18:26:12.967Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-22T18:26:12.967Z] ++ cut -d/ -f2 [2020-07-22T18:26:12.967Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-22T18:26:12.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T18:26:12.967Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-22T18:26:12.967Z] ++ cut -d/ -f2 [2020-07-22T18:26:12.967Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-22T18:26:12.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T18:26:12.967Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-22T18:26:12.967Z] ++ cut -d/ -f2 [2020-07-22T18:26:12.967Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-22T18:26:13.037Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:26:13.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T18:26:13.969Z] [2020-07-22T18:26:13.969Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:26:14.315Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T18:26:14.316Z] latest: Pulling from edgex-devops/git-semver [2020-07-22T18:26:14.316Z] 31603596830f: Pulling fs layer [2020-07-22T18:26:14.316Z] 2a8b12db71e7: Pulling fs layer [2020-07-22T18:26:14.316Z] 6ca5941a6612: Pulling fs layer [2020-07-22T18:26:14.316Z] ecc8261a40a4: Pulling fs layer [2020-07-22T18:26:14.316Z] ecc8261a40a4: Waiting [2020-07-22T18:26:14.316Z] 2a8b12db71e7: Download complete [2020-07-22T18:26:14.587Z] 31603596830f: Download complete [2020-07-22T18:26:14.587Z] ecc8261a40a4: Verifying Checksum [2020-07-22T18:26:14.587Z] ecc8261a40a4: Download complete [2020-07-22T18:26:14.587Z] 6ca5941a6612: Verifying Checksum [2020-07-22T18:26:14.587Z] 6ca5941a6612: Download complete [2020-07-22T18:26:14.860Z] 31603596830f: Pull complete [2020-07-22T18:26:15.126Z] 2a8b12db71e7: Pull complete [2020-07-22T18:26:15.712Z] 6ca5941a6612: Pull complete [2020-07-22T18:26:15.982Z] ecc8261a40a4: Pull complete [2020-07-22T18:26:15.982Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-22T18:26:15.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T18:26:15.982Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-22T18:26:16.081Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:26:16.126Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T18:26:18.403Z] $ docker top 78bece97015e8d13f34af6890d8d581b92baedab4bd485ddc70e502badda0929 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T18:26:18.704Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T18:26:18.704Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T18:26:18.905Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T18:26:18.908Z] $ docker exec 78bece97015e8d13f34af6890d8d581b92baedab4bd485ddc70e502badda0929 ssh-agent [2020-07-22T18:26:19.071Z] SSH_AUTH_SOCK=/tmp/ssh-MfkVWiTbnqmN/agent.12 [2020-07-22T18:26:19.071Z] SSH_AGENT_PID=17 [2020-07-22T18:26:19.082Z] Running ssh-add (command line suppressed) [2020-07-22T18:26:19.206Z] Identity added: /w/workspace/edgex-go/111@tmp/private_key_1103883150467143261.key (/w/workspace/edgex-go/111@tmp/private_key_1103883150467143261.key) [2020-07-22T18:26:19.256Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T18:26:19.579Z] + git describe --exact-match --tags HEAD [2020-07-22T18:26:19.579Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-22T18:26:19.605Z] $ docker exec --env ******** --env ******** 78bece97015e8d13f34af6890d8d581b92baedab4bd485ddc70e502badda0929 ssh-agent -k [2020-07-22T18:26:19.722Z] unset SSH_AUTH_SOCK; [2020-07-22T18:26:19.722Z] unset SSH_AGENT_PID; [2020-07-22T18:26:19.722Z] echo Agent pid 17 killed; [2020-07-22T18:26:19.770Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-22T18:26:19.859Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-22T18:26:19.859Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-22T18:26:19.949Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T18:26:19.949Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T18:26:20.119Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T18:26:20.121Z] $ docker exec 78bece97015e8d13f34af6890d8d581b92baedab4bd485ddc70e502badda0929 ssh-agent [2020-07-22T18:26:20.306Z] SSH_AUTH_SOCK=/tmp/ssh-qXQatUeq9axX/agent.46 [2020-07-22T18:26:20.306Z] SSH_AGENT_PID=51 [2020-07-22T18:26:20.312Z] Running ssh-add (command line suppressed) [2020-07-22T18:26:20.432Z] Identity added: /w/workspace/edgex-go/111@tmp/private_key_5572618031369509489.key (/w/workspace/edgex-go/111@tmp/private_key_5572618031369509489.key) [2020-07-22T18:26:20.481Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T18:26:20.810Z] + git semver init [2020-07-22T18:26:20.810Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T18:26:20.810Z] # $GIT_DIR = /w/workspace/edgex-go/111/.git [2020-07-22T18:26:20.810Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/111 [2020-07-22T18:26:20.810Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T18:26:20.810Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T18:26:20.810Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T18:26:20.810Z] # $SEMVER_BRANCH = master [2020-07-22T18:26:20.810Z] # $SEMVER_TEMP = /tmp/semver-796105079 [2020-07-22T18:26:20.810Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-22T18:26:42.793Z] # '/tmp/semver-796105079' -> '/w/workspace/edgex-go/111/.semver' [2020-07-22T18:26:43.365Z] # -> Force: false [2020-07-22T18:26:43.365Z] # $SEMVER_DIR = /w/workspace/edgex-go/111/.semver [Pipeline] } [2020-07-22T18:26:43.377Z] $ docker exec --env ******** --env ******** 78bece97015e8d13f34af6890d8d581b92baedab4bd485ddc70e502badda0929 ssh-agent -k [2020-07-22T18:26:43.585Z] unset SSH_AUTH_SOCK; [2020-07-22T18:26:43.586Z] unset SSH_AGENT_PID; [2020-07-22T18:26:43.586Z] echo Agent pid 51 killed; [2020-07-22T18:26:43.645Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T18:26:44.184Z] + git semver [Pipeline] } [2020-07-22T18:26:44.197Z] $ docker stop --time=1 78bece97015e8d13f34af6890d8d581b92baedab4bd485ddc70e502badda0929 [2020-07-22T18:26:45.799Z] $ docker rm -f 78bece97015e8d13f34af6890d8d581b92baedab4bd485ddc70e502badda0929 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-22T18:26:58.138Z] Stashed 18 file(s) [Pipeline] echo [2020-07-22T18:26:58.140Z] [edgeXSemver] initialized semver on version 1.2.2-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-07-22T18:26:58.629Z] ========================================================= [2020-07-22T18:26:58.629Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-22T18:26:58.629Z] ========================================================= [2020-07-22T18:26:58.648Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-621 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] ws [2020-07-22T18:26:58.758Z] Running in /w/workspace/edgex-go/111 [Pipeline] { [Pipeline] checkout [2020-07-22T18:26:58.965Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-22T18:27:03.197Z] Sending build context to Docker daemon 323.1MB [2020-07-22T18:27:03.197Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-22T18:27:03.197Z] Step 2/7 : FROM ${BASE} [2020-07-22T18:27:03.197Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-22T18:27:03.197Z] df20fa9351a1: Pulling fs layer [2020-07-22T18:27:03.197Z] ed8968b2872e: Pulling fs layer [2020-07-22T18:27:03.197Z] a92cc7c5fd73: Pulling fs layer [2020-07-22T18:27:03.197Z] 2dd03ba5bac4: Pulling fs layer [2020-07-22T18:27:03.197Z] 1e091d79d1de: Pulling fs layer [2020-07-22T18:27:03.197Z] 481702a1767f: Pulling fs layer [2020-07-22T18:27:03.197Z] f64a6f60c768: Pulling fs layer [2020-07-22T18:27:03.197Z] e78d2573fc39: Pulling fs layer [2020-07-22T18:27:03.197Z] e876d2f968b6: Pulling fs layer [2020-07-22T18:27:03.197Z] ce8a83651883: Pulling fs layer [2020-07-22T18:27:03.197Z] 07967f4d0e4b: Pulling fs layer [2020-07-22T18:27:03.197Z] 2dd03ba5bac4: Waiting [2020-07-22T18:27:03.197Z] 1e091d79d1de: Waiting [2020-07-22T18:27:03.197Z] 481702a1767f: Waiting [2020-07-22T18:27:03.197Z] f64a6f60c768: Waiting [2020-07-22T18:27:03.197Z] e78d2573fc39: Waiting [2020-07-22T18:27:03.197Z] e876d2f968b6: Waiting [2020-07-22T18:27:03.197Z] ce8a83651883: Waiting [2020-07-22T18:27:03.197Z] 07967f4d0e4b: Waiting [2020-07-22T18:27:03.197Z] a92cc7c5fd73: Verifying Checksum [2020-07-22T18:27:03.197Z] a92cc7c5fd73: Download complete [2020-07-22T18:27:03.197Z] ed8968b2872e: Download complete [2020-07-22T18:27:03.197Z] 1e091d79d1de: Verifying Checksum [2020-07-22T18:27:03.197Z] 481702a1767f: Verifying Checksum [2020-07-22T18:27:03.197Z] 481702a1767f: Download complete [2020-07-22T18:27:03.197Z] df20fa9351a1: Verifying Checksum [2020-07-22T18:27:03.197Z] df20fa9351a1: Download complete [2020-07-22T18:27:03.197Z] df20fa9351a1: Pull complete [2020-07-22T18:27:03.469Z] ed8968b2872e: Pull complete [2020-07-22T18:27:03.469Z] a92cc7c5fd73: Pull complete [2020-07-22T18:27:03.608Z] using credential edgex-jenkins-ssh [2020-07-22T18:27:03.660Z] Cloning the remote Git repository [2020-07-22T18:27:03.660Z] Cloning with configured refspecs honoured and without tags [2020-07-22T18:27:03.751Z] f64a6f60c768: Verifying Checksum [2020-07-22T18:27:03.751Z] f64a6f60c768: Download complete [2020-07-22T18:27:03.751Z] e876d2f968b6: Verifying Checksum [2020-07-22T18:27:03.751Z] e876d2f968b6: Download complete [2020-07-22T18:27:03.707Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-22T18:27:04.340Z] e78d2573fc39: Verifying Checksum [2020-07-22T18:27:04.340Z] e78d2573fc39: Download complete [2020-07-22T18:27:04.340Z] 07967f4d0e4b: Verifying Checksum [2020-07-22T18:27:04.340Z] 07967f4d0e4b: Download complete [2020-07-22T18:27:04.340Z] 2dd03ba5bac4: Verifying Checksum [2020-07-22T18:27:04.340Z] 2dd03ba5bac4: Download complete [2020-07-22T18:27:04.606Z] ce8a83651883: Verifying Checksum [2020-07-22T18:27:04.606Z] ce8a83651883: Download complete [2020-07-22T18:27:03.843Z] > git init /w/workspace/edgex-go/111 # timeout=10 [2020-07-22T18:27:03.916Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-22T18:27:03.917Z] > git --version # timeout=10 [2020-07-22T18:27:03.945Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T18:27:04.011Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T18:27:09.921Z] 2dd03ba5bac4: Pull complete [2020-07-22T18:27:09.921Z] 1e091d79d1de: Pull complete [2020-07-22T18:27:09.921Z] 481702a1767f: Pull complete [2020-07-22T18:27:15.243Z] f64a6f60c768: Pull complete [2020-07-22T18:27:17.803Z] e78d2573fc39: Pull complete [2020-07-22T18:27:18.066Z] e876d2f968b6: Pull complete [2020-07-22T18:27:18.502Z] Fetching without tags [2020-07-22T18:27:19.012Z] ce8a83651883: Pull complete [2020-07-22T18:27:18.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-22T18:27:18.441Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T18:27:18.469Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-22T18:27:18.497Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-22T18:27:18.498Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T18:27:18.510Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T18:27:19.077Z] Checking out Revision b15589ad757bd96941d0737b641a3301667c5cfd (master) [2020-07-22T18:27:19.274Z] 07967f4d0e4b: Pull complete [2020-07-22T18:27:19.274Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-22T18:27:19.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-22T18:27:19.274Z] ---> 5d7c900382c6 [2020-07-22T18:27:19.274Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-22T18:27:20.669Z] ---> Running in 83bedd422deb [2020-07-22T18:27:19.122Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T18:27:19.160Z] > git checkout -f b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 [2020-07-22T18:27:21.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:27:22.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:27:22.449Z] (1/12) Installing libmagic (5.38-r0) [2020-07-22T18:27:22.449Z] (2/12) Installing file (5.38-r0) [2020-07-22T18:27:22.710Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-22T18:27:22.710Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-22T18:27:23.601Z] Commit message: "Merge pull request #2634 from ernestojeda/parallel-docker" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-22T18:27:25.257Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-22T18:27:25.258Z] (6/12) Installing patch (2.7.6-r6) [2020-07-22T18:27:25.258Z] (7/12) Installing build-base (0.5-r2) [2020-07-22T18:27:25.258Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-22T18:27:25.258Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-22T18:27:25.258Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-22T18:27:25.258Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-22T18:27:25.523Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-22T18:27:25.523Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:27:25.523Z] OK: 233 MiB in 51 packages [2020-07-22T18:27:29.749Z] Removing intermediate container 83bedd422deb [2020-07-22T18:27:29.749Z] ---> 3072cafbf004 [2020-07-22T18:27:29.749Z] Step 4/7 : WORKDIR /edgex-go [2020-07-22T18:27:29.749Z] ---> Running in b2e69d6f8c52 [2020-07-22T18:27:29.749Z] Removing intermediate container b2e69d6f8c52 [2020-07-22T18:27:29.749Z] ---> ca372b161e1e [2020-07-22T18:27:29.749Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-22T18:27:29.749Z] latest: Pulling from library/docker [2020-07-22T18:27:29.749Z] df20fa9351a1: Already exists [2020-07-22T18:27:29.749Z] 25ad7478873d: Pulling fs layer [2020-07-22T18:27:29.749Z] 4684f6177b5d: Pulling fs layer [2020-07-22T18:27:29.749Z] 46e300cec669: Pulling fs layer [2020-07-22T18:27:29.749Z] 63038576ad94: Pulling fs layer [2020-07-22T18:27:29.749Z] 0fdb76c4706c: Pulling fs layer [2020-07-22T18:27:29.749Z] cb7edeffdfd5: Pulling fs layer [2020-07-22T18:27:29.749Z] 63038576ad94: Waiting [2020-07-22T18:27:29.749Z] 0fdb76c4706c: Waiting [2020-07-22T18:27:29.749Z] cb7edeffdfd5: Waiting [2020-07-22T18:27:29.749Z] 4684f6177b5d: Verifying Checksum [2020-07-22T18:27:29.749Z] 4684f6177b5d: Download complete [2020-07-22T18:27:29.749Z] 25ad7478873d: Verifying Checksum [2020-07-22T18:27:29.749Z] 25ad7478873d: Download complete [2020-07-22T18:27:30.028Z] 63038576ad94: Verifying Checksum [2020-07-22T18:27:30.028Z] 63038576ad94: Download complete [2020-07-22T18:27:30.028Z] 0fdb76c4706c: Verifying Checksum [2020-07-22T18:27:30.028Z] 0fdb76c4706c: Download complete [2020-07-22T18:27:30.028Z] cb7edeffdfd5: Verifying Checksum [2020-07-22T18:27:30.028Z] cb7edeffdfd5: Download complete [2020-07-22T18:27:30.028Z] 25ad7478873d: Pull complete [2020-07-22T18:27:30.294Z] 4684f6177b5d: Pull complete [2020-07-22T18:27:30.561Z] 46e300cec669: Verifying Checksum [2020-07-22T18:27:30.561Z] 46e300cec669: Download complete [2020-07-22T18:27:33.146Z] 46e300cec669: Pull complete [2020-07-22T18:27:33.146Z] 63038576ad94: Pull complete [2020-07-22T18:27:33.146Z] 0fdb76c4706c: Pull complete [2020-07-22T18:27:33.146Z] cb7edeffdfd5: Pull complete [2020-07-22T18:27:33.146Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-22T18:27:33.146Z] Status: Downloaded newer image for docker:latest [2020-07-22T18:27:34.557Z] ---> 7e9df77d7790 [2020-07-22T18:27:34.557Z] Step 6/7 : COPY go.mod . [2020-07-22T18:27:34.821Z] ---> d38a630e84f5 [2020-07-22T18:27:34.821Z] Step 7/7 : RUN go mod download [2020-07-22T18:27:34.821Z] ---> Running in c70b8d220b1d [Pipeline] echo [2020-07-22T18:27:35.075Z] ========================================================= [2020-07-22T18:27:35.075Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-22T18:27:35.075Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:27:36.099Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-22T18:27:37.381Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T18:27:37.381Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T18:27:37.381Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-22T18:27:37.381Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T18:27:37.381Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T18:27:37.381Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T18:27:37.381Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T18:27:37.381Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T18:27:37.381Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-22T18:27:37.381Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T18:27:37.381Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-22T18:27:37.381Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T18:27:37.381Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T18:27:37.381Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T18:27:37.381Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T18:27:37.381Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T18:27:37.381Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-22T18:27:37.381Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T18:27:37.381Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T18:27:37.381Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-22T18:27:37.381Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T18:27:37.381Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-22T18:27:37.381Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T18:27:37.381Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T18:27:37.381Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T18:27:37.381Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T18:27:37.381Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-22T18:27:37.642Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T18:27:37.642Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T18:27:37.642Z] go: finding github.com/google/uuid v1.1.0 [2020-07-22T18:27:37.642Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T18:27:37.642Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T18:27:37.642Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T18:27:37.642Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T18:27:37.642Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T18:27:37.642Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T18:27:37.642Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T18:27:37.642Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T18:27:37.642Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T18:27:37.904Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T18:27:37.904Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T18:27:37.904Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T18:27:37.904Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T18:27:37.904Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T18:27:37.904Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T18:27:37.904Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T18:27:37.904Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T18:27:37.904Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T18:27:37.904Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-22T18:27:37.904Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-22T18:27:37.904Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T18:27:38.165Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-22T18:27:38.165Z] go: finding github.com/kr/pty v1.1.1 [2020-07-22T18:27:38.165Z] go: finding github.com/kr/text v0.1.0 [2020-07-22T18:27:38.165Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T18:27:38.165Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T18:27:38.165Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T18:27:38.165Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T18:27:38.165Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T18:27:38.165Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T18:27:38.165Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T18:27:38.165Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T18:27:38.165Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T18:27:38.426Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T18:27:38.426Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T18:27:38.426Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T18:27:38.426Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-22T18:27:38.426Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-22T18:27:38.426Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T18:27:38.426Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-22T18:27:38.426Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T18:27:38.426Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T18:27:38.426Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T18:27:38.426Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T18:27:38.426Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-22T18:27:38.688Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T18:27:38.688Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T18:27:38.688Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T18:27:38.688Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T18:27:38.688Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T18:27:38.688Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T18:27:38.688Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-22T18:27:38.688Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T18:27:38.688Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T18:27:38.688Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-22T18:27:38.688Z] go: finding golang.org/x/text v0.3.2 [2020-07-22T18:27:38.688Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-22T18:27:38.951Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-22T18:27:38.951Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-22T18:27:38.951Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-22T18:27:38.951Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-22T18:27:38.951Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T18:27:40.437Z] Sending build context to Docker daemon 323.1MB [2020-07-22T18:27:40.437Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-22T18:27:40.437Z] Step 2/7 : FROM ${BASE} [2020-07-22T18:27:40.437Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-22T18:27:40.437Z] b538f80385f9: Pulling fs layer [2020-07-22T18:27:40.437Z] 74f711af9a0d: Pulling fs layer [2020-07-22T18:27:40.437Z] 99f96fe45779: Pulling fs layer [2020-07-22T18:27:40.437Z] fd7a069fd194: Pulling fs layer [2020-07-22T18:27:40.437Z] 66aa3694b03b: Pulling fs layer [2020-07-22T18:27:40.437Z] 170f70906a0f: Pulling fs layer [2020-07-22T18:27:40.437Z] ad7c5574e4b9: Pulling fs layer [2020-07-22T18:27:40.437Z] e772456be8f7: Pulling fs layer [2020-07-22T18:27:40.437Z] c890913d741a: Pulling fs layer [2020-07-22T18:27:40.437Z] 2480fcc9aa5a: Pulling fs layer [2020-07-22T18:27:40.437Z] 09adf4765672: Pulling fs layer [2020-07-22T18:27:40.437Z] fd7a069fd194: Waiting [2020-07-22T18:27:40.437Z] 66aa3694b03b: Waiting [2020-07-22T18:27:40.437Z] 170f70906a0f: Waiting [2020-07-22T18:27:40.437Z] ad7c5574e4b9: Waiting [2020-07-22T18:27:40.437Z] e772456be8f7: Waiting [2020-07-22T18:27:40.437Z] c890913d741a: Waiting [2020-07-22T18:27:40.437Z] 09adf4765672: Waiting [2020-07-22T18:27:40.437Z] 2480fcc9aa5a: Waiting [2020-07-22T18:27:40.437Z] 99f96fe45779: Download complete [2020-07-22T18:27:40.437Z] 74f711af9a0d: Download complete [2020-07-22T18:27:40.437Z] 66aa3694b03b: Verifying Checksum [2020-07-22T18:27:40.437Z] 66aa3694b03b: Download complete [2020-07-22T18:27:40.437Z] 170f70906a0f: Download complete [2020-07-22T18:27:40.437Z] b538f80385f9: Verifying Checksum [2020-07-22T18:27:40.437Z] b538f80385f9: Download complete [2020-07-22T18:27:41.430Z] b538f80385f9: Pull complete [2020-07-22T18:27:41.707Z] 74f711af9a0d: Pull complete [2020-07-22T18:27:42.305Z] 99f96fe45779: Pull complete [2020-07-22T18:27:43.743Z] ad7c5574e4b9: Verifying Checksum [2020-07-22T18:27:43.743Z] ad7c5574e4b9: Download complete [2020-07-22T18:27:43.743Z] c890913d741a: Download complete [2020-07-22T18:27:45.714Z] 2480fcc9aa5a: Verifying Checksum [2020-07-22T18:27:45.714Z] 2480fcc9aa5a: Download complete [2020-07-22T18:27:45.986Z] 09adf4765672: Verifying Checksum [2020-07-22T18:27:45.986Z] 09adf4765672: Download complete [2020-07-22T18:27:46.259Z] fd7a069fd194: Verifying Checksum [2020-07-22T18:27:46.259Z] fd7a069fd194: Download complete [2020-07-22T18:27:46.531Z] e772456be8f7: Verifying Checksum [2020-07-22T18:27:46.531Z] e772456be8f7: Download complete [2020-07-22T18:27:53.926Z] Removing intermediate container c70b8d220b1d [2020-07-22T18:27:53.926Z] ---> f6604d290ba4 [2020-07-22T18:27:53.926Z] Successfully built f6604d290ba4 [2020-07-22T18:27:53.926Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:27:54.536Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-22T18:27:54.536Z] . [Pipeline] withDockerContainer [2020-07-22T18:27:54.632Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:27:54.678Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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 ******** ci-base-image-x86_64 cat [2020-07-22T18:27:55.289Z] $ docker top 31721bfe55fc1f4b52c3e26e3b59579d0b51426382d09e3b45c1debaa2afa3ac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T18:27:55.764Z] + go version [2020-07-22T18:27:55.764Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-22T18:27:55.777Z] ========================================================= [2020-07-22T18:27:55.777Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-22T18:27:55.777Z] ========================================================= [Pipeline] sh [2020-07-22T18:27:56.063Z] + make test raml_verify [2020-07-22T18:27:56.063Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-22T18:27:57.984Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-22T18:27:58.924Z] fd7a069fd194: Pull complete [2020-07-22T18:27:58.924Z] 66aa3694b03b: Pull complete [2020-07-22T18:27:58.924Z] 170f70906a0f: Pull complete [2020-07-22T18:28:01.538Z] ad7c5574e4b9: Pull complete [2020-07-22T18:28:06.932Z] e772456be8f7: Pull complete [2020-07-22T18:28:06.932Z] c890913d741a: Pull complete [2020-07-22T18:28:08.096Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-22T18:28:08.908Z] 2480fcc9aa5a: Pull complete [2020-07-22T18:28:09.178Z] 09adf4765672: Pull complete [2020-07-22T18:28:09.178Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-22T18:28:09.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-22T18:28:09.449Z] ---> 2248a725d1cf [2020-07-22T18:28:09.449Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-22T18:28:11.448Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-22T18:28:11.448Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-22T18:28:11.448Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-22T18:28:11.448Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-22T18:28:12.855Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s [2020-07-22T18:28:12.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-22T18:28:12.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-22T18:28:12.855Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-22T18:28:13.124Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-22T18:28:13.710Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-22T18:28:13.710Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-22T18:28:13.710Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-22T18:28:13.710Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-22T18:28:16.159Z] ---> Running in 4af083380f0b [2020-07-22T18:28:17.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:28:18.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:28:19.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.026s coverage: 46.6% of statements [2020-07-22T18:28:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-22T18:28:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-22T18:28:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-22T18:28:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-22T18:28:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-22T18:28:19.171Z] (1/12) Installing libmagic (5.38-r0) [2020-07-22T18:28:19.443Z] (2/12) Installing file (5.38-r0) [2020-07-22T18:28:19.716Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-22T18:28:19.716Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-22T18:28:23.090Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-22T18:28:23.090Z] (6/12) Installing patch (2.7.6-r6) [2020-07-22T18:28:23.090Z] (7/12) Installing build-base (0.5-r2) [2020-07-22T18:28:23.090Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-22T18:28:23.090Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-22T18:28:23.090Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-22T18:28:23.090Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-22T18:28:23.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.044s coverage: 27.4% of statements [2020-07-22T18:28:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-22T18:28:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-22T18:28:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-22T18:28:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-22T18:28:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-22T18:28:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-22T18:28:23.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.017s coverage: 100.0% of statements [2020-07-22T18:28:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-22T18:28:23.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements [2020-07-22T18:28:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-22T18:28:23.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.090s coverage: 29.3% of statements [2020-07-22T18:28:23.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-22T18:28:23.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-22T18:28:23.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-22T18:28:23.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-22T18:28:23.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-22T18:28:23.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.031s coverage: 100.0% of statements [2020-07-22T18:28:23.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-22T18:28:23.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements [2020-07-22T18:28:23.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-22T18:28:23.361Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-22T18:28:23.361Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:28:23.361Z] OK: 217 MiB in 51 packages [2020-07-22T18:28:24.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.025s coverage: 89.8% of statements [2020-07-22T18:28:24.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-22T18:28:24.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements [2020-07-22T18:28:24.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-22T18:28:24.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 100.0% of statements [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-22T18:28:24.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-22T18:28:24.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-22T18:28:24.513Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.012s coverage: 58.8% of statements [2020-07-22T18:28:25.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.063s coverage: 63.5% of statements [2020-07-22T18:28:25.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-22T18:28:25.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-22T18:28:25.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements [2020-07-22T18:28:25.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.139s coverage: 55.9% of statements [2020-07-22T18:28:25.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-22T18:28:25.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-22T18:28:25.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-22T18:28:25.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-22T18:28:27.658Z] Removing intermediate container 4af083380f0b [2020-07-22T18:28:27.658Z] ---> 38dec70649cc [2020-07-22T18:28:27.658Z] Step 4/7 : WORKDIR /edgex-go [2020-07-22T18:28:27.931Z] ---> Running in 8eae94e034c6 [2020-07-22T18:28:28.535Z] Removing intermediate container 8eae94e034c6 [2020-07-22T18:28:28.535Z] ---> 5a246db7a1ac [2020-07-22T18:28:28.535Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-22T18:28:28.808Z] latest: Pulling from library/docker [2020-07-22T18:28:29.083Z] b538f80385f9: Already exists [2020-07-22T18:28:29.083Z] 259a493cd78d: Pulling fs layer [2020-07-22T18:28:29.083Z] b8e66b5100f5: Pulling fs layer [2020-07-22T18:28:29.083Z] 39dc9c94d07c: Pulling fs layer [2020-07-22T18:28:29.083Z] 551b823b3b82: Pulling fs layer [2020-07-22T18:28:29.083Z] 3c52a74df98c: Pulling fs layer [2020-07-22T18:28:29.083Z] 551b823b3b82: Waiting [2020-07-22T18:28:29.083Z] 6c9b121b6998: Pulling fs layer [2020-07-22T18:28:29.083Z] 3c52a74df98c: Waiting [2020-07-22T18:28:29.083Z] 6c9b121b6998: Waiting [2020-07-22T18:28:29.083Z] b8e66b5100f5: Download complete [2020-07-22T18:28:29.364Z] 259a493cd78d: Verifying Checksum [2020-07-22T18:28:29.364Z] 259a493cd78d: Download complete [2020-07-22T18:28:29.364Z] 551b823b3b82: Verifying Checksum [2020-07-22T18:28:29.364Z] 551b823b3b82: Download complete [2020-07-22T18:28:29.364Z] 3c52a74df98c: Verifying Checksum [2020-07-22T18:28:29.364Z] 3c52a74df98c: Download complete [2020-07-22T18:28:29.642Z] 6c9b121b6998: Verifying Checksum [2020-07-22T18:28:29.642Z] 6c9b121b6998: Download complete [2020-07-22T18:28:29.917Z] 259a493cd78d: Pull complete [2020-07-22T18:28:30.520Z] b8e66b5100f5: Pull complete [2020-07-22T18:28:30.520Z] 39dc9c94d07c: Verifying Checksum [2020-07-22T18:28:30.520Z] 39dc9c94d07c: Download complete [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.544s coverage: 86.3% of statements [2020-07-22T18:28:32.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.296s coverage: 72.2% of statements [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.109s coverage: 72.1% of statements [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.019s coverage: 82.4% of statements [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.014s coverage: 48.4% of statements [2020-07-22T18:28:32.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-22T18:28:32.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-22T18:28:32.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.014s coverage: 28.8% of statements [2020-07-22T18:28:32.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.017s coverage: 96.8% of statements [2020-07-22T18:28:32.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.035s coverage: 26.9% of statements [2020-07-22T18:28:32.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-22T18:28:32.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.063s coverage: 84.1% of statements [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.030s coverage: 100.0% of statements [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 43.1% of statements [2020-07-22T18:28:32.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-22T18:28:32.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-07-22T18:28:32.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-22T18:28:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.012s coverage: 83.8% of statements [2020-07-22T18:28:32.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-22T18:28:32.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.060s coverage: 46.1% of statements [2020-07-22T18:28:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-22T18:28:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-22T18:28:32.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements [2020-07-22T18:28:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-22T18:28:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-22T18:28:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-22T18:28:32.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.043s coverage: 100.0% of statements [2020-07-22T18:28:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-22T18:28:32.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements [2020-07-22T18:28:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-22T18:28:33.155Z] 39dc9c94d07c: Pull complete [2020-07-22T18:28:33.750Z] 551b823b3b82: Pull complete [2020-07-22T18:28:34.023Z] 3c52a74df98c: Pull complete [2020-07-22T18:28:34.620Z] 6c9b121b6998: Pull complete [2020-07-22T18:28:34.620Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-22T18:28:34.620Z] Status: Downloaded newer image for docker:latest [2020-07-22T18:28:34.773Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.098s coverage: 29.1% of statements [2020-07-22T18:28:34.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-22T18:28:34.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-22T18:28:34.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-22T18:28:34.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-22T18:28:34.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-22T18:28:34.773Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.034s coverage: 99.0% of statements [2020-07-22T18:28:34.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-22T18:28:34.773Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.009s coverage: 100.0% of statements [2020-07-22T18:28:34.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-22T18:28:34.773Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-07-22T18:28:34.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-22T18:28:35.114Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.017s coverage: 100.0% of statements [2020-07-22T18:28:35.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-22T18:28:35.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-22T18:28:35.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-22T18:28:35.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-22T18:28:35.114Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.008s coverage: 87.9% of statements [2020-07-22T18:28:35.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-22T18:28:35.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-22T18:28:35.401Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.023s coverage: 100.0% of statements [2020-07-22T18:28:35.681Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-07-22T18:28:36.257Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-22T18:28:36.257Z] GO111MODULE=on go vet ./... [2020-07-22T18:28:38.026Z] ---> db6ab4a873ca [2020-07-22T18:28:38.026Z] Step 6/7 : COPY go.mod . [2020-07-22T18:28:39.004Z] ---> 2b945af4dbb8 [2020-07-22T18:28:39.005Z] Step 7/7 : RUN go mod download [2020-07-22T18:28:39.276Z] ---> Running in f8d2b56ffa40 [2020-07-22T18:28:42.658Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T18:28:42.658Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T18:28:42.658Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-22T18:28:42.658Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T18:28:42.658Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T18:28:42.658Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T18:28:42.658Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T18:28:42.658Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T18:28:42.658Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-22T18:28:42.658Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T18:28:42.658Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-22T18:28:42.658Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T18:28:42.658Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T18:28:42.658Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T18:28:42.658Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T18:28:42.658Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T18:28:42.658Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-22T18:28:42.900Z] gofmt -l . [2020-07-22T18:28:42.900Z] [ "`gofmt -l .`" = "" ] [2020-07-22T18:28:42.900Z] ./bin/test-go-mod-tidy.sh [2020-07-22T18:28:42.931Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T18:28:42.931Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T18:28:42.931Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-22T18:28:42.931Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T18:28:42.931Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-22T18:28:42.931Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T18:28:42.931Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T18:28:42.931Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T18:28:42.931Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T18:28:42.931Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-22T18:28:42.931Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T18:28:42.931Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T18:28:43.203Z] go: finding github.com/google/uuid v1.1.0 [2020-07-22T18:28:43.203Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T18:28:43.203Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T18:28:43.203Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T18:28:43.203Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T18:28:43.203Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T18:28:43.203Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T18:28:43.203Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T18:28:43.203Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T18:28:43.203Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T18:28:43.203Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T18:28:43.203Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T18:28:43.474Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T18:28:43.474Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T18:28:43.474Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T18:28:43.474Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T18:28:43.474Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T18:28:43.474Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T18:28:43.474Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T18:28:43.474Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-22T18:28:43.474Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-22T18:28:43.474Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T18:28:43.474Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-22T18:28:43.474Z] go: finding github.com/kr/pty v1.1.1 [2020-07-22T18:28:43.474Z] go: finding github.com/kr/text v0.1.0 [2020-07-22T18:28:43.745Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T18:28:43.745Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T18:28:43.745Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T18:28:43.745Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T18:28:43.745Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T18:28:43.745Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T18:28:43.745Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T18:28:43.745Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T18:28:43.745Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T18:28:43.745Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T18:28:43.745Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T18:28:43.846Z] ./bin/test-attribution-txt.sh [2020-07-22T18:28:44.016Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T18:28:44.016Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-22T18:28:44.016Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-22T18:28:44.016Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T18:28:44.016Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-22T18:28:44.016Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T18:28:44.016Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T18:28:44.016Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T18:28:44.016Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T18:28:44.016Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-22T18:28:44.286Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T18:28:44.286Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T18:28:44.286Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T18:28:44.286Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T18:28:44.286Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T18:28:44.286Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T18:28:44.286Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-22T18:28:44.286Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T18:28:44.286Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T18:28:44.286Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-22T18:28:44.286Z] go: finding golang.org/x/text v0.3.2 [2020-07-22T18:28:44.561Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-22T18:28:44.561Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-22T18:28:44.561Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-22T18:28:44.561Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-22T18:28:44.561Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-22T18:28:44.561Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T18:28:45.232Z] docker run --rm --privileged \ [2020-07-22T18:28:45.233Z] -v /w/workspace/edgex-go/111:/raml-verification -w /raml-verification \ [2020-07-22T18:28:45.233Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-22T18:28:45.233Z] /scripts/raml-verify.sh [2020-07-22T18:28:45.501Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-22T18:28:45.501Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-22T18:28:45.501Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-22T18:28:45.501Z] bd07af9ed1a4: Pulling fs layer [2020-07-22T18:28:45.501Z] 3556ccf180b2: Pulling fs layer [2020-07-22T18:28:45.501Z] 089d4748da74: Pulling fs layer [2020-07-22T18:28:45.501Z] c6eb57c77bc5: Pulling fs layer [2020-07-22T18:28:45.501Z] 0364d5097239: Pulling fs layer [2020-07-22T18:28:45.501Z] 089d4748da74: Waiting [2020-07-22T18:28:45.501Z] c6eb57c77bc5: Waiting [2020-07-22T18:28:45.501Z] 0364d5097239: Waiting [2020-07-22T18:28:45.766Z] 3556ccf180b2: Verifying Checksum [2020-07-22T18:28:45.766Z] 3556ccf180b2: Download complete [2020-07-22T18:28:45.766Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-22T18:28:45.766Z] cbdbe7a5bc2a: Download complete [2020-07-22T18:28:45.766Z] 089d4748da74: Download complete [2020-07-22T18:28:45.766Z] 0364d5097239: Verifying Checksum [2020-07-22T18:28:45.766Z] 0364d5097239: Download complete [2020-07-22T18:28:45.766Z] c6eb57c77bc5: Verifying Checksum [2020-07-22T18:28:45.766Z] c6eb57c77bc5: Download complete [2020-07-22T18:28:46.026Z] bd07af9ed1a4: Verifying Checksum [2020-07-22T18:28:46.026Z] bd07af9ed1a4: Download complete [2020-07-22T18:28:46.287Z] cbdbe7a5bc2a: Pull complete [2020-07-22T18:28:48.216Z] bd07af9ed1a4: Pull complete [2020-07-22T18:28:48.478Z] 3556ccf180b2: Pull complete [2020-07-22T18:28:48.750Z] 089d4748da74: Pull complete [2020-07-22T18:28:50.139Z] c6eb57c77bc5: Pull complete [2020-07-22T18:28:50.139Z] 0364d5097239: Pull complete [2020-07-22T18:28:50.139Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-22T18:28:50.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-22T18:29:00.148Z] Verifying ./api/raml/core-command.raml... [2020-07-22T18:29:00.719Z] OK [2020-07-22T18:29:00.719Z] Verifying ./api/raml/core-data.raml... [2020-07-22T18:29:01.663Z] OK [2020-07-22T18:29:01.663Z] Verifying ./api/raml/core-metadata.raml... [2020-07-22T18:29:02.883Z] Removing intermediate container f8d2b56ffa40 [2020-07-22T18:29:02.883Z] ---> 82adc7c41f3a [2020-07-22T18:29:02.883Z] Successfully built 82adc7c41f3a [2020-07-22T18:29:02.883Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:29:03.583Z] OK [2020-07-22T18:29:03.583Z] Verifying ./api/raml/support-logging.raml... [2020-07-22T18:29:03.588Z] + docker inspect -f . ci-base-image-arm64 [2020-07-22T18:29:03.588Z] . [Pipeline] withDockerContainer [2020-07-22T18:29:03.860Z] prd-ubuntu18.04-docker-arm64-4c-16g-621 does not seem to be running inside a container [2020-07-22T18:29:03.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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 ******** ci-base-image-arm64 cat [2020-07-22T18:29:04.158Z] OK [2020-07-22T18:29:04.158Z] Verifying ./api/raml/support-notifications.raml... [2020-07-22T18:29:05.101Z] OK [2020-07-22T18:29:05.101Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-22T18:29:05.384Z] $ docker top d7e25cf6fb42dba74d4c05a666a6a95360e817de853d66438a5c673b5013aa5b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T18:29:06.042Z] OK [2020-07-22T18:29:06.042Z] Verifying ./api/raml/system-agent.raml... [2020-07-22T18:29:06.425Z] + go version [2020-07-22T18:29:06.425Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-22T18:29:06.443Z] ========================================================= [2020-07-22T18:29:06.443Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-22T18:29:06.443Z] ========================================================= [Pipeline] sh [2020-07-22T18:29:06.612Z] OK [Pipeline] sh [2020-07-22T18:29:07.168Z] + make test raml_verify [2020-07-22T18:29:07.168Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-22T18:29:07.171Z] + ls -al . [2020-07-22T18:29:07.171Z] total 556 [2020-07-22T18:29:07.171Z] drwxrwxr-x 10 1001 1001 4096 Jul 22 18:28 . [2020-07-22T18:29:07.171Z] drwxr-xr-x 4 root root 32 Jul 22 18:27 .. [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 11 Jul 22 18:26 .dockerignore [2020-07-22T18:29:07.171Z] drwxrwxr-x 8 1001 1001 162 Jul 22 18:26 .git [2020-07-22T18:29:07.171Z] drwxrwxr-x 3 1001 1001 60 Jul 22 18:26 .github [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 924 Jul 22 18:26 .gitignore [2020-07-22T18:29:07.171Z] drwx------ 3 1001 1001 32 Jul 22 18:26 .semver [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 178 Jul 22 18:26 .sonarcloud.properties [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 3804 Jul 22 18:26 CONTRIBUTING.md [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 1035 Jul 22 18:26 Dockerfile.build [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 824 Jul 22 18:26 Jenkinsfile [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 10775 Jul 22 18:26 LICENSE [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 6417 Jul 22 18:26 Makefile [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 5652 Jul 22 18:26 README.md [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 7111 Jul 22 18:26 SECURITY.md [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 11 Jul 22 18:26 VERSION [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 4131 Jul 22 18:26 ZMQWindows.md [2020-07-22T18:29:07.171Z] drwxrwxr-x 4 1001 1001 33 Jul 22 18:26 api [2020-07-22T18:29:07.171Z] drwxrwxr-x 2 1001 1001 117 Jul 22 18:26 bin [2020-07-22T18:29:07.171Z] drwxrwxr-x 15 1001 1001 4096 Jul 22 18:26 cmd [2020-07-22T18:29:07.171Z] -rw-r--r-- 1 root root 456067 Jul 22 18:28 coverage.out [2020-07-22T18:29:07.171Z] -rw-r--r-- 1 root root 1019 Jul 22 18:28 go.mod [2020-07-22T18:29:07.171Z] -rw-r--r-- 1 root root 18146 Jul 22 18:28 go.sum [2020-07-22T18:29:07.171Z] drwxrwxr-x 8 1001 1001 127 Jul 22 18:26 internal [2020-07-22T18:29:07.171Z] drwxrwxr-x 4 1001 1001 71 Jul 22 18:26 snap [2020-07-22T18:29:07.171Z] -rw-rw-r-- 1 1001 1001 168 Jul 22 18:26 version.go [Pipeline] sh [2020-07-22T18:29:07.463Z] + '[' -e coverage.out ] [2020-07-22T18:29:07.463Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-22T18:29:07.601Z] Stashed 1 file(s) [Pipeline] sh [2020-07-22T18:29:07.889Z] + make build [2020-07-22T18:29:07.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-22T18:29:09.817Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-22T18:29:14.559Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2020-07-22T18:29:17.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2020-07-22T18:29:19.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-22T18:29:21.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-22T18:29:22.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-22T18:29:23.145Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-22T18:29:24.530Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-22T18:29:26.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-22T18:29:27.391Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-22T18:29:28.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-22T18:29:30.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-22T18:29:31.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-22T18:29:32.508Z] $ docker stop --time=1 31721bfe55fc1f4b52c3e26e3b59579d0b51426382d09e3b45c1debaa2afa3ac [2020-07-22T18:29:34.233Z] $ docker rm -f 31721bfe55fc1f4b52c3e26e3b59579d0b51426382d09e3b45c1debaa2afa3ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:29:37.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-22T18:29:37.551Z] [2020-07-22T18:29:37.551Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:29:37.912Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-22T18:29:37.912Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-22T18:29:37.912Z] cbdbe7a5bc2a: Already exists [2020-07-22T18:29:37.912Z] ca9280d653b3: Pulling fs layer [2020-07-22T18:29:37.912Z] 7e9c9ca2126c: Pulling fs layer [2020-07-22T18:29:38.179Z] ca9280d653b3: Verifying Checksum [2020-07-22T18:29:38.179Z] ca9280d653b3: Download complete [2020-07-22T18:29:38.754Z] 7e9c9ca2126c: Verifying Checksum [2020-07-22T18:29:38.754Z] 7e9c9ca2126c: Download complete [2020-07-22T18:29:39.015Z] ca9280d653b3: Pull complete [2020-07-22T18:29:42.211Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-22T18:29:47.187Z] 7e9c9ca2126c: Pull complete [2020-07-22T18:29:47.187Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-22T18:29:47.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-22T18:29:47.187Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-22T18:29:47.367Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:29:47.414Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-22T18:29:49.136Z] $ docker top 83d27b3031daf3f6af4c8bd82063cf6dcb35894aa3dad56c03a4e44d4e4f638f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T18:29:49.841Z] + docker-compose build --help [2020-07-22T18:29:49.841Z] + grep parallel [2020-07-22T18:29:50.784Z] --parallel Build images in parallel. [Pipeline] } [2020-07-22T18:29:50.797Z] $ docker stop --time=1 83d27b3031daf3f6af4c8bd82063cf6dcb35894aa3dad56c03a4e44d4e4f638f [2020-07-22T18:29:52.148Z] $ docker rm -f 83d27b3031daf3f6af4c8bd82063cf6dcb35894aa3dad56c03a4e44d4e4f638f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:29:52.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-22T18:29:52.745Z] . [Pipeline] withDockerContainer [2020-07-22T18:29:52.838Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:29:52.877Z] $ 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/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:29:53.522Z] $ docker top 54cc8b5808498559f3e1eeca3450566c30d315c828ba7143deda91574ea9985f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T18:29:53.975Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-22T18:29:54.917Z] Building docker-core-command-go ... [2020-07-22T18:29:54.917Z] Building docker-core-data-go ... [2020-07-22T18:29:54.917Z] Building docker-core-metadata-go ... [2020-07-22T18:29:54.917Z] Building docker-security-proxy-setup-go ... [2020-07-22T18:29:54.917Z] Building docker-security-secrets-setup-go ... [2020-07-22T18:29:54.917Z] Building docker-security-secretstore-setup-go ... [2020-07-22T18:29:54.917Z] Building docker-support-logging-go ... [2020-07-22T18:29:54.917Z] Building docker-support-notifications-go ... [2020-07-22T18:29:54.917Z] Building docker-support-scheduler-go ... [2020-07-22T18:29:54.917Z] Building docker-sys-mgmt-agent-go ... [2020-07-22T18:29:54.917Z] Building docker-support-scheduler-go [2020-07-22T18:29:54.917Z] Building docker-support-logging-go [2020-07-22T18:29:54.917Z] Building docker-sys-mgmt-agent-go [2020-07-22T18:29:54.917Z] Building docker-core-command-go [2020-07-22T18:29:54.917Z] Building docker-support-notifications-go [2020-07-22T18:29:57.349Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-22T18:29:57.349Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-22T18:29:57.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-22T18:29:57.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-22T18:29:57.349Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.065s [2020-07-22T18:29:57.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-22T18:29:57.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-22T18:29:57.349Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-22T18:29:57.349Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-22T18:29:57.623Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-22T18:29:58.225Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-22T18:29:58.225Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-22T18:29:58.225Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-22T18:30:08.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 46.6% of statements [2020-07-22T18:30:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-22T18:30:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-22T18:30:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-22T18:30:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-22T18:30:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-22T18:30:16.716Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.140s coverage: 27.4% of statements [2020-07-22T18:30:16.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-22T18:30:16.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-22T18:30:16.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-22T18:30:16.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-22T18:30:16.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-22T18:30:16.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-22T18:30:16.716Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2020-07-22T18:30:16.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-22T18:30:16.716Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2020-07-22T18:30:16.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-22T18:30:18.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 29.3% of statements [2020-07-22T18:30:18.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-22T18:30:18.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-22T18:30:18.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-22T18:30:18.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-22T18:30:18.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-22T18:30:18.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements [2020-07-22T18:30:18.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-22T18:30:18.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements [2020-07-22T18:30:18.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-22T18:30:18.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.068s coverage: 89.8% of statements [2020-07-22T18:30:18.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-22T18:30:21.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.228s coverage: 97.5% of statements [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-22T18:30:21.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 100.0% of statements [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-22T18:30:21.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-22T18:30:21.856Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2020-07-22T18:30:24.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 63.5% of statements [2020-07-22T18:30:24.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-22T18:30:24.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-22T18:30:24.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2020-07-22T18:30:25.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.421s coverage: 55.9% of statements [2020-07-22T18:30:25.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-22T18:30:25.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-22T18:30:25.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-22T18:30:25.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-22T18:30:27.073Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:30:27.073Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:30:27.073Z] ---> f6604d290ba4 [2020-07-22T18:30:27.073Z] Step 3/21 : WORKDIR /edgex-go [2020-07-22T18:30:27.073Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:30:27.073Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:30:27.073Z] ---> f6604d290ba4 [2020-07-22T18:30:27.073Z] Step 3/21 : WORKDIR /edgex-go [2020-07-22T18:30:27.073Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:30:27.073Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:30:27.073Z] ---> f6604d290ba4 [2020-07-22T18:30:27.073Z] Step 3/23 : WORKDIR /edgex-go [2020-07-22T18:30:27.073Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:30:27.073Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:30:27.073Z] ---> f6604d290ba4 [2020-07-22T18:30:27.073Z] Step 3/20 : WORKDIR /edgex-go [2020-07-22T18:30:27.073Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:30:27.073Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:30:27.073Z] ---> f6604d290ba4 [2020-07-22T18:30:27.073Z] Step 3/26 : WORKDIR /edgex-go [2020-07-22T18:30:27.650Z] ---> Running in 91a70d88261f [2020-07-22T18:30:27.650Z] ---> Running in aef16a97414e [2020-07-22T18:30:27.650Z] ---> Running in 66b615586fd2 [2020-07-22T18:30:27.650Z] ---> Running in 756840b7b206 [2020-07-22T18:30:27.650Z] ---> Running in 0681b1e8f8ba [2020-07-22T18:30:28.230Z] Removing intermediate container 0681b1e8f8ba [2020-07-22T18:30:28.230Z] ---> c44fca154e5b [2020-07-22T18:30:28.230Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:30:28.230Z] Removing intermediate container 756840b7b206 [2020-07-22T18:30:28.230Z] ---> 02b1010d1b71 [2020-07-22T18:30:28.230Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:30:28.230Z] Removing intermediate container 91a70d88261f [2020-07-22T18:30:28.230Z] ---> b482dec6cf02 [2020-07-22T18:30:28.230Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:30:28.230Z] Removing intermediate container aef16a97414e [2020-07-22T18:30:28.230Z] ---> c64c6cb20b56 [2020-07-22T18:30:28.230Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:30:28.230Z] Removing intermediate container 66b615586fd2 [2020-07-22T18:30:28.230Z] ---> b6576bd32455 [2020-07-22T18:30:28.230Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:30:28.230Z] ---> Running in 9ad6e755dc70 [2020-07-22T18:30:28.495Z] ---> Running in 77c0315c0ba1 [2020-07-22T18:30:28.495Z] ---> Running in 6272419a360e [2020-07-22T18:30:28.495Z] ---> Running in 9830dda43c37 [2020-07-22T18:30:28.495Z] ---> Running in 168c897aba51 [2020-07-22T18:30:30.428Z] Removing intermediate container 9ad6e755dc70 [2020-07-22T18:30:30.428Z] ---> bba3bbabfaae [2020-07-22T18:30:30.428Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-22T18:30:30.428Z] Removing intermediate container 6272419a360e [2020-07-22T18:30:30.428Z] ---> c7f5fd64475d [2020-07-22T18:30:30.428Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-22T18:30:30.428Z] Removing intermediate container 77c0315c0ba1 [2020-07-22T18:30:30.428Z] ---> 81acd111dd11 [2020-07-22T18:30:30.428Z] Step 5/21 : RUN apk update && apk add make git [2020-07-22T18:30:30.688Z] ---> Running in 0b0cf65c222d [2020-07-22T18:30:30.688Z] ---> Running in 1a5e2d9a9358 [2020-07-22T18:30:30.688Z] ---> Running in beba7e14f473 [2020-07-22T18:30:30.949Z] Removing intermediate container 9830dda43c37 [2020-07-22T18:30:30.949Z] ---> 0a9a1bad6fa4 [2020-07-22T18:30:30.949Z] Step 5/20 : RUN apk update && apk add make git [2020-07-22T18:30:30.949Z] Removing intermediate container 168c897aba51 [2020-07-22T18:30:30.949Z] ---> 7dcb9a504709 [2020-07-22T18:30:30.949Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-22T18:30:31.215Z] ---> Running in 272cc853bb06 [2020-07-22T18:30:31.215Z] ---> Running in 13f84e8985ac [2020-07-22T18:30:31.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:30:31.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:30:32.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:30:32.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:30:32.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:30:32.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:30:32.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:30:32.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:30:32.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:30:32.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:30:32.903Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:30:32.903Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:30:32.903Z] OK: 12749 distinct packages available [2020-07-22T18:30:32.903Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:30:32.903Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:30:32.903Z] OK: 12749 distinct packages available [2020-07-22T18:30:33.191Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:30:33.191Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:30:33.191Z] OK: 12749 distinct packages available [2020-07-22T18:30:33.191Z] OK: 233 MiB in 51 packages [2020-07-22T18:30:33.191Z] OK: 233 MiB in 51 packages [2020-07-22T18:30:33.191Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:30:33.191Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:30:33.191Z] OK: 12749 distinct packages available [2020-07-22T18:30:33.466Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:30:33.466Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:30:33.466Z] OK: 12749 distinct packages available [2020-07-22T18:30:33.466Z] OK: 233 MiB in 51 packages [2020-07-22T18:30:33.466Z] OK: 233 MiB in 51 packages [2020-07-22T18:30:33.466Z] OK: 233 MiB in 51 packages [2020-07-22T18:30:33.730Z] OK: 233 MiB in 51 packages [2020-07-22T18:30:34.301Z] Removing intermediate container 1a5e2d9a9358 [2020-07-22T18:30:34.301Z] ---> e02cde9a57c8 [2020-07-22T18:30:34.301Z] Step 6/23 : COPY go.mod . [2020-07-22T18:30:34.301Z] Removing intermediate container beba7e14f473 [2020-07-22T18:30:34.301Z] ---> 5ea83afe6a7e [2020-07-22T18:30:34.301Z] Step 6/21 : COPY go.mod . [2020-07-22T18:30:34.567Z] ---> d2c9970da648 [2020-07-22T18:30:34.567Z] Step 7/23 : RUN go mod download [2020-07-22T18:30:34.567Z] Removing intermediate container 0b0cf65c222d [2020-07-22T18:30:34.567Z] ---> de873ffa6ccf [2020-07-22T18:30:34.567Z] Step 6/21 : COPY go.mod . [2020-07-22T18:30:34.567Z] ---> Running in 711878b65bb6 [2020-07-22T18:30:34.836Z] Removing intermediate container 272cc853bb06 [2020-07-22T18:30:34.836Z] ---> 5fe781ddae4f [2020-07-22T18:30:34.836Z] Step 6/26 : COPY go.mod . [2020-07-22T18:30:35.098Z] ---> 805edd4b6e71 [2020-07-22T18:30:35.098Z] Step 7/21 : RUN go mod download [2020-07-22T18:30:35.098Z] Removing intermediate container 13f84e8985ac [2020-07-22T18:30:35.098Z] ---> d4082779e62b [2020-07-22T18:30:35.098Z] Step 6/20 : COPY go.mod . [2020-07-22T18:30:35.098Z] ---> d26a36603bc1 [2020-07-22T18:30:35.098Z] Step 7/21 : RUN go mod download [2020-07-22T18:30:35.098Z] ---> 8f37e54506a7 [2020-07-22T18:30:35.098Z] Step 7/26 : RUN go mod download [2020-07-22T18:30:35.363Z] ---> Running in fee7c36cf28f [2020-07-22T18:30:35.363Z] ---> Running in e2f316e782e3 [2020-07-22T18:30:35.363Z] ---> Running in f26167b85e89 [2020-07-22T18:30:35.363Z] ---> b367621f9c23 [2020-07-22T18:30:35.363Z] Step 7/20 : RUN go mod download [2020-07-22T18:30:35.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.340s coverage: 86.3% of statements [2020-07-22T18:30:35.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-22T18:30:35.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.976s coverage: 72.2% of statements [2020-07-22T18:30:35.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.407s coverage: 72.1% of statements [2020-07-22T18:30:35.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements [2020-07-22T18:30:35.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements [2020-07-22T18:30:35.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-22T18:30:35.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-22T18:30:35.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-22T18:30:35.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements [2020-07-22T18:30:35.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-22T18:30:35.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements [2020-07-22T18:30:35.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-22T18:30:35.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.132s coverage: 26.9% of statements [2020-07-22T18:30:35.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-22T18:30:35.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-22T18:30:35.627Z] ---> Running in 001fe134c3a5 [2020-07-22T18:30:37.051Z] Removing intermediate container 711878b65bb6 [2020-07-22T18:30:37.051Z] ---> 9f361fc5227e [2020-07-22T18:30:37.051Z] Step 8/23 : COPY . . [2020-07-22T18:30:37.323Z] Removing intermediate container fee7c36cf28f [2020-07-22T18:30:37.323Z] ---> dc134b61a887 [2020-07-22T18:30:37.323Z] Step 8/21 : COPY . . [2020-07-22T18:30:37.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.398s coverage: 84.1% of statements [2020-07-22T18:30:37.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.070s coverage: 100.0% of statements [2020-07-22T18:30:39.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 43.1% of statements [2020-07-22T18:30:39.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-22T18:30:39.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-22T18:30:39.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.033s coverage: 100.0% of statements [2020-07-22T18:30:39.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-22T18:30:40.584Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.091s coverage: 83.8% of statements [2020-07-22T18:30:40.584Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-22T18:30:42.637Z] Removing intermediate container e2f316e782e3 [2020-07-22T18:30:42.637Z] ---> 272efd31098f [2020-07-22T18:30:42.637Z] Step 8/21 : COPY . . [2020-07-22T18:30:42.637Z] Removing intermediate container 001fe134c3a5 [2020-07-22T18:30:42.637Z] ---> 2b90aa7b8607 [2020-07-22T18:30:42.637Z] Step 8/20 : COPY . . [2020-07-22T18:30:45.945Z] Removing intermediate container f26167b85e89 [2020-07-22T18:30:45.945Z] ---> 4b65b683a190 [2020-07-22T18:30:45.945Z] Step 8/26 : COPY . . [2020-07-22T18:30:46.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 46.1% of statements [2020-07-22T18:30:46.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-22T18:30:46.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-22T18:30:46.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements [2020-07-22T18:30:46.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-22T18:30:46.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-22T18:30:46.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-22T18:30:46.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.093s coverage: 100.0% of statements [2020-07-22T18:30:46.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-22T18:30:46.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2020-07-22T18:30:46.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-22T18:30:51.642Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.203s coverage: 29.1% of statements [2020-07-22T18:30:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-22T18:30:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-22T18:30:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-22T18:30:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-22T18:30:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-22T18:30:51.642Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2020-07-22T18:30:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-22T18:30:52.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.032s coverage: 100.0% of statements [2020-07-22T18:30:52.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-22T18:30:52.234Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.010s coverage: 0.0% of statements [2020-07-22T18:30:52.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-22T18:30:52.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2020-07-22T18:30:52.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-22T18:30:52.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-22T18:30:52.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-22T18:30:52.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-22T18:30:54.867Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements [2020-07-22T18:30:54.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-22T18:30:54.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-22T18:30:55.139Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements [2020-07-22T18:30:55.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-07-22T18:30:55.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-22T18:30:56.324Z] GO111MODULE=on go vet ./... [2020-07-22T18:31:12.572Z] ---> d1f860fdb3ef [2020-07-22T18:31:12.572Z] ---> 4b0c09ef3737 [2020-07-22T18:31:12.572Z] Step 9/21 : RUN make cmd/support-logging/support-loggingStep 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-22T18:31:12.572Z] [2020-07-22T18:31:12.572Z] ---> 7a1cb7d3e3d7 [2020-07-22T18:31:12.572Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-22T18:31:12.572Z] ---> Running in ca1fe395d245 [2020-07-22T18:31:12.572Z] ---> Running in 4b91a81f528c [2020-07-22T18:31:12.572Z] ---> 7e8161227caa [2020-07-22T18:31:12.572Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-22T18:31:12.572Z] ---> Running in 647265fcb589 [2020-07-22T18:31:12.834Z] ---> bd4524d33f5c [2020-07-22T18:31:12.834Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-22T18:31:12.834Z] ---> Running in c20ece32e741 [2020-07-22T18:31:12.834Z] ---> Running in 9ea201e5be96 [2020-07-22T18:31:13.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-22T18:31:13.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-22T18:31:13.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2020-07-22T18:31:13.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-22T18:31:13.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-22T18:31:14.631Z] gofmt -l . [2020-07-22T18:31:14.632Z] [ "`gofmt -l .`" = "" ] [2020-07-22T18:31:16.591Z] ./bin/test-go-mod-tidy.sh [2020-07-22T18:31:17.571Z] ./bin/test-attribution-txt.sh [2020-07-22T18:31:20.184Z] docker run --rm --privileged \ [2020-07-22T18:31:20.184Z] -v /w/workspace/edgex-go/111:/raml-verification -w /raml-verification \ [2020-07-22T18:31:20.184Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-22T18:31:20.184Z] /scripts/raml-verify.sh [2020-07-22T18:31:20.184Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-22T18:31:20.460Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-22T18:31:20.460Z] 29e5d40040c1: Pulling fs layer [2020-07-22T18:31:20.460Z] 8c46fbeab2c7: Pulling fs layer [2020-07-22T18:31:20.460Z] 8ba552a4e5fe: Pulling fs layer [2020-07-22T18:31:20.460Z] 1fb62381901b: Pulling fs layer [2020-07-22T18:31:20.460Z] 147fb30a95d9: Pulling fs layer [2020-07-22T18:31:20.460Z] 3ccc99ad11dc: Pulling fs layer [2020-07-22T18:31:20.460Z] 1fb62381901b: Waiting [2020-07-22T18:31:20.460Z] 147fb30a95d9: Waiting [2020-07-22T18:31:20.460Z] 3ccc99ad11dc: Waiting [2020-07-22T18:31:20.460Z] 8ba552a4e5fe: Verifying Checksum [2020-07-22T18:31:20.460Z] 8ba552a4e5fe: Download complete [2020-07-22T18:31:20.460Z] 1fb62381901b: Download complete [2020-07-22T18:31:20.460Z] 29e5d40040c1: Verifying Checksum [2020-07-22T18:31:20.460Z] 3ccc99ad11dc: Verifying Checksum [2020-07-22T18:31:20.460Z] 3ccc99ad11dc: Download complete [2020-07-22T18:31:20.736Z] 147fb30a95d9: Verifying Checksum [2020-07-22T18:31:20.736Z] 147fb30a95d9: Download complete [2020-07-22T18:31:21.335Z] 8c46fbeab2c7: Verifying Checksum [2020-07-22T18:31:21.335Z] 8c46fbeab2c7: Download complete [2020-07-22T18:31:21.335Z] 29e5d40040c1: Pull complete [2020-07-22T18:31:25.642Z] 8c46fbeab2c7: Pull complete [2020-07-22T18:31:26.237Z] 8ba552a4e5fe: Pull complete [2020-07-22T18:31:26.833Z] 1fb62381901b: Pull complete [2020-07-22T18:31:31.140Z] 147fb30a95d9: Pull complete [2020-07-22T18:31:31.140Z] 3ccc99ad11dc: Pull complete [2020-07-22T18:31:31.140Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-22T18:31:31.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-22T18:31:34.022Z] Verifying ./api/raml/core-command.raml... [2020-07-22T18:31:36.632Z] OK [2020-07-22T18:31:36.632Z] Verifying ./api/raml/core-metadata.raml... [2020-07-22T18:31:43.317Z] OK [2020-07-22T18:31:43.317Z] Verifying ./api/raml/support-logging.raml... [2020-07-22T18:31:46.686Z] OK [2020-07-22T18:31:46.686Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-22T18:31:49.296Z] OK [2020-07-22T18:31:49.296Z] Verifying ./api/raml/core-data.raml... [2020-07-22T18:31:52.910Z] Removing intermediate container ca1fe395d245 [2020-07-22T18:31:52.910Z] ---> 46cf2ceb7243 [2020-07-22T18:31:52.910Z] [2020-07-22T18:31:52.910Z] Step 10/21 : FROM scratch [2020-07-22T18:31:52.910Z] ---> [2020-07-22T18:31:52.910Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-22T18:31:52.910Z] Removing intermediate container 9ea201e5be96 [2020-07-22T18:31:52.910Z] ---> fb386f80e4d8 [2020-07-22T18:31:52.910Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-22T18:31:53.482Z] Removing intermediate container c20ece32e741 [2020-07-22T18:31:53.482Z] ---> 0ed7f4cd4d46 [2020-07-22T18:31:53.482Z] [2020-07-22T18:31:53.482Z] Step 10/20 : FROM scratch [2020-07-22T18:31:53.482Z] ---> [2020-07-22T18:31:53.482Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T18:31:53.589Z] OK [2020-07-22T18:31:53.589Z] Verifying ./api/raml/support-notifications.raml... [2020-07-22T18:31:54.060Z] Removing intermediate container 4b91a81f528c [2020-07-22T18:31:54.060Z] ---> 85692138f66a [2020-07-22T18:31:54.060Z] [2020-07-22T18:31:54.060Z] Step 10/21 : FROM scratch [2020-07-22T18:31:54.060Z] ---> [2020-07-22T18:31:54.060Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T18:31:54.060Z] ---> Running in 2b6b232b7916 [2020-07-22T18:31:54.060Z] ---> Running in 7d1fa616442a [2020-07-22T18:31:54.321Z] ---> Running in 0d6716dde95b [2020-07-22T18:31:54.583Z] ---> Running in 3f3b26a7d7f9 [2020-07-22T18:31:55.975Z] Removing intermediate container 7d1fa616442a [2020-07-22T18:31:55.975Z] ---> 54e0ead4d1c1 [2020-07-22T18:31:55.975Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-22T18:31:55.975Z] Removing intermediate container 0d6716dde95b [2020-07-22T18:31:55.975Z] ---> 8b13b1125474 [2020-07-22T18:31:55.975Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-22T18:31:55.975Z] Removing intermediate container 3f3b26a7d7f9 [2020-07-22T18:31:55.975Z] ---> e2ba97838afd [2020-07-22T18:31:55.975Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-22T18:31:55.975Z] ---> Running in 8e77840bb827 [2020-07-22T18:31:55.975Z] Removing intermediate container 647265fcb589 [2020-07-22T18:31:55.975Z] ---> b91a88f028ba [2020-07-22T18:31:55.975Z] [2020-07-22T18:31:55.975Z] Step 10/23 : FROM scratch [2020-07-22T18:31:55.975Z] ---> [2020-07-22T18:31:55.975Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-22T18:31:55.975Z] ---> Running in a9c2e8bf05cc [2020-07-22T18:31:55.975Z] ---> Using cache [2020-07-22T18:31:55.975Z] ---> 54e0ead4d1c1 [2020-07-22T18:31:55.975Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-22T18:31:55.975Z] ---> Running in 8e512b8bd2c7 [2020-07-22T18:31:55.975Z] ---> Running in c55979554122 [2020-07-22T18:31:55.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-22T18:31:56.238Z] Removing intermediate container 8e77840bb827 [2020-07-22T18:31:56.238Z] ---> e3d4fbe730ff [2020-07-22T18:31:56.238Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T18:31:56.238Z] Removing intermediate container a9c2e8bf05cc [2020-07-22T18:31:56.238Z] ---> 7ff473e3c9f9 [2020-07-22T18:31:56.238Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-22T18:31:56.238Z] Removing intermediate container 8e512b8bd2c7 [2020-07-22T18:31:56.238Z] ---> 8e684022c2df [2020-07-22T18:31:56.238Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T18:31:56.497Z] ---> Running in 87d60c9abbc9 [2020-07-22T18:31:56.497Z] Removing intermediate container c55979554122 [2020-07-22T18:31:56.498Z] ---> 5457e978f834 [2020-07-22T18:31:56.498Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-22T18:31:56.498Z] ---> Running in 23bbfa6f1ee3 [2020-07-22T18:31:56.498Z] ---> Running in 8ad364a49cd0 [2020-07-22T18:31:56.498Z] ---> Running in da120e700838 [2020-07-22T18:31:56.498Z] Removing intermediate container 87d60c9abbc9 [2020-07-22T18:31:56.498Z] ---> 8de6f6c3f196 [2020-07-22T18:31:56.498Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-22T18:31:56.760Z] Removing intermediate container 23bbfa6f1ee3 [2020-07-22T18:31:56.760Z] ---> 49461349c162 [2020-07-22T18:31:56.760Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-22T18:31:56.760Z] Removing intermediate container da120e700838 [2020-07-22T18:31:56.760Z] ---> 98b5e8b835fe [2020-07-22T18:31:56.760Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-22T18:31:56.760Z] Removing intermediate container 8ad364a49cd0 [2020-07-22T18:31:56.760Z] ---> 5468069e8b6b [2020-07-22T18:31:56.760Z] Step 14/21 : WORKDIR / [2020-07-22T18:31:57.021Z] ---> Running in 871988df591d [2020-07-22T18:31:57.021Z] ---> 79c0d32c69c8 [2020-07-22T18:31:57.021Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-22T18:31:57.881Z] OK [2020-07-22T18:31:57.881Z] Verifying ./api/raml/system-agent.raml... [2020-07-22T18:31:57.962Z] ---> 78aeb8b774b3 [2020-07-22T18:31:57.962Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-22T18:31:57.962Z] ---> 71f210554b27 [2020-07-22T18:31:57.962Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-22T18:31:58.229Z] Removing intermediate container 871988df591d [2020-07-22T18:31:58.229Z] ---> e98505d932e0 [2020-07-22T18:31:58.229Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-22T18:31:58.229Z] ---> fe430408d45c [2020-07-22T18:31:58.229Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-22T18:31:59.184Z] ---> ee18e22f6042 [2020-07-22T18:31:59.184Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-22T18:31:59.184Z] Removing intermediate container 2b6b232b7916 [2020-07-22T18:31:59.184Z] ---> c6bffd1c978c [2020-07-22T18:31:59.184Z] [2020-07-22T18:31:59.184Z] Step 11/26 : FROM docker:latest [2020-07-22T18:31:59.456Z] ---> 81f5749c9058 [2020-07-22T18:31:59.456Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-22T18:31:59.456Z] ---> 4b7c460e7cef [2020-07-22T18:31:59.456Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-22T18:31:59.456Z] ---> aa65e451b642 [2020-07-22T18:31:59.456Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-22T18:31:59.456Z] ---> 9c5cec6602da [2020-07-22T18:31:59.456Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-22T18:31:59.456Z] ---> Running in af24422b4bb8 [2020-07-22T18:31:59.717Z] ---> 6f19e1268d81 [2020-07-22T18:31:59.717Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-22T18:31:59.841Z] OK [2020-07-22T18:31:59.978Z] ---> 1a8cdb0a0b1c [2020-07-22T18:31:59.978Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:31:59.978Z] ---> 7506ca51019d [2020-07-22T18:31:59.978Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [Pipeline] sh [2020-07-22T18:32:00.552Z] ---> 5c3da9db49ce [2020-07-22T18:32:00.552Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:32:00.552Z] ---> Running in 9ae675ef33f9 [2020-07-22T18:32:00.552Z] ---> 2902d89fa85c [2020-07-22T18:32:00.552Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-22T18:32:00.552Z] ---> Running in 70cd9e367aa9 [2020-07-22T18:32:00.552Z] ---> Running in 45c13f89c85b [2020-07-22T18:32:00.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:32:00.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:32:00.764Z] + ls -al . [2020-07-22T18:32:00.764Z] total 588 [2020-07-22T18:32:00.764Z] drwxrwxr-x 10 1001 1001 4096 Jul 22 18:31 . [2020-07-22T18:32:00.764Z] drwxr-xr-x 4 root root 4096 Jul 22 18:29 .. [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 11 Jul 22 18:27 .dockerignore [2020-07-22T18:32:00.764Z] drwxrwxr-x 8 1001 1001 4096 Jul 22 18:27 .git [2020-07-22T18:32:00.764Z] drwxrwxr-x 3 1001 1001 4096 Jul 22 18:27 .github [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 924 Jul 22 18:27 .gitignore [2020-07-22T18:32:00.764Z] drwxrwxr-x 3 1001 1001 4096 Jul 22 18:27 .semver [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 178 Jul 22 18:27 .sonarcloud.properties [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 3804 Jul 22 18:27 CONTRIBUTING.md [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 1035 Jul 22 18:27 Dockerfile.build [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 824 Jul 22 18:27 Jenkinsfile [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 10775 Jul 22 18:27 LICENSE [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 6417 Jul 22 18:27 Makefile [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 5652 Jul 22 18:27 README.md [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 7111 Jul 22 18:27 SECURITY.md [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 11 Jul 22 18:26 VERSION [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 4131 Jul 22 18:27 ZMQWindows.md [2020-07-22T18:32:00.764Z] drwxrwxr-x 4 1001 1001 4096 Jul 22 18:27 api [2020-07-22T18:32:00.764Z] drwxrwxr-x 2 1001 1001 4096 Jul 22 18:27 bin [2020-07-22T18:32:00.764Z] drwxrwxr-x 15 1001 1001 4096 Jul 22 18:27 cmd [2020-07-22T18:32:00.764Z] -rw-r--r-- 1 root root 456067 Jul 22 18:30 coverage.out [2020-07-22T18:32:00.764Z] -rw-r--r-- 1 root root 1019 Jul 22 18:31 go.mod [2020-07-22T18:32:00.764Z] -rw-r--r-- 1 root root 18146 Jul 22 18:31 go.sum [2020-07-22T18:32:00.764Z] drwxrwxr-x 8 1001 1001 4096 Jul 22 18:27 internal [2020-07-22T18:32:00.764Z] drwxrwxr-x 4 1001 1001 4096 Jul 22 18:27 snap [2020-07-22T18:32:00.764Z] -rw-rw-r-- 1 1001 1001 168 Jul 22 18:27 version.go [Pipeline] sh [2020-07-22T18:32:00.813Z] Removing intermediate container 9ae675ef33f9 [2020-07-22T18:32:00.813Z] ---> d4748681aa4a [2020-07-22T18:32:00.813Z] Step 19/21 : LABEL arch=x86_64 [2020-07-22T18:32:00.813Z] Removing intermediate container 70cd9e367aa9 [2020-07-22T18:32:00.813Z] ---> 781f5cf7df2b [2020-07-22T18:32:00.813Z] Step 18/20 : LABEL arch=x86_64 [2020-07-22T18:32:00.813Z] (1/2) Installing readline (8.0.4-r0) [2020-07-22T18:32:00.813Z] (2/2) Installing bash (5.0.17-r0) [2020-07-22T18:32:00.813Z] Executing bash-5.0.17-r0.post-install [2020-07-22T18:32:01.076Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:32:01.076Z] ---> Running in d59070d6af2c [2020-07-22T18:32:01.076Z] OK: 12 MiB in 22 packages [2020-07-22T18:32:01.076Z] ---> Running in 049aff2d4058 [2020-07-22T18:32:01.076Z] Removing intermediate container 45c13f89c85b [2020-07-22T18:32:01.076Z] ---> 1e2106ba63db [2020-07-22T18:32:01.076Z] Step 19/21 : LABEL arch=x86_64 [2020-07-22T18:32:01.076Z] ---> d68d5b39e74e [2020-07-22T18:32:01.076Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-22T18:32:01.338Z] ---> Running in 3c3ffede5194 [2020-07-22T18:32:01.419Z] + '[' -e coverage.out ] [2020-07-22T18:32:01.419Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-22T18:32:01.488Z] Warning: overwriting stash ‘coverage-report’ [2020-07-22T18:32:01.599Z] Removing intermediate container d59070d6af2c [2020-07-22T18:32:01.599Z] ---> b193c16e66d6 [2020-07-22T18:32:01.599Z] Step 20/21 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:32:01.599Z] Removing intermediate container 049aff2d4058 [2020-07-22T18:32:01.599Z] ---> d58f352e01dd [2020-07-22T18:32:01.599Z] Step 19/20 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:32:01.860Z] ---> Running in 5c5194d5e965 [2020-07-22T18:32:01.860Z] Removing intermediate container 3c3ffede5194 [2020-07-22T18:32:01.860Z] ---> e6567a01aa59 [2020-07-22T18:32:01.860Z] Step 20/21 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:32:02.122Z] ---> 1b8b3901e588 [2020-07-22T18:32:02.122Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-22T18:32:02.122Z] ---> Running in efbf1c5ef9bc [2020-07-22T18:32:02.122Z] ---> Running in 962f443b82af [2020-07-22T18:32:02.386Z] Removing intermediate container af24422b4bb8 [2020-07-22T18:32:02.386Z] ---> bfca68da6dec [2020-07-22T18:32:02.386Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-22T18:32:02.386Z] Removing intermediate container 5c5194d5e965 [2020-07-22T18:32:02.386Z] ---> 7a2d94a1af15 [2020-07-22T18:32:02.386Z] Step 21/21 : LABEL version=1.2.2-dev.1 [2020-07-22T18:32:02.386Z] ---> Running in f9cdf7e743d8 [2020-07-22T18:32:02.386Z] ---> Running in 854f9619c722 [2020-07-22T18:32:02.631Z] Stashed 1 file(s) [Pipeline] sh [2020-07-22T18:32:02.647Z] Removing intermediate container efbf1c5ef9bc [2020-07-22T18:32:02.647Z] ---> 4c027c32be5b [2020-07-22T18:32:02.647Z] Step 20/20 : LABEL version=1.2.2-dev.1 [2020-07-22T18:32:02.647Z] ---> 2fa88c2b6e66 [2020-07-22T18:32:02.647Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:32:02.647Z] Removing intermediate container 962f443b82af [2020-07-22T18:32:02.647Z] ---> 84475c26d10d [2020-07-22T18:32:02.647Z] Step 21/21 : LABEL version=1.2.2-dev.1 [2020-07-22T18:32:02.908Z] ---> Running in 5d45bdf63105 [2020-07-22T18:32:02.908Z] ---> Running in 91e5eb020351 [2020-07-22T18:32:02.908Z] ---> Running in e3ca520d4579 [2020-07-22T18:32:02.908Z] Removing intermediate container 854f9619c722 [2020-07-22T18:32:02.908Z] ---> 39b8b72d0faf [2020-07-22T18:32:02.908Z] [2020-07-22T18:32:03.169Z] Successfully built 39b8b72d0faf [2020-07-22T18:32:03.331Z] + make build [2020-07-22T18:32:03.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-22T18:32:03.430Z] Removing intermediate container 5d45bdf63105 [2020-07-22T18:32:03.430Z] ---> 7c531756c480 [2020-07-22T18:32:03.430Z] Step 21/23 : LABEL arch=x86_64 [2020-07-22T18:32:03.430Z] Removing intermediate container 91e5eb020351 [2020-07-22T18:32:03.430Z] ---> 5705d50516ee [2020-07-22T18:32:03.430Z] [2020-07-22T18:32:03.430Z] Successfully tagged docker-support-logging-go:latest [2020-07-22T18:32:03.430Z]  Building docker-support-logging-go ... done Building docker-core-data-go [2020-07-22T18:32:03.694Z] Removing intermediate container e3ca520d4579 [2020-07-22T18:32:03.694Z] ---> 4d825fbc4310 [2020-07-22T18:32:03.694Z] [2020-07-22T18:32:03.694Z] ---> Running in 49d840c2384a [2020-07-22T18:32:03.694Z] Successfully built 5705d50516ee [2020-07-22T18:32:03.694Z] Successfully built 4d825fbc4310 [2020-07-22T18:32:03.694Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-22T18:32:03.694Z] Successfully tagged docker-core-command-go:latest [2020-07-22T18:32:03.694Z] Building docker-security-proxy-setup-go [2020-07-22T18:32:03.694Z]  Building docker-support-scheduler-go ... done  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-07-22T18:32:03.956Z] Removing intermediate container 49d840c2384a [2020-07-22T18:32:03.956Z] ---> 6e4aa42e0a67 [2020-07-22T18:32:03.956Z] Step 22/23 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:32:03.956Z] ---> Running in 03f25ab84f52 [2020-07-22T18:32:03.956Z] Removing intermediate container f9cdf7e743d8 [2020-07-22T18:32:03.956Z] ---> 2c05f87a8644 [2020-07-22T18:32:03.956Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-22T18:32:04.218Z] ---> Running in 61707ec703b3 [2020-07-22T18:32:04.481Z] Removing intermediate container 03f25ab84f52 [2020-07-22T18:32:04.481Z] ---> 195dc91a8169 [2020-07-22T18:32:04.481Z] Step 23/23 : LABEL version=1.2.2-dev.1 [2020-07-22T18:32:14.507Z] Removing intermediate container 61707ec703b3 [2020-07-22T18:32:14.507Z] ---> e6b779ee04fe [2020-07-22T18:32:14.507Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-22T18:32:14.507Z] ---> Running in a481faf38e2c [2020-07-22T18:32:14.507Z] ---> Running in c23d65e206b4 [2020-07-22T18:32:14.507Z] Removing intermediate container a481faf38e2c [2020-07-22T18:32:14.507Z] ---> b39a707a2bae [2020-07-22T18:32:14.507Z] [2020-07-22T18:32:14.507Z] Removing intermediate container c23d65e206b4 [2020-07-22T18:32:14.507Z] ---> 084bf502b33d [2020-07-22T18:32:14.507Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-22T18:32:14.507Z] Successfully built b39a707a2bae [2020-07-22T18:32:14.507Z] Successfully tagged docker-support-notifications-go:latest [2020-07-22T18:32:14.507Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-07-22T18:32:14.507Z] ---> Running in 02ecf640b711 [2020-07-22T18:32:21.641Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2020-07-22T18:32:24.550Z] Removing intermediate container 02ecf640b711 [2020-07-22T18:32:24.550Z] ---> 3904829d3fac [2020-07-22T18:32:24.550Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-22T18:32:26.489Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:32:26.489Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:32:26.489Z] ---> f6604d290ba4 [2020-07-22T18:32:26.489Z] Step 3/21 : WORKDIR /edgex-go [2020-07-22T18:32:26.489Z] ---> Using cache [2020-07-22T18:32:26.489Z] ---> b6576bd32455 [2020-07-22T18:32:26.489Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:32:26.489Z] ---> Using cache [2020-07-22T18:32:26.489Z] ---> 7dcb9a504709 [2020-07-22T18:32:26.489Z] Step 5/21 : RUN apk update && apk add make gitStep 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:32:26.489Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:32:26.489Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:32:26.489Z] [2020-07-22T18:32:26.489Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:32:26.489Z] ---> f6604d290ba4 [2020-07-22T18:32:26.489Z] Step 3/22 : WORKDIR /edgex-go [2020-07-22T18:32:26.489Z] ---> Using cache [2020-07-22T18:32:26.489Z] ---> b6576bd32455 [2020-07-22T18:32:26.489Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:32:26.489Z] ---> Using cache [2020-07-22T18:32:26.489Z] ---> 7dcb9a504709 [2020-07-22T18:32:26.489Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-22T18:32:26.489Z] ---> f6604d290ba4 [2020-07-22T18:32:26.489Z] Step 3/20 : WORKDIR /edgex-go [2020-07-22T18:32:26.489Z] ---> Using cache [2020-07-22T18:32:26.489Z] ---> b6576bd32455 [2020-07-22T18:32:26.489Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:32:26.489Z] ---> Using cache [2020-07-22T18:32:26.489Z] ---> 7dcb9a504709 [2020-07-22T18:32:26.489Z] Step 5/20 : RUN apk update && apk add make git [2020-07-22T18:32:29.056Z] ---> Running in b935fe58f93d [2020-07-22T18:32:29.056Z] ---> Running in 165a05788662 [2020-07-22T18:32:29.056Z] ---> Running in 48baa4f8c33d [2020-07-22T18:32:29.056Z] ---> 6c9b5ac6a80d [2020-07-22T18:32:29.056Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-22T18:32:30.991Z] ---> e51a1370ac93 [2020-07-22T18:32:30.991Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-22T18:32:31.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2020-07-22T18:32:31.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:32:32.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:32:32.210Z] ---> 1ab9b0d42c8d [2020-07-22T18:32:32.210Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-22T18:32:32.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:32:32.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:32:32.489Z] ---> Running in 2ea355c62172 [2020-07-22T18:32:32.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:32:33.019Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:32:33.019Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:32:33.019Z] OK: 12749 distinct packages available [2020-07-22T18:32:33.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:32:33.282Z] OK: 233 MiB in 51 packages [2020-07-22T18:32:33.282Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:32:33.282Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:32:33.282Z] ---> f6604d290ba4 [2020-07-22T18:32:33.282Z] Step 3/26 : WORKDIR /edgex-go [2020-07-22T18:32:33.282Z] ---> Using cache [2020-07-22T18:32:33.282Z] ---> b6576bd32455 [2020-07-22T18:32:33.282Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:32:33.282Z] ---> Using cache [2020-07-22T18:32:33.282Z] ---> 7dcb9a504709 [2020-07-22T18:32:33.282Z] Step 5/26 : RUN apk update && apk add make git [2020-07-22T18:32:33.282Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:32:33.282Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:32:33.282Z] OK: 12749 distinct packages available [2020-07-22T18:32:33.545Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:32:33.545Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:32:33.545Z] OK: 12749 distinct packages available [2020-07-22T18:32:33.806Z] OK: 233 MiB in 51 packages [2020-07-22T18:32:33.806Z] OK: 233 MiB in 51 packages [2020-07-22T18:32:34.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:32:34.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:32:34.378Z] ---> Running in 924dbd58317e [2020-07-22T18:32:34.378Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-22T18:32:34.378Z] (2/33) Installing expat (2.2.9-r1) [2020-07-22T18:32:34.378Z] (3/33) Installing libffi (3.3-r2) [2020-07-22T18:32:34.378Z] (4/33) Installing gdbm (1.13-r1) [2020-07-22T18:32:34.378Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-22T18:32:34.639Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-22T18:32:34.639Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-22T18:32:37.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-22T18:32:37.942Z] Removing intermediate container b935fe58f93d [2020-07-22T18:32:37.942Z] ---> 5ef74e9566e8 [2020-07-22T18:32:37.942Z] Step 6/21 : COPY go.mod . [2020-07-22T18:32:37.942Z] Removing intermediate container 48baa4f8c33d [2020-07-22T18:32:37.942Z] ---> 67d42d5acce2 [2020-07-22T18:32:37.942Z] Step 6/22 : COPY go.mod . [2020-07-22T18:32:37.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:32:37.942Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-22T18:32:37.942Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-22T18:32:37.942Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-22T18:32:37.942Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-22T18:32:37.942Z] Removing intermediate container 165a05788662 [2020-07-22T18:32:37.942Z] ---> c02146b60a53 [2020-07-22T18:32:37.942Z] Step 6/20 : COPY go.mod . [2020-07-22T18:32:37.942Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-22T18:32:37.942Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-22T18:32:37.942Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-22T18:32:37.942Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-22T18:32:37.942Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-22T18:32:37.942Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-22T18:32:38.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:32:38.521Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-22T18:32:38.521Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-22T18:32:38.783Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-22T18:32:38.783Z] ---> 8895c2a6a912 [2020-07-22T18:32:38.783Z] Step 7/21 : RUN go mod download [2020-07-22T18:32:38.783Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-22T18:32:38.783Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-22T18:32:38.783Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:32:38.783Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:32:38.783Z] OK: 12749 distinct packages available [2020-07-22T18:32:39.044Z] OK: 233 MiB in 51 packages [2020-07-22T18:32:39.044Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-22T18:32:39.044Z] ---> 191927f8d917 [2020-07-22T18:32:39.044Z] Step 7/22 : RUN go mod download [2020-07-22T18:32:39.305Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-22T18:32:39.305Z] ---> b2495973bc52 [2020-07-22T18:32:39.305Z] Step 7/20 : RUN go mod download [2020-07-22T18:32:39.305Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-22T18:32:39.305Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-22T18:32:39.571Z] ---> Running in 8ee023b9dc9c [2020-07-22T18:32:39.571Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-22T18:32:39.834Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-22T18:32:39.834Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-22T18:32:39.834Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-22T18:32:39.834Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-22T18:32:39.834Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-22T18:32:39.834Z] ---> Running in afd793da5df2 [2020-07-22T18:32:39.834Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-22T18:32:40.096Z] ---> Running in c2c2b1ce0919 [2020-07-22T18:32:40.096Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:32:40.096Z] OK: 71 MiB in 55 packages [2020-07-22T18:32:41.044Z] Removing intermediate container 924dbd58317e [2020-07-22T18:32:41.044Z] ---> 669302b0879f [2020-07-22T18:32:41.044Z] Step 6/26 : COPY go.mod . [2020-07-22T18:32:41.310Z] ---> 9799af5cf4e2 [2020-07-22T18:32:41.310Z] Step 7/26 : RUN go mod download [2020-07-22T18:32:41.310Z] ---> Running in a5044742d9df [2020-07-22T18:32:41.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-22T18:32:46.613Z] Removing intermediate container 2ea355c62172 [2020-07-22T18:32:46.613Z] ---> 623465c2232d [2020-07-22T18:32:46.613Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-22T18:32:46.613Z] Removing intermediate container afd793da5df2 [2020-07-22T18:32:46.613Z] ---> fbce4b3966d7 [2020-07-22T18:32:46.613Z] Step 8/22 : COPY . . [2020-07-22T18:32:46.613Z] Removing intermediate container 8ee023b9dc9c [2020-07-22T18:32:46.613Z] ---> 135e382bd14b [2020-07-22T18:32:46.613Z] Step 8/21 : COPY . . [2020-07-22T18:32:46.613Z] Removing intermediate container c2c2b1ce0919 [2020-07-22T18:32:46.613Z] ---> 00b59e247192 [2020-07-22T18:32:46.613Z] Step 8/20 : COPY . . [2020-07-22T18:32:46.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-22T18:32:47.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-22T18:32:47.555Z] Removing intermediate container a5044742d9df [2020-07-22T18:32:47.555Z] ---> ee9da5f2c0a6 [2020-07-22T18:32:47.555Z] Step 8/26 : COPY . . [2020-07-22T18:32:47.555Z] ---> Running in 03c2bc34170d [2020-07-22T18:32:51.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-22T18:32:57.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-22T18:33:00.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-22T18:33:05.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-22T18:33:09.589Z] Collecting docker-compose==1.23.2 [2020-07-22T18:33:09.589Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-22T18:33:09.589Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-22T18:33:09.590Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-22T18:33:09.590Z] Collecting docker<4.0,>=3.6.0 [2020-07-22T18:33:09.590Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-22T18:33:09.590Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-22T18:33:09.590Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-22T18:33:10.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-22T18:33:14.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-22T18:33:14.967Z] Collecting texttable<0.10,>=0.9.0 [2020-07-22T18:33:14.967Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-22T18:33:15.229Z] Collecting jsonschema<3,>=2.5.1 [2020-07-22T18:33:15.229Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-22T18:33:15.800Z] Collecting cached-property<2,>=1.2.0 [2020-07-22T18:33:15.800Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-22T18:33:16.850Z] Collecting PyYAML<4,>=3.10 [2020-07-22T18:33:17.175Z] ---> c2b26333c526 [2020-07-22T18:33:17.175Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-22T18:33:17.175Z] ---> d394fab38cc8 [2020-07-22T18:33:17.175Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-22T18:33:17.175Z] ---> cc8af12bc8ba [2020-07-22T18:33:17.175Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-22T18:33:17.175Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-22T18:33:17.175Z] ---> d677cfeb7dcf [2020-07-22T18:33:17.175Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-22T18:33:17.463Z] ---> Running in 014297467cf2 [2020-07-22T18:33:17.463Z] ---> Running in 66bb789bcec6 [2020-07-22T18:33:17.463Z] ---> Running in 7c6ee5a99490 [Pipeline] } [2020-07-22T18:33:17.885Z] $ docker stop --time=1 d7e25cf6fb42dba74d4c05a666a6a95360e817de853d66438a5c673b5013aa5b [2020-07-22T18:33:18.059Z] Collecting docopt<0.7,>=0.6.1 [2020-07-22T18:33:18.059Z] ---> Running in 6d0bdceaa573 [2020-07-22T18:33:18.059Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-22T18:33:18.646Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-22T18:33:18.646Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-22T18:33:18.913Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-22T18:33:18.913Z] Collecting docker-pycreds>=0.4.0 [2020-07-22T18:33:18.913Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-22T18:33:18.913Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-22T18:33:18.913Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-22T18:33:18.913Z] Collecting idna<2.8,>=2.5 [2020-07-22T18:33:18.913Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-22T18:33:19.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-22T18:33:19.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-22T18:33:19.183Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-22T18:33:19.183Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-22T18:33:19.183Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2020-07-22T18:33:19.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-22T18:33:19.183Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-22T18:33:19.183Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-22T18:33:19.183Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-22T18:33:19.183Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-22T18:33:19.453Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, texttable, jsonschema, cached-property, PyYAML, docopt, docker-compose [2020-07-22T18:33:19.453Z] Attempting uninstall: idna [2020-07-22T18:33:19.453Z] Found existing installation: idna 2.9 [2020-07-22T18:33:19.453Z] Uninstalling idna-2.9: [2020-07-22T18:33:19.722Z] Successfully uninstalled idna-2.9 [2020-07-22T18:33:19.988Z] Attempting uninstall: urllib3 [2020-07-22T18:33:19.988Z] Found existing installation: urllib3 1.25.9 [2020-07-22T18:33:19.988Z] Uninstalling urllib3-1.25.9: [2020-07-22T18:33:19.988Z] Successfully uninstalled urllib3-1.25.9 [2020-07-22T18:33:20.255Z] Attempting uninstall: requests [2020-07-22T18:33:20.255Z] Found existing installation: requests 2.23.0 [2020-07-22T18:33:20.255Z] Uninstalling requests-2.23.0: [2020-07-22T18:33:20.274Z] $ docker rm -f d7e25cf6fb42dba74d4c05a666a6a95360e817de853d66438a5c673b5013aa5b [2020-07-22T18:33:20.533Z] Successfully uninstalled requests-2.23.0 [Pipeline] // withDockerContainer [2020-07-22T18:33:21.126Z] Running setup.py install for dockerpty: started [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:33:21.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-22T18:33:22.093Z] [2020-07-22T18:33:22.093Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-22T18:33:22.096Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-22T18:33:22.096Z] Running setup.py install for texttable: started [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:33:22.463Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-22T18:33:22.463Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-22T18:33:22.463Z] 29e5d40040c1: Already exists [2020-07-22T18:33:22.677Z] Running setup.py install for texttable: finished with status 'done' [2020-07-22T18:33:22.737Z] 1ce36da41761: Pulling fs layer [2020-07-22T18:33:22.737Z] 25b303627fd3: Pulling fs layer [2020-07-22T18:33:22.948Z] Running setup.py install for PyYAML: started [2020-07-22T18:33:23.013Z] 1ce36da41761: Verifying Checksum [2020-07-22T18:33:23.013Z] 1ce36da41761: Download complete [2020-07-22T18:33:23.908Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-22T18:33:23.908Z] Running setup.py install for docopt: started [2020-07-22T18:33:24.450Z] 1ce36da41761: Pull complete [2020-07-22T18:33:24.888Z] Running setup.py install for docopt: finished with status 'done' [2020-07-22T18:33:25.040Z] 25b303627fd3: Verifying Checksum [2020-07-22T18:33:25.041Z] 25b303627fd3: Download complete [2020-07-22T18:33:25.154Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-22T18:33:30.554Z] Removing intermediate container 03c2bc34170d [2020-07-22T18:33:30.554Z] ---> 41ab9a78a932 [2020-07-22T18:33:30.554Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-22T18:33:30.554Z] ---> Running in 3916d8fa1dec [2020-07-22T18:33:30.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:33:30.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:33:31.087Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-22T18:33:31.087Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-22T18:33:31.087Z] (3/3) Installing curl (7.69.1-r0) [2020-07-22T18:33:31.087Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:33:31.087Z] OK: 72 MiB in 58 packages [2020-07-22T18:33:32.514Z] Removing intermediate container 3916d8fa1dec [2020-07-22T18:33:32.514Z] ---> db3edbbd0502 [2020-07-22T18:33:32.514Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:33:32.514Z] ---> Running in 369b395e8b29 [2020-07-22T18:33:32.514Z] Removing intermediate container 369b395e8b29 [2020-07-22T18:33:32.514Z] ---> 4ad36639b52a [2020-07-22T18:33:32.514Z] Step 24/26 : LABEL arch=x86_64 [2020-07-22T18:33:32.787Z] ---> Running in 32104c7b03f3 [2020-07-22T18:33:33.055Z] Removing intermediate container 32104c7b03f3 [2020-07-22T18:33:33.055Z] ---> 33d6b8305a6a [2020-07-22T18:33:33.055Z] Step 25/26 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:33:33.055Z] ---> Running in 224e3a1c6e2a [2020-07-22T18:33:33.323Z] Removing intermediate container 224e3a1c6e2a [2020-07-22T18:33:33.323Z] ---> 0adbfd3da8c9 [2020-07-22T18:33:33.323Z] Step 26/26 : LABEL version=1.2.2-dev.1 [2020-07-22T18:33:33.588Z] ---> Running in b36d2acacefa [2020-07-22T18:33:33.856Z] Removing intermediate container b36d2acacefa [2020-07-22T18:33:33.856Z] ---> fcbd15dd0254 [2020-07-22T18:33:33.856Z] [2020-07-22T18:33:34.125Z] Successfully built fcbd15dd0254 [2020-07-22T18:33:34.125Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-22T18:33:34.125Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [2020-07-22T18:33:35.234Z] 25b303627fd3: Pull complete [2020-07-22T18:33:35.234Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-22T18:33:35.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-22T18:33:35.234Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-22T18:33:35.487Z] prd-ubuntu18.04-docker-arm64-4c-16g-621 does not seem to be running inside a container [2020-07-22T18:33:35.553Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-22T18:33:39.359Z] $ docker top a6009eab1e59968e1ebcadd7058927dc83556abf652635a76bfa769a9840376b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T18:33:40.760Z] + docker-compose build --help [2020-07-22T18:33:40.760Z] + grep parallel [2020-07-22T18:33:44.129Z] --parallel Build images in parallel. [Pipeline] } [2020-07-22T18:33:44.137Z] $ docker stop --time=1 a6009eab1e59968e1ebcadd7058927dc83556abf652635a76bfa769a9840376b [2020-07-22T18:33:46.079Z] $ docker rm -f a6009eab1e59968e1ebcadd7058927dc83556abf652635a76bfa769a9840376b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:33:46.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-22T18:33:46.855Z] . [Pipeline] withDockerContainer [2020-07-22T18:33:47.075Z] prd-ubuntu18.04-docker-arm64-4c-16g-621 does not seem to be running inside a container [2020-07-22T18:33:47.138Z] $ 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/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-22T18:33:48.354Z] $ docker top 47d318a03e483b71e97fbc30c7610104b91650a123633d6cda6d9cbeafb3ca4a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T18:33:49.163Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-22T18:33:49.389Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-22T18:33:51.990Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:33:51.990Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-22T18:33:51.990Z] ---> f6604d290ba4 [2020-07-22T18:33:51.990Z] Step 3/29 : WORKDIR /edgex-go [2020-07-22T18:33:51.990Z] ---> Using cache [2020-07-22T18:33:51.990Z] ---> b6576bd32455 [2020-07-22T18:33:51.990Z] Step 4/29 : RUN apk update && apk add make git [2020-07-22T18:33:52.965Z] ---> Running in 3d440fd6ca7f [2020-07-22T18:33:53.668Z] Building docker-core-command-go ... [2020-07-22T18:33:53.668Z] Building docker-core-data-go ... [2020-07-22T18:33:53.668Z] Building docker-core-metadata-go ... [2020-07-22T18:33:53.668Z] Building docker-security-proxy-setup-go ... [2020-07-22T18:33:53.668Z] Building docker-security-secrets-setup-go ... [2020-07-22T18:33:53.668Z] Building docker-security-secretstore-setup-go ... [2020-07-22T18:33:53.668Z] Building docker-support-logging-go ... [2020-07-22T18:33:53.668Z] Building docker-support-notifications-go ... [2020-07-22T18:33:53.668Z] Building docker-support-scheduler-go ... [2020-07-22T18:33:53.668Z] Building docker-sys-mgmt-agent-go ... [2020-07-22T18:33:53.668Z] Building docker-core-command-go [2020-07-22T18:33:53.668Z] Building docker-support-scheduler-go [2020-07-22T18:33:53.668Z] Building docker-core-metadata-go [2020-07-22T18:33:53.668Z] Building docker-sys-mgmt-agent-go [2020-07-22T18:33:53.668Z] Building docker-security-secrets-setup-go [2020-07-22T18:33:53.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:33:54.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:33:55.185Z] Removing intermediate container 014297467cf2 [2020-07-22T18:33:55.185Z] ---> c4b7a4ebca0c [2020-07-22T18:33:55.185Z] [2020-07-22T18:33:55.185Z] Step 10/20 : FROM alpine [2020-07-22T18:33:55.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-22T18:33:55.185Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:33:55.185Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:33:55.185Z] OK: 12749 distinct packages available [2020-07-22T18:33:55.452Z] latest: Pulling from library/alpine [2020-07-22T18:33:55.452Z] OK: 233 MiB in 51 packages [2020-07-22T18:33:56.405Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-22T18:33:56.405Z] Status: Downloaded newer image for alpine:latest [2020-07-22T18:33:56.405Z] ---> a24bb4013296 [2020-07-22T18:33:56.405Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-22T18:33:57.369Z] ---> Running in 312634e76672 [2020-07-22T18:33:57.369Z] Removing intermediate container 66bb789bcec6 [2020-07-22T18:33:57.369Z] ---> 993d1b5a28b1 [2020-07-22T18:33:57.369Z] [2020-07-22T18:33:57.370Z] Step 10/21 : FROM scratch [2020-07-22T18:33:57.370Z] ---> [2020-07-22T18:33:57.370Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T18:33:57.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:33:57.944Z] ---> Using cache [2020-07-22T18:33:57.944Z] ---> e2ba97838afd [2020-07-22T18:33:57.944Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-22T18:33:57.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:33:58.206Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:33:58.206Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:33:58.206Z] OK: 12749 distinct packages available [2020-07-22T18:33:58.467Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-22T18:33:58.467Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-22T18:33:58.467Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-22T18:33:58.467Z] (4/4) Installing curl (7.69.1-r0) [2020-07-22T18:33:58.467Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:33:58.728Z] Executing ca-certificates-20191127-r4.trigger [2020-07-22T18:33:58.728Z] OK: 7 MiB in 18 packages [2020-07-22T18:34:00.116Z] Removing intermediate container 3d440fd6ca7f [2020-07-22T18:34:00.116Z] ---> fc7c873eceb5 [2020-07-22T18:34:00.116Z] Step 5/29 : COPY go.mod . [2020-07-22T18:34:00.391Z] ---> Running in f2bcdda13863 [2020-07-22T18:34:01.787Z] ---> e9d048981633 [2020-07-22T18:34:01.787Z] Step 6/29 : RUN go mod download [2020-07-22T18:34:01.787Z] Removing intermediate container 7c6ee5a99490 [2020-07-22T18:34:01.787Z] ---> 109a0bbb04ac [2020-07-22T18:34:01.787Z] [2020-07-22T18:34:01.787Z] Step 10/22 : FROM alpine [2020-07-22T18:34:01.787Z] ---> a24bb4013296 [2020-07-22T18:34:01.787Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T18:34:01.787Z] Removing intermediate container f2bcdda13863 [2020-07-22T18:34:01.787Z] ---> d4af243cc8b3 [2020-07-22T18:34:01.787Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T18:34:02.369Z] ---> Running in 764f73a17199 [2020-07-22T18:34:02.369Z] ---> Running in e5e60fd9686f [2020-07-22T18:34:02.369Z] ---> Running in 2b61a9036256 [2020-07-22T18:34:02.636Z] Removing intermediate container 312634e76672 [2020-07-22T18:34:02.636Z] ---> 6e4331b37e09 [2020-07-22T18:34:02.636Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-22T18:34:04.036Z] ---> Running in 77a8936730b1 [2020-07-22T18:34:04.609Z] Removing intermediate container e5e60fd9686f [2020-07-22T18:34:04.609Z] ---> e96f6dfaed17 [2020-07-22T18:34:04.609Z] Step 14/21 : WORKDIR / [2020-07-22T18:34:04.609Z] Removing intermediate container 2b61a9036256 [2020-07-22T18:34:04.609Z] ---> 062ea6044552 [2020-07-22T18:34:04.609Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-22T18:34:04.869Z] ---> Running in f65a7d7b2ee3 [2020-07-22T18:34:04.869Z] Removing intermediate container 77a8936730b1 [2020-07-22T18:34:04.869Z] ---> 6c24feb2baeb [2020-07-22T18:34:04.869Z] Step 13/20 : WORKDIR /edgex [2020-07-22T18:34:04.869Z] ---> Running in 1d622d73fab4 [2020-07-22T18:34:05.131Z] Removing intermediate container 6d0bdceaa573 [2020-07-22T18:34:05.131Z] ---> 861d90f697ff [2020-07-22T18:34:05.131Z] [2020-07-22T18:34:05.131Z] Step 10/26 : FROM alpine:3.10 [2020-07-22T18:34:05.131Z] ---> Running in 5712999005c9 [2020-07-22T18:34:05.131Z] Removing intermediate container f65a7d7b2ee3 [2020-07-22T18:34:05.131Z] ---> a29ed5cc3a68 [2020-07-22T18:34:05.131Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-22T18:34:05.131Z] Removing intermediate container 1d622d73fab4 [2020-07-22T18:34:05.131Z] ---> 771aff81384c [2020-07-22T18:34:05.131Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-22T18:34:05.394Z] 3.10: Pulling from library/alpine [2020-07-22T18:34:05.394Z] ---> Running in 377e46260326 [2020-07-22T18:34:05.394Z] Removing intermediate container 5712999005c9 [2020-07-22T18:34:05.395Z] ---> 17269bddafb9 [2020-07-22T18:34:05.395Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-22T18:34:05.395Z] Removing intermediate container 764f73a17199 [2020-07-22T18:34:05.395Z] ---> 4a87bca24e2a [2020-07-22T18:34:05.395Z] Step 7/29 : COPY . . [2020-07-22T18:34:06.788Z] ---> 384ee213966f [2020-07-22T18:34:06.788Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-22T18:34:07.368Z] Removing intermediate container 377e46260326 [2020-07-22T18:34:07.368Z] ---> 7a3c235ce0be [2020-07-22T18:34:07.368Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:34:07.630Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-22T18:34:07.891Z] ---> a11286d15a41 [2020-07-22T18:34:07.891Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-22T18:34:07.891Z] Status: Downloaded newer image for alpine:3.10 [2020-07-22T18:34:07.891Z] ---> be4e4bea2c2e [2020-07-22T18:34:07.891Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-22T18:34:10.441Z] ---> Running in 618d96f337dc [2020-07-22T18:34:10.701Z] ---> Running in ed5d0a9e91c2 [2020-07-22T18:34:12.082Z] ---> 5d6a28188954 [2020-07-22T18:34:12.082Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-22T18:34:13.466Z] ---> 947c66ac2565 [2020-07-22T18:34:13.466Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-22T18:34:16.016Z] ---> e7e89b83e999 [2020-07-22T18:34:16.016Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:34:16.593Z] ---> Running in 7c4d6dcfc0b0 [2020-07-22T18:34:16.870Z] ---> Running in 1ed283d41393 [2020-07-22T18:34:16.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:34:16.870Z] Removing intermediate container 7c4d6dcfc0b0 [2020-07-22T18:34:16.870Z] ---> 8a77fbb78bcb [2020-07-22T18:34:16.870Z] Step 17/20 : CMD ["--init=true"] [2020-07-22T18:34:17.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:34:17.133Z] ---> Running in b3afa5d08c0f [2020-07-22T18:34:17.133Z] Removing intermediate container 1ed283d41393 [2020-07-22T18:34:17.133Z] ---> 7ae09996dddf [2020-07-22T18:34:17.133Z] Step 19/21 : LABEL arch=x86_64 [2020-07-22T18:34:17.133Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-22T18:34:17.133Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-22T18:34:17.133Z] OK: 10346 distinct packages available [2020-07-22T18:34:17.397Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-22T18:34:17.669Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-22T18:34:17.669Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-22T18:34:17.669Z] (4/5) Installing curl (7.66.0-r0) [2020-07-22T18:34:17.669Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-22T18:34:17.669Z] Executing busybox-1.30.1-r3.trigger [2020-07-22T18:34:17.669Z] Executing ca-certificates-20191127-r2.trigger [2020-07-22T18:34:17.933Z] OK: 7 MiB in 19 packages [2020-07-22T18:34:17.933Z] ---> Running in b3959de0666d [2020-07-22T18:34:18.308Z] Removing intermediate container b3afa5d08c0f [2020-07-22T18:34:18.308Z] ---> c0cbde4e46e6 [2020-07-22T18:34:18.308Z] Step 18/20 : LABEL arch=x86_64 [2020-07-22T18:34:18.953Z] Removing intermediate container 618d96f337dc [2020-07-22T18:34:18.954Z] ---> ce591ae0f2d5 [2020-07-22T18:34:18.954Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-22T18:34:19.526Z] ---> Running in cbaca4f1a662 [2020-07-22T18:34:20.470Z] Removing intermediate container b3959de0666d [2020-07-22T18:34:20.470Z] ---> eefd04f4aff2 [2020-07-22T18:34:20.470Z] Step 20/21 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:34:22.395Z] ---> Running in 12a8b0ebaf69 [2020-07-22T18:34:22.395Z] Removing intermediate container cbaca4f1a662 [2020-07-22T18:34:22.395Z] ---> c66ca3720d41 [2020-07-22T18:34:22.395Z] Step 19/20 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:34:22.971Z] ---> Running in 6c880e6b1dd9 [2020-07-22T18:34:22.971Z] ---> Running in c754364d5ff4 [2020-07-22T18:34:23.233Z] Removing intermediate container ed5d0a9e91c2 [2020-07-22T18:34:23.233Z] ---> 8075a1e54b0d [2020-07-22T18:34:23.233Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-22T18:34:23.233Z] ---> e73d344d6e07 [2020-07-22T18:34:23.233Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-22T18:34:23.233Z] ---> Running in 92ddba1725b8 [2020-07-22T18:34:23.233Z] Removing intermediate container 6c880e6b1dd9 [2020-07-22T18:34:23.233Z] ---> 547c4a319d06 [2020-07-22T18:34:23.233Z] Step 21/21 : LABEL version=1.2.2-dev.1 [2020-07-22T18:34:23.494Z] Removing intermediate container c754364d5ff4 [2020-07-22T18:34:23.494Z] ---> 850640b42ffd [2020-07-22T18:34:23.494Z] Step 20/20 : LABEL version=1.2.2-dev.1 [2020-07-22T18:34:23.494Z] ---> Running in 108a18bc85fd [2020-07-22T18:34:23.494Z] ---> Running in ac517a53590f [2020-07-22T18:34:23.494Z] ---> Running in 40fd74017c5f [2020-07-22T18:34:23.759Z] Removing intermediate container 92ddba1725b8 [2020-07-22T18:34:23.759Z] ---> 4d57b103e118 [2020-07-22T18:34:23.759Z] Step 13/26 : WORKDIR / [2020-07-22T18:34:23.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:34:24.022Z] ---> Running in e3e973dd9ca0 [2020-07-22T18:34:24.022Z] Removing intermediate container ac517a53590f [2020-07-22T18:34:24.022Z] ---> 497b19793db7 [2020-07-22T18:34:24.022Z] [2020-07-22T18:34:24.022Z] Removing intermediate container 40fd74017c5f [2020-07-22T18:34:24.022Z] ---> 376db99a9866 [2020-07-22T18:34:24.022Z] [2020-07-22T18:34:24.287Z] Successfully built 376db99a9866 [2020-07-22T18:34:24.287Z] Successfully built 497b19793db7 [2020-07-22T18:34:24.287Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-22T18:34:24.287Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-core-metadata-go:latest [2020-07-22T18:34:24.287Z]  Building docker-core-metadata-go ... done Removing intermediate container e3e973dd9ca0 [2020-07-22T18:34:24.287Z] ---> 0c6baa0ea94d [2020-07-22T18:34:24.287Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-22T18:34:24.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-22T18:34:24.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:34:24.551Z] ---> b302026ad1b2 [2020-07-22T18:34:24.551Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-22T18:34:24.827Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-22T18:34:24.827Z] ---> 7a8159a9bfe2 [2020-07-22T18:34:24.827Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-22T18:34:24.827Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-22T18:34:24.827Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-22T18:34:25.108Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-22T18:34:25.108Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-22T18:34:25.383Z] ---> e3b19b4c9e17 [2020-07-22T18:34:25.383Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-22T18:34:25.383Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:34:25.383Z] OK: 8 MiB in 19 packages [2020-07-22T18:34:25.966Z] ---> 6d0c50289217 [2020-07-22T18:34:25.966Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-22T18:34:26.231Z] Removing intermediate container 12a8b0ebaf69 [2020-07-22T18:34:26.231Z] ---> cfd323d059ce [2020-07-22T18:34:26.231Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-22T18:34:26.505Z] ---> 00c6a903d887 [2020-07-22T18:34:26.505Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-22T18:34:26.782Z] ---> 38087213f599 [2020-07-22T18:34:26.782Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-22T18:34:27.363Z] ---> 1cfd7b06d557 [2020-07-22T18:34:27.363Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-22T18:34:27.636Z] ---> 39e2cfa02827 [2020-07-22T18:34:27.636Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-22T18:34:28.219Z] ---> 576d6ca4f355 [2020-07-22T18:34:28.219Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-22T18:34:28.219Z] ---> 310e14ed61be [2020-07-22T18:34:28.219Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:34:28.219Z] ---> Running in 5408c9d72c70 [2020-07-22T18:34:28.488Z] ---> 33da7776fd30 [2020-07-22T18:34:28.488Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-22T18:34:28.488Z] Removing intermediate container 5408c9d72c70 [2020-07-22T18:34:28.488Z] ---> 9dd9301ead48 [2020-07-22T18:34:28.488Z] Step 20/22 : LABEL arch=x86_64 [2020-07-22T18:34:28.488Z] ---> Running in 940f01dfe411 [2020-07-22T18:34:28.488Z] ---> Running in 6eab67631d6a [2020-07-22T18:34:28.770Z] Removing intermediate container 940f01dfe411 [2020-07-22T18:34:28.770Z] ---> 5134b2402851 [2020-07-22T18:34:28.770Z] Step 21/22 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:34:28.770Z] ---> Running in d3ee9d107f41 [2020-07-22T18:34:29.369Z] Removing intermediate container d3ee9d107f41 [2020-07-22T18:34:29.369Z] ---> 5e699ffed792 [2020-07-22T18:34:29.369Z] Step 22/22 : LABEL version=1.2.2-dev.1 [2020-07-22T18:34:29.369Z] ---> Running in 9a5f59d1e9e1 [2020-07-22T18:34:29.630Z] Removing intermediate container 9a5f59d1e9e1 [2020-07-22T18:34:29.631Z] ---> 02b76ffd7a21 [2020-07-22T18:34:29.631Z] [2020-07-22T18:34:29.891Z] Successfully built 02b76ffd7a21 [2020-07-22T18:34:30.157Z] Successfully tagged docker-core-data-go:latest [2020-07-22T18:34:30.750Z]  Building docker-core-data-go ... done Removing intermediate container 6eab67631d6a [2020-07-22T18:34:30.750Z] ---> e0c58ab24cec [2020-07-22T18:34:30.750Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-22T18:34:30.750Z] ---> Running in be7f26c3e814 [2020-07-22T18:34:31.019Z] Removing intermediate container be7f26c3e814 [2020-07-22T18:34:31.019Z] ---> 7a3123c3c90c [2020-07-22T18:34:31.019Z] Step 24/26 : LABEL arch=x86_64 [2020-07-22T18:34:31.019Z] ---> Running in b242cc810810 [2020-07-22T18:34:31.295Z] Removing intermediate container b242cc810810 [2020-07-22T18:34:31.295Z] ---> f727db449f25 [2020-07-22T18:34:31.295Z] Step 25/26 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:34:31.295Z] ---> Running in aab3fd75f436 [2020-07-22T18:34:31.564Z] Removing intermediate container aab3fd75f436 [2020-07-22T18:34:31.564Z] ---> 1ddb9ed6abf5 [2020-07-22T18:34:31.564Z] Step 26/26 : LABEL version=1.2.2-dev.1 [2020-07-22T18:34:31.564Z] ---> Running in 1f00857dad90 [2020-07-22T18:34:31.829Z] Removing intermediate container 1f00857dad90 [2020-07-22T18:34:31.829Z] ---> 32b7a873133a [2020-07-22T18:34:31.829Z] [2020-07-22T18:34:31.829Z] Successfully built 32b7a873133a [2020-07-22T18:34:32.091Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-22T18:34:34.647Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 108a18bc85fd [2020-07-22T18:34:34.647Z] ---> 9bea6b8131dd [2020-07-22T18:34:34.647Z] [2020-07-22T18:34:34.647Z] Step 9/29 : FROM alpine:latest [2020-07-22T18:34:34.647Z] ---> a24bb4013296 [2020-07-22T18:34:34.647Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-22T18:34:34.647Z] ---> Running in 007d1d321b7f [2020-07-22T18:34:34.647Z] Removing intermediate container 007d1d321b7f [2020-07-22T18:34:34.647Z] ---> 6da8e5a1a249 [2020-07-22T18:34:34.647Z] Step 11/29 : USER root [2020-07-22T18:34:34.647Z] ---> Running in 12aac0194b8d [2020-07-22T18:34:34.909Z] Removing intermediate container 12aac0194b8d [2020-07-22T18:34:34.909Z] ---> fa569b95f7e0 [2020-07-22T18:34:34.909Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-22T18:34:34.909Z] ---> Running in 69c4d246d93e [2020-07-22T18:34:35.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:34:35.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:34:35.749Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:34:35.749Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:34:35.749Z] OK: 12749 distinct packages available [2020-07-22T18:34:36.011Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-22T18:34:36.011Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-22T18:34:36.011Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:34:36.011Z] Executing ca-certificates-20191127-r4.trigger [2020-07-22T18:34:36.011Z] OK: 6 MiB in 16 packages [2020-07-22T18:34:37.401Z] Removing intermediate container 69c4d246d93e [2020-07-22T18:34:37.401Z] ---> 3d537f33399e [2020-07-22T18:34:37.401Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-22T18:34:37.401Z] ---> Running in 9dee7db4a547 [2020-07-22T18:34:37.661Z] Removing intermediate container 9dee7db4a547 [2020-07-22T18:34:37.662Z] ---> 4998816d0f10 [2020-07-22T18:34:37.662Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-22T18:34:37.662Z] ---> Running in 56e4cec26cea [2020-07-22T18:34:37.662Z] Removing intermediate container 56e4cec26cea [2020-07-22T18:34:37.662Z] ---> 62ddb81756e1 [2020-07-22T18:34:37.662Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-22T18:34:37.924Z] ---> Running in 1a604af93d5f [2020-07-22T18:34:38.869Z] Removing intermediate container 1a604af93d5f [2020-07-22T18:34:38.869Z] ---> 9831a768efc1 [2020-07-22T18:34:38.869Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-22T18:34:39.130Z] ---> fbafd651bbe6 [2020-07-22T18:34:39.130Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-22T18:34:39.391Z] ---> 6168acaa6ff0 [2020-07-22T18:34:39.391Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-22T18:34:39.651Z] ---> 8d648d28dfd5 [2020-07-22T18:34:39.652Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-22T18:34:39.911Z] ---> 31474fa044ba [2020-07-22T18:34:39.911Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-22T18:34:40.174Z] ---> cab8ec52b9f1 [2020-07-22T18:34:40.174Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-22T18:34:40.174Z] ---> Running in 7fc440a99d20 [2020-07-22T18:34:41.116Z] Removing intermediate container 7fc440a99d20 [2020-07-22T18:34:41.116Z] ---> e09ebd7d19d7 [2020-07-22T18:34:41.116Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-22T18:34:41.377Z] ---> 97efa9597eec [2020-07-22T18:34:41.377Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-22T18:34:41.377Z] ---> Running in 4ae5c8608f62 [2020-07-22T18:34:42.319Z] Removing intermediate container 4ae5c8608f62 [2020-07-22T18:34:42.319Z] ---> fefa6b359cd3 [2020-07-22T18:34:42.319Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-22T18:34:42.319Z] ---> Running in 073512486f3e [2020-07-22T18:34:43.277Z] Removing intermediate container 073512486f3e [2020-07-22T18:34:43.277Z] ---> a7b664c9d727 [2020-07-22T18:34:43.277Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-22T18:34:43.277Z] ---> Running in a695d86a9ae3 [2020-07-22T18:34:43.538Z] Removing intermediate container a695d86a9ae3 [2020-07-22T18:34:43.538Z] ---> 7e89675fcd7b [2020-07-22T18:34:43.538Z] Step 26/29 : CMD [ "generate" ] [2020-07-22T18:34:43.538Z] ---> Running in c80f33ee8572 [2020-07-22T18:34:43.798Z] Removing intermediate container c80f33ee8572 [2020-07-22T18:34:43.798Z] ---> 53a16bf727e3 [2020-07-22T18:34:43.798Z] Step 27/29 : LABEL arch=x86_64 [2020-07-22T18:34:44.374Z] ---> Running in 2dbe721fb6d9 [2020-07-22T18:34:44.374Z] Removing intermediate container 2dbe721fb6d9 [2020-07-22T18:34:44.374Z] ---> be35e627da4b [2020-07-22T18:34:44.374Z] Step 28/29 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:34:44.636Z] ---> Running in f77bfaa64eb4 [2020-07-22T18:34:44.636Z] Removing intermediate container f77bfaa64eb4 [2020-07-22T18:34:44.636Z] ---> 0ec94cf4ec91 [2020-07-22T18:34:44.636Z] Step 29/29 : LABEL version=1.2.2-dev.1 [2020-07-22T18:34:44.636Z] ---> Running in f411d890a30c [2020-07-22T18:34:44.898Z] Removing intermediate container f411d890a30c [2020-07-22T18:34:44.898Z] ---> bf0b87d56874 [2020-07-22T18:34:44.898Z] [2020-07-22T18:34:44.898Z] Successfully built bf0b87d56874 [2020-07-22T18:34:44.898Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-22T18:34:45.477Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-07-22T18:34:45.492Z] $ docker stop --time=1 54cc8b5808498559f3e1eeca3450566c30d315c828ba7143deda91574ea9985f [2020-07-22T18:34:47.583Z] $ docker rm -f 54cc8b5808498559f3e1eeca3450566c30d315c828ba7143deda91574ea9985f [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:34:48.150Z] + docker images [2020-07-22T18:34:48.150Z] + grep docker [2020-07-22T18:34:48.411Z] docker-security-secrets-setup-go latest bf0b87d56874 4 seconds ago 25.1MB [2020-07-22T18:34:48.411Z] docker-security-secretstore-setup-go latest 32b7a873133a 17 seconds ago 33.9MB [2020-07-22T18:34:48.411Z] docker-core-data-go latest 02b76ffd7a21 19 seconds ago 23.8MB [2020-07-22T18:34:48.411Z] docker-core-metadata-go latest 497b19793db7 25 seconds ago 14.4MB [2020-07-22T18:34:48.411Z] docker-security-proxy-setup-go latest 376db99a9866 25 seconds ago 16.4MB [2020-07-22T18:34:48.411Z] docker-sys-mgmt-agent-go latest fcbd15dd0254 About a minute ago 284MB [2020-07-22T18:34:48.411Z] docker-support-notifications-go latest b39a707a2bae 2 minutes ago 14.4MB [2020-07-22T18:34:48.411Z] docker-core-command-go latest 4d825fbc4310 2 minutes ago 13MB [2020-07-22T18:34:48.411Z] docker-support-logging-go latest 39b8b72d0faf 2 minutes ago 11.8MB [2020-07-22T18:34:48.411Z] docker-support-scheduler-go latest 5705d50516ee 2 minutes ago 13.1MB [2020-07-22T18:34:48.411Z] docker latest 81f5749c9058 3 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-22T18:34:48.831Z] provisioning config files... [2020-07-22T18:34:48.874Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/111@tmp/config7392683004398984324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-22T18:34:49.247Z] nexus3.edgexfoundry.org:10001 [2020-07-22T18:34:49.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T18:34:49.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T18:34:49.248Z] Configure a credential helper to remove this warning. See [2020-07-22T18:34:49.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T18:34:49.248Z] [2020-07-22T18:34:49.248Z] Login Succeeded [2020-07-22T18:34:49.507Z] nexus3.edgexfoundry.org:10002 [2020-07-22T18:34:49.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T18:34:49.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T18:34:49.507Z] Configure a credential helper to remove this warning. See [2020-07-22T18:34:49.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T18:34:49.507Z] [2020-07-22T18:34:49.507Z] Login Succeeded [2020-07-22T18:34:49.507Z] nexus3.edgexfoundry.org:10003 [2020-07-22T18:34:49.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T18:34:49.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T18:34:49.768Z] Configure a credential helper to remove this warning. See [2020-07-22T18:34:49.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T18:34:49.768Z] [2020-07-22T18:34:49.768Z] Login Succeeded [2020-07-22T18:34:49.768Z] nexus3.edgexfoundry.org:10004 [2020-07-22T18:34:50.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T18:34:50.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T18:34:50.029Z] Configure a credential helper to remove this warning. See [2020-07-22T18:34:50.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T18:34:50.029Z] [2020-07-22T18:34:50.029Z] Login Succeeded [2020-07-22T18:34:50.029Z] docker.io [2020-07-22T18:34:50.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T18:34:50.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T18:34:50.294Z] Configure a credential helper to remove this warning. See [2020-07-22T18:34:50.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T18:34:50.294Z] [2020-07-22T18:34:50.294Z] Login Succeeded [Pipeline] } [2020-07-22T18:34:50.302Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:34:50.533Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-07-22T18:34:50.533Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:34:50.533Z] 1.2.2-dev.1 [2020-07-22T18:34:50.533Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:34:50.533Z] master [2020-07-22T18:34:50.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:51.091Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:51.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:34:51.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-07-22T18:34:51.391Z] fa8a6d7e4e4d: Preparing [2020-07-22T18:34:51.391Z] 970c71f92279: Preparing [2020-07-22T18:34:51.391Z] 5e4211ec0867: Preparing [2020-07-22T18:34:51.651Z] fa8a6d7e4e4d: Pushed [2020-07-22T18:34:51.651Z] 5e4211ec0867: Pushed [2020-07-22T18:34:52.592Z] 970c71f92279: Pushed [2020-07-22T18:34:53.164Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:f73dee3e7b20f59b31f73c318dd4fb675645bd1dd3599c5cee7f3734f493adc6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:53.463Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:53.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.1 [2020-07-22T18:34:53.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-07-22T18:34:53.757Z] fa8a6d7e4e4d: Preparing [2020-07-22T18:34:53.757Z] 970c71f92279: Preparing [2020-07-22T18:34:53.757Z] 5e4211ec0867: Preparing [2020-07-22T18:34:53.757Z] 5e4211ec0867: Layer already exists [2020-07-22T18:34:53.757Z] fa8a6d7e4e4d: Layer already exists [2020-07-22T18:34:53.757Z] 970c71f92279: Layer already exists [2020-07-22T18:34:53.757Z] 1.2.2-dev.1: digest: sha256:f73dee3e7b20f59b31f73c318dd4fb675645bd1dd3599c5cee7f3734f493adc6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:54.053Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:54.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:34:54.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-07-22T18:34:54.398Z] fa8a6d7e4e4d: Preparing [2020-07-22T18:34:54.398Z] 970c71f92279: Preparing [2020-07-22T18:34:54.398Z] 5e4211ec0867: Preparing [2020-07-22T18:34:54.398Z] 970c71f92279: Layer already exists [2020-07-22T18:34:54.398Z] fa8a6d7e4e4d: Layer already exists [2020-07-22T18:34:54.398Z] 5e4211ec0867: Layer already exists [2020-07-22T18:34:54.398Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:f73dee3e7b20f59b31f73c318dd4fb675645bd1dd3599c5cee7f3734f493adc6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:54.802Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:55.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-07-22T18:34:55.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-07-22T18:34:55.094Z] fa8a6d7e4e4d: Preparing [2020-07-22T18:34:55.094Z] 970c71f92279: Preparing [2020-07-22T18:34:55.094Z] 5e4211ec0867: Preparing [2020-07-22T18:34:55.094Z] 970c71f92279: Layer already exists [2020-07-22T18:34:55.094Z] 5e4211ec0867: Layer already exists [2020-07-22T18:34:55.094Z] fa8a6d7e4e4d: Layer already exists [2020-07-22T18:34:55.664Z] master: digest: sha256:f73dee3e7b20f59b31f73c318dd4fb675645bd1dd3599c5cee7f3734f493adc6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:34:55.822Z] ===================================================== [Pipeline] echo [2020-07-22T18:34:55.866Z] taggedImages: [2020-07-22T18:34:55.866Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:34:55.866Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.1 [2020-07-22T18:34:55.866Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:34:55.866Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-07-22T18:34:55.920Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-07-22T18:34:55.920Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:34:55.920Z] 1.2.2-dev.1 [2020-07-22T18:34:55.920Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:34:55.920Z] master [2020-07-22T18:34:55.920Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:56.381Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:56.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:34:56.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-07-22T18:34:56.683Z] 59a575edd158: Preparing [2020-07-22T18:34:56.683Z] 50820f9b1cb5: Preparing [2020-07-22T18:34:56.683Z] 2d1544750c71: Preparing [2020-07-22T18:34:56.683Z] dfee6c055f7a: Preparing [2020-07-22T18:34:56.683Z] 996791fa40fe: Preparing [2020-07-22T18:34:56.683Z] 50644c29ef5a: Preparing [2020-07-22T18:34:56.683Z] 50644c29ef5a: Waiting [2020-07-22T18:34:56.683Z] 2d1544750c71: Pushed [2020-07-22T18:34:56.942Z] 59a575edd158: Pushed [2020-07-22T18:34:56.942Z] 50644c29ef5a: Layer already exists [2020-07-22T18:34:56.942Z] 996791fa40fe: Pushed [2020-07-22T18:34:57.202Z] dfee6c055f7a: Pushed [2020-07-22T18:34:58.141Z] 50820f9b1cb5: Pushed [2020-07-22T18:34:58.401Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:3967a5b629a3e73243777e83558dcf2edb61199b464e731a2d741451616842eb size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:58.696Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:58.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.1 [2020-07-22T18:34:58.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-07-22T18:34:58.989Z] 59a575edd158: Preparing [2020-07-22T18:34:58.989Z] 50820f9b1cb5: Preparing [2020-07-22T18:34:58.989Z] 2d1544750c71: Preparing [2020-07-22T18:34:58.989Z] dfee6c055f7a: Preparing [2020-07-22T18:34:58.989Z] 996791fa40fe: Preparing [2020-07-22T18:34:58.989Z] 50644c29ef5a: Preparing [2020-07-22T18:34:58.989Z] 50644c29ef5a: Waiting [2020-07-22T18:34:58.989Z] 59a575edd158: Layer already exists [2020-07-22T18:34:58.989Z] 2d1544750c71: Layer already exists [2020-07-22T18:34:58.989Z] dfee6c055f7a: Layer already exists [2020-07-22T18:34:58.989Z] 996791fa40fe: Layer already exists [2020-07-22T18:34:58.989Z] 50820f9b1cb5: Layer already exists [2020-07-22T18:34:58.989Z] 50644c29ef5a: Layer already exists [2020-07-22T18:34:58.989Z] 1.2.2-dev.1: digest: sha256:3967a5b629a3e73243777e83558dcf2edb61199b464e731a2d741451616842eb size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:59.287Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:59.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:34:59.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-07-22T18:34:59.584Z] 59a575edd158: Preparing [2020-07-22T18:34:59.584Z] 50820f9b1cb5: Preparing [2020-07-22T18:34:59.584Z] 2d1544750c71: Preparing [2020-07-22T18:34:59.584Z] dfee6c055f7a: Preparing [2020-07-22T18:34:59.584Z] 996791fa40fe: Preparing [2020-07-22T18:34:59.584Z] 50644c29ef5a: Preparing [2020-07-22T18:34:59.584Z] 50644c29ef5a: Waiting [2020-07-22T18:34:59.584Z] 59a575edd158: Layer already exists [2020-07-22T18:34:59.584Z] dfee6c055f7a: Layer already exists [2020-07-22T18:34:59.584Z] 996791fa40fe: Layer already exists [2020-07-22T18:34:59.584Z] 2d1544750c71: Layer already exists [2020-07-22T18:34:59.584Z] 50820f9b1cb5: Layer already exists [2020-07-22T18:34:59.584Z] 50644c29ef5a: Layer already exists [2020-07-22T18:34:59.584Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:3967a5b629a3e73243777e83558dcf2edb61199b464e731a2d741451616842eb size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:34:59.883Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:00.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-07-22T18:35:00.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-07-22T18:35:00.184Z] 59a575edd158: Preparing [2020-07-22T18:35:00.184Z] 50820f9b1cb5: Preparing [2020-07-22T18:35:00.184Z] 2d1544750c71: Preparing [2020-07-22T18:35:00.184Z] dfee6c055f7a: Preparing [2020-07-22T18:35:00.184Z] 996791fa40fe: Preparing [2020-07-22T18:35:00.184Z] 50644c29ef5a: Preparing [2020-07-22T18:35:00.184Z] 50644c29ef5a: Waiting [2020-07-22T18:35:00.184Z] 50820f9b1cb5: Layer already exists [2020-07-22T18:35:00.184Z] 996791fa40fe: Layer already exists [2020-07-22T18:35:00.184Z] 2d1544750c71: Layer already exists [2020-07-22T18:35:00.184Z] dfee6c055f7a: Layer already exists [2020-07-22T18:35:00.184Z] 59a575edd158: Layer already exists [2020-07-22T18:35:00.184Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:00.184Z] master: digest: sha256:3967a5b629a3e73243777e83558dcf2edb61199b464e731a2d741451616842eb size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:35:00.400Z] ===================================================== [Pipeline] echo [2020-07-22T18:35:00.450Z] taggedImages: [2020-07-22T18:35:00.450Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:00.450Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.1 [2020-07-22T18:35:00.450Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:00.450Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-07-22T18:35:00.504Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-07-22T18:35:00.504Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:00.504Z] 1.2.2-dev.1 [2020-07-22T18:35:00.504Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:00.504Z] master [2020-07-22T18:35:00.504Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:01.026Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:01.324Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:01.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-07-22T18:35:01.324Z] d943eeed0b50: Preparing [2020-07-22T18:35:01.324Z] 6fc1cdc4b3ae: Preparing [2020-07-22T18:35:01.324Z] fcc860cafa59: Preparing [2020-07-22T18:35:01.588Z] fcc860cafa59: Pushed [2020-07-22T18:35:01.588Z] d943eeed0b50: Pushed [2020-07-22T18:35:02.979Z] 6fc1cdc4b3ae: Pushed [2020-07-22T18:35:02.979Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:e71e1863d76bbcf91723e81498eea16ddb4224708138f805460bbe8bf97da70d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:03.274Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:03.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.1 [2020-07-22T18:35:03.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-07-22T18:35:03.563Z] d943eeed0b50: Preparing [2020-07-22T18:35:03.563Z] 6fc1cdc4b3ae: Preparing [2020-07-22T18:35:03.563Z] fcc860cafa59: Preparing [2020-07-22T18:35:03.563Z] 6fc1cdc4b3ae: Layer already exists [2020-07-22T18:35:03.563Z] d943eeed0b50: Layer already exists [2020-07-22T18:35:03.563Z] fcc860cafa59: Layer already exists [2020-07-22T18:35:03.563Z] 1.2.2-dev.1: digest: sha256:e71e1863d76bbcf91723e81498eea16ddb4224708138f805460bbe8bf97da70d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:03.862Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:04.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:04.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-07-22T18:35:04.154Z] d943eeed0b50: Preparing [2020-07-22T18:35:04.154Z] 6fc1cdc4b3ae: Preparing [2020-07-22T18:35:04.154Z] fcc860cafa59: Preparing [2020-07-22T18:35:04.154Z] d943eeed0b50: Layer already exists [2020-07-22T18:35:04.154Z] fcc860cafa59: Layer already exists [2020-07-22T18:35:04.154Z] 6fc1cdc4b3ae: Layer already exists [2020-07-22T18:35:04.154Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:e71e1863d76bbcf91723e81498eea16ddb4224708138f805460bbe8bf97da70d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:04.448Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:04.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-07-22T18:35:04.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-07-22T18:35:04.737Z] d943eeed0b50: Preparing [2020-07-22T18:35:04.737Z] 6fc1cdc4b3ae: Preparing [2020-07-22T18:35:04.738Z] fcc860cafa59: Preparing [2020-07-22T18:35:04.738Z] fcc860cafa59: Layer already exists [2020-07-22T18:35:04.738Z] d943eeed0b50: Layer already exists [2020-07-22T18:35:04.738Z] 6fc1cdc4b3ae: Layer already exists [2020-07-22T18:35:04.738Z] master: digest: sha256:e71e1863d76bbcf91723e81498eea16ddb4224708138f805460bbe8bf97da70d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:35:04.922Z] ===================================================== [Pipeline] echo [2020-07-22T18:35:04.971Z] taggedImages: [2020-07-22T18:35:04.971Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:04.971Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.1 [2020-07-22T18:35:04.971Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:04.971Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-07-22T18:35:05.031Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-07-22T18:35:05.031Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:05.031Z] 1.2.2-dev.1 [2020-07-22T18:35:05.031Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:05.031Z] master [2020-07-22T18:35:05.031Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:05.471Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:05.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:05.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-07-22T18:35:05.760Z] 24935a68733a: Preparing [2020-07-22T18:35:05.760Z] 023de9618271: Preparing [2020-07-22T18:35:05.760Z] 71d97dd2b86c: Preparing [2020-07-22T18:35:05.760Z] 0cada5e75a70: Preparing [2020-07-22T18:35:05.760Z] 50644c29ef5a: Preparing [2020-07-22T18:35:05.760Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:05.760Z] 71d97dd2b86c: Pushed [2020-07-22T18:35:05.760Z] 023de9618271: Pushed [2020-07-22T18:35:06.331Z] 0cada5e75a70: Pushed [2020-07-22T18:35:06.590Z] 24935a68733a: Pushed [2020-07-22T18:35:06.851Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:4253fa661ff7a3e481c2e06dba6b0bc1d051644f1c24cb781d13a480c4965589 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:07.148Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:07.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.1 [2020-07-22T18:35:07.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-07-22T18:35:07.439Z] 24935a68733a: Preparing [2020-07-22T18:35:07.439Z] 023de9618271: Preparing [2020-07-22T18:35:07.439Z] 71d97dd2b86c: Preparing [2020-07-22T18:35:07.439Z] 0cada5e75a70: Preparing [2020-07-22T18:35:07.439Z] 50644c29ef5a: Preparing [2020-07-22T18:35:07.439Z] 023de9618271: Layer already exists [2020-07-22T18:35:07.439Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:07.439Z] 24935a68733a: Layer already exists [2020-07-22T18:35:07.439Z] 71d97dd2b86c: Layer already exists [2020-07-22T18:35:07.439Z] 0cada5e75a70: Layer already exists [2020-07-22T18:35:07.439Z] 1.2.2-dev.1: digest: sha256:4253fa661ff7a3e481c2e06dba6b0bc1d051644f1c24cb781d13a480c4965589 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:07.738Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:08.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:08.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-07-22T18:35:08.142Z] 24935a68733a: Preparing [2020-07-22T18:35:08.142Z] 023de9618271: Preparing [2020-07-22T18:35:08.142Z] 71d97dd2b86c: Preparing [2020-07-22T18:35:08.142Z] 0cada5e75a70: Preparing [2020-07-22T18:35:08.142Z] 50644c29ef5a: Preparing [2020-07-22T18:35:08.142Z] 0cada5e75a70: Layer already exists [2020-07-22T18:35:08.142Z] 023de9618271: Layer already exists [2020-07-22T18:35:08.142Z] 71d97dd2b86c: Layer already exists [2020-07-22T18:35:08.142Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:08.142Z] 24935a68733a: Layer already exists [2020-07-22T18:35:08.142Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:4253fa661ff7a3e481c2e06dba6b0bc1d051644f1c24cb781d13a480c4965589 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:08.441Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:08.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-07-22T18:35:08.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-07-22T18:35:08.737Z] 24935a68733a: Preparing [2020-07-22T18:35:08.737Z] 023de9618271: Preparing [2020-07-22T18:35:08.737Z] 71d97dd2b86c: Preparing [2020-07-22T18:35:08.737Z] 0cada5e75a70: Preparing [2020-07-22T18:35:08.737Z] 50644c29ef5a: Preparing [2020-07-22T18:35:08.737Z] 71d97dd2b86c: Layer already exists [2020-07-22T18:35:08.737Z] 0cada5e75a70: Layer already exists [2020-07-22T18:35:08.737Z] 023de9618271: Layer already exists [2020-07-22T18:35:08.737Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:08.737Z] 24935a68733a: Layer already exists [2020-07-22T18:35:08.737Z] master: digest: sha256:4253fa661ff7a3e481c2e06dba6b0bc1d051644f1c24cb781d13a480c4965589 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:35:08.914Z] ===================================================== [Pipeline] echo [2020-07-22T18:35:08.952Z] taggedImages: [2020-07-22T18:35:08.952Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:08.952Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.1 [2020-07-22T18:35:08.952Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:08.952Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-07-22T18:35:09.015Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-07-22T18:35:09.015Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:09.015Z] 1.2.2-dev.1 [2020-07-22T18:35:09.015Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:09.015Z] master [2020-07-22T18:35:09.015Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:09.471Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:09.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:09.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-07-22T18:35:09.763Z] 92bc211ed685: Preparing [2020-07-22T18:35:09.763Z] ab6d3ea2e161: Preparing [2020-07-22T18:35:09.763Z] 3628104e4fb5: Preparing [2020-07-22T18:35:09.763Z] d277e5f2800f: Preparing [2020-07-22T18:35:09.763Z] d277e5f2800f: Preparing [2020-07-22T18:35:09.763Z] fc46bad4204b: Preparing [2020-07-22T18:35:09.763Z] 73df67257a59: Preparing [2020-07-22T18:35:09.763Z] 61ff75f19bc6: Preparing [2020-07-22T18:35:09.763Z] 92bc211ed685: Preparing [2020-07-22T18:35:09.763Z] c07e19b933a9: Preparing [2020-07-22T18:35:09.763Z] 4e5dc3420124: Preparing [2020-07-22T18:35:09.763Z] d0a32524de68: Preparing [2020-07-22T18:35:09.763Z] 50644c29ef5a: Preparing [2020-07-22T18:35:09.763Z] 73df67257a59: Waiting [2020-07-22T18:35:09.763Z] 4e5dc3420124: Waiting [2020-07-22T18:35:09.763Z] 61ff75f19bc6: Waiting [2020-07-22T18:35:09.763Z] c07e19b933a9: Waiting [2020-07-22T18:35:09.763Z] d0a32524de68: Waiting [2020-07-22T18:35:09.763Z] 50644c29ef5a: Waiting [2020-07-22T18:35:09.763Z] fc46bad4204b: Pushed [2020-07-22T18:35:09.763Z] 3628104e4fb5: Pushed [2020-07-22T18:35:10.024Z] d277e5f2800f: Pushed [2020-07-22T18:35:10.024Z] ab6d3ea2e161: Pushed [2020-07-22T18:35:10.024Z] 73df67257a59: Pushed [2020-07-22T18:35:10.025Z] 61ff75f19bc6: Pushed [2020-07-22T18:35:10.025Z] 4e5dc3420124: Pushed [2020-07-22T18:35:10.025Z] c07e19b933a9: Pushed [2020-07-22T18:35:10.025Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:10.289Z] d0a32524de68: Pushed [2020-07-22T18:35:10.859Z] 92bc211ed685: Pushed [2020-07-22T18:35:10.859Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:400680b37a9a2f5f48aabc038821981fee2efe0ecb1180262ed808411bf1e75c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:11.155Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:11.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.1 [2020-07-22T18:35:11.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-07-22T18:35:11.454Z] 92bc211ed685: Preparing [2020-07-22T18:35:11.454Z] ab6d3ea2e161: Preparing [2020-07-22T18:35:11.454Z] 3628104e4fb5: Preparing [2020-07-22T18:35:11.454Z] d277e5f2800f: Preparing [2020-07-22T18:35:11.454Z] d277e5f2800f: Preparing [2020-07-22T18:35:11.454Z] fc46bad4204b: Preparing [2020-07-22T18:35:11.454Z] 73df67257a59: Preparing [2020-07-22T18:35:11.454Z] 61ff75f19bc6: Preparing [2020-07-22T18:35:11.454Z] 92bc211ed685: Preparing [2020-07-22T18:35:11.454Z] c07e19b933a9: Preparing [2020-07-22T18:35:11.454Z] 4e5dc3420124: Preparing [2020-07-22T18:35:11.454Z] d0a32524de68: Preparing [2020-07-22T18:35:11.454Z] 50644c29ef5a: Preparing [2020-07-22T18:35:11.454Z] d0a32524de68: Waiting [2020-07-22T18:35:11.454Z] c07e19b933a9: Waiting [2020-07-22T18:35:11.454Z] 4e5dc3420124: Waiting [2020-07-22T18:35:11.454Z] 73df67257a59: Waiting [2020-07-22T18:35:11.454Z] 50644c29ef5a: Waiting [2020-07-22T18:35:11.454Z] 61ff75f19bc6: Waiting [2020-07-22T18:35:11.454Z] 92bc211ed685: Layer already exists [2020-07-22T18:35:11.454Z] 3628104e4fb5: Layer already exists [2020-07-22T18:35:11.454Z] d277e5f2800f: Layer already exists [2020-07-22T18:35:11.454Z] ab6d3ea2e161: Layer already exists [2020-07-22T18:35:11.454Z] fc46bad4204b: Layer already exists [2020-07-22T18:35:11.454Z] 61ff75f19bc6: Layer already exists [2020-07-22T18:35:11.454Z] d0a32524de68: Layer already exists [2020-07-22T18:35:11.454Z] 73df67257a59: Layer already exists [2020-07-22T18:35:11.454Z] 4e5dc3420124: Layer already exists [2020-07-22T18:35:11.454Z] c07e19b933a9: Layer already exists [2020-07-22T18:35:11.454Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:11.713Z] 1.2.2-dev.1: digest: sha256:400680b37a9a2f5f48aabc038821981fee2efe0ecb1180262ed808411bf1e75c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:12.025Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:12.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:12.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-07-22T18:35:12.315Z] 92bc211ed685: Preparing [2020-07-22T18:35:12.315Z] ab6d3ea2e161: Preparing [2020-07-22T18:35:12.315Z] 3628104e4fb5: Preparing [2020-07-22T18:35:12.315Z] d277e5f2800f: Preparing [2020-07-22T18:35:12.315Z] d277e5f2800f: Preparing [2020-07-22T18:35:12.315Z] fc46bad4204b: Preparing [2020-07-22T18:35:12.315Z] 73df67257a59: Preparing [2020-07-22T18:35:12.315Z] 61ff75f19bc6: Preparing [2020-07-22T18:35:12.315Z] 92bc211ed685: Preparing [2020-07-22T18:35:12.315Z] c07e19b933a9: Preparing [2020-07-22T18:35:12.315Z] 4e5dc3420124: Preparing [2020-07-22T18:35:12.315Z] d0a32524de68: Preparing [2020-07-22T18:35:12.315Z] 50644c29ef5a: Preparing [2020-07-22T18:35:12.315Z] 73df67257a59: Waiting [2020-07-22T18:35:12.315Z] 61ff75f19bc6: Waiting [2020-07-22T18:35:12.315Z] c07e19b933a9: Waiting [2020-07-22T18:35:12.315Z] 4e5dc3420124: Waiting [2020-07-22T18:35:12.315Z] d0a32524de68: Waiting [2020-07-22T18:35:12.315Z] 50644c29ef5a: Waiting [2020-07-22T18:35:12.315Z] fc46bad4204b: Layer already exists [2020-07-22T18:35:12.315Z] 92bc211ed685: Layer already exists [2020-07-22T18:35:12.315Z] 3628104e4fb5: Layer already exists [2020-07-22T18:35:12.315Z] d277e5f2800f: Layer already exists [2020-07-22T18:35:12.315Z] ab6d3ea2e161: Layer already exists [2020-07-22T18:35:12.315Z] c07e19b933a9: Layer already exists [2020-07-22T18:35:12.315Z] 73df67257a59: Layer already exists [2020-07-22T18:35:12.315Z] 61ff75f19bc6: Layer already exists [2020-07-22T18:35:12.315Z] 4e5dc3420124: Layer already exists [2020-07-22T18:35:12.315Z] d0a32524de68: Layer already exists [2020-07-22T18:35:12.315Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:12.315Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:400680b37a9a2f5f48aabc038821981fee2efe0ecb1180262ed808411bf1e75c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:12.610Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:12.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-07-22T18:35:12.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-07-22T18:35:12.900Z] 92bc211ed685: Preparing [2020-07-22T18:35:12.900Z] ab6d3ea2e161: Preparing [2020-07-22T18:35:12.900Z] 3628104e4fb5: Preparing [2020-07-22T18:35:12.900Z] d277e5f2800f: Preparing [2020-07-22T18:35:12.900Z] d277e5f2800f: Preparing [2020-07-22T18:35:12.900Z] fc46bad4204b: Preparing [2020-07-22T18:35:12.900Z] 73df67257a59: Preparing [2020-07-22T18:35:12.900Z] 61ff75f19bc6: Preparing [2020-07-22T18:35:12.900Z] 92bc211ed685: Preparing [2020-07-22T18:35:12.900Z] c07e19b933a9: Preparing [2020-07-22T18:35:12.900Z] 4e5dc3420124: Preparing [2020-07-22T18:35:12.900Z] d0a32524de68: Preparing [2020-07-22T18:35:12.900Z] 50644c29ef5a: Preparing [2020-07-22T18:35:12.900Z] 73df67257a59: Waiting [2020-07-22T18:35:12.900Z] 4e5dc3420124: Waiting [2020-07-22T18:35:12.900Z] d0a32524de68: Waiting [2020-07-22T18:35:12.900Z] 50644c29ef5a: Waiting [2020-07-22T18:35:12.900Z] 61ff75f19bc6: Waiting [2020-07-22T18:35:12.900Z] c07e19b933a9: Waiting [2020-07-22T18:35:12.900Z] ab6d3ea2e161: Layer already exists [2020-07-22T18:35:12.900Z] fc46bad4204b: Layer already exists [2020-07-22T18:35:12.900Z] 3628104e4fb5: Layer already exists [2020-07-22T18:35:12.900Z] d277e5f2800f: Layer already exists [2020-07-22T18:35:12.900Z] 92bc211ed685: Layer already exists [2020-07-22T18:35:12.900Z] 73df67257a59: Layer already exists [2020-07-22T18:35:12.900Z] 61ff75f19bc6: Layer already exists [2020-07-22T18:35:12.900Z] d0a32524de68: Layer already exists [2020-07-22T18:35:12.900Z] c07e19b933a9: Layer already exists [2020-07-22T18:35:12.900Z] 4e5dc3420124: Layer already exists [2020-07-22T18:35:12.900Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:12.900Z] master: digest: sha256:400680b37a9a2f5f48aabc038821981fee2efe0ecb1180262ed808411bf1e75c size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:35:13.060Z] ===================================================== [Pipeline] echo [2020-07-22T18:35:13.098Z] taggedImages: [2020-07-22T18:35:13.098Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:13.098Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.1 [2020-07-22T18:35:13.098Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:13.098Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-07-22T18:35:13.149Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-07-22T18:35:13.149Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:13.149Z] 1.2.2-dev.1 [2020-07-22T18:35:13.149Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:13.149Z] master [2020-07-22T18:35:13.149Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:13.588Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:13.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:13.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-07-22T18:35:13.884Z] 1be7e21724ee: Preparing [2020-07-22T18:35:13.884Z] 14c562f8cfcb: Preparing [2020-07-22T18:35:13.884Z] 19f2211ba40f: Preparing [2020-07-22T18:35:13.884Z] a039f8115eb8: Preparing [2020-07-22T18:35:13.884Z] f4dcad7143af: Preparing [2020-07-22T18:35:13.884Z] bb846a5963ed: Preparing [2020-07-22T18:35:13.884Z] 33ead78d0515: Preparing [2020-07-22T18:35:13.884Z] 1119eea507e2: Preparing [2020-07-22T18:35:13.884Z] 00f7605b4ceb: Preparing [2020-07-22T18:35:13.884Z] ab04bc6bff55: Preparing [2020-07-22T18:35:13.884Z] 1b3ee35aacca: Preparing [2020-07-22T18:35:13.884Z] 1119eea507e2: Waiting [2020-07-22T18:35:13.884Z] ab04bc6bff55: Waiting [2020-07-22T18:35:13.884Z] 00f7605b4ceb: Waiting [2020-07-22T18:35:13.884Z] 1b3ee35aacca: Waiting [2020-07-22T18:35:13.884Z] bb846a5963ed: Waiting [2020-07-22T18:35:13.884Z] 33ead78d0515: Waiting [2020-07-22T18:35:14.145Z] 14c562f8cfcb: Pushed [2020-07-22T18:35:14.145Z] 1be7e21724ee: Pushed [2020-07-22T18:35:14.145Z] bb846a5963ed: Pushed [2020-07-22T18:35:14.145Z] 33ead78d0515: Pushed [2020-07-22T18:35:14.406Z] 00f7605b4ceb: Pushed [2020-07-22T18:35:14.406Z] 1119eea507e2: Pushed [2020-07-22T18:35:14.406Z] 1b3ee35aacca: Layer already exists [2020-07-22T18:35:14.666Z] ab04bc6bff55: Pushed [2020-07-22T18:35:14.666Z] 19f2211ba40f: Pushed [2020-07-22T18:35:14.666Z] a039f8115eb8: Pushed [2020-07-22T18:35:14.926Z] f4dcad7143af: Pushed [2020-07-22T18:35:14.926Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:f29e9f5fd46ba8100fe6742a069f5dc20696b744b3a3c044a54654274e4caa04 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:15.221Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:15.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.1 [2020-07-22T18:35:15.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-07-22T18:35:15.510Z] 1be7e21724ee: Preparing [2020-07-22T18:35:15.510Z] 14c562f8cfcb: Preparing [2020-07-22T18:35:15.510Z] 19f2211ba40f: Preparing [2020-07-22T18:35:15.510Z] a039f8115eb8: Preparing [2020-07-22T18:35:15.510Z] f4dcad7143af: Preparing [2020-07-22T18:35:15.510Z] bb846a5963ed: Preparing [2020-07-22T18:35:15.510Z] 33ead78d0515: Preparing [2020-07-22T18:35:15.510Z] 1119eea507e2: Preparing [2020-07-22T18:35:15.510Z] 00f7605b4ceb: Preparing [2020-07-22T18:35:15.510Z] ab04bc6bff55: Preparing [2020-07-22T18:35:15.510Z] 1b3ee35aacca: Preparing [2020-07-22T18:35:15.510Z] bb846a5963ed: Waiting [2020-07-22T18:35:15.510Z] 33ead78d0515: Waiting [2020-07-22T18:35:15.510Z] 1119eea507e2: Waiting [2020-07-22T18:35:15.510Z] 00f7605b4ceb: Waiting [2020-07-22T18:35:15.510Z] ab04bc6bff55: Waiting [2020-07-22T18:35:15.510Z] 1b3ee35aacca: Waiting [2020-07-22T18:35:15.510Z] 14c562f8cfcb: Layer already exists [2020-07-22T18:35:15.510Z] a039f8115eb8: Layer already exists [2020-07-22T18:35:15.510Z] 19f2211ba40f: Layer already exists [2020-07-22T18:35:15.510Z] f4dcad7143af: Layer already exists [2020-07-22T18:35:15.510Z] 1be7e21724ee: Layer already exists [2020-07-22T18:35:15.510Z] bb846a5963ed: Layer already exists [2020-07-22T18:35:15.510Z] 33ead78d0515: Layer already exists [2020-07-22T18:35:15.510Z] 1119eea507e2: Layer already exists [2020-07-22T18:35:15.510Z] ab04bc6bff55: Layer already exists [2020-07-22T18:35:15.510Z] 00f7605b4ceb: Layer already exists [2020-07-22T18:35:15.510Z] 1b3ee35aacca: Layer already exists [2020-07-22T18:35:15.510Z] 1.2.2-dev.1: digest: sha256:f29e9f5fd46ba8100fe6742a069f5dc20696b744b3a3c044a54654274e4caa04 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:15.803Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:16.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:16.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-07-22T18:35:16.091Z] 1be7e21724ee: Preparing [2020-07-22T18:35:16.091Z] 14c562f8cfcb: Preparing [2020-07-22T18:35:16.091Z] 19f2211ba40f: Preparing [2020-07-22T18:35:16.091Z] a039f8115eb8: Preparing [2020-07-22T18:35:16.091Z] f4dcad7143af: Preparing [2020-07-22T18:35:16.091Z] bb846a5963ed: Preparing [2020-07-22T18:35:16.091Z] 33ead78d0515: Preparing [2020-07-22T18:35:16.091Z] 1119eea507e2: Preparing [2020-07-22T18:35:16.091Z] 00f7605b4ceb: Preparing [2020-07-22T18:35:16.091Z] ab04bc6bff55: Preparing [2020-07-22T18:35:16.091Z] 1b3ee35aacca: Preparing [2020-07-22T18:35:16.091Z] 1119eea507e2: Waiting [2020-07-22T18:35:16.091Z] ab04bc6bff55: Waiting [2020-07-22T18:35:16.091Z] 1b3ee35aacca: Waiting [2020-07-22T18:35:16.091Z] 00f7605b4ceb: Waiting [2020-07-22T18:35:16.091Z] bb846a5963ed: Waiting [2020-07-22T18:35:16.091Z] 33ead78d0515: Waiting [2020-07-22T18:35:16.091Z] f4dcad7143af: Layer already exists [2020-07-22T18:35:16.091Z] 1be7e21724ee: Layer already exists [2020-07-22T18:35:16.091Z] 14c562f8cfcb: Layer already exists [2020-07-22T18:35:16.091Z] 19f2211ba40f: Layer already exists [2020-07-22T18:35:16.091Z] a039f8115eb8: Layer already exists [2020-07-22T18:35:16.091Z] 33ead78d0515: Layer already exists [2020-07-22T18:35:16.091Z] 1119eea507e2: Layer already exists [2020-07-22T18:35:16.091Z] bb846a5963ed: Layer already exists [2020-07-22T18:35:16.091Z] ab04bc6bff55: Layer already exists [2020-07-22T18:35:16.091Z] 00f7605b4ceb: Layer already exists [2020-07-22T18:35:16.091Z] 1b3ee35aacca: Layer already exists [2020-07-22T18:35:16.091Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:f29e9f5fd46ba8100fe6742a069f5dc20696b744b3a3c044a54654274e4caa04 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:16.383Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:16.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-07-22T18:35:16.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-07-22T18:35:16.679Z] 1be7e21724ee: Preparing [2020-07-22T18:35:16.679Z] 14c562f8cfcb: Preparing [2020-07-22T18:35:16.679Z] 19f2211ba40f: Preparing [2020-07-22T18:35:16.679Z] a039f8115eb8: Preparing [2020-07-22T18:35:16.679Z] f4dcad7143af: Preparing [2020-07-22T18:35:16.679Z] bb846a5963ed: Preparing [2020-07-22T18:35:16.679Z] 33ead78d0515: Preparing [2020-07-22T18:35:16.679Z] 1119eea507e2: Preparing [2020-07-22T18:35:16.679Z] 00f7605b4ceb: Preparing [2020-07-22T18:35:16.679Z] ab04bc6bff55: Preparing [2020-07-22T18:35:16.679Z] 1b3ee35aacca: Preparing [2020-07-22T18:35:16.679Z] 1119eea507e2: Waiting [2020-07-22T18:35:16.679Z] 00f7605b4ceb: Waiting [2020-07-22T18:35:16.679Z] ab04bc6bff55: Waiting [2020-07-22T18:35:16.679Z] 1b3ee35aacca: Waiting [2020-07-22T18:35:16.679Z] bb846a5963ed: Waiting [2020-07-22T18:35:16.679Z] 33ead78d0515: Waiting [2020-07-22T18:35:16.679Z] f4dcad7143af: Layer already exists [2020-07-22T18:35:16.679Z] 14c562f8cfcb: Layer already exists [2020-07-22T18:35:16.679Z] a039f8115eb8: Layer already exists [2020-07-22T18:35:16.679Z] 1be7e21724ee: Layer already exists [2020-07-22T18:35:16.679Z] 19f2211ba40f: Layer already exists [2020-07-22T18:35:16.679Z] 1119eea507e2: Layer already exists [2020-07-22T18:35:16.679Z] 33ead78d0515: Layer already exists [2020-07-22T18:35:16.679Z] ab04bc6bff55: Layer already exists [2020-07-22T18:35:16.679Z] 00f7605b4ceb: Layer already exists [2020-07-22T18:35:16.679Z] bb846a5963ed: Layer already exists [2020-07-22T18:35:16.679Z] 1b3ee35aacca: Layer already exists [2020-07-22T18:35:16.679Z] master: digest: sha256:f29e9f5fd46ba8100fe6742a069f5dc20696b744b3a3c044a54654274e4caa04 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:35:16.849Z] ===================================================== [Pipeline] echo [2020-07-22T18:35:16.889Z] taggedImages: [2020-07-22T18:35:16.889Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:16.889Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.1 [2020-07-22T18:35:16.889Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:16.889Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-07-22T18:35:16.945Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-07-22T18:35:16.945Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:16.945Z] 1.2.2-dev.1 [2020-07-22T18:35:16.945Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:16.945Z] master [2020-07-22T18:35:16.945Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:17.405Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:17.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:17.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-07-22T18:35:17.697Z] cc82d3adda0c: Preparing [2020-07-22T18:35:17.697Z] a896b93744d4: Preparing [2020-07-22T18:35:17.697Z] a923a9562ae9: Preparing [2020-07-22T18:35:17.697Z] 20e24a08b3dd: Preparing [2020-07-22T18:35:17.697Z] cc82d3adda0c: Pushed [2020-07-22T18:35:17.697Z] a923a9562ae9: Pushed [2020-07-22T18:35:17.958Z] 20e24a08b3dd: Pushed [2020-07-22T18:35:18.896Z] a896b93744d4: Pushed [2020-07-22T18:35:18.896Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:01cc93831acbf51f6ae538a5dcd7dc3655e54ffe352547aba53507d442f123f2 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:19.188Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:19.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.1 [2020-07-22T18:35:19.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-07-22T18:35:19.478Z] cc82d3adda0c: Preparing [2020-07-22T18:35:19.478Z] a896b93744d4: Preparing [2020-07-22T18:35:19.478Z] a923a9562ae9: Preparing [2020-07-22T18:35:19.478Z] 20e24a08b3dd: Preparing [2020-07-22T18:35:19.478Z] a896b93744d4: Layer already exists [2020-07-22T18:35:19.478Z] a923a9562ae9: Layer already exists [2020-07-22T18:35:19.478Z] 20e24a08b3dd: Layer already exists [2020-07-22T18:35:19.478Z] cc82d3adda0c: Layer already exists [2020-07-22T18:35:19.478Z] 1.2.2-dev.1: digest: sha256:01cc93831acbf51f6ae538a5dcd7dc3655e54ffe352547aba53507d442f123f2 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:19.773Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:20.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:20.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-07-22T18:35:20.061Z] cc82d3adda0c: Preparing [2020-07-22T18:35:20.061Z] a896b93744d4: Preparing [2020-07-22T18:35:20.061Z] a923a9562ae9: Preparing [2020-07-22T18:35:20.061Z] 20e24a08b3dd: Preparing [2020-07-22T18:35:20.061Z] a896b93744d4: Layer already exists [2020-07-22T18:35:20.061Z] 20e24a08b3dd: Layer already exists [2020-07-22T18:35:20.061Z] cc82d3adda0c: Layer already exists [2020-07-22T18:35:20.061Z] a923a9562ae9: Layer already exists [2020-07-22T18:35:20.061Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:01cc93831acbf51f6ae538a5dcd7dc3655e54ffe352547aba53507d442f123f2 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:20.366Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:20.696Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-07-22T18:35:20.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-07-22T18:35:20.697Z] cc82d3adda0c: Preparing [2020-07-22T18:35:20.697Z] a896b93744d4: Preparing [2020-07-22T18:35:20.697Z] a923a9562ae9: Preparing [2020-07-22T18:35:20.697Z] 20e24a08b3dd: Preparing [2020-07-22T18:35:20.697Z] cc82d3adda0c: Layer already exists [2020-07-22T18:35:20.697Z] 20e24a08b3dd: Layer already exists [2020-07-22T18:35:20.697Z] a896b93744d4: Layer already exists [2020-07-22T18:35:20.697Z] a923a9562ae9: Layer already exists [2020-07-22T18:35:20.697Z] master: digest: sha256:01cc93831acbf51f6ae538a5dcd7dc3655e54ffe352547aba53507d442f123f2 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:35:20.886Z] ===================================================== [Pipeline] echo [2020-07-22T18:35:20.923Z] taggedImages: [2020-07-22T18:35:20.923Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:20.923Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.1 [2020-07-22T18:35:20.923Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:20.923Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-07-22T18:35:20.978Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-07-22T18:35:20.978Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:20.978Z] 1.2.2-dev.1 [2020-07-22T18:35:20.978Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:20.978Z] master [2020-07-22T18:35:20.978Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:21.412Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:21.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:21.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-07-22T18:35:21.707Z] ffd4d6a6efc2: Preparing [2020-07-22T18:35:21.707Z] 306a041c3ca1: Preparing [2020-07-22T18:35:21.707Z] e5cda2431ba2: Preparing [2020-07-22T18:35:21.707Z] ea33479bdb73: Preparing [2020-07-22T18:35:21.707Z] aa391ed7e307: Preparing [2020-07-22T18:35:21.707Z] 416d1f0c5318: Preparing [2020-07-22T18:35:21.707Z] 416d1f0c5318: Waiting [2020-07-22T18:35:21.707Z] ffd4d6a6efc2: Pushed [2020-07-22T18:35:21.707Z] e5cda2431ba2: Pushed [2020-07-22T18:35:21.707Z] ea33479bdb73: Pushed [2020-07-22T18:35:21.968Z] 416d1f0c5318: Pushed [2020-07-22T18:35:22.230Z] aa391ed7e307: Pushed [2020-07-22T18:35:23.170Z] 306a041c3ca1: Pushed [2020-07-22T18:35:23.170Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:578b60a2586e08fac91cafab1d62859120893c874c4c57eeb68a1bb3698bc3ca size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:23.465Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:23.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.1 [2020-07-22T18:35:23.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-07-22T18:35:23.755Z] ffd4d6a6efc2: Preparing [2020-07-22T18:35:23.755Z] 306a041c3ca1: Preparing [2020-07-22T18:35:23.755Z] e5cda2431ba2: Preparing [2020-07-22T18:35:23.755Z] ea33479bdb73: Preparing [2020-07-22T18:35:23.755Z] aa391ed7e307: Preparing [2020-07-22T18:35:23.755Z] 416d1f0c5318: Preparing [2020-07-22T18:35:23.755Z] 416d1f0c5318: Waiting [2020-07-22T18:35:23.755Z] ea33479bdb73: Layer already exists [2020-07-22T18:35:23.755Z] aa391ed7e307: Layer already exists [2020-07-22T18:35:23.755Z] e5cda2431ba2: Layer already exists [2020-07-22T18:35:23.755Z] ffd4d6a6efc2: Layer already exists [2020-07-22T18:35:23.755Z] 306a041c3ca1: Layer already exists [2020-07-22T18:35:23.755Z] 416d1f0c5318: Layer already exists [2020-07-22T18:35:23.755Z] 1.2.2-dev.1: digest: sha256:578b60a2586e08fac91cafab1d62859120893c874c4c57eeb68a1bb3698bc3ca size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:24.050Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:24.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:24.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-07-22T18:35:24.339Z] ffd4d6a6efc2: Preparing [2020-07-22T18:35:24.339Z] 306a041c3ca1: Preparing [2020-07-22T18:35:24.339Z] e5cda2431ba2: Preparing [2020-07-22T18:35:24.339Z] ea33479bdb73: Preparing [2020-07-22T18:35:24.339Z] aa391ed7e307: Preparing [2020-07-22T18:35:24.339Z] 416d1f0c5318: Preparing [2020-07-22T18:35:24.339Z] 416d1f0c5318: Waiting [2020-07-22T18:35:24.339Z] ffd4d6a6efc2: Layer already exists [2020-07-22T18:35:24.339Z] aa391ed7e307: Layer already exists [2020-07-22T18:35:24.339Z] e5cda2431ba2: Layer already exists [2020-07-22T18:35:24.339Z] 306a041c3ca1: Layer already exists [2020-07-22T18:35:24.339Z] ea33479bdb73: Layer already exists [2020-07-22T18:35:24.339Z] 416d1f0c5318: Layer already exists [2020-07-22T18:35:24.339Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:578b60a2586e08fac91cafab1d62859120893c874c4c57eeb68a1bb3698bc3ca size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:24.635Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:24.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-07-22T18:35:24.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-07-22T18:35:24.926Z] ffd4d6a6efc2: Preparing [2020-07-22T18:35:24.926Z] 306a041c3ca1: Preparing [2020-07-22T18:35:24.926Z] e5cda2431ba2: Preparing [2020-07-22T18:35:24.926Z] ea33479bdb73: Preparing [2020-07-22T18:35:24.926Z] aa391ed7e307: Preparing [2020-07-22T18:35:24.926Z] 416d1f0c5318: Preparing [2020-07-22T18:35:24.926Z] 416d1f0c5318: Waiting [2020-07-22T18:35:24.926Z] e5cda2431ba2: Layer already exists [2020-07-22T18:35:24.926Z] 306a041c3ca1: Layer already exists [2020-07-22T18:35:24.926Z] ffd4d6a6efc2: Layer already exists [2020-07-22T18:35:24.926Z] ea33479bdb73: Layer already exists [2020-07-22T18:35:24.926Z] aa391ed7e307: Layer already exists [2020-07-22T18:35:24.926Z] 416d1f0c5318: Layer already exists [2020-07-22T18:35:24.926Z] master: digest: sha256:578b60a2586e08fac91cafab1d62859120893c874c4c57eeb68a1bb3698bc3ca size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:35:25.088Z] ===================================================== [Pipeline] echo [2020-07-22T18:35:25.131Z] taggedImages: [2020-07-22T18:35:25.131Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:25.131Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.1 [2020-07-22T18:35:25.131Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:25.131Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-07-22T18:35:25.191Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-07-22T18:35:25.191Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:25.191Z] 1.2.2-dev.1 [2020-07-22T18:35:25.191Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:25.191Z] master [2020-07-22T18:35:25.191Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:25.627Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:25.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:25.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-07-22T18:35:25.923Z] 1790b0be895d: Preparing [2020-07-22T18:35:25.923Z] 004f16c3c477: Preparing [2020-07-22T18:35:25.923Z] 5486f2b5b969: Preparing [2020-07-22T18:35:25.923Z] 5486f2b5b969: Pushed [2020-07-22T18:35:25.923Z] 1790b0be895d: Pushed [2020-07-22T18:35:27.305Z] 004f16c3c477: Pushed [2020-07-22T18:35:27.564Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:6df64201deef6f67e8625fa084ed9d8403fb1731cbd39e552c9fbb33eb0bf488 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:27.858Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:28.151Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.1 [2020-07-22T18:35:28.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-07-22T18:35:28.151Z] 1790b0be895d: Preparing [2020-07-22T18:35:28.151Z] 004f16c3c477: Preparing [2020-07-22T18:35:28.151Z] 5486f2b5b969: Preparing [2020-07-22T18:35:28.151Z] 5486f2b5b969: Layer already exists [2020-07-22T18:35:28.151Z] 1790b0be895d: Layer already exists [2020-07-22T18:35:28.151Z] 004f16c3c477: Layer already exists [2020-07-22T18:35:28.151Z] 1.2.2-dev.1: digest: sha256:6df64201deef6f67e8625fa084ed9d8403fb1731cbd39e552c9fbb33eb0bf488 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:28.447Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:28.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:28.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-07-22T18:35:28.739Z] 1790b0be895d: Preparing [2020-07-22T18:35:28.740Z] 004f16c3c477: Preparing [2020-07-22T18:35:28.740Z] 5486f2b5b969: Preparing [2020-07-22T18:35:28.740Z] 5486f2b5b969: Layer already exists [2020-07-22T18:35:28.740Z] 1790b0be895d: Layer already exists [2020-07-22T18:35:28.740Z] 004f16c3c477: Layer already exists [2020-07-22T18:35:29.000Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:6df64201deef6f67e8625fa084ed9d8403fb1731cbd39e552c9fbb33eb0bf488 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:29.295Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:29.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-07-22T18:35:29.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-07-22T18:35:29.587Z] 1790b0be895d: Preparing [2020-07-22T18:35:29.587Z] 004f16c3c477: Preparing [2020-07-22T18:35:29.587Z] 5486f2b5b969: Preparing [2020-07-22T18:35:29.587Z] 1790b0be895d: Layer already exists [2020-07-22T18:35:29.587Z] 5486f2b5b969: Layer already exists [2020-07-22T18:35:29.587Z] 004f16c3c477: Layer already exists [2020-07-22T18:35:29.587Z] master: digest: sha256:6df64201deef6f67e8625fa084ed9d8403fb1731cbd39e552c9fbb33eb0bf488 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:35:29.743Z] ===================================================== [Pipeline] echo [2020-07-22T18:35:29.782Z] taggedImages: [2020-07-22T18:35:29.782Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:29.782Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.1 [2020-07-22T18:35:29.782Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:29.782Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-07-22T18:35:29.837Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-07-22T18:35:29.837Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:29.837Z] 1.2.2-dev.1 [2020-07-22T18:35:29.837Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:29.837Z] master [2020-07-22T18:35:29.837Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:30.269Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:30.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:30.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-07-22T18:35:30.560Z] 2adde1ff36d4: Preparing [2020-07-22T18:35:30.560Z] b073d52543da: Preparing [2020-07-22T18:35:30.560Z] 7e672fafbe15: Preparing [2020-07-22T18:35:30.560Z] 2e9ac1dd0752: Preparing [2020-07-22T18:35:30.560Z] 4dc04dae7176: Preparing [2020-07-22T18:35:30.560Z] b937d084ce17: Preparing [2020-07-22T18:35:30.560Z] 81c436647a5f: Preparing [2020-07-22T18:35:30.560Z] 8890c171a12b: Preparing [2020-07-22T18:35:30.560Z] 4ae5bd84d450: Preparing [2020-07-22T18:35:30.560Z] 723a561964c8: Preparing [2020-07-22T18:35:30.560Z] 78764725b56c: Preparing [2020-07-22T18:35:30.560Z] 51d6d3d09136: Preparing [2020-07-22T18:35:30.560Z] 1507bc794612: Preparing [2020-07-22T18:35:30.560Z] 50644c29ef5a: Preparing [2020-07-22T18:35:30.560Z] b937d084ce17: Waiting [2020-07-22T18:35:30.560Z] 81c436647a5f: Waiting [2020-07-22T18:35:30.560Z] 8890c171a12b: Waiting [2020-07-22T18:35:30.560Z] 4ae5bd84d450: Waiting [2020-07-22T18:35:30.560Z] 723a561964c8: Waiting [2020-07-22T18:35:30.560Z] 78764725b56c: Waiting [2020-07-22T18:35:30.560Z] 51d6d3d09136: Waiting [2020-07-22T18:35:30.560Z] 1507bc794612: Waiting [2020-07-22T18:35:30.560Z] 50644c29ef5a: Waiting [2020-07-22T18:35:30.820Z] 4dc04dae7176: Pushed [2020-07-22T18:35:30.820Z] 2adde1ff36d4: Pushed [2020-07-22T18:35:31.085Z] 2e9ac1dd0752: Pushed [2020-07-22T18:35:31.085Z] 8890c171a12b: Layer already exists [2020-07-22T18:35:31.085Z] 4ae5bd84d450: Layer already exists [2020-07-22T18:35:31.085Z] 81c436647a5f: Pushed [2020-07-22T18:35:31.085Z] 723a561964c8: Layer already exists [2020-07-22T18:35:31.085Z] 78764725b56c: Layer already exists [2020-07-22T18:35:31.347Z] 51d6d3d09136: Layer already exists [2020-07-22T18:35:31.347Z] 1507bc794612: Layer already exists [2020-07-22T18:35:31.348Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:31.920Z] b937d084ce17: Pushed [2020-07-22T18:35:31.920Z] b073d52543da: Pushed [2020-07-22T18:35:40.060Z] 7e672fafbe15: Pushed [2020-07-22T18:35:40.060Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:e751eeb7844c48af6a66a2a06aaca59ede555a55ff50f2c0fbf5e579686a5429 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:40.360Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:40.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.1 [2020-07-22T18:35:40.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-07-22T18:35:40.652Z] 2adde1ff36d4: Preparing [2020-07-22T18:35:40.652Z] b073d52543da: Preparing [2020-07-22T18:35:40.652Z] 7e672fafbe15: Preparing [2020-07-22T18:35:40.652Z] 2e9ac1dd0752: Preparing [2020-07-22T18:35:40.652Z] 4dc04dae7176: Preparing [2020-07-22T18:35:40.652Z] b937d084ce17: Preparing [2020-07-22T18:35:40.652Z] 81c436647a5f: Preparing [2020-07-22T18:35:40.652Z] 8890c171a12b: Preparing [2020-07-22T18:35:40.652Z] 4ae5bd84d450: Preparing [2020-07-22T18:35:40.652Z] 723a561964c8: Preparing [2020-07-22T18:35:40.652Z] 78764725b56c: Preparing [2020-07-22T18:35:40.652Z] 51d6d3d09136: Preparing [2020-07-22T18:35:40.652Z] 1507bc794612: Preparing [2020-07-22T18:35:40.652Z] 50644c29ef5a: Preparing [2020-07-22T18:35:40.652Z] 4ae5bd84d450: Waiting [2020-07-22T18:35:40.652Z] 723a561964c8: Waiting [2020-07-22T18:35:40.652Z] 78764725b56c: Waiting [2020-07-22T18:35:40.652Z] 51d6d3d09136: Waiting [2020-07-22T18:35:40.652Z] 1507bc794612: Waiting [2020-07-22T18:35:40.652Z] 50644c29ef5a: Waiting [2020-07-22T18:35:40.652Z] b937d084ce17: Waiting [2020-07-22T18:35:40.652Z] 81c436647a5f: Waiting [2020-07-22T18:35:40.652Z] 8890c171a12b: Waiting [2020-07-22T18:35:40.652Z] 7e672fafbe15: Layer already exists [2020-07-22T18:35:40.652Z] 4dc04dae7176: Layer already exists [2020-07-22T18:35:40.652Z] b073d52543da: Layer already exists [2020-07-22T18:35:40.652Z] 2e9ac1dd0752: Layer already exists [2020-07-22T18:35:40.652Z] 2adde1ff36d4: Layer already exists [2020-07-22T18:35:40.652Z] b937d084ce17: Layer already exists [2020-07-22T18:35:40.652Z] 723a561964c8: Layer already exists [2020-07-22T18:35:40.652Z] 81c436647a5f: Layer already exists [2020-07-22T18:35:40.652Z] 4ae5bd84d450: Layer already exists [2020-07-22T18:35:40.652Z] 8890c171a12b: Layer already exists [2020-07-22T18:35:40.652Z] 78764725b56c: Layer already exists [2020-07-22T18:35:40.652Z] 51d6d3d09136: Layer already exists [2020-07-22T18:35:40.652Z] 1507bc794612: Layer already exists [2020-07-22T18:35:40.652Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:40.913Z] 1.2.2-dev.1: digest: sha256:e751eeb7844c48af6a66a2a06aaca59ede555a55ff50f2c0fbf5e579686a5429 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:41.313Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:41.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:41.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-07-22T18:35:41.676Z] 2adde1ff36d4: Preparing [2020-07-22T18:35:41.676Z] b073d52543da: Preparing [2020-07-22T18:35:41.676Z] 7e672fafbe15: Preparing [2020-07-22T18:35:41.676Z] 2e9ac1dd0752: Preparing [2020-07-22T18:35:41.676Z] 4dc04dae7176: Preparing [2020-07-22T18:35:41.676Z] b937d084ce17: Preparing [2020-07-22T18:35:41.676Z] 81c436647a5f: Preparing [2020-07-22T18:35:41.676Z] 8890c171a12b: Preparing [2020-07-22T18:35:41.676Z] 4ae5bd84d450: Preparing [2020-07-22T18:35:41.676Z] 723a561964c8: Preparing [2020-07-22T18:35:41.676Z] 78764725b56c: Preparing [2020-07-22T18:35:41.676Z] 51d6d3d09136: Preparing [2020-07-22T18:35:41.676Z] 1507bc794612: Preparing [2020-07-22T18:35:41.676Z] 50644c29ef5a: Preparing [2020-07-22T18:35:41.676Z] 78764725b56c: Waiting [2020-07-22T18:35:41.676Z] b937d084ce17: Waiting [2020-07-22T18:35:41.676Z] 81c436647a5f: Waiting [2020-07-22T18:35:41.676Z] 8890c171a12b: Waiting [2020-07-22T18:35:41.676Z] 4ae5bd84d450: Waiting [2020-07-22T18:35:41.676Z] 51d6d3d09136: Waiting [2020-07-22T18:35:41.676Z] 723a561964c8: Waiting [2020-07-22T18:35:41.676Z] 1507bc794612: Waiting [2020-07-22T18:35:41.676Z] 50644c29ef5a: Waiting [2020-07-22T18:35:41.676Z] 4dc04dae7176: Layer already exists [2020-07-22T18:35:41.676Z] 2adde1ff36d4: Layer already exists [2020-07-22T18:35:41.676Z] 2e9ac1dd0752: Layer already exists [2020-07-22T18:35:41.676Z] 7e672fafbe15: Layer already exists [2020-07-22T18:35:41.676Z] b073d52543da: Layer already exists [2020-07-22T18:35:41.676Z] 8890c171a12b: Layer already exists [2020-07-22T18:35:41.676Z] 81c436647a5f: Layer already exists [2020-07-22T18:35:41.676Z] b937d084ce17: Layer already exists [2020-07-22T18:35:41.676Z] 4ae5bd84d450: Layer already exists [2020-07-22T18:35:41.676Z] 723a561964c8: Layer already exists [2020-07-22T18:35:41.676Z] 78764725b56c: Layer already exists [2020-07-22T18:35:41.676Z] 1507bc794612: Layer already exists [2020-07-22T18:35:41.676Z] 51d6d3d09136: Layer already exists [2020-07-22T18:35:41.676Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:41.676Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:e751eeb7844c48af6a66a2a06aaca59ede555a55ff50f2c0fbf5e579686a5429 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:41.980Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:35:42.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-07-22T18:35:42.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-07-22T18:35:42.273Z] 2adde1ff36d4: Preparing [2020-07-22T18:35:42.273Z] b073d52543da: Preparing [2020-07-22T18:35:42.273Z] 7e672fafbe15: Preparing [2020-07-22T18:35:42.273Z] 2e9ac1dd0752: Preparing [2020-07-22T18:35:42.273Z] 4dc04dae7176: Preparing [2020-07-22T18:35:42.273Z] b937d084ce17: Preparing [2020-07-22T18:35:42.273Z] 81c436647a5f: Preparing [2020-07-22T18:35:42.273Z] 8890c171a12b: Preparing [2020-07-22T18:35:42.273Z] 4ae5bd84d450: Preparing [2020-07-22T18:35:42.273Z] 723a561964c8: Preparing [2020-07-22T18:35:42.273Z] 78764725b56c: Preparing [2020-07-22T18:35:42.273Z] 51d6d3d09136: Preparing [2020-07-22T18:35:42.273Z] 1507bc794612: Preparing [2020-07-22T18:35:42.273Z] 50644c29ef5a: Preparing [2020-07-22T18:35:42.273Z] b937d084ce17: Waiting [2020-07-22T18:35:42.273Z] 81c436647a5f: Waiting [2020-07-22T18:35:42.273Z] 8890c171a12b: Waiting [2020-07-22T18:35:42.273Z] 4ae5bd84d450: Waiting [2020-07-22T18:35:42.273Z] 723a561964c8: Waiting [2020-07-22T18:35:42.273Z] 78764725b56c: Waiting [2020-07-22T18:35:42.273Z] 51d6d3d09136: Waiting [2020-07-22T18:35:42.273Z] 1507bc794612: Waiting [2020-07-22T18:35:42.273Z] 50644c29ef5a: Waiting [2020-07-22T18:35:42.273Z] 7e672fafbe15: Layer already exists [2020-07-22T18:35:42.273Z] b073d52543da: Layer already exists [2020-07-22T18:35:42.274Z] 2e9ac1dd0752: Layer already exists [2020-07-22T18:35:42.274Z] 4dc04dae7176: Layer already exists [2020-07-22T18:35:42.274Z] 2adde1ff36d4: Layer already exists [2020-07-22T18:35:42.274Z] b937d084ce17: Layer already exists [2020-07-22T18:35:42.274Z] 8890c171a12b: Layer already exists [2020-07-22T18:35:42.274Z] 723a561964c8: Layer already exists [2020-07-22T18:35:42.274Z] 81c436647a5f: Layer already exists [2020-07-22T18:35:42.274Z] 4ae5bd84d450: Layer already exists [2020-07-22T18:35:42.274Z] 78764725b56c: Layer already exists [2020-07-22T18:35:42.274Z] 50644c29ef5a: Layer already exists [2020-07-22T18:35:42.274Z] 1507bc794612: Layer already exists [2020-07-22T18:35:42.274Z] 51d6d3d09136: Layer already exists [2020-07-22T18:35:42.274Z] master: digest: sha256:e751eeb7844c48af6a66a2a06aaca59ede555a55ff50f2c0fbf5e579686a5429 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:35:42.432Z] ===================================================== [Pipeline] echo [2020-07-22T18:35:42.471Z] taggedImages: [2020-07-22T18:35:42.471Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:35:42.471Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.1 [2020-07-22T18:35:42.471Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:35:42.471Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-22T18:35:45.473Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:35:45.473Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-22T18:35:45.473Z] ---> 82adc7c41f3a [2020-07-22T18:35:45.473Z] Step 3/29 : WORKDIR /edgex-go [2020-07-22T18:35:45.473Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:35:45.473Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:35:45.473Z] ---> 82adc7c41f3a [2020-07-22T18:35:45.473Z] Step 3/21 : WORKDIR /edgex-go [2020-07-22T18:35:45.473Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:35:45.473Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:35:45.473Z] ---> 82adc7c41f3a [2020-07-22T18:35:45.473Z] Step 3/21 : WORKDIR /edgex-go [2020-07-22T18:35:45.473Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:35:45.473Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:35:45.473Z] ---> 82adc7c41f3a [2020-07-22T18:35:45.473Z] Step 3/20 : WORKDIR /edgex-go [2020-07-22T18:35:45.473Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:35:45.473Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:35:45.473Z] ---> 82adc7c41f3a [2020-07-22T18:35:45.473Z] Step 3/26 : WORKDIR /edgex-go [2020-07-22T18:35:45.473Z] ---> Running in 9a718553b3eb [2020-07-22T18:35:45.473Z] ---> Running in 68a65d18645e [2020-07-22T18:35:45.473Z] ---> Running in 7ff1e2d688b5 [2020-07-22T18:35:45.473Z] ---> Running in 0c32b3a18e5a [2020-07-22T18:35:45.473Z] ---> Running in fbaa2cee9c9f [2020-07-22T18:35:45.745Z] Removing intermediate container 68a65d18645e [2020-07-22T18:35:45.745Z] ---> dc062ea977ab [2020-07-22T18:35:45.745Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:35:46.016Z] Removing intermediate container 9a718553b3eb [2020-07-22T18:35:46.016Z] ---> ba31bc6ab961 [2020-07-22T18:35:46.016Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:35:46.016Z] Removing intermediate container fbaa2cee9c9f [2020-07-22T18:35:46.016Z] ---> e64876a775b0 [2020-07-22T18:35:46.016Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:35:46.016Z] Removing intermediate container 0c32b3a18e5a [2020-07-22T18:35:46.016Z] ---> 56ea6d22139a [2020-07-22T18:35:46.016Z] Step 4/29 : RUN apk update && apk add make git [2020-07-22T18:35:46.016Z] Removing intermediate container 7ff1e2d688b5 [2020-07-22T18:35:46.016Z] ---> f4b48e3902f7 [2020-07-22T18:35:46.016Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:35:46.016Z] ---> Running in 69407d21ab51 [2020-07-22T18:35:46.016Z] ---> Running in 137a413fa7c9 [2020-07-22T18:35:46.293Z] ---> Running in 601d7b7ae11a [2020-07-22T18:35:46.293Z] ---> Running in 1b6fadc5a4d7 [2020-07-22T18:35:46.293Z] ---> Running in e3b2e109e806 [2020-07-22T18:35:48.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:35:49.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:35:50.219Z] Removing intermediate container 137a413fa7c9 [2020-07-22T18:35:50.219Z] ---> e9d77723516d [2020-07-22T18:35:50.219Z] Step 5/21 : RUN apk update && apk add make git [2020-07-22T18:35:50.513Z] ---> Running in e14f8f5b4dfe [2020-07-22T18:35:50.513Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:35:50.513Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:35:50.513Z] OK: 12620 distinct packages available [2020-07-22T18:35:50.513Z] Removing intermediate container 69407d21ab51 [2020-07-22T18:35:50.513Z] ---> e0ceb9e1284c [2020-07-22T18:35:50.513Z] Step 5/20 : RUN apk update && apk add make git [2020-07-22T18:35:50.878Z] ---> Running in cc112a33b0aa [2020-07-22T18:35:50.878Z] Removing intermediate container 1b6fadc5a4d7 [2020-07-22T18:35:50.878Z] ---> bd4d05fc595c [2020-07-22T18:35:50.878Z] Step 5/21 : RUN apk update && apk add make git [2020-07-22T18:35:51.164Z] ---> Running in 28cf97e34662 [2020-07-22T18:35:51.439Z] OK: 217 MiB in 51 packages [2020-07-22T18:35:51.439Z] Removing intermediate container e3b2e109e806 [2020-07-22T18:35:51.439Z] ---> fd69471ed5ce [2020-07-22T18:35:51.439Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-22T18:35:51.718Z] ---> Running in a0e62397a160 [2020-07-22T18:35:53.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:35:53.167Z] Removing intermediate container 601d7b7ae11a [2020-07-22T18:35:53.167Z] ---> 6faa26861829 [2020-07-22T18:35:53.167Z] Step 5/29 : COPY go.mod . [2020-07-22T18:35:53.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:35:53.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:35:53.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:35:53.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:35:53.998Z] ---> 3f8b3a9d128c [2020-07-22T18:35:53.998Z] Step 6/29 : RUN go mod download [2020-07-22T18:35:54.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:35:54.271Z] ---> Running in 8ece7a4fb88f [2020-07-22T18:35:54.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:35:54.550Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:35:54.550Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:35:54.550Z] OK: 12620 distinct packages available [2020-07-22T18:35:54.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:35:55.102Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:35:55.103Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:35:55.103Z] OK: 12620 distinct packages available [2020-07-22T18:35:55.377Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:35:55.377Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:35:55.377Z] OK: 12620 distinct packages available [2020-07-22T18:35:55.653Z] OK: 217 MiB in 51 packages [2020-07-22T18:35:55.929Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:35:55.929Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:35:55.929Z] OK: 12620 distinct packages available [2020-07-22T18:35:55.929Z] OK: 217 MiB in 51 packages [2020-07-22T18:35:56.543Z] OK: 217 MiB in 51 packages [2020-07-22T18:35:56.814Z] OK: 217 MiB in 51 packages [2020-07-22T18:35:57.412Z] Removing intermediate container e14f8f5b4dfe [2020-07-22T18:35:57.412Z] ---> 65ab67376694 [2020-07-22T18:35:57.412Z] Step 6/21 : COPY go.mod . [2020-07-22T18:35:58.009Z] Removing intermediate container cc112a33b0aa [2020-07-22T18:35:58.009Z] ---> f5e562084400 [2020-07-22T18:35:58.009Z] Step 6/20 : COPY go.mod . [2020-07-22T18:35:58.009Z] Removing intermediate container 28cf97e34662 [2020-07-22T18:35:58.009Z] ---> 2ecd95e7695d [2020-07-22T18:35:58.009Z] Step 6/21 : COPY go.mod . [2020-07-22T18:35:58.609Z] ---> cac69bef9f32 [2020-07-22T18:35:58.609Z] Step 7/21 : RUN go mod download [2020-07-22T18:35:58.609Z] Removing intermediate container a0e62397a160 [2020-07-22T18:35:58.609Z] ---> 6d9ab8cb7215 [2020-07-22T18:35:58.609Z] Step 6/26 : COPY go.mod . [2020-07-22T18:35:58.889Z] ---> Running in 9e0edf25e607 [2020-07-22T18:35:58.889Z] Removing intermediate container 8ece7a4fb88f [2020-07-22T18:35:58.889Z] ---> 1921e7c6de89 [2020-07-22T18:35:58.889Z] Step 7/29 : COPY . . [2020-07-22T18:35:58.889Z] ---> 3e4bda79c256 [2020-07-22T18:35:58.889Z] Step 7/20 : RUN go mod download [2020-07-22T18:35:59.164Z] ---> Running in 172ad70ee222 [2020-07-22T18:35:59.164Z] ---> ac4d76af65c0 [2020-07-22T18:35:59.164Z] Step 7/21 : RUN go mod download [2020-07-22T18:35:59.445Z] ---> Running in 30f6e142ec82 [2020-07-22T18:36:00.050Z] ---> ce6cc66b3c18 [2020-07-22T18:36:00.050Z] Step 7/26 : RUN go mod download [2020-07-22T18:36:00.326Z] ---> Running in 793db45cf0b4 [2020-07-22T18:36:05.736Z] Removing intermediate container 9e0edf25e607 [2020-07-22T18:36:05.736Z] ---> 49c0660d1eff [2020-07-22T18:36:05.736Z] Step 8/21 : COPY . . [2020-07-22T18:36:05.736Z] Removing intermediate container 793db45cf0b4 [2020-07-22T18:36:05.736Z] ---> fb7d5b0f8710 [2020-07-22T18:36:05.736Z] Step 8/26 : COPY . . [2020-07-22T18:36:05.736Z] Removing intermediate container 172ad70ee222 [2020-07-22T18:36:05.736Z] ---> 49902ff86992 [2020-07-22T18:36:05.736Z] Step 8/20 : COPY . . [2020-07-22T18:36:05.736Z] Removing intermediate container 30f6e142ec82 [2020-07-22T18:36:05.736Z] ---> 839f1d544b65 [2020-07-22T18:36:05.737Z] Step 8/21 : COPY . . [2020-07-22T18:36:38.077Z] ---> eaa37369f7a5 [2020-07-22T18:36:38.077Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-22T18:36:38.077Z] ---> c349e8392296 [2020-07-22T18:36:38.077Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-22T18:36:38.077Z] ---> b69f8e4b26d0 [2020-07-22T18:36:38.077Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-22T18:36:38.077Z] ---> Running in 65e51a46c106 [2020-07-22T18:36:38.077Z] ---> 2e6303a4f7ff [2020-07-22T18:36:38.077Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-22T18:36:38.077Z] ---> 4b84eefcc3b1 [2020-07-22T18:36:38.077Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-22T18:36:38.077Z] ---> Running in b34385a76e2f [2020-07-22T18:36:38.077Z] ---> Running in cba8c6ca16d3 [2020-07-22T18:36:38.077Z] ---> Running in ad0c43333d59 [2020-07-22T18:36:38.077Z] ---> Running in 49c2bc59073a [2020-07-22T18:36:38.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-22T18:36:38.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-22T18:36:38.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2020-07-22T18:36:38.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-22T18:36:38.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-22T18:37:59.858Z] Removing intermediate container 65e51a46c106 [2020-07-22T18:37:59.858Z] ---> aaae01347aa3 [2020-07-22T18:37:59.858Z] [2020-07-22T18:37:59.858Z] Step 9/29 : FROM alpine:latest [2020-07-22T18:37:59.858Z] latest: Pulling from library/alpine [2020-07-22T18:37:59.858Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-22T18:37:59.858Z] Status: Downloaded newer image for alpine:latest [2020-07-22T18:37:59.858Z] ---> 62ee0e9f8440 [2020-07-22T18:37:59.858Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-22T18:37:59.858Z] ---> Running in 9cc9bd754316 [2020-07-22T18:37:59.858Z] Removing intermediate container 9cc9bd754316 [2020-07-22T18:37:59.858Z] ---> 6eb0cdf682ce [2020-07-22T18:37:59.858Z] Step 11/29 : USER root [2020-07-22T18:37:59.858Z] ---> Running in d92a794d5bec [2020-07-22T18:37:59.858Z] Removing intermediate container d92a794d5bec [2020-07-22T18:37:59.858Z] ---> 6d043fd5f656 [2020-07-22T18:37:59.858Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-22T18:37:59.858Z] ---> Running in edb23f706b24 [2020-07-22T18:38:00.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:38:01.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:38:02.039Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:38:02.039Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:38:02.039Z] OK: 12620 distinct packages available [2020-07-22T18:38:03.017Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-22T18:38:03.017Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-22T18:38:03.017Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:38:03.017Z] Executing ca-certificates-20191127-r4.trigger [2020-07-22T18:38:03.615Z] OK: 6 MiB in 16 packages [2020-07-22T18:38:07.013Z] Removing intermediate container edb23f706b24 [2020-07-22T18:38:07.013Z] ---> 8cc93fdbb74f [2020-07-22T18:38:07.013Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-22T18:38:07.013Z] ---> Running in a844caafb99e [2020-07-22T18:38:07.996Z] Removing intermediate container a844caafb99e [2020-07-22T18:38:07.996Z] ---> 87bf64e64eb1 [2020-07-22T18:38:07.996Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-22T18:38:08.272Z] ---> Running in a0970b41f185 [2020-07-22T18:38:09.254Z] Removing intermediate container a0970b41f185 [2020-07-22T18:38:09.254Z] ---> b48e83fa220e [2020-07-22T18:38:09.254Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-22T18:38:09.530Z] ---> Running in 48d9df8d272c [2020-07-22T18:38:09.803Z] Removing intermediate container ad0c43333d59 [2020-07-22T18:38:09.803Z] ---> eb422e9b0dee [2020-07-22T18:38:09.804Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-22T18:38:10.082Z] ---> Running in b23c3354b5dc [2020-07-22T18:38:12.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-22T18:38:14.721Z] Removing intermediate container 48d9df8d272c [2020-07-22T18:38:14.721Z] ---> d5c293405140 [2020-07-22T18:38:14.721Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-22T18:38:16.176Z] ---> 0b09bc63cc47 [2020-07-22T18:38:16.176Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-22T18:38:17.168Z] ---> 93689a80bd42 [2020-07-22T18:38:17.168Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-22T18:38:18.619Z] ---> 61eb6b7763b6 [2020-07-22T18:38:18.619Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-22T18:38:19.611Z] Removing intermediate container b23c3354b5dc [2020-07-22T18:38:19.611Z] ---> 3454c1a4eea8 [2020-07-22T18:38:19.611Z] [2020-07-22T18:38:19.611Z] Step 11/26 : FROM docker:latest [2020-07-22T18:38:19.611Z] ---> ce9d55ae87f1 [2020-07-22T18:38:19.611Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-22T18:38:19.611Z] ---> Running in e9cc5f34f004 [2020-07-22T18:38:19.903Z] ---> 093ddadb394c [2020-07-22T18:38:19.903Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-22T18:38:21.347Z] ---> 141563137412 [2020-07-22T18:38:21.347Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-22T18:38:21.347Z] ---> Running in d8ff2815554b [2020-07-22T18:38:21.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:38:22.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:38:23.499Z] (1/2) Installing readline (8.0.4-r0) [2020-07-22T18:38:23.499Z] (2/2) Installing bash (5.0.17-r0) [2020-07-22T18:38:23.499Z] Executing bash-5.0.17-r0.post-install [2020-07-22T18:38:23.499Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:38:23.499Z] OK: 12 MiB in 22 packages [2020-07-22T18:38:25.599Z] Removing intermediate container e9cc5f34f004 [2020-07-22T18:38:25.599Z] ---> c5aa9c9b49c6 [2020-07-22T18:38:25.599Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-22T18:38:26.193Z] ---> Running in 7692c1d8fb2c [2020-07-22T18:38:26.471Z] Removing intermediate container d8ff2815554b [2020-07-22T18:38:26.471Z] ---> 8aafb2c484d9 [2020-07-22T18:38:26.471Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-22T18:38:27.910Z] ---> c266705fab7f [2020-07-22T18:38:27.910Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-22T18:38:27.910Z] ---> Running in 3c0bfc77738f [2020-07-22T18:38:31.283Z] Removing intermediate container 7692c1d8fb2c [2020-07-22T18:38:31.283Z] ---> b4bcf3ff5757 [2020-07-22T18:38:31.283Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-22T18:38:31.556Z] Removing intermediate container 49c2bc59073a [2020-07-22T18:38:31.556Z] ---> 5b2258754336 [2020-07-22T18:38:31.556Z] [2020-07-22T18:38:31.556Z] Step 10/20 : FROM scratch [2020-07-22T18:38:31.556Z] ---> [2020-07-22T18:38:31.556Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T18:38:31.556Z] ---> Running in 0c1935cabf88 [2020-07-22T18:38:31.831Z] Removing intermediate container cba8c6ca16d3 [2020-07-22T18:38:31.831Z] ---> e4269e86e2ba [2020-07-22T18:38:31.831Z] [2020-07-22T18:38:31.831Z] Step 10/21 : FROM scratch [2020-07-22T18:38:31.831Z] ---> [2020-07-22T18:38:31.831Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T18:38:32.109Z] ---> Running in b50bcf58b1fa [2020-07-22T18:38:32.109Z] Removing intermediate container 3c0bfc77738f [2020-07-22T18:38:32.109Z] ---> 6d34448c07b9 [2020-07-22T18:38:32.109Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-22T18:38:32.379Z] Removing intermediate container 0c1935cabf88 [2020-07-22T18:38:32.379Z] ---> aca35450b39c [2020-07-22T18:38:32.379Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-22T18:38:32.379Z] ---> Running in de6639ac6dd5 [2020-07-22T18:38:32.379Z] ---> Running in c1993c58ef3e [2020-07-22T18:38:32.651Z] ---> Running in 9d80ea8136b3 [2020-07-22T18:38:32.651Z] Removing intermediate container b50bcf58b1fa [2020-07-22T18:38:32.651Z] ---> d9ef319c9a05 [2020-07-22T18:38:32.651Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-22T18:38:32.651Z] ---> Running in b955b69594e6 [2020-07-22T18:38:32.919Z] Removing intermediate container de6639ac6dd5 [2020-07-22T18:38:32.919Z] ---> 4f592127181c [2020-07-22T18:38:32.919Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-22T18:38:33.189Z] ---> Running in 97c718b1fff3 [2020-07-22T18:38:33.189Z] Removing intermediate container 9d80ea8136b3 [2020-07-22T18:38:33.189Z] ---> fe07f9ba72d3 [2020-07-22T18:38:33.189Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-22T18:38:33.465Z] Removing intermediate container b955b69594e6 [2020-07-22T18:38:33.465Z] ---> d913738376f5 [2020-07-22T18:38:33.465Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-22T18:38:33.465Z] ---> Running in b0b39877ec77 [2020-07-22T18:38:33.737Z] ---> Running in 26572f60242f [2020-07-22T18:38:33.737Z] Removing intermediate container 97c718b1fff3 [2020-07-22T18:38:33.737Z] ---> a40bd977d783 [2020-07-22T18:38:33.737Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T18:38:34.328Z] ---> Running in 14f01bc8fe9e [2020-07-22T18:38:34.604Z] Removing intermediate container 26572f60242f [2020-07-22T18:38:34.604Z] ---> a199dc6db46e [2020-07-22T18:38:34.604Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-22T18:38:34.604Z] Removing intermediate container b0b39877ec77 [2020-07-22T18:38:34.604Z] ---> 0852770e029a [2020-07-22T18:38:34.604Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-22T18:38:34.878Z] Removing intermediate container 14f01bc8fe9e [2020-07-22T18:38:34.878Z] ---> 43b7ca7438ab [2020-07-22T18:38:34.878Z] Step 14/21 : WORKDIR / [2020-07-22T18:38:34.878Z] ---> Running in b121f1222125 [2020-07-22T18:38:35.859Z] ---> 48b908669c5d [2020-07-22T18:38:35.859Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-22T18:38:35.859Z] Removing intermediate container b121f1222125 [2020-07-22T18:38:35.859Z] ---> 4d3ff67a2a78 [2020-07-22T18:38:35.859Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-22T18:38:36.143Z] Removing intermediate container b34385a76e2f [2020-07-22T18:38:36.143Z] ---> 54e9a2259f9f [2020-07-22T18:38:36.143Z] [2020-07-22T18:38:36.143Z] Step 10/21 : FROM scratch [2020-07-22T18:38:36.143Z] ---> [2020-07-22T18:38:36.143Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T18:38:36.417Z] Removing intermediate container c1993c58ef3e [2020-07-22T18:38:36.417Z] ---> bc05122669cf [2020-07-22T18:38:36.417Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-22T18:38:36.417Z] ---> Using cache [2020-07-22T18:38:36.417Z] ---> 4f592127181c [2020-07-22T18:38:36.417Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-22T18:38:36.417Z] ---> dc55c5842e4b [2020-07-22T18:38:36.417Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-22T18:38:36.690Z] ---> Running in 62401731742b [2020-07-22T18:38:36.690Z] ---> Running in fdabe4cad2b8 [2020-07-22T18:38:36.690Z] ---> 7de7a7f2fc24 [2020-07-22T18:38:36.690Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-22T18:38:37.283Z] Removing intermediate container 62401731742b [2020-07-22T18:38:37.283Z] ---> da7ca06958e1 [2020-07-22T18:38:37.283Z] Step 26/29 : CMD [ "generate" ] [2020-07-22T18:38:37.283Z] Removing intermediate container fdabe4cad2b8 [2020-07-22T18:38:37.283Z] ---> 348af3702312 [2020-07-22T18:38:37.283Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T18:38:37.553Z] ---> 488b977f98f3 [2020-07-22T18:38:37.553Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-22T18:38:37.553Z] ---> f800a230b042 [2020-07-22T18:38:37.553Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-22T18:38:37.553Z] ---> Running in 971b5cbf499e [2020-07-22T18:38:37.553Z] ---> Running in 41d6c69061d2 [2020-07-22T18:38:38.533Z] Removing intermediate container 971b5cbf499e [2020-07-22T18:38:38.533Z] ---> 17f1938e26cb [2020-07-22T18:38:38.533Z] Step 14/21 : WORKDIR / [2020-07-22T18:38:38.533Z] Removing intermediate container 41d6c69061d2 [2020-07-22T18:38:38.533Z] ---> 46a662f8eabc [2020-07-22T18:38:38.533Z] Step 27/29 : LABEL arch=arm64 [2020-07-22T18:38:38.533Z] ---> d2700705e5c5 [2020-07-22T18:38:38.533Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-22T18:38:38.533Z] ---> Running in b56c79463a31 [2020-07-22T18:38:38.809Z] ---> d4a080189781 [2020-07-22T18:38:38.809Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:38:38.809Z] ---> Running in 362ce9529c15 [2020-07-22T18:38:38.809Z] ---> 9564b5641a5c [2020-07-22T18:38:38.809Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-22T18:38:39.081Z] ---> Running in 26bb72c5d1ab [2020-07-22T18:38:39.081Z] ---> Running in 30c1decd8060 [2020-07-22T18:38:39.356Z] Removing intermediate container b56c79463a31 [2020-07-22T18:38:39.356Z] ---> 9c75003bb61b [2020-07-22T18:38:39.356Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-22T18:38:39.356Z] Removing intermediate container 362ce9529c15 [2020-07-22T18:38:39.356Z] ---> 72357269d794 [2020-07-22T18:38:39.356Z] Step 28/29 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:38:39.630Z] ---> 4c996d204dde [2020-07-22T18:38:39.630Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:38:39.630Z] ---> Running in c16a128f2c51 [2020-07-22T18:38:39.630Z] Removing intermediate container 26bb72c5d1ab [2020-07-22T18:38:39.630Z] ---> 1be7acff38df [2020-07-22T18:38:39.630Z] Step 18/20 : LABEL arch=arm64 [2020-07-22T18:38:39.900Z] ---> Running in 0823e07919b9 [2020-07-22T18:38:39.900Z] ---> Running in 9b862fc425ba [2020-07-22T18:38:40.493Z] ---> 0d5427259731 [2020-07-22T18:38:40.493Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-22T18:38:40.493Z] Removing intermediate container c16a128f2c51 [2020-07-22T18:38:40.493Z] ---> ae4fc835c3d6 [2020-07-22T18:38:40.493Z] Step 29/29 : LABEL version=1.2.2-dev.1 [2020-07-22T18:38:40.493Z] Removing intermediate container 0823e07919b9 [2020-07-22T18:38:40.493Z] ---> a6a2f94568c2 [2020-07-22T18:38:40.493Z] Step 19/21 : LABEL arch=arm64 [2020-07-22T18:38:40.767Z] ---> Running in 3a9d893f1567 [2020-07-22T18:38:40.767Z] ---> Running in 1508ed4213b7 [2020-07-22T18:38:40.767Z] Removing intermediate container 9b862fc425ba [2020-07-22T18:38:40.767Z] ---> 4a115864cde1 [2020-07-22T18:38:40.767Z] Step 19/20 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:38:41.042Z] ---> Running in 011fa63b50de [2020-07-22T18:38:41.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:38:41.315Z] Removing intermediate container 1508ed4213b7 [2020-07-22T18:38:41.315Z] ---> 204bd853b48d [2020-07-22T18:38:41.315Z] Step 20/21 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:38:41.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:38:41.315Z] Removing intermediate container 3a9d893f1567 [2020-07-22T18:38:41.315Z] ---> 28553334fd4c [2020-07-22T18:38:41.315Z] [2020-07-22T18:38:41.920Z] ---> Running in b01e98d9c4af [2020-07-22T18:38:41.920Z] Removing intermediate container 011fa63b50de [2020-07-22T18:38:41.920Z] ---> 84148a6d8a63 [2020-07-22T18:38:41.920Z] Step 20/20 : LABEL version=1.2.2-dev.1 [2020-07-22T18:38:41.920Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-22T18:38:41.920Z] (2/33) Installing expat (2.2.9-r1) [2020-07-22T18:38:41.920Z] (3/33) Installing libffi (3.3-r2) [2020-07-22T18:38:41.920Z] (4/33) Installing gdbm (1.13-r1) [2020-07-22T18:38:41.920Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-22T18:38:41.920Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-22T18:38:42.207Z] ---> 5908fe53ba9d [2020-07-22T18:38:42.207Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-22T18:38:42.207Z] Successfully built 28553334fd4c [2020-07-22T18:38:42.207Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-22T18:38:42.207Z] ---> Running in bc4088c7be32 [2020-07-22T18:38:42.207Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-22T18:38:42.207Z]  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go [2020-07-22T18:38:42.832Z] Removing intermediate container b01e98d9c4af [2020-07-22T18:38:42.832Z] ---> 69c52c237578 [2020-07-22T18:38:42.832Z] Step 21/21 : LABEL version=1.2.2-dev.1 [2020-07-22T18:38:43.110Z] Removing intermediate container bc4088c7be32 [2020-07-22T18:38:43.110Z] ---> 62968de130bb [2020-07-22T18:38:43.110Z] [2020-07-22T18:38:43.390Z] ---> Running in d5b8b7004b70 [2020-07-22T18:38:43.663Z] Successfully built 62968de130bb [2020-07-22T18:38:43.663Z] ---> 20d58590e159 [2020-07-22T18:38:43.663Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:38:43.663Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-22T18:38:43.663Z] Building docker-core-data-go [2020-07-22T18:38:44.262Z]  Building docker-support-scheduler-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-22T18:38:44.262Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-22T18:38:44.262Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-22T18:38:44.262Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-22T18:38:44.262Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-22T18:38:44.262Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-22T18:38:44.262Z] Removing intermediate container d5b8b7004b70 [2020-07-22T18:38:44.262Z] ---> 6dc50a70ddbe [2020-07-22T18:38:44.262Z] [2020-07-22T18:38:44.262Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-22T18:38:44.262Z] ---> Running in 0204e24c3e1f [2020-07-22T18:38:44.535Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-22T18:38:44.535Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-22T18:38:44.535Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-22T18:38:44.535Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-22T18:38:44.535Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-22T18:38:44.535Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-22T18:38:44.535Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-22T18:38:44.535Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-22T18:38:44.535Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-22T18:38:44.535Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-22T18:38:44.535Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-22T18:38:44.535Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-22T18:38:44.818Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-22T18:38:44.818Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-22T18:38:44.818Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-22T18:38:44.818Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-22T18:38:44.818Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-22T18:38:44.818Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-22T18:38:44.818Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-22T18:38:44.818Z] Successfully built 6dc50a70ddbe [2020-07-22T18:38:44.818Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-22T18:38:44.818Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:38:44.818Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2020-07-22T18:38:45.104Z] OK: 71 MiB in 55 packages [2020-07-22T18:38:45.696Z] Removing intermediate container 0204e24c3e1f [2020-07-22T18:38:45.696Z] ---> bd80d0be6ec7 [2020-07-22T18:38:45.696Z] Step 19/21 : LABEL arch=arm64 [2020-07-22T18:38:45.979Z] ---> Running in c0744646f20d [2020-07-22T18:38:46.973Z] Removing intermediate container c0744646f20d [2020-07-22T18:38:46.973Z] ---> 9c2eba575fd2 [2020-07-22T18:38:46.973Z] Step 20/21 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:38:47.956Z] ---> Running in 7442d3f64bba [2020-07-22T18:38:48.940Z] Removing intermediate container 7442d3f64bba [2020-07-22T18:38:48.940Z] ---> d7888cfab685 [2020-07-22T18:38:48.940Z] Step 21/21 : LABEL version=1.2.2-dev.1 [2020-07-22T18:38:49.224Z] ---> Running in bb106ff14877 [2020-07-22T18:38:50.218Z] Removing intermediate container bb106ff14877 [2020-07-22T18:38:50.218Z] ---> decd009ee223 [2020-07-22T18:38:50.218Z] [2020-07-22T18:38:50.817Z] Successfully built decd009ee223 [2020-07-22T18:38:50.817Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-22T18:38:50.817Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-07-22T18:38:52.848Z] Removing intermediate container 30c1decd8060 [2020-07-22T18:38:52.848Z] ---> 52f4df143941 [2020-07-22T18:38:52.848Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-22T18:38:53.444Z] ---> Running in 7441f1ea2d12 [2020-07-22T18:39:00.159Z] Collecting docker-compose==1.23.2 [2020-07-22T18:39:00.159Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-22T18:39:00.754Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-22T18:39:00.754Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-22T18:39:01.734Z] Collecting docker<4.0,>=3.6.0 [2020-07-22T18:39:01.734Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-22T18:39:02.719Z] Collecting jsonschema<3,>=2.5.1 [2020-07-22T18:39:02.719Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-22T18:39:03.357Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-22T18:39:03.357Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-22T18:39:03.357Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-22T18:39:03.649Z] Collecting docopt<0.7,>=0.6.1 [2020-07-22T18:39:03.649Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-22T18:39:06.279Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-22T18:39:06.279Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-22T18:39:08.265Z] Collecting PyYAML<4,>=3.10 [2020-07-22T18:39:08.542Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-22T18:39:11.919Z] Collecting texttable<0.10,>=0.9.0 [2020-07-22T18:39:11.919Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-22T18:39:13.892Z] Collecting cached-property<2,>=1.2.0 [2020-07-22T18:39:13.892Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-22T18:39:14.494Z] Collecting idna<2.8,>=2.5 [2020-07-22T18:39:14.494Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-22T18:39:14.494Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-22T18:39:15.092Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-22T18:39:15.092Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-22T18:39:15.362Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-22T18:39:15.632Z] Collecting docker-pycreds>=0.4.0 [2020-07-22T18:39:15.632Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-22T18:39:15.632Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-22T18:39:15.632Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-22T18:39:15.632Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-22T18:39:15.632Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-22T18:39:17.061Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, docopt, dockerpty, PyYAML, texttable, cached-property, docker-compose [2020-07-22T18:39:17.061Z] Attempting uninstall: idna [2020-07-22T18:39:17.061Z] Found existing installation: idna 2.9 [2020-07-22T18:39:17.061Z] Uninstalling idna-2.9: [2020-07-22T18:39:17.061Z] Successfully uninstalled idna-2.9 [2020-07-22T18:39:17.660Z] Attempting uninstall: urllib3 [2020-07-22T18:39:17.660Z] Found existing installation: urllib3 1.25.9 [2020-07-22T18:39:17.660Z] Uninstalling urllib3-1.25.9: [2020-07-22T18:39:17.934Z] Successfully uninstalled urllib3-1.25.9 [2020-07-22T18:39:18.530Z] Attempting uninstall: requests [2020-07-22T18:39:18.530Z] Found existing installation: requests 2.23.0 [2020-07-22T18:39:18.530Z] Uninstalling requests-2.23.0: [2020-07-22T18:39:18.530Z] Successfully uninstalled requests-2.23.0 [2020-07-22T18:39:20.505Z] Running setup.py install for docopt: started [2020-07-22T18:39:22.476Z] Running setup.py install for docopt: finished with status 'done' [2020-07-22T18:39:22.476Z] Running setup.py install for dockerpty: started [2020-07-22T18:39:25.121Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-22T18:39:25.121Z] Running setup.py install for PyYAML: started [2020-07-22T18:39:27.758Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-22T18:39:27.758Z] Running setup.py install for texttable: started [2020-07-22T18:39:30.425Z] Running setup.py install for texttable: finished with status 'done' [2020-07-22T18:39:32.393Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-22T18:39:40.661Z] Removing intermediate container 7441f1ea2d12 [2020-07-22T18:39:40.661Z] ---> ae08c80efd10 [2020-07-22T18:39:40.661Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-22T18:39:40.661Z] ---> Running in 685ce0ed408f [2020-07-22T18:39:41.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:39:41.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:39:42.124Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-22T18:39:42.124Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-22T18:39:42.124Z] (3/3) Installing curl (7.69.1-r0) [2020-07-22T18:39:42.124Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:39:42.124Z] OK: 71 MiB in 58 packages [2020-07-22T18:39:44.746Z] Removing intermediate container 685ce0ed408f [2020-07-22T18:39:44.746Z] ---> 36b533883128 [2020-07-22T18:39:44.746Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:39:44.746Z] ---> Running in e6f9fe34dc90 [2020-07-22T18:39:45.016Z] Removing intermediate container e6f9fe34dc90 [2020-07-22T18:39:45.016Z] ---> 126007e08845 [2020-07-22T18:39:45.016Z] Step 24/26 : LABEL arch=arm64 [2020-07-22T18:39:45.287Z] ---> Running in 669b350c7f57 [2020-07-22T18:39:45.883Z] Removing intermediate container 669b350c7f57 [2020-07-22T18:39:45.883Z] ---> 99eccfc20422 [2020-07-22T18:39:45.883Z] Step 25/26 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:39:46.156Z] ---> Running in c8f6477222b4 [2020-07-22T18:39:46.747Z] Removing intermediate container c8f6477222b4 [2020-07-22T18:39:46.747Z] ---> 380410dae2a4 [2020-07-22T18:39:46.747Z] Step 26/26 : LABEL version=1.2.2-dev.1 [2020-07-22T18:39:47.019Z] ---> Running in ea2e4da8b26f [2020-07-22T18:39:47.613Z] Removing intermediate container ea2e4da8b26f [2020-07-22T18:39:47.613Z] ---> 65cf7f46c6f8 [2020-07-22T18:39:47.613Z] [2020-07-22T18:39:48.208Z] Successfully built 65cf7f46c6f8 [2020-07-22T18:39:48.208Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-22T18:39:48.208Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-07-22T18:39:48.800Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:39:48.800Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:39:48.800Z] ---> 82adc7c41f3a [2020-07-22T18:39:48.800Z] Step 3/21 : WORKDIR /edgex-go [2020-07-22T18:39:48.800Z] ---> Using cache [2020-07-22T18:39:48.800Z] ---> f4b48e3902f7 [2020-07-22T18:39:48.800Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:39:48.800Z] ---> Using cache [2020-07-22T18:39:48.800Z] ---> fd69471ed5ce [2020-07-22T18:39:48.800Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-22T18:39:49.071Z] ---> Running in 856fe664f91b [2020-07-22T18:39:50.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:39:51.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:39:51.770Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:39:51.770Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:39:51.770Z] ---> 82adc7c41f3a [2020-07-22T18:39:51.770Z] Step 3/22 : WORKDIR /edgex-go [2020-07-22T18:39:51.770Z] ---> Using cache [2020-07-22T18:39:51.770Z] ---> f4b48e3902f7 [2020-07-22T18:39:51.770Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:39:51.770Z] ---> Using cache [2020-07-22T18:39:51.770Z] ---> fd69471ed5ce [2020-07-22T18:39:51.770Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-22T18:39:52.044Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:39:52.044Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:39:52.044Z] OK: 12620 distinct packages available [2020-07-22T18:39:52.640Z] ---> Running in c24f4ec50726 [2020-07-22T18:39:52.917Z] OK: 217 MiB in 51 packages [2020-07-22T18:39:54.006Z] OK: 217 MiB in 51 packages [2020-07-22T18:39:54.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:39:55.021Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:39:55.021Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:39:55.021Z] ---> 82adc7c41f3a [2020-07-22T18:39:55.021Z] Step 3/26 : WORKDIR /edgex-go [2020-07-22T18:39:55.021Z] ---> Using cache [2020-07-22T18:39:55.021Z] ---> f4b48e3902f7 [2020-07-22T18:39:55.021Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:39:55.021Z] ---> Using cache [2020-07-22T18:39:55.021Z] ---> fd69471ed5ce [2020-07-22T18:39:55.021Z] Step 5/26 : RUN apk update && apk add make git [2020-07-22T18:39:55.021Z] ---> Running in 501971eb083a [2020-07-22T18:39:55.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:39:56.224Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:39:56.224Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:39:56.224Z] OK: 12620 distinct packages available [2020-07-22T18:39:56.224Z] Removing intermediate container 856fe664f91b [2020-07-22T18:39:56.224Z] ---> 96921bdb88f4 [2020-07-22T18:39:56.224Z] Step 6/21 : COPY go.mod . [2020-07-22T18:39:57.209Z] OK: 217 MiB in 51 packages [2020-07-22T18:39:57.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:39:57.834Z] ---> 51e487c979ed [2020-07-22T18:39:57.834Z] Step 7/21 : RUN go mod download [2020-07-22T18:39:58.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:39:58.396Z] ---> Running in 46d7bfe0499f [2020-07-22T18:39:59.003Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:39:59.003Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:39:59.003Z] OK: 12620 distinct packages available [2020-07-22T18:39:59.983Z] OK: 217 MiB in 51 packages [2020-07-22T18:39:59.983Z] Removing intermediate container c24f4ec50726 [2020-07-22T18:39:59.983Z] ---> b0d25ccedc22 [2020-07-22T18:39:59.983Z] Step 6/22 : COPY go.mod . [2020-07-22T18:40:00.584Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:40:00.584Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:40:00.584Z] ---> 82adc7c41f3a [2020-07-22T18:40:00.584Z] Step 3/23 : WORKDIR /edgex-go [2020-07-22T18:40:00.584Z] ---> Using cache [2020-07-22T18:40:00.584Z] ---> f4b48e3902f7 [2020-07-22T18:40:00.584Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:40:00.584Z] ---> Using cache [2020-07-22T18:40:00.584Z] ---> fd69471ed5ce [2020-07-22T18:40:00.584Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-22T18:40:00.860Z] ---> Running in f0565f85436e [2020-07-22T18:40:01.844Z] ---> 27c52e4eda09 [2020-07-22T18:40:01.844Z] Step 7/22 : RUN go mod download [2020-07-22T18:40:02.459Z] ---> Running in 590bc760851b [2020-07-22T18:40:02.459Z] Removing intermediate container 501971eb083a [2020-07-22T18:40:02.459Z] ---> 5ec3fc4989cf [2020-07-22T18:40:02.459Z] Step 6/26 : COPY go.mod . [2020-07-22T18:40:03.458Z] Removing intermediate container 46d7bfe0499f [2020-07-22T18:40:03.458Z] ---> f800bccf1df0 [2020-07-22T18:40:03.458Z] Step 8/21 : COPY . . [2020-07-22T18:40:03.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:40:03.732Z] ---> 7197f07d69d0 [2020-07-22T18:40:03.732Z] Step 7/26 : RUN go mod download [2020-07-22T18:40:04.004Z] ---> Running in 4a499535fa45 [2020-07-22T18:40:04.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:40:05.200Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:40:05.200Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:40:05.200Z] OK: 12620 distinct packages available [2020-07-22T18:40:06.185Z] OK: 217 MiB in 51 packages [2020-07-22T18:40:09.578Z] Removing intermediate container 590bc760851b [2020-07-22T18:40:09.578Z] ---> 99880745009b [2020-07-22T18:40:09.578Z] Step 8/22 : COPY . . [2020-07-22T18:40:09.849Z] Removing intermediate container f0565f85436e [2020-07-22T18:40:09.849Z] ---> b0f2b4ab6ac8 [2020-07-22T18:40:09.849Z] Step 6/23 : COPY go.mod . [2020-07-22T18:40:10.446Z] Removing intermediate container 4a499535fa45 [2020-07-22T18:40:10.446Z] ---> ffd68e3b0b9e [2020-07-22T18:40:10.446Z] Step 8/26 : COPY . . [2020-07-22T18:40:11.443Z] ---> c91d59d33e94 [2020-07-22T18:40:11.443Z] Step 7/23 : RUN go mod download [2020-07-22T18:40:14.871Z] ---> Running in e1a3dd629479 [2020-07-22T18:40:19.176Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T18:40:19.176Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-22T18:40:19.176Z] ---> 82adc7c41f3a [2020-07-22T18:40:19.176Z] Step 3/20 : WORKDIR /edgex-go [2020-07-22T18:40:19.176Z] ---> Using cache [2020-07-22T18:40:19.176Z] ---> f4b48e3902f7 [2020-07-22T18:40:19.176Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:40:19.176Z] ---> Using cache [2020-07-22T18:40:19.176Z] ---> fd69471ed5ce [2020-07-22T18:40:19.176Z] Step 5/20 : RUN apk update && apk add make git [2020-07-22T18:40:19.176Z] ---> Using cache [2020-07-22T18:40:19.176Z] ---> 5ec3fc4989cf [2020-07-22T18:40:19.176Z] Step 6/20 : COPY go.mod . [2020-07-22T18:40:19.176Z] ---> Using cache [2020-07-22T18:40:19.176Z] ---> 7197f07d69d0 [2020-07-22T18:40:19.176Z] Step 7/20 : RUN go mod download [2020-07-22T18:40:19.176Z] ---> Using cache [2020-07-22T18:40:19.176Z] ---> ffd68e3b0b9e [2020-07-22T18:40:19.176Z] Step 8/20 : COPY . . [2020-07-22T18:40:31.590Z] Removing intermediate container e1a3dd629479 [2020-07-22T18:40:31.590Z] ---> 059ae6706891 [2020-07-22T18:40:31.590Z] Step 8/23 : COPY . . [2020-07-22T18:40:31.590Z] ---> 6474c17c7944 [2020-07-22T18:40:31.590Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-22T18:40:33.057Z] ---> Running in 47df05b1be44 [2020-07-22T18:40:33.339Z] ---> 6f36f87d5a55 [2020-07-22T18:40:33.340Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-22T18:40:34.315Z] ---> 48eb4e09f9a8 [2020-07-22T18:40:34.315Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-22T18:40:34.588Z] ---> Running in e797356a4ba2 [2020-07-22T18:40:34.876Z] ---> Running in 76bf9a321899 [2020-07-22T18:40:35.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-22T18:40:37.298Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2020-07-22T18:40:37.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-22T18:40:44.036Z] ---> d521dda1aae8 [2020-07-22T18:40:44.036Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-22T18:40:44.643Z] ---> Running in c84d268f1c8c [2020-07-22T18:40:48.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-22T18:40:56.551Z] ---> 6b1eea3cc1e5 [2020-07-22T18:40:56.551Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-22T18:40:56.551Z] ---> Running in d4e1e3df3671 [2020-07-22T18:40:58.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-22T18:41:55.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-22T18:42:07.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-22T18:42:09.070Z] Removing intermediate container c84d268f1c8c [2020-07-22T18:42:09.070Z] ---> 20f694d9ac0e [2020-07-22T18:42:09.070Z] [2020-07-22T18:42:09.071Z] Step 10/20 : FROM alpine [2020-07-22T18:42:09.071Z] ---> 62ee0e9f8440 [2020-07-22T18:42:09.071Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-22T18:42:09.352Z] ---> Running in df632c7f358c [2020-07-22T18:42:12.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:42:12.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:42:13.380Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-22T18:42:13.380Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-22T18:42:13.380Z] OK: 12620 distinct packages available [2020-07-22T18:42:13.998Z] Removing intermediate container 47df05b1be44 [2020-07-22T18:42:13.998Z] ---> c02c7e7f2a55 [2020-07-22T18:42:13.998Z] [2020-07-22T18:42:13.998Z] Step 10/21 : FROM scratch [2020-07-22T18:42:13.998Z] ---> [2020-07-22T18:42:13.998Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-22T18:42:14.275Z] ---> Running in ef47312d1ae1 [2020-07-22T18:42:14.553Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-22T18:42:14.553Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-22T18:42:14.553Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-22T18:42:14.553Z] (4/4) Installing curl (7.69.1-r0) [2020-07-22T18:42:14.553Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:42:14.553Z] Executing ca-certificates-20191127-r4.trigger [2020-07-22T18:42:14.837Z] OK: 7 MiB in 18 packages [2020-07-22T18:42:15.120Z] Removing intermediate container ef47312d1ae1 [2020-07-22T18:42:15.120Z] ---> 73e2c47b96e5 [2020-07-22T18:42:15.120Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-22T18:42:15.120Z] ---> Running in 1d9976795ea9 [2020-07-22T18:42:16.115Z] Removing intermediate container 1d9976795ea9 [2020-07-22T18:42:16.115Z] ---> 050b1907b6c1 [2020-07-22T18:42:16.115Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T18:42:16.115Z] ---> Running in 08860adf46d5 [2020-07-22T18:42:17.110Z] Removing intermediate container 08860adf46d5 [2020-07-22T18:42:17.110Z] ---> 05c3ce497905 [2020-07-22T18:42:17.110Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-22T18:42:17.391Z] Removing intermediate container df632c7f358c [2020-07-22T18:42:17.391Z] ---> b204c6907835 [2020-07-22T18:42:17.391Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-22T18:42:17.668Z] ---> Running in 58e18844c4d0 [2020-07-22T18:42:18.669Z] ---> 323b11d44d2f [2020-07-22T18:42:18.669Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-22T18:42:18.955Z] Removing intermediate container 58e18844c4d0 [2020-07-22T18:42:18.955Z] ---> ed4d043b87f0 [2020-07-22T18:42:18.956Z] Step 13/20 : WORKDIR /edgex [2020-07-22T18:42:18.956Z] ---> Running in b31e0f994d79 [2020-07-22T18:42:20.391Z] Removing intermediate container b31e0f994d79 [2020-07-22T18:42:20.391Z] ---> f59fe121fc84 [2020-07-22T18:42:20.391Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-22T18:42:20.391Z] ---> bbbdb944c979 [2020-07-22T18:42:20.392Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-22T18:42:23.012Z] ---> 5a0a13cc4a9d [2020-07-22T18:42:23.012Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-22T18:42:23.012Z] ---> 936313c74930 [2020-07-22T18:42:23.012Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-22T18:42:23.610Z] Removing intermediate container 76bf9a321899 [2020-07-22T18:42:23.610Z] ---> a51f5e949615 [2020-07-22T18:42:23.610Z] [2020-07-22T18:42:23.610Z] Step 10/26 : FROM alpine:3.10 [2020-07-22T18:42:24.208Z] 3.10: Pulling from library/alpine [2020-07-22T18:42:24.822Z] ---> fcf903ae02e5 [2020-07-22T18:42:24.822Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:42:24.822Z] ---> 389d67d80bc1 [2020-07-22T18:42:24.822Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-22T18:42:25.096Z] ---> Running in 08e8685f053f [2020-07-22T18:42:25.096Z] ---> Running in 338bd53587b2 [2020-07-22T18:42:26.088Z] Removing intermediate container 08e8685f053f [2020-07-22T18:42:26.088Z] ---> 0c66f1b18389 [2020-07-22T18:42:26.088Z] Step 19/21 : LABEL arch=arm64 [2020-07-22T18:42:26.088Z] Removing intermediate container 338bd53587b2 [2020-07-22T18:42:26.088Z] ---> d0daf6cb6283 [2020-07-22T18:42:26.088Z] Step 17/20 : CMD ["--init=true"] [2020-07-22T18:42:26.088Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-22T18:42:26.088Z] Status: Downloaded newer image for alpine:3.10 [2020-07-22T18:42:26.088Z] ---> 536a684cf733 [2020-07-22T18:42:26.088Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-22T18:42:26.088Z] ---> Running in ba1a4e91e1a9 [2020-07-22T18:42:26.376Z] ---> Running in b2b12f492afa [2020-07-22T18:42:26.376Z] ---> Running in c4853a728ad6 [2020-07-22T18:42:27.375Z] Removing intermediate container ba1a4e91e1a9 [2020-07-22T18:42:27.375Z] ---> 5d25f571ed60 [2020-07-22T18:42:27.375Z] Step 20/21 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:42:27.375Z] ---> Running in 20aa5b521780 [2020-07-22T18:42:27.654Z] Removing intermediate container b2b12f492afa [2020-07-22T18:42:27.654Z] ---> 27fa6aca4880 [2020-07-22T18:42:27.654Z] Step 18/20 : LABEL arch=arm64 [2020-07-22T18:42:27.654Z] ---> Running in 3a06d31f68ea [2020-07-22T18:42:28.259Z] Removing intermediate container 20aa5b521780 [2020-07-22T18:42:28.259Z] ---> eb06e30597e4 [2020-07-22T18:42:28.259Z] Step 21/21 : LABEL version=1.2.2-dev.1 [2020-07-22T18:42:28.259Z] ---> Running in 88d8040b3858 [2020-07-22T18:42:28.534Z] Removing intermediate container 3a06d31f68ea [2020-07-22T18:42:28.534Z] ---> 4c1be74599a4 [2020-07-22T18:42:28.534Z] Step 19/20 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:42:28.809Z] ---> Running in 3bbc088f17c8 [2020-07-22T18:42:29.094Z] Removing intermediate container 88d8040b3858 [2020-07-22T18:42:29.094Z] ---> fcfb2045007d [2020-07-22T18:42:29.094Z] [2020-07-22T18:42:29.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:42:29.374Z] Removing intermediate container 3bbc088f17c8 [2020-07-22T18:42:29.374Z] ---> 46823ac5eae3 [2020-07-22T18:42:29.374Z] Step 20/20 : LABEL version=1.2.2-dev.1 [2020-07-22T18:42:29.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:42:29.657Z] ---> Running in 1c4e769e7c9b [2020-07-22T18:42:29.657Z] Successfully built fcfb2045007d [2020-07-22T18:42:29.657Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-22T18:42:29.932Z]  Building docker-support-logging-go ... done v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-22T18:42:29.932Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-22T18:42:29.932Z] OK: 10167 distinct packages available [2020-07-22T18:42:30.209Z] Removing intermediate container 1c4e769e7c9b [2020-07-22T18:42:30.209Z] ---> d6701ab97871 [2020-07-22T18:42:30.209Z] [2020-07-22T18:42:30.545Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-22T18:42:30.845Z] Successfully built d6701ab97871 [2020-07-22T18:42:30.845Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-22T18:42:30.845Z]  Building docker-security-proxy-setup-go ... done (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-22T18:42:30.845Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-22T18:42:30.845Z] (4/5) Installing curl (7.66.0-r0) [2020-07-22T18:42:30.845Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-22T18:42:30.845Z] Executing busybox-1.30.1-r3.trigger [2020-07-22T18:42:30.845Z] Executing ca-certificates-20191127-r2.trigger [2020-07-22T18:42:31.122Z] OK: 7 MiB in 19 packages [2020-07-22T18:42:33.296Z] Removing intermediate container c4853a728ad6 [2020-07-22T18:42:33.296Z] ---> c47179a7120f [2020-07-22T18:42:33.296Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-22T18:42:33.296Z] ---> Running in 65901155f79a [2020-07-22T18:42:33.581Z] Removing intermediate container 65901155f79a [2020-07-22T18:42:33.581Z] ---> b34073d0c21f [2020-07-22T18:42:33.581Z] Step 13/26 : WORKDIR / [2020-07-22T18:42:33.855Z] ---> Running in 760118acfc21 [2020-07-22T18:42:34.453Z] Removing intermediate container 760118acfc21 [2020-07-22T18:42:34.453Z] ---> 842e52ce1ec3 [2020-07-22T18:42:34.453Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-22T18:42:35.054Z] ---> 003446607ed9 [2020-07-22T18:42:35.054Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-22T18:42:36.494Z] ---> ec15100f36e6 [2020-07-22T18:42:36.494Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-22T18:42:37.485Z] ---> f97471e3669b [2020-07-22T18:42:37.485Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-22T18:42:38.494Z] ---> 7e5260ab866b [2020-07-22T18:42:38.494Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-22T18:42:39.939Z] ---> 00c5998966c2 [2020-07-22T18:42:39.939Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-22T18:42:40.213Z] Removing intermediate container d4e1e3df3671 [2020-07-22T18:42:40.213Z] ---> 97834d79b114 [2020-07-22T18:42:40.213Z] [2020-07-22T18:42:40.213Z] Step 10/23 : FROM scratch [2020-07-22T18:42:40.213Z] ---> [2020-07-22T18:42:40.213Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-22T18:42:40.498Z] ---> Using cache [2020-07-22T18:42:40.498Z] ---> 73e2c47b96e5 [2020-07-22T18:42:40.498Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-22T18:42:40.775Z] ---> Running in e5bf378d861a [2020-07-22T18:42:41.373Z] ---> 2fc2816a5eaa [2020-07-22T18:42:41.373Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-22T18:42:41.373Z] Removing intermediate container e5bf378d861a [2020-07-22T18:42:41.373Z] ---> 7b52697078d6 [2020-07-22T18:42:41.373Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-22T18:42:41.665Z] ---> Running in e0020e2f7598 [2020-07-22T18:42:42.259Z] Removing intermediate container e0020e2f7598 [2020-07-22T18:42:42.259Z] ---> a9cc76101313 [2020-07-22T18:42:42.259Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-22T18:42:42.864Z] ---> dc263a9a05d1 [2020-07-22T18:42:42.864Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-22T18:42:43.136Z] ---> 28debf5682f7 [2020-07-22T18:42:43.136Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-22T18:42:44.113Z] ---> ac3c66239880 [2020-07-22T18:42:44.113Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-22T18:42:44.113Z] ---> f5633b128148 [2020-07-22T18:42:44.113Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-22T18:42:44.384Z] ---> Running in c38a53f472fa [2020-07-22T18:42:44.654Z] Removing intermediate container e797356a4ba2 [2020-07-22T18:42:44.654Z] ---> bf37a167525d [2020-07-22T18:42:44.654Z] [2020-07-22T18:42:44.654Z] Step 10/22 : FROM alpine [2020-07-22T18:42:44.654Z] ---> 62ee0e9f8440 [2020-07-22T18:42:44.654Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T18:42:44.925Z] ---> Running in 0db4f8e6888f [2020-07-22T18:42:45.515Z] Removing intermediate container 0db4f8e6888f [2020-07-22T18:42:45.516Z] ---> e0788f3c3799 [2020-07-22T18:42:45.516Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-22T18:42:45.516Z] ---> cb2a5af92c9f [2020-07-22T18:42:45.516Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-22T18:42:45.516Z] ---> Running in ae53f32fd235 [2020-07-22T18:42:46.112Z] Removing intermediate container ae53f32fd235 [2020-07-22T18:42:46.112Z] ---> 9a734b441f9c [2020-07-22T18:42:46.112Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-22T18:42:46.413Z] ---> Running in 137d25f2014d [2020-07-22T18:42:46.413Z] ---> 947a30c05a28 [2020-07-22T18:42:46.413Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-22T18:42:47.006Z] Removing intermediate container 137d25f2014d [2020-07-22T18:42:47.006Z] ---> 97c0c8332a65 [2020-07-22T18:42:47.006Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:42:47.006Z] ---> Running in 61dbde731cb0 [2020-07-22T18:42:47.006Z] Removing intermediate container c38a53f472fa [2020-07-22T18:42:47.006Z] ---> 95530cb5c92d [2020-07-22T18:42:47.006Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-22T18:42:47.277Z] ---> Running in 8bc372607225 [2020-07-22T18:42:47.877Z] Removing intermediate container 8bc372607225 [2020-07-22T18:42:47.877Z] ---> 886069a678a3 [2020-07-22T18:42:47.877Z] Step 24/26 : LABEL arch=arm64 [2020-07-22T18:42:47.877Z] ---> a4cf1bb924a5 [2020-07-22T18:42:47.877Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-22T18:42:48.151Z] ---> Running in 5bdcf35564c9 [2020-07-22T18:42:48.750Z] Removing intermediate container 5bdcf35564c9 [2020-07-22T18:42:48.750Z] ---> 6968bf1eb837 [2020-07-22T18:42:48.750Z] Step 25/26 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:42:48.750Z] ---> 74ac0af20797 [2020-07-22T18:42:48.750Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:42:48.750Z] ---> Running in 196f105d94b6 [2020-07-22T18:42:49.020Z] ---> Running in 73c6d9c2f2ec [2020-07-22T18:42:49.294Z] Removing intermediate container 196f105d94b6 [2020-07-22T18:42:49.294Z] ---> c52f3832a6d5 [2020-07-22T18:42:49.294Z] Step 26/26 : LABEL version=1.2.2-dev.1 [2020-07-22T18:42:49.565Z] ---> Running in b9257407a0cb [2020-07-22T18:42:49.565Z] Removing intermediate container 73c6d9c2f2ec [2020-07-22T18:42:49.565Z] ---> 63ebe912c5fd [2020-07-22T18:42:49.565Z] Step 21/23 : LABEL arch=arm64 [2020-07-22T18:42:49.835Z] ---> Running in 8237d2856244 [2020-07-22T18:42:49.835Z] Removing intermediate container 61dbde731cb0 [2020-07-22T18:42:49.835Z] ---> 349ddf80862c [2020-07-22T18:42:49.835Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-22T18:42:50.104Z] ---> Running in f63cdf75352e [2020-07-22T18:42:50.104Z] Removing intermediate container b9257407a0cb [2020-07-22T18:42:50.104Z] ---> cce79e0692c2 [2020-07-22T18:42:50.104Z] [2020-07-22T18:42:50.377Z] Removing intermediate container 8237d2856244 [2020-07-22T18:42:50.377Z] ---> 909a1f237f41 [2020-07-22T18:42:50.377Z] Step 22/23 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:42:50.646Z] Successfully built cce79e0692c2 [2020-07-22T18:42:50.646Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-22T18:42:50.646Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 1f7b308f62b3 [2020-07-22T18:42:50.914Z] Removing intermediate container 1f7b308f62b3 [2020-07-22T18:42:50.914Z] ---> 9069b4321120 [2020-07-22T18:42:50.914Z] Step 23/23 : LABEL version=1.2.2-dev.1 [2020-07-22T18:42:51.182Z] ---> Running in b41292ea8109 [2020-07-22T18:42:51.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:42:51.449Z] Removing intermediate container b41292ea8109 [2020-07-22T18:42:51.449Z] ---> 29f2c7304ead [2020-07-22T18:42:51.449Z] [2020-07-22T18:42:52.036Z] Successfully built 29f2c7304ead [2020-07-22T18:42:52.036Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-22T18:42:52.305Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:42:52.890Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-22T18:42:52.890Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-22T18:42:52.890Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-22T18:42:53.160Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-22T18:42:53.160Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-22T18:42:53.433Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:42:53.433Z] OK: 8 MiB in 19 packages [2020-07-22T18:42:54.407Z] Removing intermediate container f63cdf75352e [2020-07-22T18:42:54.407Z] ---> b5f9496ab24c [2020-07-22T18:42:54.407Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-22T18:42:55.390Z] ---> 6c7e08b50bef [2020-07-22T18:42:55.390Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-22T18:42:56.820Z] ---> d9ef5b9b2649 [2020-07-22T18:42:56.820Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-22T18:42:57.413Z] ---> 4caf40049055 [2020-07-22T18:42:57.413Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T18:42:57.413Z] ---> Running in f17033df2be0 [2020-07-22T18:42:58.006Z] Removing intermediate container f17033df2be0 [2020-07-22T18:42:58.006Z] ---> 81a8f22d6bde [2020-07-22T18:42:58.006Z] Step 20/22 : LABEL arch=arm64 [2020-07-22T18:42:58.006Z] ---> Running in 812a5b9e0e50 [2020-07-22T18:42:58.599Z] Removing intermediate container 812a5b9e0e50 [2020-07-22T18:42:58.599Z] ---> f37d0cebab4e [2020-07-22T18:42:58.599Z] Step 21/22 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:42:58.599Z] ---> Running in a6460cf88c89 [2020-07-22T18:42:58.875Z] Removing intermediate container a6460cf88c89 [2020-07-22T18:42:58.875Z] ---> e9f7786d44e9 [2020-07-22T18:42:58.875Z] Step 22/22 : LABEL version=1.2.2-dev.1 [2020-07-22T18:42:59.146Z] ---> Running in 5342e026510c [2020-07-22T18:42:59.740Z] Removing intermediate container 5342e026510c [2020-07-22T18:42:59.740Z] ---> 804560ae0434 [2020-07-22T18:42:59.740Z] [2020-07-22T18:43:00.010Z] Successfully built 804560ae0434 [2020-07-22T18:43:00.010Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-22T18:43:00.614Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-22T18:43:00.608Z] $ docker stop --time=1 47d318a03e483b71e97fbc30c7610104b91650a123633d6cda6d9cbeafb3ca4a [2020-07-22T18:43:02.530Z] $ docker rm -f 47d318a03e483b71e97fbc30c7610104b91650a123633d6cda6d9cbeafb3ca4a [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:43:03.272Z] + docker images [2020-07-22T18:43:03.273Z] + grep docker [2020-07-22T18:43:03.544Z] docker-core-data-go-arm64 latest 804560ae0434 4 seconds ago 22.6MB [2020-07-22T18:43:03.544Z] docker-support-notifications-go-arm64 latest 29f2c7304ead 12 seconds ago 13.9MB [2020-07-22T18:43:03.544Z] docker-security-secretstore-setup-go-arm64 latest cce79e0692c2 14 seconds ago 32.6MB [2020-07-22T18:43:03.544Z] docker-security-proxy-setup-go-arm64 latest d6701ab97871 34 seconds ago 15.8MB [2020-07-22T18:43:03.544Z] docker-support-logging-go-arm64 latest fcfb2045007d 35 seconds ago 11.4MB [2020-07-22T18:43:03.544Z] docker-sys-mgmt-agent-go-arm64 latest 65cf7f46c6f8 3 minutes ago 266MB [2020-07-22T18:43:03.544Z] docker-core-metadata-go-arm64 latest decd009ee223 4 minutes ago 13.8MB [2020-07-22T18:43:03.544Z] docker-core-command-go-arm64 latest 6dc50a70ddbe 4 minutes ago 12.4MB [2020-07-22T18:43:03.544Z] docker-support-scheduler-go-arm64 latest 62968de130bb 4 minutes ago 12.6MB [2020-07-22T18:43:03.544Z] docker-security-secrets-setup-go-arm64 latest 28553334fd4c 4 minutes ago 24.2MB [2020-07-22T18:43:03.544Z] docker latest ce9d55ae87f1 3 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-22T18:43:03.951Z] provisioning config files... [2020-07-22T18:43:03.992Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/111@tmp/config5193609340142675450tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-22T18:43:04.421Z] nexus3.edgexfoundry.org:10001 [2020-07-22T18:43:04.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T18:43:04.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T18:43:04.973Z] Configure a credential helper to remove this warning. See [2020-07-22T18:43:04.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T18:43:04.973Z] [2020-07-22T18:43:04.973Z] Login Succeeded [2020-07-22T18:43:04.973Z] nexus3.edgexfoundry.org:10002 [2020-07-22T18:43:05.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T18:43:05.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T18:43:05.566Z] Configure a credential helper to remove this warning. See [2020-07-22T18:43:05.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T18:43:05.566Z] [2020-07-22T18:43:05.566Z] Login Succeeded [2020-07-22T18:43:05.566Z] nexus3.edgexfoundry.org:10003 [2020-07-22T18:43:06.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T18:43:06.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T18:43:06.163Z] Configure a credential helper to remove this warning. See [2020-07-22T18:43:06.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T18:43:06.163Z] [2020-07-22T18:43:06.163Z] Login Succeeded [2020-07-22T18:43:06.163Z] nexus3.edgexfoundry.org:10004 [2020-07-22T18:43:06.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T18:43:06.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T18:43:06.754Z] Configure a credential helper to remove this warning. See [2020-07-22T18:43:06.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T18:43:06.754Z] [2020-07-22T18:43:06.754Z] Login Succeeded [2020-07-22T18:43:06.754Z] docker.io [2020-07-22T18:43:07.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T18:43:08.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T18:43:08.769Z] Configure a credential helper to remove this warning. See [2020-07-22T18:43:08.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T18:43:08.769Z] [2020-07-22T18:43:08.769Z] Login Succeeded [Pipeline] } [2020-07-22T18:43:08.785Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:43:08.958Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-07-22T18:43:08.958Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:08.958Z] 1.2.2-dev.1 [2020-07-22T18:43:08.958Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:08.958Z] master [2020-07-22T18:43:08.958Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:09.428Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:09.758Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:09.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-07-22T18:43:09.758Z] 6d946460343e: Preparing [2020-07-22T18:43:09.758Z] a1ec3cfee9f8: Preparing [2020-07-22T18:43:09.758Z] 0a8d1a18900a: Preparing [2020-07-22T18:43:10.036Z] 0a8d1a18900a: Pushed [2020-07-22T18:43:10.036Z] 6d946460343e: Pushed [2020-07-22T18:43:13.401Z] a1ec3cfee9f8: Pushed [2020-07-22T18:43:13.401Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:75c0dd3a580496d8460171dff6ccd50c4c5896aee7b3bcfdf87a99c90b8d9a4c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:13.734Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:14.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:14.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-07-22T18:43:14.062Z] 6d946460343e: Preparing [2020-07-22T18:43:14.062Z] a1ec3cfee9f8: Preparing [2020-07-22T18:43:14.062Z] 0a8d1a18900a: Preparing [2020-07-22T18:43:14.332Z] 6d946460343e: Layer already exists [2020-07-22T18:43:14.332Z] 0a8d1a18900a: Layer already exists [2020-07-22T18:43:14.332Z] a1ec3cfee9f8: Layer already exists [2020-07-22T18:43:14.332Z] 1.2.2-dev.1: digest: sha256:75c0dd3a580496d8460171dff6ccd50c4c5896aee7b3bcfdf87a99c90b8d9a4c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:14.673Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:15.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:15.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-07-22T18:43:15.002Z] 6d946460343e: Preparing [2020-07-22T18:43:15.002Z] a1ec3cfee9f8: Preparing [2020-07-22T18:43:15.002Z] 0a8d1a18900a: Preparing [2020-07-22T18:43:15.002Z] a1ec3cfee9f8: Layer already exists [2020-07-22T18:43:15.002Z] 6d946460343e: Layer already exists [2020-07-22T18:43:15.002Z] 0a8d1a18900a: Layer already exists [2020-07-22T18:43:15.272Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:75c0dd3a580496d8460171dff6ccd50c4c5896aee7b3bcfdf87a99c90b8d9a4c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:15.611Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:15.942Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-07-22T18:43:15.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-07-22T18:43:15.942Z] 6d946460343e: Preparing [2020-07-22T18:43:15.942Z] a1ec3cfee9f8: Preparing [2020-07-22T18:43:15.942Z] 0a8d1a18900a: Preparing [2020-07-22T18:43:15.942Z] 6d946460343e: Layer already exists [2020-07-22T18:43:15.942Z] a1ec3cfee9f8: Layer already exists [2020-07-22T18:43:15.942Z] 0a8d1a18900a: Layer already exists [2020-07-22T18:43:16.211Z] master: digest: sha256:75c0dd3a580496d8460171dff6ccd50c4c5896aee7b3bcfdf87a99c90b8d9a4c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:43:16.376Z] ===================================================== [Pipeline] echo [2020-07-22T18:43:16.415Z] taggedImages: [2020-07-22T18:43:16.415Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:16.415Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:16.415Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:16.415Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-07-22T18:43:16.466Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-07-22T18:43:16.466Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:16.466Z] 1.2.2-dev.1 [2020-07-22T18:43:16.466Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:16.466Z] master [2020-07-22T18:43:16.466Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:16.932Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:17.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:17.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-07-22T18:43:17.259Z] 1a3672d5a89e: Preparing [2020-07-22T18:43:17.259Z] 71636f88be3d: Preparing [2020-07-22T18:43:17.259Z] 39771f4dc2be: Preparing [2020-07-22T18:43:17.259Z] 1a0ad0fd9647: Preparing [2020-07-22T18:43:17.259Z] c3bd0def094a: Preparing [2020-07-22T18:43:17.259Z] e2f13739ad41: Preparing [2020-07-22T18:43:17.531Z] 39771f4dc2be: Pushed [2020-07-22T18:43:17.531Z] c3bd0def094a: Pushed [2020-07-22T18:43:17.531Z] 1a3672d5a89e: Pushed [2020-07-22T18:43:17.531Z] e2f13739ad41: Layer already exists [2020-07-22T18:43:18.120Z] 1a0ad0fd9647: Pushed [2020-07-22T18:43:21.485Z] 71636f88be3d: Pushed [2020-07-22T18:43:21.486Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:8f023335419c62c2320fb6eb9c22a5b6be63dc4032183f874874b50f55d785cc size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:21.819Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:22.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:22.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-07-22T18:43:22.149Z] 1a3672d5a89e: Preparing [2020-07-22T18:43:22.149Z] 71636f88be3d: Preparing [2020-07-22T18:43:22.149Z] 39771f4dc2be: Preparing [2020-07-22T18:43:22.149Z] 1a0ad0fd9647: Preparing [2020-07-22T18:43:22.149Z] c3bd0def094a: Preparing [2020-07-22T18:43:22.149Z] e2f13739ad41: Preparing [2020-07-22T18:43:22.149Z] e2f13739ad41: Waiting [2020-07-22T18:43:22.149Z] 1a0ad0fd9647: Layer already exists [2020-07-22T18:43:22.149Z] c3bd0def094a: Layer already exists [2020-07-22T18:43:22.149Z] 39771f4dc2be: Layer already exists [2020-07-22T18:43:22.149Z] 71636f88be3d: Layer already exists [2020-07-22T18:43:22.149Z] 1a3672d5a89e: Layer already exists [2020-07-22T18:43:22.419Z] e2f13739ad41: Layer already exists [2020-07-22T18:43:22.419Z] 1.2.2-dev.1: digest: sha256:8f023335419c62c2320fb6eb9c22a5b6be63dc4032183f874874b50f55d785cc size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:22.777Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:23.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:23.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-07-22T18:43:23.131Z] 1a3672d5a89e: Preparing [2020-07-22T18:43:23.131Z] 71636f88be3d: Preparing [2020-07-22T18:43:23.131Z] 39771f4dc2be: Preparing [2020-07-22T18:43:23.131Z] 1a0ad0fd9647: Preparing [2020-07-22T18:43:23.131Z] c3bd0def094a: Preparing [2020-07-22T18:43:23.131Z] e2f13739ad41: Preparing [2020-07-22T18:43:23.131Z] e2f13739ad41: Waiting [2020-07-22T18:43:23.131Z] 39771f4dc2be: Layer already exists [2020-07-22T18:43:23.131Z] 71636f88be3d: Layer already exists [2020-07-22T18:43:23.131Z] 1a0ad0fd9647: Layer already exists [2020-07-22T18:43:23.131Z] 1a3672d5a89e: Layer already exists [2020-07-22T18:43:23.131Z] c3bd0def094a: Layer already exists [2020-07-22T18:43:23.131Z] e2f13739ad41: Layer already exists [2020-07-22T18:43:23.399Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:8f023335419c62c2320fb6eb9c22a5b6be63dc4032183f874874b50f55d785cc size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:23.731Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:24.065Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-07-22T18:43:24.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-07-22T18:43:24.066Z] 1a3672d5a89e: Preparing [2020-07-22T18:43:24.066Z] 71636f88be3d: Preparing [2020-07-22T18:43:24.066Z] 39771f4dc2be: Preparing [2020-07-22T18:43:24.066Z] 1a0ad0fd9647: Preparing [2020-07-22T18:43:24.066Z] c3bd0def094a: Preparing [2020-07-22T18:43:24.066Z] e2f13739ad41: Preparing [2020-07-22T18:43:24.066Z] e2f13739ad41: Waiting [2020-07-22T18:43:24.066Z] c3bd0def094a: Layer already exists [2020-07-22T18:43:24.066Z] 71636f88be3d: Layer already exists [2020-07-22T18:43:24.066Z] 1a3672d5a89e: Layer already exists [2020-07-22T18:43:24.066Z] 39771f4dc2be: Layer already exists [2020-07-22T18:43:24.066Z] 1a0ad0fd9647: Layer already exists [2020-07-22T18:43:24.066Z] e2f13739ad41: Layer already exists [2020-07-22T18:43:24.335Z] master: digest: sha256:8f023335419c62c2320fb6eb9c22a5b6be63dc4032183f874874b50f55d785cc size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:43:24.511Z] ===================================================== [Pipeline] echo [2020-07-22T18:43:24.551Z] taggedImages: [2020-07-22T18:43:24.551Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:24.551Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:24.551Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:24.551Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-07-22T18:43:24.603Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-07-22T18:43:24.603Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:24.603Z] 1.2.2-dev.1 [2020-07-22T18:43:24.603Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:24.603Z] master [2020-07-22T18:43:24.603Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:25.079Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:25.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:25.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-07-22T18:43:25.424Z] 8f5e9d2ffe9a: Preparing [2020-07-22T18:43:25.424Z] 42e6c774c1c7: Preparing [2020-07-22T18:43:25.424Z] fff380fe0678: Preparing [2020-07-22T18:43:25.698Z] fff380fe0678: Pushed [2020-07-22T18:43:25.698Z] 8f5e9d2ffe9a: Pushed [2020-07-22T18:43:29.066Z] 42e6c774c1c7: Pushed [2020-07-22T18:43:29.066Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:04648b6b4fb768e41c45b83aa6bd12af8c266b3edcfae63ec569a08bb74e5a6c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:29.409Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:29.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:29.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-07-22T18:43:29.760Z] 8f5e9d2ffe9a: Preparing [2020-07-22T18:43:29.760Z] 42e6c774c1c7: Preparing [2020-07-22T18:43:29.760Z] fff380fe0678: Preparing [2020-07-22T18:43:30.029Z] 42e6c774c1c7: Layer already exists [2020-07-22T18:43:30.029Z] 8f5e9d2ffe9a: Layer already exists [2020-07-22T18:43:30.029Z] fff380fe0678: Layer already exists [2020-07-22T18:43:30.029Z] 1.2.2-dev.1: digest: sha256:04648b6b4fb768e41c45b83aa6bd12af8c266b3edcfae63ec569a08bb74e5a6c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:30.393Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:30.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:30.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-07-22T18:43:30.744Z] 8f5e9d2ffe9a: Preparing [2020-07-22T18:43:30.744Z] 42e6c774c1c7: Preparing [2020-07-22T18:43:30.744Z] fff380fe0678: Preparing [2020-07-22T18:43:30.744Z] 42e6c774c1c7: Layer already exists [2020-07-22T18:43:30.744Z] fff380fe0678: Layer already exists [2020-07-22T18:43:30.744Z] 8f5e9d2ffe9a: Layer already exists [2020-07-22T18:43:31.029Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:04648b6b4fb768e41c45b83aa6bd12af8c266b3edcfae63ec569a08bb74e5a6c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:31.377Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:31.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-07-22T18:43:31.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-07-22T18:43:31.745Z] 8f5e9d2ffe9a: Preparing [2020-07-22T18:43:31.745Z] 42e6c774c1c7: Preparing [2020-07-22T18:43:31.745Z] fff380fe0678: Preparing [2020-07-22T18:43:31.745Z] fff380fe0678: Layer already exists [2020-07-22T18:43:31.745Z] 8f5e9d2ffe9a: Layer already exists [2020-07-22T18:43:31.745Z] 42e6c774c1c7: Layer already exists [2020-07-22T18:43:32.027Z] master: digest: sha256:04648b6b4fb768e41c45b83aa6bd12af8c266b3edcfae63ec569a08bb74e5a6c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:43:32.210Z] ===================================================== [Pipeline] echo [2020-07-22T18:43:32.263Z] taggedImages: [2020-07-22T18:43:32.263Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:32.263Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:32.263Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:32.263Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-07-22T18:43:32.315Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-07-22T18:43:32.315Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:32.315Z] 1.2.2-dev.1 [2020-07-22T18:43:32.315Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:32.315Z] master [2020-07-22T18:43:32.315Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:32.822Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:33.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:33.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-07-22T18:43:33.167Z] 36a86137738f: Preparing [2020-07-22T18:43:33.167Z] 2b4722f3abc2: Preparing [2020-07-22T18:43:33.167Z] b283330f2b7f: Preparing [2020-07-22T18:43:33.167Z] f4f6b5e84141: Preparing [2020-07-22T18:43:33.167Z] e2f13739ad41: Preparing [2020-07-22T18:43:33.441Z] e2f13739ad41: Layer already exists [2020-07-22T18:43:33.441Z] b283330f2b7f: Pushed [2020-07-22T18:43:33.441Z] 2b4722f3abc2: Pushed [2020-07-22T18:43:33.713Z] f4f6b5e84141: Pushed [2020-07-22T18:43:36.339Z] 36a86137738f: Pushed [2020-07-22T18:43:36.339Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:5829305543ad60ed8077f52213173be8e4fb013c1fc9c3dde4ec7cf2c14fdb7e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:36.697Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:37.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:37.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-07-22T18:43:37.054Z] 36a86137738f: Preparing [2020-07-22T18:43:37.054Z] 2b4722f3abc2: Preparing [2020-07-22T18:43:37.054Z] b283330f2b7f: Preparing [2020-07-22T18:43:37.054Z] f4f6b5e84141: Preparing [2020-07-22T18:43:37.054Z] e2f13739ad41: Preparing [2020-07-22T18:43:37.054Z] e2f13739ad41: Layer already exists [2020-07-22T18:43:37.054Z] b283330f2b7f: Layer already exists [2020-07-22T18:43:37.054Z] 2b4722f3abc2: Layer already exists [2020-07-22T18:43:37.054Z] f4f6b5e84141: Layer already exists [2020-07-22T18:43:37.054Z] 36a86137738f: Layer already exists [2020-07-22T18:43:37.328Z] 1.2.2-dev.1: digest: sha256:5829305543ad60ed8077f52213173be8e4fb013c1fc9c3dde4ec7cf2c14fdb7e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:37.735Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:38.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:38.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-07-22T18:43:38.097Z] 36a86137738f: Preparing [2020-07-22T18:43:38.097Z] 2b4722f3abc2: Preparing [2020-07-22T18:43:38.097Z] b283330f2b7f: Preparing [2020-07-22T18:43:38.097Z] f4f6b5e84141: Preparing [2020-07-22T18:43:38.097Z] e2f13739ad41: Preparing [2020-07-22T18:43:38.097Z] f4f6b5e84141: Layer already exists [2020-07-22T18:43:38.097Z] e2f13739ad41: Layer already exists [2020-07-22T18:43:38.097Z] 2b4722f3abc2: Layer already exists [2020-07-22T18:43:38.097Z] b283330f2b7f: Layer already exists [2020-07-22T18:43:38.097Z] 36a86137738f: Layer already exists [2020-07-22T18:43:38.375Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:5829305543ad60ed8077f52213173be8e4fb013c1fc9c3dde4ec7cf2c14fdb7e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:38.735Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:39.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-07-22T18:43:39.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-07-22T18:43:39.093Z] 36a86137738f: Preparing [2020-07-22T18:43:39.093Z] 2b4722f3abc2: Preparing [2020-07-22T18:43:39.093Z] b283330f2b7f: Preparing [2020-07-22T18:43:39.093Z] f4f6b5e84141: Preparing [2020-07-22T18:43:39.093Z] e2f13739ad41: Preparing [2020-07-22T18:43:39.093Z] b283330f2b7f: Layer already exists [2020-07-22T18:43:39.093Z] f4f6b5e84141: Layer already exists [2020-07-22T18:43:39.093Z] e2f13739ad41: Layer already exists [2020-07-22T18:43:39.093Z] 2b4722f3abc2: Layer already exists [2020-07-22T18:43:39.093Z] 36a86137738f: Layer already exists [2020-07-22T18:43:39.362Z] master: digest: sha256:5829305543ad60ed8077f52213173be8e4fb013c1fc9c3dde4ec7cf2c14fdb7e size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:43:39.540Z] ===================================================== [Pipeline] echo [2020-07-22T18:43:39.579Z] taggedImages: [2020-07-22T18:43:39.579Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:39.579Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:39.579Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:39.579Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-07-22T18:43:39.632Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-07-22T18:43:39.632Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:39.632Z] 1.2.2-dev.1 [2020-07-22T18:43:39.632Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:39.632Z] master [2020-07-22T18:43:39.632Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:40.120Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:40.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:40.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-07-22T18:43:40.462Z] e241643a711c: Preparing [2020-07-22T18:43:40.462Z] 16bf9d79c204: Preparing [2020-07-22T18:43:40.462Z] f79130605a37: Preparing [2020-07-22T18:43:40.462Z] 30bbda9d310b: Preparing [2020-07-22T18:43:40.462Z] 30bbda9d310b: Preparing [2020-07-22T18:43:40.462Z] 6dc1f2bffa49: Preparing [2020-07-22T18:43:40.462Z] 3f9ec79796dc: Preparing [2020-07-22T18:43:40.462Z] 52887c00f55d: Preparing [2020-07-22T18:43:40.462Z] e241643a711c: Preparing [2020-07-22T18:43:40.462Z] 891da5594a1f: Preparing [2020-07-22T18:43:40.462Z] e16a9b08e961: Preparing [2020-07-22T18:43:40.462Z] 5bb56b4c5bec: Preparing [2020-07-22T18:43:40.462Z] e2f13739ad41: Preparing [2020-07-22T18:43:40.462Z] 891da5594a1f: Waiting [2020-07-22T18:43:40.462Z] 3f9ec79796dc: Waiting [2020-07-22T18:43:40.462Z] 52887c00f55d: Waiting [2020-07-22T18:43:40.462Z] e16a9b08e961: Waiting [2020-07-22T18:43:40.462Z] e2f13739ad41: Waiting [2020-07-22T18:43:40.462Z] 5bb56b4c5bec: Waiting [2020-07-22T18:43:40.740Z] 16bf9d79c204: Pushed [2020-07-22T18:43:40.741Z] 30bbda9d310b: Pushed [2020-07-22T18:43:40.741Z] 6dc1f2bffa49: Pushed [2020-07-22T18:43:40.741Z] f79130605a37: Pushed [2020-07-22T18:43:41.013Z] 3f9ec79796dc: Pushed [2020-07-22T18:43:41.013Z] 52887c00f55d: Pushed [2020-07-22T18:43:41.013Z] 891da5594a1f: Pushed [2020-07-22T18:43:41.013Z] e16a9b08e961: Pushed [2020-07-22T18:43:41.013Z] e2f13739ad41: Layer already exists [2020-07-22T18:43:41.283Z] 5bb56b4c5bec: Pushed [2020-07-22T18:43:43.234Z] e241643a711c: Pushed [2020-07-22T18:43:43.234Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:5cdc5d64a21754d147420df624c59b98b54411d9bd8b9df7b54c29c591a13451 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:43.566Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:43.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:43.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-07-22T18:43:43.902Z] e241643a711c: Preparing [2020-07-22T18:43:43.902Z] 16bf9d79c204: Preparing [2020-07-22T18:43:43.902Z] f79130605a37: Preparing [2020-07-22T18:43:43.902Z] 30bbda9d310b: Preparing [2020-07-22T18:43:43.902Z] 30bbda9d310b: Preparing [2020-07-22T18:43:43.902Z] 6dc1f2bffa49: Preparing [2020-07-22T18:43:43.902Z] 3f9ec79796dc: Preparing [2020-07-22T18:43:43.902Z] 52887c00f55d: Preparing [2020-07-22T18:43:43.902Z] e241643a711c: Preparing [2020-07-22T18:43:43.902Z] 891da5594a1f: Preparing [2020-07-22T18:43:43.902Z] e16a9b08e961: Preparing [2020-07-22T18:43:43.902Z] 5bb56b4c5bec: Preparing [2020-07-22T18:43:43.902Z] e2f13739ad41: Preparing [2020-07-22T18:43:43.902Z] 3f9ec79796dc: Waiting [2020-07-22T18:43:43.902Z] 52887c00f55d: Waiting [2020-07-22T18:43:43.902Z] 5bb56b4c5bec: Waiting [2020-07-22T18:43:43.902Z] e2f13739ad41: Waiting [2020-07-22T18:43:43.902Z] 891da5594a1f: Waiting [2020-07-22T18:43:43.902Z] e16a9b08e961: Waiting [2020-07-22T18:43:43.902Z] 16bf9d79c204: Layer already exists [2020-07-22T18:43:43.902Z] 6dc1f2bffa49: Layer already exists [2020-07-22T18:43:43.902Z] 30bbda9d310b: Layer already exists [2020-07-22T18:43:43.902Z] f79130605a37: Layer already exists [2020-07-22T18:43:43.902Z] e241643a711c: Layer already exists [2020-07-22T18:43:44.171Z] 3f9ec79796dc: Layer already exists [2020-07-22T18:43:44.171Z] 52887c00f55d: Layer already exists [2020-07-22T18:43:44.171Z] e16a9b08e961: Layer already exists [2020-07-22T18:43:44.171Z] 891da5594a1f: Layer already exists [2020-07-22T18:43:44.171Z] 5bb56b4c5bec: Layer already exists [2020-07-22T18:43:44.171Z] e2f13739ad41: Layer already exists [2020-07-22T18:43:44.171Z] 1.2.2-dev.1: digest: sha256:5cdc5d64a21754d147420df624c59b98b54411d9bd8b9df7b54c29c591a13451 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:44.504Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:44.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:44.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-07-22T18:43:44.832Z] e241643a711c: Preparing [2020-07-22T18:43:44.832Z] 16bf9d79c204: Preparing [2020-07-22T18:43:44.832Z] f79130605a37: Preparing [2020-07-22T18:43:44.832Z] 30bbda9d310b: Preparing [2020-07-22T18:43:44.832Z] 30bbda9d310b: Preparing [2020-07-22T18:43:44.832Z] 6dc1f2bffa49: Preparing [2020-07-22T18:43:44.832Z] 3f9ec79796dc: Preparing [2020-07-22T18:43:44.832Z] 52887c00f55d: Preparing [2020-07-22T18:43:44.832Z] e241643a711c: Preparing [2020-07-22T18:43:44.832Z] 891da5594a1f: Preparing [2020-07-22T18:43:44.832Z] e16a9b08e961: Preparing [2020-07-22T18:43:44.832Z] 5bb56b4c5bec: Preparing [2020-07-22T18:43:44.832Z] e2f13739ad41: Preparing [2020-07-22T18:43:44.832Z] 3f9ec79796dc: Waiting [2020-07-22T18:43:44.832Z] 52887c00f55d: Waiting [2020-07-22T18:43:44.832Z] 891da5594a1f: Waiting [2020-07-22T18:43:44.832Z] e16a9b08e961: Waiting [2020-07-22T18:43:44.832Z] 5bb56b4c5bec: Waiting [2020-07-22T18:43:44.832Z] e2f13739ad41: Waiting [2020-07-22T18:43:44.832Z] 16bf9d79c204: Layer already exists [2020-07-22T18:43:44.832Z] 30bbda9d310b: Layer already exists [2020-07-22T18:43:44.832Z] 6dc1f2bffa49: Layer already exists [2020-07-22T18:43:45.103Z] e241643a711c: Layer already exists [2020-07-22T18:43:45.103Z] f79130605a37: Layer already exists [2020-07-22T18:43:45.103Z] 3f9ec79796dc: Layer already exists [2020-07-22T18:43:45.103Z] e16a9b08e961: Layer already exists [2020-07-22T18:43:45.103Z] 891da5594a1f: Layer already exists [2020-07-22T18:43:45.103Z] 52887c00f55d: Layer already exists [2020-07-22T18:43:45.103Z] 5bb56b4c5bec: Layer already exists [2020-07-22T18:43:45.103Z] e2f13739ad41: Layer already exists [2020-07-22T18:43:45.103Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:5cdc5d64a21754d147420df624c59b98b54411d9bd8b9df7b54c29c591a13451 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:45.436Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:45.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-07-22T18:43:45.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-07-22T18:43:45.773Z] e241643a711c: Preparing [2020-07-22T18:43:45.773Z] 16bf9d79c204: Preparing [2020-07-22T18:43:45.773Z] f79130605a37: Preparing [2020-07-22T18:43:45.773Z] 30bbda9d310b: Preparing [2020-07-22T18:43:45.773Z] 30bbda9d310b: Preparing [2020-07-22T18:43:45.773Z] 6dc1f2bffa49: Preparing [2020-07-22T18:43:45.773Z] 3f9ec79796dc: Preparing [2020-07-22T18:43:45.773Z] 52887c00f55d: Preparing [2020-07-22T18:43:45.773Z] e241643a711c: Preparing [2020-07-22T18:43:45.773Z] 891da5594a1f: Preparing [2020-07-22T18:43:45.773Z] e16a9b08e961: Preparing [2020-07-22T18:43:45.773Z] 5bb56b4c5bec: Preparing [2020-07-22T18:43:45.773Z] e2f13739ad41: Preparing [2020-07-22T18:43:45.773Z] 3f9ec79796dc: Waiting [2020-07-22T18:43:45.773Z] 52887c00f55d: Waiting [2020-07-22T18:43:45.773Z] 891da5594a1f: Waiting [2020-07-22T18:43:45.773Z] 5bb56b4c5bec: Waiting [2020-07-22T18:43:45.773Z] e16a9b08e961: Waiting [2020-07-22T18:43:45.773Z] e2f13739ad41: Waiting [2020-07-22T18:43:45.773Z] e241643a711c: Layer already exists [2020-07-22T18:43:45.773Z] 6dc1f2bffa49: Layer already exists [2020-07-22T18:43:45.773Z] f79130605a37: Layer already exists [2020-07-22T18:43:45.773Z] 30bbda9d310b: Layer already exists [2020-07-22T18:43:45.773Z] 16bf9d79c204: Layer already exists [2020-07-22T18:43:46.042Z] 52887c00f55d: Layer already exists [2020-07-22T18:43:46.042Z] 891da5594a1f: Layer already exists [2020-07-22T18:43:46.042Z] 5bb56b4c5bec: Layer already exists [2020-07-22T18:43:46.042Z] 3f9ec79796dc: Layer already exists [2020-07-22T18:43:46.042Z] e16a9b08e961: Layer already exists [2020-07-22T18:43:46.042Z] e2f13739ad41: Layer already exists [2020-07-22T18:43:46.042Z] master: digest: sha256:5cdc5d64a21754d147420df624c59b98b54411d9bd8b9df7b54c29c591a13451 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:43:46.198Z] ===================================================== [Pipeline] echo [2020-07-22T18:43:46.239Z] taggedImages: [2020-07-22T18:43:46.240Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:46.240Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:46.240Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:46.240Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-07-22T18:43:46.292Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-07-22T18:43:46.292Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:46.292Z] 1.2.2-dev.1 [2020-07-22T18:43:46.292Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:46.292Z] master [2020-07-22T18:43:46.292Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:46.770Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:47.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:47.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-07-22T18:43:47.102Z] 80eb8cce7b15: Preparing [2020-07-22T18:43:47.102Z] 38cda1968091: Preparing [2020-07-22T18:43:47.102Z] 975151398205: Preparing [2020-07-22T18:43:47.102Z] f1f61b334845: Preparing [2020-07-22T18:43:47.102Z] bb21ab2024a7: Preparing [2020-07-22T18:43:47.102Z] 007151511515: Preparing [2020-07-22T18:43:47.102Z] bd6eaf9241a6: Preparing [2020-07-22T18:43:47.102Z] 74e393c60035: Preparing [2020-07-22T18:43:47.102Z] ab30c96eb275: Preparing [2020-07-22T18:43:47.102Z] 776aad6c8e81: Preparing [2020-07-22T18:43:47.102Z] 66b385cf80cf: Preparing [2020-07-22T18:43:47.102Z] 007151511515: Waiting [2020-07-22T18:43:47.102Z] ab30c96eb275: Waiting [2020-07-22T18:43:47.102Z] 74e393c60035: Waiting [2020-07-22T18:43:47.102Z] 776aad6c8e81: Waiting [2020-07-22T18:43:47.102Z] 66b385cf80cf: Waiting [2020-07-22T18:43:47.102Z] bd6eaf9241a6: Waiting [2020-07-22T18:43:47.371Z] 38cda1968091: Pushed [2020-07-22T18:43:47.371Z] 80eb8cce7b15: Pushed [2020-07-22T18:43:47.645Z] 007151511515: Pushed [2020-07-22T18:43:47.645Z] bd6eaf9241a6: Pushed [2020-07-22T18:43:47.645Z] 74e393c60035: Pushed [2020-07-22T18:43:48.242Z] ab30c96eb275: Pushed [2020-07-22T18:43:48.242Z] 66b385cf80cf: Layer already exists [2020-07-22T18:43:48.516Z] 776aad6c8e81: Pushed [2020-07-22T18:43:49.498Z] 975151398205: Pushed [2020-07-22T18:43:49.770Z] bb21ab2024a7: Pushed [2020-07-22T18:43:49.770Z] f1f61b334845: Pushed [2020-07-22T18:43:50.039Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:c77455489c5e2a41faebb97104e4475259ca7f04c8d7b618a09a58852e9b9737 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:50.374Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:50.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:50.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-07-22T18:43:50.706Z] 80eb8cce7b15: Preparing [2020-07-22T18:43:50.706Z] 38cda1968091: Preparing [2020-07-22T18:43:50.706Z] 975151398205: Preparing [2020-07-22T18:43:50.706Z] f1f61b334845: Preparing [2020-07-22T18:43:50.706Z] bb21ab2024a7: Preparing [2020-07-22T18:43:50.706Z] 007151511515: Preparing [2020-07-22T18:43:50.706Z] bd6eaf9241a6: Preparing [2020-07-22T18:43:50.706Z] 74e393c60035: Preparing [2020-07-22T18:43:50.706Z] ab30c96eb275: Preparing [2020-07-22T18:43:50.706Z] 776aad6c8e81: Preparing [2020-07-22T18:43:50.706Z] 66b385cf80cf: Preparing [2020-07-22T18:43:50.706Z] 74e393c60035: Waiting [2020-07-22T18:43:50.706Z] 776aad6c8e81: Waiting [2020-07-22T18:43:50.706Z] 66b385cf80cf: Waiting [2020-07-22T18:43:50.706Z] ab30c96eb275: Waiting [2020-07-22T18:43:50.706Z] 007151511515: Waiting [2020-07-22T18:43:50.706Z] bd6eaf9241a6: Waiting [2020-07-22T18:43:50.706Z] 38cda1968091: Layer already exists [2020-07-22T18:43:50.706Z] f1f61b334845: Layer already exists [2020-07-22T18:43:50.706Z] 80eb8cce7b15: Layer already exists [2020-07-22T18:43:50.706Z] bb21ab2024a7: Layer already exists [2020-07-22T18:43:50.706Z] 975151398205: Layer already exists [2020-07-22T18:43:50.706Z] bd6eaf9241a6: Layer already exists [2020-07-22T18:43:50.706Z] ab30c96eb275: Layer already exists [2020-07-22T18:43:50.706Z] 74e393c60035: Layer already exists [2020-07-22T18:43:50.706Z] 776aad6c8e81: Layer already exists [2020-07-22T18:43:50.706Z] 007151511515: Layer already exists [2020-07-22T18:43:50.976Z] 66b385cf80cf: Layer already exists [2020-07-22T18:43:50.976Z] 1.2.2-dev.1: digest: sha256:c77455489c5e2a41faebb97104e4475259ca7f04c8d7b618a09a58852e9b9737 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:51.308Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:51.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:51.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-07-22T18:43:51.640Z] 80eb8cce7b15: Preparing [2020-07-22T18:43:51.640Z] 38cda1968091: Preparing [2020-07-22T18:43:51.640Z] 975151398205: Preparing [2020-07-22T18:43:51.640Z] f1f61b334845: Preparing [2020-07-22T18:43:51.640Z] bb21ab2024a7: Preparing [2020-07-22T18:43:51.640Z] 007151511515: Preparing [2020-07-22T18:43:51.640Z] bd6eaf9241a6: Preparing [2020-07-22T18:43:51.640Z] 74e393c60035: Preparing [2020-07-22T18:43:51.640Z] ab30c96eb275: Preparing [2020-07-22T18:43:51.640Z] 776aad6c8e81: Preparing [2020-07-22T18:43:51.640Z] 66b385cf80cf: Preparing [2020-07-22T18:43:51.640Z] 007151511515: Waiting [2020-07-22T18:43:51.640Z] bd6eaf9241a6: Waiting [2020-07-22T18:43:51.640Z] 776aad6c8e81: Waiting [2020-07-22T18:43:51.640Z] ab30c96eb275: Waiting [2020-07-22T18:43:51.640Z] 66b385cf80cf: Waiting [2020-07-22T18:43:51.640Z] 74e393c60035: Waiting [2020-07-22T18:43:51.640Z] 80eb8cce7b15: Layer already exists [2020-07-22T18:43:51.640Z] f1f61b334845: Layer already exists [2020-07-22T18:43:51.640Z] bb21ab2024a7: Layer already exists [2020-07-22T18:43:51.640Z] 975151398205: Layer already exists [2020-07-22T18:43:51.640Z] 38cda1968091: Layer already exists [2020-07-22T18:43:51.640Z] ab30c96eb275: Layer already exists [2020-07-22T18:43:51.640Z] 007151511515: Layer already exists [2020-07-22T18:43:51.640Z] 74e393c60035: Layer already exists [2020-07-22T18:43:51.640Z] bd6eaf9241a6: Layer already exists [2020-07-22T18:43:51.640Z] 776aad6c8e81: Layer already exists [2020-07-22T18:43:51.640Z] 66b385cf80cf: Layer already exists [2020-07-22T18:43:51.912Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:c77455489c5e2a41faebb97104e4475259ca7f04c8d7b618a09a58852e9b9737 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:52.262Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:52.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-07-22T18:43:52.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-07-22T18:43:52.589Z] 80eb8cce7b15: Preparing [2020-07-22T18:43:52.589Z] 38cda1968091: Preparing [2020-07-22T18:43:52.589Z] 975151398205: Preparing [2020-07-22T18:43:52.589Z] f1f61b334845: Preparing [2020-07-22T18:43:52.589Z] bb21ab2024a7: Preparing [2020-07-22T18:43:52.589Z] 007151511515: Preparing [2020-07-22T18:43:52.589Z] bd6eaf9241a6: Preparing [2020-07-22T18:43:52.589Z] 74e393c60035: Preparing [2020-07-22T18:43:52.589Z] ab30c96eb275: Preparing [2020-07-22T18:43:52.589Z] 776aad6c8e81: Preparing [2020-07-22T18:43:52.589Z] 66b385cf80cf: Preparing [2020-07-22T18:43:52.589Z] 74e393c60035: Waiting [2020-07-22T18:43:52.589Z] 007151511515: Waiting [2020-07-22T18:43:52.589Z] bd6eaf9241a6: Waiting [2020-07-22T18:43:52.589Z] 66b385cf80cf: Waiting [2020-07-22T18:43:52.589Z] 776aad6c8e81: Waiting [2020-07-22T18:43:52.589Z] f1f61b334845: Layer already exists [2020-07-22T18:43:52.589Z] 80eb8cce7b15: Layer already exists [2020-07-22T18:43:52.589Z] bb21ab2024a7: Layer already exists [2020-07-22T18:43:52.589Z] 38cda1968091: Layer already exists [2020-07-22T18:43:52.589Z] 975151398205: Layer already exists [2020-07-22T18:43:52.589Z] 007151511515: Layer already exists [2020-07-22T18:43:52.589Z] bd6eaf9241a6: Layer already exists [2020-07-22T18:43:52.589Z] 74e393c60035: Layer already exists [2020-07-22T18:43:52.589Z] 776aad6c8e81: Layer already exists [2020-07-22T18:43:52.589Z] ab30c96eb275: Layer already exists [2020-07-22T18:43:52.589Z] 66b385cf80cf: Layer already exists [2020-07-22T18:43:52.858Z] master: digest: sha256:c77455489c5e2a41faebb97104e4475259ca7f04c8d7b618a09a58852e9b9737 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:43:53.041Z] ===================================================== [Pipeline] echo [2020-07-22T18:43:53.079Z] taggedImages: [2020-07-22T18:43:53.079Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:53.079Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:53.079Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:53.079Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-07-22T18:43:53.140Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-07-22T18:43:53.140Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:53.140Z] 1.2.2-dev.1 [2020-07-22T18:43:53.140Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:53.140Z] master [2020-07-22T18:43:53.140Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:53.615Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:53.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:43:53.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-07-22T18:43:53.952Z] d161dfb10ddc: Preparing [2020-07-22T18:43:53.952Z] 942920f57f4d: Preparing [2020-07-22T18:43:53.952Z] 8c198b060b06: Preparing [2020-07-22T18:43:53.952Z] 31aceceb2b88: Preparing [2020-07-22T18:43:54.221Z] 8c198b060b06: Pushed [2020-07-22T18:43:54.221Z] d161dfb10ddc: Pushed [2020-07-22T18:43:54.488Z] 31aceceb2b88: Pushed [2020-07-22T18:43:57.078Z] 942920f57f4d: Pushed [2020-07-22T18:43:57.078Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:21691a1f51de893e2e48a2e08b9e17f9894db7d9c43aea6f5c089e771ea11e61 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:57.411Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:57.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.1 [2020-07-22T18:43:57.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-07-22T18:43:57.741Z] d161dfb10ddc: Preparing [2020-07-22T18:43:57.741Z] 942920f57f4d: Preparing [2020-07-22T18:43:57.741Z] 8c198b060b06: Preparing [2020-07-22T18:43:57.741Z] 31aceceb2b88: Preparing [2020-07-22T18:43:57.741Z] 31aceceb2b88: Layer already exists [2020-07-22T18:43:57.741Z] d161dfb10ddc: Layer already exists [2020-07-22T18:43:57.741Z] 942920f57f4d: Layer already exists [2020-07-22T18:43:57.741Z] 8c198b060b06: Layer already exists [2020-07-22T18:43:58.011Z] 1.2.2-dev.1: digest: sha256:21691a1f51de893e2e48a2e08b9e17f9894db7d9c43aea6f5c089e771ea11e61 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:58.343Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:58.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:43:58.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-07-22T18:43:58.670Z] d161dfb10ddc: Preparing [2020-07-22T18:43:58.670Z] 942920f57f4d: Preparing [2020-07-22T18:43:58.670Z] 8c198b060b06: Preparing [2020-07-22T18:43:58.670Z] 31aceceb2b88: Preparing [2020-07-22T18:43:58.670Z] 8c198b060b06: Layer already exists [2020-07-22T18:43:58.670Z] 31aceceb2b88: Layer already exists [2020-07-22T18:43:58.670Z] 942920f57f4d: Layer already exists [2020-07-22T18:43:58.670Z] d161dfb10ddc: Layer already exists [2020-07-22T18:43:58.940Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:21691a1f51de893e2e48a2e08b9e17f9894db7d9c43aea6f5c089e771ea11e61 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:59.273Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:43:59.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-07-22T18:43:59.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-07-22T18:43:59.602Z] d161dfb10ddc: Preparing [2020-07-22T18:43:59.602Z] 942920f57f4d: Preparing [2020-07-22T18:43:59.602Z] 8c198b060b06: Preparing [2020-07-22T18:43:59.602Z] 31aceceb2b88: Preparing [2020-07-22T18:43:59.602Z] d161dfb10ddc: Layer already exists [2020-07-22T18:43:59.602Z] 31aceceb2b88: Layer already exists [2020-07-22T18:43:59.602Z] 8c198b060b06: Layer already exists [2020-07-22T18:43:59.602Z] 942920f57f4d: Layer already exists [2020-07-22T18:43:59.871Z] master: digest: sha256:21691a1f51de893e2e48a2e08b9e17f9894db7d9c43aea6f5c089e771ea11e61 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:44:00.048Z] ===================================================== [Pipeline] echo [2020-07-22T18:44:00.089Z] taggedImages: [2020-07-22T18:44:00.089Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:44:00.089Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.1 [2020-07-22T18:44:00.089Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:44:00.089Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-07-22T18:44:00.154Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-07-22T18:44:00.154Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:44:00.154Z] 1.2.2-dev.1 [2020-07-22T18:44:00.154Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:44:00.154Z] master [2020-07-22T18:44:00.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:00.831Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:01.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:44:01.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-07-22T18:44:01.162Z] 13a2d85c52f8: Preparing [2020-07-22T18:44:01.162Z] d15fc49ce7f8: Preparing [2020-07-22T18:44:01.162Z] 8568ca365b28: Preparing [2020-07-22T18:44:01.162Z] dffb2dde713b: Preparing [2020-07-22T18:44:01.162Z] 70e587384189: Preparing [2020-07-22T18:44:01.162Z] bc9d38079601: Preparing [2020-07-22T18:44:01.162Z] bc9d38079601: Waiting [2020-07-22T18:44:01.435Z] 8568ca365b28: Pushed [2020-07-22T18:44:01.435Z] 13a2d85c52f8: Pushed [2020-07-22T18:44:01.435Z] 70e587384189: Pushed [2020-07-22T18:44:01.435Z] dffb2dde713b: Pushed [2020-07-22T18:44:01.711Z] bc9d38079601: Pushed [2020-07-22T18:44:05.072Z] d15fc49ce7f8: Pushed [2020-07-22T18:44:05.072Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:4a05964d872c641537390595b24046df66c9f8a1bb401e8ed0c6077972692af6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:05.404Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:05.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.1 [2020-07-22T18:44:05.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-07-22T18:44:05.733Z] 13a2d85c52f8: Preparing [2020-07-22T18:44:05.733Z] d15fc49ce7f8: Preparing [2020-07-22T18:44:05.733Z] 8568ca365b28: Preparing [2020-07-22T18:44:05.733Z] dffb2dde713b: Preparing [2020-07-22T18:44:05.733Z] 70e587384189: Preparing [2020-07-22T18:44:05.733Z] bc9d38079601: Preparing [2020-07-22T18:44:05.733Z] bc9d38079601: Waiting [2020-07-22T18:44:05.733Z] d15fc49ce7f8: Layer already exists [2020-07-22T18:44:05.733Z] 13a2d85c52f8: Layer already exists [2020-07-22T18:44:06.003Z] 70e587384189: Layer already exists [2020-07-22T18:44:06.003Z] 8568ca365b28: Layer already exists [2020-07-22T18:44:06.003Z] dffb2dde713b: Layer already exists [2020-07-22T18:44:06.003Z] bc9d38079601: Layer already exists [2020-07-22T18:44:06.003Z] 1.2.2-dev.1: digest: sha256:4a05964d872c641537390595b24046df66c9f8a1bb401e8ed0c6077972692af6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:06.334Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:06.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:44:06.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-07-22T18:44:06.660Z] 13a2d85c52f8: Preparing [2020-07-22T18:44:06.660Z] d15fc49ce7f8: Preparing [2020-07-22T18:44:06.660Z] 8568ca365b28: Preparing [2020-07-22T18:44:06.660Z] dffb2dde713b: Preparing [2020-07-22T18:44:06.660Z] 70e587384189: Preparing [2020-07-22T18:44:06.660Z] bc9d38079601: Preparing [2020-07-22T18:44:06.660Z] bc9d38079601: Waiting [2020-07-22T18:44:06.660Z] 70e587384189: Layer already exists [2020-07-22T18:44:06.660Z] 8568ca365b28: Layer already exists [2020-07-22T18:44:06.660Z] dffb2dde713b: Layer already exists [2020-07-22T18:44:06.660Z] 13a2d85c52f8: Layer already exists [2020-07-22T18:44:06.660Z] d15fc49ce7f8: Layer already exists [2020-07-22T18:44:06.932Z] bc9d38079601: Layer already exists [2020-07-22T18:44:06.932Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:4a05964d872c641537390595b24046df66c9f8a1bb401e8ed0c6077972692af6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:07.288Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:07.908Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-07-22T18:44:07.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-07-22T18:44:07.908Z] 13a2d85c52f8: Preparing [2020-07-22T18:44:07.908Z] d15fc49ce7f8: Preparing [2020-07-22T18:44:07.908Z] 8568ca365b28: Preparing [2020-07-22T18:44:07.908Z] dffb2dde713b: Preparing [2020-07-22T18:44:07.908Z] 70e587384189: Preparing [2020-07-22T18:44:07.908Z] bc9d38079601: Preparing [2020-07-22T18:44:07.908Z] bc9d38079601: Waiting [2020-07-22T18:44:07.908Z] dffb2dde713b: Layer already exists [2020-07-22T18:44:07.908Z] 8568ca365b28: Layer already exists [2020-07-22T18:44:07.908Z] 13a2d85c52f8: Layer already exists [2020-07-22T18:44:07.908Z] d15fc49ce7f8: Layer already exists [2020-07-22T18:44:07.908Z] 70e587384189: Layer already exists [2020-07-22T18:44:08.180Z] bc9d38079601: Layer already exists [2020-07-22T18:44:08.180Z] master: digest: sha256:4a05964d872c641537390595b24046df66c9f8a1bb401e8ed0c6077972692af6 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:44:08.390Z] ===================================================== [Pipeline] echo [2020-07-22T18:44:08.429Z] taggedImages: [2020-07-22T18:44:08.429Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:44:08.429Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.1 [2020-07-22T18:44:08.429Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:44:08.429Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-07-22T18:44:08.482Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-07-22T18:44:08.482Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:44:08.482Z] 1.2.2-dev.1 [2020-07-22T18:44:08.482Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:44:08.482Z] master [2020-07-22T18:44:08.482Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:08.962Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:09.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:44:09.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-07-22T18:44:09.303Z] e491b5d0edb4: Preparing [2020-07-22T18:44:09.303Z] f813acddc387: Preparing [2020-07-22T18:44:09.303Z] 1cb22a1cfa7e: Preparing [2020-07-22T18:44:09.575Z] 1cb22a1cfa7e: Pushed [2020-07-22T18:44:09.575Z] e491b5d0edb4: Pushed [2020-07-22T18:44:12.938Z] f813acddc387: Pushed [2020-07-22T18:44:12.939Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:3e14688b7eef20ce069b4a5f91c554e52a7ad45b10b97d7f53c1bf7705bea639 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:13.269Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:13.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.1 [2020-07-22T18:44:13.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-07-22T18:44:13.601Z] e491b5d0edb4: Preparing [2020-07-22T18:44:13.601Z] f813acddc387: Preparing [2020-07-22T18:44:13.601Z] 1cb22a1cfa7e: Preparing [2020-07-22T18:44:13.874Z] e491b5d0edb4: Layer already exists [2020-07-22T18:44:13.874Z] 1cb22a1cfa7e: Layer already exists [2020-07-22T18:44:13.874Z] f813acddc387: Layer already exists [2020-07-22T18:44:13.874Z] 1.2.2-dev.1: digest: sha256:3e14688b7eef20ce069b4a5f91c554e52a7ad45b10b97d7f53c1bf7705bea639 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:14.202Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:14.529Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:44:14.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-07-22T18:44:14.529Z] e491b5d0edb4: Preparing [2020-07-22T18:44:14.529Z] f813acddc387: Preparing [2020-07-22T18:44:14.529Z] 1cb22a1cfa7e: Preparing [2020-07-22T18:44:14.529Z] e491b5d0edb4: Layer already exists [2020-07-22T18:44:14.529Z] f813acddc387: Layer already exists [2020-07-22T18:44:14.529Z] 1cb22a1cfa7e: Layer already exists [2020-07-22T18:44:14.800Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:3e14688b7eef20ce069b4a5f91c554e52a7ad45b10b97d7f53c1bf7705bea639 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:15.127Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:15.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-07-22T18:44:15.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-07-22T18:44:15.450Z] e491b5d0edb4: Preparing [2020-07-22T18:44:15.450Z] f813acddc387: Preparing [2020-07-22T18:44:15.450Z] 1cb22a1cfa7e: Preparing [2020-07-22T18:44:15.450Z] f813acddc387: Layer already exists [2020-07-22T18:44:15.450Z] 1cb22a1cfa7e: Layer already exists [2020-07-22T18:44:15.450Z] e491b5d0edb4: Layer already exists [2020-07-22T18:44:15.721Z] master: digest: sha256:3e14688b7eef20ce069b4a5f91c554e52a7ad45b10b97d7f53c1bf7705bea639 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:44:15.910Z] ===================================================== [Pipeline] echo [2020-07-22T18:44:15.955Z] taggedImages: [2020-07-22T18:44:15.955Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:44:15.955Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.1 [2020-07-22T18:44:15.955Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:44:15.955Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-07-22T18:44:16.014Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-07-22T18:44:16.014Z] b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:44:16.014Z] 1.2.2-dev.1 [2020-07-22T18:44:16.014Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:44:16.014Z] master [2020-07-22T18:44:16.014Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:16.515Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:16.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:44:16.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-07-22T18:44:16.851Z] 38ad2990579b: Preparing [2020-07-22T18:44:16.851Z] c9b5f3e30935: Preparing [2020-07-22T18:44:16.851Z] a0007dcdb9c0: Preparing [2020-07-22T18:44:16.851Z] 56dc3f504ee4: Preparing [2020-07-22T18:44:16.851Z] ac3188d30b15: Preparing [2020-07-22T18:44:16.851Z] 75cf8ab01255: Preparing [2020-07-22T18:44:16.851Z] b025efe2cad2: Preparing [2020-07-22T18:44:16.851Z] dcafda8adff7: Preparing [2020-07-22T18:44:16.851Z] 48d9eb58abf3: Preparing [2020-07-22T18:44:16.851Z] e5de615b7841: Preparing [2020-07-22T18:44:16.851Z] b0d752909cf9: Preparing [2020-07-22T18:44:16.851Z] 94fdc660876c: Preparing [2020-07-22T18:44:16.851Z] 4e7279dfc0c0: Preparing [2020-07-22T18:44:16.851Z] e2f13739ad41: Preparing [2020-07-22T18:44:16.851Z] b025efe2cad2: Waiting [2020-07-22T18:44:16.851Z] dcafda8adff7: Waiting [2020-07-22T18:44:16.851Z] 48d9eb58abf3: Waiting [2020-07-22T18:44:16.851Z] e5de615b7841: Waiting [2020-07-22T18:44:16.851Z] b0d752909cf9: Waiting [2020-07-22T18:44:16.851Z] 94fdc660876c: Waiting [2020-07-22T18:44:16.851Z] 4e7279dfc0c0: Waiting [2020-07-22T18:44:16.851Z] e2f13739ad41: Waiting [2020-07-22T18:44:16.851Z] 75cf8ab01255: Waiting [2020-07-22T18:44:17.453Z] ac3188d30b15: Pushed [2020-07-22T18:44:17.725Z] 38ad2990579b: Pushed [2020-07-22T18:44:18.317Z] 56dc3f504ee4: Pushed [2020-07-22T18:44:18.318Z] dcafda8adff7: Layer already exists [2020-07-22T18:44:18.318Z] 48d9eb58abf3: Layer already exists [2020-07-22T18:44:18.318Z] b025efe2cad2: Pushed [2020-07-22T18:44:18.318Z] e5de615b7841: Layer already exists [2020-07-22T18:44:18.318Z] b0d752909cf9: Layer already exists [2020-07-22T18:44:18.318Z] 94fdc660876c: Layer already exists [2020-07-22T18:44:18.318Z] 4e7279dfc0c0: Layer already exists [2020-07-22T18:44:18.590Z] e2f13739ad41: Layer already exists [2020-07-22T18:44:18.862Z] c9b5f3e30935: Pushed [2020-07-22T18:44:20.287Z] 75cf8ab01255: Pushed [2020-07-22T18:44:30.393Z] a0007dcdb9c0: Pushed [2020-07-22T18:44:30.663Z] b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:2a0b91d1211262db6f6b21a7eff899d1a929af79c7572366ed71acc854bf7ad3 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:30.990Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:31.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.1 [2020-07-22T18:44:31.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-07-22T18:44:31.337Z] 38ad2990579b: Preparing [2020-07-22T18:44:31.337Z] c9b5f3e30935: Preparing [2020-07-22T18:44:31.337Z] a0007dcdb9c0: Preparing [2020-07-22T18:44:31.337Z] 56dc3f504ee4: Preparing [2020-07-22T18:44:31.337Z] ac3188d30b15: Preparing [2020-07-22T18:44:31.337Z] 75cf8ab01255: Preparing [2020-07-22T18:44:31.337Z] b025efe2cad2: Preparing [2020-07-22T18:44:31.337Z] dcafda8adff7: Preparing [2020-07-22T18:44:31.337Z] 48d9eb58abf3: Preparing [2020-07-22T18:44:31.337Z] e5de615b7841: Preparing [2020-07-22T18:44:31.337Z] b0d752909cf9: Preparing [2020-07-22T18:44:31.337Z] 94fdc660876c: Preparing [2020-07-22T18:44:31.337Z] 4e7279dfc0c0: Preparing [2020-07-22T18:44:31.337Z] e2f13739ad41: Preparing [2020-07-22T18:44:31.337Z] e5de615b7841: Waiting [2020-07-22T18:44:31.337Z] b0d752909cf9: Waiting [2020-07-22T18:44:31.337Z] 94fdc660876c: Waiting [2020-07-22T18:44:31.337Z] 75cf8ab01255: Waiting [2020-07-22T18:44:31.337Z] b025efe2cad2: Waiting [2020-07-22T18:44:31.337Z] dcafda8adff7: Waiting [2020-07-22T18:44:31.337Z] 48d9eb58abf3: Waiting [2020-07-22T18:44:31.337Z] e2f13739ad41: Waiting [2020-07-22T18:44:31.337Z] 4e7279dfc0c0: Waiting [2020-07-22T18:44:31.616Z] c9b5f3e30935: Layer already exists [2020-07-22T18:44:31.616Z] a0007dcdb9c0: Layer already exists [2020-07-22T18:44:31.616Z] 56dc3f504ee4: Layer already exists [2020-07-22T18:44:31.616Z] 38ad2990579b: Layer already exists [2020-07-22T18:44:31.616Z] ac3188d30b15: Layer already exists [2020-07-22T18:44:31.616Z] b025efe2cad2: Layer already exists [2020-07-22T18:44:31.616Z] 75cf8ab01255: Layer already exists [2020-07-22T18:44:31.616Z] dcafda8adff7: Layer already exists [2020-07-22T18:44:31.616Z] 48d9eb58abf3: Layer already exists [2020-07-22T18:44:31.616Z] e5de615b7841: Layer already exists [2020-07-22T18:44:31.616Z] b0d752909cf9: Layer already exists [2020-07-22T18:44:31.616Z] 94fdc660876c: Layer already exists [2020-07-22T18:44:31.616Z] 4e7279dfc0c0: Layer already exists [2020-07-22T18:44:31.616Z] e2f13739ad41: Layer already exists [2020-07-22T18:44:31.616Z] 1.2.2-dev.1: digest: sha256:2a0b91d1211262db6f6b21a7eff899d1a929af79c7572366ed71acc854bf7ad3 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:31.975Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:32.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:44:32.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-07-22T18:44:32.302Z] 38ad2990579b: Preparing [2020-07-22T18:44:32.302Z] c9b5f3e30935: Preparing [2020-07-22T18:44:32.302Z] a0007dcdb9c0: Preparing [2020-07-22T18:44:32.302Z] 56dc3f504ee4: Preparing [2020-07-22T18:44:32.302Z] ac3188d30b15: Preparing [2020-07-22T18:44:32.302Z] 75cf8ab01255: Preparing [2020-07-22T18:44:32.302Z] b025efe2cad2: Preparing [2020-07-22T18:44:32.302Z] dcafda8adff7: Preparing [2020-07-22T18:44:32.302Z] 48d9eb58abf3: Preparing [2020-07-22T18:44:32.302Z] e5de615b7841: Preparing [2020-07-22T18:44:32.302Z] b0d752909cf9: Preparing [2020-07-22T18:44:32.302Z] 94fdc660876c: Preparing [2020-07-22T18:44:32.302Z] 4e7279dfc0c0: Preparing [2020-07-22T18:44:32.302Z] e2f13739ad41: Preparing [2020-07-22T18:44:32.302Z] 75cf8ab01255: Waiting [2020-07-22T18:44:32.302Z] b025efe2cad2: Waiting [2020-07-22T18:44:32.302Z] dcafda8adff7: Waiting [2020-07-22T18:44:32.302Z] 48d9eb58abf3: Waiting [2020-07-22T18:44:32.302Z] e5de615b7841: Waiting [2020-07-22T18:44:32.302Z] b0d752909cf9: Waiting [2020-07-22T18:44:32.302Z] 94fdc660876c: Waiting [2020-07-22T18:44:32.302Z] 4e7279dfc0c0: Waiting [2020-07-22T18:44:32.302Z] e2f13739ad41: Waiting [2020-07-22T18:44:32.573Z] 56dc3f504ee4: Layer already exists [2020-07-22T18:44:32.573Z] c9b5f3e30935: Layer already exists [2020-07-22T18:44:32.573Z] ac3188d30b15: Layer already exists [2020-07-22T18:44:32.573Z] a0007dcdb9c0: Layer already exists [2020-07-22T18:44:32.573Z] 38ad2990579b: Layer already exists [2020-07-22T18:44:32.573Z] b025efe2cad2: Layer already exists [2020-07-22T18:44:32.573Z] dcafda8adff7: Layer already exists [2020-07-22T18:44:32.573Z] 48d9eb58abf3: Layer already exists [2020-07-22T18:44:32.573Z] 75cf8ab01255: Layer already exists [2020-07-22T18:44:32.573Z] e5de615b7841: Layer already exists [2020-07-22T18:44:32.573Z] b0d752909cf9: Layer already exists [2020-07-22T18:44:32.573Z] 4e7279dfc0c0: Layer already exists [2020-07-22T18:44:32.573Z] 94fdc660876c: Layer already exists [2020-07-22T18:44:32.573Z] e2f13739ad41: Layer already exists [2020-07-22T18:44:32.573Z] b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:2a0b91d1211262db6f6b21a7eff899d1a929af79c7572366ed71acc854bf7ad3 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:32.901Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:33.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-07-22T18:44:33.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-07-22T18:44:33.228Z] 38ad2990579b: Preparing [2020-07-22T18:44:33.228Z] c9b5f3e30935: Preparing [2020-07-22T18:44:33.228Z] a0007dcdb9c0: Preparing [2020-07-22T18:44:33.228Z] 56dc3f504ee4: Preparing [2020-07-22T18:44:33.228Z] ac3188d30b15: Preparing [2020-07-22T18:44:33.228Z] 75cf8ab01255: Preparing [2020-07-22T18:44:33.228Z] b025efe2cad2: Preparing [2020-07-22T18:44:33.228Z] dcafda8adff7: Preparing [2020-07-22T18:44:33.228Z] 48d9eb58abf3: Preparing [2020-07-22T18:44:33.228Z] e5de615b7841: Preparing [2020-07-22T18:44:33.228Z] b0d752909cf9: Preparing [2020-07-22T18:44:33.228Z] 94fdc660876c: Preparing [2020-07-22T18:44:33.228Z] 4e7279dfc0c0: Preparing [2020-07-22T18:44:33.228Z] e2f13739ad41: Preparing [2020-07-22T18:44:33.228Z] 75cf8ab01255: Waiting [2020-07-22T18:44:33.228Z] b025efe2cad2: Waiting [2020-07-22T18:44:33.228Z] dcafda8adff7: Waiting [2020-07-22T18:44:33.228Z] e5de615b7841: Waiting [2020-07-22T18:44:33.228Z] b0d752909cf9: Waiting [2020-07-22T18:44:33.228Z] 48d9eb58abf3: Waiting [2020-07-22T18:44:33.228Z] 94fdc660876c: Waiting [2020-07-22T18:44:33.228Z] 4e7279dfc0c0: Waiting [2020-07-22T18:44:33.228Z] e2f13739ad41: Waiting [2020-07-22T18:44:33.228Z] c9b5f3e30935: Layer already exists [2020-07-22T18:44:33.228Z] 38ad2990579b: Layer already exists [2020-07-22T18:44:33.228Z] ac3188d30b15: Layer already exists [2020-07-22T18:44:33.501Z] 56dc3f504ee4: Layer already exists [2020-07-22T18:44:33.501Z] a0007dcdb9c0: Layer already exists [2020-07-22T18:44:33.501Z] b025efe2cad2: Layer already exists [2020-07-22T18:44:33.501Z] 75cf8ab01255: Layer already exists [2020-07-22T18:44:33.501Z] 48d9eb58abf3: Layer already exists [2020-07-22T18:44:33.501Z] dcafda8adff7: Layer already exists [2020-07-22T18:44:33.501Z] e5de615b7841: Layer already exists [2020-07-22T18:44:33.501Z] b0d752909cf9: Layer already exists [2020-07-22T18:44:33.501Z] e2f13739ad41: Layer already exists [2020-07-22T18:44:33.501Z] 94fdc660876c: Layer already exists [2020-07-22T18:44:33.501Z] 4e7279dfc0c0: Layer already exists [2020-07-22T18:44:33.501Z] master: digest: sha256:2a0b91d1211262db6f6b21a7eff899d1a929af79c7572366ed71acc854bf7ad3 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T18:44:33.690Z] ===================================================== [Pipeline] echo [2020-07-22T18:44:33.726Z] taggedImages: [2020-07-22T18:44:33.726Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:44:33.726Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.1 [2020-07-22T18:44:33.726Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [2020-07-22T18:44:33.726Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-22T18:44:34.900Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-22T18:44:34.901Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-22T18:44:34.950Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:35.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T18:44:35.310Z] [2020-07-22T18:44:35.310Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:44:35.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T18:44:35.645Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-22T18:44:35.645Z] cbdbe7a5bc2a: Already exists [2020-07-22T18:44:35.645Z] 408f87550127: Pulling fs layer [2020-07-22T18:44:35.645Z] fe522b08c979: Pulling fs layer [2020-07-22T18:44:35.645Z] 221eaa008020: Pulling fs layer [2020-07-22T18:44:35.645Z] 2a4607e5d6b9: Pulling fs layer [2020-07-22T18:44:35.645Z] 8f79b27c4fd2: Pulling fs layer [2020-07-22T18:44:35.645Z] e5c8dbe1645b: Pulling fs layer [2020-07-22T18:44:35.645Z] 23e8b3b47431: Pulling fs layer [2020-07-22T18:44:35.645Z] 5c568d65a230: Pulling fs layer [2020-07-22T18:44:35.645Z] 2a4607e5d6b9: Waiting [2020-07-22T18:44:35.645Z] 23e8b3b47431: Waiting [2020-07-22T18:44:35.645Z] e5c8dbe1645b: Waiting [2020-07-22T18:44:35.645Z] 5c568d65a230: Waiting [2020-07-22T18:44:35.645Z] fe522b08c979: Download complete [2020-07-22T18:44:35.645Z] 408f87550127: Download complete [2020-07-22T18:44:35.645Z] 2a4607e5d6b9: Verifying Checksum [2020-07-22T18:44:35.645Z] 2a4607e5d6b9: Download complete [2020-07-22T18:44:35.645Z] 8f79b27c4fd2: Verifying Checksum [2020-07-22T18:44:35.646Z] 8f79b27c4fd2: Download complete [2020-07-22T18:44:35.926Z] 408f87550127: Pull complete [2020-07-22T18:44:35.926Z] e5c8dbe1645b: Verifying Checksum [2020-07-22T18:44:35.926Z] e5c8dbe1645b: Download complete [2020-07-22T18:44:36.197Z] fe522b08c979: Pull complete [2020-07-22T18:44:36.470Z] 23e8b3b47431: Verifying Checksum [2020-07-22T18:44:36.470Z] 23e8b3b47431: Download complete [2020-07-22T18:44:36.733Z] 5c568d65a230: Verifying Checksum [2020-07-22T18:44:36.733Z] 5c568d65a230: Download complete [2020-07-22T18:44:37.310Z] 221eaa008020: Verifying Checksum [2020-07-22T18:44:37.310Z] 221eaa008020: Download complete [2020-07-22T18:44:43.915Z] 221eaa008020: Pull complete [2020-07-22T18:44:43.915Z] 2a4607e5d6b9: Pull complete [2020-07-22T18:44:43.915Z] 8f79b27c4fd2: Pull complete [2020-07-22T18:44:46.462Z] e5c8dbe1645b: Pull complete [2020-07-22T18:44:50.670Z] 23e8b3b47431: Pull complete [2020-07-22T18:44:51.613Z] 5c568d65a230: Pull complete [2020-07-22T18:44:51.613Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-22T18:44:51.873Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T18:44:51.873Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-22T18:44:52.042Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:44:52.098Z] $ 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/111:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:44:53.128Z] $ docker top f1ee2b5df94020ad651ab9f5ad8eb7abc127104334288ee46419ddc5c541e94c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T18:44:53.658Z] + snyk monitor '--org=edgex-jenkins' [2020-07-22T18:45:03.674Z] [2020-07-22T18:45:03.674Z] Monitoring /w/workspace/edgex-go/111 (github.com/edgexfoundry/edgex-go)... [2020-07-22T18:45:03.674Z] [2020-07-22T18:45:03.674Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/31e3b359-d128-4def-bb4a-f72f344b54ae [2020-07-22T18:45:03.674Z] [2020-07-22T18:45:03.674Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-22T18:45:03.674Z] [2020-07-22T18:45:03.674Z] [Pipeline] } [2020-07-22T18:45:03.683Z] $ docker stop --time=1 f1ee2b5df94020ad651ab9f5ad8eb7abc127104334288ee46419ddc5c541e94c [2020-07-22T18:45:06.618Z] $ docker rm -f f1ee2b5df94020ad651ab9f5ad8eb7abc127104334288ee46419ddc5c541e94c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:45:07.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:45:07.840Z] [2020-07-22T18:45:07.840Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:45:08.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:45:08.172Z] latest: Pulling from edgex-devops/edgex-klar [2020-07-22T18:45:08.172Z] e7c96db7181b: Pulling fs layer [2020-07-22T18:45:08.172Z] 1868ca2cb446: Pulling fs layer [2020-07-22T18:45:08.173Z] 136be5d0fe8e: Pulling fs layer [2020-07-22T18:45:08.173Z] 894bfe63afcb: Pulling fs layer [2020-07-22T18:45:08.173Z] 894bfe63afcb: Waiting [2020-07-22T18:45:08.173Z] 1868ca2cb446: Verifying Checksum [2020-07-22T18:45:08.173Z] 1868ca2cb446: Download complete [2020-07-22T18:45:08.173Z] e7c96db7181b: Verifying Checksum [2020-07-22T18:45:08.173Z] e7c96db7181b: Download complete [2020-07-22T18:45:08.173Z] 894bfe63afcb: Download complete [2020-07-22T18:45:08.433Z] e7c96db7181b: Pull complete [2020-07-22T18:45:08.693Z] 1868ca2cb446: Pull complete [2020-07-22T18:45:08.956Z] 136be5d0fe8e: Pull complete [2020-07-22T18:45:08.956Z] 894bfe63afcb: Pull complete [2020-07-22T18:45:09.216Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-07-22T18:45:09.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:45:09.216Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-07-22T18:45:09.313Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:45:09.372Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:45:10.851Z] $ docker top 1a5c116b3494719487ccddd2476c58805ba76ad6c7f509edfaa69c0428dc0d14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:45:11.498Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:45:11.498Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:45:14.453Z] $ docker stop --time=1 1a5c116b3494719487ccddd2476c58805ba76ad6c7f509edfaa69c0428dc0d14 [2020-07-22T18:45:15.831Z] $ docker rm -f 1a5c116b3494719487ccddd2476c58805ba76ad6c7f509edfaa69c0428dc0d14 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:45:16.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:45:16.291Z] . [Pipeline] withDockerContainer [2020-07-22T18:45:16.422Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:45:16.465Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:45:17.199Z] $ docker top 0bb369adda1627b1855c6b112b8eb79cc5a38f2a17cd4c1145f8f3254f27761c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:45:17.707Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:45:17.707Z] [2020-07-22T18:45:17.707Z] clair timeout 1m0s [2020-07-22T18:45:17.707Z] docker timeout: 1m0s [2020-07-22T18:45:17.707Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:45:18.361Z] $ docker stop --time=1 0bb369adda1627b1855c6b112b8eb79cc5a38f2a17cd4c1145f8f3254f27761c [2020-07-22T18:45:20.137Z] $ docker rm -f 0bb369adda1627b1855c6b112b8eb79cc5a38f2a17cd4c1145f8f3254f27761c [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:45:20.621Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:45:20.633Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-core-command-go_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:45:20.708Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:45:21.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:45:21.150Z] . [Pipeline] withDockerContainer [2020-07-22T18:45:21.244Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:45:21.282Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:45:21.874Z] $ docker top b29eac0cdae26ffc987bb7a33c1ada2db23f7ffdd7f3c26d9b206a1a42b0f08e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:45:22.365Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:45:22.365Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:45:27.777Z] $ docker stop --time=1 b29eac0cdae26ffc987bb7a33c1ada2db23f7ffdd7f3c26d9b206a1a42b0f08e [2020-07-22T18:45:29.188Z] $ docker rm -f b29eac0cdae26ffc987bb7a33c1ada2db23f7ffdd7f3c26d9b206a1a42b0f08e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:45:29.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:45:29.651Z] . [Pipeline] withDockerContainer [2020-07-22T18:45:29.752Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:45:29.847Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:45:30.441Z] $ docker top ebcbe62eda973175b4ada2bef1d75618f06a4b293f4a8065eb397d6ae8ad77f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:45:31.062Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:45:31.062Z] + tee [2020-07-22T18:45:31.062Z] clair timeout 1m0s [2020-07-22T18:45:31.062Z] docker timeout: 1m0s [2020-07-22T18:45:31.062Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:45:32.107Z] $ docker stop --time=1 ebcbe62eda973175b4ada2bef1d75618f06a4b293f4a8065eb397d6ae8ad77f2 [2020-07-22T18:45:33.443Z] $ docker rm -f ebcbe62eda973175b4ada2bef1d75618f06a4b293f4a8065eb397d6ae8ad77f2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:45:33.912Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:45:33.924Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-core-data-go_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:45:33.978Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:45:34.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:45:34.304Z] . [Pipeline] withDockerContainer [2020-07-22T18:45:34.399Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:45:34.436Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:45:35.102Z] $ docker top 74d645db08c886f7d24eec6af8c308f0f13bf7edaf3de94055e8f438777fabd6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:45:35.625Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:45:35.625Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:45:38.304Z] $ docker stop --time=1 74d645db08c886f7d24eec6af8c308f0f13bf7edaf3de94055e8f438777fabd6 [2020-07-22T18:45:39.661Z] $ docker rm -f 74d645db08c886f7d24eec6af8c308f0f13bf7edaf3de94055e8f438777fabd6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:45:40.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:45:40.121Z] . [Pipeline] withDockerContainer [2020-07-22T18:45:40.217Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:45:40.252Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:45:40.931Z] $ docker top c7dd7b8e3d4927f5530fe318d0c329de0784ec93c5757995b4a699cf6969dd8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:45:41.445Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:45:41.445Z] + tee [2020-07-22T18:45:41.445Z] clair timeout 1m0s [2020-07-22T18:45:41.445Z] docker timeout: 1m0s [2020-07-22T18:45:41.445Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:45:42.094Z] $ docker stop --time=1 c7dd7b8e3d4927f5530fe318d0c329de0784ec93c5757995b4a699cf6969dd8e [2020-07-22T18:45:43.524Z] $ docker rm -f c7dd7b8e3d4927f5530fe318d0c329de0784ec93c5757995b4a699cf6969dd8e [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:45:44.020Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:45:44.031Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-core-metadata-go_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:45:44.081Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:45:44.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:45:44.406Z] . [Pipeline] withDockerContainer [2020-07-22T18:45:44.500Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:45:44.613Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:45:45.239Z] $ docker top a32ff535be029d405b1f52f0fb1680f224bbd2ac4bef3651e002a7b583534b3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:45:45.730Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:45:45.730Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:45:50.089Z] $ docker stop --time=1 a32ff535be029d405b1f52f0fb1680f224bbd2ac4bef3651e002a7b583534b3b [2020-07-22T18:45:51.441Z] $ docker rm -f a32ff535be029d405b1f52f0fb1680f224bbd2ac4bef3651e002a7b583534b3b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:45:51.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:45:51.883Z] . [Pipeline] withDockerContainer [2020-07-22T18:45:51.986Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:45:52.020Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:45:52.661Z] $ docker top e88bd169dfc2e28cd2e896447629763782bc6f5d2000e6ee0cebd9627e6dde13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:45:53.219Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:45:53.219Z] + tee [2020-07-22T18:45:53.219Z] clair timeout 1m0s [2020-07-22T18:45:53.219Z] docker timeout: 1m0s [2020-07-22T18:45:53.219Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:45:54.245Z] $ docker stop --time=1 e88bd169dfc2e28cd2e896447629763782bc6f5d2000e6ee0cebd9627e6dde13 [2020-07-22T18:45:55.586Z] $ docker rm -f e88bd169dfc2e28cd2e896447629763782bc6f5d2000e6ee0cebd9627e6dde13 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:45:56.054Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:45:56.068Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-security-proxy-setup-go_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:45:56.114Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:45:56.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:45:56.443Z] . [Pipeline] withDockerContainer [2020-07-22T18:45:56.541Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:45:56.581Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:45:57.200Z] $ docker top 6c0307ce490d1a2b52efa51cdab4c26aa7290fdf1808395e5655b8f195599d4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:45:57.689Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:45:57.689Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:46:10.065Z] $ docker stop --time=1 6c0307ce490d1a2b52efa51cdab4c26aa7290fdf1808395e5655b8f195599d4f [2020-07-22T18:46:11.502Z] $ docker rm -f 6c0307ce490d1a2b52efa51cdab4c26aa7290fdf1808395e5655b8f195599d4f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:46:11.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:46:11.981Z] . [Pipeline] withDockerContainer [2020-07-22T18:46:12.078Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:46:12.111Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:46:12.827Z] $ docker top a884114c5c808c0e1e35235cf9ed97babbc981a443d68878f22e7e9283755e76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:46:13.346Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:46:13.346Z] + tee [2020-07-22T18:46:13.346Z] clair timeout 1m0s [2020-07-22T18:46:13.346Z] docker timeout: 1m0s [2020-07-22T18:46:13.346Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:46:15.014Z] $ docker stop --time=1 a884114c5c808c0e1e35235cf9ed97babbc981a443d68878f22e7e9283755e76 [2020-07-22T18:46:16.354Z] $ docker rm -f a884114c5c808c0e1e35235cf9ed97babbc981a443d68878f22e7e9283755e76 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:46:16.818Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:46:16.830Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-security-secrets-setup-go_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:46:16.878Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:46:17.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:46:17.221Z] . [Pipeline] withDockerContainer [2020-07-22T18:46:17.322Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:46:17.355Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:46:17.957Z] $ docker top af878b352e2850a86a4a36f0649bf9b54dfea15cdde1c4f35383581b6edd0080 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:46:18.589Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:46:18.589Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:46:28.726Z] $ docker stop --time=1 af878b352e2850a86a4a36f0649bf9b54dfea15cdde1c4f35383581b6edd0080 [2020-07-22T18:46:30.070Z] $ docker rm -f af878b352e2850a86a4a36f0649bf9b54dfea15cdde1c4f35383581b6edd0080 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:46:30.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:46:30.566Z] . [Pipeline] withDockerContainer [2020-07-22T18:46:30.662Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:46:30.696Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:46:31.385Z] $ docker top 6705749eab62dcc644d070eaef1293d930e390604e39c718f6d1777e9cb098b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:46:31.923Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:46:31.923Z] + tee [2020-07-22T18:46:31.923Z] clair timeout 1m0s [2020-07-22T18:46:31.923Z] docker timeout: 1m0s [2020-07-22T18:46:31.923Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:46:33.389Z] $ docker stop --time=1 6705749eab62dcc644d070eaef1293d930e390604e39c718f6d1777e9cb098b8 [2020-07-22T18:46:34.763Z] $ docker rm -f 6705749eab62dcc644d070eaef1293d930e390604e39c718f6d1777e9cb098b8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:46:35.231Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:46:35.242Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-security-secretstore-setup-go_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:46:35.289Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:46:35.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:46:35.619Z] . [Pipeline] withDockerContainer [2020-07-22T18:46:35.718Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:46:35.756Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:46:36.455Z] $ docker top 79fb24d1aaaaab20f69ff6b1cce81828ca58ee5a5a917929b73041bfef911942 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:46:36.978Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:46:36.978Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:46:40.847Z] $ docker stop --time=1 79fb24d1aaaaab20f69ff6b1cce81828ca58ee5a5a917929b73041bfef911942 [2020-07-22T18:46:42.223Z] $ docker rm -f 79fb24d1aaaaab20f69ff6b1cce81828ca58ee5a5a917929b73041bfef911942 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:46:42.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:46:42.699Z] . [Pipeline] withDockerContainer [2020-07-22T18:46:42.801Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:46:42.843Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:46:43.409Z] $ docker top 7da8efc9c2153587aed9466d252de56f2c11807f8349062132e316f757612990 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:46:43.913Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:46:43.913Z] + tee [2020-07-22T18:46:43.913Z] clair timeout 1m0s [2020-07-22T18:46:43.913Z] docker timeout: 1m0s [2020-07-22T18:46:43.913Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:46:44.584Z] $ docker stop --time=1 7da8efc9c2153587aed9466d252de56f2c11807f8349062132e316f757612990 [2020-07-22T18:46:45.934Z] $ docker rm -f 7da8efc9c2153587aed9466d252de56f2c11807f8349062132e316f757612990 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:46:46.666Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:46:46.676Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-support-logging-go_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:46:46.721Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:46:47.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:46:47.049Z] . [Pipeline] withDockerContainer [2020-07-22T18:46:47.173Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:46:47.270Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:46:47.842Z] $ docker top d929f7a208b328ff1b88c0161768e8a6e10c8a212fb23b4f86bcf7b7ba0cc516 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:46:48.331Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:46:48.331Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:46:53.806Z] $ docker stop --time=1 d929f7a208b328ff1b88c0161768e8a6e10c8a212fb23b4f86bcf7b7ba0cc516 [2020-07-22T18:46:55.201Z] $ docker rm -f d929f7a208b328ff1b88c0161768e8a6e10c8a212fb23b4f86bcf7b7ba0cc516 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:46:55.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:46:55.660Z] . [Pipeline] withDockerContainer [2020-07-22T18:46:55.755Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:46:55.789Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:46:56.508Z] $ docker top 06d1374fb8423e56e10cd46aa2dadb7cc82b43647da9d4e84e1d2b36c080a5e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:46:57.069Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:46:57.069Z] + tee [2020-07-22T18:46:57.069Z] clair timeout 1m0s [2020-07-22T18:46:57.069Z] docker timeout: 1m0s [2020-07-22T18:46:57.069Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:46:58.092Z] $ docker stop --time=1 06d1374fb8423e56e10cd46aa2dadb7cc82b43647da9d4e84e1d2b36c080a5e3 [2020-07-22T18:46:59.451Z] $ docker rm -f 06d1374fb8423e56e10cd46aa2dadb7cc82b43647da9d4e84e1d2b36c080a5e3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:46:59.934Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:46:59.946Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-support-notifications-go_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:46:59.990Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:47:00.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:47:00.318Z] . [Pipeline] withDockerContainer [2020-07-22T18:47:00.415Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:47:00.452Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:47:01.149Z] $ docker top 6ca0daa999708bc0247c1fdbc5edb39bc48c06d45ffaa22dc18047d188300a8f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:47:01.692Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:47:01.692Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:47:04.394Z] $ docker stop --time=1 6ca0daa999708bc0247c1fdbc5edb39bc48c06d45ffaa22dc18047d188300a8f [2020-07-22T18:47:05.743Z] $ docker rm -f 6ca0daa999708bc0247c1fdbc5edb39bc48c06d45ffaa22dc18047d188300a8f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:47:06.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:47:06.203Z] . [Pipeline] withDockerContainer [2020-07-22T18:47:06.299Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:47:06.338Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:47:06.929Z] $ docker top f58141f9f5a9b368dd66b5db1ebeb94bc5c389cfc4da43c15b01f1231d329bac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:47:07.427Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:47:07.427Z] + tee [2020-07-22T18:47:07.427Z] clair timeout 1m0s [2020-07-22T18:47:07.427Z] docker timeout: 1m0s [2020-07-22T18:47:07.427Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:47:08.080Z] $ docker stop --time=1 f58141f9f5a9b368dd66b5db1ebeb94bc5c389cfc4da43c15b01f1231d329bac [2020-07-22T18:47:09.437Z] $ docker rm -f f58141f9f5a9b368dd66b5db1ebeb94bc5c389cfc4da43c15b01f1231d329bac [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:47:09.913Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:47:09.924Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-support-scheduler-go_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:47:09.968Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:47:10.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:47:10.316Z] . [Pipeline] withDockerContainer [2020-07-22T18:47:10.423Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:47:10.470Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:47:11.162Z] $ docker top 00e43105845be17ebbf578669a1c5b3e9be6bff4606083fadccabe3c1cf1f678 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:47:11.732Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:47:11.732Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:47:26.762Z] $ docker stop --time=1 00e43105845be17ebbf578669a1c5b3e9be6bff4606083fadccabe3c1cf1f678 [2020-07-22T18:47:28.125Z] $ docker rm -f 00e43105845be17ebbf578669a1c5b3e9be6bff4606083fadccabe3c1cf1f678 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:47:28.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:47:28.584Z] . [Pipeline] withDockerContainer [2020-07-22T18:47:28.679Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:47:28.717Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:47:29.430Z] $ docker top 88e81a9f3e1f00894a0015ffe03a762c6cc4e40f5b4b08a9bd02cac731f6d732 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:47:29.957Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:47:29.958Z] + tee [2020-07-22T18:47:29.958Z] clair timeout 1m0s [2020-07-22T18:47:29.958Z] docker timeout: 1m0s [2020-07-22T18:47:29.958Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:47:31.961Z] $ docker stop --time=1 88e81a9f3e1f00894a0015ffe03a762c6cc4e40f5b4b08a9bd02cac731f6d732 [2020-07-22T18:47:33.329Z] $ docker rm -f 88e81a9f3e1f00894a0015ffe03a762c6cc4e40f5b4b08a9bd02cac731f6d732 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:47:33.778Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:47:33.790Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-sys-mgmt-agent-go_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:47:33.829Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:47:34.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:47:34.156Z] . [Pipeline] withDockerContainer [2020-07-22T18:47:34.252Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:47:34.292Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:47:34.924Z] $ docker top ae5c83665e1162a711f5f856e4d5f87fef50fe0db98e62748675a9d2cb2a8beb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:47:35.406Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:47:35.406Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:47:38.064Z] $ docker stop --time=1 ae5c83665e1162a711f5f856e4d5f87fef50fe0db98e62748675a9d2cb2a8beb [2020-07-22T18:47:39.403Z] $ docker rm -f ae5c83665e1162a711f5f856e4d5f87fef50fe0db98e62748675a9d2cb2a8beb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:47:39.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:47:39.850Z] . [Pipeline] withDockerContainer [2020-07-22T18:47:39.947Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:47:40.032Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:47:40.676Z] $ docker top a4da8136c5ccc5c665595e7645aaf84c8e07f1f58245ee9901af75b17cfe9559 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:47:41.171Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:47:41.171Z] + tee [2020-07-22T18:47:41.171Z] clair timeout 1m0s [2020-07-22T18:47:41.171Z] docker timeout: 1m0s [2020-07-22T18:47:41.171Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:47:41.836Z] $ docker stop --time=1 a4da8136c5ccc5c665595e7645aaf84c8e07f1f58245ee9901af75b17cfe9559 [2020-07-22T18:47:43.191Z] $ docker rm -f a4da8136c5ccc5c665595e7645aaf84c8e07f1f58245ee9901af75b17cfe9559 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:47:43.651Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:47:43.662Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-core-command-go-arm64_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:47:43.703Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:47:44.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:47:44.034Z] . [Pipeline] withDockerContainer [2020-07-22T18:47:44.129Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:47:44.165Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:47:44.801Z] $ docker top 3bbd0cfc090a808b359afef77ffb7dbc7c34caad91e13c9d3722a8ebed47805f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:47:45.308Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:47:45.308Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:47:50.810Z] $ docker stop --time=1 3bbd0cfc090a808b359afef77ffb7dbc7c34caad91e13c9d3722a8ebed47805f [2020-07-22T18:47:52.208Z] $ docker rm -f 3bbd0cfc090a808b359afef77ffb7dbc7c34caad91e13c9d3722a8ebed47805f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:47:52.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:47:52.704Z] . [Pipeline] withDockerContainer [2020-07-22T18:47:52.801Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:47:52.840Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:47:53.481Z] $ docker top 101acd79ecf4762d875deebf0d9578d9e15ddd339cea0eb06c5f6d4b0d0ef288 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:47:54.014Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:47:54.015Z] + tee [2020-07-22T18:47:54.015Z] clair timeout 1m0s [2020-07-22T18:47:54.015Z] docker timeout: 1m0s [2020-07-22T18:47:54.015Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:47:55.034Z] $ docker stop --time=1 101acd79ecf4762d875deebf0d9578d9e15ddd339cea0eb06c5f6d4b0d0ef288 [2020-07-22T18:47:56.405Z] $ docker rm -f 101acd79ecf4762d875deebf0d9578d9e15ddd339cea0eb06c5f6d4b0d0ef288 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:47:56.880Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:47:56.891Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-core-data-go-arm64_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:47:56.933Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:47:57.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:47:57.302Z] . [Pipeline] withDockerContainer [2020-07-22T18:47:57.397Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:47:57.436Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:47:58.018Z] $ docker top e43910c470b0bddf8eb33aee172e5e7bee1c41886afdf51aa928d70ad9b8afbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:47:58.588Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:47:58.588Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:48:01.242Z] $ docker stop --time=1 e43910c470b0bddf8eb33aee172e5e7bee1c41886afdf51aa928d70ad9b8afbf [2020-07-22T18:48:02.627Z] $ docker rm -f e43910c470b0bddf8eb33aee172e5e7bee1c41886afdf51aa928d70ad9b8afbf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:48:03.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:48:03.111Z] . [Pipeline] withDockerContainer [2020-07-22T18:48:03.201Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:48:03.236Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:48:03.938Z] $ docker top 6ea31953c659004b09969fd1f17441bc690f4b71152502d1fc20a9f7eec8e956 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:48:04.450Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:48:04.450Z] + tee [2020-07-22T18:48:04.450Z] clair timeout 1m0s [2020-07-22T18:48:04.450Z] docker timeout: 1m0s [2020-07-22T18:48:04.450Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:48:05.119Z] $ docker stop --time=1 6ea31953c659004b09969fd1f17441bc690f4b71152502d1fc20a9f7eec8e956 [2020-07-22T18:48:06.484Z] $ docker rm -f 6ea31953c659004b09969fd1f17441bc690f4b71152502d1fc20a9f7eec8e956 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:48:07.848Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:48:07.859Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-core-metadata-go-arm64_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:48:07.914Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:48:08.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:48:08.237Z] . [Pipeline] withDockerContainer [2020-07-22T18:48:08.331Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:48:08.369Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:48:09.002Z] $ docker top ed68c7ceac6e2f3a69309f3dfbb7f70f1cf5ee22fc207b7407970738794a1b5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:48:09.494Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:48:09.494Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:48:13.822Z] $ docker stop --time=1 ed68c7ceac6e2f3a69309f3dfbb7f70f1cf5ee22fc207b7407970738794a1b5e [2020-07-22T18:48:15.179Z] $ docker rm -f ed68c7ceac6e2f3a69309f3dfbb7f70f1cf5ee22fc207b7407970738794a1b5e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:48:15.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:48:15.631Z] . [Pipeline] withDockerContainer [2020-07-22T18:48:15.726Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:48:15.763Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:48:16.342Z] $ docker top 76dafd635348be1eacf9011cd7831f1a6fd734911455afd91e7c2f2e778c939a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:48:16.844Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:48:16.844Z] + tee [2020-07-22T18:48:16.844Z] clair timeout 1m0s [2020-07-22T18:48:16.844Z] docker timeout: 1m0s [2020-07-22T18:48:16.844Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:48:17.870Z] $ docker stop --time=1 76dafd635348be1eacf9011cd7831f1a6fd734911455afd91e7c2f2e778c939a [2020-07-22T18:48:19.209Z] $ docker rm -f 76dafd635348be1eacf9011cd7831f1a6fd734911455afd91e7c2f2e778c939a [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:48:19.659Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:48:19.673Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:48:19.720Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:48:20.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:48:20.051Z] . [Pipeline] withDockerContainer [2020-07-22T18:48:20.146Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:48:20.183Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:48:20.996Z] $ docker top acb20da745665ee77783da491196e27effbabe8c9861f0f37bacbc4050f2b187 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:48:21.551Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:48:21.551Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:48:29.820Z] $ docker stop --time=1 acb20da745665ee77783da491196e27effbabe8c9861f0f37bacbc4050f2b187 [2020-07-22T18:48:31.154Z] $ docker rm -f acb20da745665ee77783da491196e27effbabe8c9861f0f37bacbc4050f2b187 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:48:31.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:48:31.630Z] . [Pipeline] withDockerContainer [2020-07-22T18:48:31.722Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:48:31.754Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:48:32.468Z] $ docker top d6b9752636830835d89522446c153a503b4ff614963cf1a78ef1ecddf5d98d78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:48:33.043Z] + + tee/klar [2020-07-22T18:48:33.043Z] nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:48:33.043Z] clair timeout 1m0s [2020-07-22T18:48:33.043Z] docker timeout: 1m0s [2020-07-22T18:48:33.043Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:48:34.508Z] $ docker stop --time=1 d6b9752636830835d89522446c153a503b4ff614963cf1a78ef1ecddf5d98d78 [2020-07-22T18:48:35.900Z] $ docker rm -f d6b9752636830835d89522446c153a503b4ff614963cf1a78ef1ecddf5d98d78 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:48:36.356Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:48:36.368Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:48:36.411Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:48:36.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:48:36.734Z] . [Pipeline] withDockerContainer [2020-07-22T18:48:36.834Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:48:36.873Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:48:37.465Z] $ docker top f3b9dfb40476a6b62e7d73e52a6e920f11bcdb638ff29af12800990e1d3acf8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:48:37.951Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:48:37.952Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:48:48.103Z] $ docker stop --time=1 f3b9dfb40476a6b62e7d73e52a6e920f11bcdb638ff29af12800990e1d3acf8e [2020-07-22T18:48:49.460Z] $ docker rm -f f3b9dfb40476a6b62e7d73e52a6e920f11bcdb638ff29af12800990e1d3acf8e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:48:49.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:48:49.934Z] . [Pipeline] withDockerContainer [2020-07-22T18:48:50.032Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:48:50.066Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:48:50.987Z] $ docker top 6988b0f0f5f2c2a8a45f6827c9f80014a3c193e1713d933979e964269a56b891 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:48:51.542Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:48:51.542Z] + tee [2020-07-22T18:48:51.542Z] clair timeout 1m0s [2020-07-22T18:48:51.542Z] docker timeout: 1m0s [2020-07-22T18:48:51.542Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:48:53.003Z] $ docker stop --time=1 6988b0f0f5f2c2a8a45f6827c9f80014a3c193e1713d933979e964269a56b891 [2020-07-22T18:48:54.380Z] $ docker rm -f 6988b0f0f5f2c2a8a45f6827c9f80014a3c193e1713d933979e964269a56b891 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:48:54.877Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:48:54.897Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:48:54.973Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:48:55.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:48:55.296Z] . [Pipeline] withDockerContainer [2020-07-22T18:48:55.389Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:48:55.420Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:48:56.139Z] $ docker top ae39b922c8df36e14ffed7c5a9cfd4505b01b5817cc93ec43bdf205278508816 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:48:56.646Z] + tee [2020-07-22T18:48:56.646Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:49:00.064Z] $ docker stop --time=1 ae39b922c8df36e14ffed7c5a9cfd4505b01b5817cc93ec43bdf205278508816 [2020-07-22T18:49:01.449Z] $ docker rm -f ae39b922c8df36e14ffed7c5a9cfd4505b01b5817cc93ec43bdf205278508816 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:49:01.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:49:01.947Z] . [Pipeline] withDockerContainer [2020-07-22T18:49:02.052Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:49:02.126Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:49:02.827Z] $ docker top 12994d62b29dbf6eecb73c254a4ae1ddd96729a66c884b93c5f5b2dc85eb842d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:49:03.353Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:49:03.353Z] + tee [2020-07-22T18:49:03.353Z] clair timeout 1m0s [2020-07-22T18:49:03.353Z] docker timeout: 1m0s [2020-07-22T18:49:03.353Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:49:04.003Z] $ docker stop --time=1 12994d62b29dbf6eecb73c254a4ae1ddd96729a66c884b93c5f5b2dc85eb842d [2020-07-22T18:49:05.335Z] $ docker rm -f 12994d62b29dbf6eecb73c254a4ae1ddd96729a66c884b93c5f5b2dc85eb842d [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:49:05.780Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:49:05.791Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-support-logging-go-arm64_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:49:05.835Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:49:06.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:49:06.155Z] . [Pipeline] withDockerContainer [2020-07-22T18:49:06.248Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:49:06.287Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:49:06.870Z] $ docker top e2274b5b3d62a15c84a3444ac4bbf079ef03cc604f0cd1c66c0ef935f0d54684 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:49:07.358Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:49:07.358Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:49:12.964Z] $ docker stop --time=1 e2274b5b3d62a15c84a3444ac4bbf079ef03cc604f0cd1c66c0ef935f0d54684 [2020-07-22T18:49:14.348Z] $ docker rm -f e2274b5b3d62a15c84a3444ac4bbf079ef03cc604f0cd1c66c0ef935f0d54684 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:49:14.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:49:14.821Z] . [Pipeline] withDockerContainer [2020-07-22T18:49:14.933Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:49:14.967Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:49:15.637Z] $ docker top 3606da067060b05df1c2befe2d66e834e440b4fdf70410825338525d3235e1c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:49:16.137Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:49:16.137Z] + tee [2020-07-22T18:49:16.137Z] clair timeout 1m0s [2020-07-22T18:49:16.137Z] docker timeout: 1m0s [2020-07-22T18:49:16.137Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:49:17.187Z] $ docker stop --time=1 3606da067060b05df1c2befe2d66e834e440b4fdf70410825338525d3235e1c0 [2020-07-22T18:49:18.542Z] $ docker rm -f 3606da067060b05df1c2befe2d66e834e440b4fdf70410825338525d3235e1c0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:49:19.000Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:49:19.012Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-support-notifications-go-arm64_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:49:19.060Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:49:19.387Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:49:19.387Z] . [Pipeline] withDockerContainer [2020-07-22T18:49:19.482Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:49:19.515Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:49:20.179Z] $ docker top 2e6574317c426bb02a30330eb51baabfd1959686f2b0e10cb05c1bca17df4386 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:49:20.699Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:49:20.699Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:49:23.390Z] $ docker stop --time=1 2e6574317c426bb02a30330eb51baabfd1959686f2b0e10cb05c1bca17df4386 [2020-07-22T18:49:24.751Z] $ docker rm -f 2e6574317c426bb02a30330eb51baabfd1959686f2b0e10cb05c1bca17df4386 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:49:25.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:49:25.210Z] . [Pipeline] withDockerContainer [2020-07-22T18:49:25.305Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:49:25.341Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:49:25.947Z] $ docker top 74b3eaa7caa5321bfd0c49f017207795e2a0fff683794fb1d0baf56a204061ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:49:26.442Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:49:26.442Z] + tee [2020-07-22T18:49:26.442Z] clair timeout 1m0s [2020-07-22T18:49:26.442Z] docker timeout: 1m0s [2020-07-22T18:49:26.442Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:49:27.153Z] $ docker stop --time=1 74b3eaa7caa5321bfd0c49f017207795e2a0fff683794fb1d0baf56a204061ed [2020-07-22T18:49:28.493Z] $ docker rm -f 74b3eaa7caa5321bfd0c49f017207795e2a0fff683794fb1d0baf56a204061ed [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:49:28.958Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:49:28.969Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-support-scheduler-go-arm64_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:49:29.014Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:49:29.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:49:29.342Z] . [Pipeline] withDockerContainer [2020-07-22T18:49:29.433Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:49:29.469Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:49:30.137Z] $ docker top 9c9a6f3153c87ce23492acf0528286ddd8898a7098431cac96ea0d39df502a6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:49:30.774Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:49:30.774Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:49:45.843Z] $ docker stop --time=1 9c9a6f3153c87ce23492acf0528286ddd8898a7098431cac96ea0d39df502a6d [2020-07-22T18:49:47.225Z] $ docker rm -f 9c9a6f3153c87ce23492acf0528286ddd8898a7098431cac96ea0d39df502a6d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:49:47.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T18:49:47.725Z] . [Pipeline] withDockerContainer [2020-07-22T18:49:47.825Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:49:47.861Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:49:48.570Z] $ docker top c8001e3c0a82e906078cce68c719f79466f46ba8251c33d0e02aa85d824814a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T18:49:49.114Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b15589ad757bd96941d0737b641a3301667c5cfd [2020-07-22T18:49:49.114Z] + tee [2020-07-22T18:49:49.114Z] clair timeout 1m0s [2020-07-22T18:49:49.114Z] docker timeout: 1m0s [2020-07-22T18:49:49.114Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T18:49:50.596Z] $ docker stop --time=1 c8001e3c0a82e906078cce68c719f79466f46ba8251c33d0e02aa85d824814a2 [2020-07-22T18:49:51.972Z] $ docker rm -f c8001e3c0a82e906078cce68c719f79466f46ba8251c33d0e02aa85d824814a2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T18:49:52.484Z] + mkdir -p /w/workspace/edgex-go/111/clair-reports [Pipeline] echo [2020-07-22T18:49:52.496Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/111/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_b15589ad757bd96941d0737b641a3301667c5cfd.html [Pipeline] writeFile [Pipeline] step [2020-07-22T18:49:52.545Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-07-22T18:49:52.839Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T18:49:52.886Z] provisioning config files... [2020-07-22T18:49:52.902Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/111@tmp/config1975967499982907018tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-22T18:49:53.250Z] --> edgex-publish-swagger.sh [2020-07-22T18:49:53.250Z] === Publish api/openapi/v1 API === [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing the API Docs [api/openapi/v1] to Swagger [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [core-command] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [core-data] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [support-logging] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [system-agent] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] === Publish api/openapi/v2 API === [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing the API Docs [api/openapi/v2] to Swagger [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [core-command] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [core-data] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [support-logging] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-07-22T18:49:53.250Z] [publishToSwagger] Publishing API Name [system-agent] [2020-07-22T18:49:53.250Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-22T18:49:53.250Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-07-22T18:49:53.258Z] 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-07-22T18:50:00.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T18:50:00.602Z] . [Pipeline] withDockerContainer [2020-07-22T18:50:00.702Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:50:00.734Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:50:01.706Z] $ docker top 5ff8fa6d978b3e2102392c20167744eea06ee9084be05e47365ac9a4945279fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T18:50:02.089Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T18:50:02.089Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T18:50:02.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T18:50:02.294Z] $ docker exec 5ff8fa6d978b3e2102392c20167744eea06ee9084be05e47365ac9a4945279fc ssh-agent [2020-07-22T18:50:02.497Z] SSH_AUTH_SOCK=/tmp/ssh-E4BHkvARsUMg/agent.13 [2020-07-22T18:50:02.497Z] SSH_AGENT_PID=18 [2020-07-22T18:50:02.505Z] Running ssh-add (command line suppressed) [2020-07-22T18:50:02.634Z] Identity added: /w/workspace/edgex-go/111@tmp/private_key_5925609213512449861.key (/w/workspace/edgex-go/111@tmp/private_key_5925609213512449861.key) [2020-07-22T18:50:02.693Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T18:50:03.011Z] + git semver tag [2020-07-22T18:50:03.011Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T18:50:03.011Z] # $GIT_DIR = /w/workspace/edgex-go/111/.git [2020-07-22T18:50:03.011Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/111 [2020-07-22T18:50:03.011Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T18:50:03.011Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T18:50:03.011Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T18:50:03.011Z] # $SEMVER_BRANCH = master [2020-07-22T18:50:03.011Z] # $SEMVER_DIR = /w/workspace/edgex-go/111/.semver [2020-07-22T18:50:03.011Z] # b15589ad757bd96941d0737b641a3301667c5cfd HEAD [2020-07-22T18:50:03.582Z] # -> Force: false [2020-07-22T18:50:03.582Z] # 192cb118f96d64ce9418a3d5b89ddd10203b8beb refs/tags/v1.2.2-dev.1 [Pipeline] } [2020-07-22T18:50:03.589Z] $ docker exec --env ******** --env ******** 5ff8fa6d978b3e2102392c20167744eea06ee9084be05e47365ac9a4945279fc ssh-agent -k [2020-07-22T18:50:03.720Z] unset SSH_AUTH_SOCK; [2020-07-22T18:50:03.720Z] unset SSH_AGENT_PID; [2020-07-22T18:50:03.720Z] echo Agent pid 18 killed; [2020-07-22T18:50:03.778Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T18:50:04.214Z] + git semver [Pipeline] } [2020-07-22T18:50:04.225Z] $ docker stop --time=1 5ff8fa6d978b3e2102392c20167744eea06ee9084be05e47365ac9a4945279fc [2020-07-22T18:50:05.564Z] $ docker rm -f 5ff8fa6d978b3e2102392c20167744eea06ee9084be05e47365ac9a4945279fc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:50:06.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T18:50:06.124Z] [2020-07-22T18:50:06.124Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:50:06.458Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T18:50:06.458Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-22T18:50:06.458Z] ab5ef0e58194: Pulling fs layer [2020-07-22T18:50:06.458Z] 9712f1f96733: Pulling fs layer [2020-07-22T18:50:06.458Z] 63f879dbbcfc: Pulling fs layer [2020-07-22T18:50:06.458Z] 0d9ebad4ef96: Pulling fs layer [2020-07-22T18:50:06.458Z] e9a5061849ea: Pulling fs layer [2020-07-22T18:50:06.458Z] d747dcd14b5f: Pulling fs layer [2020-07-22T18:50:06.458Z] 2de7ff778b66: Pulling fs layer [2020-07-22T18:50:06.458Z] e9a5061849ea: Waiting [2020-07-22T18:50:06.458Z] d747dcd14b5f: Waiting [2020-07-22T18:50:06.458Z] 0d9ebad4ef96: Waiting [2020-07-22T18:50:06.458Z] 9712f1f96733: Verifying Checksum [2020-07-22T18:50:06.458Z] 9712f1f96733: Download complete [2020-07-22T18:50:07.419Z] 63f879dbbcfc: Verifying Checksum [2020-07-22T18:50:07.419Z] 63f879dbbcfc: Download complete [2020-07-22T18:50:07.419Z] e9a5061849ea: Verifying Checksum [2020-07-22T18:50:07.419Z] e9a5061849ea: Download complete [2020-07-22T18:50:07.419Z] d747dcd14b5f: Verifying Checksum [2020-07-22T18:50:07.419Z] d747dcd14b5f: Download complete [2020-07-22T18:50:07.682Z] ab5ef0e58194: Verifying Checksum [2020-07-22T18:50:07.682Z] ab5ef0e58194: Download complete [2020-07-22T18:50:07.682Z] 0d9ebad4ef96: Verifying Checksum [2020-07-22T18:50:07.682Z] 0d9ebad4ef96: Download complete [2020-07-22T18:50:07.682Z] 2de7ff778b66: Verifying Checksum [2020-07-22T18:50:07.682Z] 2de7ff778b66: Download complete [2020-07-22T18:50:11.897Z] ab5ef0e58194: Pull complete [2020-07-22T18:50:11.897Z] 9712f1f96733: Pull complete [2020-07-22T18:50:14.439Z] 63f879dbbcfc: Pull complete [2020-07-22T18:50:21.037Z] 0d9ebad4ef96: Pull complete [2020-07-22T18:50:22.427Z] e9a5061849ea: Pull complete [2020-07-22T18:50:22.692Z] d747dcd14b5f: Pull complete [2020-07-22T18:50:26.001Z] 2de7ff778b66: Pull complete [2020-07-22T18:50:26.001Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-22T18:50:26.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T18:50:26.001Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-22T18:50:26.169Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:50:26.210Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:50:30.408Z] $ docker top 531954bef8d70f8dd0c2011b399c07a0967d603c23efc51c2eef307b158e5d50 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-22T18:50:30.652Z] provisioning config files... [2020-07-22T18:50:30.660Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/111@tmp/config6459366008204430924tmp [2020-07-22T18:50:30.674Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/111@tmp/config3693955026942756964tmp [2020-07-22T18:50:30.688Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/111@tmp/config7583449831295547313tmp [Pipeline] { [Pipeline] echo [2020-07-22T18:50:30.751Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T18:50:31.040Z] ---> sigul-configuration.sh [2020-07-22T18:50:31.040Z] gpg: directory `/root/.gnupg' created [2020-07-22T18:50:31.040Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-22T18:50:31.040Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-22T18:50:31.040Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-22T18:50:31.040Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-22T18:50:31.040Z] gpg: CAST5 encrypted data [2020-07-22T18:50:31.301Z] gpg: encrypted with 1 passphrase [2020-07-22T18:50:31.301Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-22T18:50:31.594Z] + mkdir /home/jenkins [2020-07-22T18:50:31.594Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-22T18:50:31.884Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-07-22T18:50:31.893Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T18:50:32.184Z] ---> sigul-install.sh [2020-07-22T18:50:37.490Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-22T18:50:37.782Z] + git tag --list [2020-07-22T18:50:37.782Z] v1.2.2-dev.1 [Pipeline] sh [2020-07-22T18:50:38.144Z] + lftools sign git-tag v1.2.2-dev.1 [2020-07-22T18:50:39.531Z] Signing Git tag with Sigul... [2020-07-22T18:50:39.531Z] Signing v1.2.2-dev.1 [Pipeline] echo [2020-07-22T18:50:40.483Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T18:50:40.772Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-22T18:50:40.780Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-22T18:50:40.856Z] $ docker stop --time=1 531954bef8d70f8dd0c2011b399c07a0967d603c23efc51c2eef307b158e5d50 [2020-07-22T18:50:42.782Z] $ docker rm -f 531954bef8d70f8dd0c2011b399c07a0967d603c23efc51c2eef307b158e5d50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:50:43.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T18:50:43.500Z] . [Pipeline] withDockerContainer [2020-07-22T18:50:43.600Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:50:43.638Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:50:44.350Z] $ docker top 98b57624034f3464149e22b5b05466fac2b21d2cc3d7b2aaa4a28d6256b21414 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T18:50:44.648Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T18:50:44.648Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T18:50:44.857Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T18:50:44.858Z] $ docker exec 98b57624034f3464149e22b5b05466fac2b21d2cc3d7b2aaa4a28d6256b21414 ssh-agent [2020-07-22T18:50:45.046Z] SSH_AUTH_SOCK=/tmp/ssh-NOOVzBXrdN9W/agent.12 [2020-07-22T18:50:45.046Z] SSH_AGENT_PID=17 [2020-07-22T18:50:45.054Z] Running ssh-add (command line suppressed) [2020-07-22T18:50:45.189Z] Identity added: /w/workspace/edgex-go/111@tmp/private_key_4779358812207757325.key (/w/workspace/edgex-go/111@tmp/private_key_4779358812207757325.key) [2020-07-22T18:50:45.252Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T18:50:45.853Z] + git semver bump pre [2020-07-22T18:50:45.853Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T18:50:45.853Z] # $GIT_DIR = /w/workspace/edgex-go/111/.git [2020-07-22T18:50:45.853Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/111 [2020-07-22T18:50:45.854Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T18:50:45.854Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T18:50:45.854Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T18:50:45.854Z] # $SEMVER_BRANCH = master [2020-07-22T18:50:45.854Z] # $SEMVER_DIR = /w/workspace/edgex-go/111/.semver [2020-07-22T18:50:45.854Z] 1.2.2-dev.2 [Pipeline] } [2020-07-22T18:50:45.861Z] $ docker exec --env ******** --env ******** 98b57624034f3464149e22b5b05466fac2b21d2cc3d7b2aaa4a28d6256b21414 ssh-agent -k [2020-07-22T18:50:45.987Z] unset SSH_AUTH_SOCK; [2020-07-22T18:50:45.987Z] unset SSH_AGENT_PID; [2020-07-22T18:50:45.987Z] echo Agent pid 17 killed; [2020-07-22T18:50:46.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T18:50:46.472Z] + git semver [Pipeline] } [2020-07-22T18:50:46.484Z] $ docker stop --time=1 98b57624034f3464149e22b5b05466fac2b21d2cc3d7b2aaa4a28d6256b21414 [2020-07-22T18:50:47.816Z] $ docker rm -f 98b57624034f3464149e22b5b05466fac2b21d2cc3d7b2aaa4a28d6256b21414 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:50:48.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T18:50:48.297Z] . [Pipeline] withDockerContainer [2020-07-22T18:50:48.391Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:50:48.427Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:50:49.020Z] $ docker top 48ab2325abbf285088f4992723c7bdf35e14d37d8b45c89ef20d2a4f57166f22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T18:50:49.284Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T18:50:49.284Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T18:50:49.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T18:50:49.469Z] $ docker exec 48ab2325abbf285088f4992723c7bdf35e14d37d8b45c89ef20d2a4f57166f22 ssh-agent [2020-07-22T18:50:49.647Z] SSH_AUTH_SOCK=/tmp/ssh-xf1xocFto6fH/agent.12 [2020-07-22T18:50:49.647Z] SSH_AGENT_PID=18 [2020-07-22T18:50:49.653Z] Running ssh-add (command line suppressed) [2020-07-22T18:50:49.774Z] Identity added: /w/workspace/edgex-go/111@tmp/private_key_4721500753569860045.key (/w/workspace/edgex-go/111@tmp/private_key_4721500753569860045.key) [2020-07-22T18:50:49.833Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T18:50:50.163Z] + git semver push [2020-07-22T18:50:50.163Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T18:50:50.163Z] # $GIT_DIR = /w/workspace/edgex-go/111/.git [2020-07-22T18:50:50.163Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/111 [2020-07-22T18:50:50.163Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T18:50:50.163Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T18:50:50.163Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T18:50:50.163Z] # $SEMVER_BRANCH = master [2020-07-22T18:50:50.163Z] # $SEMVER_DIR = /w/workspace/edgex-go/111/.semver [Pipeline] } [2020-07-22T18:51:00.207Z] $ docker exec --env ******** --env ******** 48ab2325abbf285088f4992723c7bdf35e14d37d8b45c89ef20d2a4f57166f22 ssh-agent -k [2020-07-22T18:51:00.339Z] unset SSH_AUTH_SOCK; [2020-07-22T18:51:00.340Z] unset SSH_AGENT_PID; [2020-07-22T18:51:00.340Z] echo Agent pid 18 killed; [2020-07-22T18:51:00.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T18:51:00.868Z] + git semver [Pipeline] } [2020-07-22T18:51:00.879Z] $ docker stop --time=1 48ab2325abbf285088f4992723c7bdf35e14d37d8b45c89ef20d2a4f57166f22 [2020-07-22T18:51:02.246Z] $ docker rm -f 48ab2325abbf285088f4992723c7bdf35e14d37d8b45c89ef20d2a4f57166f22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-22T18:51:03.019Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T18:51:03.896Z] ---> package-listing.sh [2020-07-22T18:51:03.896Z] ++ facter osfamily [2020-07-22T18:51:03.896Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-22T18:51:03.896Z] + OS_FAMILY=redhat [2020-07-22T18:51:03.896Z] + workspace=/w/workspace/edgex-go/111 [2020-07-22T18:51:03.896Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-22T18:51:03.896Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-22T18:51:03.896Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-22T18:51:03.896Z] + PACKAGES=/tmp/packages_start.txt [2020-07-22T18:51:03.896Z] + '[' /w/workspace/edgex-go/111 ']' [2020-07-22T18:51:03.896Z] + PACKAGES=/tmp/packages_end.txt [2020-07-22T18:51:03.896Z] + case "${OS_FAMILY}" in [2020-07-22T18:51:03.896Z] + rpm -qa [2020-07-22T18:51:03.896Z] + sort [2020-07-22T18:51:08.240Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-22T18:51:08.240Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-22T18:51:08.240Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-22T18:51:08.240Z] + '[' /w/workspace/edgex-go/111 ']' [2020-07-22T18:51:08.240Z] + mkdir -p /w/workspace/edgex-go/111/archives/ [2020-07-22T18:51:08.240Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/111/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:51:08.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T18:51:08.613Z] [2020-07-22T18:51:08.613Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:51:08.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T18:51:08.938Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-22T18:51:08.938Z] c9b1b535fdd9: Pulling fs layer [2020-07-22T18:51:08.938Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-22T18:51:08.938Z] 756a868c4378: Pulling fs layer [2020-07-22T18:51:08.938Z] 444b2fc9a129: Pulling fs layer [2020-07-22T18:51:08.938Z] ea15f1150254: Pulling fs layer [2020-07-22T18:51:08.938Z] 41b27a9f41bf: Pulling fs layer [2020-07-22T18:51:08.938Z] 28c525ee5125: Pulling fs layer [2020-07-22T18:51:08.938Z] 094b1ea09ed8: Pulling fs layer [2020-07-22T18:51:08.938Z] 138eaada9080: Pulling fs layer [2020-07-22T18:51:08.938Z] 0622d0fa9048: Pulling fs layer [2020-07-22T18:51:08.938Z] 444b2fc9a129: Waiting [2020-07-22T18:51:08.938Z] ea15f1150254: Waiting [2020-07-22T18:51:08.938Z] 41b27a9f41bf: Waiting [2020-07-22T18:51:08.938Z] 28c525ee5125: Waiting [2020-07-22T18:51:08.938Z] 094b1ea09ed8: Waiting [2020-07-22T18:51:08.938Z] 138eaada9080: Waiting [2020-07-22T18:51:08.938Z] 0622d0fa9048: Waiting [2020-07-22T18:51:08.938Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-22T18:51:08.938Z] 2cc5ad85d9ab: Download complete [2020-07-22T18:51:08.938Z] 444b2fc9a129: Verifying Checksum [2020-07-22T18:51:08.938Z] 444b2fc9a129: Download complete [2020-07-22T18:51:08.938Z] c9b1b535fdd9: Verifying Checksum [2020-07-22T18:51:08.938Z] ea15f1150254: Verifying Checksum [2020-07-22T18:51:08.938Z] ea15f1150254: Download complete [2020-07-22T18:51:09.202Z] 28c525ee5125: Verifying Checksum [2020-07-22T18:51:09.202Z] 28c525ee5125: Download complete [2020-07-22T18:51:09.464Z] 756a868c4378: Verifying Checksum [2020-07-22T18:51:09.464Z] 756a868c4378: Download complete [2020-07-22T18:51:09.464Z] 138eaada9080: Verifying Checksum [2020-07-22T18:51:09.464Z] 138eaada9080: Download complete [2020-07-22T18:51:09.464Z] c9b1b535fdd9: Pull complete [2020-07-22T18:51:09.464Z] 0622d0fa9048: Verifying Checksum [2020-07-22T18:51:09.464Z] 0622d0fa9048: Download complete [2020-07-22T18:51:09.464Z] 094b1ea09ed8: Verifying Checksum [2020-07-22T18:51:09.464Z] 094b1ea09ed8: Download complete [2020-07-22T18:51:10.033Z] 41b27a9f41bf: Verifying Checksum [2020-07-22T18:51:10.033Z] 41b27a9f41bf: Download complete [2020-07-22T18:51:10.292Z] 2cc5ad85d9ab: Pull complete [2020-07-22T18:51:11.679Z] 756a868c4378: Pull complete [2020-07-22T18:51:11.941Z] 444b2fc9a129: Pull complete [2020-07-22T18:51:12.202Z] ea15f1150254: Pull complete [2020-07-22T18:51:16.405Z] 41b27a9f41bf: Pull complete [2020-07-22T18:51:16.405Z] 28c525ee5125: Pull complete [2020-07-22T18:51:18.945Z] 094b1ea09ed8: Pull complete [2020-07-22T18:51:19.205Z] 138eaada9080: Pull complete [2020-07-22T18:51:19.205Z] 0622d0fa9048: Pull complete [2020-07-22T18:51:19.205Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-22T18:51:19.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T18:51:19.205Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-22T18:51:19.315Z] prd-centos7-docker-4c-2g-623 does not seem to be running inside a container [2020-07-22T18:51:19.348Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/111 -v /w/workspace/edgex-go/111:/w/workspace/edgex-go/111:rw,z -v /w/workspace/edgex-go/111@tmp:/w/workspace/edgex-go/111@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-07-22T18:51:22.274Z] $ docker top 46db0b89e6aabd6dadbd237079af7770b46d408c7e1447ae63ddcba6d7f49317 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T18:51:22.552Z] provisioning config files... [2020-07-22T18:51:22.578Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/111@tmp/config8326912276475472024tmp [Pipeline] { [Pipeline] echo [2020-07-22T18:51:22.686Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T18:51:22.974Z] ---> create-netrc.sh [Pipeline] echo [2020-07-22T18:51:22.984Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T18:51:23.273Z] ---> logs-deploy.sh [2020-07-22T18:51:23.273Z] + ARCHIVE_ARTIFACTS= [2020-07-22T18:51:23.273Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-22T18:51:23.273Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-22T18:51:23.273Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-22T18:51:23.273Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/111 [2020-07-22T18:51:23.274Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/111/ [2020-07-22T18:51:23.274Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/111 /w/workspace/edgex-go/111 [2020-07-22T18:51:24.214Z] Archives upload complete. [2020-07-22T18:51:24.479Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/111 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/111/